Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,13 +5,22 @@ 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">Professional XWiki engineering and support</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 XWiki so production platforms stay stable, 12 - up-to-date and adapted to real business processes. 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 16 <li>Safe LTS upgrades</li> 17 17 <li>Support 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 2 2px;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 - co lor:#fff;296 + text-decoration: none; 150 150 } 151 151 } 152 152 ... ... @@ -160,83 +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: 300px; 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: 0 auto; 195 - line-height: 1.18; 196 - } 336 +/* ========================================================================== 337 + 6. Hero sections 338 + ========================================================================== */ 197 197 198 - .lead { 199 - max-width: 820px; 200 - margin: 12px auto 0; 201 - color: @muted; 202 - text-align: center; 203 - font-size: 19px; 204 - line-height: 1.55; 205 - } 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 +} 206 206 207 - .benefits { 208 - display: flex; 209 - flex-wrap: wrap; 210 - justify-content: center; 211 - list-style: none; 212 - padding: 0; 213 - margin: 14px 0 0; 214 - color: @muted; 215 - font-size: 14px; 348 +.hero-centered { 349 + text-align: center; 350 +} 216 216 217 - li + li::before { 218 - content: "•"; 219 - margin: 0 6px; 220 - } 221 - } 352 +.hero-inner { 353 + max-width: 900px; 222 222 } 223 223 224 -.hero-kicker { 225 - display: inline-flex; 226 - align-items: center; 227 - gap: 8px; 228 - color: @brand; 229 - background: fade(@brand, 8%); 230 - border: 1px solid fade(@brand, 18%); 231 - border-radius: 999px; 232 - padding: 6px 12px; 233 - margin-bottom: 14px; 234 - font-size: 13px; 235 - font-weight: 700; 356 +.hero h1 { 357 + max-width: 820px; 358 + margin: 0 auto; 236 236 } 237 237 238 -.hero-actions, 239 -#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 { 240 240 display: flex; 241 241 gap: 12px; 242 242 flex-wrap: wrap; ... ... @@ -244,15 +244,50 @@ 244 244 margin-top: 22px; 245 245 } 246 246 247 -/* ========== Trust Strip ========== */ 384 +.service-hero, 385 +.product-hero { 386 + padding: 64px 0 60px; 387 +} 248 248 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 + 249 249 .trust-strip { 250 250 padding: 18px 0; 251 251 border-top: 1px solid @line; 423 + border-bottom: 1px solid @line; 252 252 background: #fff; 253 253 254 254 ul { 255 - max-width: 9 60px;427 + max-width: 920px; 256 256 margin: 0 auto; 257 257 padding: 0; 258 258 list-style: none; ... ... @@ -275,104 +275,27 @@ 275 275 } 276 276 } 277 277 278 -/* ========== Reusable Grids ========== */ 279 - 280 -.card-grid, 281 -.pathways, 282 -.services-grid, 283 -.resource-grid, 284 -.widgets { 450 +.pathways { 285 285 display: grid; 286 - grid-gap: 18px; 287 - margin-left: auto; 288 - margin-right: auto; 289 -} 290 - 291 -.card-grid, 292 -.pathways, 293 -.services-grid { 294 294 grid-template-columns: repeat(3, minmax(0, 1fr)); 453 + grid-gap: 18px; 295 295 max-width: 1040px; 296 - margin -top: 22px;455 + margin: 22px auto 0; 297 297 } 298 298 299 -.resource-grid { 300 - grid-template-columns: repeat(2, minmax(0, 1fr)); 301 - max-width: 1040px; 302 - margin-top: 22px; 303 -} 304 - 305 -.widgets { 306 - grid-template-columns: repeat(4, minmax(0, 1fr)); 307 - max-width: 1040px; 308 - margin-top: 20px; 309 -} 310 - 311 -.card-grid > *, 312 -.pathways > *, 313 -.services-grid > *, 314 -.resource-grid > *, 315 -.widgets > * { 316 - min-width: 0; 317 -} 318 - 319 -/* ========== Shared Card Style ========== */ 320 - 321 -.widget, 322 -.pathway-card, 323 -.service-card, 324 -.resource-card { 458 +.pathway-card { 325 325 background: #fff; 326 326 border: 1px solid @line; 327 327 border-radius: @radius; 328 328 box-shadow: @shadow-sm; 329 -} 330 - 331 -/* ========== Small Widgets ========== */ 332 - 333 -.widget { 334 - padding: 18px; 463 + padding: 22px; 335 335 display: flex; 336 336 flex-direction: column; 337 - height: 100%; 338 - 339 - .icon { 340 - display: flex; 341 - align-items: center; 342 - gap: 10px; 343 - padding-bottom: 8px; 344 - margin-bottom: 10px; 345 - border-bottom: 1px solid fade(@line, 70%); 346 - 347 - i { 348 - color: @brand; 349 - } 350 - 351 - h4 { 352 - margin: 0; 353 - line-height: 1.25; 354 - color: @text; 355 - } 356 - } 357 - 358 - p { 359 - margin: 0; 360 - color: @muted; 361 - line-height: 1.45; 362 - } 363 -} 364 - 365 -/* ========== Homepage Pathway Cards ========== */ 366 - 367 -.pathway-card { 368 - padding: 24px; 369 - display: flex; 370 - flex-direction: column; 371 371 min-height: 100%; 372 372 373 373 .pathway-icon { 374 - width: 52px;375 - height: 52px;469 + width: 46px; 470 + height: 46px; 376 376 border-radius: 50%; 377 377 display: flex; 378 378 align-items: center; ... ... @@ -379,603 +379,389 @@ 379 379 justify-content: center; 380 380 color: @brand; 381 381 background: fade(@brand, 10%); 382 - margin-bottom: 1 8px;383 - font-size: 1 9px;477 + margin-bottom: 14px; 478 + font-size: 18px; 384 384 } 385 385 386 386 h3 { 387 - margin: 0 0 10px; 388 - color: @text; 389 - font-size: 22px; 390 - line-height: 1.25; 482 + margin: 0 0 8px; 391 391 } 392 392 393 393 p { 394 394 color: @muted; 395 395 line-height: 1.55; 396 - margin: 0 0 1 6px;488 + margin: 0 0 14px; 397 397 } 398 398 399 399 ul { 400 - margin: 0 0 22px;492 + margin: 0 0 18px; 401 401 padding-left: 18px; 402 402 color: @muted; 403 - font-size: 14px; 404 - line-height: 1.55; 495 + font-size: 13px; 405 405 } 406 406 407 407 li { 408 - margin: 6px 0;499 + margin: 5px 0; 409 409 } 410 410 411 411 .card-link { 412 412 margin-top: auto; 413 - padding-top: 4px; 414 - 415 - a { 416 - color: @brand; 417 - font-weight: 700; 418 - text-decoration: underline; 419 - 420 - &:hover, 421 - &:focus { 422 - color: @brand-strong; 423 - } 424 - } 425 425 } 426 426 } 427 427 428 -/* ========== Services ========== */ 507 +.resource-strip { 508 + background: @brand-bg; 429 429 430 -.services { 431 - .services-grid { 510 + .resource-grid { 432 432 max-width: 1040px; 512 + margin: 20px auto 0; 513 + display: grid; 514 + grid-template-columns: repeat(2, minmax(0, 1fr)); 515 + grid-gap: 16px; 433 433 } 434 434 435 - .service { 436 - display: flex; 437 - align-items: flex-start; 438 - gap: 16px; 439 - padding: 22px; 518 + .resource-card { 440 440 background: #fff; 441 441 border: 1px solid @line; 442 442 border-radius: @radius; 522 + padding: 18px; 443 443 box-shadow: @shadow-sm; 444 444 445 - .service-icon { 446 - width: 46px; 447 - height: 46px; 448 - border-radius: 50%; 449 - display: flex; 450 - align-items: center; 451 - justify-content: center; 452 - font-size: 18px; 453 - color: @brand; 454 - background: fade(@brand, 10%); 455 - flex-shrink: 0; 456 - margin-top: 2px; 525 + h4 { 526 + margin: 0 0 6px; 457 457 } 458 458 459 - .service-body { 460 - h4 { 461 - margin: 0 0 6px; 462 - font-size: 18px; 463 - line-height: 1.25; 464 - font-weight: 800; 465 - color: @text; 466 - } 529 + p { 530 + color: @muted; 531 + margin: 0 0 10px; 532 + line-height: 1.5; 533 + } 467 467 468 - p { 469 - margin: 0 0 8px; 470 - color: @muted; 471 - line-height: 1.5; 472 - } 473 - 474 - ul { 475 - margin: 9px 0 0; 476 - padding-left: 18px; 477 - color: @muted; 478 - font-size: 13px; 479 - line-height: 1.5; 480 - } 481 - 482 - li { 483 - margin: 4px 0; 484 - } 535 + a { 536 + color: @brand; 537 + font-weight: 700; 485 485 } 486 486 } 487 487 } 488 488 489 -/* ========== Split / Process Section ========== */ 490 490 491 -.split-section { 492 - background: 493 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 494 -} 543 +/* ========================================================================== 544 + 8. Services overview page and service cards 545 + ========================================================================== */ 495 495 496 -.split-grid { 497 - display: grid; 498 - grid-template-columns: 1.1fr .9fr; 499 - grid-gap: 36px; 500 - max-width: 1040px; 501 - margin: 0 auto; 502 - align-items: center; 503 -} 547 +.services { 548 + background: #fff; 504 504 505 -.split-copy { 506 506 h2 { 507 - text-align: left;508 - margin -top: 0;551 + text-align: center; 552 + margin: 0 0 10px; 509 509 } 554 +} 510 510 511 - p { 512 - color: @muted; 513 - line-height: 1.6; 514 - } 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; 515 515 } 516 516 517 -.process-list { 518 - counter-reset: process; 519 - margin: 0; 520 - padding: 0; 521 - 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; 522 522 523 - li { 524 - counter-increment: process; 525 - position: relative; 526 - padding: 16px 16px 16px 58px; 527 - margin-bottom: 12px; 528 - background: #fff; 529 - border: 1px solid @line; 530 - border-radius: @radius; 531 - box-shadow: @shadow-sm; 532 - color: @muted; 533 - 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 + } 534 534 535 - &:before { 536 - content: counter(process); 537 - position: absolute; 538 - left: 16px; 539 - top: 16px; 540 - width: 28px; 541 - height: 28px; 542 - border-radius: 50%; 543 - background: fade(@brand, 10%); 544 - color: @brand; 545 - display: flex; 546 - align-items: center; 547 - justify-content: center; 548 - font-weight: 800; 549 - } 550 - 551 - strong { 552 - display: block; 553 - color: @text; 554 - margin-bottom: 3px; 555 - } 588 + .service-body { 589 + min-width: 0; 556 556 } 557 -} 558 558 559 -/* ========== Resources ========== */ 560 - 561 -.resource-strip { 562 - background: @brand-bg; 563 -} 564 - 565 -.resource-card { 566 - padding: 20px; 567 - 568 568 h4 { 569 569 margin: 0 0 8px; 570 - color: @text; 571 - font-size: 18px; 572 - line-height: 1.25; 573 573 } 574 574 575 575 p { 576 576 color: @muted; 598 + line-height: 1.55; 577 577 margin: 0 0 12px; 578 - line-height: 1.5; 579 579 } 580 580 581 - a { 582 - color: @brand; 583 - font-weight: 700; 584 - } 585 -} 586 - 587 -.resource-content { 588 - order: 1; 589 -} 590 - 591 -.resource-sidebar { 592 - order: 2; 593 -} 594 - 595 -@media (max-width: 767px) { 596 - .resource-layout { 597 - display: flex; 598 - flex-direction: column; 599 - } 600 - 601 - .resource-sidebar { 602 - order: 0; 603 - position: static; 604 - width: 100%; 605 - } 606 - 607 - .resource-content { 608 - order: 1; 609 - } 610 -} 611 - 612 -/* ========== Homepage Resource Strip ========== */ 613 - 614 -.homepage-resource-strip { 615 - background: 616 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 617 - 618 - .resource-grid { 619 - max-width: 1040px; 620 - margin: 22px auto 0; 621 - display: grid; 622 - grid-template-columns: repeat(2, minmax(0, 1fr)); 623 - grid-gap: 22px; 624 - align-items: stretch; 625 - } 626 - 627 - .resource-card { 628 - display: flex; 629 - flex-direction: column; 630 - min-width: 0; 631 - min-height: 100%; 632 - padding: 26px; 633 - } 634 - 635 - .resource-card h4 { 636 - margin: 0 0 10px; 637 - color: @text; 638 - font-size: 21px; 639 - line-height: 1.25; 640 - font-weight: 700; 641 - } 642 - 643 - .resource-card p { 644 - margin: 0 0 18px; 602 + ul { 603 + margin: 10px 0 0; 604 + padding-left: 18px; 645 645 color: @muted; 646 - font-size: 15px; 647 - line-height: 1.6; 606 + font-size: 13px; 648 648 } 649 649 650 - .resource-card a { 651 - margin-top: auto; 652 - color: @brand; 653 - font-weight: 700; 654 - text-decoration: underline; 655 - 656 - &:hover, 657 - &:focus { 658 - color: @brand-strong; 659 - } 609 + li { 610 + margin: 5px 0; 611 + line-height: 1.45; 660 660 } 661 661 } 662 662 663 -@media (max-width: 980px) { 664 - .homepage-resource-strip { 665 - .resource-grid { 666 - grid-template-columns: 1fr; 667 - } 668 - } 615 +.compact-grid { 616 + grid-gap: 18px; 669 669 } 670 670 671 -@media (max-width: 640px) { 672 - .homepage-resource-strip { 673 - .resource-card { 674 - padding: 22px; 675 - } 676 676 677 - .resource-card h4 { 678 - font-size: 19px; 679 - } 680 - } 620 +/* ========================================================================== 621 + 9. Individual service pages 622 + ========================================================================== */ 623 + 624 +.service-page { 625 + color: @text; 681 681 } 682 682 683 -/* ========== CTA ========== */ 684 - 685 -.cta-section { 686 - padding: @section-padding; 687 - 688 - .contact-inline { 689 - margin: 0; 690 - color: @muted; 691 - 692 - a { 693 - color: @brand; 694 - } 695 - } 628 +.service-page .service-overview { 629 + padding: 56px 0; 696 696 } 697 697 698 -.cta-panel { 699 - 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; 700 700 margin: 0 auto; 701 - 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; 702 702 border-radius: @radius; 703 - border: 1px solid fade(@brand, 20%); 704 - background: 705 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 706 706 box-shadow: @shadow-sm; 707 - text-align: center;649 +} 708 708 651 +.service-summary-card, 652 +.service-panel { 653 + padding: 24px; 654 + 709 709 h2 { 656 + text-align: left; 710 710 margin-top: 0; 711 711 } 712 712 713 713 p { 714 714 color: @muted; 715 - line-height: 1. 55;662 + line-height: 1.6; 716 716 } 717 717 } 718 718 719 -/* ========== Responsive ========== */ 666 +.service-info-card { 667 + padding: 20px; 720 720 721 -@media (max-width: 980px) { 722 - .widgets, 723 - .pathways, 724 - .services-grid, 725 - .resource-grid { 726 - grid-template-columns: repeat(2, minmax(0, 1fr)); 669 + h3 { 670 + margin-top: 0; 727 727 } 728 728 729 - .split-grid { 730 - grid-template-columns: 1fr; 673 + ul { 674 + margin: 0; 675 + padding-left: 20px; 676 + color: @muted; 731 731 } 732 732 733 - .split-copy h2 { 734 - text-align: center; 679 + li { 680 + margin: 8px 0; 681 + line-height: 1.45; 735 735 } 736 736 } 737 737 738 -@media (max-width: 760px) { 739 - section[id] { 740 - scroll-margin-top: 132px; 741 - } 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 +} 742 742 743 - .header-inner { 744 - min-height: auto; 745 - padding-top: 14px; 746 - padding-bottom: 14px; 747 - flex-direction: column; 748 - align-items: center; 749 - gap: 12px; 750 - } 693 +.service-feature { 694 + background: #fff; 695 + border: 1px solid @line; 696 + border-radius: @radius; 697 + box-shadow: @shadow-sm; 698 + padding: 18px; 751 751 752 - .site-nav { 753 - 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; 754 754 justify-content: center; 755 - flex-wrap: wrap; 756 - gap: 10px 16px; 757 - font-size: 14px; 758 - 759 - .nav-cta { 760 - padding: 7px 12px; 761 - } 709 + margin-bottom: 12px; 710 + font-size: 17px; 762 762 } 763 763 764 - @media(max-width:760px){765 - .hero.hero-centered{766 - min-height:260px;713 + h3 { 714 + margin: 0 0 8px; 715 + font-size: 18px; 767 767 } 768 768 769 - .hero { 770 - .lead { 771 - font-size: 17px; 772 - } 773 - 774 - .benefits { 775 - gap: 4px 10px; 776 - 777 - li + li::before { 778 - content: none; 779 - } 780 - } 718 + p { 719 + margin: 0; 720 + color: @muted; 721 + line-height: 1.5; 781 781 } 782 782 } 783 783 784 -@media (max-width: 640px) { 785 - section { 786 - padding: @section-padding-mobile; 787 - } 788 788 789 - .widgets, 790 - .pathways, 791 - .services-grid, 792 - .resource-grid { 793 - grid-template-columns: 1fr; 794 - } 726 +/* ========================================================================== 727 + 10. Split/process sections 728 + ========================================================================== */ 795 795 796 - .pathway-card, 797 - .services .service, 798 - .resource-card, 799 - .widget { 800 - padding: 20px; 801 - } 730 +.split-section { 731 + background: 732 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 802 802 803 - .services .service { 804 - gap: 14px; 805 - } 734 + .split-copy { 735 + h2 { 736 + text-align: left; 737 + margin-top: 0; 738 + } 806 806 807 - .cta-panel { 808 - padding: 24px 20px; 740 + p { 741 + color: @muted; 742 + line-height: 1.6; 743 + } 809 809 } 810 810 } 811 811 812 -/* ========== Resource / Article Pages ========== */ 813 - 814 -.resource-page { 815 - padding-top: 0; 747 +.process-list { 748 + counter-reset: process; 749 + margin: 0; 750 + padding: 0; 751 + list-style: none; 816 816 } 817 817 818 -.resource-layout { 819 - display: grid; 820 - grid-template-columns: minmax(0, 760px) 280px; 821 - gap: 42px; 822 - max-width: 1080px; 823 - margin: 0 auto; 824 - align-items: start; 825 -} 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; 826 826 827 -.resource-content { 828 - color: @text; 829 - font-size: 16px; 830 - line-height: 1.68; 831 - 832 - h2 { 833 - text-align: left; 834 - margin: 34px 0 12px; 835 - 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; 836 836 } 837 837 838 - h3 { 839 - margin: 24px 0 8px; 840 - line-height: 1.3; 841 - } 842 - 843 - p { 844 - margin: 0 0 16px; 845 - } 846 - 847 - ul, 848 - ol { 849 - margin: 0 0 18px; 850 - padding-left: 22px; 851 - } 852 - 853 - li { 854 - margin: 6px 0; 855 - } 856 - 857 857 strong { 783 + display: block; 858 858 color: @text; 785 + margin-bottom: 3px; 859 859 } 860 860 } 861 861 862 -.resource-note { 863 - border-left: 4px solid @brand; 864 - background: @brand-bg; 865 - padding: 16px 18px; 866 - margin: 22px 0; 867 - border-radius: 0 @radius @radius 0; 868 868 869 - p:last-child { 870 - margin-bottom: 0; 871 - } 872 -} 790 +/* ========================================================================== 791 + 11. Products overview page 792 + ========================================================================== */ 873 873 874 -.resource-checklist { 875 - margin: 18px 0 24px; 876 - padding: 0; 877 - list-style: none; 794 +.agnease-product-page { 795 + color: @text; 878 878 879 - li { 880 - position: relative; 881 - 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%); 882 882 border-bottom: 1px solid @line; 804 + } 883 883 884 - &:before { 885 - content: "\f00c"; 886 - font-family: FontAwesome; 887 - position: absolute; 888 - left: 0; 889 - top: 11px; 890 - color: @brand; 891 - } 806 + .product-page-kicker { 807 + margin-bottom: 16px; 892 892 } 893 -} 894 894 895 -.resource-sidebar { 896 - position: sticky; 897 - top: 96px; 898 - border: 1px solid @line; 899 - border-radius: @radius; 900 - padding: 18px; 901 - background: #fff; 902 - box-shadow: @shadow-sm; 903 - 904 - h4 { 905 - 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; 906 906 } 907 907 908 - ul {909 - ma rgin: 0;910 - padding-left: 18px;819 + .page-lead { 820 + max-width: 760px; 821 + margin: 14px auto 0; 911 911 color: @muted; 823 + font-size: 18px; 824 + line-height: 1.55; 912 912 } 913 913 914 - li { 915 - margin: 8px 0; 916 - } 827 + .product-index-section { 828 + padding: 52px 0 56px; 917 917 918 - a { 919 - color: @brand; 920 - 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 + } 921 921 } 922 -} 923 923 924 -.resource-cta { 925 - margin-top: 36px; 926 - padding: 22px; 927 - border: 1px solid fade(@brand, 20%); 928 - border-radius: @radius; 929 - background: @brand-bg; 930 - 931 - h3 { 932 - margin-top: 0; 933 - } 934 - 935 - p { 936 - color: @muted; 937 - } 938 -} 939 - 940 -@media (max-width: 900px) { 941 - .resource-layout { 840 + .product-card-grid { 841 + max-width: 840px; 842 + margin: 0 auto; 843 + display: grid; 942 942 grid-template-columns: 1fr; 845 + grid-gap: 18px; 943 943 } 944 944 945 - .resource-sidebar { 946 - 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; 947 947 } 948 -} 949 949 950 -/* ========== Products / Extensions Pages ========== */ 951 - 952 -.product-index-section { 953 - padding: @section-padding; 954 - 955 - h2 { 956 - margin-bottom: 10px; 957 - } 958 -} 959 - 960 -.product-card-grid { 961 - max-width: 840px; 962 - margin: 22px auto 0; 963 - display: grid; 964 - grid-template-columns: 1fr; 965 - grid-gap: 18px; 966 -} 967 - 968 -.product-card { 969 - background: #fff; 970 - border: 1px solid @line; 971 - border-radius: @radius; 972 - box-shadow: @shadow-sm; 973 - padding: 28px; 974 - display: grid; 975 - grid-template-columns: 68px 1fr; 976 - grid-gap: 22px; 977 - align-items: start; 978 - 979 979 .product-card-icon { 980 980 width: 58px; 981 981 height: 58px; ... ... @@ -987,58 +987,80 @@ 987 987 align-items: center; 988 988 justify-content: center; 989 989 font-size: 22px; 990 - flex-shrink: 0; 991 991 } 992 992 993 - h3 { 873 + .product-card-kicker { 874 + margin-bottom: 10px; 875 + padding: 6px 11px; 876 + font-size: 12px; 877 + } 878 + 879 + .product-card h3 { 994 994 margin: 0 0 10px; 995 995 color: @text; 996 996 font-size: 23px; 997 997 line-height: 1.25; 998 - font-weight: 800;884 + font-weight: 600; 999 999 } 1000 1000 1001 - p { 887 + .product-card p { 1002 1002 color: @muted; 1003 1003 line-height: 1.6; 1004 1004 } 1005 1005 1006 - .card-link { 1007 - margin: 0; 892 + .product-highlights { 893 + margin: 14px 0 20px; 894 + padding-left: 18px; 895 + color: @muted; 1008 1008 1009 - a { 1010 - font-weight: 700; 897 + li { 898 + margin: 6px 0; 899 + line-height: 1.45; 1011 1011 } 1012 1012 } 1013 -} 1014 1014 1015 -.product-card-kicker { 1016 - margin-bottom: 10px; 1017 - padding: 5px 10px; 1018 - font-size: 12px; 1019 - text-transform: uppercase; 1020 - letter-spacing: .04em; 1021 -} 903 + .product-cta-section { 904 + padding: 0 0 56px; 905 + } 1022 1022 1023 -.product-highlights { 1024 - margin: 14px 0 20px; 1025 - padding-left: 18px; 1026 - 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; 1027 1027 1028 - li { 1029 - margin: 6px 0; 1030 - 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 + } 1031 1031 } 1032 1032 } 1033 1033 1034 -/* ========== Individual Product Pages ========== */ 1035 1035 935 +/* ========================================================================== 936 + 12. Individual product pages 937 + ========================================================================== */ 938 + 1036 1036 .product-layout { 1037 - display: grid; 1038 - grid-template-columns: 1.1fr .9fr; 1039 - grid-gap: 36px; 1040 1040 max-width: 1040px; 1041 1041 margin: 0 auto; 942 + display: grid; 943 + grid-template-columns: 1.1fr .9fr; 944 + grid-gap: 28px; 1042 1042 align-items: start; 1043 1043 } 1044 1044 ... ... @@ -1052,7 +1052,7 @@ 1052 1052 } 1053 1053 1054 1054 .product-summary-card { 1055 - padding: 2 6px;958 + padding: 24px; 1056 1056 1057 1057 h2 { 1058 1058 text-align: left; ... ... @@ -1063,18 +1063,13 @@ 1063 1063 color: @muted; 1064 1064 line-height: 1.6; 1065 1065 } 1066 - 1067 - p:last-child { 1068 - margin-bottom: 0; 1069 - } 1070 1070 } 1071 1071 1072 1072 .product-info-card { 1073 - padding: 2 2px;972 + padding: 20px; 1074 1074 1075 1075 h3 { 1076 1076 margin-top: 0; 1077 - margin-bottom: 12px; 1078 1078 } 1079 1079 1080 1080 ul { ... ... @@ -1090,11 +1090,11 @@ 1090 1090 } 1091 1091 1092 1092 .product-feature-grid { 1093 - display: grid; 1094 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1095 - grid-gap: 18px; 1096 1096 max-width: 1040px; 1097 1097 margin: 22px auto 0; 993 + display: grid; 994 + grid-template-columns: repeat(3, minmax(0, 1fr)); 995 + grid-gap: 16px; 1098 1098 } 1099 1099 1100 1100 .product-feature { ... ... @@ -1102,11 +1102,11 @@ 1102 1102 border: 1px solid @line; 1103 1103 border-radius: @radius; 1104 1104 box-shadow: @shadow-sm; 1105 - padding: 22px;1003 + padding: 18px; 1106 1106 1107 1107 .feature-icon { 1108 - width: 4 6px;1109 - height: 4 6px;1006 + width: 42px; 1007 + height: 42px; 1110 1110 border-radius: 50%; 1111 1111 background: fade(@brand, 10%); 1112 1112 color: @brand; ... ... @@ -1113,8 +1113,8 @@ 1113 1113 display: flex; 1114 1114 align-items: center; 1115 1115 justify-content: center; 1116 - margin-bottom: 1 4px;1117 - font-size: 1 8px;1014 + margin-bottom: 12px; 1015 + font-size: 17px; 1118 1118 } 1119 1119 1120 1120 h3 { ... ... @@ -1121,7 +1121,6 @@ 1121 1121 margin: 0 0 8px; 1122 1122 color: @text; 1123 1123 font-size: 18px; 1124 - line-height: 1.25; 1125 1125 } 1126 1126 1127 1127 p { ... ... @@ -1134,7 +1134,7 @@ 1134 1134 .product-gallery-panel { 1135 1135 max-width: 1040px; 1136 1136 margin: 20px auto 0; 1137 - padding: 2 6px;1034 + padding: 22px; 1138 1138 1139 1139 h2 { 1140 1140 margin-top: 0; ... ... @@ -1151,82 +1151,69 @@ 1151 1151 } 1152 1152 1153 1153 .product-gallery-placeholder { 1154 - min-height: 260px; 1155 - padding: 28px; 1156 1156 border: 1px dashed fade(@brand, 40%); 1157 - border-radius: @radius; 1158 1158 background: fade(@brand, 5%); 1159 - color: @muted; 1053 + border-radius: @radius; 1054 + min-height: 260px; 1055 + padding: 28px; 1160 1160 text-align: center; 1057 + color: @muted; 1161 1161 display: flex; 1162 1162 align-items: center; 1163 1163 justify-content: center; 1164 1164 } 1165 1165 1166 -.product-section-muted { 1167 - background: 1168 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1169 -} 1170 1170 1171 -@media (max-width: 980px) { 1172 - .product-layout, 1173 - .product-feature-grid { 1174 - grid-template-columns: 1fr; 1175 - } 1064 +/* ========================================================================== 1065 + 13. CTA panels 1066 + ========================================================================== */ 1176 1176 1177 - .product-summary-card h2 { 1178 - text-align: center; 1179 - } 1068 +.cta-section { 1069 + padding: 56px 0; 1180 1180 } 1181 1181 1182 -@media (max-width: 640px) { 1183 - .product-card { 1184 - grid-template-columns: 1fr; 1185 - padding: 22px; 1186 - text-align: left; 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%); 1078 + background: 1079 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 1080 + box-shadow: @shadow-sm; 1081 + text-align: center; 1187 1187 1188 - .product-card-icon { 1189 - margin-bottom: 2px; 1190 - } 1083 + h2 { 1084 + margin: 0 0 12px; 1191 1191 } 1192 1192 1193 - .product-summary-card,1194 - .product-info-card,1195 - .product-feature,1196 - .product-gallery-panel{1197 - padding:20px;1087 + p { 1088 + max-width: 680px; 1089 + margin: 0 auto 18px; 1090 + color: @muted; 1091 + line-height: 1.55; 1198 1198 } 1199 1199 } 1200 1200 1201 -/* ========== Resources Index ========== */ 1202 1202 1203 - .resources-index-page{1204 - padding:@section-padding;1205 - background:@brand-bg;1096 +/* ========================================================================== 1097 + 14. Contact page 1098 + ========================================================================== */ 1206 1206 1207 - .resources-intro { 1208 - max-width: 820px; 1209 - margin: 0 auto 32px; 1210 - text-align: center; 1100 +.contact-page { 1101 + color: @text; 1211 1211 1212 - p { 1213 - color: @muted; 1214 - font-size: 17px; 1215 - line-height: 1.7; 1216 - margin: 0; 1217 - } 1218 - } 1219 - 1220 - .resources-grid { 1103 + .contact-layout { 1104 + max-width: 1040px; 1105 + margin: 0 auto; 1221 1221 display: grid; 1222 - grid-template-columns: r epeat(2,minmax(0, 1fr));1223 - gap: 24px;1224 - margin-bottom:36px;1107 + grid-template-columns: 1.1fr .9fr; 1108 + grid-gap: 36px; 1109 + align-items: start; 1225 1225 } 1226 1226 1227 - .resource-card { 1228 - display: flex; 1229 - gap: 18px; 1112 + .contact-form-panel, 1113 + .contact-side-panel { 1230 1230 background: #fff; 1231 1231 border: 1px solid @line; 1232 1232 border-radius: @radius; ... ... @@ -1234,105 +1234,208 @@ 1234 1234 padding: 24px; 1235 1235 } 1236 1236 1237 - .resource-card-icon { 1238 - flex: 0 0 46px; 1239 - width: 46px; 1240 - height: 46px; 1241 - border-radius: 14px; 1242 - background: @brand-soft; 1243 - color: @brand-strong; 1244 - display: flex; 1245 - align-items: center; 1246 - justify-content: center; 1247 - font-size: 20px; 1121 + label { 1122 + color: @text; 1123 + font-weight: 700; 1248 1248 } 1249 1249 1250 - .resource-card-label { 1251 - color: @brand-strong; 1252 - font-size: 13px; 1253 - font-weight: 700; 1254 - text-transform: uppercase; 1255 - letter-spacing: .04em; 1256 - margin-bottom: 8px; 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 + } 1257 1257 } 1258 1258 1259 - .resource-card h2 { 1260 - font-size: 22px; 1261 - line-height: 1.25; 1262 - margin: 0 0 12px; 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 + } 1263 1263 } 1264 1264 1265 - .resource-card h2 a { 1266 - color: @text; 1267 - text-decoration: none; 1151 + .next-steps { 1152 + counter-reset: contactsteps; 1153 + margin: 14px 0 0; 1154 + padding: 0; 1155 + list-style: none; 1268 1268 1269 - &:hover { 1270 - color: @brand-strong; 1271 - text-decoration: none; 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 + } 1272 1272 } 1273 1273 } 1183 +} 1274 1274 1275 - .resource-card p { 1276 - color: @muted; 1277 - font-size: 15px; 1278 - line-height: 1.65; 1279 - margin: 0 0 16px; 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; 1280 1280 } 1200 +} 1281 1281 1282 - .resource-card-link { 1283 - color: @brand-strong; 1284 - font-weight: 700; 1285 - text-decoration: none; 1286 1286 1287 - &:hover { 1288 - color: @brand; 1289 - text-decoration: none; 1290 - } 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, 1213 + .product-layout, 1214 + .product-feature-grid, 1215 + .service-feature-grid, 1216 + .contact-page .contact-layout { 1217 + grid-template-columns: 1fr; 1291 1291 } 1292 1292 1293 - . resources-next{1294 - max-width:820px;1295 - margin: 0auto32px;1220 + .split-section .split-copy h2, 1221 + .service-summary-card h2, 1222 + .product-summary-card h2 { 1296 1296 text-align: center; 1224 + } 1225 +} 1297 1297 1298 - h2{1299 - font-size:26px;1300 - margin: 00 10px;1301 - }1227 +@media (max-width: 767px) { 1228 + section { 1229 + padding: 40px 0; 1230 + } 1302 1302 1303 - p { 1304 - color: @muted; 1305 - font-size: 16px; 1306 - line-height: 1.7; 1307 - margin: 0; 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; 1308 1308 } 1309 1309 } 1310 -} 1311 1311 1312 -@media (max-width: 767px) { 1313 - .resources-index-page { 1314 - padding: @section-padding-mobile; 1264 + .navbar-brand, 1265 + .agnease-logo-link { 1266 + min-height: 52px; 1267 + } 1315 1315 1316 - .resources-intro { 1317 - text-align: left; 1318 - margin-bottom: 24px; 1269 + .navbar-brand img, 1270 + .agnease-logo, 1271 + img.agnease-logo { 1272 + height: 42px; 1273 + max-height: 42px; 1274 + } 1275 + 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; 1285 + 1286 + > li > a { 1287 + padding: 10px; 1319 1319 } 1289 + } 1320 1320 1321 - .resources-grid { 1322 - grid-template-columns: 1fr; 1323 - gap: 18px; 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; 1324 1324 } 1325 1325 1326 - .resource-card{1327 - padding:20px;1308 + h1 { 1309 + font-size: 30px; 1328 1328 } 1329 1329 1330 - . resource-cardh2{1331 - font-size: 20px;1312 + .page-lead { 1313 + font-size: 16px; 1332 1332 } 1333 1333 1334 - .r esources-next{1335 - text-align:left;1316 + .product-cta-panel { 1317 + padding: 24px; 1336 1336 } 1337 1337 } 1320 + 1321 + .cta-panel, 1322 + .product-cta-panel { 1323 + padding: 24px; 1324 + } 1338 1338 }
- XWiki.StyleSheetExtension[1]
-
- code
-
... ... @@ -1,148 +1,156 @@ 1 1 /* ========== Agnease Public Top Menu ========== */ 2 2 3 -/* Desktop alignment */ 4 -#menuview .navbar-nav { 5 - float: right !important; 6 -} 3 +@brand: #00937D; 4 +@brand-strong: #007B6A; 5 +@text: #2D3A34; 6 +@muted: #5B6B64; 7 +@line: #E4ECE9; 8 +@brand-bg: #F4FCFA; 7 7 8 8 /* Top-level menu items */ 9 9 10 -.agnease-menu-item, 11 -.agnease-menu-link { 12 - > a, 13 - > .dropdown-toggle { 14 - color: @brand; 15 - font-size: 17px; 16 - font-weight: 600; 17 - padding-left: 16px; 18 - padding-right: 16px; 19 - text-decoration: none; 12 +.agnease-services-menu, 13 +.agnease-products-menu { 14 + .dropdown-toggle { 15 + font-weight: inherit; 16 + font-size: inherit; 20 20 } 21 21 22 - > a:hover, 23 - > a:focus, 24 - > a:active, 25 - &.open > a, 26 - &.active > a { 27 - color: @brand-strong; 28 - text-decoration: none; 29 - outline: none; 30 - } 31 - 32 32 .caret { 33 - margin-left: 5px; 34 - border-top-color: @brand; 35 - border-bottom-color: @brand; 20 + margin-left: 4px; 36 36 } 37 37 38 - > a:hover.caret,39 - > a:focus.caret,40 - > a:active.caret,41 - &.open>a .caret,42 - &.active>a.caret{43 - b order-top-color:@brand-strong;44 - bo rder-bottom-color:@brand-strong;23 + &.open > .dropdown-toggle, 24 + .dropdown-toggle:hover, 25 + .dropdown-toggle:focus { 26 + color: @brand-strong; 27 + background: transparent; 28 + background-color: transparent; 29 + box-shadow: none; 45 45 } 46 46 } 47 47 48 -/* Dropdown panel*/33 +/* Keep Agnease public top-level menu visually clean when hovered/open/focused */ 49 49 50 -.agnease-dropdown { 51 - min-width: 310px; 52 - padding: 10px 8px; 53 - border: 1px solid fade(@brand, 18%); 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; 51 +} 52 + 53 +/* Dropdown panels */ 54 + 55 +.agnease-services-dropdown, 56 +.agnease-products-dropdown { 57 + min-width: 360px; 58 + padding: 10px; 59 + border: 1px solid @line; 54 54 border-radius: 12px; 55 - background: #fff; 56 - box-shadow: 0 12px 32px fade(@brand-strong, 12%); 61 + box-shadow: 0 12px 36px rgba(0, 0, 0, .10); 57 57 58 58 > li > a { 59 59 display: flex; 60 - align-items: center;65 + align-items: flex-start; 61 61 gap: 12px; 62 - padding: 11px 14px; 63 - color: @brand; 64 - white-space: nowrap; 65 - font-size: 16px; 66 - font-weight: 600; 67 - line-height: 1.3; 68 - text-decoration: none; 67 + padding: 10px 12px; 68 + border-radius: 10px; 69 + color: @text; 70 + white-space: normal; 69 69 70 - i { 71 - width: 20px; 72 - flex: 0 0 20px; 73 - color: @brand; 74 - text-align: center; 75 - font-size: 15px; 76 - } 77 - 78 78 &:hover, 79 - &:focus, 80 - &:active { 73 + &:focus { 81 81 color: @brand-strong; 75 + background: @brand-bg; 82 82 text-decoration: none; 83 - outline: none; 84 84 85 - i { 78 + .menu-icon { 86 86 color: @brand-strong; 80 + background: fade(@brand, 14%); 81 + border-color: fade(@brand, 28%); 87 87 } 88 - } 89 - } 90 90 91 - > .active > a { 92 - color: @brand-strong; 84 + strong { 85 + color: @brand-strong; 86 + } 93 93 94 - i { 95 - color: @brand-strong; 88 + small { 89 + color: @muted; 90 + } 96 96 } 97 97 } 98 98 99 99 .divider { 100 100 margin: 8px 0; 101 - background-color: fade(@brand, 16%);96 + background-color: @line; 102 102 } 103 -} 104 104 105 -/* Mobile */ 106 - 107 -@media (max-width: 767px) { 108 - .site-nav { 109 - margin-left: 0; 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; 110 110 justify-content: center; 111 - flex-wrap: wrap; 109 + flex-shrink: 0; 110 + transition: color .15s ease, background .15s ease, border-color .15s ease; 112 112 } 113 113 114 - .agnease-menu-item, 115 - .agnease-menu-link { 116 - > a, 117 - > .dropdown-toggle { 118 - font-size: 16px; 119 - padding-top: 9px; 120 - padding-bottom: 9px; 113 + .menu-text { 114 + display: flex; 115 + flex-direction: column; 116 + line-height: 1.25; 117 + 118 + strong { 119 + color: @brand; 120 + font-size: 14px; 121 + font-weight: 600; 121 121 } 123 + 124 + small { 125 + color: @muted; 126 + font-size: 12px; 127 + margin-top: 2px; 128 + font-weight: 400; 129 + } 122 122 } 131 +} 123 123 124 - .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 { 125 125 min-width: 0; 126 126 width: 100%; 127 - padding: 4px 8px 8px 18px; 128 - border: 0; 146 + padding: 6px; 129 129 border-radius: 0; 148 + border-left: 0; 149 + border-right: 0; 130 130 box-shadow: none; 131 - background: transparent; 132 132 133 133 > li > a { 134 - padding: 8px 10px; 135 - white-space: normal; 136 - font-size: 15px; 137 - 138 - i { 139 - width: 18px; 140 - flex-basis: 18px; 141 - } 153 + padding: 10px; 142 142 } 143 - 144 - .divider { 145 - margin: 5px 0; 146 - } 147 147 } 148 148 }