Changes for page Public Web Site

Last modified by Agnease on 2026/06/08 18:27

From version 20.5
edited by Agnease
on 2026/05/30 16:18
Change comment: There is no comment for this version
To version 6.21
edited by Agnease
on 2026/05/02 12:05
Change comment: There is no comment for this version

Summary

Details

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