Changes for page Public Web Site

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

From version 12.20
edited by Agnease
on 2026/05/23 18:37
Change comment: There is no comment for this version
To version 7.17
edited by Agnease
on 2026/05/12 20:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,18 +5,27 @@
5 5  
6 6   <section class="hero hero-centered" aria-labelledby="hero-title">
7 7   <div class="container hero-inner">
8 - <h1 id="hero-title">Independent XWiki consulting and engineering</h1>
8 + <div class="hero-kicker">
9 + <i class="fa fa-shield" aria-hidden="true"></i>
10 + Your trusted partner for professional XWiki services
11 + </div>
9 9  
13 + <h1 id="hero-title">Reliable XWiki engineering for organizations that depend on their knowledge platform</h1>
14 +
10 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.
16 + Agnease helps companies keep XWiki secure, stable, up-to-date and adapted to real business processes.
13 13   </p>
14 14  
19 + <p class="hero-support">
20 + From LTS upgrades and maintenance to custom applications, integrations, workflows and migrations,
21 + Agnease provides focused XWiki expertise with practical delivery and long-term care.
22 + </p>
23 +
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>
25 + <li>Safe LTS upgrades</li>
26 + <li>Support and recovery</li>
27 + <li>Custom XWiki applications</li>
28 + <li>Integrations and migrations</li>
20 20   </ul>
21 21  
22 22   <div class="hero-actions">
... ... @@ -39,11 +39,11 @@
39 39  
40 40   <section aria-labelledby="platform-title">
41 41   <div class="container">
42 - <h2 id="platform-title">XWiki support for production knowledge platforms</h2>
51 + <h2 id="platform-title">When XWiki becomes business-critical, it needs professional care</h2>
43 43   <p class="section-intro">
44 - XWiki often grows from a documentation space into a business-critical knowledge platform.
45 - When it supports intranets, procedures, workflows, audits or integrations, upgrades, security,
46 - permissions and maintainability need structured technical care.
53 + Many organizations start with XWiki as a documentation platform. Over time, it becomes a knowledge base,
54 + intranet, SOP portal, workflow system, audit trail or integration hub. At that point, upgrades, security,
55 + performance, permissions and maintainability are no longer optional technical details.
47 47   </p>
48 48  
49 49   <div class="pathways">
... ... @@ -51,14 +51,14 @@
51 51   <div class="pathway-icon">
52 52   <i class="fa fa-refresh" aria-hidden="true"></i>
53 53   </div>
54 - <h3>Upgrade XWiki safely</h3>
63 + <h3>Keep XWiki current</h3>
55 55   <p>
56 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
65 + Plan and execute safe upgrades to supported XWiki versions, with compatibility checks and rollback planning.
57 57   </p>
58 58   <ul>
59 59   <li>LTS upgrade planning</li>
60 60   <li>Extension and custom code review</li>
61 - <li>Staging and production validation</li>
70 + <li>Production rollout validation</li>
62 62   </ul>
63 63   <p class="card-link">
64 64   <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
... ... @@ -69,9 +69,9 @@
69 69   <div class="pathway-icon">
70 70   <i class="fa fa-life-ring" aria-hidden="true"></i>
71 71   </div>
72 - <h3>Maintain XWiki reliably</h3>
81 + <h3>Keep XWiki reliable</h3>
73 73   <p>
74 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
83 + Get long-term technical care for instances that need to stay stable, secure and recoverable.
75 75   </p>
76 76   <ul>
77 77   <li>Troubleshooting and recovery</li>
... ... @@ -137,7 +137,7 @@
137 137   </div>
138 138   </section>
139 139  
140 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">
149 + <section class="resource-strip" aria-labelledby="resources-title">
141 141   <div class="container">
142 142   <h2 id="resources-title">Useful XWiki resources</h2>
143 143   <p class="section-intro">
XWiki.StyleSheetExtension[0]
code
... ... @@ -1,49 +1,51 @@
1 -/* ========== Agnease Public Website ========== */
1 +/* ==========================================================================
2 + Agnease Public Website
3 + Shared LESS for homepage, services, service pages, products, product pages,
4 + contact page, public menu and layout stabilization.
5 + ========================================================================== */
2 2  
7 +
8 +/* ==========================================================================
9 + 1. Brand variables
10 + ========================================================================== */
11 +
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 -@radius: 16px;
11 -@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06);
12 -@shadow: 0 12px 36px rgba(0, 0, 0, .08);
13 -@maxw: 1140px;
17 +@brand-bg: #F4FCFA;
18 +@brand-soft: #E7FFF8;
19 +@radius: 14px;
20 +@radius-sm: 10px;
21 +@shadow-sm: 0 10px 28px rgba(0, 0, 0, .06);
22 +@shadow-md: 0 12px 36px rgba(0, 0, 0, .10);
14 14  
15 -@section-padding: 30px 0;
16 -@section-padding-mobile: 28px 0;
17 17  
18 -/* ========== Base ========== */
25 +/* ==========================================================================
26 + 2. Global public layout
27 + ========================================================================== */
19 19  
20 -#mainContentArea {
21 - padding: 0;
29 +body {
30 + color: @text;
22 22  }
23 23  
24 24  .container {
25 - max-width: @maxw;
26 - margin-left: auto;
27 - margin-right: auto;
28 - padding-left: 18px;
29 - padding-right: 18px;
34 + max-width: 1040px;
35 + width: 100%;
30 30  }
31 31  
32 -html {
33 - scroll-behavior: smooth;
34 -}
38 +a {
39 + color: @brand;
35 35  
36 -section {
37 - padding: @section-padding;
38 - border-top: 1px solid @line;
39 -
40 - &:first-of-type {
41 - border-top: none;
41 + &:hover,
42 + &:focus {
43 + color: @brand-strong;
42 42   }
43 43  }
44 44  
45 -section[id] {
46 - scroll-margin-top: 92px;
47 +section {
48 + padding: 56px 0;
47 47  }
48 48  
49 49  h1,
... ... @@ -53,20 +53,33 @@
53 53   color: @text;
54 54  }
55 55  
58 +h1 {
59 + font-size: 36px;
60 + line-height: 1.2;
61 + font-weight: 700;
62 +}
63 +
56 56  h2 {
57 - text-align: center;
58 - margin-top: 0;
65 + font-size: 28px;
66 + line-height: 1.25;
67 + font-weight: 600;
59 59  }
60 60  
61 -.lead {
62 - color: @muted;
63 - text-align: center;
64 - margin-bottom: 0;
70 +h3 {
71 + font-size: 23px;
72 + line-height: 1.25;
73 + font-weight: 600;
65 65  }
66 66  
76 +h4 {
77 + font-size: 17px;
78 + line-height: 1.35;
79 + font-weight: 700;
80 +}
81 +
67 67  .section-intro {
68 68   max-width: 760px;
69 - margin: 0 auto 22px;
84 + margin: 0 auto 26px;
70 70   text-align: center;
71 71   color: @muted;
72 72   font-size: 16px;
... ... @@ -73,80 +73,212 @@
73 73   line-height: 1.55;
74 74  }
75 75  
76 -a {
91 +.compact-section {
92 + padding: 44px 0;
93 +}
94 +
95 +.card-link {
96 + margin: 0;
97 +
98 + a {
99 + color: @brand;
100 + font-weight: 800;
101 +
102 + &:hover,
103 + &:focus {
104 + color: @brand-strong;
105 + }
106 + }
107 +}
108 +
109 +
110 +/* ==========================================================================
111 + 3. Logo and header stabilization
112 + ========================================================================== */
113 +
114 +/*
115 + Prevent layout shift/flicker while the logo loads.
116 + Adjust selectors if your logo uses different classes.
117 +*/
118 +
119 +.navbar-brand,
120 +.agnease-logo-link {
121 + display: inline-flex;
122 + align-items: center;
123 + min-height: 58px;
124 + padding-top: 0;
125 + padding-bottom: 0;
126 +}
127 +
128 +.navbar-brand img,
129 +.agnease-logo,
130 +img.agnease-logo {
131 + display: block;
132 + width: auto;
133 + height: 48px;
134 + max-height: 48px;
135 +}
136 +
137 +/* Keep the public navbar visually clean. */
138 +.navbar {
139 + border: 0;
140 + box-shadow: none;
141 +}
142 +
143 +.navbar-nav > li > a {
77 77   color: @brand;
145 + font-weight: 700;
78 78  
79 79   &:hover,
80 80   &:focus {
81 81   color: @brand-strong;
150 + background: transparent;
82 82   }
83 83  }
84 84  
85 -/* ========== Header / Navigation ========== */
86 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);
155 +/* ==========================================================================
156 + 4. Public top menu dropdowns
157 + ========================================================================== */
158 +
159 +.agnease-services-menu,
160 +.agnease-products-menu {
161 + .dropdown-toggle {
162 + font-weight: inherit;
163 + font-size: inherit;
164 + }
165 +
166 + .caret {
167 + margin-left: 4px;
168 + }
169 +
170 + &.open > .dropdown-toggle,
171 + .dropdown-toggle:hover,
172 + .dropdown-toggle:focus {
173 + color: @brand-strong;
174 + background: transparent;
175 + background-color: transparent;
176 + box-shadow: none;
177 + }
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;
180 +/* Keep top-level public dropdown items clean when hovered/open/focused. */
181 +.navbar-nav > li.agnease-services-menu > a,
182 +.navbar-nav > li.agnease-products-menu > a,
183 +.navbar-nav > li.agnease-services-menu > a:hover,
184 +.navbar-nav > li.agnease-products-menu > a:hover,
185 +.navbar-nav > li.agnease-services-menu > a:focus,
186 +.navbar-nav > li.agnease-products-menu > a:focus,
187 +.navbar-nav > li.agnease-services-menu.open > a,
188 +.navbar-nav > li.agnease-products-menu.open > a,
189 +.navbar-nav > li.agnease-services-menu.open > a:hover,
190 +.navbar-nav > li.agnease-products-menu.open > a:hover,
191 +.navbar-nav > li.agnease-services-menu.open > a:focus,
192 +.navbar-nav > li.agnease-products-menu.open > a:focus {
193 + background: transparent;
194 + background-color: transparent;
195 + color: @brand-strong;
196 + box-shadow: none;
102 102  }
103 103  
104 -.site-nav {
105 - display: flex;
106 - align-items: center;
107 - gap: 22px;
108 - font-size: 15px;
199 +.agnease-services-dropdown,
200 +.agnease-products-dropdown {
201 + min-width: 360px;
202 + padding: 10px;
203 + border: 1px solid @line;
204 + border-radius: 12px;
205 + box-shadow: @shadow-md;
109 109  
110 - a {
207 + > li > a {
208 + display: flex;
209 + align-items: flex-start;
210 + gap: 12px;
211 + padding: 10px 12px;
212 + border-radius: @radius-sm;
111 111   color: @text;
112 - text-decoration: none;
113 - font-weight: 600;
214 + white-space: normal;
114 114  
115 115   &:hover,
116 116   &:focus {
117 - color: @brand;
218 + color: @brand-strong;
219 + background: @brand-bg;
118 118   text-decoration: none;
221 +
222 + .menu-icon {
223 + color: @brand-strong;
224 + background: fade(@brand, 14%);
225 + border-color: fade(@brand, 28%);
226 + }
227 +
228 + strong {
229 + color: @brand-strong;
230 + }
231 +
232 + small {
233 + color: @muted;
234 + }
119 119   }
120 120   }
121 121  
122 - .nav-cta {
123 - color: #fff;
124 - background: @brand;
125 - border: 1px solid @brand;
126 - border-radius: 6px;
127 - padding: 8px 14px;
238 + .divider {
239 + margin: 8px 0;
240 + background-color: @line;
241 + }
128 128  
129 - &:hover,
130 - &:focus {
131 - color: #fff;
132 - background: @brand-strong;
133 - border-color: @brand-strong;
243 + .menu-icon {
244 + width: 34px;
245 + height: 34px;
246 + border-radius: 50%;
247 + background: fade(@brand, 8%);
248 + border: 1px solid fade(@brand, 18%);
249 + color: @brand;
250 + display: flex;
251 + align-items: center;
252 + justify-content: center;
253 + flex-shrink: 0;
254 + transition: color .15s ease, background .15s ease, border-color .15s ease;
255 + }
256 +
257 + .menu-text {
258 + display: flex;
259 + flex-direction: column;
260 + line-height: 1.25;
261 +
262 + strong {
263 + color: @brand;
264 + font-size: 14px;
265 + font-weight: 600;
134 134   }
267 +
268 + small {
269 + color: @muted;
270 + font-size: 12px;
271 + margin-top: 2px;
272 + font-weight: 400;
273 + }
135 135   }
136 136  }
137 137  
138 -/* ========== Buttons ========== */
277 +.agnease-products-dropdown {
278 + min-width: 340px;
279 +}
139 139  
281 +
282 +/* ==========================================================================
283 + 5. Buttons and shared labels
284 + ========================================================================== */
285 +
140 140  .btn-primary {
287 + color: #fff;
141 141   background: @brand;
142 142   border-color: @brand;
143 - color: #fff;
144 144  
145 145   &:hover,
146 146   &:focus {
293 + color: #fff;
147 147   background: @brand-strong;
148 148   border-color: @brand-strong;
149 - color: #fff;
296 + text-decoration: none;
150 150   }
151 151  }
152 152  
... ... @@ -160,82 +160,73 @@
160 160   color: @brand-strong;
161 161   border-color: @brand;
162 162   background: @brand-bg;
310 + text-decoration: none;
163 163   }
164 164  }
165 165  
166 -/* ========== Hero ========== */
314 +/* Shared pill label used by homepage, services, products and resources. */
315 +.hero-kicker {
316 + display: inline-flex;
317 + align-items: center;
318 + gap: 8px;
319 + color: @brand;
320 + background: fade(@brand, 8%);
321 + border: 1px solid fade(@brand, 22%);
322 + border-radius: 999px;
323 + padding: 8px 14px;
324 + margin-bottom: 16px;
325 + font-size: 14px;
326 + font-weight: 800;
327 + line-height: 1.2;
167 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;
329 + i {
330 + color: @brand;
331 + font-size: 14px;
182 182   }
333 +}
183 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 191  
192 - h1 {
193 - max-width: 790px;
194 - margin-left: auto;
195 - margin-right: auto;
196 - line-height: 1.18;
197 - }
336 +/* ==========================================================================
337 + 6. Hero sections
338 + ========================================================================== */
198 198  
199 - .lead {
200 - max-width: 820px;
201 - font-size: 19px;
202 - line-height: 1.55;
203 - margin-top: 12px;
204 - }
340 +.hero {
341 + padding: 64px 0 60px;
342 + background:
343 + radial-gradient(48rem 18rem at 50% -10%, @brand-soft 0%, transparent 65%),
344 + radial-gradient(48rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
345 + border-bottom: 1px solid @line;
346 +}
205 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;
348 +.hero-centered {
349 + text-align: center;
350 +}
215 215  
216 - li + li::before {
217 - content: "•";
218 - margin: 0 6px;
219 - }
220 - }
352 +.hero-inner {
353 + max-width: 900px;
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;
356 +.hero h1 {
357 + max-width: 820px;
358 + margin: 0 auto;
235 235  }
236 236  
237 -.hero-actions,
238 -#hero-cta {
361 +.hero .lead {
362 + max-width: 760px;
363 + margin: 16px auto 0;
364 + color: @muted;
365 + font-size: 19px;
366 + line-height: 1.55;
367 +}
368 +
369 +.hero-support {
370 + max-width: 760px;
371 + margin: 14px auto 0;
372 + color: @muted;
373 + line-height: 1.55;
374 +}
375 +
376 +.hero-actions {
239 239   display: flex;
240 240   gap: 12px;
241 241   flex-wrap: wrap;
... ... @@ -243,15 +243,50 @@
243 243   margin-top: 22px;
244 244  }
245 245  
246 -/* ========== Trust Strip ========== */
384 +.service-hero,
385 +.product-hero {
386 + padding: 64px 0 60px;
387 +}
247 247  
389 +
390 +/* ==========================================================================
391 + 7. Homepage
392 + ========================================================================== */
393 +
394 +.benefits {
395 + max-width: 760px;
396 + margin: 18px auto 0;
397 + padding: 0;
398 + list-style: none;
399 + display: flex;
400 + flex-wrap: wrap;
401 + gap: 10px 16px;
402 + justify-content: center;
403 + color: @muted;
404 + font-size: 14px;
405 +
406 + li {
407 + display: inline-flex;
408 + align-items: center;
409 + gap: 6px;
410 +
411 + &:before {
412 + content: "\f00c";
413 + font-family: FontAwesome;
414 + color: @brand;
415 + font-size: 12px;
416 + }
417 + }
418 +}
419 +
248 248  .trust-strip {
249 249   padding: 18px 0;
250 250   border-top: 1px solid @line;
423 + border-bottom: 1px solid @line;
251 251   background: #fff;
252 252  
253 253   ul {
254 - max-width: 960px;
427 + max-width: 920px;
255 255   margin: 0 auto;
256 256   padding: 0;
257 257   list-style: none;
... ... @@ -274,104 +274,27 @@
274 274   }
275 275  }
276 276  
277 -/* ========== Reusable Grids ========== */
278 -
279 -.card-grid,
280 -.pathways,
281 -.services-grid,
282 -.resource-grid,
283 -.widgets {
450 +.pathways {
284 284   display: grid;
285 - grid-gap: 18px;
286 - margin-left: auto;
287 - margin-right: auto;
288 -}
289 -
290 -.card-grid,
291 -.pathways,
292 -.services-grid {
293 293   grid-template-columns: repeat(3, minmax(0, 1fr));
453 + grid-gap: 18px;
294 294   max-width: 1040px;
295 - margin-top: 22px;
455 + margin: 22px auto 0;
296 296  }
297 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 {
458 +.pathway-card {
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;
463 + padding: 22px;
334 334   display: flex;
335 335   flex-direction: column;
336 - height: 100%;
337 -
338 - .icon {
339 - display: flex;
340 - align-items: center;
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 - }
355 - }
356 -
357 - p {
358 - margin: 0;
359 - color: @muted;
360 - line-height: 1.45;
361 - }
362 -}
363 -
364 -/* ========== Homepage Pathway Cards ========== */
365 -
366 -.pathway-card {
367 - padding: 24px;
368 - display: flex;
369 - flex-direction: column;
370 370   min-height: 100%;
371 371  
372 372   .pathway-icon {
373 - width: 52px;
374 - height: 52px;
469 + width: 46px;
470 + height: 46px;
375 375   border-radius: 50%;
376 376   display: flex;
377 377   align-items: center;
... ... @@ -378,627 +378,389 @@
378 378   justify-content: center;
379 379   color: @brand;
380 380   background: fade(@brand, 10%);
381 - margin-bottom: 18px;
382 - font-size: 19px;
477 + margin-bottom: 14px;
478 + font-size: 18px;
383 383   }
384 384  
385 385   h3 {
386 - margin: 0 0 10px;
387 - color: @text;
388 - font-size: 22px;
389 - line-height: 1.25;
482 + margin: 0 0 8px;
390 390   }
391 391  
392 392   p {
393 393   color: @muted;
394 394   line-height: 1.55;
395 - margin: 0 0 16px;
488 + margin: 0 0 14px;
396 396   }
397 397  
398 398   ul {
399 - margin: 0 0 22px;
492 + margin: 0 0 18px;
400 400   padding-left: 18px;
401 401   color: @muted;
402 - font-size: 14px;
403 - line-height: 1.55;
495 + font-size: 13px;
404 404   }
405 405  
406 406   li {
407 - margin: 6px 0;
499 + margin: 5px 0;
408 408   }
409 409  
410 410   .card-link {
411 411   margin-top: auto;
412 - padding-top: 4px;
413 -
414 - a {
415 - color: @brand;
416 - font-weight: 700;
417 - text-decoration: underline;
418 -
419 - &:hover,
420 - &:focus {
421 - color: @brand-strong;
422 - }
423 - }
424 424   }
425 425  }
426 426  
427 -/* ========== Services ========== */
507 +.resource-strip {
508 + background: @brand-bg;
428 428  
429 -.services {
430 - .services-grid {
510 + .resource-grid {
431 431   max-width: 1040px;
512 + margin: 20px auto 0;
513 + display: grid;
514 + grid-template-columns: repeat(2, minmax(0, 1fr));
515 + grid-gap: 16px;
432 432   }
433 433  
434 - .service {
435 - display: flex;
436 - align-items: flex-start;
437 - gap: 16px;
438 - padding: 22px;
518 + .resource-card {
439 439   background: #fff;
440 440   border: 1px solid @line;
441 441   border-radius: @radius;
522 + padding: 18px;
442 442   box-shadow: @shadow-sm;
443 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;
525 + h4 {
526 + margin: 0 0 6px;
456 456   }
457 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 - }
529 + p {
530 + color: @muted;
531 + margin: 0 0 10px;
532 + line-height: 1.5;
533 + }
466 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 - }
535 + a {
536 + color: @brand;
537 + font-weight: 700;
484 484   }
485 485   }
486 486  }
487 487  
488 -/* ========== Split / Process Section ========== */
489 489  
490 -.split-section {
491 - background:
492 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
493 -}
543 +/* ==========================================================================
544 + 8. Services overview page and service cards
545 + ========================================================================== */
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;
501 - align-items: center;
502 -}
547 +.services {
548 + background: #fff;
503 503  
504 -.split-copy {
505 505   h2 {
506 - text-align: left;
507 - margin-top: 0;
551 + text-align: center;
552 + margin: 0 0 10px;
508 508   }
554 +}
509 509  
510 - p {
511 - color: @muted;
512 - line-height: 1.6;
513 - }
556 +.services-grid {
557 + max-width: 1040px;
558 + margin: 26px auto 0;
559 + display: grid;
560 + grid-template-columns: repeat(2, minmax(0, 1fr));
561 + grid-gap: 22px;
514 514  }
515 515  
516 -.process-list {
517 - counter-reset: process;
518 - margin: 0;
519 - padding: 0;
520 - list-style: none;
564 +.service {
565 + background: #fff;
566 + border: 1px solid @line;
567 + border-radius: @radius;
568 + box-shadow: @shadow-sm;
569 + padding: 22px;
570 + display: grid;
571 + grid-template-columns: 48px 1fr;
572 + grid-gap: 16px;
573 + align-items: start;
521 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;
575 + .service-icon {
576 + width: 44px;
577 + height: 44px;
578 + border-radius: 50%;
579 + background: fade(@brand, 10%);
580 + border: 1px solid fade(@brand, 18%);
581 + color: @brand;
582 + display: flex;
583 + align-items: center;
584 + justify-content: center;
585 + font-size: 18px;
586 + }
533 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;
548 - }
549 -
550 - strong {
551 - display: block;
552 - color: @text;
553 - margin-bottom: 3px;
554 - }
588 + .service-body {
589 + min-width: 0;
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 567   h4 {
568 568   margin: 0 0 8px;
569 - color: @text;
570 - font-size: 18px;
571 - line-height: 1.25;
572 572   }
573 573  
574 574   p {
575 575   color: @muted;
598 + line-height: 1.55;
576 576   margin: 0 0 12px;
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;
602 + ul {
603 + margin: 10px 0 0;
604 + padding-left: 18px;
644 644   color: @muted;
645 - font-size: 15px;
646 - line-height: 1.6;
606 + 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 - }
609 + li {
610 + margin: 5px 0;
611 + line-height: 1.45;
659 659   }
660 660  }
661 661  
662 -@media (max-width: 980px) {
663 - .homepage-resource-strip {
664 - .resource-grid {
665 - grid-template-columns: 1fr;
666 - }
667 - }
615 +.compact-grid {
616 + grid-gap: 18px;
668 668  }
669 669  
670 -@media (max-width: 640px) {
671 - .homepage-resource-strip {
672 - .resource-card {
673 - padding: 22px;
674 - }
675 675  
676 - .resource-card h4 {
677 - font-size: 19px;
678 - }
679 - }
620 +/* ==========================================================================
621 + 9. Individual service pages
622 + ========================================================================== */
623 +
624 +.service-page {
625 + color: @text;
680 680  }
681 681  
682 -/* ========== CTA ========== */
683 -
684 -.cta-section {
685 - padding: @section-padding;
686 -
687 - .contact-inline {
688 - margin: 0;
689 - color: @muted;
690 -
691 - a {
692 - color: @brand;
693 - }
694 - }
628 +.service-page .service-overview {
629 + padding: 56px 0;
695 695  }
696 696  
697 -.cta-panel {
698 - max-width: 860px;
632 +.service-layout,
633 +.split-grid {
634 + display: grid;
635 + grid-template-columns: 1.1fr .9fr;
636 + grid-gap: 36px;
637 + max-width: 1040px;
699 699   margin: 0 auto;
700 - padding: 32px;
639 + align-items: start;
640 +}
641 +
642 +.service-summary-card,
643 +.service-info-card,
644 +.service-panel {
645 + background: #fff;
646 + border: 1px solid @line;
701 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 705   box-shadow: @shadow-sm;
706 - text-align: center;
649 +}
707 707  
651 +.service-summary-card,
652 +.service-panel {
653 + padding: 24px;
654 +
708 708   h2 {
656 + text-align: left;
709 709   margin-top: 0;
710 710   }
711 711  
712 712   p {
713 713   color: @muted;
714 - line-height: 1.55;
662 + line-height: 1.6;
715 715   }
716 716  }
717 717  
718 -/* ========== Responsive ========== */
666 +.service-info-card {
667 + padding: 20px;
719 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));
669 + h3 {
670 + margin-top: 0;
726 726   }
727 727  
728 - .split-grid {
729 - grid-template-columns: 1fr;
673 + ul {
674 + margin: 0;
675 + padding-left: 20px;
676 + color: @muted;
730 730   }
731 731  
732 - .split-copy h2 {
733 - text-align: center;
679 + li {
680 + margin: 8px 0;
681 + line-height: 1.45;
734 734   }
735 735  }
736 736  
737 -@media (max-width: 760px) {
738 - section[id] {
739 - scroll-margin-top: 132px;
740 - }
685 +.service-feature-grid {
686 + max-width: 1040px;
687 + margin: 22px auto 0;
688 + display: grid;
689 + grid-template-columns: repeat(3, minmax(0, 1fr));
690 + grid-gap: 16px;
691 +}
741 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 - }
693 +.service-feature {
694 + background: #fff;
695 + border: 1px solid @line;
696 + border-radius: @radius;
697 + box-shadow: @shadow-sm;
698 + padding: 18px;
750 750  
751 - .site-nav {
752 - width: 100%;
700 + .feature-icon {
701 + width: 42px;
702 + height: 42px;
703 + border-radius: 50%;
704 + background: fade(@brand, 10%);
705 + color: @brand;
706 + display: flex;
707 + align-items: center;
753 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 - }
709 + margin-bottom: 12px;
710 + font-size: 17px;
761 761   }
762 762  
763 - .hero.hero-centered {
764 - min-height: 280px;
713 + h3 {
714 + margin: 0 0 8px;
715 + font-size: 18px;
765 765   }
766 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;
777 - }
778 - }
718 + p {
719 + margin: 0;
720 + color: @muted;
721 + line-height: 1.5;
779 779   }
780 780  }
781 781  
782 -@media (max-width: 640px) {
783 - section {
784 - padding: @section-padding-mobile;
785 - }
786 786  
787 - .widgets,
788 - .pathways,
789 - .services-grid,
790 - .resource-grid {
791 - grid-template-columns: 1fr;
792 - }
726 +/* ==========================================================================
727 + 10. Split/process sections
728 + ========================================================================== */
793 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 - }
808 -}
809 -
810 -/* ========== Resource / Article Pages ========== */
811 -
812 -.resource-page {
813 - padding-top: 0;
814 -}
815 -
816 -.resource-header {
817 - padding: @section-padding;
818 - border-top: none;
730 +.split-section {
819 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%);
732 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
822 822  
823 - h1 {
824 - margin: 0 auto 14px;
825 - text-align: center;
826 - line-height: 1.18;
827 - }
734 + .split-copy {
735 + h2 {
736 + text-align: left;
737 + margin-top: 0;
738 + }
828 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;
740 + p {
741 + color: @muted;
742 + line-height: 1.6;
743 + }
836 836   }
837 837  }
838 838  
839 -.resource-layout {
840 - display: grid;
841 - grid-template-columns: minmax(0, 760px) 280px;
842 - gap: 42px;
843 - max-width: 1080px;
844 - margin: 0 auto;
845 - padding-top: 28px;
846 - align-items: start;
747 +.process-list {
748 + counter-reset: process;
749 + margin: 0;
750 + padding: 0;
751 + list-style: none;
847 847  }
848 848  
849 -.resource-content {
850 - color: @text;
851 - font-size: 16px;
852 - line-height: 1.68;
754 +.process-list li {
755 + counter-increment: process;
756 + position: relative;
757 + padding: 16px 16px 16px 58px;
758 + margin-bottom: 12px;
759 + background: #fff;
760 + border: 1px solid @line;
761 + border-radius: @radius;
762 + box-shadow: @shadow-sm;
763 + color: @muted;
764 + line-height: 1.5;
853 853  
854 - h2 {
855 - text-align: left;
856 - margin: 34px 0 12px;
857 - line-height: 1.28;
766 + &:before {
767 + content: counter(process);
768 + position: absolute;
769 + left: 16px;
770 + top: 16px;
771 + width: 28px;
772 + height: 28px;
773 + border-radius: 50%;
774 + background: fade(@brand, 10%);
775 + color: @brand;
776 + display: flex;
777 + align-items: center;
778 + justify-content: center;
779 + font-weight: 800;
858 858   }
859 859  
860 - h3 {
861 - margin: 24px 0 8px;
862 - line-height: 1.3;
863 - }
864 -
865 - p {
866 - margin: 0 0 16px;
867 - }
868 -
869 - ul,
870 - ol {
871 - margin: 0 0 18px;
872 - padding-left: 22px;
873 - }
874 -
875 - li {
876 - margin: 6px 0;
877 - }
878 -
879 879   strong {
783 + display: block;
880 880   color: @text;
785 + margin-bottom: 3px;
881 881   }
882 882  }
883 883  
884 -.resource-note {
885 - border-left: 4px solid @brand;
886 - background: @brand-bg;
887 - padding: 16px 18px;
888 - margin: 22px 0;
889 - border-radius: 0 @radius @radius 0;
890 890  
891 - p:last-child {
892 - margin-bottom: 0;
893 - }
894 -}
790 +/* ==========================================================================
791 + 11. Products overview page
792 + ========================================================================== */
895 895  
896 -.resource-checklist {
897 - margin: 18px 0 24px;
898 - padding: 0;
899 - list-style: none;
794 +.agnease-product-page {
795 + color: @text;
900 900  
901 - li {
902 - position: relative;
903 - padding: 10px 0 10px 34px;
797 + .product-index-hero {
798 + padding: 56px 0 48px;
799 + text-align: center;
800 + background:
801 + radial-gradient(42rem 16rem at 50% -10%, @brand-soft 0%, transparent 65%),
802 + radial-gradient(42rem 16rem at 50% 0%, #E8F6F3 0%, transparent 60%);
904 904   border-bottom: 1px solid @line;
804 + }
905 905  
906 - &:before {
907 - content: "\f00c";
908 - font-family: FontAwesome;
909 - position: absolute;
910 - left: 0;
911 - top: 11px;
912 - color: @brand;
913 - }
806 + .product-page-kicker {
807 + margin-bottom: 16px;
914 914   }
915 -}
916 916  
917 -.resource-sidebar {
918 - position: sticky;
919 - top: 96px;
920 - border: 1px solid @line;
921 - border-radius: @radius;
922 - padding: 18px;
923 - background: #fff;
924 - box-shadow: @shadow-sm;
925 -
926 - h4 {
927 - margin: 0 0 10px;
810 + h1 {
811 + max-width: 820px;
812 + margin: 0 auto;
813 + color: @text;
814 + font-size: 36px;
815 + line-height: 1.2;
816 + font-weight: 700;
928 928   }
929 929  
930 - ul {
931 - margin: 0;
932 - padding-left: 18px;
819 + .page-lead {
820 + max-width: 760px;
821 + margin: 14px auto 0;
933 933   color: @muted;
823 + font-size: 18px;
824 + line-height: 1.55;
934 934   }
935 935  
936 - li {
937 - margin: 8px 0;
938 - }
827 + .product-index-section {
828 + padding: 52px 0 56px;
939 939  
940 - a {
941 - color: @brand;
942 - font-weight: 600;
830 + h2 {
831 + text-align: center;
832 + margin: 0 0 10px;
833 + color: @text;
834 + font-size: 28px;
835 + line-height: 1.25;
836 + font-weight: 600;
837 + }
943 943   }
944 -}
945 945  
946 -.resource-cta {
947 - margin-top: 36px;
948 - padding: 22px;
949 - border: 1px solid fade(@brand, 20%);
950 - border-radius: @radius;
951 - background: @brand-bg;
952 -
953 - h3 {
954 - margin-top: 0;
955 - }
956 -
957 - p {
958 - color: @muted;
959 - }
960 -}
961 -
962 -@media (max-width: 900px) {
963 - .resource-layout {
840 + .product-card-grid {
841 + max-width: 840px;
842 + margin: 0 auto;
843 + display: grid;
964 964   grid-template-columns: 1fr;
965 - padding-top: 22px;
845 + grid-gap: 18px;
966 966   }
967 967  
968 - .resource-sidebar {
969 - position: static;
848 + .product-card {
849 + background: #fff;
850 + border: 1px solid @line;
851 + border-radius: @radius;
852 + box-shadow: @shadow-sm;
853 + padding: 28px;
854 + display: grid;
855 + grid-template-columns: 68px 1fr;
856 + grid-gap: 22px;
857 + align-items: start;
970 970   }
971 -}
972 972  
973 -/* ========== Products / Extensions Pages ========== */
974 -
975 -.product-index-section {
976 - padding: @section-padding;
977 -
978 - h2 {
979 - margin-bottom: 10px;
980 - }
981 -}
982 -
983 -.product-card-grid {
984 - max-width: 840px;
985 - margin: 22px auto 0;
986 - display: grid;
987 - grid-template-columns: 1fr;
988 - grid-gap: 18px;
989 -}
990 -
991 -.product-card {
992 - background: #fff;
993 - border: 1px solid @line;
994 - border-radius: @radius;
995 - box-shadow: @shadow-sm;
996 - padding: 28px;
997 - display: grid;
998 - grid-template-columns: 68px 1fr;
999 - grid-gap: 22px;
1000 - align-items: start;
1001 -
1002 1002   .product-card-icon {
1003 1003   width: 58px;
1004 1004   height: 58px;
... ... @@ -1010,58 +1010,80 @@
1010 1010   align-items: center;
1011 1011   justify-content: center;
1012 1012   font-size: 22px;
1013 - flex-shrink: 0;
1014 1014   }
1015 1015  
1016 - h3 {
873 + .product-card-kicker {
874 + margin-bottom: 10px;
875 + padding: 6px 11px;
876 + font-size: 12px;
877 + }
878 +
879 + .product-card h3 {
1017 1017   margin: 0 0 10px;
1018 1018   color: @text;
1019 1019   font-size: 23px;
1020 1020   line-height: 1.25;
1021 - font-weight: 800;
884 + font-weight: 600;
1022 1022   }
1023 1023  
1024 - p {
887 + .product-card p {
1025 1025   color: @muted;
1026 1026   line-height: 1.6;
1027 1027   }
1028 1028  
1029 - .card-link {
1030 - margin: 0;
892 + .product-highlights {
893 + margin: 14px 0 20px;
894 + padding-left: 18px;
895 + color: @muted;
1031 1031  
1032 - a {
1033 - font-weight: 700;
897 + li {
898 + margin: 6px 0;
899 + line-height: 1.45;
1034 1034   }
1035 1035   }
1036 -}
1037 1037  
1038 -.product-card-kicker {
1039 - margin-bottom: 10px;
1040 - padding: 5px 10px;
1041 - font-size: 12px;
1042 - text-transform: uppercase;
1043 - letter-spacing: .04em;
1044 -}
903 + .product-cta-section {
904 + padding: 0 0 56px;
905 + }
1045 1045  
1046 -.product-highlights {
1047 - margin: 14px 0 20px;
1048 - padding-left: 18px;
1049 - color: @muted;
907 + .product-cta-panel {
908 + max-width: 860px;
909 + margin: 0 auto;
910 + padding: 32px;
911 + border-radius: @radius;
912 + border: 1px solid fade(@brand, 20%);
913 + background:
914 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
915 + box-shadow: @shadow-sm;
916 + text-align: center;
1050 1050  
1051 - li {
1052 - margin: 6px 0;
1053 - line-height: 1.45;
918 + h2 {
919 + margin: 0 0 12px;
920 + color: @text;
921 + font-size: 26px;
922 + line-height: 1.25;
923 + }
924 +
925 + p {
926 + max-width: 680px;
927 + margin: 0 auto 18px;
928 + color: @muted;
929 + line-height: 1.55;
930 + }
1054 1054   }
1055 1055  }
1056 1056  
1057 -/* ========== Individual Product Pages ========== */
1058 1058  
935 +/* ==========================================================================
936 + 12. Individual product pages
937 + ========================================================================== */
938 +
1059 1059  .product-layout {
1060 - display: grid;
1061 - grid-template-columns: 1.1fr .9fr;
1062 - grid-gap: 36px;
1063 1063   max-width: 1040px;
1064 1064   margin: 0 auto;
942 + display: grid;
943 + grid-template-columns: 1.1fr .9fr;
944 + grid-gap: 28px;
1065 1065   align-items: start;
1066 1066  }
1067 1067  
... ... @@ -1075,7 +1075,7 @@
1075 1075  }
1076 1076  
1077 1077  .product-summary-card {
1078 - padding: 26px;
958 + padding: 24px;
1079 1079  
1080 1080   h2 {
1081 1081   text-align: left;
... ... @@ -1086,18 +1086,13 @@
1086 1086   color: @muted;
1087 1087   line-height: 1.6;
1088 1088   }
1089 -
1090 - p:last-child {
1091 - margin-bottom: 0;
1092 - }
1093 1093  }
1094 1094  
1095 1095  .product-info-card {
1096 - padding: 22px;
972 + padding: 20px;
1097 1097  
1098 1098   h3 {
1099 1099   margin-top: 0;
1100 - margin-bottom: 12px;
1101 1101   }
1102 1102  
1103 1103   ul {
... ... @@ -1113,11 +1113,11 @@
1113 1113  }
1114 1114  
1115 1115  .product-feature-grid {
1116 - display: grid;
1117 - grid-template-columns: repeat(3, minmax(0, 1fr));
1118 - grid-gap: 18px;
1119 1119   max-width: 1040px;
1120 1120   margin: 22px auto 0;
993 + display: grid;
994 + grid-template-columns: repeat(3, minmax(0, 1fr));
995 + grid-gap: 16px;
1121 1121  }
1122 1122  
1123 1123  .product-feature {
... ... @@ -1125,18 +1125,11 @@
1125 1125   border: 1px solid @line;
1126 1126   border-radius: @radius;
1127 1127   box-shadow: @shadow-sm;
1128 - padding: 22px;
1003 + padding: 18px;
1129 1129  
1130 - .feature-heading {
1131 - display: flex;
1132 - align-items: center;
1133 - gap: 14px;
1134 - margin-bottom: 14px;
1135 - }
1136 -
1137 1137   .feature-icon {
1138 - width: 46px;
1139 - height: 46px;
1006 + width: 42px;
1007 + height: 42px;
1140 1140   border-radius: 50%;
1141 1141   background: fade(@brand, 10%);
1142 1142   color: @brand;
... ... @@ -1143,15 +1143,14 @@
1143 1143   display: flex;
1144 1144   align-items: center;
1145 1145   justify-content: center;
1146 - font-size: 18px;
1147 - flex-shrink: 0;
1014 + margin-bottom: 12px;
1015 + font-size: 17px;
1148 1148   }
1149 1149  
1150 1150   h3 {
1151 - margin: 0;
1019 + margin: 0 0 8px;
1152 1152   color: @text;
1153 1153   font-size: 18px;
1154 - line-height: 1.25;
1155 1155   }
1156 1156  
1157 1157   p {
... ... @@ -1164,7 +1164,7 @@
1164 1164  .product-gallery-panel {
1165 1165   max-width: 1040px;
1166 1166   margin: 20px auto 0;
1167 - padding: 26px;
1034 + padding: 22px;
1168 1168  
1169 1169   h2 {
1170 1170   margin-top: 0;
... ... @@ -1181,73 +1181,278 @@
1181 1181  }
1182 1182  
1183 1183  .product-gallery-placeholder {
1184 - min-height: 260px;
1185 - padding: 28px;
1186 1186   border: 1px dashed fade(@brand, 40%);
1187 - border-radius: @radius;
1188 1188   background: fade(@brand, 5%);
1189 - color: @muted;
1053 + border-radius: @radius;
1054 + min-height: 260px;
1055 + padding: 28px;
1190 1190   text-align: center;
1057 + color: @muted;
1191 1191   display: flex;
1192 1192   align-items: center;
1193 1193   justify-content: center;
1194 1194  }
1195 1195  
1196 -.product-section-muted {
1063 +
1064 +/* ==========================================================================
1065 + 13. CTA panels
1066 + ========================================================================== */
1067 +
1068 +.cta-section {
1069 + padding: 56px 0;
1070 +}
1071 +
1072 +.cta-panel {
1073 + max-width: 860px;
1074 + margin: 0 auto;
1075 + padding: 32px;
1076 + border-radius: @radius;
1077 + border: 1px solid fade(@brand, 20%);
1197 1197   background:
1198 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1079 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
1080 + box-shadow: @shadow-sm;
1081 + text-align: center;
1082 +
1083 + h2 {
1084 + margin: 0 0 12px;
1085 + }
1086 +
1087 + p {
1088 + max-width: 680px;
1089 + margin: 0 auto 18px;
1090 + color: @muted;
1091 + line-height: 1.55;
1092 + }
1199 1199  }
1200 1200  
1201 -@media (max-width: 980px) {
1095 +
1096 +/* ==========================================================================
1097 + 14. Contact page
1098 + ========================================================================== */
1099 +
1100 +.contact-page {
1101 + color: @text;
1102 +
1103 + .contact-layout {
1104 + max-width: 1040px;
1105 + margin: 0 auto;
1106 + display: grid;
1107 + grid-template-columns: 1.1fr .9fr;
1108 + grid-gap: 36px;
1109 + align-items: start;
1110 + }
1111 +
1112 + .contact-form-panel,
1113 + .contact-side-panel {
1114 + background: #fff;
1115 + border: 1px solid @line;
1116 + border-radius: @radius;
1117 + box-shadow: @shadow-sm;
1118 + padding: 24px;
1119 + }
1120 +
1121 + label {
1122 + color: @text;
1123 + font-weight: 700;
1124 + }
1125 +
1126 + input,
1127 + textarea,
1128 + select,
1129 + .form-control {
1130 + border: 1px solid @line;
1131 + border-radius: 8px;
1132 + box-shadow: none;
1133 +
1134 + &:focus {
1135 + border-color: fade(@brand, 60%);
1136 + box-shadow: 0 0 0 3px fade(@brand, 12%);
1137 + }
1138 + }
1139 +
1140 + .contact-help-list {
1141 + margin: 0;
1142 + padding-left: 18px;
1143 + color: @muted;
1144 +
1145 + li {
1146 + margin: 6px 0;
1147 + line-height: 1.45;
1148 + }
1149 + }
1150 +
1151 + .next-steps {
1152 + counter-reset: contactsteps;
1153 + margin: 14px 0 0;
1154 + padding: 0;
1155 + list-style: none;
1156 +
1157 + li {
1158 + counter-increment: contactsteps;
1159 + position: relative;
1160 + padding-left: 34px;
1161 + margin: 10px 0;
1162 + color: @muted;
1163 + line-height: 1.45;
1164 +
1165 + &:before {
1166 + content: counter(contactsteps);
1167 + position: absolute;
1168 + left: 0;
1169 + top: 0;
1170 + width: 22px;
1171 + height: 22px;
1172 + border-radius: 50%;
1173 + background: fade(@brand, 10%);
1174 + color: @brand;
1175 + display: flex;
1176 + align-items: center;
1177 + justify-content: center;
1178 + font-weight: 800;
1179 + font-size: 12px;
1180 + }
1181 + }
1182 + }
1183 +}
1184 +
1185 +
1186 +/* ==========================================================================
1187 + 15. Footer
1188 + ========================================================================== */
1189 +
1190 +footer,
1191 +.agnease-footer {
1192 + color: @brand;
1193 + text-align: center;
1194 + font-size: 13px;
1195 + padding: 28px 0;
1196 +
1197 + a {
1198 + color: @brand;
1199 + }
1200 +}
1201 +
1202 +
1203 +/* ==========================================================================
1204 + 16. Responsive behavior
1205 + ========================================================================== */
1206 +
1207 +@media (max-width: 900px) {
1208 + .pathways,
1209 + .resource-strip .resource-grid,
1210 + .services-grid,
1211 + .service-layout,
1212 + .split-grid,
1202 1202   .product-layout,
1203 - .product-feature-grid {
1214 + .product-feature-grid,
1215 + .service-feature-grid,
1216 + .contact-page .contact-layout {
1204 1204   grid-template-columns: 1fr;
1205 1205   }
1206 1206  
1220 + .split-section .split-copy h2,
1221 + .service-summary-card h2,
1207 1207   .product-summary-card h2 {
1208 1208   text-align: center;
1209 1209   }
1210 1210  }
1211 1211  
1212 -@media (max-width: 640px) {
1213 - .product-card {
1214 - grid-template-columns: 1fr;
1215 - padding: 22px;
1216 - text-align: left;
1227 +@media (max-width: 767px) {
1228 + section {
1229 + padding: 40px 0;
1230 + }
1217 1217  
1218 - .product-card-icon {
1219 - margin-bottom: 2px;
1232 + h1 {
1233 + font-size: 30px;
1234 + }
1235 +
1236 + h2 {
1237 + font-size: 25px;
1238 + }
1239 +
1240 + .hero,
1241 + .service-hero,
1242 + .product-hero {
1243 + padding: 42px 0 38px;
1244 + }
1245 +
1246 + .hero .lead {
1247 + font-size: 16px;
1248 + }
1249 +
1250 + .hero-support {
1251 + font-size: 14px;
1252 + }
1253 +
1254 + .hero-actions {
1255 + flex-direction: column;
1256 + align-items: center;
1257 +
1258 + .btn {
1259 + width: 100%;
1260 + max-width: 260px;
1220 1220   }
1221 1221   }
1222 1222  
1223 - .product-summary-card,
1224 - .product-info-card,
1225 - .product-feature,
1226 - .product-gallery-panel {
1227 - padding: 20px;
1264 + .navbar-brand,
1265 + .agnease-logo-link {
1266 + min-height: 52px;
1228 1228   }
1229 -}
1230 1230  
1231 -/* ========== Resources Index ========== */
1269 + .navbar-brand img,
1270 + .agnease-logo,
1271 + img.agnease-logo {
1272 + height: 42px;
1273 + max-height: 42px;
1274 + }
1232 1232  
1233 -.resources-index-page {
1234 - background: #fff;
1276 + .agnease-services-dropdown,
1277 + .agnease-products-dropdown {
1278 + min-width: 0;
1279 + width: 100%;
1280 + padding: 6px;
1281 + border-radius: 0;
1282 + border-left: 0;
1283 + border-right: 0;
1284 + box-shadow: none;
1235 1235  
1236 - .services-grid {
1237 - grid-template-columns: repeat(2, minmax(0, 1fr));
1286 + > li > a {
1287 + padding: 10px;
1288 + }
1238 1238   }
1239 -}
1240 1240  
1241 -@media (max-width: 980px) {
1242 - .resources-index-page {
1243 - .services-grid {
1244 - grid-template-columns: 1fr;
1291 + .service,
1292 + .agnease-product-page .product-card {
1293 + grid-template-columns: 1fr;
1294 + padding: 22px;
1295 + text-align: left;
1296 + }
1297 +
1298 + .service .service-icon,
1299 + .agnease-product-page .product-card-icon {
1300 + margin-bottom: 2px;
1301 + }
1302 +
1303 + .agnease-product-page {
1304 + .product-index-hero {
1305 + padding: 38px 0 34px;
1245 1245   }
1307 +
1308 + h1 {
1309 + font-size: 30px;
1310 + }
1311 +
1312 + .page-lead {
1313 + font-size: 16px;
1314 + }
1315 +
1316 + .product-cta-panel {
1317 + padding: 24px;
1318 + }
1246 1246   }
1247 -}
1248 1248  
1249 -@media (max-width: 767px) {
1250 - .resources-index-page {
1251 - padding: @section-padding-mobile;
1321 + .cta-panel,
1322 + .product-cta-panel {
1323 + padding: 24px;
1252 1252   }
1253 1253  }
XWiki.StyleSheetExtension[1]
code
... ... @@ -1,158 +1,156 @@
1 1  /* ========== Agnease Public Top Menu ========== */
2 +
3 +@brand: #00937D;
4 +@brand-strong: #007B6A;
5 +@text: #2D3A34;
6 +@muted: #5B6B64;
7 +@line: #E4ECE9;
8 +@brand-bg: #F4FCFA;
9 +
2 2  /* Top-level menu items */
3 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;
12 +.agnease-services-menu,
13 +.agnease-products-menu {
14 + .dropdown-toggle {
15 + font-weight: inherit;
16 + font-size: inherit;
15 15   }
16 16  
17 - > a:hover,
18 - > a:focus,
19 - > a:active,
20 - &.open > a,
21 - &.active > a {
19 + .caret {
20 + margin-left: 4px;
21 + }
22 +
23 + &.open > .dropdown-toggle,
24 + .dropdown-toggle:hover,
25 + .dropdown-toggle:focus {
22 22   color: @brand-strong;
23 - text-decoration: none;
24 - outline: none;
25 25   background: transparent;
28 + background-color: transparent;
29 + box-shadow: none;
26 26   }
31 +}
27 27  
28 - .caret {
29 - margin-left: 5px;
30 - border-top-color: @brand;
31 - border-bottom-color: @brand;
32 - }
33 +/* Keep Agnease public top-level menu visually clean when hovered/open/focused */
33 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 - }
35 +.navbar-nav > li.agnease-services-menu > a,
36 +.navbar-nav > li.agnease-products-menu > a,
37 +.navbar-nav > li.agnease-services-menu > a:hover,
38 +.navbar-nav > li.agnease-products-menu > a:hover,
39 +.navbar-nav > li.agnease-services-menu > a:focus,
40 +.navbar-nav > li.agnease-products-menu > a:focus,
41 +.navbar-nav > li.agnease-services-menu.open > a,
42 +.navbar-nav > li.agnease-products-menu.open > a,
43 +.navbar-nav > li.agnease-services-menu.open > a:hover,
44 +.navbar-nav > li.agnease-products-menu.open > a:hover,
45 +.navbar-nav > li.agnease-services-menu.open > a:focus,
46 +.navbar-nav > li.agnease-products-menu.open > a:focus {
47 + background: transparent;
48 + background-color: transparent;
49 + color: @brand-strong;
50 + box-shadow: none;
42 42  }
43 43  
44 -/* Dropdown panel */
53 +/* Dropdown panels */
45 45  
46 -#menuview .agnease-dropdown {
47 - min-width: 310px;
48 - padding: 10px 8px;
49 - border: 1px solid fade(@brand, 18%);
55 +.agnease-services-dropdown,
56 +.agnease-products-dropdown {
57 + min-width: 360px;
58 + padding: 10px;
59 + border: 1px solid @line;
50 50   border-radius: 12px;
51 - background: #fff;
52 - box-shadow: 0 12px 32px fade(@brand-strong, 12%);
61 + box-shadow: 0 12px 36px rgba(0, 0, 0, .10);
53 53  
54 54   > li > a {
55 55   display: flex;
56 - align-items: center;
65 + align-items: flex-start;
57 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;
67 + padding: 10px 12px;
68 + border-radius: 10px;
69 + color: @text;
70 + white-space: normal;
66 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 75   &:hover,
76 - &:focus,
77 - &:active {
73 + &:focus {
78 78   color: @brand-strong;
75 + background: @brand-bg;
79 79   text-decoration: none;
80 - outline: none;
81 - background: transparent;
82 82  
83 - i {
78 + .menu-icon {
84 84   color: @brand-strong;
80 + background: fade(@brand, 14%);
81 + border-color: fade(@brand, 28%);
85 85   }
86 - }
87 - }
88 88  
89 - > .active > a {
90 - color: @brand-strong;
91 - background: transparent;
84 + strong {
85 + color: @brand-strong;
86 + }
92 92  
93 - i {
94 - color: @brand-strong;
88 + small {
89 + color: @muted;
90 + }
95 95   }
96 96   }
97 97  
98 98   .divider {
99 99   margin: 8px 0;
100 - background-color: fade(@brand, 16%);
96 + background-color: @line;
101 101   }
102 -}
103 103  
104 -/* Mobile */
105 -
106 -@media (max-width: 767px) {
107 - #menuview {
108 - margin-left: 0;
109 - width: 100%;
99 + .menu-icon {
100 + width: 34px;
101 + height: 34px;
102 + border-radius: 50%;
103 + background: fade(@brand, 8%);
104 + border: 1px solid fade(@brand, 18%);
105 + color: @brand;
106 + display: flex;
107 + align-items: center;
108 + justify-content: center;
109 + flex-shrink: 0;
110 + transition: color .15s ease, background .15s ease, border-color .15s ease;
110 110   }
111 111  
112 - #menuview .navbar-nav {
113 - float: none;
114 - margin: 0;
115 - width: 100%;
116 - text-align: center;
117 - }
113 + .menu-text {
114 + display: flex;
115 + flex-direction: column;
116 + line-height: 1.25;
118 118  
119 - #menuview .navbar-nav > li {
120 - float: none;
121 - display: inline-block;
122 - }
118 + strong {
119 + color: @brand;
120 + font-size: 14px;
121 + font-weight: 600;
122 + }
123 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;
124 + small {
125 + color: @muted;
126 + font-size: 12px;
127 + margin-top: 2px;
128 + font-weight: 400;
129 + }
131 131   }
131 +}
132 132  
133 - #menuview .agnease-dropdown {
133 +/* Products dropdown can be slightly narrower for now */
134 +
135 +.agnease-products-dropdown {
136 + min-width: 340px;
137 +}
138 +
139 +/* Mobile */
140 +
141 +@media (max-width: 767px) {
142 + .agnease-services-dropdown,
143 + .agnease-products-dropdown {
134 134   min-width: 0;
135 135   width: 100%;
136 - padding: 4px 8px 8px 18px;
137 - border: 0;
146 + padding: 6px;
138 138   border-radius: 0;
148 + border-left: 0;
149 + border-right: 0;
139 139   box-shadow: none;
140 - background: transparent;
141 - text-align: left;
142 142  
143 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 - }
153 + padding: 10px;
152 152   }
153 -
154 - .divider {
155 - margin: 5px 0;
156 - }
157 157   }
158 158  }