Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 12.8
edited by Agnease
on 2026/05/22 10:41
Change comment: There is no comment for this version
To version 4.8
edited by Agnease
on 2026/05/01 13:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,182 +2,182 @@
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 engineering and support</h1>
9 -
10 - <p class="lead">
11 - Agnease helps organizations upgrade, maintain, secure and extend XWiki so production platforms stay stable,
12 - up-to-date and adapted to real business processes.
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>Safe LTS upgrades</li>
17 - <li>Support and recovery</li>
18 - <li>Custom XWiki applications</li>
19 - <li>Integrations and migrations</li>
11 + <li><a href="$xwiki.getURL('services.xwiki-upgrades')">Smooth upgrades</a></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="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
24 - <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"
25 25   </div>
26 26   </div>
27 27   </section>
28 -
29 - <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">
30 30   <div class="container">
31 - <ul>
32 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li>
33 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li>
34 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li>
35 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li>
36 - </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>
37 37   </div>
38 38   </section>
39 -
40 - <section aria-labelledby="platform-title">
61 + ## SERVICES
62 + #set ($servicesSectionData = [{
63 + 'title': 'Upgrades',
64 + 'reference': 'services.xwiki-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">
41 41   <div class="container">
42 - <h2 id="platform-title">When XWiki becomes business-critical, it needs professional care</h2>
43 - <p class="section-intro">
44 - Many organizations start with XWiki as a documentation platform. Over time, it becomes a knowledge base,
45 - intranet, SOP portal, workflow system, audit trail or integration hub. At that point, upgrades, security,
46 - performance, permissions and maintainability are no longer optional technical details.
111 + <h2 id="services-title">Services</h2>
112 + <p class="lead">
113 + All the XWiki services you need, delivered with precision and care
47 47   </p>
48 48  
49 - <div class="pathways">
50 - <article class="pathway-card">
51 - <div class="pathway-icon">
52 - <i class="fa fa-refresh" aria-hidden="true"></i>
53 - </div>
54 - <h3>Keep XWiki current</h3>
55 - <p>
56 - Plan and execute safe upgrades to supported XWiki versions, with compatibility checks and rollback planning.
57 - </p>
58 - <ul>
59 - <li>LTS upgrade planning</li>
60 - <li>Extension and custom code review</li>
61 - <li>Production rollout validation</li>
62 - </ul>
63 - <p class="card-link">
64 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
65 - </p>
66 - </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
67 67  
68 - <article class="pathway-card">
69 - <div class="pathway-icon">
70 - <i class="fa fa-life-ring" aria-hidden="true"></i>
71 - </div>
72 - <h3>Keep XWiki reliable</h3>
73 - <p>
74 - Get long-term technical care for instances that need to stay stable, secure and recoverable.
75 - </p>
76 - <ul>
77 - <li>Troubleshooting and recovery</li>
78 - <li>Performance and log analysis</li>
79 - <li>Security-aware maintenance</li>
80 - </ul>
81 - <p class="card-link">
82 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
83 - </p>
84 - </article>
85 -
86 - <article class="pathway-card">
87 - <div class="pathway-icon">
88 - <i class="fa fa-cogs" aria-hidden="true"></i>
89 - </div>
90 - <h3>Adapt XWiki to your business</h3>
91 - <p>
92 - Build workflows, custom applications, dashboards, integrations and automation around your processes.
93 - </p>
94 - <ul>
95 - <li>Custom XWiki applications</li>
96 - <li>Workflows and approvals</li>
97 - <li>SSO, LDAP, APIs and integrations</li>
98 - </ul>
99 - <p class="card-link">
100 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
101 - </p>
102 - </article>
125 + <article class="$classes">
126 + <div class="service-icon">
127 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
128 + </div>
129 + <div class="service-body">
130 + <h4>
131 + #if ("$!entry.reference" != '')
132 + <a href="$xwiki.getURL($entry.reference)">$entry.title</a>
133 + #else
134 + $entry.title
135 + #end
136 + </h4>
137 + <p>$entry.content</p>
138 + <ul>
139 + #foreach ($item in $entry.items)
140 + <li>$item</li>
141 + #end
142 + </ul>
143 + </div>
144 + </article>
145 + #end
103 103   </div>
104 104   </div>
105 105   </section>
106 -
107 - <section class="split-section" aria-labelledby="why-title">
149 + ## CTA INLINE
150 + <section id="contact" class="cta-section">
108 108   <div class="container">
109 - <div class="split-grid">
110 - <div class="split-copy">
111 - <h2 id="why-title">Why choose Agnease</h2>
112 - <p>
113 - Agnease brings more than 11 years of hands-on XWiki expertise to organizations that need reliable
114 - knowledge platforms, secure upgrades, custom applications, integrations, migrations and long-term support.
115 - </p>
116 - <p>
117 - The approach is practical and engineering-focused: understand the current system, reduce risk,
118 - document the work and leave your XWiki easier to maintain.
119 - </p>
120 - </div>
121 -
122 - <ol class="process-list">
123 - <li>
124 - <strong>Review the current situation</strong>
125 - Version, extensions, infrastructure, authentication, custom code and business-critical features.
126 - </li>
127 - <li>
128 - <strong>Define a safe path forward</strong>
129 - Clear scope, expected effort, risks, rollback options and recommended next steps.
130 - </li>
131 - <li>
132 - <strong>Deliver and document the work</strong>
133 - Practical implementation, validation and documentation for future maintenance.
134 - </li>
135 - </ol>
136 - </div>
137 - </div>
138 - </section>
139 -
140 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
141 - <div class="container">
142 - <h2 id="resources-title">Useful XWiki resources</h2>
143 - <p class="section-intro">
144 - Practical guidance for organizations running XWiki in production.
152 + <p class="text-center contact-inline">
153 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
145 145   </p>
146 -
147 - <div class="resource-grid">
148 - <article class="resource-card">
149 - <h4>Why upgrade your XWiki instance?</h4>
150 - <p>
151 - A business-focused explanation of why regular LTS upgrades reduce security, compatibility and maintenance risk.
152 - </p>
153 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the resource</a>
154 - </article>
155 -
156 - <article class="resource-card">
157 - <h4>XWiki upgrade services</h4>
158 - <p>
159 - How Agnease approaches safe XWiki upgrades for real production environments with customizations and integrations.
160 - </p>
161 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View the service</a>
162 - </article>
163 - </div>
164 164   </div>
165 165   </section>
157 + {{/html}}
158 +#end
166 166  
167 - <section class="cta-section" aria-labelledby="contact-title">
168 - <div class="container">
169 - <div class="cta-panel">
170 - <h2 id="contact-title">Need help with XWiki?</h2>
171 - <p>
172 - Send your current XWiki version, the problem you are facing, or the type of project you want to build.
173 - A short description is enough to start the conversation.
174 - </p>
175 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
160 +#macro(requestConsultationModal)
161 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog">
162 + <div class="modal-dialog">
163 + <div class="modal-content">
164 + <div class="modal-header">
165 + <button type="button" class="close" data-dismiss="modal">&times;</button>
166 + <h4 class="modal-title">Request a consultation</h4>
176 176   </div>
168 + <div class="modal-body">
169 + <div>
170 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>
171 + #displayFormFromSheetCode()
172 + </div>
173 + </div>
174 + <div class="modal-footer">
175 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal"
176 + ## value="$escapetool.xml($services.localization.render('yesno_1'))">
177 + </div>
177 177   </div>
178 - </section>
179 -
180 - {{/html}}
179 + </div>
180 + </div>
181 181  #end
182 182  
183 183  #macro (stripHTMLMacro $displayOutput)
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,22 +1,16 @@
1 -/* ========== Agnease Public Website ========== */
1 +/* ========== Agnease Public Website Theme ========== */
2 2  
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;
8 +@soft: #F6FBF9;
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);
10 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
11 +@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  }
... ... @@ -25,323 +25,203 @@
25 25   max-width: @maxw;
26 26   margin-left: auto;
27 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 {
24 +.text-center {
57 57   text-align: center;
58 - margin-top: 0;
59 59  }
60 60  
61 61  .lead {
62 62   color: @muted;
63 63   text-align: center;
64 - margin-bottom: 0;
31 + line-height: 1.5;
65 65  }
66 66  
67 -.section-intro {
34 +.page-lead {
68 68   max-width: 760px;
69 - margin: 0 auto 22px;
70 - text-align: center;
36 + margin: 0 auto;
71 71   color: @muted;
72 - font-size: 16px;
73 - line-height: 1.55;
38 + font-size: 18px;
39 + line-height: 1.5;
40 + text-align: center;
74 74  }
75 75  
76 -a {
77 - color: @brand;
43 +section {
44 + padding: 32px 0;
45 + border-top: 1px solid @line;
78 78  
79 - &:hover,
80 - &:focus {
81 - color: @brand-strong;
47 + &:first-of-type {
48 + 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);
52 +h1, h2, h3, h4 {
53 + color: @text;
94 94  }
95 95  
96 -.header-inner {
97 - min-height: 72px;
98 - display: flex;
99 - align-items: center;
100 - justify-content: space-between;
101 - gap: 24px;
56 +h2 {
57 + text-align: center;
102 102  }
103 103  
104 -.site-nav {
105 - display: flex;
106 - align-items: center;
107 - gap: 22px;
108 - font-size: 15px;
60 +/* ===== Buttons / links ===== */
109 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 - }
62 +.btn-main,
63 +.btn-secondary {
64 + display: inline-block;
65 + border-radius: 8px;
66 + padding: 9px 14px;
67 + font-weight: 700;
68 + text-decoration: none;
69 + line-height: 1.2;
136 136  }
137 137  
138 -/* ========== Buttons ========== */
139 -
140 -.btn-primary {
141 - background: @brand;
142 - border-color: @brand;
72 +.btn-main {
143 143   color: #fff;
74 + background: @brand;
144 144  
145 145   &:hover,
146 146   &:focus {
147 - background: @brand-strong;
148 - border-color: @brand-strong;
149 149   color: #fff;
79 + background: @brand-strong;
80 + text-decoration: none;
150 150   }
151 151  }
152 152  
153 153  .btn-secondary {
154 154   color: @brand;
155 - background: #fff;
156 - border: 1px solid fade(@brand, 35%);
86 + background: fade(@brand, 8%);
87 + border: 1px solid fade(@brand, 20%);
157 157  
158 158   &:hover,
159 159   &:focus {
160 160   color: @brand-strong;
161 - border-color: @brand;
162 - background: @brand-bg;
92 + background: fade(@brand, 12%);
93 + text-decoration: none;
163 163   }
164 164  }
165 165  
166 -/* ========== Hero ========== */
167 -
168 -.hero {
169 - overflow: hidden;
170 - background-repeat: no-repeat;
171 - background-attachment: scroll;
172 -
173 - &.hero-centered {
174 - text-align: center;
175 - background:
176 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
177 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
178 - display: flex;
179 - align-items: center;
180 - justify-content: center;
181 - min-height: 330px;
182 - }
183 -
184 - .hero-inner {
185 - max-width: 860px;
186 - margin: 0 auto;
187 - display: flex;
188 - flex-direction: column;
189 - align-items: center;
190 - }
191 -
192 - h1 {
193 - max-width: 790px;
194 - margin-left: auto;
195 - margin-right: auto;
196 - line-height: 1.18;
197 - }
198 -
199 - .lead {
200 - max-width: 820px;
201 - font-size: 19px;
202 - line-height: 1.55;
203 - margin-top: 12px;
204 - }
205 -
206 - .benefits {
207 - display: flex;
208 - flex-wrap: wrap;
209 - justify-content: center;
210 - list-style: none;
211 - padding: 0;
212 - margin: 14px 0 0;
213 - color: @muted;
214 - font-size: 14px;
215 -
216 - li + li::before {
217 - content: "•";
218 - margin: 0 6px;
219 - }
220 - }
97 +.cta-row {
98 + display: flex;
99 + gap: 10px;
100 + flex-wrap: wrap;
101 + justify-content: center;
102 + margin-top: 16px;
221 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 -}
105 +/* ===== Landing page hero ===== */
236 236  
237 -.hero-actions,
238 -#hero-cta {
107 +.landing-hero {
108 + text-align: center;
109 + min-height: 340px;
239 239   display: flex;
240 - gap: 12px;
241 - flex-wrap: wrap;
111 + align-items: center;
242 242   justify-content: center;
243 - margin-top: 22px;
113 + background:
114 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
115 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
244 244  }
245 245  
246 -/* ========== Trust Strip ========== */
118 +.landing-hero-inner {
119 + max-width: 860px;
120 + margin: 0 auto;
121 +}
247 247  
248 -.trust-strip {
249 - padding: 18px 0;
250 - border-top: 1px solid @line;
251 - background: #fff;
123 +.landing-hero h1 {
124 + margin: 0 0 10px;
125 + font-size: 36px;
126 + line-height: 1.18;
127 +}
252 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;
264 - }
129 +.landing-hero .lead {
130 + margin: 0 auto 12px;
131 + max-width: 760px;
132 + font-size: 18px;
133 +}
265 265  
266 - li {
267 - display: flex;
268 - align-items: center;
269 - gap: 7px;
270 - }
135 +/* ===== Compact page header for section pages ===== */
271 271  
272 - i {
273 - color: @brand;
274 - }
137 +.page-header-compact {
138 + padding: 34px 0 28px;
139 + text-align: center;
140 + border-top: none;
141 + background:
142 + radial-gradient(42rem 12rem at 50% -20%, #E7FFF8 0%, transparent 65%);
275 275  }
276 276  
277 -/* ========== Reusable Grids ========== */
278 -
279 -.card-grid,
280 -.pathways,
281 -.services-grid,
282 -.resource-grid,
283 -.widgets {
284 - display: grid;
285 - grid-gap: 18px;
286 - margin-left: auto;
287 - margin-right: auto;
145 +.page-header-compact .container {
146 + max-width: 850px;
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;
149 +.page-eyebrow {
150 + margin: 0 0 8px;
151 + color: @brand;
152 + font-size: 12px;
153 + font-weight: 800;
154 + text-transform: uppercase;
155 + letter-spacing: .08em;
296 296  }
297 297  
298 -.resource-grid {
299 - grid-template-columns: repeat(2, minmax(0, 1fr));
300 - max-width: 1040px;
301 - margin-top: 22px;
158 +.page-header-compact h1 {
159 + margin: 0 0 10px;
160 + font-size: 34px;
161 + line-height: 1.15;
302 302  }
303 303  
304 -.widgets {
305 - grid-template-columns: repeat(4, minmax(0, 1fr));
306 - max-width: 1040px;
307 - margin-top: 20px;
164 +/* ===== Benefits / chips ===== */
165 +
166 +.benefits,
167 +.inline-benefits {
168 + display: flex;
169 + flex-wrap: wrap;
170 + justify-content: center;
171 + gap: 8px;
172 + list-style: none;
173 + padding: 0;
174 + margin: 12px 0 0;
308 308  }
309 309  
310 -.card-grid > *,
311 -.pathways > *,
312 -.services-grid > *,
313 -.resource-grid > *,
314 -.widgets > * {
315 - min-width: 0;
177 +.benefits li,
178 +.inline-benefits li {
179 + color: @muted;
180 + font-size: 13px;
181 + background: fade(@brand, 8%);
182 + border: 1px solid fade(@brand, 18%);
183 + border-radius: 999px;
184 + padding: 4px 10px;
316 316  }
317 317  
318 -/* ========== Shared Card Style ========== */
187 +/* ===== Cards ===== */
319 319  
320 -.widget,
321 -.pathway-card,
322 -.service-card,
323 -.resource-card {
324 - background: #fff;
325 - border: 1px solid @line;
326 - border-radius: @radius;
327 - box-shadow: @shadow-sm;
189 +.widgets {
190 + margin-top: 16px;
191 + display: grid;
192 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
193 + grid-gap: 16px;
328 328  }
329 329  
330 -/* ========== Small Widgets ========== */
331 -
332 332  .widget {
333 333   padding: 18px;
198 + background: #fff;
199 + border: 1px solid @line;
200 + border-radius: @radius;
201 + box-shadow: @shadow-sm;
202 + transition: transform .18s ease, box-shadow .18s ease;
334 334   display: flex;
335 335   flex-direction: column;
336 336   height: 100%;
337 337  
207 + &:hover {
208 + transform: translateY(-2px);
209 + box-shadow: @shadow;
210 + }
211 +
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%);
216 + padding-bottom: 6px;
217 + margin-bottom: 8px;
218 + border-bottom: 1px solid fade(@line, 60%);
345 345  
346 346   i {
347 347   color: @brand;
... ... @@ -349,7 +349,7 @@
349 349  
350 350   h4 {
351 351   margin: 0;
352 - line-height: 1.25;
226 + line-height: 1.2;
353 353   color: @text;
354 354   }
355 355   }
... ... @@ -359,886 +359,278 @@
359 359   color: @muted;
360 360   line-height: 1.45;
361 361   }
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 - .pathway-icon {
373 - width: 52px;
374 - height: 52px;
375 - border-radius: 50%;
376 - display: flex;
377 - align-items: center;
378 - justify-content: center;
379 - color: @brand;
380 - background: fade(@brand, 10%);
381 - margin-bottom: 18px;
382 - font-size: 19px;
383 - }
384 -
385 - h3 {
386 - margin: 0 0 10px;
387 - color: @text;
388 - font-size: 22px;
389 - line-height: 1.25;
390 - }
391 -
392 - p {
393 - color: @muted;
394 - line-height: 1.55;
395 - margin: 0 0 16px;
396 - }
397 -
398 - ul {
399 - margin: 0 0 22px;
400 - padding-left: 18px;
401 - color: @muted;
402 - font-size: 14px;
403 - line-height: 1.55;
404 - }
405 -
406 - li {
407 - margin: 6px 0;
408 - }
409 -
410 410   .card-link {
411 - margin-top: auto;
412 - padding-top: 4px;
238 + margin-top: 12px;
413 413  
414 414   a {
415 415   color: @brand;
416 416   font-weight: 700;
417 - text-decoration: underline;
243 + text-decoration: none;
418 418  
419 - &:hover,
420 - &:focus {
245 + &:hover {
421 421   color: @brand-strong;
247 + text-decoration: underline;
422 422   }
423 423   }
424 424   }
425 425  }
426 426  
427 -/* ========== Services ========== */
253 +/* ===== Service / listing rows ===== */
428 428  
429 -.services {
430 - .services-grid {
431 - max-width: 1040px;
432 - }
433 -
434 - .service {
435 - display: flex;
436 - align-items: flex-start;
437 - gap: 16px;
438 - padding: 22px;
439 - background: #fff;
440 - border: 1px solid @line;
441 - border-radius: @radius;
442 - box-shadow: @shadow-sm;
443 -
444 - .service-icon {
445 - width: 46px;
446 - height: 46px;
447 - border-radius: 50%;
448 - display: flex;
449 - align-items: center;
450 - justify-content: center;
451 - font-size: 18px;
452 - color: @brand;
453 - background: fade(@brand, 10%);
454 - flex-shrink: 0;
455 - margin-top: 2px;
456 - }
457 -
458 - .service-body {
459 - h4 {
460 - margin: 0 0 6px;
461 - font-size: 18px;
462 - line-height: 1.25;
463 - font-weight: 800;
464 - color: @text;
465 - }
466 -
467 - p {
468 - margin: 0 0 8px;
469 - color: @muted;
470 - line-height: 1.5;
471 - }
472 -
473 - ul {
474 - margin: 9px 0 0;
475 - padding-left: 18px;
476 - color: @muted;
477 - font-size: 13px;
478 - line-height: 1.5;
479 - }
480 -
481 - li {
482 - margin: 4px 0;
483 - }
484 - }
485 - }
255 +.services-grid {
256 + margin-top: 20px;
257 + display: flex;
258 + flex-wrap: wrap;
259 + gap: 24px;
260 + max-width: 960px;
261 + margin-left: auto;
262 + margin-right: auto;
263 + justify-content: center;
486 486  }
487 487  
488 -/* ========== Split / Process Section ========== */
489 -
490 -.split-section {
491 - background:
492 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
266 +.service {
267 + flex: 0 1 calc(50% - 12px);
268 + display: flex;
269 + align-items: flex-start;
270 + gap: 16px;
271 + margin-bottom: 8px;
493 493  }
494 494  
495 -.split-grid {
496 - display: grid;
497 - grid-template-columns: 1.1fr .9fr;
498 - grid-gap: 36px;
499 - max-width: 1040px;
500 - margin: 0 auto;
274 +.service-icon {
275 + width: 42px;
276 + height: 42px;
277 + border-radius: 50%;
278 + display: flex;
501 501   align-items: center;
280 + justify-content: center;
281 + color: @brand;
282 + background: fade(@brand, 10%);
283 + flex-shrink: 0;
284 + margin-top: 3px;
502 502  }
503 503  
504 -.split-copy {
505 - h2 {
506 - text-align: left;
507 - margin-top: 0;
508 - }
287 +.service-body {
288 + h4 {
289 + margin: 0 0 4px;
290 + font-size: 1.125rem;
291 + font-weight: 800;
509 509  
510 - p {
511 - color: @muted;
512 - line-height: 1.6;
513 - }
514 -}
293 + a {
294 + color: @text;
295 + text-decoration: none;
515 515  
516 -.process-list {
517 - counter-reset: process;
518 - margin: 0;
519 - padding: 0;
520 - list-style: none;
521 -
522 - li {
523 - counter-increment: process;
524 - position: relative;
525 - padding: 16px 16px 16px 58px;
526 - margin-bottom: 12px;
527 - background: #fff;
528 - border: 1px solid @line;
529 - border-radius: @radius;
530 - box-shadow: @shadow-sm;
531 - color: @muted;
532 - line-height: 1.5;
533 -
534 - &:before {
535 - content: counter(process);
536 - position: absolute;
537 - left: 16px;
538 - top: 16px;
539 - width: 28px;
540 - height: 28px;
541 - border-radius: 50%;
542 - background: fade(@brand, 10%);
543 - color: @brand;
544 - display: flex;
545 - align-items: center;
546 - justify-content: center;
547 - font-weight: 800;
297 + &:hover {
298 + color: @brand;
299 + text-decoration: underline;
300 + }
548 548   }
549 -
550 - strong {
551 - display: block;
552 - color: @text;
553 - margin-bottom: 3px;
554 - }
555 555   }
556 -}
557 557  
558 -/* ========== Resources ========== */
559 -
560 -.resource-strip {
561 - background: @brand-bg;
562 -}
563 -
564 -.resource-card {
565 - padding: 20px;
566 -
567 - h4 {
568 - margin: 0 0 8px;
569 - color: @text;
570 - font-size: 18px;
571 - line-height: 1.25;
572 - }
573 -
574 574   p {
575 - color: @muted;
576 - margin: 0 0 12px;
305 + margin: 0 0 6px;
306 + color: @text;
577 577   line-height: 1.5;
578 578   }
579 579  
580 - a {
581 - color: @brand;
582 - font-weight: 700;
583 - }
584 -}
585 -
586 -.resource-content {
587 - order: 1;
588 -}
589 -
590 -.resource-sidebar {
591 - order: 2;
592 -}
593 -
594 -@media (max-width: 767px) {
595 - .resource-layout {
596 - display: flex;
597 - flex-direction: column;
598 - }
599 -
600 - .resource-sidebar {
601 - order: 0;
602 - position: static;
603 - width: 100%;
604 - }
605 -
606 - .resource-content {
607 - order: 1;
608 - }
609 -}
610 -
611 -/* ========== Homepage Resource Strip ========== */
612 -
613 -.homepage-resource-strip {
614 - background:
615 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%);
616 -
617 - .resource-grid {
618 - max-width: 1040px;
619 - margin: 22px auto 0;
620 - display: grid;
621 - grid-template-columns: repeat(2, minmax(0, 1fr));
622 - grid-gap: 22px;
623 - align-items: stretch;
624 - }
625 -
626 - .resource-card {
627 - display: flex;
628 - flex-direction: column;
629 - min-width: 0;
630 - min-height: 100%;
631 - padding: 26px;
632 - }
633 -
634 - .resource-card h4 {
635 - margin: 0 0 10px;
636 - color: @text;
637 - font-size: 21px;
638 - line-height: 1.25;
639 - font-weight: 700;
640 - }
641 -
642 - .resource-card p {
643 - margin: 0 0 18px;
310 + ul {
311 + margin: .45rem 0 0;
312 + padding-left: 1.1rem;
644 644   color: @muted;
645 - font-size: 15px;
646 - line-height: 1.6;
314 + font-size: 13px;
647 647   }
648 648  
649 - .resource-card a {
650 - margin-top: auto;
651 - color: @brand;
652 - font-weight: 700;
653 - text-decoration: underline;
654 -
655 - &:hover,
656 - &:focus {
657 - color: @brand-strong;
658 - }
317 + li {
318 + margin: .25rem 0;
319 + line-height: 1.45;
659 659   }
660 -}
661 661  
662 -@media (max-width: 980px) {
663 - .homepage-resource-strip {
664 - .resource-grid {
665 - grid-template-columns: 1fr;
666 - }
667 - }
668 -}
322 + .service-link {
323 + margin-top: .45rem;
324 + font-size: 13px;
669 669  
670 -@media (max-width: 640px) {
671 - .homepage-resource-strip {
672 - .resource-card {
673 - padding: 22px;
674 - }
675 -
676 - .resource-card h4 {
677 - font-size: 19px;
678 - }
679 - }
680 -}
681 -
682 -/* ========== CTA ========== */
683 -
684 -.cta-section {
685 - padding: @section-padding;
686 -
687 - .contact-inline {
688 - margin: 0;
689 - color: @muted;
690 -
691 691   a {
692 692   color: @brand;
693 - }
694 - }
695 -}
328 + font-weight: 700;
329 + text-decoration: none;
696 696  
697 -.cta-panel {
698 - max-width: 860px;
699 - margin: 0 auto;
700 - padding: 32px;
701 - border-radius: @radius;
702 - border: 1px solid fade(@brand, 20%);
703 - background:
704 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
705 - box-shadow: @shadow-sm;
706 - text-align: center;
707 -
708 - h2 {
709 - margin-top: 0;
710 - }
711 -
712 - p {
713 - color: @muted;
714 - line-height: 1.55;
715 - }
716 -}
717 -
718 -/* ========== Responsive ========== */
719 -
720 -@media (max-width: 980px) {
721 - .widgets,
722 - .pathways,
723 - .services-grid,
724 - .resource-grid {
725 - grid-template-columns: repeat(2, minmax(0, 1fr));
726 - }
727 -
728 - .split-grid {
729 - grid-template-columns: 1fr;
730 - }
731 -
732 - .split-copy h2 {
733 - text-align: center;
734 - }
735 -}
736 -
737 -@media (max-width: 760px) {
738 - section[id] {
739 - scroll-margin-top: 132px;
740 - }
741 -
742 - .header-inner {
743 - min-height: auto;
744 - padding-top: 14px;
745 - padding-bottom: 14px;
746 - flex-direction: column;
747 - align-items: center;
748 - gap: 12px;
749 - }
750 -
751 - .site-nav {
752 - width: 100%;
753 - justify-content: center;
754 - flex-wrap: wrap;
755 - gap: 10px 16px;
756 - font-size: 14px;
757 -
758 - .nav-cta {
759 - padding: 7px 12px;
760 - }
761 - }
762 -
763 - .hero.hero-centered {
764 - min-height: 280px;
765 - }
766 -
767 - .hero {
768 - .lead {
769 - font-size: 17px;
770 - }
771 -
772 - .benefits {
773 - gap: 4px 10px;
774 -
775 - li + li::before {
776 - content: none;
331 + &:hover {
332 + color: @brand-strong;
333 + text-decoration: underline;
777 777   }
778 778   }
779 779   }
780 780  }
781 781  
782 -@media (max-width: 640px) {
783 - section {
784 - padding: @section-padding-mobile;
785 - }
339 +/* ===== Split section ===== */
786 786  
787 - .widgets,
788 - .pathways,
789 - .services-grid,
790 - .resource-grid {
791 - grid-template-columns: 1fr;
792 - }
793 -
794 - .pathway-card,
795 - .services .service,
796 - .resource-card,
797 - .widget {
798 - padding: 20px;
799 - }
800 -
801 - .services .service {
802 - gap: 14px;
803 - }
804 -
805 - .cta-panel {
806 - padding: 24px 20px;
807 - }
341 +.split-section {
342 + display: grid;
343 + grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
344 + gap: 32px;
345 + align-items: start;
346 + max-width: 960px;
347 + margin: 0 auto;
808 808  }
809 809  
810 -/* ========== Resource / Article Pages ========== */
811 -
812 -.resource-page {
813 - padding-top: 0;
350 +.panel {
351 + background: #fff;
352 + border: 1px solid @line;
353 + border-radius: @radius;
354 + box-shadow: @shadow-sm;
355 + padding: 20px;
814 814  }
815 815  
816 -.resource-header {
817 - padding: @section-padding;
818 - border-top: none;
819 - background:
820 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
821 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
822 -
823 - h1 {
824 - margin: 0 auto 14px;
825 - text-align: center;
826 - line-height: 1.18;
827 - }
828 -
829 - .resource-summary {
830 - max-width: 780px;
831 - margin: 0 auto;
832 - color: @muted;
833 - text-align: center;
834 - font-size: 18px;
835 - line-height: 1.55;
836 - }
358 +.panel h3 {
359 + margin-top: 0;
837 837  }
838 838  
839 -.resource-layout {
362 +/* ===== Contact / form page ===== */
363 +
364 +.contact-layout {
840 840   display: grid;
841 - grid-template-columns: minmax(0, 760px) 280px;
842 - gap: 42px;
843 - max-width: 1080px;
366 + grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
367 + gap: 32px;
368 + max-width: 1000px;
844 844   margin: 0 auto;
845 845   align-items: start;
846 846  }
847 847  
848 -.resource-content {
849 - color: @text;
850 - font-size: 16px;
851 - line-height: 1.68;
852 -
853 - h2 {
854 - text-align: left;
855 - margin: 34px 0 12px;
856 - line-height: 1.28;
857 - }
858 -
859 - h3 {
860 - margin: 24px 0 8px;
861 - line-height: 1.3;
862 - }
863 -
864 - p {
865 - margin: 0 0 16px;
866 - }
867 -
868 - ul,
869 - ol {
870 - margin: 0 0 18px;
871 - padding-left: 22px;
872 - }
873 -
874 - li {
875 - margin: 6px 0;
876 - }
877 -
878 - strong {
879 - color: @text;
880 - }
373 +.contact-card {
374 + background: #fff;
375 + border: 1px solid @line;
376 + border-radius: @radius;
377 + box-shadow: @shadow-sm;
378 + padding: 20px;
881 881  }
882 882  
883 -.resource-note {
884 - border-left: 4px solid @brand;
885 - background: @brand-bg;
886 - padding: 16px 18px;
887 - margin: 22px 0;
888 - border-radius: 0 @radius @radius 0;
889 -
890 - p:last-child {
891 - margin-bottom: 0;
892 - }
381 +.contact-card h3 {
382 + margin-top: 0;
893 893  }
894 894  
895 -.resource-checklist {
896 - margin: 18px 0 24px;
897 - padding: 0;
385 +.contact-list {
898 898   list-style: none;
387 + padding: 0;
388 + margin: 12px 0 0;
899 899  
900 900   li {
901 - position: relative;
902 - padding: 10px 0 10px 34px;
903 - border-bottom: 1px solid @line;
904 -
905 - &:before {
906 - content: "\f00c";
907 - font-family: FontAwesome;
908 - position: absolute;
909 - left: 0;
910 - top: 11px;
911 - color: @brand;
912 - }
913 - }
914 -}
915 -
916 -.resource-sidebar {
917 - position: sticky;
918 - top: 96px;
919 - border: 1px solid @line;
920 - border-radius: @radius;
921 - padding: 18px;
922 - background: #fff;
923 - box-shadow: @shadow-sm;
924 -
925 - h4 {
926 - margin: 0 0 10px;
927 - }
928 -
929 - ul {
930 - margin: 0;
931 - padding-left: 18px;
391 + margin: 8px 0;
932 932   color: @muted;
933 933   }
934 934  
935 - li {
936 - margin: 8px 0;
395 + i {
396 + color: @brand;
397 + margin-right: 8px;
937 937   }
938 938  
939 939   a {
940 940   color: @brand;
941 - font-weight: 600;
942 942   }
943 943  }
944 944  
945 -.resource-cta {
946 - margin-top: 36px;
947 - padding: 22px;
948 - border: 1px solid fade(@brand, 20%);
405 +.form-panel {
406 + background: #fff;
407 + border: 1px solid @line;
949 949   border-radius: @radius;
950 - background: @brand-bg;
951 -
952 - h3 {
953 - margin-top: 0;
954 - }
955 -
956 - p {
957 - color: @muted;
958 - }
409 + box-shadow: @shadow-sm;
410 + padding: 22px;
959 959  }
960 960  
961 -@media (max-width: 900px) {
962 - .resource-layout {
963 - grid-template-columns: 1fr;
964 - }
965 -
966 - .resource-sidebar {
967 - position: static;
968 - }
413 +.form-panel .xform dl {
414 + margin: 0;
969 969  }
970 970  
971 -/* ========== Products / Extensions Pages ========== */
972 -
973 -.product-index-section {
974 - padding: @section-padding;
975 -
976 - h2 {
977 - margin-bottom: 10px;
978 - }
417 +.form-panel .xform dt {
418 + margin-top: 12px;
979 979  }
980 980  
981 -.product-card-grid {
982 - max-width: 840px;
983 - margin: 22px auto 0;
984 - display: grid;
985 - grid-template-columns: 1fr;
986 - grid-gap: 18px;
421 +.form-panel .xform dt:first-child {
422 + margin-top: 0;
987 987  }
988 988  
989 -.product-card {
990 - background: #fff;
991 - border: 1px solid @line;
992 - border-radius: @radius;
993 - box-shadow: @shadow-sm;
994 - padding: 28px;
995 - display: grid;
996 - grid-template-columns: 68px 1fr;
997 - grid-gap: 22px;
998 - align-items: start;
999 -
1000 - .product-card-icon {
1001 - width: 58px;
1002 - height: 58px;
1003 - border-radius: 50%;
1004 - background: fade(@brand, 10%);
1005 - border: 1px solid fade(@brand, 20%);
1006 - color: @brand;
1007 - display: flex;
1008 - align-items: center;
1009 - justify-content: center;
1010 - font-size: 22px;
1011 - flex-shrink: 0;
1012 - }
1013 -
1014 - h3 {
1015 - margin: 0 0 10px;
1016 - color: @text;
1017 - font-size: 23px;
1018 - line-height: 1.25;
1019 - font-weight: 800;
1020 - }
1021 -
1022 - p {
1023 - color: @muted;
1024 - line-height: 1.6;
1025 - }
1026 -
1027 - .card-link {
1028 - margin: 0;
1029 -
1030 - a {
1031 - font-weight: 700;
1032 - }
1033 - }
425 +.form-panel .xform label {
426 + color: @text;
427 + font-weight: 700;
1034 1034  }
1035 1035  
1036 -.product-card-kicker {
1037 - margin-bottom: 10px;
1038 - padding: 5px 10px;
430 +.form-panel .xform .xHint {
431 + display: block;
432 + color: @muted;
1039 1039   font-size: 12px;
1040 - text-transform: uppercase;
1041 - letter-spacing: .04em;
434 + margin-top: 2px;
1042 1042  }
1043 1043  
1044 -.product-highlights {
1045 - margin: 14px 0 20px;
1046 - padding-left: 18px;
1047 - color: @muted;
1048 -
1049 - li {
1050 - margin: 6px 0;
1051 - line-height: 1.45;
1052 - }
437 +.form-panel .xform dd {
438 + margin-left: 0;
439 + margin-bottom: 10px;
1053 1053  }
1054 1054  
1055 -/* ========== Individual Product Pages ========== */
1056 -
1057 -.product-layout {
1058 - display: grid;
1059 - grid-template-columns: 1.1fr .9fr;
1060 - grid-gap: 36px;
1061 - max-width: 1040px;
1062 - margin: 0 auto;
1063 - align-items: start;
1064 -}
1065 -
1066 -.product-summary-card,
1067 -.product-info-card,
1068 -.product-gallery-panel {
1069 - background: #fff;
442 +.form-panel input[type="text"],
443 +.form-panel input[type="email"],
444 +.form-panel textarea,
445 +.form-panel select {
446 + width: 100%;
447 + max-width: 100%;
1070 1070   border: 1px solid @line;
1071 - border-radius: @radius;
1072 - box-shadow: @shadow-sm;
449 + border-radius: 8px;
450 + padding: 8px 10px;
1073 1073  }
1074 1074  
1075 -.product-summary-card {
1076 - padding: 26px;
453 +/* ===== CTA ===== */
1077 1077  
1078 - h2 {
1079 - text-align: left;
1080 - margin-top: 0;
1081 - }
1082 -
1083 - p {
1084 - color: @muted;
1085 - line-height: 1.6;
1086 - }
1087 -
1088 - p:last-child {
1089 - margin-bottom: 0;
1090 - }
455 +.cta-section {
456 + padding: 24px 0 16px;
1091 1091  }
1092 1092  
1093 -.product-info-card {
1094 - padding: 22px;
459 +.contact-inline {
460 + margin: 0;
461 + color: @muted;
1095 1095  
1096 - h3 {
1097 - margin-top: 0;
1098 - margin-bottom: 12px;
1099 - }
1100 -
1101 - ul {
1102 - margin: 0;
1103 - padding-left: 20px;
1104 - color: @muted;
1105 - }
1106 -
1107 - li {
1108 - margin: 8px 0;
1109 - line-height: 1.45;
1110 - }
1111 -}
1112 -
1113 -.product-feature-grid {
1114 - display: grid;
1115 - grid-template-columns: repeat(3, minmax(0, 1fr));
1116 - grid-gap: 18px;
1117 - max-width: 1040px;
1118 - margin: 22px auto 0;
1119 -}
1120 -
1121 -.product-feature {
1122 - background: #fff;
1123 - border: 1px solid @line;
1124 - border-radius: @radius;
1125 - box-shadow: @shadow-sm;
1126 - padding: 22px;
1127 -
1128 - .feature-icon {
1129 - width: 46px;
1130 - height: 46px;
1131 - border-radius: 50%;
1132 - background: fade(@brand, 10%);
463 + a {
1133 1133   color: @brand;
1134 - display: flex;
1135 - align-items: center;
1136 - justify-content: center;
1137 - margin-bottom: 14px;
1138 - font-size: 18px;
465 + font-weight: 700;
1139 1139   }
1140 -
1141 - h3 {
1142 - margin: 0 0 8px;
1143 - color: @text;
1144 - font-size: 18px;
1145 - line-height: 1.25;
1146 - }
1147 -
1148 - p {
1149 - margin: 0;
1150 - color: @muted;
1151 - line-height: 1.5;
1152 - }
1153 1153  }
1154 1154  
1155 -.product-gallery-panel {
1156 - max-width: 1040px;
1157 - margin: 20px auto 0;
1158 - padding: 26px;
469 +/* ===== Compact sections ===== */
1159 1159  
1160 - h2 {
1161 - margin-top: 0;
1162 - text-align: center;
1163 - }
1164 -
1165 - .gallery-note {
1166 - max-width: 700px;
1167 - margin: 0 auto 18px;
1168 - color: @muted;
1169 - text-align: center;
1170 - line-height: 1.55;
1171 - }
471 +.compact-section {
472 + padding: 28px 0;
1172 1172  }
1173 1173  
1174 -.product-gallery-placeholder {
1175 - min-height: 260px;
1176 - padding: 28px;
1177 - border: 1px dashed fade(@brand, 40%);
1178 - border-radius: @radius;
1179 - background: fade(@brand, 5%);
1180 - color: @muted;
1181 - text-align: center;
1182 - display: flex;
1183 - align-items: center;
1184 - justify-content: center;
475 +.compact-section h2 {
476 + margin-top: 0;
477 + margin-bottom: 14px;
1185 1185  }
1186 1186  
1187 -.product-section-muted {
1188 - background:
1189 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1190 -}
480 +/* ===== Responsive ===== */
1191 1191  
1192 -@media (max-width: 980px) {
1193 - .product-layout,
1194 - .product-feature-grid {
1195 - grid-template-columns: 1fr;
482 +@media (max-width: 767px) {
483 + section {
484 + padding: 26px 0;
1196 1196   }
1197 1197  
1198 - .product-summary-card h2 {
1199 - text-align: center;
487 + .landing-hero {
488 + min-height: 280px;
1200 1200   }
1201 -}
1202 1202  
1203 -@media (max-width: 640px) {
1204 - .product-card {
1205 - grid-template-columns: 1fr;
1206 - padding: 22px;
1207 - text-align: left;
1208 -
1209 - .product-card-icon {
1210 - margin-bottom: 2px;
1211 - }
491 + .landing-hero h1,
492 + .page-header-compact h1 {
493 + font-size: 28px;
1212 1212   }
1213 1213  
1214 - .product-summary-card,
1215 - .product-info-card,
1216 - .product-feature,
1217 - .product-gallery-panel {
1218 - padding: 20px;
496 + .page-lead,
497 + .landing-hero .lead {
498 + font-size: 16px;
1219 1219   }
1220 -}
1221 1221  
1222 -/* ========== Resources Index ========== */
1223 -
1224 -.resources-index-page {
1225 - background: #fff;
1226 -
1227 - .services-grid {
1228 - grid-template-columns: repeat(2, minmax(0, 1fr));
501 + .service {
502 + flex: 0 1 100%;
1229 1229   }
1230 -}
1231 1231  
1232 -@media (max-width: 980px) {
1233 - .resources-index-page {
1234 - .services-grid {
1235 - grid-template-columns: 1fr;
1236 - }
505 + .split-section,
506 + .contact-layout {
507 + grid-template-columns: 1fr;
508 + gap: 20px;
1237 1237   }
1238 1238  }
1239 -
1240 -@media (max-width: 767px) {
1241 - .resources-index-page {
1242 - padding: @section-padding-mobile;
1243 - }
1244 -}
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,1 +1,0 @@
1 -long
code
... ... @@ -1,175 +1,0 @@
1 -/* ========== Agnease Public Top Menu ========== */
2 -
3 -/* Desktop alignment */
4 -
5 -@media (min-width: 768px) {
6 - #menuview {
7 - margin-left: auto;
8 - }
9 -
10 - #menuview .navbar-collapse {
11 - padding-left: 0;
12 - padding-right: 0;
13 - }
14 -
15 - #menuview .navbar-nav {
16 - float: right !important;
17 - margin: 0;
18 - }
19 -}
20 -
21 -/* Top-level menu items */
22 -
23 -#menuview .agnease-menu-item,
24 -#menuview .agnease-menu-link {
25 - > a,
26 - > .dropdown-toggle {
27 - color: @brand;
28 - font-size: 17px;
29 - font-weight: 600;
30 - padding-left: 16px;
31 - padding-right: 16px;
32 - text-decoration: none;
33 - background: transparent;
34 - }
35 -
36 - > a:hover,
37 - > a:focus,
38 - > a:active,
39 - &.open > a,
40 - &.active > a {
41 - color: @brand-strong;
42 - text-decoration: none;
43 - outline: none;
44 - background: transparent;
45 - }
46 -
47 - .caret {
48 - margin-left: 5px;
49 - border-top-color: @brand;
50 - border-bottom-color: @brand;
51 - }
52 -
53 - > a:hover .caret,
54 - > a:focus .caret,
55 - > a:active .caret,
56 - &.open > a .caret,
57 - &.active > a .caret {
58 - border-top-color: @brand-strong;
59 - border-bottom-color: @brand-strong;
60 - }
61 -}
62 -
63 -/* Dropdown panel */
64 -
65 -#menuview .agnease-dropdown {
66 - min-width: 310px;
67 - padding: 10px 8px;
68 - border: 1px solid fade(@brand, 18%);
69 - border-radius: 12px;
70 - background: #fff;
71 - box-shadow: 0 12px 32px fade(@brand-strong, 12%);
72 -
73 - > li > a {
74 - display: flex;
75 - align-items: center;
76 - gap: 12px;
77 - padding: 11px 14px;
78 - color: @brand;
79 - white-space: nowrap;
80 - font-size: 16px;
81 - font-weight: 600;
82 - line-height: 1.3;
83 - text-decoration: none;
84 - background: transparent;
85 -
86 - i {
87 - width: 20px;
88 - flex: 0 0 20px;
89 - color: @brand;
90 - text-align: center;
91 - font-size: 15px;
92 - }
93 -
94 - &:hover,
95 - &:focus,
96 - &:active {
97 - color: @brand-strong;
98 - text-decoration: none;
99 - outline: none;
100 - background: transparent;
101 -
102 - i {
103 - color: @brand-strong;
104 - }
105 - }
106 - }
107 -
108 - > .active > a {
109 - color: @brand-strong;
110 - background: transparent;
111 -
112 - i {
113 - color: @brand-strong;
114 - }
115 - }
116 -
117 - .divider {
118 - margin: 8px 0;
119 - background-color: fade(@brand, 16%);
120 - }
121 -}
122 -
123 -/* Mobile */
124 -
125 -@media (max-width: 767px) {
126 - #menuview {
127 - margin-left: 0;
128 - width: 100%;
129 - }
130 -
131 - #menuview .navbar-nav {
132 - float: none;
133 - margin: 0;
134 - width: 100%;
135 - }
136 -
137 - #menuview .navbar-nav > li {
138 - float: none;
139 - }
140 -
141 - #menuview .agnease-menu-item,
142 - #menuview .agnease-menu-link {
143 - > a,
144 - > .dropdown-toggle {
145 - font-size: 16px;
146 - padding-top: 9px;
147 - padding-bottom: 9px;
148 - }
149 - }
150 -
151 - #menuview .agnease-dropdown {
152 - min-width: 0;
153 - width: 100%;
154 - padding: 4px 8px 8px 18px;
155 - border: 0;
156 - border-radius: 0;
157 - box-shadow: none;
158 - background: transparent;
159 -
160 - > li > a {
161 - padding: 8px 10px;
162 - white-space: normal;
163 - font-size: 15px;
164 -
165 - i {
166 - width: 18px;
167 - flex-basis: 18px;
168 - }
169 - }
170 -
171 - .divider {
172 - margin: 5px 0;
173 - }
174 - }
175 -}
contentType
... ... @@ -1,1 +1,0 @@
1 -LESS
name
... ... @@ -1,1 +1,0 @@
1 -Menu
use
... ... @@ -1,1 +1,0 @@
1 -onDemand