Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 25.13
edited by Agnease
on 2026/06/30 11:07
Change comment: There is no comment for this version
To version 3.83
edited by Agnease
on 2025/11/24 16:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
Content
... ... @@ -2,220 +2,174 @@
2 2  #macro (displayPublicContent)
3 3   #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
4 4   {{html clean="false"}}
5 -
5 + ## HERO
6 6   <section class="hero hero-centered" aria-labelledby="hero-title">
7 7   <div class="container hero-inner">
8 - <h1 id="hero-title">Professional XWiki consulting and engineering</h1>
9 -
10 - <p class="lead">
11 - Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical
12 - engineering support, custom development, integrations and long-term care.
13 - </p>
14 -
8 + <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1>
9 + <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p>
10 + <div class="hero-cta">
11 + <a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation">
12 + Request a consultation
13 + </a>
14 + #requestConsultationModal()
15 + ##data-toggle="modal" data-target="#requestConsultationModal"
16 + </div>
15 15   <ul class="benefits">
16 - <li>XWiki LTS upgrades</li>
17 - <li>Maintenance and support</li>
18 - <li>Custom XWiki development</li>
19 - <li>Migrations and integrations</li>
18 + <li>Smooth upgrades</li>
19 + <li>Reliable support plans</li>
20 + <li>Custom integrations</li>
21 + <li>Secure, optimized platforms</li>
20 20   </ul>
21 -
22 - <div class="hero-actions">
23 - <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a>
24 - ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
25 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a>
26 - </div>
27 27   </div>
28 28   </section>
29 -
30 - <section class="trust-strip" aria-label="Agnease experience">
25 + ## WHY CHOOSE
26 + #set ($whySectionData = [{
27 + 'title': 'Stability & security',
28 + 'icon': 'shield',
29 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
30 + },{
31 + 'title': 'Predictable delivery',
32 + 'icon': 'check-square-o',
33 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
34 + },{
35 + 'title': 'Clean integrations',
36 + 'icon': 'link',
37 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
38 + },{
39 + 'title': 'Long-term support',
40 + 'icon': 'life-ring',
41 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
42 + }])
43 + <section aria-labelledby="why-title">
31 31   <div class="container">
32 - <ul>
33 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li>
34 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li>
35 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li>
36 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li>
37 - </ul>
45 + <h2 id="why-title">Why choose Agnease</h2>
46 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
47 + <div class="widgets">
48 + #foreach ($entry in $whySectionData)
49 + <article class="widget">
50 + <div class="icon" aria-hidden="true">
51 + <i class="fa fa-$entry.icon"></i>
52 + <h4>$entry.title</h4>
53 + </div>
54 + <p>$entry.content</p>
55 + </article>
56 + #end
57 + </div>
38 38   </div>
39 39   </section>
40 -
41 - <section aria-labelledby="platform-title">
60 + ## SERVICES
61 + #set ($servicesSectionData = [{
62 + 'title': 'Upgrades',
63 + 'icon': 'refresh',
64 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
65 + 'items': [
66 + 'Audit setup, extensions, and configurations',
67 + 'Test upgrades with backups and validation',
68 + 'Safe production rollout with minimal downtime'
69 + ]
70 + },{
71 + 'title': 'Maintenance, Support & Recovery',
72 + 'icon': 'stethoscope',
73 + 'content': 'Ensure long-term stability and quick response when issues appear.',
74 + 'items': [
75 + 'Monitoring and performance checks',
76 + 'Security patching, log analysis, triage',
77 + 'Issue recovery, data repair, hardening'
78 + ]
79 + },{
80 + 'title': 'Development & Integrations',
81 + 'icon': 'cogs',
82 + 'content': 'Extend and connect XWiki to fit your workflow and systems.',
83 + 'items': [
84 + 'Custom apps, macros, automation',
85 + 'SSO, REST APIs, LDAP, CRM links',
86 + 'Maintainable extensions for long-term use'
87 + ]
88 + },{
89 + 'title': 'Hosting & Deployment',
90 + 'icon': 'cloud',
91 + 'content': 'Cloud-ready environments designed for reliability and performance.',
92 + 'items': [
93 + 'Containerized deployment and TLS',
94 + 'Backups, restore strategy, observability',
95 + 'Optimization and load tuning'
96 + ]
97 + },{
98 + 'title': 'Migrations to XWiki',
99 + 'icon': 'exchange',
100 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
101 + 'items': [
102 + 'Preserve hierarchy, attachments, and permissions',
103 + 'Convert macros, categories, and metadata for XWiki',
104 + 'Redirect old URLs and maintain SEO consistency'
105 + ]
106 + }])
107 + <section class="services" aria-labelledby="services-title">
42 42   <div class="container">
43 - <h2 id="platform-title">XWiki support for production knowledge platforms</h2>
44 - <p class="section-intro">
45 - XWiki often grows from a documentation space into a business-critical knowledge platform.
46 - When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care
47 - for upgrades, security, permissions and maintainability.
109 + <h2 id="services-title">Services</h2>
110 + <p class="lead">
111 + All the XWiki services you need, delivered with precision and care
48 48   </p>
49 49  
50 - <div class="pathways">
51 - <article class="pathway-card">
52 - <div class="card-heading">
53 - <div class="pathway-icon">
54 - <i class="fa fa-refresh" aria-hidden="true"></i>
55 - </div>
56 - <h3>Upgrade XWiki safely</h3>
57 - </div>
58 - <p>
59 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
60 - </p>
61 - <ul>
62 - <li>LTS upgrade planning</li>
63 - <li>Extension and custom code review</li>
64 - <li>Staging and production validation</li>
65 - </ul>
66 - <p class="card-link">
67 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
68 - </p>
69 - </article>
114 + #set ($servicesSize = $servicesSectionData.size())
115 + <div class="services-grid">
116 + #foreach ($entry in $servicesSectionData)
117 + #set ($classes = "service")
118 + ## If this is the last item AND the total number is odd, center it
119 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
120 + #set ($classes = "service service-center")
121 + #end
70 70  
71 - <article class="pathway-card">
72 - <div class="card-heading">
73 - <div class="pathway-icon">
74 - <i class="fa fa-life-ring" aria-hidden="true"></i>
123 + <article class="$classes">
124 + <div class="service-icon">
125 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
75 75   </div>
76 - <h3>Maintain XWiki reliably</h3>
77 - </div>
78 - <p>
79 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
80 - </p>
81 - <ul>
82 - <li>Troubleshooting and recovery</li>
83 - <li>Performance and log analysis</li>
84 - <li>Upgrade and maintenance planning</li>
85 - </ul>
86 - <p class="card-link">
87 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
88 - </p>
89 - </article>
90 -
91 - <article class="pathway-card">
92 - <div class="card-heading">
93 - <div class="pathway-icon">
94 - <i class="fa fa-cogs" aria-hidden="true"></i>
127 + <div class="service-body">
128 + <h4>$entry.title</h4>
129 + <p>$entry.content</p>
130 + <ul>
131 + #foreach ($item in $entry.items)
132 + <li>$item</li>
133 + #end
134 + </ul>
95 95   </div>
96 - <h3>Extend XWiki for your processes</h3>
97 - </div>
98 - <p>
99 - Build custom XWiki applications, workflows, dashboards and integrations around real business needs.
100 - </p>
101 - <ul>
102 - <li>Custom XWiki applications</li>
103 - <li>Workflows and approvals</li>
104 - <li>APIs, SSO, LDAP and integrations</li>
105 - </ul>
106 - <p class="card-link">
107 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
108 - </p>
109 - </article>
136 + </article>
137 + #end
110 110   </div>
111 111   </div>
112 112   </section>
113 -
114 - <section class="industry-trust-section" aria-labelledby="industry-trust-title">
141 + ## CTA INLINE
142 + <section id="contact" class="cta-section">
115 115   <div class="container">
116 - <div class="industry-trust-panel">
117 - <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
118 -
119 - <p class="section-intro">
120 - Experience supporting XWiki platforms used in healthcare, financial services, scientific research,
121 - government institutions, transportation, software development, compliance programs and regulated environments.
122 - </p>
123 -
124 - <div class="industry-tags" aria-label="Industries and environments supported">
125 - <span>Healthcare</span>
126 - <span>Financial services</span>
127 - <span>Scientific research</span>
128 - <span>Government institutions</span>
129 - <span>Transportation</span>
130 - <span>Software development</span>
131 - <span>Compliance programs</span>
132 - <span>Regulated environments</span>
133 - </div>
134 -
135 - <p class="industry-support">
136 - Organizations rely on these platforms to manage documentation, workflows, compliance processes,
137 - research knowledge and critical business information. From upgrades and authentication integrations
138 - to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
139 - </p>
140 - </div>
144 + <p class="text-center contact-inline">
145 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
146 + </p>
141 141   </div>
142 142   </section>
149 + {{/html}}
150 +#end
143 143  
144 - <section class="split-section" aria-labelledby="why-title">
145 - <div class="container">
146 - <div class="split-grid">
147 - <div class="split-copy">
148 - <h2 id="why-title">Why work with an XWiki specialist</h2>
149 - <p>
150 - XWiki projects often involve more than pages. Production platforms may include custom code,
151 - extensions, authentication, permissions, workflows, integrations, compliance documentation
152 - and business-critical knowledge.
153 - </p>
154 - <p>
155 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability
156 - and leave the platform easier to maintain after the work is complete.
157 - </p>
152 +#macro(requestConsultationModal)
153 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog">
154 + <div class="modal-dialog">
155 + <div class="modal-content">
156 + <div class="modal-header">
157 + <button type="button" class="close" data-dismiss="modal">&times;</button>
158 + <h4 class="modal-title">Request a consultation</h4>
159 + </div>
160 + <div class="modal-body">
161 + <div>
162 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>
163 + #displayFormFromSheetCode()
158 158   </div>
159 -
160 - <ol class="process-list">
161 - <li>
162 - <strong>Review the XWiki environment</strong>
163 - Version, extensions, infrastructure, authentication, permissions, custom code and critical features.
164 - </li>
165 - <li>
166 - <strong>Define the safest next steps</strong>
167 - Scope, risks, dependencies, effort, rollback options and validation requirements.
168 - </li>
169 - <li>
170 - <strong>Implement, validate and document</strong>
171 - Controlled changes, testing, production validation and notes for future maintenance.
172 - </li>
173 - </ol>
174 174   </div>
175 - </div>
176 - </section>
177 -
178 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
179 - <div class="container">
180 - <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2>
181 - <p class="section-intro">
182 - Practical articles about XWiki upgrades, customization and production platform care.
183 - </p>
184 -
185 - <div class="resource-grid">
186 - <article class="resource-card">
187 - <h4>Why upgrade your XWiki instance?</h4>
188 - <p>
189 - Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk.
190 - </p>
191 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a>
192 - </article>
193 -
194 - <article class="resource-card">
195 - <h4>XWiki upgrade services</h4>
196 - <p>
197 - See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations.
198 - </p>
199 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
200 - </article>
166 + <div class="modal-footer">
167 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal"
168 + ## value="$escapetool.xml($services.localization.render('yesno_1'))">
201 201   </div>
202 202   </div>
203 - </section>
204 -
205 - <section class="cta-section" aria-labelledby="contact-title">
206 - <div class="container">
207 - <div class="cta-panel">
208 - <h2 id="contact-title">Need XWiki consulting or support?</h2>
209 - <p>
210 - Send your current XWiki version, the issue you are facing, or the type of project you want to build.
211 - A short description is enough to define practical next steps.
212 - </p>
213 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
214 - </div>
215 - </div>
216 - </section>
217 -
218 - {{/html}}
171 + </div>
172 + </div>
219 219  #end
220 220  
221 221  #macro (stripHTMLMacro $displayOutput)
... ... @@ -234,23 +234,21 @@
234 234   <div class="xform">
235 235   <dl>
236 236   #foreach ($property in $xclass.properties)
237 - #if ($property.name != 'status')
238 - <dt #if (!$editing)
239 - class="editableProperty"
240 - #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name))
241 - data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))"
242 - data-property-type="object"#end>
243 - ## This must match the id generated by the $doc.display() method below.
244 - #set ($propertyId = "acl-$property.name")
245 - <label#if ($editing) for="$escapetool.xml($propertyId)"#end>
246 - $escapetool.xml($property.translatedPrettyName)
247 - </label>
248 - ## Support for specifying a translation key as hint in the property definition.
249 - <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
250 - </dt>
251 - #set ($displayOutput = $doc.display($property.name, 'edit'))
252 - <dd>#stripHTMLMacro($displayOutput)</dd>
253 - #end
191 + <dt #if (!$editing)
192 + class="editableProperty"
193 + #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name))
194 + data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))"
195 + data-property-type="object"#end>
196 + ## This must match the id generated by the $doc.display() method below.
197 + #set ($propertyId = "acl-$property.name")
198 + <label#if ($editing) for="$escapetool.xml($propertyId)"#end>
199 + $escapetool.xml($property.translatedPrettyName)
200 + </label>
201 + ## Support for specifying a translation key as hint in the property definition.
202 + <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
203 + </dt>
204 + #set ($displayOutput = $doc.display($property.name, 'edit'))
205 + <dd>#stripHTMLMacro($displayOutput)</dd>
254 254   #end
255 255   #if (!$xclass.properties || $xclass.properties.size() == 0)
256 256   ## Keep the empty definition term in order to have valid HTML.
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,1 +1,0 @@
1 -Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms.
metaTitle
... ... @@ -1,1 +1,0 @@
1 -Professional XWiki Consulting, Upgrades and Development | Agnease
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,33 +1,14 @@
1 -/* ========== Agnease Public Website ========== */
2 -/* Old look and feel. */
3 -
1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */
4 4  @brand: #00937D;
5 5  @brand-strong: #007B6A;
6 -@brand-soft: #E7FFF8;
7 -@brand-bg: #F4FCFA;
8 8  @text: #2D3A34;
9 9  @muted: #5B6B64;
10 10  @line: #E4ECE9;
7 +@radius: 16px;
8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
9 +@shadow: 0 12px 36px rgba(0,0,0,.08);
10 +@maxw: 1140px;
11 11  
12 -
13 -
14 -@brand-bg: #F7F9FC;
15 -@text: #07182D;
16 -@text-soft: #10243D;
17 -@muted: #64748B;
18 -
19 -@line: #E6EBF2;
20 -@radius: 18px;
21 -
22 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
23 -@shadow: 0 30px 80px rgba(15, 23, 42, .12);
24 -@maxw: 1240px;
25 -/* */
26 -@section-padding: 30px 0;
27 -@section-padding-mobile: 28px 0;
28 -
29 -/* ========== Base ========== */
30 -
31 31  #mainContentArea {
32 32   padding: 0;
33 33  }
... ... @@ -34,148 +34,26 @@
34 34  
35 35  .container {
36 36   max-width: @maxw;
37 - margin-left: auto;
38 - margin-right: auto;
39 - padding-left: 18px;
40 - padding-right: 18px;
41 41  }
42 42  
43 -html {
44 - scroll-behavior: smooth;
45 -}
46 -
47 -section {
48 - padding: @section-padding;
49 - border-top: 1px solid @line;
50 -
51 - &:first-of-type {
52 - border-top: none;
53 - }
54 -}
55 -
56 -section[id] {
57 - scroll-margin-top: 92px;
58 -}
59 -
60 -h1,
61 -h2,
62 -h3,
63 -h4 {
64 - color: @text;
65 -}
66 -
67 -h2 {
68 - text-align: center;
69 - margin-top: 0;
70 -}
71 -
72 72  .lead {
73 73   color: @muted;
74 74   text-align: center;
75 - margin-bottom: 0;
76 76  }
77 -
78 -.section-intro {
79 - max-width: 760px;
80 - margin: 0 auto 22px;
24 +h2 {
81 81   text-align: center;
82 - color: @muted;
83 - font-size: 16px;
84 - line-height: 1.55;
85 85  }
86 86  
87 -a {
88 - color: @brand;
28 +section {
29 + padding: 32px 0;
30 + border-top: 1px solid @line;
89 89  
90 - &:hover,
91 - &:focus {
92 - color: @brand-strong;
32 + &:first-of-type {
33 + border-top: none;
93 93   }
94 94  }
95 95  
96 -/* ========== Header / Navigation ========== */
97 -
98 -.site-header {
99 - position: sticky;
100 - top: 0;
101 - z-index: 1000;
102 - background: fade(#fff, 96%);
103 - border-bottom: 1px solid fade(@line, 85%);
104 - backdrop-filter: blur(8px);
105 -}
106 -
107 -.header-inner {
108 - min-height: 72px;
109 - display: flex;
110 - align-items: center;
111 - justify-content: space-between;
112 - gap: 24px;
113 -}
114 -
115 -.site-nav {
116 - display: flex;
117 - align-items: center;
118 - gap: 22px;
119 - font-size: 15px;
120 -
121 - a {
122 - color: @text;
123 - text-decoration: none;
124 - font-weight: 600;
125 -
126 - &:hover,
127 - &:focus {
128 - color: @brand;
129 - text-decoration: none;
130 - }
131 - }
132 -
133 - .nav-cta {
134 - color: #fff;
135 - background: @brand;
136 - border: 1px solid @brand;
137 - border-radius: 6px;
138 - padding: 8px 14px;
139 -
140 - &:hover,
141 - &:focus {
142 - color: #fff;
143 - background: @brand-strong;
144 - border-color: @brand-strong;
145 - }
146 - }
147 -}
148 -
149 -/* ========== Buttons ========== */
150 -
151 -.btn-primary {
152 - background: @brand;
153 - border-color: @brand;
154 - color: #fff;
155 -
156 - &:hover,
157 - &:focus {
158 - background: @brand-strong;
159 - border-color: @brand-strong;
160 - color: #fff;
161 - }
162 -}
163 -
164 -.btn-secondary {
165 - color: @brand;
166 - background: #fff;
167 - border: 1px solid fade(@brand, 35%);
168 -
169 - &:hover,
170 - &:focus {
171 - color: @brand-strong;
172 - border-color: @brand;
173 - background: @brand-bg;
174 - }
175 -}
176 -
177 -/* ========== Hero ========== */
178 -
37 +/* ===== HERO ===== */
179 179  .hero {
180 180   overflow: hidden;
181 181   background-repeat: no-repeat;
... ... @@ -184,16 +184,16 @@
184 184   &.hero-centered {
185 185   text-align: center;
186 186   background:
187 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
46 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
188 188   radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
189 189   display: flex;
190 190   align-items: center;
191 191   justify-content: center;
192 - min-height: 330px;
51 + min-height: 350px;
193 193   }
194 194  
195 195   .hero-inner {
196 - max-width: 860px;
55 + max-width: 850px;
197 197   margin: 0 auto;
198 198   display: flex;
199 199   flex-direction: column;
... ... @@ -200,20 +200,14 @@
200 200   align-items: center;
201 201   }
202 202  
203 - h1 {
204 - max-width: 790px;
205 - margin-left: auto;
206 - margin-right: auto;
207 - line-height: 1.18;
62 + .hero-cta {
63 + display: flex;
64 + gap: 0.8rem;
65 + flex-wrap: wrap;
66 + justify-content: center;
67 + margin-top: 0.3rem;
208 208   }
209 209  
210 - .lead {
211 - max-width: 820px;
212 - font-size: 19px;
213 - line-height: 1.55;
214 - margin-top: 12px;
215 - }
216 -
217 217   .benefits {
218 218   display: flex;
219 219   flex-wrap: wrap;
... ... @@ -220,149 +220,61 @@
220 220   justify-content: center;
221 221   list-style: none;
222 222   padding: 0;
223 - margin: 14px 0 0;
76 + margin: 0.8rem 0 0;
224 224   color: @muted;
225 225   font-size: 14px;
226 226  
227 227   li + li::before {
228 228   content: "•";
229 - margin: 0 6px;
82 + margin: 0 5px;
230 230   }
231 - }
232 -}
233 233  
234 -.hero-kicker {
235 - display: inline-flex;
236 - align-items: center;
237 - gap: 8px;
238 - color: @brand;
239 - background: fade(@brand, 8%);
240 - border: 1px solid fade(@brand, 18%);
241 - border-radius: 999px;
242 - padding: 6px 12px;
243 - margin-bottom: 14px;
244 - font-size: 13px;
245 - font-weight: 700;
246 -}
247 -
248 -.hero-actions,
249 -#hero-cta {
250 - display: flex;
251 - gap: 12px;
252 - flex-wrap: wrap;
253 - justify-content: center;
254 - margin-top: 22px;
255 -}
256 -
257 -/* ========== Trust Strip ========== */
258 -
259 -.trust-strip {
260 - padding: 18px 0;
261 - border-top: 1px solid @line;
262 - background: #fff;
263 -
264 - ul {
265 - max-width: 960px;
266 - margin: 0 auto;
267 - padding: 0;
268 - list-style: none;
269 - display: flex;
270 - justify-content: center;
271 - gap: 22px;
272 - flex-wrap: wrap;
273 - color: @muted;
274 - font-size: 13px;
85 + @media (max-width: 640px) {
86 + li + li::before {
87 + content: none;
88 + }
89 + li:nth-child(1)::after,
90 + li:nth-child(3)::after {
91 + content: "•";
92 + margin: 0 5px;
93 + }
94 + }
275 275   }
276 -
277 - li {
278 - display: flex;
279 - align-items: center;
280 - gap: 7px;
281 - }
282 -
283 - i {
284 - color: @brand;
285 - }
286 286  }
287 287  
288 -/* ========== Reusable Grids ========== */
289 -
290 -.card-grid,
291 -.pathways,
292 -.services-grid,
293 -.resource-grid,
98 +/* ===== WHY CHOOSE (cards) ===== */
294 294  .widgets {
100 + margin-top: 12px;
295 295   display: grid;
296 - grid-gap: 18px;
297 - margin-left: auto;
298 - margin-right: auto;
102 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
103 + grid-gap: 16px;
299 299  }
300 300  
301 -.card-grid,
302 -.pathways,
303 -.services-grid {
304 - grid-template-columns: repeat(3, minmax(0, 1fr));
305 - max-width: 1040px;
306 - margin-top: 22px;
307 -}
308 -
309 -.resource-grid {
310 - grid-template-columns: repeat(2, minmax(0, 1fr));
311 - max-width: 1040px;
312 - margin-top: 22px;
313 -}
314 -
315 -.widgets {
316 - grid-template-columns: repeat(4, minmax(0, 1fr));
317 - max-width: 1040px;
318 - margin-top: 20px;
319 -}
320 -
321 -.card-grid > *,
322 -.pathways > *,
323 -.services-grid > *,
324 -.resource-grid > *,
325 -.widgets > * {
326 - min-width: 0;
327 -}
328 -
329 -/* ========== Shared Card Style ========== */
330 -
331 -.widget,
332 -.pathway-card,
333 -.service-card,
334 -.resource-card {
106 +.widget {
107 + padding: 18px;
335 335   background: #fff;
336 336   border: 1px solid @line;
337 337   border-radius: @radius;
338 338   box-shadow: @shadow-sm;
339 -}
340 -
341 -/* ========== Small Widgets ========== */
342 -
343 -.widget {
344 - padding: 18px;
112 + transition: transform .18s ease, box-shadow .18s ease;
345 345   display: flex;
346 346   flex-direction: column;
347 347   height: 100%;
348 348  
117 + &:hover {
118 + transform: translateY(-2px);
119 + box-shadow: @shadow;
120 + }
121 +
349 349   .icon {
350 350   display: flex;
351 351   align-items: center;
352 352   gap: 10px;
353 - padding-bottom: 8px;
354 - margin-bottom: 10px;
355 - border-bottom: 1px solid fade(@line, 70%);
356 -
357 - i {
358 - color: @brand;
359 - }
360 -
361 - h4 {
362 - margin: 0;
363 - line-height: 1.25;
364 - color: @text;
365 - }
126 + padding-bottom: 6px;
127 + margin-bottom: 8px;
128 + border-bottom: 1px solid fade(@line, 60%);
129 + i { color: @brand; }
130 + h4 { margin: 0; line-height: 1.2; color: @text; }
366 366   }
367 367  
368 368   p {
... ... @@ -372,170 +372,31 @@
372 372   }
373 373  }
374 374  
375 -/* ========== Homepage Pathway Cards ========== */
376 -
377 -.pathway-card {
378 - padding: 24px;
379 - display: flex;
380 - flex-direction: column;
381 - min-height: 100%;
382 -
383 - .card-heading {
140 +/* ===== SERVICES ===== */
141 +.services {
142 + .services-grid {
143 + margin-top: 20px;
384 384   display: flex;
385 - align-items: center;
386 - gap: 14px;
387 - margin-bottom: 14px;
388 - }
145 + flex-wrap: wrap;
146 + gap: 24px;
389 389  
390 - .pathway-icon {
391 - width: 52px;
392 - height: 52px;
393 - border-radius: 50%;
394 - display: flex;
395 - align-items: center;
148 + /* center the whole block under the heading */
149 + max-width: 960px;
150 + margin-left: auto;
151 + margin-right: auto;
396 396   justify-content: center;
397 - color: @brand;
398 - background: fade(@brand, 10%);
399 - font-size: 19px;
400 - flex-shrink: 0;
401 401   }
402 402  
403 - h3 {
404 - margin: 0;
405 - color: @text;
406 - font-size: 22px;
407 - line-height: 1.25;
408 - }
409 -
410 - p {
411 - color: @muted;
412 - line-height: 1.55;
413 - margin: 0 0 16px;
414 - }
415 -
416 - ul {
417 - margin: 0 0 22px;
418 - padding-left: 18px;
419 - color: @muted;
420 - font-size: 14px;
421 - line-height: 1.55;
422 - }
423 -
424 - li {
425 - margin: 6px 0;
426 - }
427 -
428 - .card-link {
429 - margin-top: auto;
430 - padding-top: 4px;
431 -
432 - a {
433 - color: @brand;
434 - font-weight: 700;
435 - text-decoration: underline;
436 -
437 - &:hover,
438 - &:focus {
439 - color: @brand-strong;
440 - }
441 - }
442 - }
443 -}
444 -
445 -.industry-trust-section {
446 - background:
447 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
448 -
449 - .industry-trust-panel {
450 - max-width: 1040px;
451 - margin: 0 auto;
452 - padding: 30px 28px;
453 - border: 1px solid fade(@brand, 16%);
454 - border-radius: @radius;
455 - background:
456 - radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%);
457 - box-shadow: @shadow-sm;
458 - text-align: center;
459 - }
460 -
461 - h2 {
462 - margin-bottom: 12px;
463 - }
464 -
465 - .section-intro {
466 - margin-bottom: 20px;
467 - max-width: 820px;
468 - }
469 -
470 - .industry-tags {
471 - max-width: 880px;
472 - margin: 0 auto;
473 - display: flex;
474 - flex-wrap: wrap;
475 - justify-content: center;
476 - gap: 10px;
477 - }
478 -
479 - .industry-tags span {
480 - display: inline-flex;
481 - align-items: center;
482 - padding: 7px 12px;
483 - border: 1px solid fade(@brand, 20%);
484 - border-radius: 999px;
485 - background: #fff;
486 - color: @text;
487 - font-size: 13px;
488 - font-weight: 600;
489 - line-height: 1.2;
490 - box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
491 - }
492 -
493 - .industry-support {
494 - max-width: 820px;
495 - margin: 22px auto 0;
496 - color: @muted;
497 - font-size: 16px;
498 - line-height: 1.6;
499 - }
500 -}
501 -
502 -@media (max-width: 640px) {
503 - .industry-trust-section {
504 - .industry-trust-panel {
505 - padding: 24px 18px;
506 - }
507 -
508 - .industry-tags {
509 - gap: 8px;
510 - }
511 -
512 - .industry-tags span {
513 - font-size: 12px;
514 - padding: 6px 10px;
515 - }
516 - }
517 -}
518 -
519 -/* ========== Services ========== */
520 -
521 -.services {
522 - .services-grid {
523 - max-width: 1040px;
524 - }
525 -
526 526   .service {
156 + flex: 0 1 calc(50% - 12px);
527 527   display: flex;
528 528   align-items: flex-start;
529 529   gap: 16px;
530 - padding: 22px;
531 - background: #fff;
532 - border: 1px solid @line;
533 - border-radius: @radius;
534 - box-shadow: @shadow-sm;
160 + margin-bottom: 8px;
535 535  
536 536   .service-icon {
537 - width: 46px;
538 - height: 46px;
163 + width: 42px;
164 + height: 42px;
539 539   border-radius: 50%;
540 540   display: flex;
541 541   align-items: center;
... ... @@ -544,1064 +544,66 @@
544 544   color: @brand;
545 545   background: fade(@brand, 10%);
546 546   flex-shrink: 0;
547 - margin-top: 2px;
173 + margin-top: 3px;
548 548   }
549 549  
550 550   .service-body {
551 551   h4 {
552 - margin: 0 0 6px;
553 - font-size: 18px;
554 - line-height: 1.25;
178 + margin: 0 0 4px;
179 + font-size: 1.125rem;
555 555   font-weight: 800;
556 - color: @text;
557 557   }
558 -
559 559   p {
560 - margin: 0 0 8px;
561 - color: @muted;
183 + margin: 0 0 6px;
184 + color: @text;
562 562   line-height: 1.5;
563 563   }
564 -
565 565   ul {
566 - margin: 9px 0 0;
567 - padding-left: 18px;
188 + margin: .45rem 0 0;
189 + padding-left: 1.1rem;
568 568   color: @muted;
569 569   font-size: 13px;
570 - line-height: 1.5;
571 571   }
572 -
573 573   li {
574 - margin: 4px 0;
194 + margin: .25rem 0;
195 + line-height: 1.45;
575 575   }
576 576   }
577 577   }
578 -}
579 579  
580 -/* ========== Split / Process Section ========== */
200 + /* ==== Center last item on its own row while keeping 50% width ==== */
201 + .service-center {
202 + /* same width as siblings */
203 + flex: 0 1 calc(55% - 12px);
581 581  
582 -.split-section {
583 - background:
584 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
585 -}
586 -
587 -.split-grid {
588 - display: grid;
589 - grid-template-columns: 1.1fr .9fr;
590 - grid-gap: 36px;
591 - max-width: 1040px;
592 - margin: 0 auto;
593 - align-items: center;
594 -}
595 -
596 -.split-copy {
597 - h2 {
598 - text-align: left;
599 - margin-top: 0;
205 + /* push to center */
206 + margin-left: auto;
207 + margin-right: auto;
600 600   }
601 601  
602 - p {
603 - color: @muted;
604 - line-height: 1.6;
605 - }
606 -}
607 -
608 -.process-list {
609 - counter-reset: process;
610 - margin: 0;
611 - padding: 0;
612 - list-style: none;
613 -
614 - li {
615 - counter-increment: process;
616 - position: relative;
617 - padding: 16px 16px 16px 58px;
618 - margin-bottom: 12px;
619 - background: #fff;
620 - border: 1px solid @line;
621 - border-radius: @radius;
622 - box-shadow: @shadow-sm;
623 - color: @muted;
624 - line-height: 1.5;
625 -
626 - &:before {
627 - content: counter(process);
628 - position: absolute;
629 - left: 16px;
630 - top: 16px;
631 - width: 28px;
632 - height: 28px;
633 - border-radius: 50%;
634 - background: fade(@brand, 10%);
635 - color: @brand;
636 - display: flex;
637 - align-items: center;
638 - justify-content: center;
639 - font-weight: 800;
210 + /* Mobile: 1 per row */
211 + @media (max-width: 767px) {
212 + .services-grid {
213 + gap: 16px;
214 + max-width: 100%;
640 640   }
641 641  
642 - strong {
643 - display: block;
644 - color: @text;
645 - margin-bottom: 3px;
217 + .service,
218 + .service-center {
219 + flex: 0 1 100%;
220 + margin-left: 0;
221 + margin-right: 0;
646 646   }
647 647   }
648 648  }
649 649  
650 -/* ========== Resources ========== */
651 -
652 -.resource-strip {
653 - background: @brand-bg;
654 -}
655 -
656 -.resource-card {
657 - padding: 20px;
658 -
659 - h4 {
660 - margin: 0 0 8px;
661 - color: @text;
662 - font-size: 18px;
663 - line-height: 1.25;
664 - }
665 -
666 - p {
667 - color: @muted;
668 - margin: 0 0 12px;
669 - line-height: 1.5;
670 - }
671 -
672 - a {
673 - color: @brand;
674 - font-weight: 700;
675 - }
676 -}
677 -
678 -/* ========== Homepage Resource Strip ========== */
679 -
680 -.homepage-resource-strip {
681 - background:
682 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
683 -
684 - .resource-grid {
685 - max-width: 1040px;
686 - margin: 22px auto 0;
687 - display: grid;
688 - grid-template-columns: repeat(2, minmax(0, 1fr));
689 - grid-gap: 22px;
690 - align-items: stretch;
691 - }
692 -
693 - .resource-card {
694 - display: flex;
695 - flex-direction: column;
696 - min-width: 0;
697 - min-height: 100%;
698 - padding: 26px;
699 - }
700 -
701 - .resource-card h4 {
702 - margin: 0 0 10px;
703 - color: @text;
704 - font-size: 21px;
705 - line-height: 1.25;
706 - font-weight: 700;
707 - }
708 -
709 - .resource-card p {
710 - margin: 0 0 18px;
711 - color: @muted;
712 - font-size: 15px;
713 - line-height: 1.6;
714 - }
715 -
716 - .resource-card a {
717 - margin-top: auto;
718 - color: @brand;
719 - font-weight: 700;
720 - text-decoration: underline;
721 -
722 - &:hover,
723 - &:focus {
724 - color: @brand-strong;
725 - }
726 - }
727 -}
728 -
729 -@media (max-width: 980px) {
730 - .homepage-resource-strip {
731 - .resource-grid {
732 - grid-template-columns: 1fr;
733 - }
734 - }
735 -}
736 -
737 -@media (max-width: 640px) {
738 - .homepage-resource-strip {
739 - .resource-card {
740 - padding: 22px;
741 - }
742 -
743 - .resource-card h4 {
744 - font-size: 19px;
745 - }
746 - }
747 -}
748 -
749 -/* ========== CTA ========== */
750 -
226 +/* ===== CTA ===== */
751 751  .cta-section {
752 - padding: @section-padding;
228 + padding: 24px 0 16px;
753 753  
754 754   .contact-inline {
755 755   margin: 0;
756 756   color: @muted;
757 -
758 - a {
759 - color: @brand;
760 - }
233 + a { color: @brand; }
761 761   }
762 762  }
763 -
764 -.cta-panel {
765 - max-width: 860px;
766 - margin: 0 auto;
767 - padding: 32px;
768 - border-radius: @radius;
769 - border: 1px solid fade(@brand, 20%);
770 - background:
771 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
772 - box-shadow: @shadow-sm;
773 - text-align: center;
774 -
775 - h2 {
776 - margin-top: 0;
777 - }
778 -
779 - p {
780 - color: @muted;
781 - line-height: 1.55;
782 - }
783 -}
784 -
785 -.resource-inline-cta {
786 - display: flex;
787 - align-items: center;
788 - justify-content: space-between;
789 - gap: 22px;
790 - margin: 30px 0;
791 - padding: 20px 22px;
792 - border: 1px solid fade(@brand, 22%);
793 - border-radius: @radius;
794 - background: @brand-bg;
795 - box-shadow: @shadow-sm;
796 -
797 - p {
798 - margin: 0;
799 - color: @muted;
800 - line-height: 1.55;
801 - }
802 -
803 - strong {
804 - color: @text;
805 - }
806 -
807 - .btn {
808 - flex-shrink: 0;
809 - }
810 -}
811 -
812 -@media (max-width: 767px) {
813 - .resource-inline-cta {
814 - display: block;
815 - text-align: center;
816 -
817 - p {
818 - margin-bottom: 14px;
819 - }
820 -
821 - .btn {
822 - display: inline-block;
823 - margin-left: auto;
824 - margin-right: auto;
825 - }
826 - }
827 -}
828 -
829 -/* ========== Responsive ========== */
830 -
831 -@media (max-width: 980px) {
832 - .widgets,
833 - .pathways,
834 - .services-grid,
835 - .resource-grid {
836 - grid-template-columns: repeat(2, minmax(0, 1fr));
837 - }
838 -
839 - .split-grid {
840 - grid-template-columns: 1fr;
841 - }
842 -
843 - .split-copy h2 {
844 - text-align: center;
845 - }
846 -}
847 -
848 -@media (max-width: 760px) {
849 - section[id] {
850 - scroll-margin-top: 132px;
851 - }
852 -
853 - .header-inner {
854 - min-height: auto;
855 - padding-top: 14px;
856 - padding-bottom: 14px;
857 - flex-direction: column;
858 - align-items: center;
859 - gap: 12px;
860 - }
861 -
862 - .site-nav {
863 - width: 100%;
864 - justify-content: center;
865 - flex-wrap: wrap;
866 - gap: 10px 16px;
867 - font-size: 14px;
868 -
869 - .nav-cta {
870 - padding: 7px 12px;
871 - }
872 - }
873 -
874 - .hero.hero-centered {
875 - min-height: 280px;
876 - }
877 -
878 - .hero {
879 - .lead {
880 - font-size: 17px;
881 - }
882 -
883 - .benefits {
884 - gap: 4px 10px;
885 -
886 - li + li::before {
887 - content: none;
888 - }
889 - }
890 - }
891 -}
892 -
893 -@media (max-width: 640px) {
894 - section {
895 - padding: @section-padding-mobile;
896 - }
897 -
898 - .widgets,
899 - .pathways,
900 - .services-grid,
901 - .resource-grid {
902 - grid-template-columns: 1fr;
903 - }
904 -
905 - .pathway-card,
906 - .services .service,
907 - .resource-card,
908 - .widget {
909 - padding: 20px;
910 - }
911 -
912 - .services .service {
913 - gap: 14px;
914 - }
915 -
916 - .cta-panel {
917 - padding: 24px 20px;
918 - }
919 -}
920 -
921 -/* ========== Resource / Article Pages ========== */
922 -
923 -.resource-page {
924 - padding-top: 0;
925 -}
926 -
927 -.resource-header {
928 - padding: @section-padding;
929 - border-top: none;
930 - background:
931 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
932 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
933 -
934 - h1 {
935 - margin: 0 auto 14px;
936 - text-align: center;
937 - line-height: 1.18;
938 - }
939 -
940 - .resource-summary {
941 - max-width: 780px;
942 - margin: 0 auto;
943 - color: @muted;
944 - text-align: center;
945 - font-size: 18px;
946 - line-height: 1.55;
947 - }
948 -}
949 -
950 -.resource-layout {
951 - display: block;
952 - max-width: 1080px;
953 - margin: 0 auto;
954 - padding-top: 28px;
955 -}
956 -
957 -.resource-layout::after {
958 - content: "";
959 - display: block;
960 - clear: both;
961 -}
962 -
963 -.resource-content {
964 - color: @text;
965 - font-size: 16px;
966 - line-height: 1.68;
967 -
968 - h2 {
969 - text-align: left;
970 - margin: 34px 0 12px;
971 - line-height: 1.28;
972 - }
973 -
974 - h3 {
975 - margin: 24px 0 8px;
976 - line-height: 1.3;
977 - }
978 -
979 - p {
980 - margin: 0 0 16px;
981 - }
982 -
983 - ul,
984 - ol {
985 - margin: 0 0 18px;
986 - padding-left: 22px;
987 - }
988 -
989 - li {
990 - margin: 6px 0;
991 - }
992 -
993 - strong {
994 - color: @text;
995 - }
996 -}
997 -
998 -.resource-note {
999 - border-left: 4px solid @brand;
1000 - background: @brand-bg;
1001 - padding: 16px 18px;
1002 - margin: 22px 0;
1003 - border-radius: 0 @radius @radius 0;
1004 -
1005 - p:last-child {
1006 - margin-bottom: 0;
1007 - }
1008 -}
1009 -
1010 -.resource-note.related-resources {
1011 - p {
1012 - margin-bottom: 10px;
1013 - }
1014 -
1015 - ul {
1016 - margin: 0;
1017 - padding-left: 20px;
1018 - }
1019 -
1020 - li {
1021 - margin: 6px 0;
1022 - color: @muted;
1023 - }
1024 -}
1025 -
1026 -.resource-faq-item {
1027 - display: flow-root;
1028 - border-bottom: 1px solid @line;
1029 - padding: 12px 0;
1030 -
1031 - summary {
1032 - cursor: pointer;
1033 - font-weight: 700;
1034 - color: @text;
1035 - line-height: 1.4;
1036 - }
1037 -
1038 - summary:hover,
1039 - summary:focus {
1040 - color: @brand-strong;
1041 - }
1042 -
1043 - p {
1044 - margin: 10px 0 4px;
1045 - color: @muted;
1046 - }
1047 -}
1048 -
1049 -.resource-checklist {
1050 - margin: 18px 0 24px;
1051 - padding: 0;
1052 - list-style: none;
1053 -
1054 - li {
1055 - position: relative;
1056 - padding: 10px 0 10px 34px;
1057 - border-bottom: 1px solid @line;
1058 -
1059 - &:before {
1060 - content: "\f00c";
1061 - font-family: FontAwesome;
1062 - position: absolute;
1063 - left: 0;
1064 - top: 11px;
1065 - color: @brand;
1066 - }
1067 - }
1068 -}
1069 -
1070 -.resource-sidebar {
1071 - float: right;
1072 - width: 280px;
1073 - margin-left: 42px;
1074 - margin-bottom: 28px;
1075 - position: sticky;
1076 - top: 96px;
1077 - border: 1px solid @line;
1078 - border-radius: @radius;
1079 - padding: 18px;
1080 - background: #fff;
1081 - box-shadow: @shadow-sm;
1082 -
1083 - h4 {
1084 - margin: 0 0 10px;
1085 - }
1086 -
1087 - ul {
1088 - margin: 0;
1089 - padding-left: 18px;
1090 - color: @muted;
1091 - }
1092 -
1093 - li {
1094 - margin: 8px 0;
1095 - }
1096 -
1097 - a {
1098 - color: @brand;
1099 - font-weight: 600;
1100 - }
1101 -}
1102 -
1103 -.resource-cta {
1104 - display: flex;
1105 - flex-direction: column;
1106 - align-items: center;
1107 - text-align: center;
1108 -
1109 - max-width: 820px;
1110 - margin: 42px auto 0;
1111 - padding: 28px 30px;
1112 - border: 1px solid fade(@brand, 20%);
1113 - border-radius: @radius;
1114 - background: @brand-bg;
1115 -
1116 - h3 {
1117 - margin-top: 0;
1118 - margin-bottom: 10px;
1119 - }
1120 -
1121 - p {
1122 - max-width: 680px;
1123 - margin-left: auto;
1124 - margin-right: auto;
1125 - color: @muted;
1126 - }
1127 -
1128 - .btn {
1129 - margin-top: 8px;
1130 - }
1131 -}
1132 -
1133 -.resource-note,
1134 -.resource-checklist,
1135 -.resource-cta {
1136 - display: flow-root;
1137 -}
1138 -
1139 -@media (max-width: 767px) {
1140 - .resource-cta {
1141 - padding: 24px 20px;
1142 - }
1143 -}
1144 -
1145 -@media (max-width: 900px) {
1146 - .resource-layout {
1147 - padding-top: 22px;
1148 - }
1149 -
1150 - .resource-sidebar {
1151 - float: none;
1152 - width: 100%;
1153 - margin-left: 0;
1154 - margin-bottom: 24px;
1155 - position: static;
1156 - }
1157 -}
1158 -
1159 -/* ========== Products / Extensions Pages ========== */
1160 -
1161 -.product-index-section {
1162 - padding: @section-padding;
1163 -
1164 - h2 {
1165 - margin-bottom: 10px;
1166 - }
1167 -}
1168 -
1169 -.product-card-grid {
1170 - max-width: 980px;
1171 - margin: 26px auto 0;
1172 - display: grid;
1173 - grid-template-columns: 1fr;
1174 - grid-gap: 22px;
1175 -}
1176 -
1177 -.product-card {
1178 - position: relative;
1179 - background: #fff;
1180 - border: 1px solid @line;
1181 - border-radius: @radius;
1182 - box-shadow: @shadow-sm;
1183 - padding: 32px;
1184 - display: grid;
1185 - grid-template-columns: 70px 1fr;
1186 - grid-gap: 24px;
1187 - align-items: start;
1188 - overflow: hidden;
1189 -
1190 - &:before {
1191 - content: "";
1192 - position: absolute;
1193 - inset: 0 auto 0 0;
1194 - width: 5px;
1195 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1196 - }
1197 -
1198 - .product-card-icon {
1199 - width: 58px;
1200 - height: 58px;
1201 - border-radius: 50%;
1202 - background: fade(@brand, 10%);
1203 - border: 1px solid fade(@brand, 22%);
1204 - color: @brand;
1205 - display: flex;
1206 - align-items: center;
1207 - justify-content: center;
1208 - font-size: 22px;
1209 - flex-shrink: 0;
1210 - }
1211 -
1212 - .product-card-body {
1213 - min-width: 0;
1214 - }
1215 -
1216 - h3 {
1217 - margin: 0 0 10px;
1218 - color: @text;
1219 - font-size: 25px;
1220 - line-height: 1.22;
1221 - font-weight: 800;
1222 - }
1223 -
1224 - p {
1225 - color: @muted;
1226 - line-height: 1.6;
1227 - }
1228 -
1229 - .product-card-description {
1230 - max-width: 760px;
1231 - margin: 0 0 14px;
1232 - font-size: 16px;
1233 - }
1234 -}
1235 -
1236 -.product-card-kicker {
1237 - display: inline-flex;
1238 - align-items: center;
1239 - gap: 7px;
1240 - width: fit-content;
1241 - margin-bottom: 10px;
1242 - padding: 5px 10px;
1243 - border: 1px solid fade(@brand, 24%);
1244 - border-radius: 999px;
1245 - background: fade(@brand, 8%);
1246 - color: @brand-strong;
1247 - font-size: 12px;
1248 - font-weight: 800;
1249 - text-transform: uppercase;
1250 - letter-spacing: .04em;
1251 -
1252 - i {
1253 - color: @brand;
1254 - }
1255 -}
1256 -
1257 -.product-highlights {
1258 - margin: 14px 0 22px;
1259 - padding-left: 18px;
1260 - color: @muted;
1261 -
1262 - li {
1263 - margin: 6px 0;
1264 - line-height: 1.45;
1265 - }
1266 -}
1267 -
1268 -.product-card-actions {
1269 - display: flex;
1270 - align-items: center;
1271 - gap: 16px;
1272 - flex-wrap: wrap;
1273 -
1274 - .btn {
1275 - font-weight: 700;
1276 - }
1277 -}
1278 -
1279 -.product-card-contact {
1280 - color: @brand;
1281 - font-weight: 700;
1282 - text-decoration: underline;
1283 -
1284 - &:hover,
1285 - &:focus {
1286 - color: @brand-strong;
1287 - }
1288 -}
1289 -
1290 -@media (max-width: 640px) {
1291 - .product-card {
1292 - grid-template-columns: 1fr;
1293 - padding: 26px 22px;
1294 - text-align: left;
1295 -
1296 - &:before {
1297 - width: 4px;
1298 - }
1299 -
1300 - .product-card-icon {
1301 - margin-bottom: 2px;
1302 - }
1303 -
1304 - h3 {
1305 - font-size: 22px;
1306 - }
1307 - }
1308 -
1309 - .product-card-actions {
1310 - gap: 12px;
1311 - }
1312 -}
1313 -
1314 -/* ========== Individual Product Pages ========== */
1315 -
1316 -.product-layout {
1317 - display: grid;
1318 - grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
1319 - grid-gap: 32px;
1320 - max-width: 1040px;
1321 - margin: 0 auto;
1322 - align-items: start;
1323 -}
1324 -
1325 -.product-summary-card,
1326 -.product-info-card,
1327 -.product-feature,
1328 -.product-gallery-panel {
1329 - background: #fff;
1330 - border: 1px solid @line;
1331 - border-radius: @radius;
1332 - box-shadow: @shadow-sm;
1333 -}
1334 -
1335 -.product-summary-card {
1336 - padding: 28px;
1337 -
1338 - h2 {
1339 - text-align: left;
1340 - margin-top: 0;
1341 - margin-bottom: 14px;
1342 - line-height: 1.25;
1343 - }
1344 -
1345 - p {
1346 - color: @muted;
1347 - line-height: 1.62;
1348 - }
1349 -
1350 - p:last-child {
1351 - margin-bottom: 0;
1352 - }
1353 -}
1354 -
1355 -.product-info-card {
1356 - padding: 24px;
1357 -
1358 - h3 {
1359 - margin-top: 0;
1360 - margin-bottom: 12px;
1361 - line-height: 1.3;
1362 - }
1363 -
1364 - p {
1365 - color: @muted;
1366 - line-height: 1.55;
1367 - }
1368 -
1369 - ul {
1370 - margin: 0;
1371 - padding-left: 20px;
1372 - color: @muted;
1373 - }
1374 -
1375 - li {
1376 - margin: 8px 0;
1377 - line-height: 1.3;
1378 - }
1379 -}
1380 -
1381 -.product-card-note {
1382 - margin: 0 0 14px;
1383 - color: @muted;
1384 - line-height: 1.55;
1385 -}
1386 -
1387 -.product-feature-grid {
1388 - display: grid;
1389 - grid-template-columns: repeat(3, minmax(0, 1fr));
1390 - grid-gap: 20px;
1391 - max-width: 1040px;
1392 - margin: 24px auto 0;
1393 -}
1394 -
1395 -.product-feature {
1396 - padding: 24px;
1397 - min-width: 0;
1398 - min-height: 100%;
1399 -
1400 - .card-heading,
1401 - .feature-heading {
1402 - display: flex;
1403 - align-items: center;
1404 - gap: 14px;
1405 - margin-bottom: 14px;
1406 - }
1407 -
1408 - .feature-icon {
1409 - width: 46px;
1410 - height: 46px;
1411 - border-radius: 50%;
1412 - background: fade(@brand, 10%);
1413 - color: @brand;
1414 - display: flex;
1415 - align-items: center;
1416 - justify-content: center;
1417 - font-size: 18px;
1418 - flex-shrink: 0;
1419 - }
1420 -
1421 - h3 {
1422 - margin: 0;
1423 - color: @text;
1424 - font-size: 18px;
1425 - line-height: 1.25;
1426 - }
1427 -
1428 - p {
1429 - margin: 0;
1430 - color: @muted;
1431 - line-height: 1.52;
1432 - }
1433 -}
1434 -
1435 -.product-gallery-caption {
1436 - max-width: 820px;
1437 - margin: 12px auto 0;
1438 - color: @muted;
1439 - font-size: 14px;
1440 - line-height: 1.5;
1441 - text-align: center;
1442 -}
1443 -
1444 -/* Keep the default XWiki gallery style.
1445 - Only add spacing before it and center it. */
1446 -.gallery.xGallery {
1447 - margin: 25px auto;
1448 - width: 920px;
1449 - height: 518px;
1450 -}
1451 -
1452 -.product-section-muted {
1453 - background:
1454 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1455 -}
1456 -
1457 -/* Compact process list when used inside a product card. */
1458 -.product-summary-card .process-list {
1459 - margin-top: 16px;
1460 -
1461 - li {
1462 - padding: 13px 14px 13px 50px;
1463 - margin-bottom: 10px;
1464 - box-shadow: none;
1465 - }
1466 -
1467 - li:before {
1468 - left: 14px;
1469 - top: 14px;
1470 - width: 24px;
1471 - height: 24px;
1472 - font-size: 12px;
1473 - }
1474 -
1475 - strong {
1476 - margin-bottom: 2px;
1477 - }
1478 -}
1479 -
1480 -/* Kept for older product pages that still use a screenshot placeholder/panel. */
1481 -.product-gallery-panel {
1482 - max-width: 1040px;
1483 - margin: 20px auto 0;
1484 - padding: 26px;
1485 -
1486 - h2 {
1487 - margin-top: 0;
1488 - text-align: center;
1489 - }
1490 -
1491 - .gallery-note {
1492 - max-width: 700px;
1493 - margin: 0 auto 18px;
1494 - color: @muted;
1495 - text-align: center;
1496 - line-height: 1.55;
1497 - }
1498 -}
1499 -
1500 -.product-gallery-placeholder {
1501 - min-height: 260px;
1502 - padding: 28px;
1503 - border: 1px dashed fade(@brand, 40%);
1504 - border-radius: @radius;
1505 - background: fade(@brand, 5%);
1506 - color: @muted;
1507 - text-align: center;
1508 - display: flex;
1509 - align-items: center;
1510 - justify-content: center;
1511 -}
1512 -
1513 -@media (max-width: 980px) {
1514 - .product-layout,
1515 - .product-feature-grid {
1516 - grid-template-columns: 1fr;
1517 - }
1518 -
1519 - .product-summary-card h2 {
1520 - text-align: center;
1521 - }
1522 -}
1523 -
1524 -@media (max-width: 640px) {
1525 - .product-card {
1526 - grid-template-columns: 1fr;
1527 - padding: 22px;
1528 - text-align: left;
1529 -
1530 - .product-card-icon {
1531 - margin-bottom: 2px;
1532 - }
1533 - }
1534 -
1535 - .product-summary-card,
1536 - .product-info-card,
1537 - .product-feature,
1538 - .product-gallery-panel {
1539 - padding: 20px;
1540 - }
1541 -
1542 - .product-feature {
1543 - .card-heading,
1544 - .feature-heading {
1545 - gap: 12px;
1546 - }
1547 -
1548 - .feature-icon {
1549 - width: 42px;
1550 - height: 42px;
1551 - font-size: 16px;
1552 - }
1553 - }
1554 -
1555 - .gallery.xGallery {
1556 - margin-top: 22px !important;
1557 - }
1558 -
1559 - .product-gallery-caption {
1560 - margin-top: 10px;
1561 - padding: 0 14px;
1562 - }
1563 -
1564 - .product-summary-card .process-list li {
1565 - padding-left: 46px;
1566 - }
1567 -}
1568 -
1569 -/* ========== Resources Index ========== */
1570 -
1571 -.resources-index-page {
1572 - background: #fff;
1573 -
1574 - .services-grid {
1575 - grid-template-columns: repeat(2, minmax(0, 1fr));
1576 - }
1577 -}
1578 -
1579 -@media (max-width: 980px) {
1580 - .resources-index-page {
1581 - .services-grid {
1582 - grid-template-columns: 1fr;
1583 - }
1584 - }
1585 -}
1586 -
1587 -@media (max-width: 767px) {
1588 - .resources-index-page {
1589 - padding: @section-padding-mobile;
1590 - }
1591 -}
1592 -
1593 -.resource-faq-item {
1594 - border-bottom: 1px solid @line;
1595 - padding: 12px 0;
1596 -
1597 - summary {
1598 - cursor: pointer;
1599 - font-weight: 700;
1600 - color: @text;
1601 - }
1602 -
1603 - p {
1604 - margin: 10px 0 4px;
1605 - color: @muted;
1606 - }
1607 -}
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,158 +1,0 @@
1 -/* ========== Agnease Public Top Menu ========== */
2 -/* Top-level menu items */
3 -
4 -#menuview .agnease-menu-item,
5 -#menuview .agnease-menu-link {
6 - > a,
7 - > .dropdown-toggle {
8 - color: @brand;
9 - font-size: 17px;
10 - font-weight: 600;
11 - padding-left: 16px;
12 - padding-right: 16px;
13 - text-decoration: none;
14 - background: transparent;
15 - }
16 -
17 - > a:hover,
18 - > a:focus,
19 - > a:active,
20 - &.open > a,
21 - &.active > a {
22 - color: @brand-strong;
23 - text-decoration: none;
24 - outline: none;
25 - background: transparent;
26 - }
27 -
28 - .caret {
29 - margin-left: 5px;
30 - border-top-color: @brand;
31 - border-bottom-color: @brand;
32 - }
33 -
34 - > a:hover .caret,
35 - > a:focus .caret,
36 - > a:active .caret,
37 - &.open > a .caret,
38 - &.active > a .caret {
39 - border-top-color: @brand-strong;
40 - border-bottom-color: @brand-strong;
41 - }
42 -}
43 -
44 -/* Dropdown panel */
45 -
46 -#menuview .agnease-dropdown {
47 - min-width: 310px;
48 - padding: 10px 8px;
49 - border: 1px solid fade(@brand, 18%);
50 - border-radius: 12px;
51 - background: #fff;
52 - box-shadow: 0 12px 32px fade(@brand-strong, 12%);
53 -
54 - > li > a {
55 - display: flex;
56 - align-items: center;
57 - gap: 12px;
58 - padding: 11px 14px;
59 - color: @brand;
60 - white-space: nowrap;
61 - font-size: 16px;
62 - font-weight: 600;
63 - line-height: 1.3;
64 - text-decoration: none;
65 - background: transparent;
66 -
67 - i {
68 - width: 20px;
69 - flex: 0 0 20px;
70 - color: @brand;
71 - text-align: center;
72 - font-size: 15px;
73 - }
74 -
75 - &:hover,
76 - &:focus,
77 - &:active {
78 - color: @brand-strong;
79 - text-decoration: none;
80 - outline: none;
81 - background: transparent;
82 -
83 - i {
84 - color: @brand-strong;
85 - }
86 - }
87 - }
88 -
89 - > .active > a {
90 - color: @brand-strong;
91 - background: transparent;
92 -
93 - i {
94 - color: @brand-strong;
95 - }
96 - }
97 -
98 - .divider {
99 - margin: 8px 0;
100 - background-color: fade(@brand, 16%);
101 - }
102 -}
103 -
104 -/* Mobile */
105 -
106 -@media (max-width: 767px) {
107 - #menuview {
108 - margin-left: 0;
109 - width: 100%;
110 - }
111 -
112 - #menuview .navbar-nav {
113 - float: none;
114 - margin: 0;
115 - width: 100%;
116 - text-align: center;
117 - }
118 -
119 - #menuview .navbar-nav > li {
120 - float: none;
121 - display: inline-block;
122 - }
123 -
124 - #menuview .navbar-nav > li.agnease-menu-item > a,
125 - #menuview .navbar-nav > li.agnease-menu-link > a,
126 - #menuview .navbar-nav > li.agnease-menu-item > .dropdown-toggle,
127 - #menuview .navbar-nav > li.agnease-menu-link > .dropdown-toggle {
128 - font-size: 16px;
129 - padding: 10px 10px;
130 - text-align: center;
131 - }
132 -
133 - #menuview .agnease-dropdown {
134 - min-width: 0;
135 - width: 100%;
136 - padding: 4px 8px 8px 18px;
137 - border: 0;
138 - border-radius: 0;
139 - box-shadow: none;
140 - background: transparent;
141 - text-align: left;
142 -
143 - > li > a {
144 - padding: 8px 10px;
145 - white-space: normal;
146 - font-size: 15px;
147 -
148 - i {
149 - width: 18px;
150 - flex-basis: 18px;
151 - }
152 - }
153 -
154 - .divider {
155 - margin: 5px 0;
156 - }
157 - }
158 -}
contentType
... ... @@ -1,1 +1,0 @@
1 -LESS
name
... ... @@ -1,1 +1,0 @@
1 -Menu
use
... ... @@ -1,1 +1,0 @@
1 -onDemand
XWiki.XWikiRights[0]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
levels
... ... @@ -1,0 +1,1 @@
1 +view
users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest