/* ==========================================================================
   CUMEDIX — Precision Ophthalmic Equipments
   Design system + homepage styles
   Palette balance: ~70% light  ·  20% navy  ·  10% green
   ========================================================================== */

/* --------------------------------------------------------------- 1. TOKENS */
:root {
  /* brand */
  --navy: #174B6B;
  --navy-900: #0F3550;
  --navy-800: #123F5C;
  --navy-600: #1D5F86;
  --navy-400: #2A6C93;
  --green: #3C8A58;
  --green-700: #31734A;
  --green-300: #8CC7A2;
  --green-50: #EDF6F0;

  /* neutrals */
  --ink: #172B3A;
  --muted: #667085;
  --white: #FFFFFF;
  --soft: #F6F9FB;
  --tint: #EDF3F5;
  --line: #E4EDF1;
  --line-2: #D3E1E8;

  /* type */
  --font: 'Inter', 'Inter var', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* shape */
  --r-sm: 6px;
  --r: 8px;
  --r-lg: 12px;

  /* elevation — deliberately restrained */
  --sh-1: 0 1px 2px rgba(23, 75, 107, .05);
  --sh-2: 0 6px 22px -10px rgba(23, 75, 107, .18);
  --sh-3: 0 20px 48px -26px rgba(15, 53, 80, .34);

  /* rhythm */
  --gut: clamp(1.25rem, 3vw, 2rem);
  --sec-y: clamp(4.5rem, 8vw, 7.5rem);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --dur: .42s;
}

/* --------------------------------------------------------------- 2. RESET */
*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important
  }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.68;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv05' 1, 'ss01' 1;
}

img,
svg {
  max-width: 100%
}

img {
  height: auto;
  display: block
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.022em;
  color: var(--navy)
}

p {
  margin: 0
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

a {
  color: var(--navy);
  text-decoration: none;
  transition: color .2s var(--ease)
}

a:hover {
  color: var(--green)
}

button {
  font: inherit;
  color: inherit
}

::selection {
  background: var(--navy);
  color: #fff
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 3px
}

.container {
  width: 100%;
  max-width: 1256px;
  padding-inline: var(--gut);
  margin-inline: auto
}

/* --------------------------------------------------------------- 3. TYPE */
.h-display {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.lead {
  font-size: clamp(1.02rem, 1.25vw, 1.13rem);
  line-height: 1.7;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1rem;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--green);
  flex: none;
}

.eyebrow span {
  color: var(--green-300)
}

.eyebrow--invert {
  color: var(--green-300)
}

.eyebrow--invert::before {
  background: var(--green-300)
}

.section {
  padding-block: var(--sec-y)
}

.section--tint {
  background: var(--soft)
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(1rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--line);
}

.section-head__sub {
  color: var(--muted);
  font-size: 1.02rem;
  padding-bottom: .2rem
}

.section-head--invert {
  border-bottom-color: rgba(255, 255, 255, .14)
}

.section-head--invert .h-display {
  color: #fff
}

.section-head--invert .section-head__sub {
  color: rgba(226, 238, 244, .72)
}

@media (max-width:767.98px) {
  .section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: .9rem
  }

  .offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    justify-content: space-between;
  }
}

/* --------------------------------------------------------------- 4. ICONS */
.ico {
  width: 22px;
  height: 22px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.ico--xs {
  width: 15px;
  height: 15px
}

.ico--sm {
  width: 18px;
  height: 18px
}

.ico--lg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5
}

/* --------------------------------------------------------------- 5. BUTTONS */
.btn {
  --btn-bg: transparent;
  --btn-fg: var(--navy);
  --btn-bd: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .72rem 1.4rem;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1.2;
  border: 1px solid var(--btn-bd);
  border-radius: var(--r);
  background: var(--btn-bg);
  color: var(--btn-fg);
  cursor: pointer;
  transition: background .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease), transform .24s var(--ease);
  white-space: nowrap;
}

.btn:hover {
  color: #174b6b;
  border: 1px solid #174b6b;
}

.btn .ico {
  transition: transform .3s var(--ease)
}

.btn:hover .ico {
  transform: translateX(4px)
}

.btn-lg {
  padding: .95rem 1.75rem;
  font-size: .96rem;
  border-radius: var(--r)
}

.btn-sm {
  padding: .56rem 1rem;
  font-size: .82rem
}

.btn-navy {
  --btn-bg: var(--navy);
  --btn-fg: #fff;
  --btn-bd: var(--navy);
  box-shadow: var(--sh-1)
}

.btn-navy:hover {
  --btn-bg: var(--navy-900);
  --btn-bd: var(--navy-900);
  box-shadow: 0 10px 22px -12px rgba(15, 53, 80, .55)
}

.btn-green {
  --btn-bg: var(--green);
  --btn-fg: #fff;
  --btn-bd: var(--green)
}

.btn-green:hover {
  --btn-bg: var(--green-700);
  --btn-bd: var(--green-700);
  box-shadow: 0 10px 22px -12px rgba(49, 115, 74, .6)
}

.btn-outline-navy {
  --btn-bd: var(--line-2);
  --btn-fg: var(--navy);
  --btn-bg: #fff
}

.btn-outline-navy:hover {
  --btn-bd: var(--navy);
  --btn-bg: #fff;
  box-shadow: var(--sh-1)
}

.btn-ghost {
  --btn-bd: var(--line-2);
  --btn-fg: var(--navy);
  --btn-bg: rgba(255, 255, 255, .72)
}

.btn-ghost:hover {
  --btn-bd: var(--green);
  --btn-fg: var(--green-700)
}

.btn-outline-light {
  --btn-bd: rgba(255, 255, 255, .34);
  --btn-fg: #fff;
  --btn-bg: transparent
}

.btn-outline-light:hover {
  --btn-bd: #fff;
  --btn-bg: rgba(255, 255, 255, .09);
  --btn-fg: #fff
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  font-weight: 600;
  color: var(--navy);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.link-arrow .ico {
  transition: transform .3s var(--ease)
}

.link-arrow:hover {
  color: var(--green-700);
  border-bottom-color: var(--green)
}

.link-arrow:hover .ico {
  transform: translateX(5px)
}

.link-arrow--lg {
  font-size: .96rem;
  margin-top: .5rem
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: border-color .22s var(--ease), color .22s var(--ease), background .22s var(--ease);
}

.icon-btn:hover {
  border-color: var(--navy);
  color: var(--navy-900)
}

.burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 18px
}

.burger i {
  display: block;
  height: 1.8px;
  background: currentColor;
  border-radius: 2px
}

.burger i:nth-child(2) {
  width: 70%
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  display: inline-block;
  flex: none
}

/* --------------------------------------------------------------- 6. TOPBAR */
.topbar {
  background: var(--navy-900);
  color: rgba(226, 238, 244, .82);
  font-size: .775rem;
  letter-spacing: .005em;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 40px
}

.topbar__tag {
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .68rem;
  color: var(--green-300)
}

.topbar__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem
}

.topbar__meta li {
  display: flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap
}

.topbar__meta .ico {
  width: 14px;
  height: 14px;
  stroke-width: 1.8;
  color: var(--green-300)
}

.topbar__meta a {
  color: inherit
}

.topbar__meta a:hover {
  color: #fff
}

@media (max-width:991.98px) {
  .topbar__meta li:first-child {
    display: none
  }
}

@media (max-width:575.98px) {
  .topbar__tag {
    display: none
  }

  .topbar__inner {
    justify-content: center
  }

  .topbar__meta {
    gap: 1.1rem;
    font-size: .72rem
  }
}

/* --------------------------------------------------------------- 7. HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), border-color .3s var(--ease);
}

.site-header.is-stuck {
  box-shadow: 0 8px 28px -18px rgba(15, 53, 80, .42);
  border-bottom-color: transparent
}

.nav-row {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  min-height: 78px
}

.brand {
  display: flex;
  align-items: center;
  flex: none
}

.brand img {
  width: auto;
  height: 50px
}

@media (max-width:575.98px) {
  .brand img {
    height: 38px
  }
}

.mainnav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center
}

.mainnav__list {
  display: flex;
  align-items: center;
  gap: .25rem
}

.navlink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .55rem .85rem;
  font-size: .895rem;
  font-weight: 500;
  color: var(--ink);
  border: 0;
  background: none;
  cursor: pointer;
  border-radius: var(--r-sm);
  transition: color .22s var(--ease);
}

.navlink::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .12rem;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}

.navlink:hover,
.navlink.is-active,
.has-mega.is-open>.navlink {
  color: var(--navy)
}

.navlink:hover::after,
.navlink.is-active::after,
.has-mega.is-open>.navlink::after {
  transform: scaleX(1)
}

.navlink .ico--xs {
  transition: transform .28s var(--ease)
}

.has-mega.is-open>.navlink .ico--xs {
  transform: rotate(180deg)
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-left: auto;
  flex: none
}

/* mega menu */
.has-mega {
  position: static
}

.mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 26px 44px -30px rgba(15, 53, 80, .4);
  padding: 2.4rem 0 1.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .26s var(--ease), transform .26s var(--ease), visibility .26s;
}

.has-mega.is-open .mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.mega__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem 1.75rem;
}

.mega__head {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--navy);
  padding-bottom: .8rem;
  margin-bottom: .9rem;
  border-bottom: 1px solid var(--line);
}

.mega__head .ico {
  color: var(--green)
}

.mega__col ul {
  display: flex;
  flex-direction: column;
  gap: .1rem
}

.mega__col a {
  display: block;
  padding: .34rem 0;
  font-size: .865rem;
  color: var(--muted);
  font-weight: 450;
  transition: color .2s var(--ease), transform .24s var(--ease);
}

.mega__col a:hover {
  color: var(--navy);
  transform: translateX(4px)
}

.mega__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.mega__note {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .83rem;
  color: var(--muted)
}

/* --------------------------------------------------------------- 8. MOBILE NAV */
.mobilenav {
  width: min(400px, 88vw);
  border-left: 1px solid var(--line)
}

.mobilenav .offcanvas-header {
  padding: 1.1rem var(--gut);
  border-bottom: 1px solid var(--line)
}

.mobilenav__logo {
  width: auto;
  height: 40px
}

.mobilenav .offcanvas-body {
  padding: 1.4rem var(--gut) 2.4rem
}

.mobilenav__list li a {
  display: block;
  padding: .82rem 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}

.mobilenav__acc {
  margin: 0;
  --bs-accordion-border-color: var(--line);
  --bs-accordion-btn-focus-box-shadow: none
}

.mobilenav__acc .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none
}

.mobilenav__acc .accordion-button {
  padding: .82rem 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
  background: none;
  box-shadow: none;
}

.mobilenav__acc .accordion-button:not(.collapsed) {
  color: var(--green-700);
  background: none
}

