:root { --brand-lime: #e2f460; --brand-olive: #2f3503; }
body { margin: 0; background: #fff; color: var(--brand-olive); font-family: 'Roboto', sans-serif; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--brand-olive); outline-offset: 4px; }
.site-header { border-top: 4px solid var(--brand-olive); border-bottom: 2px solid var(--brand-lime); }
.header-container { width: 100%; max-width: 1280px; margin: 0 auto; padding-right: 32px; padding-left: 32px; }
.contact-bar { overflow: hidden; background: var(--brand-lime); }
.contact-bar-inner { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 40px; font-size: 16px; letter-spacing: .1px; }
.availability { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.availability .bi { font-size: 13px; }
.contact-details { display: flex; align-items: center; gap: 28px; }
.contact-details a:hover { text-decoration: underline; text-underline-offset: 4px; }
.social-strip { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 20px; justify-self: end; width: 230px; padding: 0 28px 0 30px; background: var(--brand-olive); color: #fff; --social-cut: 16px; }
.social-strip::before { position: absolute; inset: 0 auto 0 0; width: var(--social-cut); background: var(--brand-lime); clip-path: polygon(0 0, 100% 0, 0 100%); content: ''; }
.social-strip::after { position: absolute; top: 0; bottom: 0; left: calc(100% - 1px); width: 100vw; background: var(--brand-olive); content: ''; }
.social-strip .bi { font-size: 12px; }
.site-nav { min-height: 76px; padding: 0; --bs-navbar-color: var(--brand-olive); --bs-navbar-hover-color: var(--brand-olive); }
.site-nav .container-fluid { padding-right: 32px; padding-left: 32px; }
.navbar-brand { margin: 0; padding: 0; }
.navbar-brand img, .dotbuffer-logo { display: block; width: 176px; height: auto; }
.navbar-nav { gap: 24px; margin: 0 auto; }
.site-nav .nav-link { position: relative; padding: 26px 8px; color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 500; white-space: nowrap; }
.site-nav .nav-link::after { position: absolute; right: 8px; bottom: 18px; left: 8px; height: 2px; background: var(--brand-lime); content: ''; transform: scaleX(0); transition: transform .18s ease; }
.site-nav .nav-link:hover::after, .site-nav .nav-link:focus-visible::after { transform: scaleX(1); }
.site-nav .nav-link[aria-current='page']::after { transform: scaleX(1); }
.get-started { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 145px; min-height: 40px; padding: 10px 20px; border: 1px solid var(--brand-olive); border-radius: 50px; background: var(--brand-olive); color: #fff; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; white-space: nowrap; transition: background .18s ease, color .18s ease; }
.get-started:hover { background: var(--brand-lime); color: var(--brand-olive); }
.get-started .bi { font-size: 16px; font-weight: 400; }
.navbar-toggler { min-width: 44px; min-height: 44px; padding: 6px; border-color: var(--brand-olive); }
.navbar-toggler:focus { box-shadow: 0 0 0 3px var(--brand-lime); }
.site-nav .get-started { order: 2; }
.site-nav .navbar-toggler { order: 3; }
.mobile-menu {
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-bg: var(--brand-olive);
  --bs-offcanvas-color: #fff;
  --bs-offcanvas-border-width: 0;
  height: 100vh;
  height: 100dvh;
  padding: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(226, 244, 96, .15); }
.mobile-menu-header img { display: block; width: 108px; height: auto; }
.mobile-menu-close { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; border: 1px solid rgba(226, 244, 96, .18); border-radius: 50%; background: transparent; color: #fff; font-size: 16px; }
.mobile-menu-close:hover { background: rgba(226, 244, 96, .1); }
.mobile-menu-links { padding: 16px 0 20px; }
.mobile-menu-links ul { display: flex; flex-direction: column; gap: 0; margin: 0; padding: 0; list-style: none; text-align: center; }
.mobile-menu-links a { display: block; padding: 10px 0; color: #fff; font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 600; line-height: 40px; letter-spacing: -1px; }
.mobile-menu-links a[href]:hover { color: var(--brand-lime); }
.mobile-menu-footer { flex-shrink: 0; margin-top: auto; padding-top: 20px; padding-bottom: env(safe-area-inset-bottom, 0px); border-top: 1px solid rgba(226, 244, 96, .15); }
.mobile-menu-footer .get-started { width: 100%; min-height: 52px; border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); font-size: 14px; font-weight: 600; }
.mobile-menu-footer .get-started:hover { background: #fff; border-color: #fff; }
.mobile-menu a:focus-visible, .mobile-menu button:focus-visible { outline-color: var(--brand-lime); }
@media (min-width: 992px) {
  .navbar-collapse { order: 1; margin-left: 28px; }
}
@media (max-width: 1199.98px) {
  .navbar-nav { gap: 8px; }
  .site-nav .nav-link { padding-right: 4px; padding-left: 4px; font-size: 13px; }
  .site-nav .nav-link::after { right: 4px; left: 4px; }
  .social-strip { width: 150px; }
  .contact-details { gap: 20px; }
}
@media (max-width: 991.98px) {
  .header-container { max-width: 760px; padding-right: 28px; padding-left: 28px; }
  .contact-bar-inner { grid-template-columns: auto 1fr auto; font-size: 13px; }
  .contact-details { justify-content: center; gap: 16px; }
  .social-strip { width: 112px; gap: 16px; padding-right: 20px; }
  .site-nav { padding: 16px 0; }
  .site-nav .container-fluid { padding-right: 28px; padding-left: 28px; column-gap: 12px; }
  .navbar-collapse { order: 4; flex-basis: 100%; }
  .navbar-nav { gap: 0; padding: 16px 0 8px; }
  .site-nav .nav-link { padding: 12px 0; }
  .site-nav .nav-link::after { right: auto; bottom: 6px; left: 0; width: 32px; }
  .site-nav .get-started { margin: 0 0 0 auto; }
  .navbar-toggler { width: 44px; height: 44px; flex-shrink: 0; border: 1px solid #dedfd6; border-radius: 50%; }
  .navbar-toggler-icon { width: 18px; height: 18px; }
}
@media (max-width: 639.98px) {
  .site-header { border-top: 0; }
  .contact-bar-inner { grid-template-columns: minmax(0, 1fr) 40.5%; min-height: 63px; font-size: 13px; }
  .availability { display: none; }
  .social-strip { grid-column: 2; grid-row: 1; align-self: stretch; width: 100%; gap: 20px; padding: 0 22px 0 28px; --social-cut: 23px; }
  .contact-details { grid-column: 1; grid-row: 1; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 8px 0; line-height: 19px; white-space: nowrap; }
  .contact-details a { padding: 0; }
  .site-nav { min-height: 69px; padding: 12px 0; }
  .navbar-brand img, .dotbuffer-logo { width: 108px; }
  .site-nav .get-started { min-width: 137px; height: 40px; padding: 8px 15px; gap: 10px; }
}
@media (max-width: 599.98px) {
  .header-container, .site-nav .container-fluid { padding-right: 20px; padding-left: 20px; }
}
@media (max-width: 359.98px) {
  .header-container, .site-nav .container-fluid { padding-right: 16px; padding-left: 16px; }
  .site-nav .container-fluid { column-gap: 8px; }
  .navbar-brand img, .dotbuffer-logo { width: 96px; }
  .site-nav .get-started { min-width: 120px; padding: 8px 10px; gap: 8px; font-size: 12px; }
  .social-strip { gap: 14px; padding-right: 16px; }
}
/* Homepage hero */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--brand-olive);
  color: #fff;
  isolation: isolate;
}
.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(18, 23, 7, .88) 0%, rgba(22, 27, 9, .7) 42%, rgba(22, 27, 9, .18) 100%), var(--hero-background-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 76px 32px 0; }
.hero-row { --bs-gutter-x: 60px; --bs-gutter-y: 48px; padding-bottom: 64px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--brand-lime); font-size: 11px; font-weight: 500; line-height: 1.6; letter-spacing: 1.2px; text-transform: uppercase; }
.hero-eyebrow > span { width: 22px; height: 2px; flex-shrink: 0; background: var(--brand-lime); }
.hero h1 { margin: 0 0 22px; color: #fff; font-family: 'Poppins', sans-serif; font-size: clamp(40px, 4.4vw, 58px); font-weight: 700; line-height: 1.13; letter-spacing: -2px; }
.hero h1 > span { color: var(--brand-lime); }
.hero-description { max-width: 520px; margin: 0 0 28px; color: rgba(255, 255, 255, .77); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: 12px; }
.hero-primary, .hero-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 20px; border: 1px solid transparent; border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.hero-primary { background: var(--brand-lime); color: var(--brand-olive); }
.hero-primary:hover { transform: translateY(-2px); background: #fff; color: var(--brand-olive); }
.hero-secondary { border-color: rgba(255, 255, 255, .3); background: transparent; color: #fff; }
.hero-secondary:hover { border-color: var(--brand-lime); background: rgba(226, 244, 96, .08); }
.hero-primary .bi, .hero-secondary .bi { font-size: 16px; }
.hero a:focus-visible, .hero button:focus-visible { outline-color: var(--brand-lime); }
.hero-reassurance { display: flex; align-items: flex-start; gap: 8px; margin: 16px 0 26px; color: rgba(255, 255, 255, .7); font-size: 12px; line-height: 1.6; }
.hero-reassurance .bi { color: var(--brand-lime); }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, .86); font-size: 12px; }
.hero-benefits .bi { color: var(--brand-lime); font-size: 16px; }
.hero-visual { min-width: 0; }
.workflow-board { padding: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .6); border-radius: 20px; background: #fff; color: var(--brand-olive); box-shadow: 0 30px 80px rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .06); }
.workflow-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 24px; border-bottom: 1px solid #e9ebe3; background: #fafbf7; }
.workflow-toolbar-brand { display: flex; align-items: center; gap: 9px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; }
.workflow-toolbar-brand > .bi { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 7px; background: var(--brand-olive); color: var(--brand-lime); font-size: 14px; }
.workflow-demo-badge { padding: 5px 9px; border: 1px solid #dde3c8; border-radius: 50px; background: #f1f5e7; color: #576332; font-size: 9px; font-weight: 500; white-space: nowrap; }
.workflow-body { padding: 24px; }
.workflow-heading { margin-bottom: 16px; }
.workflow-eyebrow { margin: 0 0 7px; color: #737960; font-size: 9px; font-weight: 500; letter-spacing: 1.4px; }
.workflow-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(20px, 1.75vw, 24px); font-weight: 600; line-height: 1.4; letter-spacing: -.7px; }
.workflow-subtitle { margin: 7px 0 0; color: #777d6c; font-size: 12px; line-height: 1.6; }
.workflow-switcher { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; border-bottom: 1px solid #e4e8da; }
.workflow-switcher button { min-height: 44px; padding: 8px 2px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #707663; font-size: 11px; font-weight: 500; line-height: 1.4; transition: background .2s ease, color .2s ease; }
.workflow-switcher button:hover { background: #f7f9f1; color: var(--brand-olive); }
.workflow-switcher button[aria-pressed='true'] { border-bottom-color: var(--brand-olive); background: transparent; color: var(--brand-olive); font-weight: 600; }
.workflow-board button:focus-visible { outline-color: var(--brand-olive); outline-offset: 2px; }
.workflow-example { margin-top: 18px; padding: 16px; border: 1px solid #e9ece1; border-radius: 12px; background-color: #f7f9f3; background-image: radial-gradient(#dce1d1 .75px, transparent .75px); background-size: 12px 12px; }
.workflow-caption { display: flex; justify-content: space-between; gap: 10px; margin: 0 0 14px; color: #767d68; font-size: 8px; font-weight: 500; letter-spacing: 1.2px; }
.workflow-steps { display: flex; flex-direction: column; gap: 22px; margin: 0; padding: 0; list-style: none; }
.workflow-steps li { position: relative; display: flex; align-items: center; gap: 12px; min-height: 88px; padding: 14px; border: 1px solid #e0e5d7; border-radius: 10px; background: #fff; box-shadow: 0 3px 7px rgba(47, 53, 3, .035); }
.workflow-steps li:not(:last-child)::after { position: absolute; top: calc(100% + 1px); left: 33px; width: 1px; height: 22px; background: #a7b67b; content: ''; }
.workflow-steps li:not(:first-child)::before { position: absolute; top: -5px; left: 30px; width: 7px; height: 7px; border-right: 1px solid #a7b67b; border-bottom: 1px solid #a7b67b; transform: rotate(45deg); content: ''; }
.workflow-steps .workflow-step-ai { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; box-shadow: 0 6px 14px rgba(47, 53, 3, .12); }
.workflow-icon { display: grid; width: 38px; height: 38px; flex-shrink: 0; place-items: center; border: 1px solid #e6eadd; border-radius: 9px; background: #f6f8f0; font-size: 17px; }
.workflow-step-ai .workflow-icon { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); }
.workflow-step-label { display: block; margin-bottom: 4px; color: #717862; font-size: 8px; font-weight: 500; letter-spacing: 1.1px; }
.workflow-steps h3 { margin: 0 0 4px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; line-height: 1.5; }
.workflow-steps p { margin: 0; color: #717765; font-size: 11px; line-height: 1.6; }
.workflow-step-number { align-self: flex-start; margin-left: auto; color: #858e77; font-size: 9px; }
.workflow-step-ai .workflow-step-label, .workflow-step-ai .workflow-step-number { color: var(--brand-lime); }
.workflow-step-ai p { color: rgba(255, 255, 255, .74); }
.workflow-outcome { display: flex; align-items: center; gap: 9px; min-height: 44px; margin-top: 18px; padding: 10px 12px; border: 1px solid #e0e7bf; border-radius: 8px; background: #edf4d5; color: var(--brand-olive); font-size: 11px; font-weight: 500; line-height: 1.6; }
.workflow-outcome .bi { color: #61752c; font-size: 15px; }
.workflow-footer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 14px 20px; border-top: 1px solid #e9ebe3; background: #fafbf7; color: #737b62; font-size: 10px; }
.workflow-footer > span { display: inline-flex; align-items: center; gap: 6px; }
.workflow-footer > span .bi { color: #596638; font-size: 14px; }
.hero-capabilities { display: grid; grid-template-columns: 1.05fr 1fr 1.12fr 1fr; align-items: center; gap: 24px; padding: 26px 0; border-top: 1px solid rgba(226, 244, 96, .17); }
.hero-capabilities > p { margin: 0; color: rgba(255, 255, 255, .84); font-size: 10px; font-weight: 500; line-height: 1.8; letter-spacing: 1.5px; }
.hero-capabilities > p span { color: rgba(255, 255, 255, .55); }
.hero-capabilities > div { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .85); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500; }
.hero-capabilities .bi { color: var(--brand-lime); font-size: 20px; }
.solutions-modal .modal-content { border: 0; border-radius: 18px; color: var(--brand-olive); }
.solutions-modal .modal-header { padding: 24px; border-color: #e4e7d8; }
.solutions-modal .modal-title { font-family: 'Poppins', sans-serif; font-size: 21px; font-weight: 600; }
.solutions-modal .modal-body { padding: 24px; }
.solutions-modal .modal-body > p { color: #64694e; font-size: 15px; line-height: 1.6; }
.solution-option { display: flex; align-items: center; gap: 16px; margin-top: 12px; padding: 20px; border: 1px solid #e0e3d2; border-radius: 12px; background: #f7f8ef; }
.solution-option:hover { border-color: #a4b537; background: #f1f6d7; }
.solution-option > .bi:first-child { font-size: 24px; }
.solution-option > .bi:last-child { margin-left: auto; }
.solution-option strong { display: block; margin-bottom: 5px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.solution-option span span { display: block; color: #64694e; font-size: 13px; line-height: 1.6; }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-row { --bs-gutter-x: 32px; }
  .hero-inner { padding-top: 60px; }
  .hero h1 { font-size: 46px; }
  .hero-primary, .hero-secondary { padding: 13px 14px; font-size: 12px; gap: 8px; }
  .workflow-body { padding: 20px; }
  .workflow-example { padding: 12px; }
}
@media (max-width: 991.98px) {
  .hero-inner { max-width: 760px; padding: 56px 28px 0; }
  .hero-row { --bs-gutter-x: 0; padding-bottom: 40px; }
  .hero h1 { font-size: 54px; }
  .hero-description { max-width: 600px; }
  .workflow-board { max-width: 580px; margin: 0 auto; }
  .workflow-heading h2 { font-size: 22px; }
  .hero-capabilities { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 599.98px) {
  .hero-inner { padding: 36px 20px 0; }
  .hero-row { --bs-gutter-y: 32px; padding-bottom: 30px; }
  .hero-eyebrow { gap: 8px; margin-bottom: 18px; font-size: 9px; letter-spacing: .75px; }
  .hero-eyebrow > span { width: 16px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(32px, 8.8vw, 46px); line-height: 1.14; letter-spacing: -1.2px; }
  .hero-description { margin-bottom: 22px; font-size: 15px; line-height: 1.7; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-primary, .hero-secondary { width: 100%; min-height: 50px; font-size: 13px; }
  .hero-reassurance { margin: 13px 0 20px; font-size: 11px; }
  .hero-benefits { gap: 8px 14px; }
  .hero-benefits li { font-size: 11px; }
  .hero::before { background-image: linear-gradient(180deg, rgba(18, 23, 7, .78), rgba(18, 23, 7, .48)), var(--hero-background-image); background-position: 65% center; }
  .workflow-board { border-radius: 16px; }
  .workflow-toolbar { padding: 14px 16px; gap: 8px; }
  .workflow-toolbar-brand { gap: 7px; font-size: 11px; }
  .workflow-demo-badge { font-size: 8px; padding: 5px 7px; }
  .workflow-body { padding: 18px 16px; }
  .workflow-heading { margin-bottom: 14px; }
  .workflow-eyebrow { font-size: 8px; letter-spacing: .9px; }
  .workflow-heading h2 { font-size: 18px; }
  .workflow-subtitle { font-size: 11px; }
  .workflow-example { padding: 12px; }
  .workflow-switcher button { min-height: 44px; font-size: 10px; }
  .workflow-steps li { gap: 10px; min-height: 90px; padding: 12px 10px; }
  .workflow-steps li:not(:last-child)::after { left: 27px; }
  .workflow-steps li:not(:first-child)::before { left: 24px; }
  .workflow-icon { width: 32px; height: 32px; font-size: 15px; }
  .workflow-step-number { display: none; }
  .workflow-steps h3 { font-size: 11px; }
  .workflow-steps p { font-size: 11px; }
  .workflow-outcome { min-height: 36px; font-size: 11px; }
  .workflow-footer { gap: 8px; padding: 12px; font-size: 9px; }
  .hero-capabilities { gap: 20px 16px; padding: 24px 0; }
  .hero-capabilities > p { font-size: 8px; letter-spacing: 1px; }
  .hero-capabilities > div { gap: 8px; font-size: 10px; }
  .hero-capabilities .bi { font-size: 17px; }
  .solutions-modal .modal-header, .solutions-modal .modal-body { padding: 20px; }
  .solutions-modal .modal-title { font-size: 18px; }
  .solution-option { gap: 12px; padding: 16px 12px; }
  .solution-option strong { font-size: 13px; }
  .solution-option span span { font-size: 12px; }
}
@media (max-width: 359.98px) {
  .hero-inner { padding-right: 16px; padding-left: 16px; }
  .workflow-body { padding: 16px 12px; }
  .workflow-toolbar { padding: 12px; }
  .workflow-example { padding: 10px; }
  .workflow-heading h2 { font-size: 16px; }
}
/* About DotBuffer */
.about-section { padding: 96px 32px; background: #fff; color: var(--brand-olive); scroll-margin-top: 24px; }
.about-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 64px; max-width: 1216px; margin: 0 auto; }
.about-visual { position: relative; min-width: 0; padding-top: 18px; }
.about-visual::before { position: absolute; inset: 10% -24px -24px; z-index: 0; border-radius: 50%; background: radial-gradient(ellipse, rgba(176, 191, 99, .18), transparent 70%); content: ''; pointer-events: none; }
.about-system { position: relative; padding: 16px; border-radius: 24px; background: var(--brand-olive); box-shadow: 0 24px 56px rgba(47, 53, 3, .1); }
.about-system-badge { position: absolute; top: -18px; right: 20px; display: flex; align-items: center; gap: 9px; padding: 9px 15px 9px 9px; border: 1px solid rgba(226, 244, 96, .25); border-radius: 50px; background: var(--brand-olive); color: var(--brand-lime); }
.about-system-badge > .bi { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--brand-lime); color: var(--brand-olive); font-size: 15px; }
.about-system-badge > span { font-size: 8px; font-weight: 500; line-height: 1.5; letter-spacing: 1.4px; }
.about-system-badge strong { display: block; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 0; }
.about-system-surface { padding: 28px 22px 22px; border-radius: 16px; background: #fff; }
.about-small-label { margin: 0 0 10px; color: #78805f; font-size: 9px; font-weight: 500; letter-spacing: 2px; }
.about-system-surface > h3 { margin: 0 0 24px; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 600; line-height: 1.35; letter-spacing: -.6px; }
.about-system-map { padding: 20px 16px; border: 1px solid #e9eddf; border-radius: 14px; background-color: #f7f9f2; background-image: radial-gradient(#dce3cf .75px, transparent .75px); background-size: 12px 12px; }
.about-system-inputs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.about-system-inputs > span { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-height: 72px; padding: 10px 4px; border: 1px solid #e0e6d4; border-radius: 9px; background: #fff; font-size: 10px; font-weight: 500; }
.about-system-inputs .bi { color: #66793b; font-size: 20px; }
.about-system-connector { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); height: 30px; margin: 0 calc(16.666% - 3px); border-bottom: 1px solid #b5c58c; border-radius: 0 0 8px 8px; }
.about-system-connector > span { height: 29px; border-left: 1px solid #b5c58c; }
.about-system-connector > span:nth-child(2) { position: absolute; left: 50%; height: 43px; }
.about-system-connector > span:last-child { position: absolute; right: 0; }
.about-system-core { position: relative; display: flex; align-items: center; gap: 12px; margin-top: 12px; padding: 18px 14px; border: 1px solid #536025; border-radius: 11px; background: var(--brand-olive); color: #fff; box-shadow: 0 5px 12px rgba(47, 53, 3, .1); }
.about-core-icon { display: grid; width: 40px; height: 40px; flex-shrink: 0; place-items: center; border-radius: 10px; background: var(--brand-lime); color: var(--brand-olive); font-size: 20px; }
.about-system-core strong { display: block; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.about-system-core div > span { display: block; margin-top: 4px; color: rgba(255, 255, 255, .7); font-size: 10px; line-height: 1.5; }
.about-core-diagram { margin-left: auto; color: var(--brand-lime); font-size: 20px; }
.about-output-connector { width: 1px; height: 22px; margin: 0 auto; background: #b5c58c; }
.about-system-result { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 10px; border: 1px solid #dce7b4; border-radius: 8px; background: #edf5d7; font-size: 11px; font-weight: 500; line-height: 1.5; }
.about-system-result .bi { color: #61762f; font-size: 15px; }
.about-system-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.about-system-notes > div { padding: 16px 14px; border: 1px solid #e8ebdf; border-radius: 12px; }
.about-system-notes div > span { display: block; margin-bottom: 7px; color: #7b826a; font-size: 8px; font-weight: 500; letter-spacing: .7px; }
.about-system-notes strong { display: block; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; line-height: 1.5; }
.about-system-notes p { margin: 6px 0 0; color: #727962; font-size: 11px; line-height: 1.7; }
.about-visual-caption { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 20px 0 0; color: #79806d; font-size: 10px; line-height: 1.6; text-align: center; }
.about-visual-caption > span { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: #a3b643; }
.about-eyebrow { display: inline-block; margin: 0 0 16px; padding: 6px 13px; border: 1px solid #dceb8a; border-radius: 50px; background: #f9fce9; font-size: 9px; font-weight: 500; letter-spacing: 2px; }
.about-copy > h2 { margin: 0 0 20px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 600; line-height: 1.16; letter-spacing: -1.3px; }
.about-copy > h2 > span { color: #778b27; }
.about-copy > p:not(.about-eyebrow) { margin: 0 0 16px; color: #6a725c; font-size: 14px; line-height: 1.8; }
.about-copy > p.about-lead { color: #424c2d; font-size: 16px; line-height: 1.7; }
.about-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 22px; margin: 26px 0; padding: 0; list-style: none; }
.about-values > li { display: flex; align-items: flex-start; gap: 10px; }
.about-values > li > .bi { display: grid; width: 27px; height: 27px; flex-shrink: 0; place-items: center; border-radius: 50%; background: var(--brand-lime); color: var(--brand-olive); font-size: 13px; }
.about-values h3 { margin: 2px 0 5px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; line-height: 1.5; }
.about-values p { margin: 0; color: #778068; font-size: 11px; line-height: 1.7; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.about-actions .about-cta { min-height: 46px; font-size: 12px; }
.about-actions > span { max-width: 175px; color: #7d846f; font-size: 11px; line-height: 1.6; }
@media (max-width: 1199.98px) {
  .about-inner { gap: 36px; }
  .about-system-surface { padding: 26px 16px 16px; }
  .about-system-map { padding: 16px 12px; }
  .about-core-diagram { display: none; }
}
@media (max-width: 991.98px) {
  .about-section { padding: 64px 28px; }
  .about-inner { grid-template-columns: minmax(0, 1fr); gap: 36px; max-width: 704px; }
  .about-copy { grid-row: 1; }
  .about-copy > h2 { max-width: 600px; font-size: 36px; }
  .about-visual { width: 100%; max-width: 580px; margin: 0 auto; }
}
@media (max-width: 599.98px) {
  .about-section { padding: 48px 20px; }
  .about-copy > h2 { font-size: 30px; letter-spacing: -.9px; }
  .about-values { gap: 20px 14px; }
  .about-values > li { gap: 8px; }
  .about-system { padding: 10px; border-radius: 20px; }
  .about-system-badge { right: 14px; }
  .about-system-surface { padding: 28px 14px 14px; border-radius: 13px; }
  .about-system-surface > h3 { font-size: 20px; }
  .about-system-map { padding: 16px 10px; }
  .about-system-inputs { gap: 6px; }
  .about-system-core { gap: 9px; padding: 14px 10px; }
  .about-system-core strong { font-size: 12px; }
  .about-core-icon { width: 34px; height: 34px; font-size: 17px; }
  .about-system-result { font-size: 10px; }
  .about-system-notes { gap: 8px; }
  .about-system-notes > div { padding: 12px 10px; }
  .about-system-notes strong { font-size: 11px; }
  .about-visual-caption { font-size: 9px; }
}
@media (max-width: 379.98px) {
  .about-section { padding-right: 16px; padding-left: 16px; }
  .about-values { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .about-system-notes { grid-template-columns: minmax(0, 1fr); }
  .about-system-core strong { font-size: 11px; }
  .about-system-core div > span { font-size: 9px; }
  .about-actions .about-cta { width: 100%; }
  .about-actions > span { max-width: none; }
}
/* AI capability statement */
.ai-statement { padding: 56px 32px; background: var(--brand-olive); color: #fff; }
.ai-statement-inner { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 24px; max-width: 1200px; margin: 0 auto; }
.ai-statement-mark { display: flex; gap: 4px; align-self: start; padding-top: 10px; }
.ai-statement-mark > span { width: 8px; height: 8px; flex-shrink: 0; border-radius: 2px; background: var(--brand-lime); }
.ai-statement-mark > span:nth-child(2) { background: #fff; }
.ai-statement-mark > span:nth-child(3) { opacity: .45; }
.ai-statement-mark > span:nth-child(4) { opacity: .75; }
.ai-statement h2 { max-width: 790px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(20px, 1.8vw, 25px); font-weight: 500; line-height: 1.5; letter-spacing: -.4px; }
.ai-statement h2 > span { color: var(--brand-lime); }
.ai-statement-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; margin-left: 24px; padding: 10px 0; border: 0; background: transparent; color: var(--brand-lime); font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; white-space: nowrap; }
.ai-statement-link .bi { font-size: 18px; transition: transform .2s ease; }
.ai-statement-link:hover { color: #fff; }
.ai-statement-link:hover .bi { transform: translateX(4px); }
.ai-statement-link:focus-visible { outline-color: var(--brand-lime); }
@media (max-width: 991.98px) {
  .ai-statement { padding: 44px 28px; }
  .ai-statement-inner { grid-template-columns: 44px minmax(0, 1fr); gap: 16px 20px; max-width: 704px; }
  .ai-statement-link { grid-column: 2; justify-self: start; margin-left: 0; }
}
@media (max-width: 599.98px) {
  .ai-statement { padding: 36px 20px; }
  .ai-statement-inner { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .ai-statement-mark { padding-top: 0; }
  .ai-statement h2 { font-size: 20px; line-height: 1.55; letter-spacing: -.3px; }
  .ai-statement-link { grid-column: 1; font-size: 13px; }
}
/* AI-first service marquee. The second identical list makes the loop seamless. */
.services-ticker { position: relative; display: flex; align-items: center; min-height: 66px; border-top: 1px solid #eef9a8; border-bottom: 1px solid #d5e650; background: var(--brand-lime); color: var(--brand-olive); }
.services-ticker-viewport { flex: 1; min-width: 0; overflow-x: auto; }
.services-ticker-viewport:focus-visible { outline: 2px solid var(--brand-olive); outline-offset: -4px; }
.services-ticker-track { display: flex; width: max-content; }
.services-ticker-list { display: flex; align-items: center; flex-shrink: 0; gap: 0; margin: 0; padding: 20px 0; list-style: none; }
.services-ticker-list li { display: flex; align-items: center; gap: 14px; flex-shrink: 0; padding: 0 32px; border-right: 1px solid rgba(47, 53, 3, .2); font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; line-height: 24px; letter-spacing: 2px; text-transform: uppercase; white-space: nowrap; }
.services-ticker-list .bi { flex-shrink: 0; font-size: 19px; line-height: 1; }
.services-ticker.is-ready .services-ticker-viewport { overflow: hidden; }
.services-ticker.is-ready .services-ticker-track { animation: services-scroll 160s linear infinite; }
.services-ticker.is-paused .services-ticker-track,
.services-ticker-viewport:hover .services-ticker-track,
.services-ticker-viewport:focus .services-ticker-track { animation-play-state: paused; }
.services-ticker-toggle { display: grid; width: 48px; min-height: 64px; flex-shrink: 0; place-items: center; border: 0; border-left: 1px solid rgba(47, 53, 3, .18); background: var(--brand-lime); color: var(--brand-olive); font-size: 22px; }
.services-ticker-toggle[hidden] { display: none; }
.services-ticker-toggle:hover { background: #edfa9a; }
.services-ticker-toggle:focus-visible { outline-offset: -5px; }
@keyframes services-scroll { to { transform: translateX(-50%); } }
@media (max-width: 599.98px) {
  .services-ticker { min-height: 58px; }
  .services-ticker-list { padding: 16px 0; }
  .services-ticker-list li { gap: 10px; padding: 0 22px; font-size: 11px; letter-spacing: 1.4px; }
  .services-ticker-list .bi { font-size: 17px; }
  .services-ticker-toggle { width: 44px; min-height: 56px; }
}
/* A shared delivery process, tailored to each customer's project. */
.process-section { padding: 88px 32px; background: #f8f9f5; color: var(--brand-olive); }
.process-inner { max-width: 1216px; margin: 0 auto; }
.process-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 64px; margin-bottom: 36px; }
.process-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 600; line-height: 1.18; letter-spacing: -1.3px; }
.process-heading h2 > span { color: #778b27; }
.process-heading > p { max-width: 490px; margin: 0 0 3px; color: #68715c; font-size: 15px; line-height: 1.8; }
.process-selector { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; padding: 22px 0; border-top: 1px solid #e2e7d8; border-bottom: 1px solid #e2e7d8; }
.process-selector > p { margin: 0; color: #68715c; font-size: 12px; }
.process-options { display: flex; flex-wrap: wrap; gap: 8px; }
.process-options button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 15px; border: 1px solid #dfe5d4; border-radius: 50px; background: #fff; color: var(--brand-olive); font-size: 12px; font-weight: 500; transition: background .2s ease, border-color .2s ease; }
.process-options button > .bi { font-size: 15px; }
.process-options button:hover { border-color: #9eae66; background: #f0f5df; }
.process-options button[aria-pressed='true'] { border-color: var(--brand-lime); background: var(--brand-lime); }
.process-path-label { margin: 26px 0 16px; color: #68715c; font-size: 9px; font-weight: 500; letter-spacing: 1.6px; }
.process-path-label > span { color: var(--brand-olive); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-card { display: flex; flex-direction: column; padding: 24px 22px; border: 1px solid #e0e5d7; border-radius: 16px; background: #fff; }
.process-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.process-number { font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 500; line-height: 1; letter-spacing: -1px; color: #899575; }
.process-card-top > .bi { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #e6ebdc; border-radius: 10px; background: #f7f9f1; font-size: 18px; }
.process-stage-label { margin-bottom: 10px; color: #677453; font-size: 9px; font-weight: 500; letter-spacing: 1.4px; }
.process-card h3 { min-height: 50px; margin: 0 0 12px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; line-height: 1.45; letter-spacing: -.4px; }
.process-description { min-height: 105px; margin: 0 0 22px; color: #69725d; font-size: 13px; line-height: 1.8; }
.process-deliverable { margin-top: auto; padding-top: 16px; border-top: 1px solid #e7ebdf; }
.process-deliverable > span { display: block; margin-bottom: 6px; color: #68745b; font-size: 8px; font-weight: 500; letter-spacing: 1.5px; }
.process-deliverable > strong { display: block; min-height: 36px; font-size: 12px; font-weight: 500; line-height: 1.6; }
.process-card-featured { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.process-card-featured .process-number, .process-card-featured .process-stage-label, .process-card-featured .process-deliverable > span { color: var(--brand-lime); }
.process-card-featured .process-card-top > .bi { border-color: rgba(226, 244, 96, .22); background: rgba(226, 244, 96, .08); color: var(--brand-lime); }
.process-card-featured .process-description { color: rgba(255, 255, 255, .75); }
.process-card-featured .process-deliverable { border-color: rgba(226, 244, 96, .2); }
.process-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.process-assurance { display: flex; align-items: center; gap: 12px; }
.process-assurance-icon { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border: 1px solid #e0e6d3; border-radius: 50%; background: #fff; font-size: 18px; }
.process-assurance strong { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.process-assurance p { margin: 4px 0 0; color: #727b65; font-size: 12px; line-height: 1.6; }
.process-cta { min-height: 46px; font-size: 12px; }
@media (max-width: 1199.98px) {
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-card h3 { min-height: 0; }
  .process-description { min-height: 70px; }
  .process-card-top { margin-bottom: 24px; }
}
@media (max-width: 991.98px) {
  .process-section { padding: 64px 28px; }
  .process-inner { max-width: 704px; }
  .process-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-bottom: 28px; }
  .process-heading > p { max-width: none; }
}
@media (max-width: 599.98px) {
  .process-section { padding: 48px 20px; }
  .process-heading h2 { font-size: 30px; letter-spacing: -.8px; }
  .process-heading > p { font-size: 14px; }
  .process-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .process-options button { padding: 10px 8px; font-size: 11px; gap: 6px; border-radius: 10px; }
  .process-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .process-card { padding: 22px; }
  .process-card-top { margin-bottom: 20px; }
  .process-description { min-height: 0; margin-bottom: 18px; }
  .process-deliverable > strong { min-height: 0; }
  .process-footer { align-items: stretch; flex-direction: column; }
  .process-assurance p { font-size: 11px; }
  .process-cta { width: 100%; }
}
@media (max-width: 359.98px) {
  .process-section { padding-right: 16px; padding-left: 16px; }
  .process-options button { font-size: 10px; }
  .process-options button > .bi { font-size: 13px; }
}
/* Services: AI leads, engineering supports, digital growth completes the offering. */
.services-section { padding: 88px 32px; background: #fff; color: var(--brand-olive); scroll-margin-top: 24px; }
.services-inner { max-width: 1216px; margin: 0 auto; }
.services-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 64px; margin-bottom: 36px; }
.services-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 600; line-height: 1.18; letter-spacing: -1.3px; }
.services-heading h2 > span { color: #778b27; }
.services-heading > p { max-width: 490px; margin: 0 0 3px; color: #68715c; font-size: 15px; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid #e2e7d9; border-radius: 18px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.service-card:hover, .service-card:focus-within { border-color: #a8bb66; box-shadow: 0 10px 28px rgba(47, 53, 3, .06); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
.service-icon { display: grid; width: 46px; height: 46px; flex-shrink: 0; place-items: center; border: 1px solid #e1e8ce; border-radius: 12px; background: #f4f8e9; color: var(--brand-olive); font-size: 22px; }
.service-label { color: #727f5b; font-size: 8px; font-weight: 500; line-height: 1.7; letter-spacing: 1.3px; }
.service-card h3 { margin: 0 0 14px; font-family: 'Poppins', sans-serif; font-size: 21px; font-weight: 600; line-height: 1.35; letter-spacing: -.6px; }
.service-card p { margin: 0 0 20px; color: #69745c; font-size: 14px; line-height: 1.8; }
.service-list { display: flex; flex-direction: column; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.service-list li { position: relative; padding-left: 14px; color: #596648; font-size: 12px; line-height: 1.6; }
.service-list li::before { position: absolute; top: 7px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #9eaf59; content: ''; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.service-tags li { padding: 5px 10px; border: 1px solid #dde5cb; border-radius: 6px; color: #596648; font-size: 11px; line-height: 1.5; }
.service-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 44px; margin-top: auto; padding-top: 16px; border-top: 1px solid #e5eadc; color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; line-height: 1.6; }
.service-link > .bi { flex-shrink: 0; font-size: 18px; }
.service-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-featured { position: relative; grid-column: span 2; background: var(--brand-olive); color: #fff; border-color: var(--brand-olive); }
.service-featured .service-icon { border-color: var(--brand-lime); background: var(--brand-lime); }
.service-featured .service-label { color: var(--brand-lime); }
.service-featured h3 { font-size: 30px; }
.service-featured p { max-width: 600px; color: rgba(255, 255, 255, .76); font-size: 15px; }
.service-featured .service-tags li { border-color: rgba(226, 244, 96, .22); color: rgba(255, 255, 255, .85); }
.service-featured .service-link { border-color: rgba(226, 244, 96, .2); color: var(--brand-lime); }
.service-featured a:focus-visible { outline-color: var(--brand-lime); }
.service-mini-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin: 0 0 24px; padding: 20px; border: 1px solid rgba(226, 244, 96, .15); border-radius: 12px; background: rgba(226, 244, 96, .055); }
.service-mini-flow > span { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.service-mini-flow .bi { color: var(--brand-lime); font-size: 17px; }
.service-mini-flow > .bi { opacity: .55; font-size: 14px; }
.service-ai { background: #f6f9eb; border-color: #dce7b8; }
.service-growth { grid-column: 1 / -1; display: grid; grid-template-columns: 46px minmax(0, 1fr) 235px; align-items: start; gap: 24px; background: #f8f9f5; }
.service-growth h3 { margin-top: 7px; }
.service-growth p { max-width: 650px; margin-bottom: 16px; }
.service-growth .service-tags { margin-bottom: 0; }
.service-growth .service-link { align-self: center; margin-top: 0; padding-top: 0; border-top: 0; }
.services-guidance { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; }
.services-guidance p { margin: 0; color: #6b775b; font-size: 13px; line-height: 1.8; }
.services-guidance strong { color: var(--brand-olive); font-weight: 500; }
.services-guidance > a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; white-space: nowrap; }
.services-guidance > a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1199.98px) {
  .service-card { padding: 24px; }
  .service-card h3 { font-size: 19px; }
  .service-featured h3 { font-size: 28px; }
  .service-label { letter-spacing: .8px; }
  .service-growth { grid-template-columns: 46px minmax(0, 1fr) 185px; }
}
@media (max-width: 991.98px) {
  .services-section { padding: 64px 28px; }
  .services-inner { max-width: 704px; }
  .services-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .services-heading > p { max-width: none; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .service-growth { grid-template-columns: 46px minmax(0, 1fr); gap: 18px; }
  .service-growth .service-link { grid-column: 2; justify-self: start; }
  .services-guidance { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 599.98px) {
  .services-section { padding: 48px 20px; }
  .services-heading { margin-bottom: 28px; }
  .services-heading h2 { font-size: 30px; letter-spacing: -.8px; }
  .services-heading > p { font-size: 14px; }
  .services-grid { grid-template-columns: minmax(0, 1fr); }
  .service-featured, .service-growth { grid-column: 1; }
  .service-card { padding: 22px; }
  .service-featured h3 { font-size: 25px; }
  .service-featured p { font-size: 14px; }
  .service-mini-flow { gap: 10px; padding: 14px; }
  .service-mini-flow > span { font-size: 10px; gap: 6px; }
  .service-mini-flow > .bi { font-size: 12px; }
  .service-growth { display: flex; gap: 0; }
  .service-growth > .service-icon { margin-bottom: 20px; }
  .service-growth .service-tags { margin-bottom: 20px; }
  .service-growth .service-link { align-self: stretch; padding-top: 16px; border-top: 1px solid #e5eadc; }
}
/* Technology stack: capabilities grouped by their role in the business. */
.stack-section { padding: 80px 32px; border-top: 1px solid #e7ebdf; background: #f8f9f5; color: var(--brand-olive); }
.stack-inner { max-width: 1216px; margin: 0 auto; }
.stack-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.stack-heading > div { max-width: 730px; }
.stack-heading h2 { margin: 0 0 18px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 600; line-height: 1.18; letter-spacing: -1.2px; }
.stack-heading h2 > span { color: #778b27; }
.stack-heading > div > p:last-child { max-width: 680px; margin: 0; color: #68715c; font-size: 15px; line-height: 1.8; }
.stack-services-link { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; min-height: 44px; color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; }
.stack-services-link .bi { font-size: 18px; }
.stack-services-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.stack-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.stack-group { padding: 26px; border: 1px solid #e0e6d6; border-radius: 14px; background: #fff; }
.stack-group-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.stack-icon { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border: 1px solid #e2e9d2; border-radius: 10px; background: #f4f7eb; font-size: 20px; }
.stack-group h3 { margin: 0 0 6px; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; line-height: 1.5; letter-spacing: -.3px; }
.stack-group p { margin: 0; color: #6d765f; font-size: 12px; line-height: 1.7; }
.stack-tools { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.stack-tools > li { padding: 8px 13px; border: 1px solid #e2e8d7; border-radius: 7px; background: #f8faf4; color: #4f5e3c; font-size: 12px; font-weight: 500; line-height: 1.5; }
.stack-group-ai { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.stack-group-ai .stack-icon { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); }
.stack-group-ai p { color: rgba(255, 255, 255, .75); }
.stack-group-ai .stack-tools > li { border-color: rgba(226, 244, 96, .23); background: rgba(226, 244, 96, .06); color: #f1f5de; }
.stack-priority { margin-left: auto; padding: 4px 7px; border: 1px solid rgba(226, 244, 96, .3); border-radius: 4px; color: var(--brand-lime); font-size: 8px; line-height: 1.5; letter-spacing: 1px; white-space: nowrap; }
.stack-note { display: flex; align-items: flex-start; justify-content: center; gap: 8px; margin: 24px 0 0; color: #6b765d; font-size: 12px; line-height: 1.7; }
.stack-note .bi { color: #677d2e; }
@media (max-width: 991.98px) {
  .stack-section { padding: 64px 28px; }
  .stack-inner { max-width: 704px; }
  .stack-heading { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
  .stack-group { padding: 22px; }
  .stack-group-heading { flex-wrap: wrap; }
  .stack-group-heading > div { flex: 1; min-width: 160px; }
  .stack-priority { margin-left: 0; }
}
@media (max-width: 599.98px) {
  .stack-section { padding: 48px 20px; }
  .stack-heading h2 { font-size: 30px; letter-spacing: -.8px; }
  .stack-heading > div > p:last-child { font-size: 14px; }
  .stack-groups { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .stack-group-heading { gap: 12px; margin-bottom: 18px; }
  .stack-group h3 { font-size: 15px; }
  .stack-tools > li { padding: 7px 10px; font-size: 11px; }
  .stack-note { justify-content: flex-start; font-size: 11px; }
}
/* Client feedback layout; all unfilled reviews are explicitly marked. */
.testimonials-section { padding: 88px 32px; background: #fff; color: var(--brand-olive); }
.testimonials-inner { max-width: 1216px; margin: 0 auto; }
.testimonials-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 64px; margin-bottom: 36px; }
.testimonials-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 600; line-height: 1.18; letter-spacing: -1.2px; }
.testimonials-heading h2 > span { color: #778b27; }
.testimonials-intro { max-width: 430px; justify-self: end; }
.testimonials-intro > p { margin: 0 0 14px; color: #68715c; font-size: 15px; line-height: 1.8; }
.testimonials-status { display: inline-flex; align-items: center; gap: 8px; color: #65734d; font-size: 11px; }
.testimonials-status > span { width: 6px; height: 6px; border-radius: 50%; background: #91a84d; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.testimonial-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid #e1e7d6; border-radius: 18px; background: #f8faf4; }
.testimonial-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.testimonial-top > span { color: #687953; font-size: 9px; font-weight: 500; line-height: 1.6; letter-spacing: 1.3px; }
.testimonial-top > .bi { color: #94a65f; font-size: 36px; line-height: 1; }
.testimonial-placeholder-label { margin: 0 0 12px; color: #747e63; font-size: 8px; font-weight: 500; letter-spacing: 1.2px; }
.testimonial-copy { margin: 0 0 14px; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: -.6px; }
.testimonial-pending { margin: 0 0 28px; color: #6c785d; font-size: 13px; line-height: 1.8; }
.testimonial-person { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid #dfe6d2; }
.testimonial-avatar { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border: 1px dashed #acb993; border-radius: 50%; color: #74865a; font-size: 22px; }
.testimonial-person strong { display: block; margin-bottom: 4px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 500; }
.testimonial-person div > span { display: block; color: #737e64; font-size: 10px; line-height: 1.5; }
.testimonial-featured { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.testimonial-featured .testimonial-top > span, .testimonial-featured .testimonial-top > .bi { color: var(--brand-lime); }
.testimonial-featured .testimonial-placeholder-label, .testimonial-featured .testimonial-pending, .testimonial-featured .testimonial-person div > span { color: rgba(255, 255, 255, .7); }
.testimonial-featured .testimonial-person { border-color: rgba(226, 244, 96, .2); }
.testimonial-featured .testimonial-avatar { border-color: rgba(226, 244, 96, .5); color: var(--brand-lime); }
.testimonials-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.testimonials-footer > p { margin: 0; color: #68745a; font-size: 13px; line-height: 1.8; }
.testimonials-footer .get-started { min-height: 46px; font-size: 12px; }
/* Business value section */
.investment-section { padding: 0 32px 96px; background: #fff; color: var(--brand-olive); }
.investment-inner { max-width: 1216px; margin: 0 auto; }
.investment-panel { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 72px; overflow: hidden; padding: 58px; border-radius: 18px; background: var(--brand-olive); color: #fff; isolation: isolate; }
.investment-panel::before { position: absolute; top: -150px; left: -120px; z-index: -1; width: 340px; height: 340px; border: 1px solid rgba(226, 244, 96, .14); border-radius: 50%; box-shadow: 0 0 0 58px rgba(226, 244, 96, .025), 0 0 0 116px rgba(226, 244, 96, .02); content: ''; }
.investment-panel::after { position: absolute; right: -46px; bottom: -78px; z-index: -1; width: 240px; height: 240px; background-image: radial-gradient(rgba(226, 244, 96, .18) 1px, transparent 1px); background-size: 16px 16px; content: ''; transform: rotate(-8deg); }
.investment-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--brand-lime); font-size: 10px; font-weight: 500; letter-spacing: 1.8px; }
.investment-eyebrow::before { width: 24px; height: 2px; background: var(--brand-lime); content: ''; }
.investment-copy h2 { max-width: 510px; margin: 0 0 20px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 3.2vw, 42px); font-weight: 700; line-height: 1.18; letter-spacing: -1.3px; }
.investment-copy h2 span { color: var(--brand-lime); }
.investment-copy > p:not(.investment-eyebrow) { max-width: 530px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 1.8; }
.investment-principle { display: flex; align-items: flex-start; gap: 11px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(226, 244, 96, .18); color: rgba(255, 255, 255, .78); font-size: 12px; line-height: 1.65; }
.investment-principle .bi { flex-shrink: 0; color: var(--brand-lime); font-size: 18px; }
.investment-principle strong { color: #fff; font-weight: 500; }
.investment-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 16px; }
.investment-benefit { min-height: 178px; padding: 22px; border: 1px solid rgba(226, 244, 96, .15); border-radius: 12px; background: rgba(255, 255, 255, .055); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.investment-benefit:hover { border-color: rgba(226, 244, 96, .42); background: rgba(255, 255, 255, .08); transform: translateY(-3px); }
.investment-icon { display: grid; width: 39px; height: 39px; margin-bottom: 18px; place-items: center; border: 1px solid rgba(226, 244, 96, .25); border-radius: 9px; background: rgba(226, 244, 96, .1); color: var(--brand-lime); font-size: 17px; }
.investment-benefit h3 { margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; line-height: 1.4; }
.investment-benefit p { margin: 0; color: rgba(255, 255, 255, .62); font-size: 11px; line-height: 1.65; }
.investment-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: 24px 18px 0; padding: 24px 28px; border: 1px solid #e2e7d8; border-radius: 12px; background: #f7f8f3; }
.investment-cta p { margin: 0 0 4px; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; line-height: 1.5; }
.investment-cta span { display: block; color: #6c755e; font-size: 12px; line-height: 1.65; }
.investment-cta .get-started { min-width: 192px; min-height: 48px; flex-shrink: 0; font-size: 12px; }
/* Industries section */
.industries-section { padding: 88px 32px 96px; border-top: 1px solid #edf0e7; background: #f7f8f3; color: var(--brand-olive); }
.industries-inner { max-width: 1216px; margin: 0 auto; }
.industries-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); align-items: end; gap: 64px; margin-bottom: 42px; }
.industries-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(32px, 3.7vw, 46px); font-weight: 700; line-height: 1.16; letter-spacing: -1.5px; }
.industries-heading h2 span { color: #7b8a21; }
.industries-heading > p { max-width: 460px; margin: 0; color: #687159; font-size: 15px; line-height: 1.8; }
.industries-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.industry-card { min-height: 180px; padding: 24px; border: 1px solid #e0e5d7; border-radius: 12px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.industry-card:hover { border-color: #c6d36b; box-shadow: 0 10px 28px rgba(47, 53, 3, .07); transform: translateY(-3px); }
.industry-icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border: 1px solid #e1e8c3; border-radius: 10px; background: rgba(226, 244, 96, .18); color: var(--brand-olive); font-size: 19px; }
.industry-card h3 { margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; line-height: 1.45; }
.industry-card p { margin: 0; color: #747c68; font-size: 11px; line-height: 1.65; }
.industries-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 24px; padding: 32px 36px; border-radius: 14px; background: var(--brand-olive); color: #fff; }
.industries-cta h3 { margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: 21px; font-weight: 600; line-height: 1.4; }
.industries-cta h3 span { color: var(--brand-lime); }
.industries-cta p { max-width: 690px; margin: 0; color: rgba(255, 255, 255, .65); font-size: 13px; line-height: 1.7; }
.industries-cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 204px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.industries-cta-button:hover { border-color: #fff; background: #fff; transform: translateY(-2px); }
/* AI search and SEO section */
.ai-search-section { padding: 96px 32px; background: #fff; color: var(--brand-olive); }
.ai-search-inner { max-width: 1216px; margin: 0 auto; }
.ai-search-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: 70px; overflow: hidden; padding: 64px; border-radius: 20px; background: var(--brand-olive); color: #fff; isolation: isolate; }
.ai-search-hero::before { position: absolute; top: -190px; right: -120px; z-index: -1; width: 520px; height: 520px; border-radius: 50%; background: rgba(226, 244, 96, .045); content: ''; }
.ai-search-hero::after { position: absolute; bottom: -90px; left: 34%; z-index: -1; width: 260px; height: 260px; background-image: radial-gradient(rgba(226, 244, 96, .14) 1px, transparent 1px); background-size: 17px 17px; content: ''; transform: rotate(8deg); }
.ai-search-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--brand-lime); font-size: 10px; font-weight: 500; letter-spacing: 1.6px; }
.ai-search-eyebrow > span { width: 24px; height: 2px; flex-shrink: 0; background: var(--brand-lime); }
.ai-search-copy h2 { max-width: 570px; margin: 0 0 20px; font-family: 'Poppins', sans-serif; font-size: clamp(34px, 4vw, 50px); font-weight: 700; line-height: 1.13; letter-spacing: -1.7px; }
.ai-search-copy h2 span { color: var(--brand-lime); }
.ai-search-copy > p:not(.ai-search-eyebrow) { max-width: 610px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 15px; line-height: 1.82; }
.ai-search-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.ai-search-tags li { padding: 7px 11px; border: 1px solid rgba(226, 244, 96, .22); border-radius: 50px; background: rgba(226, 244, 96, .07); color: rgba(255, 255, 255, .82); font-size: 10px; }
.ai-search-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ai-search-primary, .ai-search-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.ai-search-primary { background: var(--brand-lime); color: var(--brand-olive); }
.ai-search-secondary { border-color: rgba(255, 255, 255, .22); color: #fff; }
.ai-search-primary:hover { border-color: #fff; background: #fff; transform: translateY(-2px); }
.ai-search-secondary:hover { border-color: var(--brand-lime); color: var(--brand-lime); transform: translateY(-2px); }
.ai-search-demo { overflow: hidden; border: 1px solid rgba(226, 244, 96, .18); border-radius: 15px; background: #242a08; box-shadow: 0 24px 60px rgba(0, 0, 0, .2); }
.ai-search-demo-bar { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 15px; border-bottom: 1px solid rgba(226, 244, 96, .12); background: rgba(255, 255, 255, .045); color: rgba(255, 255, 255, .56); font-size: 9px; }
.ai-search-demo-bar > small { margin-left: auto; color: rgba(226, 244, 96, .7); font-size: 7px; letter-spacing: 1px; }
.ai-search-dots { display: flex; gap: 5px; }
.ai-search-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ff655f; }
.ai-search-dots i:nth-child(2) { background: #f4c64d; }
.ai-search-dots i:nth-child(3) { background: #55c96a; }
.ai-search-demo-body { padding: 22px; }
.ai-search-demo-label { margin: 0 0 9px; color: rgba(255, 255, 255, .42); font-size: 7px; font-weight: 500; letter-spacing: 1.2px; }
.ai-search-query { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 9px; background: rgba(255, 255, 255, .045); color: rgba(255, 255, 255, .87); font-family: 'Poppins', sans-serif; font-size: 11px; line-height: 1.6; }
.ai-search-query .bi { margin-top: 2px; color: var(--brand-lime); }
.ai-search-answer { margin-top: 14px; padding: 17px; border-left: 2px solid var(--brand-lime); background: rgba(226, 244, 96, .055); }
.ai-search-answer-title { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; color: var(--brand-lime); font-size: 7px; font-weight: 500; letter-spacing: 1.1px; }
.ai-search-answer p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 10px; line-height: 1.8; }
.ai-search-answer mark { padding: 1px 3px; border-radius: 3px; background: var(--brand-lime); color: var(--brand-olive); }
.ai-search-sources { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.ai-search-sources span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid rgba(226, 244, 96, .15); border-radius: 5px; color: rgba(255, 255, 255, .6); font-size: 7px; }
.ai-search-sources .bi { color: var(--brand-lime); }
.ai-search-demo-foot { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 17px; color: rgba(255, 255, 255, .56); font-size: 8px; }
.ai-search-demo-foot span { display: flex; align-items: center; gap: 6px; }
.ai-search-demo-foot span .bi { color: var(--brand-lime); }
.ai-search-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.ai-search-pillars article { display: flex; align-items: flex-start; gap: 16px; min-height: 178px; padding: 25px; border: 1px solid #e0e6d6; border-radius: 13px; background: #fff; }
.ai-search-pillar-icon { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border: 1px solid #e0e8c2; border-radius: 10px; background: rgba(226, 244, 96, .18); font-size: 18px; }
.ai-search-pillars article > div > p { margin: 0 0 8px; color: #87972c; font-size: 8px; font-weight: 500; letter-spacing: .9px; }
.ai-search-pillars h3 { margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; line-height: 1.45; }
.ai-search-pillars article > div > span { display: block; color: #717966; font-size: 11px; line-height: 1.7; }
/* AI-powered digital growth framework */
.growth-framework-section { padding: 94px 32px 100px; border-top: 1px solid #edf0e7; background: #f9faf6; color: var(--brand-olive); }
.growth-framework-inner { max-width: 1216px; margin: 0 auto; }
.growth-framework-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr); align-items: end; gap: 72px; margin-bottom: 44px; }
.growth-framework-heading h2 { max-width: 680px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(32px, 3.7vw, 46px); font-weight: 700; line-height: 1.16; letter-spacing: -1.5px; }
.growth-framework-heading h2 span { color: #7e8e21; }
.growth-framework-heading > p { margin: 0; color: #687159; font-size: 15px; line-height: 1.8; }
.growth-framework-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.growth-step-card { display: flex; min-height: 330px; flex-direction: column; padding: 26px 23px; border: 1px solid #dfe4d8; border-radius: 13px; background: #fff; box-shadow: 0 0 0 0 rgba(226, 244, 96, 0); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.growth-step-card:hover { border-color: var(--brand-lime); box-shadow: 0 10px 30px rgba(47, 53, 3, .08), inset 0 3px 0 var(--brand-lime); transform: translateY(-4px); }
.growth-step-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.growth-step-top span { color: #859528; font-size: 8px; font-weight: 500; letter-spacing: 1.3px; }
.growth-step-top .bi { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #e0e7cb; border-radius: 9px; background: rgba(226, 244, 96, .16); font-size: 17px; }
.growth-step-card h3 { margin: 0 0 12px; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; line-height: 1.45; }
.growth-step-card > p { margin: 0; color: #6f7765; font-size: 12px; line-height: 1.78; }
.growth-step-result { display: flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 22px; color: #77861e; font-size: 10px; font-weight: 500; line-height: 1.5; }
.growth-step-result .bi { transition: transform .18s ease; }
.growth-step-card:hover .growth-step-result .bi { transform: translateX(4px); }
.growth-framework-layers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.growth-layer { padding: 30px; border: 1px solid #dfe4d8; border-radius: 13px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.growth-layer:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.growth-layer-dark { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.growth-layer-dark:hover { border-color: var(--brand-lime); }
.growth-layer-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.growth-layer-heading > span { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border: 1px solid #dfe7c5; border-radius: 10px; background: rgba(226, 244, 96, .17); font-size: 18px; }
.growth-layer-heading p { margin: 0 0 4px; color: #839227; font-size: 8px; font-weight: 500; letter-spacing: 1px; }
.growth-layer-heading h3 { margin: 0; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.45; }
.growth-layer ul { display: grid; grid-template-columns: minmax(0, 1fr); gap: 11px; margin: 0; padding: 0; list-style: none; }
.growth-layer li { display: flex; align-items: flex-start; gap: 8px; color: #687159; font-size: 11px; line-height: 1.6; }
.growth-layer li .bi { margin-top: 2px; color: #849328; }
.growth-layer-dark .growth-layer-heading p, .growth-layer-dark li .bi { color: var(--brand-lime); }
.growth-layer-dark .growth-layer-heading > span { border-color: rgba(226, 244, 96, .2); color: var(--brand-lime); }
.growth-layer-dark li { color: rgba(255, 255, 255, .7); }
.growth-layer-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 10px 14px; border: 1px solid rgba(226, 244, 96, .5); border-radius: 6px; color: var(--brand-lime); font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.growth-layer-link:hover { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); }
.growth-layer-link-light { border-color: var(--brand-olive); background: var(--brand-lime); color: var(--brand-olive); }
.growth-layer-link-light:hover { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.growth-contact-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 52px; overflow: hidden; margin-top: 18px; padding: 38px 42px; border: 1px solid var(--brand-olive); border-radius: 14px; background: var(--brand-olive); color: #fff; isolation: isolate; }
.growth-contact-cta::after { position: absolute; right: 160px; bottom: -92px; z-index: -1; color: rgba(226, 244, 96, .035); font-family: 'Poppins', sans-serif; font-size: 190px; font-weight: 800; line-height: 1; content: 'AI'; }
.growth-contact-cta > div { max-width: 750px; }
.growth-contact-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 8px; font-weight: 500; letter-spacing: 1.3px; }
.growth-contact-cta h3 { margin: 0 0 9px; font-family: 'Poppins', sans-serif; font-size: clamp(20px, 2.2vw, 28px); font-weight: 600; line-height: 1.4; letter-spacing: -.5px; }
.growth-contact-cta span { display: block; color: rgba(255, 255, 255, .65); font-size: 12px; line-height: 1.7; }
.growth-contact-cta > a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 158px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.growth-contact-cta > a:hover { border-color: #fff; background: #fff; transform: translateY(-2px); }
/* Frequently asked questions */
.faq-section { padding: 96px 32px 104px; border-top: 1px solid #edf0e7; background: #fff; color: var(--brand-olive); }
.faq-inner { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: start; gap: 78px; max-width: 1216px; margin: 0 auto; }
.faq-intro { position: sticky; top: 32px; }
.faq-intro h2 { margin: 0 0 20px; font-family: 'Poppins', sans-serif; font-size: clamp(32px, 3.7vw, 46px); font-weight: 700; line-height: 1.16; letter-spacing: -1.5px; }
.faq-intro h2 span { color: #7e8e21; }
.faq-intro > p:not(.about-eyebrow) { max-width: 420px; margin: 0; color: #687159; font-size: 15px; line-height: 1.8; }
.faq-contact-card { display: flex; align-items: flex-start; gap: 14px; margin-top: 30px; padding: 22px; border: 1px solid #e0e6d6; border-radius: 12px; background: #f7f8f3; }
.faq-contact-card > span { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border-radius: 10px; background: var(--brand-olive); color: var(--brand-lime); font-size: 17px; }
.faq-contact-card h3 { margin: 0 0 5px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; }
.faq-contact-card p { margin: 0 0 13px; color: #6e7763; font-size: 11px; line-height: 1.65; }
.faq-contact-card a { display: inline-flex; align-items: center; gap: 7px; color: #74831f; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.faq-contact-card a:hover { color: var(--brand-olive); }
.faq-accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: #dfe4d8; --bs-accordion-border-width: 0; --bs-accordion-border-radius: 0; --bs-accordion-inner-border-radius: 0; }
.faq-accordion .accordion-item { border: 0; border-bottom: 1px solid #dfe4d8; background: transparent; }
.faq-accordion .accordion-item:first-child { border-top: 1px solid #dfe4d8; }
.faq-accordion .accordion-button { gap: 18px; min-height: 82px; padding: 22px 4px; background: transparent; color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.5; box-shadow: none; }
.faq-accordion .accordion-button > span { color: #95a349; font-family: 'Roboto', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 1px; }
.faq-accordion .accordion-button::after { width: 34px; height: 34px; margin-left: auto; border: 1px solid #dce3cc; border-radius: 50%; background-image: none; content: '+'; color: var(--brand-olive); font-family: 'Roboto', sans-serif; font-size: 22px; font-weight: 400; line-height: 31px; text-align: center; transform: none; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.faq-accordion .accordion-button:not(.collapsed)::after { border-color: var(--brand-lime); background: var(--brand-lime); content: '\2212'; transform: rotate(180deg); }
.faq-accordion .accordion-button:hover::after { border-color: var(--brand-lime); }
.faq-accordion .accordion-button:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--brand-olive); outline-offset: 4px; }
.faq-accordion .accordion-body { max-width: 720px; padding: 0 56px 25px 43px; color: #687159; font-size: 13px; line-height: 1.8; }
/* Footer */
.site-footer { background: #202503; color: #fff; }
.site-footer a:focus-visible { outline-color: var(--brand-lime); }
.footer-cta { padding: 0 32px; background: var(--brand-lime); color: var(--brand-olive); }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; max-width: 1216px; min-height: 112px; margin: 0 auto; padding: 24px 0; }
.footer-cta p { margin: 0 0 4px; font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 700; line-height: 1.4; }
.footer-cta span { display: block; color: rgba(47, 53, 3, .72); font-size: 12px; line-height: 1.6; }
.footer-cta-actions { display: flex; gap: 10px; flex-shrink: 0; }
.footer-cta-primary, .footer-cta-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 20px; border: 1px solid var(--brand-olive); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; transition: background .18s ease, color .18s ease, transform .18s ease; }
.footer-cta-primary { min-width: 184px; background: var(--brand-olive); color: #fff; }
.footer-cta-secondary { min-width: 120px; background: transparent; color: var(--brand-olive); }
.footer-cta-primary:hover { background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.footer-cta-secondary:hover { background: var(--brand-olive); color: #fff; transform: translateY(-2px); }
.footer-main { max-width: 1280px; margin: 0 auto; padding: 70px 32px 0; }
.footer-grid { display: grid; grid-template-columns: minmax(250px, 1.45fr) repeat(4, minmax(132px, .72fr)); gap: 40px; padding-bottom: 54px; }
.footer-brand > a:first-child { display: inline-block; }
.footer-brand img { display: block; width: 180px; height: auto; }
.footer-brand > p { max-width: 350px; margin: 24px 0 20px; color: rgba(255, 255, 255, .6); font-size: 12px; line-height: 1.8; }
.footer-contact-list { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-list > a, .footer-contact-list > span { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 11px; line-height: 1.45; }
.footer-contact-list > a > .bi, .footer-contact-list > span > .bi { display: grid; width: 30px; height: 30px; flex-shrink: 0; place-items: center; border: 1px solid rgba(226, 244, 96, .13); border-radius: 7px; background: rgba(226, 244, 96, .06); color: var(--brand-lime); }
.footer-contact-list small { display: block; margin-bottom: 2px; color: rgba(255, 255, 255, .38); font-size: 7px; letter-spacing: .8px; }
.footer-email { color: #fff; }
.footer-email .bi { color: var(--brand-lime); }
.footer-email:hover { color: var(--brand-lime); }
.footer-availability { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: rgba(255, 255, 255, .55); font-size: 10px; }
.footer-availability > i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-lime); box-shadow: 0 0 0 4px rgba(226, 244, 96, .09); }
.footer-enquiry-note { max-width: 330px; margin-top: 20px; padding: 14px 15px; border: 1px solid rgba(226, 244, 96, .12); border-radius: 9px; background: rgba(226, 244, 96, .045); }
.footer-enquiry-note strong { display: block; margin-bottom: 4px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.footer-enquiry-note span { display: block; color: rgba(255, 255, 255, .48); font-size: 9px; line-height: 1.6; }
.footer-links h2 { position: relative; margin: 2px 0 24px; padding-bottom: 14px; border-bottom: 1px solid rgba(226, 244, 96, .12); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; }
.footer-links h2::after { position: absolute; bottom: -1px; left: 0; width: 24px; height: 2px; background: var(--brand-lime); content: ''; }
.footer-links ul { display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; list-style: none; }
.footer-links a { position: relative; display: inline-block; padding-left: 11px; color: rgba(255, 255, 255, .58); font-size: 11px; line-height: 1.5; transition: color .18s ease, transform .18s ease; }
.footer-links a::before { position: absolute; top: .64em; left: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--brand-lime); content: ''; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-capabilities { display: flex; align-items: center; gap: 28px; padding: 22px 0; border-top: 1px solid rgba(226, 244, 96, .12); }
.footer-capabilities > p { flex-shrink: 0; margin: 0; color: var(--brand-lime); font-size: 8px; font-weight: 500; letter-spacing: 1.1px; }
.footer-capabilities ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.footer-capabilities li { padding: 6px 9px; border: 1px solid rgba(226, 244, 96, .11); border-radius: 50px; color: rgba(255, 255, 255, .48); font-size: 8px; }
.footer-legal-bar { padding: 0 32px; border-top: 1px solid rgba(47, 53, 3, .16); background: var(--brand-lime); color: var(--brand-olive); }
.footer-legal-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1216px; min-height: 44px; margin: 0 auto; font-size: 12px; }
.footer-legal-inner p { margin: 0; }
.footer-legal-inner nav { display: flex; align-items: center; gap: 20px; }
.footer-legal-inner a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: text-decoration-color .18s ease; }
.footer-legal-inner a:hover { text-decoration-color: var(--brand-olive); }
.footer-legal-inner a:focus-visible { outline: 2px solid var(--brand-olive); outline-offset: 3px; }
/* Legal pages */
.legal-page { min-height: 100vh; background: #f7f8f3; color: var(--brand-olive); }
.legal-header { padding: 0 32px; border-top: 4px solid var(--brand-lime); background: var(--brand-olive); }
.legal-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 980px; min-height: 82px; margin: 0 auto; }
.legal-header img { display: block; width: 170px; height: auto; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .72); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 500; }
.legal-back:hover { color: var(--brand-lime); }
.legal-content { max-width: 980px; margin: 0 auto; padding: 72px 32px 88px; }
.legal-eyebrow { margin: 0 0 14px; color: #7f8f24; font-size: 10px; font-weight: 500; letter-spacing: 1.5px; }
.legal-content h1 { margin: 0 0 14px; font-family: 'Poppins', sans-serif; font-size: clamp(36px, 5vw, 56px); font-weight: 700; letter-spacing: -1.7px; }
.legal-updated { margin: 0 0 34px; color: #737c67; font-size: 12px; }
.legal-notice { margin-bottom: 36px; padding: 16px 18px; border-left: 3px solid var(--brand-lime); background: #fff; color: #626b57; font-size: 12px; line-height: 1.7; }
.legal-copy { padding: 38px; border: 1px solid #e0e6d6; border-radius: 14px; background: #fff; }
.legal-copy section + section { margin-top: 34px; padding-top: 32px; border-top: 1px solid #e5e9dd; }
.legal-copy h2 { margin: 0 0 12px; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; }
.legal-copy p, .legal-copy li { color: #636d58; font-size: 13px; line-height: 1.8; }
.legal-copy p { margin: 0; }
.legal-copy ul { margin: 10px 0 0; padding-left: 20px; }
.legal-copy a { color: #6f7e17; text-decoration: underline; text-underline-offset: 3px; }
.legal-page-footer { padding: 22px 32px; background: var(--brand-lime); color: var(--brand-olive); }
.legal-page-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 980px; margin: 0 auto; font-size: 10px; }
.legal-page-footer p { margin: 0; }
.legal-page-footer a { text-decoration: underline; text-underline-offset: 3px; }
/* About page */
.about-page-hero { position: relative; overflow: hidden; background: var(--brand-olive); color: #fff; isolation: isolate; }
.about-page-hero::before { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(120deg, rgba(226, 244, 96, .045), transparent 42%), radial-gradient(circle at 78% 20%, rgba(226, 244, 96, .08), transparent 28%); content: ''; }
.about-page-hero::after { position: absolute; right: -60px; bottom: -80px; z-index: -1; width: 390px; height: 390px; background-image: radial-gradient(rgba(226, 244, 96, .14) 1px, transparent 1px); background-size: 18px 18px; content: ''; transform: rotate(-8deg); }
.about-page-hero-inner { max-width: 1280px; margin: 0 auto; padding: 86px 32px 0; }
.about-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); align-items: center; gap: 72px; padding-bottom: 70px; }
.about-page-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--brand-lime); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.about-page-kicker::before { width: 25px; height: 2px; background: var(--brand-lime); content: ''; }
.about-page-hero h1 { max-width: 680px; margin: 0 0 24px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 64px); font-weight: 700; line-height: 1.08; letter-spacing: -2.4px; }
.about-page-hero h1 span { color: var(--brand-lime); }
.about-page-hero-copy > p:not(.about-page-kicker) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.8; }
.about-page-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.about-page-hero-primary, .about-page-hero-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 23px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.about-page-hero-primary { background: var(--brand-lime); color: var(--brand-olive); }
.about-page-hero-secondary { border-color: rgba(255, 255, 255, .25); color: #fff; }
.about-page-hero-primary:hover { border-color: #fff; background: #fff; transform: translateY(-2px); }
.about-page-hero-secondary:hover { border-color: var(--brand-lime); color: var(--brand-lime); transform: translateY(-2px); }
.about-flow-card { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 17px; background: #252b08; box-shadow: 0 28px 70px rgba(0, 0, 0, .2); }
.about-flow-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 0 18px; border-bottom: 1px solid rgba(226, 244, 96, .12); background: rgba(255, 255, 255, .04); font-size: 9px; }
.about-flow-bar span:first-child { color: var(--brand-lime); font-weight: 500; letter-spacing: 1px; }
.about-flow-bar span:last-child { color: rgba(255, 255, 255, .42); }
.about-flow-body { padding: 28px; }
.about-flow-label { margin: 0 0 10px; color: rgba(255, 255, 255, .42); font-size: 8px; letter-spacing: 1.2px; }
.about-flow-body > h2 { margin: 0 0 24px; font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 600; line-height: 1.35; }
.about-flow-inputs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.about-flow-inputs span, .about-flow-outputs span { display: flex; align-items: center; gap: 7px; padding: 10px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 8px; background: rgba(255, 255, 255, .04); color: rgba(255, 255, 255, .65); font-size: 8px; line-height: 1.4; }
.about-flow-inputs .bi, .about-flow-outputs .bi { color: var(--brand-lime); }
.about-flow-connector { position: relative; width: 2px; height: 24px; margin: 0 auto; background: rgba(226, 244, 96, .28); }
.about-flow-core { display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid rgba(226, 244, 96, .32); border-radius: 10px; background: rgba(226, 244, 96, .09); }
.about-flow-core > span { display: grid; width: 40px; height: 40px; flex-shrink: 0; place-items: center; border-radius: 9px; background: var(--brand-lime); color: var(--brand-olive); font-size: 18px; }
.about-flow-core strong { display: block; margin-bottom: 4px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; }
.about-flow-core small { display: block; color: rgba(255, 255, 255, .55); font-size: 8px; }
.about-flow-outputs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.about-page-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(226, 244, 96, .14); }
.about-page-proof div { display: flex; align-items: center; gap: 11px; min-height: 78px; padding: 16px 22px; border-right: 1px solid rgba(226, 244, 96, .12); }
.about-page-proof div:last-child { border-right: 0; }
.about-page-proof .bi { color: var(--brand-lime); font-size: 18px; }
.about-page-proof strong { display: block; margin-bottom: 3px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.about-page-proof span { display: block; color: rgba(255, 255, 255, .5); font-size: 8px; }
.about-page-proof p { margin: 0; }
.about-story-section { padding: 100px 32px; background: #fff; }
.about-story-inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 88px; max-width: 1216px; margin: 0 auto; }
.about-story-heading h2, .about-values-heading h2, .about-capabilities-heading h2, .about-partnership-heading h2, .about-audience-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(32px, 3.8vw, 47px); font-weight: 700; line-height: 1.16; letter-spacing: -1.5px; }
.about-story-heading h2 span, .about-values-heading h2 span, .about-capabilities-heading h2 span, .about-partnership-heading h2 span, .about-audience-heading h2 span { color: #7e8e21; }
.about-story-heading > p:not(.about-eyebrow) { max-width: 500px; margin: 24px 0 0; color: #687159; font-size: 15px; line-height: 1.82; }
.about-story-copy { padding: 34px; border: 1px solid #e0e6d6; border-radius: 15px; background: #f7f8f3; }
.about-story-copy > p { margin: 0; color: #59634d; font-size: 14px; line-height: 1.85; }
.about-story-copy > p + p { margin-top: 18px; }
.about-story-focus { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.about-story-focus div { padding: 17px; border: 1px solid #dfe5d5; border-radius: 10px; background: #fff; }
.about-story-focus .bi { color: #7d8d21; font-size: 17px; }
.about-story-focus strong { display: block; margin: 9px 0 4px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.about-story-focus span { display: block; color: #77806c; font-size: 9px; line-height: 1.6; }
.about-belief { padding: 0 32px 100px; background: #fff; }
.about-belief-inner { position: relative; overflow: hidden; max-width: 1216px; margin: 0 auto; padding: 56px; border-radius: 18px; background: var(--brand-olive); color: #fff; }
.about-belief-inner::after { position: absolute; right: -40px; bottom: -110px; width: 330px; height: 330px; border: 1px solid rgba(226, 244, 96, .12); border-radius: 50%; box-shadow: 0 0 0 54px rgba(226, 244, 96, .025); content: ''; }
.about-belief p { position: relative; z-index: 1; margin: 0 0 16px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.5px; }
.about-belief h2 { position: relative; z-index: 1; max-width: 960px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(27px, 3.3vw, 42px); font-weight: 600; line-height: 1.45; letter-spacing: -1.1px; }
.about-belief h2 span { color: var(--brand-lime); }
.about-values-section { padding: 96px 32px; background: #f7f8f3; }
.about-values-inner, .about-capabilities-inner, .about-partnership-inner, .about-audience-inner { max-width: 1216px; margin: 0 auto; }
.about-values-heading, .about-capabilities-heading, .about-audience-heading { display: grid; grid-template-columns: 1fr minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.about-values-heading > p, .about-capabilities-heading > p, .about-audience-heading > p { margin: 0; color: #687159; font-size: 14px; line-height: 1.8; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.about-value-card { min-height: 255px; padding: 25px; border: 1px solid #dfe4d8; border-radius: 13px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.about-value-card:hover { border-color: var(--brand-lime); box-shadow: 0 10px 30px rgba(47, 53, 3, .08); transform: translateY(-4px); }
.about-value-number { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: #8b9a38; font-size: 8px; letter-spacing: 1px; }
.about-value-number .bi { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #e0e7c9; border-radius: 9px; background: rgba(226, 244, 96, .16); color: var(--brand-olive); font-size: 17px; }
.about-value-card h3 { margin: 0 0 10px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.about-value-card p { margin: 0; color: #717a66; font-size: 11px; line-height: 1.75; }
.about-capabilities-section { padding: 96px 32px; background: #fff; }
.about-capabilities-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.about-capability-card { display: flex; align-items: flex-start; gap: 20px; min-height: 210px; padding: 28px; border: 1px solid #e0e6d6; border-radius: 14px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.about-capability-card:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.about-capability-card-featured { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.about-capability-icon { display: grid; width: 48px; height: 48px; flex-shrink: 0; place-items: center; border: 1px solid #e0e7c7; border-radius: 11px; background: rgba(226, 244, 96, .17); font-size: 20px; }
.about-capability-card h3 { margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; }
.about-capability-card p { margin: 0 0 17px; color: #6f7864; font-size: 12px; line-height: 1.72; }
.about-capability-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.about-capability-card li { padding: 6px 9px; border: 1px solid #e2e7da; border-radius: 50px; color: #707a61; font-size: 8px; }
.about-capability-card-featured .about-capability-icon { border-color: rgba(226, 244, 96, .25); color: var(--brand-lime); }
.about-capability-card-featured p, .about-capability-card-featured li { color: rgba(255, 255, 255, .63); }
.about-capability-card-featured li { border-color: rgba(226, 244, 96, .14); }
.about-partnership-section { padding: 96px 32px; background: #f7f8f3; }
.about-partnership-heading { display: grid; grid-template-columns: 1fr minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.about-partnership-heading > p { margin: 0; color: #687159; font-size: 14px; line-height: 1.8; }
.about-partnership-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #dfe4d8; border-radius: 15px; background: #fff; }
.about-partnership-step { position: relative; min-height: 250px; padding: 28px; border-right: 1px solid #dfe4d8; }
.about-partnership-step:last-child { border-right: 0; }
.about-partnership-step > span { display: grid; width: 42px; height: 42px; margin-bottom: 30px; place-items: center; border-radius: 50%; background: var(--brand-olive); color: var(--brand-lime); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.about-partnership-step h3 { margin: 0 0 10px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.about-partnership-step p { margin: 0; color: #727b67; font-size: 11px; line-height: 1.75; }
.about-audience-section { padding: 96px 32px 104px; background: #fff; }
.about-audience-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.about-audience-card { padding: 23px 18px; border: 1px solid #e0e6d6; border-radius: 12px; background: #fff; text-align: center; transition: border-color .2s ease, transform .2s ease; }
.about-audience-card:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.about-audience-card .bi { display: grid; width: 42px; height: 42px; margin: 0 auto 15px; place-items: center; border-radius: 10px; background: rgba(226, 244, 96, .18); font-size: 18px; }
.about-audience-card h3 { margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.about-audience-card p { margin: 0; color: #747d69; font-size: 10px; line-height: 1.65; }
.about-page-cta { padding: 0 32px 100px; background: #fff; }
.about-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 46px 50px; border-radius: 17px; background: var(--brand-olive); color: #fff; }
.about-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.about-page-cta h2 { max-width: 780px; margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 2.8vw, 34px); font-weight: 600; line-height: 1.4; }
.about-page-cta span { display: block; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.about-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 190px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.about-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 991.98px) {
  .testimonials-section { padding: 64px 28px; }
  .testimonials-inner { max-width: 704px; }
  .testimonials-heading { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .testimonials-intro { max-width: none; justify-self: start; }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .testimonial-featured { grid-column: 1 / -1; }
  .testimonial-card { padding: 24px; }
  .testimonial-copy { font-size: 21px; }
  .investment-section { padding: 0 28px 72px; }
  .investment-inner { max-width: 704px; }
  .investment-panel { grid-template-columns: minmax(0, 1fr); gap: 38px; padding: 42px; }
  .industries-section { padding: 72px 28px; }
  .industries-inner { max-width: 704px; }
  .industries-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .industries-heading > p { max-width: none; }
  .industries-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .industry-card { padding: 21px; }
  .industries-cta { align-items: flex-start; flex-direction: column; gap: 22px; }
  .ai-search-section { padding: 72px 28px; }
  .ai-search-inner { max-width: 704px; }
  .ai-search-hero { grid-template-columns: minmax(0, 1fr); gap: 42px; padding: 46px; }
  .ai-search-pillars { grid-template-columns: minmax(0, 1fr); }
  .ai-search-pillars article { min-height: 0; }
  .growth-framework-section { padding: 72px 28px; }
  .growth-framework-inner { max-width: 704px; }
  .growth-framework-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .growth-framework-heading > p { max-width: 610px; }
  .growth-framework-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .growth-step-card { min-height: 300px; }
  .growth-framework-layers { grid-template-columns: minmax(0, 1fr); }
  .growth-contact-cta { align-items: flex-start; flex-direction: column; gap: 24px; padding: 34px; }
  .faq-section { padding: 72px 28px; }
  .faq-inner { grid-template-columns: minmax(0, 1fr); gap: 42px; max-width: 704px; }
  .faq-intro { position: static; }
  .faq-intro > p:not(.about-eyebrow) { max-width: 620px; }
  .faq-contact-card { max-width: 470px; }
  .footer-cta { padding: 0 28px; }
  .footer-cta-inner { max-width: 704px; }
  .footer-main { max-width: 768px; padding-right: 32px; padding-left: 32px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 36px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 599.98px) {
  .testimonials-section { padding: 48px 20px; }
  .testimonials-heading { margin-bottom: 28px; }
  .testimonials-heading h2 { font-size: 30px; letter-spacing: -.8px; }
  .testimonials-intro > p { font-size: 14px; }
  .testimonials-grid { grid-template-columns: minmax(0, 1fr); }
  .testimonial-featured { grid-column: 1; }
  .testimonials-footer { align-items: stretch; flex-direction: column; gap: 14px; }
  .investment-section { padding: 0 20px 56px; }
  .investment-panel { gap: 30px; padding: 32px 22px; border-radius: 14px; }
  .investment-copy h2 { font-size: 29px; letter-spacing: -.8px; }
  .investment-copy > p:not(.investment-eyebrow) { font-size: 14px; }
  .investment-benefits { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .investment-benefit { min-height: 0; padding: 20px; }
  .investment-cta { align-items: stretch; flex-direction: column; gap: 18px; margin: 16px 0 0; padding: 22px; }
  .investment-cta .get-started { width: 100%; }
  .industries-section { padding: 56px 20px; }
  .industries-heading { margin-bottom: 28px; }
  .industries-heading h2 { font-size: 29px; letter-spacing: -.8px; }
  .industries-heading > p { font-size: 14px; }
  .industries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .industry-card { min-height: 158px; padding: 18px 16px; }
  .industry-icon { width: 38px; height: 38px; margin-bottom: 16px; }
  .industry-card h3 { font-size: 13px; }
  .industry-card p { font-size: 10px; }
  .industries-cta { margin-top: 16px; padding: 26px 22px; }
  .industries-cta h3 { font-size: 19px; }
  .industries-cta-button { width: 100%; min-width: 0; }
  .ai-search-section { padding: 56px 20px; }
  .ai-search-hero { gap: 34px; padding: 34px 22px; border-radius: 15px; }
  .ai-search-copy h2 { font-size: 31px; letter-spacing: -1px; }
  .ai-search-copy > p:not(.ai-search-eyebrow) { font-size: 14px; }
  .ai-search-actions { align-items: stretch; flex-direction: column; }
  .ai-search-primary, .ai-search-secondary { width: 100%; }
  .ai-search-demo-body { padding: 16px; }
  .ai-search-demo-bar > small { display: none; }
  .ai-search-pillars { gap: 10px; margin-top: 12px; }
  .ai-search-pillars article { padding: 21px 18px; }
  .growth-framework-section { padding: 56px 20px; }
  .growth-framework-heading { margin-bottom: 28px; }
  .growth-framework-heading h2 { font-size: 29px; letter-spacing: -.8px; }
  .growth-framework-heading > p { font-size: 14px; }
  .growth-framework-steps { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .growth-step-card { min-height: 0; padding: 22px 20px; }
  .growth-step-result { margin-top: 24px; }
  .growth-framework-layers { gap: 10px; margin-top: 12px; }
  .growth-layer { padding: 24px 20px; }
  .growth-layer ul { grid-template-columns: minmax(0, 1fr); }
  .growth-contact-cta { margin-top: 12px; padding: 28px 22px; }
  .growth-contact-cta h3 { font-size: 20px; }
  .growth-contact-cta > a { width: 100%; }
  .faq-section { padding: 56px 20px 64px; }
  .faq-inner { gap: 32px; }
  .faq-intro h2 { font-size: 29px; letter-spacing: -.8px; }
  .faq-intro > p:not(.about-eyebrow) { font-size: 14px; }
  .faq-contact-card { padding: 19px; }
  .faq-accordion .accordion-button { gap: 12px; min-height: 76px; padding: 19px 2px; font-size: 13px; }
  .faq-accordion .accordion-button::after { width: 31px; height: 31px; flex-shrink: 0; font-size: 20px; line-height: 28px; }
  .faq-accordion .accordion-body { padding: 0 38px 22px 28px; font-size: 12px; }
  .footer-cta { padding: 0 20px; }
  .footer-cta-inner { align-items: stretch; flex-direction: column; gap: 20px; padding: 28px 0; }
  .footer-cta-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .footer-cta-primary, .footer-cta-secondary { width: 100%; }
  .footer-main { padding: 50px 20px 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; padding-bottom: 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand > p { max-width: 470px; }
  .footer-capabilities { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-legal-bar { padding: 0 20px; }
  .footer-legal-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding: 14px 0; }
  .footer-legal-inner nav { gap: 16px; }
  .legal-header { padding: 0 20px; }
  .legal-header-inner { min-height: 72px; }
  .legal-header img { width: 145px; }
  .legal-content { padding: 52px 20px 64px; }
  .legal-copy { padding: 26px 20px; }
  .legal-page-footer { padding: 18px 20px; }
  .legal-page-footer-inner { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 991.98px) {
  .about-page-hero-inner { max-width: 768px; padding: 68px 28px 0; }
  .about-page-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .about-page-proof { grid-template-columns: minmax(0, 1fr); max-width: 704px; margin: 0 auto; }
  .about-page-proof div { border-right: 0; border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .about-page-proof div:last-child { border-bottom: 0; }
  .about-story-section, .about-values-section, .about-capabilities-section, .about-partnership-section, .about-audience-section { padding: 72px 28px; }
  .about-story-inner { grid-template-columns: minmax(0, 1fr); gap: 36px; max-width: 704px; }
  .about-belief { padding: 0 28px 72px; }
  .about-belief-inner, .about-values-inner, .about-capabilities-inner, .about-partnership-inner, .about-audience-inner, .about-page-cta-inner { max-width: 704px; }
  .about-values-heading, .about-capabilities-heading, .about-partnership-heading, .about-audience-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .about-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-capabilities-grid { grid-template-columns: minmax(0, 1fr); }
  .about-partnership-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-partnership-step { border-bottom: 1px solid #dfe4d8; }
  .about-partnership-step:nth-child(2) { border-right: 0; }
  .about-partnership-step:nth-child(n+3) { border-bottom: 0; }
  .about-audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-page-cta { padding: 0 28px 72px; }
  .about-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 599.98px) {
  .about-page-hero-inner { padding: 52px 20px 0; }
  .about-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .about-page-hero-copy > p:not(.about-page-kicker) { font-size: 14px; }
  .about-page-hero-actions { align-items: stretch; flex-direction: column; }
  .about-page-hero-primary, .about-page-hero-secondary { width: 100%; }
  .about-flow-body { padding: 20px; }
  .about-flow-inputs, .about-flow-outputs { grid-template-columns: minmax(0, 1fr); }
  .about-page-proof div { padding-right: 20px; padding-left: 20px; }
  .about-story-section, .about-values-section, .about-capabilities-section, .about-partnership-section, .about-audience-section { padding: 56px 20px; }
  .about-story-heading h2, .about-values-heading h2, .about-capabilities-heading h2, .about-partnership-heading h2, .about-audience-heading h2 { font-size: 29px; letter-spacing: -.8px; }
  .about-story-copy { padding: 24px 20px; }
  .about-story-focus { grid-template-columns: minmax(0, 1fr); }
  .about-belief { padding: 0 20px 56px; }
  .about-belief-inner { padding: 34px 22px; }
  .about-belief h2 { font-size: 24px; }
  .about-values-grid, .about-partnership-steps { grid-template-columns: minmax(0, 1fr); }
  .about-value-card { min-height: 0; }
  .about-capability-card { min-height: 0; padding: 23px 20px; }
  .about-partnership-step { min-height: 0; border-right: 0; border-bottom: 1px solid #dfe4d8 !important; }
  .about-partnership-step:last-child { border-bottom: 0 !important; }
  .about-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-page-cta { padding: 0 20px 56px; }
  .about-page-cta-inner { padding: 32px 22px; }
  .about-page-cta a { width: 100%; }
}
@media (max-width: 399.98px) {
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-brand, .footer-links:last-child { grid-column: 1; }
}
/* FAQ page */
.faq-page-hero { position: relative; overflow: hidden; padding: 86px 32px 82px; background: var(--brand-olive); color: #fff; isolation: isolate; }
.faq-page-hero::before { position: absolute; top: -210px; right: -120px; z-index: -1; width: 560px; height: 560px; border-radius: 50%; background: rgba(226, 244, 96, .055); content: ''; }
.faq-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); align-items: center; gap: 76px; max-width: 1216px; margin: 0 auto; }
.faq-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--brand-lime); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.faq-page-eyebrow::before { width: 25px; height: 2px; background: var(--brand-lime); content: ''; }
.faq-page-hero h1 { max-width: 680px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.faq-page-hero h1 span { color: var(--brand-lime); }
.faq-page-hero-copy > p:not(.faq-page-eyebrow) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.faq-page-hero-note { display: flex; align-items: center; gap: 9px; margin-top: 26px; color: rgba(255, 255, 255, .55); font-size: 11px; }
.faq-page-hero-note .bi { color: var(--brand-lime); }
.faq-topic-panel { padding: 24px; border: 1px solid rgba(226, 244, 96, .18); border-radius: 16px; background: rgba(255, 255, 255, .045); }
.faq-topic-panel > p { margin: 0 0 16px; color: rgba(255, 255, 255, .42); font-size: 8px; letter-spacing: 1.2px; }
.faq-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.faq-topic-grid a { display: flex; align-items: center; gap: 10px; min-height: 68px; padding: 13px; border: 1px solid rgba(226, 244, 96, .12); border-radius: 9px; background: rgba(255, 255, 255, .035); color: rgba(255, 255, 255, .75); font-family: 'Poppins', sans-serif; font-size: 9px; line-height: 1.45; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.faq-topic-grid a:hover { border-color: var(--brand-lime); background: rgba(226, 244, 96, .08); color: #fff; }
.faq-topic-grid .bi { display: grid; width: 32px; height: 32px; flex-shrink: 0; place-items: center; border-radius: 8px; background: rgba(226, 244, 96, .11); color: var(--brand-lime); font-size: 14px; }
.faq-library-section { padding: 94px 32px 104px; background: #fff; }
.faq-library-inner { display: grid; grid-template-columns: minmax(270px, .63fr) minmax(0, 1.37fr); align-items: start; gap: 70px; max-width: 1216px; margin: 0 auto; }
.faq-page-sidebar { position: sticky; top: 30px; }
.faq-page-sidebar h2 { margin: 0 0 16px; font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 700; line-height: 1.22; letter-spacing: -.8px; }
.faq-page-sidebar > p { margin: 0; color: #6b745f; font-size: 13px; line-height: 1.75; }
.faq-page-contact { margin-top: 26px; padding: 22px; border-radius: 12px; background: var(--brand-olive); color: #fff; }
.faq-page-contact > i { color: var(--brand-lime); font-size: 22px; }
.faq-page-contact h3 { margin: 14px 0 7px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.faq-page-contact p { margin: 0 0 17px; color: rgba(255, 255, 255, .62); font-size: 11px; line-height: 1.65; }
.faq-page-contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-lime); font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.faq-library-tools { margin-bottom: 24px; }
.faq-search-wrap { position: relative; }
.faq-search-wrap .bi { position: absolute; top: 50%; left: 18px; color: #7d8b31; font-size: 16px; transform: translateY(-50%); }
.faq-search { width: 100%; min-height: 54px; padding: 13px 18px 13px 48px; border: 1px solid #dce3d2; border-radius: 10px; background: #f9faf6; color: var(--brand-olive); font: 13px 'Roboto', sans-serif; transition: border-color .18s ease, box-shadow .18s ease; }
.faq-search:focus { border-color: #aeba55; outline: 0; box-shadow: 0 0 0 3px rgba(226, 244, 96, .25); }
.faq-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.faq-filter { padding: 8px 12px; border: 1px solid #dce3d2; border-radius: 50px; background: #fff; color: #687159; font-size: 10px; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.faq-filter:hover, .faq-filter[aria-pressed='true'] { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.faq-result-count { margin: 14px 0 0; color: #858d7a; font-size: 9px; }
.faq-page-accordion .accordion-item[hidden] { display: none; }
.faq-page-accordion .accordion-button { min-height: 88px; }
.faq-page-accordion .accordion-button > span { min-width: 104px; }
.faq-no-results { padding: 38px; border: 1px dashed #cfd7c3; border-radius: 12px; background: #f9faf6; text-align: center; }
.faq-no-results .bi { color: #88972f; font-size: 25px; }
.faq-no-results h3 { margin: 13px 0 6px; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; }
.faq-no-results p { margin: 0; color: #717a67; font-size: 12px; }
.faq-page-cta { padding: 0 32px 100px; background: #fff; }
.faq-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 42px 46px; border-radius: 16px; background: var(--brand-olive); color: #fff; }
.faq-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.2px; }
.faq-page-cta h2 { max-width: 760px; margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 2.8vw, 34px); font-weight: 600; line-height: 1.4; }
.faq-page-cta span { display: block; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.faq-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 180px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.faq-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 991.98px) {
  .faq-page-hero { padding: 68px 28px; }
  .faq-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 42px; max-width: 704px; }
  .faq-library-section { padding: 72px 28px; }
  .faq-library-inner { grid-template-columns: minmax(0, 1fr); gap: 38px; max-width: 704px; }
  .faq-page-sidebar { position: static; }
  .faq-page-sidebar > p { max-width: 580px; }
  .faq-page-contact { max-width: 440px; }
  .faq-page-cta { padding: 0 28px 72px; }
  .faq-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 22px; max-width: 704px; }
}
@media (max-width: 599.98px) {
  .faq-page-hero { padding: 52px 20px; }
  .faq-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .faq-page-hero-copy > p:not(.faq-page-eyebrow) { font-size: 14px; }
  .faq-topic-panel { padding: 18px; }
  .faq-topic-grid { grid-template-columns: minmax(0, 1fr); }
  .faq-library-section { padding: 56px 20px; }
  .faq-page-sidebar h2 { font-size: 27px; }
  .faq-page-accordion .accordion-button { align-items: flex-start; gap: 8px; flex-direction: column; min-height: 0; padding: 19px 2px; }
  .faq-page-accordion .accordion-button::after { position: absolute; top: 18px; right: 2px; }
  .faq-page-accordion .accordion-button > span { min-width: 0; padding-right: 40px; }
  .faq-page-accordion .accordion-body { padding: 0 36px 22px 2px; }
  .faq-page-cta { padding: 0 20px 56px; }
  .faq-page-cta-inner { padding: 30px 22px; }
  .faq-page-cta a { width: 100%; }
}
/* Industries page */
.industries-page-hero { position: relative; overflow: hidden; padding: 86px 32px 80px; background: var(--brand-olive); color: #fff; isolation: isolate; }
.industries-page-hero::before { position: absolute; top: -210px; right: -100px; z-index: -1; width: 560px; height: 560px; border-radius: 50%; background: rgba(226, 244, 96, .05); content: ''; }
.industries-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); align-items: center; gap: 76px; max-width: 1216px; margin: 0 auto; }
.industries-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--brand-lime); font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.industries-page-eyebrow::before { width: 25px; height: 2px; background: var(--brand-lime); content: ''; }
.industries-page-hero h1 { max-width: 690px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.industries-page-hero h1 span { color: var(--brand-lime); }
.industries-page-hero-copy > p:not(.industries-page-eyebrow) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.industries-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.industries-page-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.industries-page-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.industries-page-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.industries-page-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.industry-system-card { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 16px; background: #252b08; box-shadow: 0 28px 70px rgba(0, 0, 0, .2); }
.industry-system-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 46px; padding: 0 17px; border-bottom: 1px solid rgba(226, 244, 96, .12); color: rgba(255, 255, 255, .42); font-size: 8px; letter-spacing: .8px; }
.industry-system-bar span:first-child { color: var(--brand-lime); }
.industry-system-body { padding: 26px; }
.industry-system-body > p { margin: 0 0 18px; color: rgba(255, 255, 255, .42); font-size: 8px; letter-spacing: 1.1px; }
.industry-system-inputs, .industry-system-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.industry-system-inputs span, .industry-system-results span { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 8px; background: rgba(255, 255, 255, .035); color: rgba(255, 255, 255, .62); font-size: 8px; line-height: 1.4; }
.industry-system-inputs .bi, .industry-system-results .bi { color: var(--brand-lime); }
.industry-system-line { width: 2px; height: 22px; margin: 0 auto; background: rgba(226, 244, 96, .28); }
.industry-system-core { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid rgba(226, 244, 96, .3); border-radius: 10px; background: rgba(226, 244, 96, .08); }
.industry-system-core > i { display: grid; width: 38px; height: 38px; flex-shrink: 0; place-items: center; border-radius: 9px; background: var(--brand-lime); color: var(--brand-olive); }
.industry-system-core strong { display: block; margin-bottom: 3px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.industry-system-core small { display: block; color: rgba(255, 255, 255, .5); font-size: 8px; }
.industries-directory-section { padding: 96px 32px 104px; background: #fff; }
.industries-directory-inner, .industry-needs-inner, .industry-approach-inner { max-width: 1216px; margin: 0 auto; }
.industries-directory-heading, .industry-needs-heading, .industry-approach-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.industries-directory-heading h2, .industry-needs-heading h2, .industry-approach-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(32px, 3.8vw, 47px); font-weight: 700; line-height: 1.16; letter-spacing: -1.5px; }
.industries-directory-heading h2 span, .industry-needs-heading h2 span, .industry-approach-heading h2 span { color: #7e8e21; }
.industries-directory-heading > p, .industry-needs-heading > p, .industry-approach-heading > p { margin: 0; color: #687159; font-size: 14px; line-height: 1.8; }
.industries-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.industry-detail-card { display: flex; min-height: 330px; flex-direction: column; padding: 27px; border: 1px solid #dfe4d8; border-radius: 13px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.industry-detail-card:hover { border-color: var(--brand-lime); box-shadow: 0 10px 30px rgba(47, 53, 3, .08), inset 0 3px 0 var(--brand-lime); transform: translateY(-4px); }
.industry-detail-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.industry-detail-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #dfe7c5; border-radius: 10px; background: rgba(226, 244, 96, .17); font-size: 20px; }
.industry-detail-top > span:last-child { color: #909d48; font-size: 8px; letter-spacing: 1px; }
.industry-detail-card h3 { margin: 0 0 9px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; }
.industry-detail-card > p { margin: 0; color: #6f7864; font-size: 12px; line-height: 1.75; }
.industry-detail-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 22px 0 0; list-style: none; }
.industry-detail-card li { padding: 6px 9px; border: 1px solid #e0e6d8; border-radius: 50px; color: #707963; font-size: 8px; }
.industry-needs-section { padding: 96px 32px; background: #f7f8f3; }
.industry-needs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.industry-need-card { padding: 25px; border: 1px solid #dfe4d8; border-radius: 13px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.industry-need-card:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.industry-need-card > span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 10px; background: var(--brand-olive); color: var(--brand-lime); font-size: 17px; }
.industry-need-card h3 { margin: 0 0 9px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.industry-need-card p { margin: 0; color: #707965; font-size: 11px; line-height: 1.75; }
.industry-approach-section { padding: 96px 32px 104px; background: #fff; }
.industry-approach-panel { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 64px; padding: 52px; border-radius: 18px; background: var(--brand-olive); color: #fff; }
.industry-approach-copy p { margin: 0 0 15px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.industry-approach-copy h2 { margin: 0 0 17px; font-family: 'Poppins', sans-serif; font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; line-height: 1.3; letter-spacing: -1px; }
.industry-approach-copy span { display: block; color: rgba(255, 255, 255, .64); font-size: 13px; line-height: 1.8; }
.industry-approach-steps { display: grid; gap: 10px; }
.industry-approach-step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px; border: 1px solid rgba(226, 244, 96, .14); border-radius: 10px; background: rgba(255, 255, 255, .04); }
.industry-approach-step > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.industry-approach-step h3 { margin: 0 0 5px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.industry-approach-step p { margin: 0; color: rgba(255, 255, 255, .57); font-size: 10px; line-height: 1.65; }
.industries-page-cta { padding: 0 32px 100px; background: #fff; }
.industries-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 42px 46px; border: 1px solid #dfe4d8; border-radius: 16px; background: #f7f8f3; }
.industries-page-cta p { margin: 0 0 8px; color: #7c8b25; font-size: 9px; font-weight: 500; letter-spacing: 1.2px; }
.industries-page-cta h2 { max-width: 760px; margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 2.8vw, 34px); font-weight: 600; line-height: 1.4; }
.industries-page-cta span { display: block; color: #687159; font-size: 12px; line-height: 1.7; }
.industries-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 196px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-olive); border-radius: 50px; background: var(--brand-olive); color: #fff; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.industries-page-cta a:hover { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); }
@media (max-width: 991.98px) {
  .industries-page-hero { padding: 68px 28px; }
  .industries-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .industries-directory-section, .industry-needs-section, .industry-approach-section { padding: 72px 28px; }
  .industries-directory-inner, .industry-needs-inner, .industry-approach-inner { max-width: 704px; }
  .industries-directory-heading, .industry-needs-heading, .industry-approach-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .industries-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .industry-approach-panel { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 42px; }
  .industries-page-cta { padding: 0 28px 72px; }
  .industries-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 22px; max-width: 704px; }
}
@media (max-width: 599.98px) {
  .industries-page-hero { padding: 52px 20px; }
  .industries-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .industries-page-hero-copy > p:not(.industries-page-eyebrow) { font-size: 14px; }
  .industries-page-actions { align-items: stretch; flex-direction: column; }
  .industries-page-actions a { width: 100%; }
  .industry-system-body { padding: 20px; }
  .industries-directory-section, .industry-needs-section, .industry-approach-section { padding: 56px 20px; }
  .industries-directory-heading h2, .industry-needs-heading h2, .industry-approach-heading h2 { font-size: 29px; letter-spacing: -.8px; }
  .industries-directory-grid, .industry-needs-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .industry-detail-card { min-height: 0; padding: 23px 20px; }
  .industry-detail-card ul { margin-top: 22px; }
  .industry-approach-panel { padding: 32px 22px; }
  .industries-page-cta { padding: 0 20px 56px; }
  .industries-page-cta-inner { padding: 30px 22px; }
  .industries-page-cta a { width: 100%; }
}
/* How We Work page */
.work-page-hero { position: relative; overflow: hidden; padding: 86px 32px 0; background: var(--brand-olive); color: #fff; isolation: isolate; }
.work-page-hero::before { position: absolute; top: -250px; left: 56%; z-index: -1; width: 620px; height: 620px; border: 1px solid rgba(226, 244, 96, .09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(226, 244, 96, .018), 0 0 0 180px rgba(226, 244, 96, .012); content: ''; }
.work-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); align-items: center; gap: 76px; max-width: 1216px; margin: 0 auto; padding-bottom: 72px; }
.work-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.work-page-hero .work-page-eyebrow { color: var(--brand-lime); }
.work-page-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.work-page-hero h1 { max-width: 680px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.work-page-hero h1 span, .work-section-heading h2 span { color: var(--brand-lime); }
.work-page-hero-copy > p:not(.work-page-eyebrow) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.work-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.work-page-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.work-page-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.work-page-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.work-page-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.work-map { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.work-map-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 20px; border-bottom: 1px solid rgba(226, 244, 96, .14); background: rgba(226, 244, 96, .045); }
.work-map-heading span { color: var(--brand-lime); font-size: 8px; letter-spacing: 1.3px; }
.work-map-heading strong { color: rgba(255, 255, 255, .64); font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 500; }
.work-map ol { margin: 0; padding: 14px 20px 20px; list-style: none; }
.work-map li { position: relative; display: grid; grid-template-columns: 40px 1fr 28px; align-items: center; gap: 12px; min-height: 62px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.work-map li:last-child { border-bottom: 0; }
.work-map li > span { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgba(226, 244, 96, .22); border-radius: 50%; color: var(--brand-lime); font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; }
.work-map li strong, .work-map li small { display: block; }
.work-map li strong { margin-bottom: 3px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.work-map li small { color: rgba(255, 255, 255, .5); font-size: 10px; }
.work-map li > .bi { color: var(--brand-lime); font-size: 14px; text-align: center; }
.work-page-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1216px; margin: 0 auto; border-top: 1px solid rgba(226, 244, 96, .14); }
.work-page-proof span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 72px; border-right: 1px solid rgba(226, 244, 96, .12); color: rgba(255, 255, 255, .62); font-family: 'Poppins', sans-serif; font-size: 10px; }
.work-page-proof span:last-child { border-right: 0; }
.work-page-proof .bi { color: var(--brand-lime); font-size: 15px; }
.work-process-section, .work-collaboration-section, .work-principles-section { padding: 96px 32px; background: #fff; }
.work-section-inner { max-width: 1216px; margin: 0 auto; }
.work-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.work-section-heading h2 { max-width: 720px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.work-section-heading h2 span { color: #84921f; }
.work-section-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.work-process-list { display: grid; gap: 14px; }
.work-process-card { display: grid; grid-template-columns: 62px 54px minmax(0, 1fr) minmax(190px, .33fr); align-items: center; gap: 24px; padding: 28px 30px; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.work-process-card:hover { border-color: var(--brand-lime); box-shadow: 0 12px 30px rgba(47, 53, 3, .07), inset 4px 0 0 var(--brand-lime); transform: translateY(-3px); }
.work-process-number { color: #a5ad98; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1px; }
.work-process-icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 12px; background: #f1f5d6; color: var(--brand-olive); font-size: 19px; }
.work-process-content > p { margin: 0 0 6px; color: #82901e; font-size: 8px; font-weight: 500; letter-spacing: 1.3px; }
.work-process-content h3 { margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 600; }
.work-process-content > span { display: block; max-width: 610px; color: #687159; font-size: 12px; line-height: 1.65; }
.work-process-content ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; }
.work-process-content li { padding: 5px 9px; border: 1px solid #e3e7dc; border-radius: 50px; background: #f8f9f5; color: #626b56; font-size: 8px; }
.work-process-card aside { padding-left: 22px; border-left: 1px solid #e2e6dc; }
.work-process-card aside strong, .work-process-card aside span { display: block; }
.work-process-card aside strong { margin-bottom: 7px; color: #82901e; font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: .8px; text-transform: uppercase; }
.work-process-card aside span { color: #687159; font-size: 10px; line-height: 1.6; }
.work-collaboration-section { background: #f6f7f2; }
.work-collaboration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.work-collaboration-card { padding: 34px; border: 1px solid #dfe4d8; border-radius: 16px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.work-collaboration-card:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.work-collaboration-dark { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.work-collaboration-title { display: flex; align-items: center; gap: 14px; padding-bottom: 21px; border-bottom: 1px solid #e2e6dc; }
.work-collaboration-dark .work-collaboration-title { border-color: rgba(226, 244, 96, .15); }
.work-collaboration-title .bi { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: var(--brand-lime); color: var(--brand-olive); font-size: 17px; }
.work-collaboration-title h3 { margin: 0; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; }
.work-collaboration-card ul { display: grid; gap: 15px; margin: 24px 0 0; padding: 0; list-style: none; }
.work-collaboration-card li { display: flex; align-items: flex-start; gap: 10px; color: #626b56; font-size: 12px; line-height: 1.55; }
.work-collaboration-dark li { color: rgba(255, 255, 255, .68); }
.work-collaboration-card li .bi { flex-shrink: 0; margin-top: 2px; color: #9cad17; }
.work-collaboration-dark li .bi { color: var(--brand-lime); }
.work-principles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.work-principles-grid article { min-height: 230px; padding: 28px 24px; border: 1px solid #dfe4d8; border-radius: 14px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.work-principles-grid article:hover { border-color: var(--brand-lime); box-shadow: inset 0 3px 0 var(--brand-lime); transform: translateY(-3px); }
.work-principles-grid .bi { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 28px; border-radius: 10px; background: #f1f5d6; font-size: 17px; }
.work-principles-grid h3 { margin: 0 0 10px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.work-principles-grid p { margin: 0; color: #687159; font-size: 11px; line-height: 1.7; }
.work-page-cta { padding: 0 32px 100px; background: #fff; }
.work-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 44px 48px; border-radius: 17px; background: var(--brand-olive); color: #fff; }
.work-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.work-page-cta h2 { margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: clamp(24px, 3vw, 35px); font-weight: 600; line-height: 1.35; }
.work-page-cta span { display: block; max-width: 710px; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.work-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 192px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.work-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 1199.98px) and (min-width: 992px) {
  .work-page-hero-inner { gap: 48px; }
  .work-process-card { grid-template-columns: 44px 50px minmax(0, 1fr) minmax(170px, .3fr); gap: 18px; padding: 26px 22px; }
}
@media (max-width: 991.98px) {
  .work-page-hero { padding: 68px 28px 0; }
  .work-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .work-page-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 704px; }
  .work-page-proof span:nth-child(2) { border-right: 0; }
  .work-page-proof span:nth-child(-n+2) { border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .work-process-section, .work-collaboration-section, .work-principles-section { padding: 72px 28px; }
  .work-section-inner, .work-page-cta-inner { max-width: 704px; }
  .work-section-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .work-process-card { grid-template-columns: 50px minmax(0, 1fr); align-items: start; }
  .work-process-number { display: none; }
  .work-process-card aside { grid-column: 2; padding: 16px 0 0; border-top: 1px solid #e2e6dc; border-left: 0; }
  .work-principles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-page-cta { padding: 0 28px 72px; }
  .work-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 599.98px) {
  .work-page-hero { padding: 52px 20px 0; }
  .work-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .work-page-hero-copy > p:not(.work-page-eyebrow) { font-size: 14px; }
  .work-page-actions { align-items: stretch; flex-direction: column; }
  .work-page-actions a { width: 100%; }
  .work-map-heading { align-items: flex-start; flex-direction: column; }
  .work-map ol { padding-right: 16px; padding-left: 16px; }
  .work-page-proof { grid-template-columns: minmax(0, 1fr); }
  .work-page-proof span { justify-content: flex-start; min-height: 54px; padding: 0 16px; border-right: 0; border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .work-page-proof span:last-child { border-bottom: 0; }
  .work-process-section, .work-collaboration-section, .work-principles-section { padding: 56px 20px; }
  .work-section-heading { margin-bottom: 30px; }
  .work-section-heading h2 { font-size: 29px; letter-spacing: -.8px; }
  .work-process-card { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 24px 20px; }
  .work-process-card aside { grid-column: 1; }
  .work-process-content ul { align-items: flex-start; flex-direction: column; }
  .work-collaboration-grid, .work-principles-grid { grid-template-columns: minmax(0, 1fr); }
  .work-collaboration-card { padding: 26px 22px; }
  .work-principles-grid article { min-height: 0; }
  .work-page-cta { padding: 0 20px 56px; }
  .work-page-cta-inner { padding: 32px 22px; }
  .work-page-cta a { width: 100%; }
}
/* Client Reviews page */
.reviews-page-hero { position: relative; overflow: hidden; padding: 86px 32px 0; background: var(--brand-olive); color: #fff; isolation: isolate; }
.reviews-page-hero::before { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 82% 12%, rgba(226, 244, 96, .1), transparent 28%), linear-gradient(115deg, rgba(226, 244, 96, .035), transparent 44%); content: ''; }
.reviews-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr); align-items: center; gap: 76px; max-width: 1216px; margin: 0 auto; padding-bottom: 72px; }
.reviews-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.reviews-page-hero .reviews-page-eyebrow { color: var(--brand-lime); }
.reviews-page-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.reviews-page-hero h1 { max-width: 690px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.reviews-page-hero h1 span, .reviews-section-heading h2 span { color: var(--brand-lime); }
.reviews-page-hero-copy > p:not(.reviews-page-eyebrow) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.reviews-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.reviews-page-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.reviews-page-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.reviews-page-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.reviews-page-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.reviews-trust-panel { padding: 30px; border: 1px solid rgba(226, 244, 96, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.reviews-trust-heading { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid rgba(226, 244, 96, .14); }
.reviews-trust-heading > .bi { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: var(--brand-lime); color: var(--brand-olive); font-size: 19px; }
.reviews-trust-heading span, .reviews-trust-heading strong { display: block; }
.reviews-trust-heading span { margin-bottom: 3px; color: var(--brand-lime); font-size: 8px; letter-spacing: 1.2px; }
.reviews-trust-heading strong { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; }
.reviews-trust-panel ul { display: grid; gap: 17px; margin: 24px 0; padding: 0; list-style: none; }
.reviews-trust-panel li { display: flex; align-items: flex-start; gap: 11px; color: rgba(255, 255, 255, .58); font-size: 10px; line-height: 1.55; }
.reviews-trust-panel li > .bi { flex-shrink: 0; margin-top: 2px; color: var(--brand-lime); }
.reviews-trust-panel li strong, .reviews-trust-panel li span { display: block; }
.reviews-trust-panel li strong { margin-bottom: 3px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.reviews-trust-status { display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid rgba(226, 244, 96, .13); border-radius: 9px; background: rgba(226, 244, 96, .045); color: rgba(255, 255, 255, .65); font-size: 9px; }
.reviews-trust-status > span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-lime); box-shadow: 0 0 0 4px rgba(226, 244, 96, .08); }
.reviews-page-strip { display: flex; align-items: center; justify-content: center; gap: 26px; max-width: 1216px; min-height: 68px; margin: 0 auto; border-top: 1px solid rgba(226, 244, 96, .14); color: rgba(255, 255, 255, .58); font-family: 'Poppins', sans-serif; font-size: 9px; letter-spacing: .4px; }
.reviews-page-strip .bi { color: var(--brand-lime); font-size: 11px; }
.reviews-board-section, .reviews-experience-section, .reviews-proof-section { padding: 96px 32px; background: #fff; }
.reviews-page-inner { max-width: 1216px; margin: 0 auto; }
.reviews-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.reviews-section-heading h2 { max-width: 720px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.reviews-section-heading h2 span { color: #84921f; }
.reviews-section-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.reviews-empty-banner { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 20px; margin-bottom: 18px; padding: 24px 28px; border: 1px dashed #b9c27e; border-radius: 14px; background: #f7f9e9; }
.reviews-empty-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 12px; background: var(--brand-olive); color: var(--brand-lime); font-size: 21px; }
.reviews-empty-banner p { margin: 0 0 4px; color: #82901e; font-size: 8px; font-weight: 500; letter-spacing: 1.3px; }
.reviews-empty-banner h3 { margin: 0 0 4px; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; }
.reviews-empty-banner span { color: #687159; font-size: 11px; line-height: 1.6; }
.reviews-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.reviews-category-card { display: flex; min-height: 350px; flex-direction: column; padding: 28px; border: 1px solid #dfe4d8; border-radius: 15px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.reviews-category-card:hover { border-color: var(--brand-lime); box-shadow: inset 0 3px 0 var(--brand-lime), 0 12px 30px rgba(47, 53, 3, .07); transform: translateY(-4px); }
.reviews-category-featured { background: var(--brand-olive); color: #fff; }
.reviews-category-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 38px; color: #82901e; font-size: 8px; font-weight: 500; letter-spacing: 1.1px; }
.reviews-category-featured .reviews-category-top { color: var(--brand-lime); }
.reviews-category-top .bi { font-size: 18px; }
.reviews-category-card h3 { margin: 0 0 13px; font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 600; line-height: 1.4; }
.reviews-category-card > p { margin: 0; color: #687159; font-size: 11px; line-height: 1.75; }
.reviews-category-featured > p { color: rgba(255, 255, 255, .62); }
.reviews-placeholder { display: flex; align-items: flex-start; gap: 10px; margin-top: auto; padding-top: 24px; border-top: 1px solid #e2e6dc; color: #8a9280; font-size: 10px; line-height: 1.55; }
.reviews-category-featured .reviews-placeholder { border-color: rgba(226, 244, 96, .14); color: rgba(255, 255, 255, .5); }
.reviews-placeholder .bi { flex-shrink: 0; color: #9cad17; font-size: 16px; }
.reviews-category-featured .reviews-placeholder .bi { color: var(--brand-lime); }
.reviews-experience-section { background: #f6f7f2; }
.reviews-experience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.reviews-experience-grid article { position: relative; min-height: 260px; padding: 28px 24px; overflow: hidden; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.reviews-experience-grid article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.reviews-experience-grid article > span { position: absolute; top: 18px; right: 20px; color: #d8ddcd; font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 700; }
.reviews-experience-grid .bi { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 34px; border-radius: 10px; background: #f1f5d6; font-size: 17px; }
.reviews-experience-grid h3 { margin: 0 0 10px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.45; }
.reviews-experience-grid p { margin: 0; color: #687159; font-size: 11px; line-height: 1.7; }
.reviews-proof-inner { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); align-items: start; gap: 80px; }
.reviews-proof-inner > div:first-child { position: sticky; top: 28px; }
.reviews-proof-inner h2 { margin: 0 0 15px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -1.2px; }
.reviews-proof-inner > div:first-child > p:last-child { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.reviews-proof-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.reviews-proof-list article { display: flex; align-items: flex-start; gap: 15px; padding: 23px; border: 1px solid #dfe4d8; border-radius: 13px; transition: border-color .18s ease, transform .18s ease; }
.reviews-proof-list article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.reviews-proof-list .bi { display: inline-flex; align-items: center; justify-content: center; width: 39px; height: 39px; flex-shrink: 0; border-radius: 9px; background: var(--brand-olive); color: var(--brand-lime); font-size: 15px; }
.reviews-proof-list h3 { margin: 1px 0 7px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.reviews-proof-list p { margin: 0; color: #687159; font-size: 10px; line-height: 1.65; }
.reviews-page-cta { padding: 0 32px 100px; background: #fff; }
.reviews-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 44px 48px; border-radius: 17px; background: var(--brand-olive); color: #fff; }
.reviews-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.reviews-page-cta h2 { max-width: 800px; margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 3vw, 34px); font-weight: 600; line-height: 1.4; }
.reviews-page-cta span { display: block; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.reviews-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 192px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.reviews-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 991.98px) {
  .reviews-page-hero { padding: 68px 28px 0; }
  .reviews-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .reviews-page-strip { max-width: 704px; flex-wrap: wrap; gap: 12px 18px; padding: 18px 0; }
  .reviews-board-section, .reviews-experience-section, .reviews-proof-section { padding: 72px 28px; }
  .reviews-page-inner, .reviews-page-cta-inner { max-width: 704px; }
  .reviews-section-heading, .reviews-proof-inner { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .reviews-category-grid { grid-template-columns: minmax(0, 1fr); }
  .reviews-category-card { min-height: 290px; }
  .reviews-experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-proof-inner > div:first-child { position: static; margin-bottom: 22px; }
  .reviews-page-cta { padding: 0 28px 72px; }
  .reviews-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 599.98px) {
  .reviews-page-hero { padding: 52px 20px 0; }
  .reviews-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .reviews-page-hero-copy > p:not(.reviews-page-eyebrow) { font-size: 14px; }
  .reviews-page-actions { align-items: stretch; flex-direction: column; }
  .reviews-page-actions a { width: 100%; }
  .reviews-trust-panel { padding: 24px 20px; }
  .reviews-page-strip { align-items: flex-start; flex-direction: column; padding: 20px 0; }
  .reviews-page-strip .bi { display: none; }
  .reviews-board-section, .reviews-experience-section, .reviews-proof-section { padding: 56px 20px; }
  .reviews-section-heading { margin-bottom: 30px; }
  .reviews-section-heading h2, .reviews-proof-inner h2 { font-size: 29px; letter-spacing: -.8px; }
  .reviews-empty-banner { grid-template-columns: minmax(0, 1fr); padding: 22px 20px; }
  .reviews-category-card { min-height: 320px; padding: 25px 21px; }
  .reviews-experience-grid, .reviews-proof-list { grid-template-columns: minmax(0, 1fr); }
  .reviews-experience-grid article { min-height: 0; }
  .reviews-page-cta { padding: 0 20px 56px; }
  .reviews-page-cta-inner { padding: 32px 22px; }
  .reviews-page-cta a { width: 100%; }
}
/* Technology Stack page */
.tech-page-hero { position: relative; overflow: hidden; padding: 86px 32px 0; background: var(--brand-olive); color: #fff; isolation: isolate; }
.tech-page-hero::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(226, 244, 96, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(226, 244, 96, .04) 1px, transparent 1px), radial-gradient(circle at 78% 18%, rgba(226, 244, 96, .1), transparent 27%); background-size: 48px 48px, 48px 48px, auto; content: ''; mask-image: linear-gradient(to right, transparent 28%, #000 100%); }
.tech-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); align-items: center; gap: 72px; max-width: 1216px; margin: 0 auto; padding-bottom: 72px; }
.tech-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.tech-page-hero .tech-page-eyebrow { color: var(--brand-lime); }
.tech-page-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.tech-page-hero h1 { max-width: 690px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.tech-page-hero h1 span, .tech-section-heading h2 span { color: var(--brand-lime); }
.tech-page-hero-copy > p:not(.tech-page-eyebrow) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.tech-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.tech-page-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.tech-page-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.tech-page-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.tech-page-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.tech-architecture { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.tech-architecture-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 20px; border-bottom: 1px solid rgba(226, 244, 96, .14); font-size: 8px; letter-spacing: 1px; }
.tech-architecture-bar span:first-child { color: var(--brand-lime); }
.tech-architecture-bar span:last-child { color: rgba(255, 255, 255, .48); }
.tech-architecture-body { display: grid; justify-items: center; gap: 13px; padding: 24px; }
.tech-architecture-input, .tech-architecture-core, .tech-architecture-platforms { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.tech-architecture-input span, .tech-architecture-platforms span { padding: 10px 7px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; color: rgba(255, 255, 255, .57); font-size: 9px; text-align: center; }
.tech-architecture-core span { display: flex; min-height: 68px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 10px 7px; border: 1px solid rgba(226, 244, 96, .2); border-radius: 10px; background: rgba(226, 244, 96, .06); color: #fff; font-family: 'Poppins', sans-serif; font-size: 9px; text-align: center; }
.tech-architecture-core .bi { color: var(--brand-lime); font-size: 17px; }
.tech-architecture-body > .bi { color: var(--brand-lime); font-size: 13px; }
.tech-architecture-result { display: flex; width: 100%; align-items: center; gap: 13px; margin-top: 2px; padding: 15px; border-radius: 10px; background: var(--brand-lime); color: var(--brand-olive); }
.tech-architecture-result > .bi { font-size: 20px; }
.tech-architecture-result strong, .tech-architecture-result small { display: block; }
.tech-architecture-result strong { margin-bottom: 2px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.tech-architecture-result small { font-size: 8px; opacity: .7; }
.tech-page-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1216px; margin: 0 auto; border-top: 1px solid rgba(226, 244, 96, .14); }
.tech-page-proof span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 72px; border-right: 1px solid rgba(226, 244, 96, .12); color: rgba(255, 255, 255, .62); font-family: 'Poppins', sans-serif; font-size: 10px; }
.tech-page-proof span:last-child { border-right: 0; }
.tech-page-proof .bi { color: var(--brand-lime); font-size: 15px; }
.tech-groups-section, .tech-choice-section, .tech-solutions-section { padding: 96px 32px; background: #fff; }
.tech-page-inner { max-width: 1216px; margin: 0 auto; }
.tech-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.tech-section-heading h2 { max-width: 720px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.tech-section-heading h2 span { color: #84921f; }
.tech-section-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.tech-groups-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tech-group-card { display: flex; min-height: 365px; flex-direction: column; padding: 28px; border: 1px solid #dfe4d8; border-radius: 15px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.tech-group-card:hover { border-color: var(--brand-lime); box-shadow: inset 0 3px 0 var(--brand-lime), 0 12px 30px rgba(47, 53, 3, .07); transform: translateY(-4px); }
.tech-group-featured { border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.tech-group-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 30px; }
.tech-group-top > span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 11px; background: #f1f5d6; color: var(--brand-olive); font-size: 18px; }
.tech-group-featured .tech-group-top > span { background: var(--brand-lime); }
.tech-group-top p { margin: 0; color: #82901e; font-size: 8px; font-weight: 500; letter-spacing: 1.1px; }
.tech-group-featured .tech-group-top p { color: var(--brand-lime); }
.tech-group-card h3 { margin: 0 0 12px; font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; }
.tech-group-card > p { margin: 0; color: #687159; font-size: 11px; line-height: 1.75; }
.tech-group-featured > p { color: rgba(255, 255, 255, .62); }
.tech-group-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 22px 0 0; list-style: none; }
.tech-group-card li { padding: 6px 9px; border: 1px solid #e2e6dc; border-radius: 50px; background: #f8f9f5; color: #626b56; font-size: 8px; }
.tech-group-featured li { border-color: rgba(226, 244, 96, .17); background: rgba(226, 244, 96, .055); color: rgba(255, 255, 255, .65); }
.tech-choice-section { background: #f6f7f2; }
.tech-choice-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.tech-choice-grid article { position: relative; min-height: 245px; padding: 26px 22px; overflow: hidden; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.tech-choice-grid article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.tech-choice-grid article > span { position: absolute; top: 18px; right: 19px; color: #d8ddcd; font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 700; }
.tech-choice-grid .bi { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 10px; background: var(--brand-olive); color: var(--brand-lime); font-size: 16px; }
.tech-choice-grid h3 { margin: 0 0 9px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; }
.tech-choice-grid p { margin: 0; color: #687159; font-size: 10px; line-height: 1.65; }
.tech-solutions-inner { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: 76px; }
.tech-solutions-copy { position: sticky; top: 28px; }
.tech-solutions-copy h2 { margin: 0 0 15px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.2; letter-spacing: -1.2px; }
.tech-solutions-copy > p:last-of-type { margin: 0 0 23px; color: #687159; font-size: 13px; line-height: 1.75; }
.tech-solutions-copy a { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 9px 17px; border: 1px solid var(--brand-olive); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.tech-solutions-copy a:hover { border-color: var(--brand-lime); background: var(--brand-lime); }
.tech-solution-list { display: grid; gap: 12px; }
.tech-solution-list article { display: flex; align-items: flex-start; gap: 17px; padding: 23px; border: 1px solid #dfe4d8; border-radius: 13px; transition: border-color .18s ease, transform .18s ease; }
.tech-solution-list article:hover { border-color: var(--brand-lime); transform: translateX(4px); }
.tech-solution-list article > .bi { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; flex-shrink: 0; border-radius: 10px; background: #f1f5d6; font-size: 17px; }
.tech-solution-list h3 { margin: 0 0 6px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; }
.tech-solution-list p { margin: 0 0 10px; color: #687159; font-size: 11px; line-height: 1.6; }
.tech-solution-list span { color: #82901e; font-size: 8px; font-weight: 500; letter-spacing: .4px; }
.tech-page-cta { padding: 0 32px 100px; background: #fff; }
.tech-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 44px 48px; border-radius: 17px; background: var(--brand-olive); color: #fff; }
.tech-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.tech-page-cta h2 { max-width: 790px; margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 3vw, 34px); font-weight: 600; line-height: 1.4; }
.tech-page-cta span { display: block; max-width: 740px; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.tech-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 192px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.tech-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 1199.98px) and (min-width: 992px) {
  .tech-page-hero-inner { gap: 42px; }
  .tech-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .tech-page-hero { padding: 68px 28px 0; }
  .tech-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .tech-page-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 704px; }
  .tech-page-proof span:nth-child(2) { border-right: 0; }
  .tech-page-proof span:nth-child(-n+2) { border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .tech-groups-section, .tech-choice-section, .tech-solutions-section { padding: 72px 28px; }
  .tech-page-inner, .tech-page-cta-inner { max-width: 704px; }
  .tech-section-heading, .tech-solutions-inner { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .tech-groups-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech-solutions-copy { position: static; margin-bottom: 24px; }
  .tech-page-cta { padding: 0 28px 72px; }
  .tech-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 599.98px) {
  .tech-page-hero { padding: 52px 20px 0; }
  .tech-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .tech-page-hero-copy > p:not(.tech-page-eyebrow) { font-size: 14px; }
  .tech-page-actions { align-items: stretch; flex-direction: column; }
  .tech-page-actions a { width: 100%; }
  .tech-architecture-bar { align-items: flex-start; flex-direction: column; }
  .tech-architecture-input, .tech-architecture-core, .tech-architecture-platforms { grid-template-columns: minmax(0, 1fr); }
  .tech-page-proof { grid-template-columns: minmax(0, 1fr); }
  .tech-page-proof span { justify-content: flex-start; min-height: 54px; padding: 0 16px; border-right: 0; border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .tech-page-proof span:last-child { border-bottom: 0; }
  .tech-groups-section, .tech-choice-section, .tech-solutions-section { padding: 56px 20px; }
  .tech-section-heading { margin-bottom: 30px; }
  .tech-section-heading h2, .tech-solutions-copy h2 { font-size: 29px; letter-spacing: -.8px; }
  .tech-groups-grid, .tech-choice-grid { grid-template-columns: minmax(0, 1fr); }
  .tech-group-card { min-height: 340px; padding: 25px 21px; }
  .tech-choice-grid article { min-height: 0; }
  .tech-solution-list article:hover { transform: translateY(-3px); }
  .tech-page-cta { padding: 0 20px 56px; }
  .tech-page-cta-inner { padding: 32px 22px; }
  .tech-page-cta a { width: 100%; }
}
/* Contact page */
.contact-page-hero { position: relative; overflow: hidden; padding: 86px 32px; background: var(--brand-olive); color: #fff; isolation: isolate; }
.contact-page-hero::before { position: absolute; top: -220px; right: -100px; z-index: -1; width: 620px; height: 620px; border: 1px solid rgba(226, 244, 96, .08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(226, 244, 96, .018), 0 0 0 180px rgba(226, 244, 96, .01); content: ''; }
.contact-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .75fr); align-items: center; gap: 88px; max-width: 1216px; margin: 0 auto; }
.contact-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.contact-page-hero .contact-page-eyebrow { color: var(--brand-lime); }
.contact-page-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.contact-page-hero h1 { max-width: 720px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.contact-page-hero h1 span, .contact-section-heading h2 span { color: var(--brand-lime); }
.contact-page-hero-copy > p:not(.contact-page-eyebrow) { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.contact-page-points { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 27px; }
.contact-page-points span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .62); font-size: 9px; }
.contact-page-points .bi { color: var(--brand-lime); font-size: 13px; }
.contact-direct-card { padding: 30px; border: 1px solid rgba(226, 244, 96, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.contact-direct-heading { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid rgba(226, 244, 96, .14); }
.contact-direct-heading > span { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: var(--brand-lime); color: var(--brand-olive); font-size: 18px; }
.contact-direct-heading p { margin: 0 0 3px; color: var(--brand-lime); font-size: 8px; letter-spacing: 1.2px; }
.contact-direct-heading h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 600; }
.contact-direct-card > a { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 22px 0; padding: 15px 17px; border: 1px solid rgba(226, 244, 96, .2); border-radius: 9px; background: rgba(226, 244, 96, .06); color: var(--brand-lime); font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.contact-direct-card > a:hover { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); }
.contact-direct-card > p { margin: 0 0 10px; color: rgba(255, 255, 255, .42); font-size: 8px; letter-spacing: .8px; text-transform: uppercase; }
.contact-direct-card ul { display: grid; gap: 8px; margin: 0; padding: 0 0 0 16px; color: rgba(255, 255, 255, .62); font-size: 10px; line-height: 1.5; }
.contact-direct-card li::marker { color: var(--brand-lime); }
.contact-direct-note { display: flex; align-items: flex-start; gap: 11px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(226, 244, 96, .14); color: rgba(255, 255, 255, .5); font-size: 9px; line-height: 1.55; }
.contact-direct-note > .bi { flex-shrink: 0; margin-top: 2px; color: var(--brand-lime); }
.contact-direct-note strong, .contact-direct-note span { display: block; }
.contact-direct-note strong { margin-bottom: 3px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.contact-form-section, .contact-next-section, .contact-help-section { padding: 96px 32px; background: #fff; }
.contact-page-inner { max-width: 1216px; margin: 0 auto; }
.contact-form-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); align-items: start; gap: 76px; }
.contact-form-intro { position: sticky; top: 28px; }
.contact-form-intro h2 { margin: 0 0 15px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 43px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.contact-form-intro > p:not(.contact-page-eyebrow) { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.contact-fit-list { display: grid; gap: 11px; margin-top: 30px; }
.contact-fit-list article { display: flex; align-items: flex-start; gap: 13px; padding: 16px; border: 1px solid #dfe4d8; border-radius: 11px; }
.contact-fit-list .bi { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; flex-shrink: 0; border-radius: 8px; background: #f1f5d6; font-size: 14px; }
.contact-fit-list h3 { margin: 1px 0 4px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.contact-fit-list p { margin: 0; color: #687159; font-size: 9px; line-height: 1.5; }
.contact-project-form { padding: 34px; border: 1px solid #dfe4d8; border-radius: 17px; background: #f8f9f5; }
.contact-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form-heading { margin-bottom: 27px; padding-bottom: 20px; border-bottom: 1px solid #dde2d7; }
.contact-form-heading span, .contact-form-heading strong { display: block; }
.contact-form-heading span { margin-bottom: 5px; color: #82901e; font-size: 8px; letter-spacing: 1.2px; }
.contact-form-heading strong { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 600; }
.contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-field { display: grid; gap: 8px; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { color: #424936; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.contact-field label span { color: #819017; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d8ddd1; border-radius: 8px; outline: 0; background: #fff; color: var(--brand-olive); font-family: 'Roboto', sans-serif; font-size: 12px; transition: border-color .18s ease, box-shadow .18s ease; }
.contact-field textarea { min-height: 125px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #9aa190; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: #9cab29; box-shadow: 0 0 0 3px rgba(226, 244, 96, .36); }
.contact-submit { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; margin-top: 23px; padding: 12px 22px; border: 1px solid var(--brand-olive); border-radius: 50px; background: var(--brand-olive); color: #fff; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.contact-submit:hover { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); transform: translateY(-2px); }
.contact-form-note { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; color: #747d68; font-size: 9px; line-height: 1.5; }
.contact-form-note .bi { color: #82901e; font-size: 13px; }
.contact-form-note.is-success { color: #52600c; }
.contact-form-note.is-error { color: #a12626; }
.contact-form-note.is-error .bi { color: #a12626; }
.contact-next-section { background: #f6f7f2; }
.contact-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.contact-section-heading h2 { max-width: 720px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.contact-section-heading h2 span { color: #84921f; }
.contact-section-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.contact-next-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.contact-next-grid article { position: relative; min-height: 260px; padding: 28px 25px; overflow: hidden; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.contact-next-grid article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.contact-next-grid article > span { position: absolute; top: 18px; right: 21px; color: #d8ddcd; font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 700; }
.contact-next-grid .bi { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 36px; border-radius: 10px; background: var(--brand-olive); color: var(--brand-lime); font-size: 17px; }
.contact-next-grid h3 { margin: 0 0 10px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.contact-next-grid p { margin: 0; color: #687159; font-size: 11px; line-height: 1.7; }
.contact-help-inner { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 76px; }
.contact-help-inner h2 { margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(29px, 3.8vw, 41px); font-weight: 600; line-height: 1.25; letter-spacing: -1.1px; }
.contact-help-links { display: grid; gap: 10px; }
.contact-help-links a { display: grid; grid-template-columns: 42px minmax(0, 1fr) 20px; align-items: center; gap: 14px; padding: 17px 19px; border: 1px solid #dfe4d8; border-radius: 12px; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.contact-help-links a:hover { border-color: var(--brand-lime); background: #f9fbe9; transform: translateX(4px); }
.contact-help-links a > .bi:first-child { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 9px; background: #f1f5d6; font-size: 15px; }
.contact-help-links strong, .contact-help-links span { display: block; }
.contact-help-links strong { margin-bottom: 3px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; }
.contact-help-links span { color: #687159; font-size: 9px; }
.contact-help-links a > .bi:last-child { color: #82901e; font-size: 13px; }
@media (max-width: 991.98px) {
  .contact-page-hero { padding: 68px 28px; }
  .contact-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .contact-form-section, .contact-next-section, .contact-help-section { padding: 72px 28px; }
  .contact-page-inner { max-width: 704px; }
  .contact-form-layout, .contact-section-heading, .contact-help-inner { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .contact-form-intro { position: static; margin-bottom: 24px; }
  .contact-next-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-help-inner > div:first-child { margin-bottom: 18px; }
}
@media (max-width: 699.98px) {
  .contact-next-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-next-grid article { min-height: 0; }
}
@media (max-width: 599.98px) {
  .contact-page-hero { padding: 52px 20px; }
  .contact-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .contact-page-hero-copy > p:not(.contact-page-eyebrow) { font-size: 14px; }
  .contact-page-points { align-items: flex-start; flex-direction: column; }
  .contact-direct-card { padding: 24px 20px; }
  .contact-form-section, .contact-next-section, .contact-help-section { padding: 56px 20px; }
  .contact-form-intro h2, .contact-section-heading h2, .contact-help-inner h2 { font-size: 29px; letter-spacing: -.8px; }
  .contact-project-form { padding: 25px 20px; }
  .contact-fields { grid-template-columns: minmax(0, 1fr); }
  .contact-field-wide { grid-column: auto; }
  .contact-submit { width: 100%; }
  .contact-section-heading { margin-bottom: 30px; }
  .contact-help-links a:hover { transform: translateY(-2px); }
}
/* Portfolio page */
.portfolio-page-hero { position: relative; overflow: hidden; padding: 86px 32px 0; background: var(--brand-olive); color: #fff; isolation: isolate; }
.portfolio-page-hero::before { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 82% 15%, rgba(226, 244, 96, .1), transparent 28%), linear-gradient(115deg, rgba(226, 244, 96, .035), transparent 45%); content: ''; }
.portfolio-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); align-items: center; gap: 72px; max-width: 1216px; margin: 0 auto; padding-bottom: 72px; }
.portfolio-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.portfolio-page-hero .portfolio-page-eyebrow { color: var(--brand-lime); }
.portfolio-page-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.portfolio-page-hero h1 { max-width: 700px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.portfolio-page-hero h1 span, .portfolio-section-heading h2 span { color: var(--brand-lime); }
.portfolio-page-hero-copy > p:not(.portfolio-page-eyebrow) { max-width: 620px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.portfolio-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.portfolio-page-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.portfolio-page-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.portfolio-page-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.portfolio-page-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.portfolio-case-visual { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.portfolio-case-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 20px; border-bottom: 1px solid rgba(226, 244, 96, .14); color: rgba(255, 255, 255, .45); font-size: 8px; letter-spacing: 1px; }
.portfolio-case-bar span:first-child { color: var(--brand-lime); }
.portfolio-case-body { padding: 25px; }
.portfolio-case-status { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding-bottom: 22px; border-bottom: 1px solid rgba(226, 244, 96, .13); }
.portfolio-case-status > .bi { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: var(--brand-lime); color: var(--brand-olive); font-size: 17px; }
.portfolio-case-status strong, .portfolio-case-status small { display: block; }
.portfolio-case-status strong { margin-bottom: 3px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; }
.portfolio-case-status small { color: rgba(255, 255, 255, .48); font-size: 8px; }
.portfolio-case-status > span { padding: 6px 9px; border: 1px solid rgba(226, 244, 96, .18); border-radius: 50px; color: var(--brand-lime); font-size: 7px; letter-spacing: .8px; }
.portfolio-case-flow { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; align-items: center; gap: 7px; padding: 28px 0; }
.portfolio-case-flow div { min-height: 105px; padding: 14px 10px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 10px; text-align: center; }
.portfolio-case-flow span, .portfolio-case-flow strong, .portfolio-case-flow small { display: block; }
.portfolio-case-flow span { margin-bottom: 10px; color: var(--brand-lime); font-size: 8px; }
.portfolio-case-flow strong { margin-bottom: 5px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.portfolio-case-flow small { color: rgba(255, 255, 255, .45); font-size: 8px; }
.portfolio-case-flow > .bi { color: var(--brand-lime); font-size: 11px; text-align: center; }
.portfolio-case-note { display: flex; align-items: flex-start; gap: 9px; padding: 13px 14px; border-radius: 9px; background: rgba(226, 244, 96, .05); color: rgba(255, 255, 255, .54); font-size: 8px; line-height: 1.5; }
.portfolio-case-note .bi { flex-shrink: 0; color: var(--brand-lime); font-size: 12px; }
.portfolio-page-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1216px; margin: 0 auto; border-top: 1px solid rgba(226, 244, 96, .14); }
.portfolio-page-proof span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 72px; border-right: 1px solid rgba(226, 244, 96, .12); color: rgba(255, 255, 255, .62); font-family: 'Poppins', sans-serif; font-size: 10px; }
.portfolio-page-proof span:last-child { border-right: 0; }
.portfolio-page-proof .bi { color: var(--brand-lime); font-size: 15px; }
.portfolio-work-section, .portfolio-capabilities-section, .portfolio-story-section { padding: 96px 32px; background: #fff; }
.portfolio-page-inner { max-width: 1216px; margin: 0 auto; }
.portfolio-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 40px; }
.portfolio-section-heading h2 { max-width: 740px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.portfolio-section-heading h2 span { color: #84921f; }
.portfolio-section-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.portfolio-notice { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 18px; padding: 17px 19px; border: 1px dashed #b9c27e; border-radius: 11px; background: #f7f9e9; }
.portfolio-notice > .bi { flex-shrink: 0; color: #82901e; font-size: 16px; }
.portfolio-notice strong, .portfolio-notice span { display: block; }
.portfolio-notice strong { margin-bottom: 3px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 600; }
.portfolio-notice span { color: #687159; font-size: 9px; line-height: 1.55; }
.portfolio-project-grid { display: grid; gap: 16px; }
.portfolio-project-card { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); overflow: hidden; border: 1px solid #dfe4d8; border-radius: 16px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.portfolio-project-card:hover { border-color: var(--brand-lime); box-shadow: 0 12px 34px rgba(47, 53, 3, .08); transform: translateY(-4px); }
.portfolio-project-preview { position: relative; display: flex; min-height: 315px; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; padding: 32px; background: #eef2cf; }
.portfolio-project-featured .portfolio-project-preview { background: var(--brand-olive); color: #fff; }
.portfolio-preview-label { position: absolute; top: 22px; left: 24px; color: #758116; font-size: 8px; font-weight: 500; letter-spacing: 1px; }
.portfolio-project-featured .portfolio-preview-label { color: var(--brand-lime); }
.portfolio-project-preview > small { position: absolute; right: 24px; bottom: 20px; color: rgba(47, 53, 3, .4); font-size: 7px; letter-spacing: 1px; }
.portfolio-project-featured .portfolio-project-preview > small { color: rgba(255, 255, 255, .32); }
.portfolio-preview-system { display: grid; grid-template-columns: 1fr 18px 1fr 18px 1fr; align-items: center; gap: 7px; width: 100%; }
.portfolio-preview-system span { display: flex; min-height: 76px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; border: 1px solid rgba(226, 244, 96, .17); border-radius: 9px; color: rgba(255, 255, 255, .68); font-size: 8px; text-align: center; }
.portfolio-preview-system .portfolio-preview-core { background: var(--brand-lime); color: var(--brand-olive); font-weight: 600; }
.portfolio-preview-system > .bi { color: var(--brand-lime); font-size: 10px; text-align: center; }
.portfolio-preview-dashboard { width: 80%; padding: 13px; border: 5px solid var(--brand-olive); border-radius: 12px; background: #fff; box-shadow: 14px 16px 0 rgba(47, 53, 3, .1); }
.portfolio-preview-dashboard > div:first-child { height: 13px; margin-bottom: 10px; border-radius: 4px; background: var(--brand-lime); }
.portfolio-preview-dashboard > div:nth-child(2), .portfolio-preview-dashboard > div:nth-child(3) { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 7px; }
.portfolio-preview-dashboard > div:nth-child(3) { grid-template-columns: 1.3fr .7fr; }
.portfolio-preview-dashboard span { height: 45px; border-radius: 5px; background: #e9eddf; }
.portfolio-preview-store { display: grid; justify-items: center; gap: 12px; width: 76%; }
.portfolio-preview-store > .bi { color: var(--brand-olive); font-size: 76px; }
.portfolio-preview-store > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; width: 100%; }
.portfolio-preview-store > div span { height: 38px; border: 1px solid #cad1b2; border-radius: 5px; background: #fff; }
.portfolio-preview-store strong { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 50px; background: var(--brand-olive); color: #fff; font-family: 'Poppins', sans-serif; font-size: 8px; font-weight: 500; }
.portfolio-project-copy { display: flex; justify-content: center; flex-direction: column; padding: 40px; }
.portfolio-project-copy > p { margin: 0 0 9px; color: #82901e; font-size: 8px; font-weight: 500; letter-spacing: 1.2px; }
.portfolio-project-copy h3 { max-width: 600px; margin: 0 0 13px; font-family: 'Poppins', sans-serif; font-size: clamp(20px, 2.4vw, 29px); font-weight: 600; line-height: 1.35; }
.portfolio-project-copy > span { display: block; max-width: 620px; color: #687159; font-size: 12px; line-height: 1.75; }
.portfolio-project-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 21px 0; padding: 0; list-style: none; }
.portfolio-project-copy li { padding: 6px 10px; border: 1px solid #e0e5d8; border-radius: 50px; background: #f8f9f5; color: #626b56; font-size: 8px; }
.portfolio-project-pending { display: flex; align-items: center; gap: 8px; padding-top: 18px; border-top: 1px solid #e2e6dc; color: #8b9381; font-size: 9px; }
.portfolio-project-pending .bi { color: #89971f; }
.portfolio-capabilities-section { background: #f6f7f2; }
.portfolio-capabilities-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.portfolio-capabilities-grid article { min-height: 225px; padding: 27px 24px; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.portfolio-capabilities-grid article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.portfolio-capabilities-grid .bi { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 28px; border-radius: 10px; background: var(--brand-olive); color: var(--brand-lime); font-size: 17px; }
.portfolio-capabilities-grid h3 { margin: 0 0 9px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.portfolio-capabilities-grid p { margin: 0; color: #687159; font-size: 11px; line-height: 1.7; }
.portfolio-story-inner { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: start; gap: 76px; }
.portfolio-story-copy { position: sticky; top: 28px; }
.portfolio-story-copy h2 { margin: 0 0 15px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 43px); font-weight: 600; line-height: 1.22; letter-spacing: -1.2px; }
.portfolio-story-copy > p:last-of-type { margin: 0 0 23px; color: #687159; font-size: 13px; line-height: 1.75; }
.portfolio-story-copy a { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 9px 17px; border: 1px solid var(--brand-olive); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.portfolio-story-copy a:hover { border-color: var(--brand-lime); background: var(--brand-lime); }
.portfolio-story-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.portfolio-story-list li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 20px 22px; border: 1px solid #dfe4d8; border-radius: 12px; transition: border-color .18s ease, transform .18s ease; }
.portfolio-story-list li:hover { border-color: var(--brand-lime); transform: translateX(4px); }
.portfolio-story-list li > span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: #f1f5d6; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.portfolio-story-list strong { display: block; margin: 2px 0 5px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; }
.portfolio-story-list p { margin: 0; color: #687159; font-size: 10px; line-height: 1.6; }
.portfolio-page-cta { padding: 0 32px 100px; background: #fff; }
.portfolio-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 44px 48px; border-radius: 17px; background: var(--brand-olive); color: #fff; }
.portfolio-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.portfolio-page-cta h2 { max-width: 810px; margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 3vw, 34px); font-weight: 600; line-height: 1.4; }
.portfolio-page-cta span { display: block; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.portfolio-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 192px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.portfolio-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 1199.98px) and (min-width: 992px) {
  .portfolio-page-hero-inner { gap: 42px; }
}
@media (max-width: 991.98px) {
  .portfolio-page-hero { padding: 68px 28px 0; }
  .portfolio-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .portfolio-page-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 704px; }
  .portfolio-page-proof span:nth-child(2) { border-right: 0; }
  .portfolio-page-proof span:nth-child(-n+2) { border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .portfolio-work-section, .portfolio-capabilities-section, .portfolio-story-section { padding: 72px 28px; }
  .portfolio-page-inner, .portfolio-page-cta-inner { max-width: 704px; }
  .portfolio-section-heading, .portfolio-story-inner { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .portfolio-project-card { grid-template-columns: minmax(0, 1fr); }
  .portfolio-project-preview { min-height: 290px; }
  .portfolio-capabilities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portfolio-story-copy { position: static; margin-bottom: 24px; }
  .portfolio-page-cta { padding: 0 28px 72px; }
  .portfolio-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 599.98px) {
  .portfolio-page-hero { padding: 52px 20px 0; }
  .portfolio-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .portfolio-page-hero-copy > p:not(.portfolio-page-eyebrow) { font-size: 14px; }
  .portfolio-page-actions { align-items: stretch; flex-direction: column; }
  .portfolio-page-actions a { width: 100%; }
  .portfolio-case-bar { align-items: flex-start; flex-direction: column; }
  .portfolio-case-body { padding: 20px; }
  .portfolio-case-status { grid-template-columns: 42px 1fr; }
  .portfolio-case-status > span { grid-column: 1 / -1; justify-self: start; }
  .portfolio-case-flow { grid-template-columns: minmax(0, 1fr); }
  .portfolio-case-flow > .bi { transform: rotate(90deg); }
  .portfolio-page-proof { grid-template-columns: minmax(0, 1fr); }
  .portfolio-page-proof span { justify-content: flex-start; min-height: 54px; padding: 0 16px; border-right: 0; border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .portfolio-page-proof span:last-child { border-bottom: 0; }
  .portfolio-work-section, .portfolio-capabilities-section, .portfolio-story-section { padding: 56px 20px; }
  .portfolio-section-heading { margin-bottom: 30px; }
  .portfolio-section-heading h2, .portfolio-story-copy h2 { font-size: 29px; letter-spacing: -.8px; }
  .portfolio-project-preview { min-height: 255px; padding: 24px 18px; }
  .portfolio-preview-system { grid-template-columns: minmax(0, 1fr); width: 75%; }
  .portfolio-preview-system > .bi { transform: rotate(90deg); }
  .portfolio-preview-dashboard, .portfolio-preview-store { width: 88%; }
  .portfolio-project-copy { padding: 29px 22px; }
  .portfolio-capabilities-grid { grid-template-columns: minmax(0, 1fr); }
  .portfolio-capabilities-grid article { min-height: 0; }
  .portfolio-story-list li:hover { transform: translateY(-2px); }
  .portfolio-page-cta { padding: 0 20px 56px; }
  .portfolio-page-cta-inner { padding: 32px 22px; }
  .portfolio-page-cta a { width: 100%; }
}
/* Services overview page */
.services-page-hero { position: relative; overflow: hidden; padding: 86px 32px 0; background: var(--brand-olive); color: #fff; isolation: isolate; }
.services-page-hero::before { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 82% 15%, rgba(226, 244, 96, .1), transparent 28%), linear-gradient(115deg, rgba(226, 244, 96, .035), transparent 44%); content: ''; }
.services-page-hero-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); align-items: center; gap: 72px; max-width: 1216px; margin: 0 auto; padding-bottom: 72px; }
.services-page-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.7px; }
.services-page-hero .services-page-eyebrow { color: var(--brand-lime); }
.services-page-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.services-page-hero h1 { max-width: 700px; margin: 0 0 22px; font-family: 'Poppins', sans-serif; font-size: clamp(42px, 5vw, 62px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.services-page-hero h1 span, .services-page-heading h2 span { color: var(--brand-lime); }
.services-page-hero-copy > p:not(.services-page-eyebrow) { max-width: 640px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.services-page-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.services-page-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.services-page-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.services-page-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.services-page-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.services-system-map { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 18px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.services-system-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 20px; border-bottom: 1px solid rgba(226, 244, 96, .14); color: rgba(255, 255, 255, .45); font-size: 8px; letter-spacing: 1px; }
.services-system-bar span:first-child { color: var(--brand-lime); }
.services-system-core { display: grid; justify-items: center; gap: 10px; padding: 22px 24px 13px; }
.services-system-core > span, .services-system-core > strong { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 150px; min-height: 42px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50px; color: rgba(255, 255, 255, .62); font-size: 9px; }
.services-system-core > strong { min-width: 178px; border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 10px; }
.services-system-core > .bi { color: var(--brand-lime); font-size: 12px; }
.services-system-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; padding: 0 20px 20px; }
.services-system-grid span { display: flex; min-height: 72px; align-items: center; justify-content: center; grid-column: span 2; flex-direction: column; gap: 7px; padding: 9px 5px; border: 1px solid rgba(226, 244, 96, .14); border-radius: 9px; background: rgba(226, 244, 96, .035); color: rgba(255, 255, 255, .62); font-size: 8px; text-align: center; }
.services-system-grid span:nth-child(4) { grid-column: 2 / span 2; }
.services-system-grid .bi { color: var(--brand-lime); font-size: 15px; }
.services-system-result { display: flex; align-items: center; gap: 11px; margin: 0 20px 22px; padding: 13px 15px; border-radius: 9px; background: rgba(226, 244, 96, .07); color: rgba(255, 255, 255, .54); font-size: 8px; }
.services-system-result > .bi { flex-shrink: 0; color: var(--brand-lime); font-size: 17px; }
.services-system-result strong, .services-system-result span { display: block; }
.services-system-result strong { margin-bottom: 2px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.services-page-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1216px; margin: 0 auto; border-top: 1px solid rgba(226, 244, 96, .14); }
.services-page-proof span { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 72px; border-right: 1px solid rgba(226, 244, 96, .12); color: rgba(255, 255, 255, .62); font-family: 'Poppins', sans-serif; font-size: 10px; }
.services-page-proof span:last-child { border-right: 0; }
.services-page-proof .bi { color: var(--brand-lime); font-size: 15px; }
.services-directory-section, .services-path-section, .services-connected-section { padding: 96px 32px; background: #fff; }
.services-page-inner { max-width: 1216px; margin: 0 auto; }
.services-page-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-bottom: 42px; }
.services-page-heading h2 { max-width: 740px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.services-page-heading h2 span { color: #84921f; }
.services-page-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.services-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.services-detail-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: -12px 0 28px; }
.services-detail-links a { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 8px; padding: 10px; border: 1px solid #dfe4d8; border-radius: 10px; background: #f8f9f5; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; text-align: center; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.services-detail-links a:hover { border-color: var(--brand-lime); background: #f4f8cf; transform: translateY(-2px); }
.services-detail-links .bi { color: #84921f; font-size: 14px; }
.services-directory-card { display: flex; min-height: 550px; flex-direction: column; padding: 32px; border: 1px solid #dfe4d8; border-radius: 16px; background: #fff; scroll-margin-top: 24px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.services-directory-card:hover { border-color: var(--brand-lime); box-shadow: inset 0 3px 0 var(--brand-lime), 0 12px 32px rgba(47, 53, 3, .07); transform: translateY(-4px); }
.services-directory-featured { grid-column: 1 / -1; min-height: 0; border-color: var(--brand-olive); background: var(--brand-olive); color: #fff; }
.services-directory-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 27px; }
.services-directory-icon { display: inline-flex; align-items: center; justify-content: center; width: 49px; height: 49px; border-radius: 11px; background: #f1f5d6; color: var(--brand-olive); font-size: 19px; }
.services-directory-featured .services-directory-icon { background: var(--brand-lime); }
.services-directory-top > div { text-align: right; }
.services-directory-top small, .services-directory-top strong { display: block; }
.services-directory-top small { margin-bottom: 3px; color: #82901e; font-size: 7px; letter-spacing: 1px; }
.services-directory-featured .services-directory-top small { color: var(--brand-lime); }
.services-directory-top strong { color: #d7dccd; font-family: 'Poppins', sans-serif; font-size: 27px; }
.services-directory-featured .services-directory-top strong { color: rgba(226, 244, 96, .22); }
.services-directory-card h3 { margin: 0 0 12px; font-family: 'Poppins', sans-serif; font-size: clamp(22px, 2.7vw, 30px); font-weight: 600; }
.services-directory-card > p { max-width: 720px; margin: 0 0 22px; color: #687159; font-size: 12px; line-height: 1.75; }
.services-directory-featured > p { color: rgba(255, 255, 255, .63); }
.services-directory-card > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 20px; margin: 0; padding: 0; list-style: none; }
.services-directory-card > ul li { position: relative; padding-left: 17px; color: #626b56; font-size: 10px; line-height: 1.45; }
.services-directory-card > ul li::before { position: absolute; top: 5px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #aabb22; content: ''; }
.services-directory-featured > ul li { color: rgba(255, 255, 255, .65); }
.services-directory-outcome { display: flex; align-items: flex-start; gap: 11px; margin-top: auto; padding: 22px 0 18px; color: #687159; font-size: 9px; line-height: 1.55; }
.services-directory-featured .services-directory-outcome { color: rgba(255, 255, 255, .52); }
.services-directory-outcome > .bi { flex-shrink: 0; color: #82901e; font-size: 15px; }
.services-directory-featured .services-directory-outcome > .bi { color: var(--brand-lime); }
.services-directory-outcome strong, .services-directory-outcome span { display: block; }
.services-directory-outcome strong { margin-bottom: 3px; color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.services-directory-featured .services-directory-outcome strong { color: #fff; }
.services-directory-card > a { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; min-height: 42px; padding: 9px 16px; border: 1px solid var(--brand-olive); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.services-directory-card > a:hover { border-color: var(--brand-lime); background: var(--brand-lime); }
.services-directory-featured > a { border-color: var(--brand-lime); background: var(--brand-lime); color: var(--brand-olive); }
.services-directory-featured > a:hover { border-color: #fff; background: #fff; }
.services-path-section { background: #f6f7f2; }
.services-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.services-path-grid article { display: flex; min-height: 250px; flex-direction: column; padding: 27px 24px; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.services-path-grid article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.services-path-grid article > .bi { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; margin-bottom: 25px; border-radius: 10px; background: #f1f5d6; font-size: 17px; }
.services-path-grid h3 { margin: 0 0 9px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; line-height: 1.5; }
.services-path-grid p { margin: 0 0 18px; color: #687159; font-size: 10px; line-height: 1.6; }
.services-path-grid a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: #788517; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 600; }
.services-path-grid a:hover { color: var(--brand-olive); }
.services-path-contact { border-color: var(--brand-olive) !important; background: var(--brand-olive) !important; color: #fff; }
.services-path-contact > .bi { background: var(--brand-lime) !important; color: var(--brand-olive); }
.services-path-contact p { color: rgba(255, 255, 255, .58); }
.services-path-contact a { color: var(--brand-lime); }
.services-path-contact a:hover { color: #fff; }
.services-connected-inner { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 76px; }
.services-connected-copy h2 { margin: 0 0 15px; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 43px); font-weight: 600; line-height: 1.22; letter-spacing: -1.2px; }
.services-connected-copy > p:last-of-type { margin: 0 0 23px; color: #687159; font-size: 13px; line-height: 1.75; }
.services-connected-copy a { display: inline-flex; align-items: center; gap: 8px; min-height: 43px; padding: 9px 17px; border: 1px solid var(--brand-olive); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.services-connected-copy a:hover { border-color: var(--brand-lime); background: var(--brand-lime); }
.services-connected-flow { display: grid; justify-items: center; gap: 13px; padding: 30px; border: 1px solid #dfe4d8; border-radius: 16px; background: #f8f9f5; }
.services-connected-flow > div { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.services-connected-flow > div:last-child { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-connected-flow span { display: flex; min-height: 62px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 10px; border: 1px solid #dfe4d8; border-radius: 9px; background: #fff; color: #687159; font-size: 9px; text-align: center; }
.services-connected-flow span .bi { color: #82901e; font-size: 16px; }
.services-connected-flow > .bi { color: #82901e; }
.services-connected-flow > strong { display: flex; width: 74%; min-height: 62px; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; background: var(--brand-olive); color: #fff; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; text-align: center; }
.services-connected-flow > strong .bi { color: var(--brand-lime); font-size: 16px; }
.services-page-cta { padding: 0 32px 100px; background: #fff; }
.services-page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1216px; margin: 0 auto; padding: 44px 48px; border-radius: 17px; background: var(--brand-olive); color: #fff; }
.services-page-cta p { margin: 0 0 8px; color: var(--brand-lime); font-size: 9px; font-weight: 500; letter-spacing: 1.3px; }
.services-page-cta h2 { max-width: 790px; margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 3vw, 34px); font-weight: 600; line-height: 1.4; }
.services-page-cta span { display: block; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.7; }
.services-page-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 192px; min-height: 50px; flex-shrink: 0; padding: 12px 22px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 700; }
.services-page-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 1199.98px) and (min-width: 992px) {
  .services-page-hero-inner { gap: 42px; }
}
@media (max-width: 991.98px) {
  .services-page-hero { padding: 68px 28px 0; }
  .services-page-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 44px; max-width: 704px; }
  .services-page-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 704px; }
  .services-page-proof span:nth-child(2) { border-right: 0; }
  .services-page-proof span:nth-child(-n+2) { border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .services-directory-section, .services-path-section, .services-connected-section { padding: 72px 28px; }
  .services-page-inner, .services-page-cta-inner { max-width: 704px; }
  .services-page-heading, .services-connected-inner { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .services-directory-grid { grid-template-columns: minmax(0, 1fr); }
  .services-detail-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .services-directory-featured { grid-column: auto; }
  .services-directory-card { min-height: 0; }
  .services-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-connected-copy { margin-bottom: 24px; }
  .services-page-cta { padding: 0 28px 72px; }
  .services-page-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 599.98px) {
  .services-page-hero { padding: 52px 20px 0; }
  .services-page-hero h1 { font-size: 37px; letter-spacing: -1.2px; }
  .services-page-hero-copy > p:not(.services-page-eyebrow) { font-size: 14px; }
  .services-page-actions { align-items: stretch; flex-direction: column; }
  .services-page-actions a { width: 100%; }
  .services-system-bar { align-items: flex-start; flex-direction: column; }
  .services-system-grid { grid-template-columns: minmax(0, 1fr); }
  .services-system-grid span, .services-system-grid span:nth-child(4) { grid-column: auto; }
  .services-page-proof { grid-template-columns: minmax(0, 1fr); }
  .services-page-proof span { justify-content: flex-start; min-height: 54px; padding: 0 16px; border-right: 0; border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .services-page-proof span:last-child { border-bottom: 0; }
  .services-directory-section, .services-path-section, .services-connected-section { padding: 56px 20px; }
  .services-page-heading { margin-bottom: 30px; }
  .services-page-heading h2, .services-connected-copy h2 { font-size: 29px; letter-spacing: -.8px; }
  .services-directory-card { padding: 27px 21px; }
  .services-detail-links { grid-template-columns: minmax(0, 1fr); }
  .services-directory-card > ul { grid-template-columns: minmax(0, 1fr); }
  .services-path-grid { grid-template-columns: minmax(0, 1fr); }
  .services-path-grid article { min-height: 0; }
  .services-connected-flow { padding: 22px 18px; }
  .services-connected-flow > div, .services-connected-flow > div:last-child { grid-template-columns: minmax(0, 1fr); }
  .services-connected-flow > strong { width: 100%; }
  .services-page-cta { padding: 0 20px 56px; }
  .services-page-cta-inner { padding: 32px 22px; }
  .services-page-cta a { width: 100%; }
}
/* Shared detailed service pages */
.service-detail-hero { position: relative; overflow: hidden; padding: 82px 32px 0; background: var(--brand-olive); color: #fff; isolation: isolate; }
.service-detail-hero::before { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle at 82% 14%, rgba(226, 244, 96, .1), transparent 27%), linear-gradient(120deg, rgba(226, 244, 96, .035), transparent 44%); content: ''; }
.service-detail-hero-inner { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: 70px; max-width: 1216px; margin: 0 auto; padding-bottom: 68px; }
.service-detail-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #82901e; font-size: 10px; font-weight: 500; letter-spacing: 1.6px; }
.service-detail-hero .service-detail-eyebrow { color: var(--brand-lime); }
.service-detail-eyebrow::before { width: 25px; height: 2px; background: currentColor; content: ''; }
.service-detail-hero h1 { max-width: 710px; margin: 0 0 21px; font-family: 'Poppins', sans-serif; font-size: clamp(41px, 5vw, 61px); font-weight: 700; line-height: 1.08; letter-spacing: -2.2px; }
.service-detail-hero h1 span, .service-detail-heading h2 span { color: var(--brand-lime); }
.service-detail-copy > p:not(.service-detail-eyebrow) { max-width: 640px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.8; }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.service-detail-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 11px 21px; border: 1px solid var(--brand-lime); border-radius: 50px; font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.service-detail-actions a:first-child { background: var(--brand-lime); color: var(--brand-olive); }
.service-detail-actions a:last-child { border-color: rgba(255, 255, 255, .24); color: #fff; }
.service-detail-actions a:hover { border-color: #fff; background: #fff; color: var(--brand-olive); transform: translateY(-2px); }
.service-detail-visual { overflow: hidden; border: 1px solid rgba(226, 244, 96, .2); border-radius: 17px; background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .14); }
.service-detail-visual-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 19px; border-bottom: 1px solid rgba(226, 244, 96, .14); color: rgba(255, 255, 255, .45); font-size: 8px; letter-spacing: 1px; }
.service-detail-visual-bar span:first-child { color: var(--brand-lime); }
.service-detail-flow { display: grid; justify-items: center; gap: 12px; padding: 24px; }
.service-detail-flow-row { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.service-detail-flow-row span { display: flex; min-height: 68px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 9px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 9px; color: rgba(255, 255, 255, .6); font-size: 8px; text-align: center; }
.service-detail-flow-row .bi { color: var(--brand-lime); font-size: 16px; }
.service-detail-flow > .bi { color: var(--brand-lime); font-size: 12px; }
.service-detail-flow-core { display: flex; width: 78%; min-height: 58px; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; text-align: center; }
.service-detail-flow-core .bi { font-size: 17px; }
.service-detail-result { display: flex; width: 100%; align-items: center; gap: 11px; padding: 14px; border-radius: 9px; background: rgba(226, 244, 96, .06); color: rgba(255, 255, 255, .5); font-size: 8px; }
.service-detail-result .bi { color: var(--brand-lime); font-size: 17px; }
.service-detail-result strong, .service-detail-result span { display: block; }
.service-detail-result strong { margin-bottom: 2px; color: #fff; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.service-detail-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 1216px; margin: 0 auto; border-top: 1px solid rgba(226, 244, 96, .14); }
.service-detail-proof span { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 69px; border-right: 1px solid rgba(226, 244, 96, .12); color: rgba(255, 255, 255, .6); font-family: 'Poppins', sans-serif; font-size: 9px; }
.service-detail-proof span:last-child { border-right: 0; }
.service-detail-proof .bi { color: var(--brand-lime); font-size: 14px; }
.service-detail-section, .service-detail-problems, .service-detail-process { padding: 92px 32px; background: #fff; }
.service-detail-inner { max-width: 1216px; margin: 0 auto; }
.service-detail-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); align-items: end; gap: 68px; margin-bottom: 40px; }
.service-detail-heading h2 { max-width: 750px; margin: 0; font-family: 'Poppins', sans-serif; font-size: clamp(30px, 4vw, 43px); font-weight: 600; line-height: 1.22; letter-spacing: -1.3px; }
.service-detail-heading h2 span { color: #84921f; }
.service-detail-heading > p { margin: 0; color: #687159; font-size: 13px; line-height: 1.75; }
.service-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.service-detail-card { min-height: 225px; padding: 26px 23px; border: 1px solid #dfe4d8; border-radius: 14px; background: #fff; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.service-detail-card:hover { border-color: var(--brand-lime); box-shadow: inset 0 3px 0 var(--brand-lime), 0 10px 26px rgba(47, 53, 3, .06); transform: translateY(-3px); }
.service-detail-card .bi { display: inline-flex; align-items: center; justify-content: center; width: 41px; height: 41px; margin-bottom: 25px; border-radius: 9px; background: #f1f5d6; color: var(--brand-olive); font-size: 16px; }
.service-detail-card h3 { margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; line-height: 1.45; }
.service-detail-card p { margin: 0; color: #687159; font-size: 10px; line-height: 1.7; }
.service-detail-problems { background: #f6f7f2; }
.service-detail-problem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.service-detail-problem-grid article { position: relative; min-height: 230px; padding: 25px 22px; overflow: hidden; border: 1px solid #dfe4d8; border-radius: 13px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.service-detail-problem-grid article:hover { border-color: var(--brand-lime); transform: translateY(-3px); }
.service-detail-problem-grid article > span { position: absolute; top: 17px; right: 19px; color: #d9dece; font-family: 'Poppins', sans-serif; font-size: 26px; font-weight: 700; }
.service-detail-problem-grid .bi { display: inline-flex; align-items: center; justify-content: center; width: 41px; height: 41px; margin-bottom: 31px; border-radius: 9px; background: var(--brand-olive); color: var(--brand-lime); font-size: 16px; }
.service-detail-problem-grid h3 { margin: 0 0 8px; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 600; }
.service-detail-problem-grid p { margin: 0; color: #687159; font-size: 10px; line-height: 1.65; }
.service-detail-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #dfe4d8; border-radius: 15px; }
.service-detail-step { min-height: 235px; padding: 27px 24px; border-right: 1px solid #dfe4d8; transition: background .18s ease; }
.service-detail-step:last-child { border-right: 0; }
.service-detail-step:hover { background: #f9fbe9; }
.service-detail-step > span { color: #89971f; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 600; }
.service-detail-step h3 { margin: 34px 0 9px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.service-detail-step p { margin: 0; color: #687159; font-size: 10px; line-height: 1.7; }
.service-detail-cta { padding: 0 32px 96px; background: #fff; }
.service-detail-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; max-width: 1216px; margin: 0 auto; padding: 42px 46px; border-radius: 16px; background: var(--brand-olive); color: #fff; }
.service-detail-cta p { margin: 0 0 7px; color: var(--brand-lime); font-size: 9px; letter-spacing: 1.2px; }
.service-detail-cta h2 { max-width: 800px; margin: 0 0 7px; font-family: 'Poppins', sans-serif; font-size: clamp(23px, 3vw, 34px); font-weight: 600; line-height: 1.4; }
.service-detail-cta span { display: block; color: rgba(255, 255, 255, .6); font-size: 11px; line-height: 1.7; }
.service-detail-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 190px; min-height: 49px; flex-shrink: 0; padding: 11px 21px; border: 1px solid var(--brand-lime); border-radius: 50px; background: var(--brand-lime); color: var(--brand-olive); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 700; }
.service-detail-cta a:hover { border-color: #fff; background: #fff; }
@media (max-width: 991.98px) {
  .service-detail-hero { padding: 66px 28px 0; }
  .service-detail-hero-inner { grid-template-columns: minmax(0, 1fr); gap: 42px; max-width: 704px; }
  .service-detail-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 704px; }
  .service-detail-proof span:nth-child(2) { border-right: 0; }
  .service-detail-proof span:nth-child(-n+2) { border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .service-detail-section, .service-detail-problems, .service-detail-process { padding: 70px 28px; }
  .service-detail-inner, .service-detail-cta-inner { max-width: 704px; }
  .service-detail-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail-problem-grid, .service-detail-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail-step { border-bottom: 1px solid #dfe4d8; }
  .service-detail-step:nth-child(2) { border-right: 0; }
  .service-detail-step:nth-child(n+3) { border-bottom: 0; }
  .service-detail-cta { padding: 0 28px 70px; }
  .service-detail-cta-inner { align-items: flex-start; flex-direction: column; gap: 23px; }
}
@media (max-width: 599.98px) {
  .service-detail-hero { padding: 50px 20px 0; }
  .service-detail-hero h1 { font-size: 36px; letter-spacing: -1.2px; }
  .service-detail-copy > p:not(.service-detail-eyebrow) { font-size: 14px; }
  .service-detail-actions { align-items: stretch; flex-direction: column; }
  .service-detail-actions a { width: 100%; }
  .service-detail-visual-bar { align-items: flex-start; flex-direction: column; }
  .service-detail-flow-row { grid-template-columns: minmax(0, 1fr); }
  .service-detail-flow-core { width: 100%; }
  .service-detail-proof { grid-template-columns: minmax(0, 1fr); }
  .service-detail-proof span { justify-content: flex-start; min-height: 53px; padding: 0 16px; border-right: 0; border-bottom: 1px solid rgba(226, 244, 96, .12); }
  .service-detail-proof span:last-child { border-bottom: 0; }
  .service-detail-section, .service-detail-problems, .service-detail-process { padding: 54px 20px; }
  .service-detail-heading { margin-bottom: 29px; }
  .service-detail-heading h2 { font-size: 29px; letter-spacing: -.8px; }
  .service-detail-grid, .service-detail-problem-grid, .service-detail-process-grid { grid-template-columns: minmax(0, 1fr); }
  .service-detail-card, .service-detail-problem-grid article { min-height: 0; }
  .service-detail-step { min-height: 0; border-right: 0; border-bottom: 1px solid #dfe4d8 !important; }
  .service-detail-step:last-child { border-bottom: 0 !important; }
  .service-detail-cta { padding: 0 20px 54px; }
  .service-detail-cta-inner { padding: 31px 22px; }
  .service-detail-cta a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .services-ticker.is-ready .services-ticker-track { animation: none; }
  .services-ticker.is-ready .services-ticker-viewport { overflow-x: auto; }
  .services-ticker-list[aria-hidden='true'], .services-ticker-toggle { display: none; }
  *, *::before, *::after { transition: none !important; }
}

