Changes for page Public Web Site

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

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