.mobilenav__acc .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem
}

.mobilenav__acc .accordion-body {
  padding: .2rem 0 1rem
}

.mobilenav__acc .accordion-body a {
  display: block;
  padding: .42rem 0 .42rem .9rem;
  font-size: .9rem;
  color: var(--muted);
  border-left: 2px solid var(--line);
}

.mobilenav__acc .accordion-body a:hover {
  color: var(--navy);
  border-left-color: var(--green)
}

.mobilenav__meta {
  margin-top: 1.8rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: .7rem;
  font-size: .86rem;
  color: var(--muted);
}

.mobilenav__meta a,
.mobilenav__meta span {
  display: flex;
  align-items: center;
  gap: .55rem;
  color: inherit
}

.mobilenav__meta .ico {
  color: var(--green)
}

/* --------------------------------------------------------------- 8a. BOTTOM NAVIGATION (MOBILE) */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(23, 75, 107, 0.08);
  display: none; /* Hidden by default on desktop/large screens */
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  z-index: 1040;
  box-shadow: 0 -4px 20px rgba(15, 53, 80, 0.06);
}

.bottom-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: none;
  background: transparent;
  color: var(--muted);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  padding: 4px 0;
  cursor: pointer;
  transition: color 0.2s var(--ease), transform 0.2s var(--ease);
  position: relative;
}

.bottom-nav__item:focus {
  outline: none;
}

.bottom-nav__item .bottom-nav__icon {
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.2s var(--ease), color 0.2s var(--ease);
}

.bottom-nav__item svg {
  color: inherit;
}

.bottom-nav__item:active .bottom-nav__icon {
  transform: scale(0.9);
}

.bottom-nav__item:hover,
.bottom-nav__item.is-active {
  color: var(--navy);
}

/* Dynamic dot indicator for active tab */
.bottom-nav__item::after {
  content: '';
  position: absolute;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}

.bottom-nav__item.is-active::after {
  opacity: 1;
  transform: scale(1);
}

/* Micro-animations */
.bottom-nav__item:hover .bottom-nav__icon,
.bottom-nav__item.is-active .bottom-nav__icon {
  transform: translateY(-2px);
}

/* Responsive adjustment for screens under 1200px (Bootstrap xl breakpoint) */
@media (max-width: 1199.98px) {
  .bottom-nav {
    display: grid;
  }
  
  body {
    padding-bottom: 64px !important;
  }
  
  .to-top {
    bottom: calc(64px + 16px) !important;
  }
}

/* --------------------------------------------------------------- 9. HERO */
.hero {
  position: relative;
  background:
    radial-gradient(58% 76% at 82% 34%, rgba(42, 108, 147, .09), transparent 62%),
    linear-gradient(180deg, #fff 0%, #fff 42%, var(--soft) 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.heroSwiper {
  padding-block: clamp(2.5rem, 5vw, 4.25rem) clamp(4.5rem, 7vw, 5.5rem)
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  min-height: min(560px, 62vh);
}

.hero__title {
  font-size: clamp(2.1rem, 4.6vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin-bottom: 1.15rem;
  max-width: 15ch;
}

.hero__lead {
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.72;
  color: var(--muted);
  max-width: 52ch;
  margin-bottom: 2rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.75rem;
  padding-top: 1.85rem;
  border-top: 1px solid var(--line);
  max-width: 600px;
}

.hero__stats dt {
  font-size: 1.24rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.022em;
  line-height: 1.2
}

.hero__stats dd {
  margin-top: .3rem;
  font-size: .79rem;
  color: var(--muted);
  line-height: 1.5
}

.hero__media {
  position: relative
}

.hero__media img {
  width: 100%;
  height: auto
}

.hero__controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(1.5rem, 3vw, 2.25rem);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero__pagination {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: auto !important;
  position: static !important
}

/* slide entrance */
.js .heroSwiper [data-anim] {
  opacity: 0;
  transform: translateY(22px)
}

.heroSwiper .swiper-slide-active [data-anim] {
  animation: riseIn .78s var(--ease) forwards;
}

.heroSwiper .swiper-slide-active [data-anim="1"] {
  animation-delay: .06s
}

.heroSwiper .swiper-slide-active [data-anim="2"] {
  animation-delay: .15s
}

.heroSwiper .swiper-slide-active [data-anim="3"] {
  animation-delay: .25s
}

.heroSwiper .swiper-slide-active [data-anim="4"] {
  animation-delay: .35s
}

.heroSwiper .swiper-slide-active [data-anim="5"] {
  animation-delay: .45s
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media (prefers-reduced-motion:reduce) {
  .heroSwiper [data-anim] {
    opacity: 1;
    transform: none
  }
}

@media (max-width:991.98px) {
  .hero__grid {
    grid-template-columns: 1fr;
    text-align: left;
    min-height: 0;
    gap: 2.25rem
  }

  .hero__media {
    order: -1;
    max-width: 560px
  }

  .hero__title {
    max-width: 20ch
  }

  .hero__stats {
    max-width: none
  }
}

@media (max-width:575.98px) {
  .hero__actions .btn {
    width: 100%
  }

  .hero__stats {
    grid-template-columns: 1fr;
    gap: .9rem;
    margin-top: 2rem;
    padding-top: 1.4rem
  }

  .hero__stats div {
    display: flex;
    align-items: baseline;
    gap: .75rem
  }

  .hero__stats dt {
    font-size: 1.05rem;
    flex: none;
    min-width: 6.5rem
  }

  .hero__stats dd {
    margin-top: 0
  }
}

/* swiper nav + pagination */
.swiper-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: none;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: border-color .24s var(--ease), background .24s var(--ease), color .24s var(--ease), box-shadow .24s var(--ease);
}

.swiper-nav:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  box-shadow: var(--sh-2)
}

.swiper-nav--prev .ico {
  transform: rotate(180deg)
}

.swiper-nav:disabled,
.swiper-nav.swiper-button-disabled {
  opacity: .34;
  pointer-events: none
}

.hero__pagination .swiper-pagination-bullet,
.product-pagination .swiper-pagination-bullet,
.testimonial-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 3px;
  border-radius: 2px;
  background: var(--line-2);
  opacity: 1;
  margin: 0 !important;
  transition: background .3s var(--ease), width .3s var(--ease);
}

.hero__pagination .swiper-pagination-bullet-active,
.product-pagination .swiper-pagination-bullet-active,
.testimonial-pagination .swiper-pagination-bullet-active {
  background: var(--green);
  width: 40px
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: clamp(2rem, 3vw, 2.75rem);
}

.product-pagination,
.testimonial-pagination {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: auto !important;
  position: static !important;
}

/* --------------------------------------------------------------- 10. TRUST */
.trust {
  border-bottom: 1px solid var(--line);
  background: #fff
}

.trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust__item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: clamp(1.6rem, 3vw, 2.25rem) clamp(1rem, 2vw, 1.9rem);
  border-left: 1px solid var(--line);
}

.trust__item:first-child {
  border-left: 0;
  padding-left: 0
}

.trust__item:last-child {
  padding-right: 0
}

.trust__item .ico {
  color: var(--green);
  margin-top: 2px
}

.trust__item h3 {
  font-size: .94rem;
  font-weight: 650;
  letter-spacing: -.012em;
  margin-bottom: .22rem
}

.trust__item p {
  font-size: .83rem;
  color: var(--muted);
  line-height: 1.55
}

@media (max-width:991.98px) {
  .trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .trust__item {
    padding: 1.5rem 1.25rem
  }

  .trust__item:nth-child(odd) {
    border-left: 0;
    padding-left: 0
  }

  .trust__item:nth-child(n+3) {
    border-top: 1px solid var(--line)
  }

  .trust__item:nth-child(even) {
    padding-right: 0
  }
}

@media (max-width:575.98px) {
  .trust__list {
    grid-template-columns: 1fr
  }

  .trust__item {
    border-left: 0;
    padding: 1.15rem 0
  }

  .trust__item+.trust__item {
    border-top: 1px solid var(--line)
  }
}

/* --------------------------------------------------------------- 11. ABOUT */
.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.about__points {
  margin: 1.9rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .85rem
}

.about__points li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .93rem;
  color: var(--ink);
  line-height: 1.6;
}

.tick {
  position: relative;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--green-50);
  border: 1px solid rgba(60, 138, 88, .25);
}

.tick::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4.5px;
  width: 5px;
  height: 9px;
  border: solid var(--green);
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(42deg);
}

.about__copy p+p {
  margin-top: 1rem
}

.about__media {
  position: relative
}

.about__frame {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh-3);
}

.about__frame img {
  width: 100%
}

.badge-float {
  position: absolute;
  left: -14px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .85rem 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-3);
}

.badge-float__dot {
  position: relative;
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
  background: var(--green);
}

.badge-float__dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid rgba(60, 138, 88, .34);
  animation: pulseRing 2.6s var(--ease) infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(.7);
    opacity: .9
  }

  70% {
    transform: scale(1.25);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.badge-float__text {
  display: flex;
  flex-direction: column;
  font-size: .72rem;
  color: var(--muted);
  line-height: 1.4
}

.badge-float__text strong {
  font-size: .88rem;
  color: var(--navy);
  font-weight: 650;
  letter-spacing: -.01em
}

@media (max-width:991.98px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .about__media {
    order: -1
  }

  .badge-float {
    left: auto;
    right: 14px;
    bottom: -16px
  }
}

@media (max-width:575.98px) {
  .badge-float {
    right: 8px;
    padding: .7rem .9rem
  }
}

/* --------------------------------------------------------------- 12. CATEGORIES */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.cat {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: inherit;
  transition: box-shadow .34s var(--ease), transform .34s var(--ease);
}

.cat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  z-index: 3;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .42s var(--ease);
}

.cat:hover {
  z-index: 2;
  box-shadow: 0 22px 44px -28px rgba(15, 53, 80, .42)
}

.cat:hover::before {
  transform: scaleX(1)
}

.cat__media {
  display: block;
  overflow: hidden;
  background: linear-gradient(160deg, #fff, var(--tint));
  border-bottom: 1px solid var(--line);
}

.cat__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .7s var(--ease);
}

.cat:hover .cat__media img {
  transform: scale(1.06)
}

.cat__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.4rem 1.4rem 1.3rem;
}

.cat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: .85rem;
  border-radius: var(--r-sm);
  background: var(--green-50);
  color: var(--green-700);
  transition: background .3s var(--ease), color .3s var(--ease);
}

.cat:hover .cat__icon {
  background: var(--navy);
  color: #fff
}

.cat__name {
  font-size: 1.02rem;
  font-weight: 650;
  color: var(--navy);
  letter-spacing: -.018em;
  line-height: 1.3;
  margin-bottom: .4rem;
}

