Changes for page Public Web Site

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

From version 25.23
edited by Agnease
on 2026/06/30 11:31
Change comment: There is no comment for this version
To version 6.1
edited by Agnease
on 2026/05/01 14:11
Change comment: Rollback to version 4.1

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>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,35 +1,14 @@
1 -/* ========== Agnease Public Website ========== */
2 -/*
1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */
3 3  @brand: #00937D;
4 4  @brand-strong: #007B6A;
5 -@brand-soft: #E7FFF8;
6 -@brand-bg: #F4FCFA;
7 7  @text: #2D3A34;
8 8  @muted: #5B6B64;
9 9  @line: #E4ECE9;
10 10  @radius: 16px;
11 -@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06);
12 -@shadow: 0 12px 36px rgba(0, 0, 0, .08);
8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
9 +@shadow: 0 12px 36px rgba(0,0,0,.08);
13 13  @maxw: 1140px;
14 -*/
15 -@brand: #00937D;
16 -@brand-strong: #007B6A;
17 -@brand-soft: #E7FFF8;
18 -@brand-bg: #F7F9FC;
19 -@text: #07182D;
20 -@text-soft: #10243D;
21 -@muted: #64748B;
22 -@line: #E6EBF2;
23 -@radius: 18px;
24 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06);
25 -@shadow: 0 30px 80px rgba(15, 23, 42, .12);
26 -@maxw: 1140px;
27 27  
28 -@section-padding: 30px 0;
29 -@section-padding-mobile: 28px 0;
30 -
31 -/* ========== Base ========== */
32 -
33 33  #mainContentArea {
34 34   padding: 0;
35 35  }
... ... @@ -36,148 +36,26 @@
36 36  
37 37  .container {
38 38   max-width: @maxw;
39 - margin-left: auto;
40 - margin-right: auto;
41 - padding-left: 18px;
42 - padding-right: 18px;
43 43  }
44 44  
45 -html {
46 - scroll-behavior: smooth;
47 -}
48 -
49 -section {
50 - padding: @section-padding;
51 - border-top: 1px solid @line;
52 -
53 - &:first-of-type {
54 - border-top: none;
55 - }
56 -}
57 -
58 -section[id] {
59 - scroll-margin-top: 92px;
60 -}
61 -
62 -h1,
63 -h2,
64 -h3,
65 -h4 {
66 - color: @text;
67 -}
68 -
69 -h2 {
70 - text-align: center;
71 - margin-top: 0;
72 -}
73 -
74 74  .lead {
75 75   color: @muted;
76 76   text-align: center;
77 - margin-bottom: 0;
78 78  }
79 -
80 -.section-intro {
81 - max-width: 760px;
82 - margin: 0 auto 22px;
24 +h2 {
83 83   text-align: center;
84 - color: @muted;
85 - font-size: 16px;
86 - line-height: 1.55;
87 87  }
88 88  
89 -a {
90 - color: @brand;
28 +section {
29 + padding: 32px 0;
30 + border-top: 1px solid @line;
91 91  
92 - &:hover,
93 - &:focus {
94 - color: @brand-strong;
32 + &:first-of-type {
33 + border-top: none;
95 95   }
96 96  }
97 97  
98 -/* ========== Header / Navigation ========== */
99 -
100 -.site-header {
101 - position: sticky;
102 - top: 0;
103 - z-index: 1000;
104 - background: fade(#fff, 96%);
105 - border-bottom: 1px solid fade(@line, 85%);
106 - backdrop-filter: blur(8px);
107 -}
108 -
109 -.header-inner {
110 - min-height: 72px;
111 - display: flex;
112 - align-items: center;
113 - justify-content: space-between;
114 - gap: 24px;
115 -}
116 -
117 -.site-nav {
118 - display: flex;
119 - align-items: center;
120 - gap: 22px;
121 - font-size: 15px;
122 -
123 - a {
124 - color: @text;
125 - text-decoration: none;
126 - font-weight: 600;
127 -
128 - &:hover,
129 - &:focus {
130 - color: @brand;
131 - text-decoration: none;
132 - }
133 - }
134 -
135 - .nav-cta {
136 - color: #fff;
137 - background: @brand;
138 - border: 1px solid @brand;
139 - border-radius: 6px;
140 - padding: 8px 14px;
141 -
142 - &:hover,
143 - &:focus {
144 - color: #fff;
145 - background: @brand-strong;
146 - border-color: @brand-strong;
147 - }
148 - }
149 -}
150 -
151 -/* ========== Buttons ========== */
152 -
153 -.btn-primary {
154 - background: @brand;
155 - border-color: @brand;
156 - color: #fff;
157 -
158 - &:hover,
159 - &:focus {
160 - background: @brand-strong;
161 - border-color: @brand-strong;
162 - color: #fff;
163 - }
164 -}
165 -
166 -.btn-secondary {
167 - color: @brand;
168 - background: #fff;
169 - border: 1px solid fade(@brand, 35%);
170 -
171 - &:hover,
172 - &:focus {
173 - color: @brand-strong;
174 - border-color: @brand;
175 - background: @brand-bg;
176 - }
177 -}
178 -
179 -/* ========== Hero ========== */
180 -
37 +/* ===== HERO ===== */
181 181  .hero {
182 182   overflow: hidden;
183 183   background-repeat: no-repeat;
... ... @@ -186,16 +186,16 @@
186 186   &.hero-centered {
187 187   text-align: center;
188 188   background:
189 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
46 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
190 190   radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
191 191   display: flex;
192 192   align-items: center;
193 193   justify-content: center;
194 - min-height: 330px;
51 + min-height: 350px;
195 195   }
196 196  
197 197   .hero-inner {
198 - max-width: 860px;
55 + max-width: 850px;
199 199   margin: 0 auto;
200 200   display: flex;
201 201   flex-direction: column;
... ... @@ -202,20 +202,14 @@
202 202   align-items: center;
203 203   }
204 204  
205 - h1 {
206 - max-width: 790px;
207 - margin-left: auto;
208 - margin-right: auto;
209 - 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;
210 210   }
211 211  
212 - .lead {
213 - max-width: 820px;
214 - font-size: 19px;
215 - line-height: 1.55;
216 - margin-top: 12px;
217 - }
218 -
219 219   .benefits {
220 220   display: flex;
221 221   flex-wrap: wrap;
... ... @@ -222,147 +222,61 @@
222 222   justify-content: center;
223 223   list-style: none;
224 224   padding: 0;
225 - margin: 14px 0 0;
76 + margin: 0.8rem 0 0;
226 226   color: @muted;
227 227   font-size: 14px;
228 228  
229 229   li + li::before {
230 230   content: "•";
231 - margin: 0 6px;
82 + margin: 0 5px;
232 232   }
233 - }
234 -}
235 235  
236 -.hero-kicker {
237 - display: inline-flex;
238 - align-items: center;
239 - gap: 8px;
240 - color: @brand;
241 - background: fade(@brand, 8%);
242 - border: 1px solid fade(@brand, 18%);
243 - border-radius: 999px;
244 - padding: 6px 12px;
245 - margin-bottom: 14px;
246 - font-size: 13px;
247 - font-weight: 700;
248 -}
249 -
250 -.hero-actions,
251 -#hero-cta {
252 - display: flex;
253 - gap: 12px;
254 - flex-wrap: wrap;
255 - justify-content: center;
256 - margin-top: 22px;
257 -}
258 -
259 -/* ========== Trust Strip ========== */
260 -
261 -.trust-strip {
262 - padding: 18px 0;
263 - border-top: 1px solid @line;
264 -
265 - ul {
266 - max-width: 960px;
267 - margin: 0 auto;
268 - padding: 0;
269 - list-style: none;
270 - display: flex;
271 - justify-content: center;
272 - gap: 22px;
273 - flex-wrap: wrap;
274 - color: @muted;
275 - 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 + }
276 276   }
277 -
278 - li {
279 - display: flex;
280 - align-items: center;
281 - gap: 7px;
282 - }
283 -
284 - i {
285 - color: @brand;
286 - }
287 287  }
288 288  
289 -/* ========== Reusable Grids ========== */
290 -
291 -.card-grid,
292 -.pathways,
293 -.services-grid,
294 -.resource-grid,
98 +/* ===== WHY CHOOSE (cards) ===== */
295 295  .widgets {
100 + margin-top: 12px;
296 296   display: grid;
297 - grid-gap: 18px;
298 - margin-left: auto;
299 - margin-right: auto;
102 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
103 + grid-gap: 16px;
300 300  }
301 301  
302 -.card-grid,
303 -.pathways,
304 -.services-grid {
305 - grid-template-columns: repeat(3, minmax(0, 1fr));
306 - max-width: 1040px;
307 - margin-top: 22px;
308 -}
309 -
310 -.resource-grid {
311 - grid-template-columns: repeat(2, minmax(0, 1fr));
312 - max-width: 1040px;
313 - margin-top: 22px;
314 -}
315 -
316 -.widgets {
317 - grid-template-columns: repeat(4, minmax(0, 1fr));
318 - max-width: 1040px;
319 - margin-top: 20px;
320 -}
321 -
322 -.card-grid > *,
323 -.pathways > *,
324 -.services-grid > *,
325 -.resource-grid > *,
326 -.widgets > * {
327 - min-width: 0;
328 -}
329 -
330 -/* ========== Shared Card Style ========== */
331 -
332 -.widget,
333 -.pathway-card,
334 -.service-card,
335 -.resource-card {
106 +.widget {
107 + padding: 18px;
108 + 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,1113 +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 -}
1608 -
1609 -/* ========== Global Theme Background ========== */
1610 -
1611 -html,
1612 -body {
1613 - min-height: 100%;
1614 -}
1615 -
1616 -body {
1617 - color: @text;
1618 - background:
1619 - radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.08) 0, transparent 26%),
1620 - radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.05) 0, transparent 30%),
1621 - linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important;
1622 - background-attachment: fixed;
1623 -}
1624 -
1625 -/* Let the body background show through the XWiki wrappers.
1626 -#mainContentArea,
1627 -.resource-page,
1628 -.resources-index-page {
1629 - background: transparent !important;
1630 - background-image: none !important;
1631 -}
1632 -*/
1633 -/* Remove local decorative backgrounds that compete with the global gradient.
1634 -.hero,
1635 -.hero.hero-centered,
1636 -.trust-strip,
1637 -.industry-trust-section,
1638 -.split-section,
1639 -.resource-strip,
1640 -.homepage-resource-strip,
1641 -.resource-header,
1642 -.product-section-muted,
1643 -.resources-index-page {
1644 - background: transparent !important;
1645 - background-image: none !important;
1646 -}
1647 - */
1648 -/* Keep large panels readable, but remove their inner gradients.
1649 -.industry-trust-section .industry-trust-panel,
1650 -.cta-panel,
1651 -.resource-inline-cta,
1652 -.resource-note,
1653 -.resource-cta {
1654 - background: #fff !important;
1655 - background-image: none !important;
1656 -} */
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