.cat__desc {
  font-size: .83rem;
  color: var(--muted);
  line-height: 1.58;
  flex: 1
}

.cat__go {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1.15rem;
  padding-top: .9rem;
  border-top: 1px solid var(--line);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--navy);
}

.cat__go .ico {
  transition: transform .3s var(--ease);
  color: var(--green)
}

.cat:hover .cat__go .ico {
  transform: translateX(5px)
}

@media (max-width:991.98px) {
  .cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:575.98px) {
  .cat-grid {
    grid-template-columns: 1fr
  }
}

/* --------------------------------------------------------------- 13. FEATURED */
.featured {
  background: var(--soft)
}

.featured .swiper {
  margin: -16px;
  padding: 16px;
  overflow: hidden
}

.featured .swiper-wrapper {
  align-items: stretch
}

.featured .swiper-slide {
  height: auto;
  display: flex
}

.pcard {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh-1);
  transition: transform .36s var(--ease), box-shadow .36s var(--ease), border-color .36s var(--ease);
}

.pcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: var(--line-2)
}

.pcard__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
  border-bottom: 1px solid var(--line);
}

.pcard__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .66s var(--ease)
}

.pcard:hover .pcard__media img {
  transform: scale(1.03)
}

.pcard__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .44s var(--ease);
}

.pcard:hover .pcard__media::after {
  transform: scaleX(1)
}

.pcard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.45rem 1.5rem 1.5rem
}

.pcard__cat {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .55rem;
}

.pcard__name {
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -.024em;
  margin-bottom: 1.05rem
}

.pcard__specs {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-bottom: 1.1rem
}

.pcard__specs dt {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #93A5B2;
  margin-bottom: .18rem;
}

.pcard__specs dd {
  font-size: .845rem;
  color: var(--ink);
  line-height: 1.55
}

.pcard__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  flex: 1;
  align-content: start;
  padding: .85rem 0;
  margin-bottom: 1.15rem;
  border-block: 1px solid var(--line);
}

.pcard__meta li {
  display: flex;
  flex-direction: column;
  gap: .15rem
}

.pcard__meta span {
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #93A5B2;
  font-weight: 600
}

.pcard__meta strong {
  font-size: .82rem;
  font-weight: 650;
  color: var(--navy)
}

.pcard__actions {
  display: flex;
  gap: .55rem
}

.pcard__actions .btn {
  flex: 1
}

@media (max-width:575.98px) {
  .pcard__actions {
    flex-direction: column
  }
}

/* --------------------------------------------------------------- 14. SOLUTIONS */
.sol-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem
}

.sol {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--navy-900);
  aspect-ratio: 3/3.9;
  color: #fff;
}

.sol img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease);
}

.sol:hover img {
  transform: scale(1.06)
}

.sol__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 38, 58, 0) 0%, rgba(9, 38, 58, .24) 42%, rgba(9, 38, 58, .78) 74%, rgba(8, 34, 52, .96) 100%);
  transition: opacity .4s var(--ease);
}

.sol:hover .sol__shade {
  opacity: .92
}

.sol__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
}

.sol__label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green-300);
  margin-bottom: .7rem;
}

.sol__title {
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -.025em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.sol__desc {
  font-size: .87rem;
  line-height: 1.6;
  color: rgba(226, 238, 244, .8);
  max-width: 32ch
}

.sol__go {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: .79rem;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
}

.sol__go .ico {
  color: var(--green-300);
  transition: transform .32s var(--ease)
}

.sol:hover .sol__go .ico {
  transform: translateX(6px)
}

@media (max-width:991.98px) {
  .sol-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sol {
    aspect-ratio: 3/3.4
  }

  .sol:first-child {
    grid-column: span 2;
    aspect-ratio: 16/8.5
  }
}

@media (max-width:575.98px) {
  .sol-grid {
    grid-template-columns: 1fr
  }

  .sol,
  .sol:first-child {
    grid-column: auto;
    aspect-ratio: 4/4.2
  }
}

/* --------------------------------------------------------------- 15. WHY */
.why__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.why__frame {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh-3);
}

.why__copy .lead {
  margin-bottom: 2.5rem
}

.steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem
}

.steps::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(180deg, var(--line-2), var(--green-300), var(--line-2));
}

.steps__item {
  position: relative;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start
}

.steps__num {
  position: relative;
  z-index: 1;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  background: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--navy);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}

.steps__item:hover .steps__num {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff
}

.steps__item h3 {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -.018em;
  margin-bottom: .28rem;
  padding-top: .6rem
}

.steps__item p {
  font-size: .885rem;
  color: var(--muted);
  line-height: 1.62
}

@media (max-width:991.98px) {
  .why__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .why__media {
    max-width: 480px
  }
}

/* --------------------------------------------------------------- 16. SERVICES */
.services {
  position: relative;
  background: linear-gradient(165deg, var(--navy-600) 0%, var(--navy) 42%, var(--navy-900) 100%);
  color: #fff;
  overflow: hidden;
}

.services__rings {
  position: absolute;
  top: 50%;
  right: -10%;
  width: min(760px, 88vw);
  aspect-ratio: 1;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: .5;
  background:
    radial-gradient(circle, transparent 0 21%, rgba(255, 255, 255, .09) 21% calc(21% + 1px), transparent calc(21% + 1px)),
    radial-gradient(circle, transparent 0 31%, rgba(255, 255, 255, .08) 31% calc(31% + 1px), transparent calc(31% + 1px)),
    radial-gradient(circle, transparent 0 41%, rgba(140, 199, 162, .22) 41% calc(41% + 1px), transparent calc(41% + 1px)),
    radial-gradient(circle, transparent 0 50%, rgba(255, 255, 255, .06) 50% calc(50% + 1px), transparent calc(50% + 1px));
}

.services .container {
  position: relative;
  z-index: 1
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem
}

.svc {
  position: relative;
  overflow: hidden;
  padding: 1.8rem 1.6rem 1.9rem;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(2px);
  transition: background .34s var(--ease), border-color .34s var(--ease), transform .34s var(--ease);
}

.svc:hover {
  background: rgba(255, 255, 255, .085);
  border-color: rgba(140, 199, 162, .5);
  transform: translateY(-4px)
}

.svc__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.25rem;
  border-radius: var(--r);
  background: rgba(140, 199, 162, .14);
  border: 1px solid rgba(140, 199, 162, .3);
  color: var(--green-300);
}

.svc h3 {
  font-size: 1.06rem;
  font-weight: 650;
  color: #fff;
  letter-spacing: -.018em;
  margin-bottom: .45rem
}

.svc p {
  font-size: .875rem;
  line-height: 1.62;
  color: rgba(226, 238, 244, .74)
}

.svc__index {
  position: absolute;
  right: 1.1rem;
  top: .7rem;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -.05em;
  color: rgba(255, 255, 255, .055);
  transition: color .34s var(--ease);
}

.svc:hover .svc__index {
  color: rgba(140, 199, 162, .18)
}

@media (max-width:991.98px) {
  .svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:575.98px) {
  .svc-grid {
    grid-template-columns: 1fr
  }
}

/* --------------------------------------------------------------- 17. QUOTE CTA */
.quote-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 7vw, 6.5rem);
  background: #fff;
  border-block: 1px solid var(--line);
  text-align: center;
}

.quote-cta__pattern {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1440px, 150%);
  max-width: none;
  pointer-events: none;
  opacity: .9;
}

.quote-cta .container {
  position: relative;
  z-index: 1
}

.quote-cta__inner {
  max-width: 660px;
  margin-inline: auto
}

.quote-cta .eyebrow {
  justify-content: center
}

.quote-cta .h-display {
  margin-bottom: 1rem
}

.quote-cta .lead {
  margin-inline: auto;
  max-width: 52ch
}

.quote-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  margin-top: 2.1rem
}

.quote-cta__note {
  margin-top: 1.6rem;
  font-size: .79rem;
  letter-spacing: .05em;
  color: var(--muted);
}

.quote-cta__note span {
  color: var(--green);
  margin-inline: .3rem
}

@media (max-width:575.98px) {
  .quote-cta__actions .btn {
    width: 100%
  }
}

/* --------------------------------------------------------------- 18. CLIENTS */
.clients {
  padding-block: clamp(3rem, 5vw, 4.5rem)
}

.clients__title {
  text-align: center;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2.6rem;
}

.clients__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.clients__grid li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  background: #fff;
  min-height: 104px;
}

.clients__grid img {
  width: 100%;
  max-width: 190px;
  height: auto;
  filter: grayscale(1) contrast(1.05);
  opacity: .58;
  transition: filter .34s var(--ease), opacity .34s var(--ease), transform .34s var(--ease);
}

.clients__grid li:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03)
}

@media (max-width:991.98px) {
  .clients__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (max-width:479.98px) {
  .clients__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

/* --------------------------------------------------------------- 19. TESTIMONIALS */
.testimonials .swiper {
  margin: -16px;
  padding: 16px;
  overflow: hidden
}

.testimonials .swiper-wrapper {
  align-items: stretch
}

.testimonials .swiper-slide {
  height: auto;
  display: flex
}

.tcard {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 1.9rem 1.75rem 1.7rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: border-color .32s var(--ease), box-shadow .32s var(--ease), transform .32s var(--ease);
}

.tcard:hover {
  border-color: var(--line-2);
  box-shadow: var(--sh-2);
  transform: translateY(-4px)
}

.tcard__mark {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 34px;
  height: 34px;
  color: var(--tint);
  stroke: none;
}

.tcard__stars {
  display: flex;
  gap: .18rem;
  color: var(--green);
  margin-bottom: 1.05rem
}

.tcard__stars .ico {
  stroke: none
}

.tcard blockquote {
  margin: 0 0 1.5rem;
  flex: 1;
  font-size: .955rem;
  line-height: 1.72;
  color: var(--ink);
  letter-spacing: -.006em;
}

.tcard figcaption {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.tcard__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  background: var(--tint);
  border: 1px solid var(--line-2);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--navy);
}

.tcard figcaption>span:last-child {
  display: flex;
  flex-direction: column;
  font-size: .79rem;
  color: var(--muted);
  line-height: 1.45
}

.tcard figcaption strong {
  font-size: .92rem;
  font-weight: 650;
  color: var(--navy);
  letter-spacing: -.012em
}

.tcard figcaption em {
  font-style: normal;
  font-size: .74rem;
  color: var(--green-700);
  font-weight: 600
}

/* --------------------------------------------------------------- 20. BLOG */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem
}

.post {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);
}

.post:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-3);
  border-color: var(--line-2)
}

.post__media {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--tint)
}

.post__media img {
  width: 100%;
  aspect-ratio: 720/450;
  object-fit: cover;
  transition: transform .7s var(--ease)
}

.post:hover .post__media img {
  transform: scale(1.05)
}

.post__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem 1.5rem 1.55rem
}

.post__meta {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: .85rem
}

.post__cat {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--green-700);
  background: var(--green-50);
  padding: .28rem .55rem;
  border-radius: 4px;
}

.post__date {
  font-size: .75rem;
  color: var(--muted)
}

.post h3 {
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.34;
  letter-spacing: -.022em;
  margin-bottom: .6rem
}

.post h3 a {
  color: inherit
}

.post:hover h3 a {
  color: var(--navy-600)
}

.post__body>p {
  font-size: .865rem;
  color: var(--muted);
  line-height: 1.62;
  flex: 1;
  margin-bottom: 1.25rem
}

@media (max-width:991.98px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem
  }
}

/* --------------------------------------------------------------- 21. FINAL CTA */
.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  background: linear-gradient(150deg, var(--navy-800) 0%, var(--navy-900) 55%, #0A2637 100%);
  color: #fff;
  text-align: center;
}

.final-cta__rings {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1180px, 170%);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .66;
  background:
    radial-gradient(circle, transparent 0 12%, rgba(255, 255, 255, .07) 12% calc(12% + 1px), transparent calc(12% + 1px)),
    radial-gradient(circle, transparent 0 19%, rgba(255, 255, 255, .06) 19% calc(19% + 1px), transparent calc(19% + 1px)),
    radial-gradient(circle, transparent 0 26%, rgba(140, 199, 162, .24) 26% calc(26% + 1px), transparent calc(26% + 1px)),
    radial-gradient(circle, transparent 0 33%, rgba(255, 255, 255, .05) 33% calc(33% + 1px), transparent calc(33% + 1px)),
    radial-gradient(circle, transparent 0 41%, rgba(255, 255, 255, .04) 41% calc(41% + 1px), transparent calc(41% + 1px));
}

.final-cta .container {
  position: relative;
  z-index: 1
}

.final-cta__inner {
  max-width: 680px;
  margin-inline: auto
}

.final-cta .eyebrow {
  justify-content: center
}

.final-cta .h-display {
  color: #fff;
  margin-bottom: 1rem
}

.final-cta .lead {
  color: rgba(226, 238, 244, .78);
  margin-inline: auto;
  max-width: 48ch
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: center;
  margin-top: 2.2rem
}

@media (max-width:575.98px) {
  .final-cta__actions .btn {
    width: 100%
  }
}

/* --------------------------------------------------------------- 22. FOOTER */
.site-footer {
  background: var(--navy-900);
  color: rgba(226, 238, 244, .7);
  font-size: .875rem
}

.footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 2.4fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  padding-block: clamp(3.25rem, 5vw, 4.5rem);
}

.footer__logo {
  display: inline-flex;
  padding: .85rem 1.1rem;
  margin-bottom: 1.35rem;
  background: #fff;
  border-radius: var(--r);
}

.footer__logo img {
  width: auto;
  height: 42px
}

.footer__brand p {
  max-width: 36ch;
  line-height: 1.72;
  font-size: .875rem
}

.socials {
  display: flex;
  gap: .5rem;
  margin-top: 1.6rem
}

.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-sm);
  color: rgba(226, 238, 244, .8);
  transition: background .24s var(--ease), border-color .24s var(--ease), color .24s var(--ease), transform .24s var(--ease);
}

.socials a:hover {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  transform: translateY(-2px)
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1.5rem
}

.footer__col h3 {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.15rem;
}

.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: .62rem
}

.footer__col a,
.footer__col li {
  color: rgba(226, 238, 244, .68);
  font-size: .865rem;
  line-height: 1.5
}

.footer__col a:hover {
  color: var(--green-300)
}

.footer__col--contact li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  min-width: 0
}

.footer__col--contact .ico {
  color: var(--green-300);
  margin-top: 2px
}

.footer__col--contact a {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  min-width: 0
}

/* long, unbreakable contact strings must never push the page wider */
.footer__col--contact a,
.footer__col--contact li {
  overflow-wrap: anywhere
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-block: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .8rem;
  color: rgba(226, 238, 244, .55);
}

.footer__bottom ul {
  display: flex;
  gap: 1.5rem
}

.footer__bottom a {
  color: inherit
}

.footer__bottom a:hover {
  color: var(--green-300)
}

@media (max-width:991.98px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem
  }
}

@media (max-width:575.98px) {
  .footer__bottom {
    justify-content: center;
    text-align: center
  }
}

/* --------------------------------------------------------------- 23. MODAL */
.quote-modal .modal-content {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 40px 90px -40px rgba(9, 38, 58, .6);
}

.quote-modal .modal-header {
  align-items: flex-start;
  gap: 1rem;
  padding: 1.75rem 1.85rem 1.35rem;
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
}

.quote-modal .eyebrow {
  margin-bottom: .6rem
}

.quote-modal .modal-title {
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: -.028em;
  line-height: 1.2
}

.quote-modal .modal-body {
  padding: 1.6rem 1.85rem 1.85rem
}

.quote-form .form-label {
  font-size: .76rem;
  font-weight: 650;
  letter-spacing: .03em;
  color: var(--navy);
  margin-bottom: .4rem;
}

.quote-form .form-label span {
  color: var(--green)
}

.quote-form .form-control,
.quote-form .form-select {
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  padding: .68rem .85rem;
  font-size: .9rem;
  color: var(--ink);
  background-color: #fff;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease);
}

.quote-form .form-control:focus,
.quote-form .form-select:focus {
  border-color: var(--navy-400);
  box-shadow: 0 0 0 3px rgba(42, 108, 147, .13);
  outline: 0;
}

.quote-form .form-control::placeholder {
  color: #9CADB9
}

.quote-form .is-invalid {
  border-color: #C6414B !important
}

.quote-form .is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(198, 65, 75, .13) !important
}

.form-error {
  min-height: 0;
  font-size: .755rem;
  color: #C6414B;
  margin-top: .32rem;
  display: none;
}

.form-error.is-shown {
  display: block
}

.quote-form__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.quote-form__note {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  color: var(--muted)
}

.form-success {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin-top: 1.4rem;
  padding: 1.15rem 1.25rem;
  background: var(--green-50);
  border: 1px solid rgba(60, 138, 88, .28);
  border-radius: var(--r);
}

.form-success[hidden] {
  display: none
}

.form-success__tick {
  position: relative;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--green);
}

.form-success__tick::after {
  content: "";
  position: absolute;
  left: 8.5px;
  top: 5.5px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(42deg);
}

.form-success strong {
  display: block;
  font-size: .92rem;
  color: var(--green-700);
  margin-bottom: .15rem
}

.form-success p {
  font-size: .83rem;
  color: var(--ink);
  line-height: 1.55
}

@media (max-width:575.98px) {

  .quote-modal .modal-header,
  .quote-modal .modal-body {
    padding-inline: 1.25rem
  }

  .quote-form__foot {
    flex-direction: column;
    align-items: stretch
  }

  .quote-form__foot .btn {
    width: 100%
  }
}

/* --------------------------------------------------------------- 24. UTILITIES */
.to-top {
  position: fixed;
  right: clamp(1rem, 3vw, 1.9rem);
  bottom: clamp(1rem, 3vw, 1.9rem);
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  box-shadow: var(--sh-2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s, background .24s var(--ease), color .24s var(--ease);
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.to-top:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy)
}

.js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .72s var(--ease), transform .72s var(--ease)
}

.js .reveal.is-in {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion:reduce) {
  .js .reveal {
    opacity: 1;
    transform: none
  }
}

/* stagger children of grids that reveal together */
.cat-grid .reveal:nth-child(2),
.svc-grid .reveal:nth-child(2),
.sol-grid .reveal:nth-child(2),
.blog-grid .reveal:nth-child(2),
.trust__list .reveal:nth-child(2) {
  transition-delay: .08s
}

.cat-grid .reveal:nth-child(3),
.svc-grid .reveal:nth-child(3),
.sol-grid .reveal:nth-child(3),
.blog-grid .reveal:nth-child(3),
.trust__list .reveal:nth-child(3) {
  transition-delay: .16s
}

.cat-grid .reveal:nth-child(4),
.svc-grid .reveal:nth-child(4),
.trust__list .reveal:nth-child(4) {
  transition-delay: .24s
}

.cat-grid .reveal:nth-child(5) {
  transition-delay: .06s
}

.cat-grid .reveal:nth-child(6) {
  transition-delay: .14s
}

.cat-grid .reveal:nth-child(7) {
  transition-delay: .22s
}

.cat-grid .reveal:nth-child(8) {
  transition-delay: .3s
}

/* keep Bootstrap's scroll-lock from shifting the sticky header */
body.modal-open .site-header,
body.offcanvas-open .site-header {
  padding-right: var(--bs-scrollbar-width, 0)
}
/* ==========================================================================
   INNER PAGES — shared page furniture
   Same tokens, same rhythm, same shapes as the homepage above.
   ========================================================================== */

/* --------------------------------------------------------------- 25. BREADCRUMB */
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3rem .55rem;
  font-size: .78rem;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 1.15rem;
}

.crumbs li {
  display: inline-flex;
  align-items: center;
  gap: .55rem
}

.crumbs li+li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--line-2);
  flex: none;
}

.crumbs a {
  color: var(--muted)
}

.crumbs a:hover {
  color: var(--green)
}

.crumbs [aria-current="page"] {
  color: var(--navy);
  font-weight: 600
}

.crumbs--invert {
  color: rgba(214, 231, 240, .72)
}

.crumbs--invert a {
  color: rgba(214, 231, 240, .72)
}

.crumbs--invert a:hover {
  color: var(--green-300)
}

.crumbs--invert li+li::before {
  background: rgba(255, 255, 255, .28)
}

.crumbs--invert [aria-current="page"] {
  color: #fff
}

/* --------------------------------------------------------------- 26. PAGE HERO */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-900);
  color: rgba(226, 238, 244, .82);
  padding-block: clamp(2.4rem, 5vw, 3.6rem) clamp(3.2rem, 6vw, 5rem);
}

.page-hero__rings {
  position: absolute;
  inset: auto -10% -55% auto;
  width: min(760px, 76vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(140, 199, 162, .17);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .05) inset, 0 0 0 72px rgba(255, 255, 255, .015);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(1.95rem, 3.6vw, 3.05rem);
  line-height: 1.1;
  letter-spacing: -.03em;
  max-width: 20ch;
}

.page-hero__lead {
  margin-top: 1.1rem;
  max-width: 62ch;
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.72;
  color: rgba(214, 231, 240, .78);
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.9rem
}

.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(1.75rem, 5vw, 4rem);
  align-items: center;
}

.page-hero__media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  box-shadow: var(--sh-3);
}

.page-hero__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.page-hero__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem clamp(1rem, 3vw, 2.5rem);
  margin-top: 2.4rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.page-hero__meta dt {
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.page-hero__meta dd {
  font-size: .8rem;
  color: rgba(214, 231, 240, .66);
  margin-top: .3rem;
  line-height: 1.5
}

/* light variant */
.page-hero--soft {
  background: var(--soft);
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.page-hero--soft h1 {
  color: var(--navy)
}

.page-hero--soft .page-hero__lead {
  color: var(--muted)
}

.page-hero--soft .page-hero__rings {
  border-color: rgba(23, 75, 107, .08);
  box-shadow: 0 0 0 72px rgba(23, 75, 107, .012)
}

.page-hero--soft .page-hero__meta {
  border-top-color: var(--line)
}

.page-hero--soft .page-hero__meta dt {
  color: var(--navy)
}

.page-hero--soft .page-hero__meta dd {
  color: var(--muted)
}

/* thin variant, for legal + utility pages */
.page-hero--slim {
  padding-block: clamp(2rem, 4vw, 2.8rem) clamp(2.4rem, 4.5vw, 3.4rem)
}

.page-hero--slim h1 {
  font-size: clamp(1.75rem, 2.8vw, 2.4rem)
}

@media (max-width:991.98px) {
  .page-hero__grid {
    grid-template-columns: 1fr
  }

  .page-hero__media {
    order: -1
  }
}

/* --------------------------------------------------------------- 27. SHARED BLOCKS */
.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.tile-grid--2 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
}

.tile {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.6rem 1.55rem;
  box-shadow: var(--sh-1);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);
}

.tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--line-2)
}

.tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: var(--green-50);
  color: var(--green-700);
  border: 1px solid rgba(60, 138, 88, .16);
  margin-bottom: 1.1rem;
}

.tile h3 {
  font-size: 1.08rem;
  margin-bottom: .55rem
}

.tile p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.65
}

.tile .link-arrow {
  margin-top: 1.1rem
}

.tile--flat:hover {
  transform: none;
  box-shadow: var(--sh-1)
}

.tile--tint {
  background: var(--soft)
}

/* two-column text + media block */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 5vw, 4.25rem);
  align-items: center;
}

.split--narrow-media {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr)
}

.split__media {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
  box-shadow: var(--sh-2);
}

.split__media img {
  width: 100%;
  display: block
}

.split h2 {
  margin-bottom: 1.1rem
}

.split p+p {
  margin-top: 1rem
}

@media (max-width:991.98px) {

  .split,
  .split--narrow-media {
    grid-template-columns: 1fr
  }

  .split--rev .split__media {
    order: -1
  }
}

/* tick list */
.checklist {
  display: grid;
  gap: .85rem;
  margin-top: 1.6rem
}

.checklist li {
  position: relative;
  padding-left: 1.9rem;
  font-size: .93rem;
  color: var(--ink);
  line-height: 1.6;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233C8A58' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5 9-9'/%3E%3C/svg%3E") center/12px no-repeat;
  border: 1px solid rgba(60, 138, 88, .2);
}

.checklist strong {
  color: var(--navy);
  font-weight: 650
}

/* stat strip */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.stat-row>div {
  background: #fff;
  padding: 1.5rem 1.4rem
}

.stat-row dt {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.03em;
  line-height: 1.1;
}

.stat-row dd {
  font-size: .82rem;
  color: var(--muted);
  margin-top: .4rem;
  line-height: 1.55
}

/* small pill labels */
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .3rem .7rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--green-50);
  color: var(--green-700);
  border: 1px solid rgba(60, 138, 88, .18);
}

.badge-soft--navy {
  background: var(--tint);
  color: var(--navy);
  border-color: var(--line-2)
}

/* bordered panel */
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.4rem, 3vw, 2.1rem);
  box-shadow: var(--sh-1);
}

.panel--tint {
  background: var(--soft);
  box-shadow: none
}

.panel__head {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.25rem;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1.1rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.panel__head h2,
.panel__head h3 {
  font-size: 1.18rem
}

/* key / value list */
.kv {
  display: grid;
  gap: 0
}

.kv>div {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) minmax(0, 1.6fr);
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line);
}

.kv>div:last-child {
  border-bottom: 0
}

.kv dt {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #93A5B2;
}

.kv dd {
  font-size: .92rem;
  color: var(--ink)
}

@media (max-width:575.98px) {
  .kv>div {
    grid-template-columns: 1fr;
    gap: .2rem
  }
}

/* generic prose */
.prose h2 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin: 2.6rem 0 .9rem
}

.prose h3 {
  font-size: 1.1rem;
  margin: 1.9rem 0 .7rem
}

.prose> :first-child {
  margin-top: 0
}

.prose p,
.prose li {
  color: var(--muted);
  line-height: 1.78
}

.prose p+p {
  margin-top: 1.05rem
}

.prose ul,
.prose ol {
  margin: 1.1rem 0;
  display: grid;
  gap: .6rem
}

.prose ul li {
  position: relative;
  padding-left: 1.4rem
}

.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.prose ol {
  counter-reset: n
}

.prose ol li {
  position: relative;
  padding-left: 1.9rem;
  counter-increment: n
}

.prose ol li::before {
  content: counter(n, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .05em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--green);
}

.prose strong {
  color: var(--navy);
  font-weight: 650
}

.prose a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-color: var(--line-2)
}

.prose a:hover {
  color: var(--green);
  text-decoration-color: currentColor
}

.prose blockquote {
  margin: 1.9rem 0;
  padding: 1.3rem 1.5rem;
  border-left: 3px solid var(--green);
  background: var(--soft);
  border-radius: 0 var(--r) var(--r) 0;
}

.prose blockquote p {
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 500
}

.prose figure {
  margin: 2rem 0
}

.prose figure img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--r)
}

.prose figcaption {
  margin-top: .7rem;
  font-size: .82rem;
  color: var(--muted)
}

/* --------------------------------------------------------------- 28. TABLES */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
}

.data-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: .9rem;
}

.data-table caption {
  caption-side: top;
  text-align: left;
  padding: 1rem 1.2rem 0;
  font-size: .8rem;
  color: var(--muted);
}

.data-table th,
.data-table td {
  padding: .9rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.data-table thead th {
  background: var(--soft);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  white-space: nowrap;
}

.data-table tbody tr:last-child td,
.data-table tbody tr:last-child th {
  border-bottom: 0
}

.data-table tbody tr:hover td,
.data-table tbody tr:hover th {
  background: #FAFCFD
}

.data-table th[scope=row] {
  font-weight: 650;
  color: var(--navy)
}

.table-hint {
  display: none;
  margin-top: .6rem;
  font-size: .78rem;
  color: var(--muted)
}

@media (max-width:767.98px) {
  .table-hint {
    display: block
  }
}

/* --------------------------------------------------------------- 29. LAYOUT WITH SIDEBAR */
.with-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: start;
}

.with-side--left {
  grid-template-columns: 280px minmax(0, 1fr)
}

.side {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 108px;
}

.side__box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.4rem;
  box-shadow: var(--sh-1);
}

.side__box--navy {
  background: var(--navy-900);
  border-color: var(--navy-800);
  color: rgba(214, 231, 240, .78);
}

.side__box--navy h3,
.side__box--navy strong {
  color: #fff
}

.side__box--navy p {
  font-size: .88rem;
  line-height: 1.65;
  margin-bottom: 1.2rem
}

.side__box h3 {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--line);
}

.side__list {
  display: grid;
  gap: .1rem
}

.side__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .58rem .7rem;
  border-radius: var(--r-sm);
  font-size: .89rem;
  color: var(--ink);
  transition: background .22s var(--ease), color .22s var(--ease);
}

.side__list a:hover {
  background: var(--soft);
  color: var(--navy)
}

.side__list a.is-active {
  background: var(--green-50);
  color: var(--green-700);
  font-weight: 600
}

.side__list span {
  font-size: .75rem;
  color: var(--muted)
}

.side__mini {
  display: grid;
  gap: 1rem
}

.side__mini a {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
}

.side__mini img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
}

.side__mini strong {
  display: block;
  font-size: .86rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.45;
}

.side__mini em {
  font-style: normal;
  font-size: .74rem;
  color: var(--muted)
}

.side__mini a:hover strong {
  color: var(--green)
}

@media (max-width:991.98px) {

  .with-side,
  .with-side--left {
    grid-template-columns: 1fr
  }

  .side {
    position: static
  }

  .with-side--left .side {
    order: 2
  }
}

/* --------------------------------------------------------------- 30. FILTER BAR */
.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin-bottom: 1.75rem;
  box-shadow: var(--sh-1);
}

.toolbar__count {
  font-size: .86rem;
  color: var(--muted)
}

.toolbar__count strong {
  color: var(--navy)
}

.toolbar__right {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .95rem;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: #fff;
  font-size: .82rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  transition: background .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease);
}

.chip:hover {
  border-color: var(--navy-400);
  background: var(--soft)
}

.chip[aria-pressed="true"],
.chip.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.chip span {
  font-size: .72rem;
  opacity: .7
}

.field-inline {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .38rem .7rem .38rem .9rem;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: #fff;
}

.field-inline label {
  font-size: .78rem;
  color: var(--muted);
  white-space: nowrap
}

.field-inline select,
.field-inline input {
  border: 0;
  background: transparent;
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  padding: .2rem .1rem;
  min-width: 0;
}

.field-inline select:focus,
.field-inline input:focus {
  outline: none
}

.field-inline input[type="search"] {
  min-width: 210px
}

@media (max-width:575.98px) {
  .field-inline input[type="search"] {
    min-width: 0
  }
}

.field-inline:focus-within {
  border-color: var(--navy-400);
  box-shadow: 0 0 0 3px rgba(42, 108, 147, .1)
}

.empty-state {
  display: none;
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  background: var(--soft);
  border: 1px dashed var(--line-2);
  border-radius: var(--r);
}

.empty-state.is-shown {
  display: block
}

.empty-state h3 {
  font-size: 1.1rem;
  margin-bottom: .5rem
}

.empty-state p {
  color: var(--muted);
  font-size: .92rem
}

/* product grid reused across listing pages */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.prod-grid .pcard {
  transition: transform .36s var(--ease), box-shadow .36s var(--ease), border-color .36s var(--ease), opacity .3s var(--ease)
}

.is-hidden {
  display: none !important
}

/* pagination */
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .75rem;
  border: 1px solid var(--line-2);
  border-radius: var(--r-sm);
  background: #fff;
  font-size: .87rem;
  font-weight: 600;
  color: var(--navy);
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
}

.pager a:hover {
  background: var(--soft);
  border-color: var(--navy-400)
}

.pager [aria-current="page"] {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff
}

.pager .is-disabled {
  opacity: .45;
  pointer-events: none
}

/* --------------------------------------------------------------- 31. PRODUCT DETAIL */
.pdp {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}

.gallery__main {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
}

.gallery__main img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.gallery__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2
}

.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin-top: .75rem;
}

.thumb {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
  cursor: pointer;
  transition: border-color .24s var(--ease), box-shadow .24s var(--ease);
}

.thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.thumb:hover {
  border-color: var(--navy-400)
}

.thumb[aria-pressed="true"] {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(60, 138, 88, .18)
}

.pdp__summary h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  margin: .7rem 0 .9rem
}

.pdp__lead {
  color: var(--muted);
  line-height: 1.72
}

.pdp__hl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin: 1.6rem 0;
}

.pdp__hl>div {
  background: #fff;
  padding: .95rem 1.1rem
}

.pdp__hl dt {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #93A5B2;
  margin-bottom: .25rem;
}

.pdp__hl dd {
  font-size: .9rem;
  font-weight: 600;
  color: var(--navy)
}

.pdp__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.5rem 0
}

.pdp__note {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  padding: .95rem 1.1rem;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.6;
}

.pdp__note svg {
  color: var(--green);
  margin-top: .1rem
}

@media (max-width:991.98px) {
  .pdp {
    grid-template-columns: 1fr
  }
}

/* tabs */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs button {
  position: relative;
  padding: .85rem 1.15rem;
  border: 0;
  background: transparent;
  font-size: .9rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color .24s var(--ease);
}

.tabs button::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: -1px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform .3s var(--ease);
}

.tabs button:hover {
  color: var(--navy)
}

.tabs button[aria-selected="true"] {
  color: var(--navy)
}

.tabs button[aria-selected="true"]::after {
  transform: scaleX(1)
}

.tabpanel[hidden] {
  display: none
}

/* --------------------------------------------------------------- 32. TIMELINE */
.timeline {
  position: relative;
  display: grid;
  gap: 1.75rem;
  padding-left: 1.85rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: .55rem;
  bottom: .55rem;
  width: 1px;
  background: var(--line-2);
}

.timeline li {
  position: relative
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -1.85rem;
  top: .45rem;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--green);
}

.timeline time {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .3rem;
}

.timeline h3 {
  font-size: 1.02rem;
  margin-bottom: .35rem
}

.timeline p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.65
}

/* team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.member {
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.9rem 1.3rem 1.6rem;
  box-shadow: var(--sh-1);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}

.member:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2)
}

.member__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--tint);
  border: 1px solid var(--line-2);
  color: var(--navy);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: .04em;
  margin-bottom: 1.1rem;
}

.member h3 {
  font-size: 1rem;
  margin-bottom: .25rem
}

.member p {
  font-size: .84rem;
  color: var(--muted)
}

.member__area {
  display: block;
  margin-top: .7rem;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
}

/* --------------------------------------------------------------- 33. RESOURCES */
.res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.res {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh-1);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);
}

.res:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-3);
  border-color: var(--line-2)
}

.res__media {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(158deg, #fff, var(--tint))
}

.res__media img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover
}

.res__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.4rem 1.45rem
}

.res__type {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .6rem;
}

.res h3 {
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: .6rem
}

.res p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.62;
  flex: 1
}

.res__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .78rem;
  color: var(--muted);
}

/* download rows */
.dl-list {
  display: grid;
  gap: .75rem
}

.dl-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.25rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: border-color .24s var(--ease), box-shadow .24s var(--ease), transform .24s var(--ease);
}

.dl-row:hover {
  border-color: var(--line-2);
  box-shadow: var(--sh-2);
  transform: translateY(-2px)
}

.dl-row__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: var(--r-sm);
  background: var(--tint);
  color: var(--navy);
  border: 1px solid var(--line);
}

.dl-row__text {
  flex: 1;
  min-width: 180px
}

.dl-row__text strong {
  display: block;
  font-size: .95rem;
  color: var(--navy);
  font-weight: 650
}

.dl-row__text span {
  font-size: .8rem;
  color: var(--muted)
}

/* --------------------------------------------------------------- 34. ARTICLE */
.article__head {
  max-width: 760px
}

.article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem .9rem;
  margin-top: 1.4rem;
  font-size: .82rem;
  color: var(--muted);
}

.article__meta .dot-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line-2)
}

.article__cover {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
  box-shadow: var(--sh-2);
}

.article__cover img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover
}

.toc {
  border-left: 2px solid var(--line-2);
  padding-left: 1.1rem;
  display: grid;
  gap: .55rem
}

.toc a {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.5
}

.toc a:hover {
  color: var(--green)
}

.share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-top: 2.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.share span {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: .3rem;
}

.share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  color: var(--navy);
  transition: background .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease);
}

.share a:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff
}

.author-box {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--r);
}

.author-box__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--navy);
  font-weight: 700;
}

.author-box strong {
  display: block;
  color: var(--navy)
}

.author-box p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.62;
  margin-top: .3rem
}

.post-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.post-nav a {
  display: block;
  padding: 1.2rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  transition: border-color .24s var(--ease), box-shadow .24s var(--ease);
}

.post-nav a:hover {
  border-color: var(--line-2);
  box-shadow: var(--sh-2)
}

.post-nav span {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green);
}

.post-nav strong {
  display: block;
  margin-top: .45rem;
  font-size: .96rem;
  color: var(--navy);
  line-height: 1.5;
  font-weight: 650;
}

.post-nav a:last-child {
  text-align: right
}

@media (max-width:575.98px) {
  .post-nav a:last-child {
    text-align: left
  }
}

/* --------------------------------------------------------------- 35. FORMS & CONTACT */
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  box-shadow: var(--sh-2);
}

.form-card .form-label,
.quote-form .form-label {
  font-size: .8rem
}

.fieldset-title {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 2rem 0 1.15rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy);
}

.fieldset-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line)
}

.fieldset-title:first-child {
  margin-top: 0
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.6rem 1.5rem;
  box-shadow: var(--sh-1);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2)
}

.contact-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  background: var(--tint);
  color: var(--navy);
  border: 1px solid var(--line);
  margin-bottom: 1.1rem;
}

.contact-card h3 {
  font-size: .95rem;
  margin-bottom: .5rem
}

.contact-card p,
.contact-card a {
  display: block;
  font-size: .89rem;
  color: var(--muted);
  line-height: 1.6
}

.contact-card a:hover {
  color: var(--green)
}

.map-frame {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
  box-shadow: var(--sh-2);
}

.map-frame img {
  width: 100%;
  display: block
}

.map-frame__card {
  position: absolute;
  left: clamp(1rem, 3vw, 1.75rem);
  bottom: clamp(1rem, 3vw, 1.75rem);
  max-width: 300px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.15rem 1.25rem;
  box-shadow: var(--sh-3);
}

.map-frame__card strong {
  display: block;
  color: var(--navy);
  margin-bottom: .4rem
}

.map-frame__card p {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.6
}

@media (max-width:575.98px) {
  .map-frame__card {
    position: static;
    max-width: none;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
  }
}

/* opening hours list */
.hours {
  display: grid;
  gap: 0
}

.hours>div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem 0;
  border-bottom: 1px dashed var(--line);
  font-size: .88rem;
}

.hours>div:last-child {
  border-bottom: 0
}

.hours dt {
  color: var(--muted)
}

.hours dd {
  color: var(--navy);
  font-weight: 600
}

/* --------------------------------------------------------------- 36. CAREERS */
.job {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: center;
  padding: 1.45rem 1.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  transition: border-color .26s var(--ease), box-shadow .26s var(--ease), transform .26s var(--ease);
}

.job:hover {
  border-color: var(--line-2);
  box-shadow: var(--sh-2);
  transform: translateY(-2px)
}

.job h3 {
  font-size: 1.08rem;
  margin-bottom: .55rem
}

.job__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .85rem;
  font-size: .82rem;
  color: var(--muted);
}

.job__meta li {
  display: inline-flex;
  align-items: center;
  gap: .4rem
}

.job__meta svg {
  color: var(--navy-400)
}

.job-list {
  display: grid;
  gap: .85rem
}

@media (max-width:575.98px) {
  .job {
    grid-template-columns: 1fr
  }

  .job .btn {
    width: 100%
  }
}

/* --------------------------------------------------------------- 37. FAQ / ACCORDION */
.acc {
  display: grid;
  gap: .75rem
}

.acc .accordion-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r) !important;
  overflow: hidden;
  transition: border-color .26s var(--ease), box-shadow .26s var(--ease);
}

.acc .accordion-item:hover {
  border-color: var(--line-2)
}

.acc .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--line-2);
  box-shadow: var(--sh-2)
}

.acc .accordion-button {
  padding: 1.15rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  box-shadow: none;
  border-radius: 0 !important;
}

.acc .accordion-button:not(.collapsed) {
  color: var(--navy);
  background: #fff
}

.acc .accordion-button:focus {
  box-shadow: none;
  border-color: transparent
}

.acc .accordion-button::after {
  width: 1.05rem;
  height: 1.05rem;
  background-size: 1.05rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23174B6B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.acc .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233C8A58' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.acc .accordion-body {
  padding: 0 1.4rem 1.35rem;
  font-size: .93rem;
  color: var(--muted);
  line-height: 1.72;
}

.acc .accordion-body p+p {
  margin-top: .8rem
}

.acc .accordion-body a {
  text-decoration: underline;
  text-underline-offset: .2em
}

/* --------------------------------------------------------------- 38. SEARCH */
.searchform-lg {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center;
  padding: .5rem .5rem .5rem 1.1rem;
  background: #fff;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  box-shadow: var(--sh-2);
  max-width: 720px;
}

.searchform-lg:focus-within {
  border-color: var(--navy-400);
  box-shadow: 0 0 0 4px rgba(42, 108, 147, .1)
}

.searchform-lg svg {
  color: var(--muted);
  flex: none
}

.searchform-lg input {
  flex: 1;
  min-width: 150px;
  border: 0;
  background: transparent;
  font-size: 1rem;
  color: var(--ink);
  padding: .6rem 0;
}

.searchform-lg input:focus {
  outline: none
}

.sresult {
  display: block;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.sresult:first-child {
  padding-top: 0
}

.sresult__type {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .45rem;
}

.sresult h3 {
  font-size: 1.06rem;
  margin-bottom: .4rem
}

.sresult p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.66
}

.sresult__url {
  display: block;
  margin-top: .55rem;
  font-size: .78rem;
  color: var(--navy-400)
}

.sresult:hover h3 {
  color: var(--green)
}

.sresult mark {
  background: rgba(60, 138, 88, .16);
  color: inherit;
  padding: 0 .12em;
  border-radius: 2px;
}

/* --------------------------------------------------------------- 39. CTA BANDS */
.cta-strip {
  background: var(--navy-900);
  color: rgba(214, 231, 240, .8);
  padding-block: clamp(3rem, 6vw, 4.5rem);
  position: relative;
  overflow: hidden;
}

.cta-strip__rings {
  position: absolute;
  inset: auto -22% -92% auto;
  width: min(760px, 80vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(140, 199, 162, .10);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .03) inset;
  pointer-events: none;
}

.cta-strip .container {
  position: relative;
  z-index: 1
}

.cta-strip__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 1.75rem clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.cta-strip h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem)
}

.cta-strip p {
  margin-top: .85rem;
  max-width: 60ch;
  color: rgba(214, 231, 240, .74);
  line-height: 1.7;
}

.cta-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem
}

@media (max-width:991.98px) {
  .cta-strip__inner {
    grid-template-columns: 1fr
  }
}

/* light call-out band */
.callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}

.callout h2,
.callout h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  margin-bottom: .5rem
}

.callout p {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.68;
  max-width: 62ch
}

@media (max-width:767.98px) {
  .callout {
    grid-template-columns: 1fr
  }
}

/* --------------------------------------------------------------- 40. MISC PAGE UTILS */
.section--flush-top {
  padding-top: clamp(2.5rem, 5vw, 4rem)
}

.section-head--simple {
  display: block;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  max-width: 68ch;
}

.section-head--center {
  text-align: center;
  margin-inline: auto
}

.section-head--center .eyebrow {
  justify-content: center
}

.anchor-offset {
  scroll-margin-top: 120px
}

.muted {
  color: var(--muted)
}

.max-70 {
  max-width: 70ch
}

.mono-note {
  font-size: .78rem;
  color: var(--muted);
  letter-spacing: .01em
}

/* --------------------------------------------------------------- 41. MISSION / VISION */
.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.mv-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: clamp(1.9rem, 3.5vw, 2.9rem);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--sh-1);
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);
}

.mv-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-3);
  border-color: var(--line-2)
}

.mv-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: var(--r);
  background: var(--green-50);
  color: var(--green-700);
  border: 1px solid rgba(60, 138, 88, .18);
  margin-bottom: 1.4rem;
}

.mv-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  margin-bottom: .9rem
}

.mv-card p {
  color: var(--muted);
  line-height: 1.75
}

.mv-card p+p {
  margin-top: .9rem
}

.mv-card__list {
  display: grid;
  gap: .7rem;
  margin-top: 1.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.mv-card__list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .89rem;
  color: var(--ink);
  line-height: 1.6;
}

.mv-card__list svg {
  color: var(--green);
  margin-top: .18rem;
  flex: none
}

.mv-card__mark {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 168px;
  height: 168px;
  color: var(--navy);
  opacity: .035;
  pointer-events: none;
}

/* navy variant */
.mv-card--navy {
  background: var(--navy-900);
  border-color: var(--navy-800);
  box-shadow: var(--sh-2);
}

.mv-card--navy h3 {
  color: #fff
}

.mv-card--navy p {
  color: rgba(214, 231, 240, .76)
}

.mv-card--navy .mv-card__icon {
  background: rgba(140, 199, 162, .14);
  border-color: rgba(140, 199, 162, .26);
  color: var(--green-300);
}

.mv-card--navy .mv-card__list {
  border-top-color: rgba(255, 255, 255, .14)
}

.mv-card--navy .mv-card__list li {
  color: rgba(226, 238, 244, .88)
}

.mv-card--navy .mv-card__list svg {
  color: var(--green-300)
}

.mv-card--navy .mv-card__mark {
  color: #fff;
  opacity: .05
}

/* --------------------------------------------------------------- 42. PROCESS */
.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
  counter-reset: step;
}

.process__step {
  position: relative;
  padding-top: 4.4rem;
  counter-increment: step;
}

/* connector rail between the numbered markers */
.process__step::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 62px;
  right: calc(-1 * clamp(1.25rem, 2.5vw, 2.25rem));
  height: 1px;
  background: var(--line-2);
}

.process__step:last-child::before {
  display: none
}

.process__num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--navy);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: -.01em;
  box-shadow: var(--sh-1);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}

.process__step:hover .process__num {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff
}

.process__step h3 {
  font-size: 1.06rem;
  margin-bottom: .55rem
}

.process__step p {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.68
}

@media (max-width:991.98px) {
  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .process__step:nth-child(2)::before {
    display: none
  }
}

@media (max-width:575.98px) {
  .process {
    grid-template-columns: 1fr;
    gap: 1.5rem
  }

  .process__step {
    padding-top: 0;
    padding-left: 4.4rem;
    min-height: 54px
  }

  .process__step::before {
    top: 62px;
    bottom: calc(-1 * 1.5rem);
    left: 27px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .process__step:nth-child(2)::before {
    display: block
  }

  .process__step:last-child::before {
    display: none
  }
}

/* two-up stat block, for use inside a text column */
.stat-row--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width:1200px) {
  .stat-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

/* --------------------------------------------------------------- 43. CATEGORY NAV */
.catnav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(.6rem, 1.4vw, 1rem);
}

.catnav__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .1rem;
  padding: 1.15rem 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  cursor: pointer;
  text-align: left;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease);
}

.catnav__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: var(--line-2);
}

.catnav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: .85rem;
  border-radius: var(--r-sm);
  background: var(--tint);
  border: 1px solid var(--line);
  color: var(--navy);
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease);
}

.catnav__name {
  font-size: .95rem;
  font-weight: 650;
  color: var(--navy);
  letter-spacing: -.012em;
}

.catnav__count {
  font-size: .74rem;
  color: var(--muted)
}

.catnav__item[aria-pressed="true"],
.catnav__item.is-active {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--sh-2);
}

.catnav__item.is-active .catnav__name {
  color: #fff
}

.catnav__item.is-active .catnav__count {
  color: rgba(214, 231, 240, .7)
}

.catnav__item.is-active .catnav__icon {
  background: rgba(140, 199, 162, .16);
  border-color: rgba(140, 199, 162, .28);
  color: var(--green-300);
}

/* below the widest breakpoint it becomes a horizontal tab strip that
   scrolls inside its own container, so the page never scrolls sideways */
@media (max-width:1199.98px) {
  .catnav {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: .5rem;
    scrollbar-width: thin;
  }

  .catnav__item {
    flex: 0 0 auto;
    width: 176px;
    scroll-snap-align: start;
  }

  .catnav__item:hover {
    transform: none
  }
}

@media (max-width:575.98px) {
  .catnav__item {
    width: 152px;
    padding: .95rem
  }

  .catnav__icon {
    width: 34px;
    height: 34px;
    margin-bottom: .6rem
  }
}

/* --------------------------------------------------------------- 44. LISTING CARD EXTRAS */
.pcard__desc {
  font-size: .875rem;
  color: var(--muted);
  line-height: 1.62;
  margin-bottom: 1.1rem;
}

.pcard__key {
  padding: .85rem 0;
  margin-bottom: 1.15rem;
  border-block: 1px solid var(--line);
}

/* equal-height cards: let the slack collect above the buttons rather than
   stretching the spec block away from its own divider */
.col-prod .pcard__actions {
  margin-top: auto
}

.pcard__key dt {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #93A5B2;
  margin-bottom: .3rem;
}

.pcard__key dd {
  font-size: .845rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
}

/* the grid columns hide/show, so the card must fill its column */
.col-prod .pcard {
  height: 100%
}

/* --------------------------------------------------------------- 45. FEATURED CARDS */
.fcard {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-2);
  transition: transform .36s var(--ease), box-shadow .36s var(--ease), border-color .36s var(--ease);
}

.fcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: var(--line-2);
}

.fcard__media {
  position: relative;
  background: linear-gradient(158deg, #fff, var(--tint));
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.fcard__media img {
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover;
  transition: transform .66s var(--ease);
}

.fcard:hover .fcard__media img {
  transform: scale(1.03)
}

.fcard__flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(4px);
}

.fcard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.6rem 1.65rem 1.7rem;
}

.fcard__cat {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .6rem;
}

.fcard h3 {
  font-size: 1.32rem;
  letter-spacing: -.026em;
  margin-bottom: .7rem;
}

.fcard h3 span {
  display: block;
  margin-top: .25rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--muted);
}

.fcard__lead {
  font-size: .91rem;
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 1.25rem;
}

.fcard__points {
  display: grid;
  gap: .6rem;
  flex: 1;
  align-content: start;
  padding-top: 1.15rem;
  margin-bottom: 1.4rem;
  border-top: 1px solid var(--line);
}

.fcard__points li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  font-size: .855rem;
  color: var(--ink);
  line-height: 1.55;
}

.fcard__points svg {
  color: var(--green);
  margin-top: .16rem;
  flex: none;
}

.fcard__actions {
  display: flex;
  gap: .55rem
}

.fcard__actions .btn {
  flex: 1
}

@media (max-width:575.98px) {
  .fcard__actions {
    flex-direction: column
  }
}

/* --------------------------------------------------------------- 46. BREADCRUMB BAR */
.crumbbar {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  padding-block: 1.05rem;
}

.crumbbar .crumbs {
  margin-bottom: 0
}

/* --------------------------------------------------------------- 47. FEATURE ROWS */
.featgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 2.5rem) clamp(1.5rem, 3.5vw, 3rem);
}

.feat {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.feat__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: var(--r-sm);
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--navy);
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease);
}

.feat:hover .feat__icon {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.feat h3 {
  font-size: 1.02rem;
  margin-bottom: .45rem
}

.feat p {
  font-size: .89rem;
  color: var(--muted);
  line-height: 1.66
}

@media (max-width:991.98px) {
  .featgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:575.98px) {
  .featgrid {
    grid-template-columns: 1fr
  }
}

/* --------------------------------------------------------------- 48. APPLICATION CARDS */
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.usecase {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.5rem 1.55rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}

/* accent rail that fills in on hover */
.usecase::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--green);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .38s var(--ease);
}

.usecase:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--line-2);
}

.usecase:hover::before {
  transform: scaleY(1)
}

.usecase__num {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--green);
  margin-bottom: .8rem;
}

.usecase h3 {
  font-size: 1.04rem;
  margin-bottom: .55rem
}

.usecase p {
  font-size: .89rem;
  color: var(--muted);
  line-height: 1.66;
  flex: 1;
}

.usecase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.usecase__tags li {
  font-size: .72rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--tint);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .22rem .6rem;
}

/* --------------------------------------------------------------- 49. PDP EXTRAS */
.pdp__benefits {
  display: grid;
  gap: .8rem;
  margin: 1.5rem 0
}

.pdp__benefits li {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  font-size: .92rem;
  color: var(--ink);
  line-height: 1.6;
}

.pdp__benefits svg {
  color: var(--green);
  margin-top: .18rem;
  flex: none
}

.pdp__cat {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
}

.pdp__model {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-left: .6rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--muted);
  text-transform: none;
}

/* --------------------------------------------------------------- 50. SOLUTION CARDS */
.sol-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1rem, 2.2vw, 1.75rem);
}

.solcard {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-1);
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease);
}

.solcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: var(--line-2);
}

/* wrapper is unclipped so the icon chip can straddle the edge */
.solcard__top {
  position: relative
}

.solcard__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(158deg, #fff, var(--tint));
  border-bottom: 1px solid var(--line);
}

.solcard__media img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform .68s var(--ease);
}

.solcard:hover .solcard__media img {
  transform: scale(1.04)
}

/* icon chip straddling the media / body edge */
.solcard__icon {
  position: absolute;
  left: 1.45rem;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--r);
  background: #fff;
  border: 1px solid var(--line-2);
  color: var(--navy);
  box-shadow: var(--sh-2);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}

.solcard:hover .solcard__icon {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.solcard__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2.25rem 1.5rem 1.6rem;
}

.solcard__cat {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .55rem;
}

.solcard h3 {
  font-size: 1.2rem;
  letter-spacing: -.024em;
  margin-bottom: .65rem;
}

.solcard__desc {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.66;
  flex: 1;
}

.solcard .link-arrow {
  margin-top: 1.3rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

/* --------------------------------------------------------------- 51. PROCESS ON NAVY */
.process--invert .process__step::before {
  background: rgba(255, 255, 255, .18)
}

.process--invert .process__num {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(140, 199, 162, .38);
  color: #fff;
  box-shadow: none;
}

.process--invert .process__step:hover .process__num {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.process--invert .process__step h3 {
  color: #fff
}

.process--invert .process__step p {
  color: rgba(214, 231, 240, .72)
}

/* navy band that reuses the section rhythm */
.band-navy {
  position: relative;
  overflow: hidden;
  background: var(--navy-900);
  color: rgba(214, 231, 240, .8);
}

.band-navy__rings {
  position: absolute;
  inset: -70% -18% auto auto;
  width: min(720px, 76vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(140, 199, 162, .11);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .03) inset;
  pointer-events: none;
}

.band-navy .container {
  position: relative;
  z-index: 1
}

/* --------------------------------------------------------------- 52. SUPPORT PAGE */
.svccard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.svccard {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.9rem 1.6rem 1.7rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);
}

.svccard:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  box-shadow: var(--sh-2);
}

.svccard__num {
  position: absolute;
  right: 1.1rem;
  top: .6rem;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -.05em;
  color: rgba(23, 75, 107, .06);
  transition: color .32s var(--ease);
}

.svccard:hover .svccard__num {
  color: rgba(60, 138, 88, .16)
}

.svccard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.2rem;
  border-radius: var(--r);
  background: var(--tint);
  border: 1px solid var(--line);
  color: var(--navy);
  transition: background .32s var(--ease), border-color .32s var(--ease), color .32s var(--ease);
}

.svccard:hover .svccard__icon {
  background: var(--green-50);
  border-color: rgba(60, 138, 88, .28);
  color: var(--green);
}

.svccard h3 {
  font-size: 1.08rem;
  margin-bottom: .5rem
}

.svccard>p {
  font-size: .89rem;
  color: var(--muted);
  line-height: 1.66
}

.svccard__list {
  display: grid;
  gap: .5rem;
  margin-top: 1.15rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.svccard__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: .845rem;
  color: var(--ink);
  line-height: 1.55;
}

.svccard__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  opacity: .55;
}

@media (max-width:1199.98px) {
  .svccard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:575.98px) {
  .svccard-grid {
    grid-template-columns: 1fr
  }
}

/* constrained form column */
.form-narrow {
  max-width: 860px;
  margin-inline: auto
}

.form-hint {
  font-size: .755rem;
  color: var(--muted);
  margin-top: .32rem;
  line-height: 1.5;
}

/* bootstrap validation feedback, matched to the site's error styling */
.quote-form .invalid-feedback {
  font-size: .755rem;
  color: #C6414B;
  margin-top: .32rem;
}

.quote-form .form-control:focus,
.quote-form .form-select:focus {
  border-color: var(--navy-400);
  box-shadow: 0 0 0 3px rgba(42, 108, 147, .13);
}

.quote-form.was-validated .form-control:invalid,
.quote-form.was-validated .form-select:invalid {
  border-color: #C6414B;
  background-image: none;
  padding-right: .85rem;
}

.quote-form.was-validated .form-control:invalid:focus,
.quote-form.was-validated .form-select:invalid:focus {
  border-color: #C6414B;
  box-shadow: 0 0 0 3px rgba(198, 65, 75, .13);
}

.quote-form.was-validated .form-control:valid,
.quote-form.was-validated .form-select:valid {
  border-color: rgba(60, 138, 88, .45);
  background-image: none;
  padding-right: .85rem;
}

.quote-form.was-validated .form-control:valid:focus,
.quote-form.was-validated .form-select:valid:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(60, 138, 88, .13);
}

.quote-form__note a {
  color: var(--navy);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.quote-form__note a:hover {
  color: var(--green)
}

/* --------------------------------------------------------------- 53. RESOURCES PAGE */
/* article grid — the .post card from the homepage, on a listing-width grid */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

.post-grid .post {
  transition: transform .34s var(--ease), box-shadow .34s var(--ease), border-color .34s var(--ease), opacity .3s var(--ease);
}

/* featured long-read */
.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-2);
}

.featured-post__media {
  position: relative;
  border-right: 1px solid var(--line);
  background: linear-gradient(158deg, #fff, var(--tint));
}

.featured-post__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.featured-post__body {
  padding: clamp(1.6rem, 3.2vw, 2.6rem);
}

.featured-post__body h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.22;
  letter-spacing: -.028em;
  margin-bottom: .85rem;
}

.featured-post__lead {
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.7;
  margin-bottom: .9rem;
}

.featured-post__body .checklist {
  margin-top: 1.4rem
}

.featured-post__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

@media (max-width:991.98px) {
  .featured-post {
    grid-template-columns: 1fr
  }

  .featured-post__media {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .featured-post__media img {
    min-height: 0;
    aspect-ratio: 720/450
  }
}

/* download rows — action button sits at the end of the row */
.dl-row .btn {
  flex: none;
  margin-left: auto
}

@media (max-width:575.98px) {
  .dl-row .btn {
    margin-left: 0;
    width: 100%;
    justify-content: center
  }
}

.dl-note {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.5rem;
  font-size: .84rem;
  color: var(--muted);
}

.dl-note a {
  color: var(--navy);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.dl-note a:hover {
  color: var(--green)
}

.blog__more {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.75rem, 3vw, 2.5rem)
}

/* --------------------------------------------------------------- 54. CONTACT PAGE */
.contact-split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: clamp(.85rem, 1.6vw, 1.15rem);
}

.contact-stack .contact-card a {
  font-weight: 600;
  color: var(--navy)
}

.contact-stack .contact-card a:hover {
  color: var(--green)
}

.contact-card__note {
  margin-top: .85rem;
  padding-top: .85rem;
  border-top: 1px solid var(--line);
  font-size: .8rem !important;
  line-height: 1.6;
  color: var(--muted);
}

.contact-card__note .dot {
  margin-right: .1rem
}

.contact-card .hours {
  margin-top: .2rem
}

@media (max-width:991.98px) {
  .contact-split {
    grid-template-columns: 1fr
  }

  .contact-stack {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
  }
}

@media (max-width:575.98px) {
  .contact-stack {
    grid-template-columns: 1fr
  }
}

/* radio group — preferred contact method */
.quote-form fieldset {
  border: 0;
  padding: 0;
  margin: 0
}

.quote-form legend.form-label {
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: .55rem;
  font-size: .8rem;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.radio-group .form-check {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 0;
  margin: 0;
  padding: .58rem .95rem .58rem .8rem;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: #fff;
  transition: border-color .22s var(--ease), background .22s var(--ease);
}

.radio-group .form-check:hover {
  border-color: var(--navy-400);
  background: var(--soft)
}

.radio-group .form-check:has(.form-check-input:checked) {
  border-color: var(--green);
  background: var(--green-50);
}

.radio-group .form-check-input {
  float: none;
  margin: 0;
  flex: none;
  width: 1.05rem;
  height: 1.05rem;
  border-color: var(--line-2);
  cursor: pointer;
}

.radio-group .form-check-input:checked {
  background-color: var(--green);
  border-color: var(--green)
}

.radio-group .form-check-input:focus {
  border-color: var(--navy-400);
  box-shadow: 0 0 0 3px rgba(42, 108, 147, .13)
}

.radio-group .form-check-label {
  font-size: .87rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
}

/* the group's message sits after the options, so drive it from the group itself */
.radio-group .invalid-feedback {
  flex-basis: 100%
}

.quote-form.was-validated .radio-group:has(.form-check-input:invalid) .invalid-feedback {
  display: block
}

.quote-form.was-validated .radio-group:has(.form-check-input:invalid) .form-check {
  border-color: #C6414B
}

/* map caption reuses .map-frame__card as a figcaption */
.map-frame figcaption p:last-child {
  margin-bottom: 0
}

/* --------------------------------------------------------------- 55. FAQ PAGE */
.faq-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .9rem 1.5rem;
  margin-bottom: 1.5rem;
}

/* the FAQ search has no submit button, so it needs its own right padding */
.faq-search .searchform-lg {
  flex: 1;
  min-width: min(100%, 320px);
  padding-right: 1.1rem;
}

.faq-search__count {
  font-size: .86rem;
  color: var(--muted);
  white-space: nowrap;
}

.faq-search__count strong {
  color: var(--navy)
}

/* category tag inside each accordion header */
.acc__tag {
  display: inline-block;
  flex: none;
  margin-right: .8rem;
  padding: .24rem .55rem;
  border-radius: 4px;
  background: var(--tint);
  border: 1px solid var(--line);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--navy-400);
  vertical-align: middle;
  transition: background .26s var(--ease), color .26s var(--ease), border-color .26s var(--ease);
}

.acc .accordion-button:not(.collapsed) .acc__tag {
  background: var(--green-50);
  border-color: rgba(60, 138, 88, .28);
  color: var(--green-700);
}

@media (max-width:575.98px) {
  .acc__tag {
    display: block;
    width: fit-content;
    margin: 0 0 .5rem;
  }

  .acc .accordion-button {
    display: block
  }
}

.faq-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.25rem)
}
