


@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(assets/fonts/plus-jakarta-sans-latin.153fc85b70.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 600 700;
  font-display: swap;
  src: url(assets/fonts/fraunces-italic-latin.066710ce7e.woff2) format('woff2');
}


:root {
  
  --bg-page: #FAFAFA;
  --bg-elevated: #FFFFFF;
  --bg-subtle: #F4F4F6;
  --bg-subtle-2: #ECEEF2;

  
  --bg-dark: #000a38;
  --bg-dark-2: #06143f;
  --bg-dark-3: #102052;

  
  --bg-services: #262e48;        
  --bg-tile-grey: #D9D9D9;       
  --bg-tile-grey-inner: #E5E6EA; 

  
  --text: #000a38;
  --text-muted: #4A4F5C;
  --text-soft: #6c7382; 
  --text-on-dark: #F4F4F6;
  --text-on-dark-muted: #A8B3C5; 

  
  --accent: #3697ff;
  --accent-hover: #508ac5;
  --accent-soft: rgba(54, 151, 255, 0.08);
  --accent-glow: rgba(54, 151, 255, 0.16);
  --accent-text-on-light: #1a6ed9;     
  --star-gold: #C9A36B;                

  
  --ring: rgba(0, 0, 0, 0.04);
  --ring-strong: rgba(0, 0, 0, 0.08);
  --ring-dark: rgba(255, 255, 255, 0.06);
  --ring-dark-strong: rgba(255, 255, 255, 0.12);

  
  --bg-error: #fef2f2;
  --text-error: #991b1b;
  --text-error-hover: #7f1d1d;
  --ring-error: rgba(220, 38, 38, 0.25);

  
  --shadow-card: 0 1px 1px rgba(0, 0, 0, 0.02), 0 4px 16px -8px rgba(0, 0, 0, 0.05), 0 12px 40px -16px rgba(0, 0, 0, 0.06);
  --shadow-card-hover: 0 1px 1px rgba(0, 0, 0, 0.03), 0 8px 24px -12px rgba(0, 0, 0, 0.08), 0 24px 64px -24px rgba(0, 0, 0, 0.10);
  --shadow-float: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 24px -8px rgba(0, 0, 0, 0.10);
  --shadow-float-lg: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 32px -8px rgba(0, 0, 0, 0.12), 0 24px 64px -16px rgba(0, 0, 0, 0.10);
  --inset-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.85);

  
  --r-pill: 999px;
  --r-card-sm: 16px;
  --r-card-md: 22px;
  --r-card-lg: 30px;
  --r-card-xl: 36px;

  
  --r-core-sm: 13px;
  --r-core-md: 17px;
  --r-core-lg: 24px;
  --r-core-xl: 28px;

  
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-display: 'Fraunces', 'Times New Roman', Georgia, serif;

  
  --container: 1240px;
  --container-narrow: 880px;
  --pad-x: clamp(20px, 5vw, 56px);
  --section-y: clamp(28px, 3.6vw, 52px);

  
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);              
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);        
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);       
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);       
  --ease-reveal: cubic-bezier(0.16, 1, 0.3, 1);           
  --stagger-step: 80ms;                                   
  --dur-micro: 200ms;
  --dur-short: 400ms;
  --dur-med: 600ms;
  --dur-long: 800ms;
}


*, *::before, *::after { box-sizing: border-box; }

* { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
html {
  scroll-behavior: smooth;
  
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


html {
  scrollbar-width: thin;
  scrollbar-color: rgba(54, 151, 255, 0) transparent;       
  scrollbar-gutter: stable;                                  
  transition: scrollbar-color 380ms var(--ease-out-quart);
}
html.is-scrolling {
  scrollbar-color: rgba(54, 151, 255, 0.55) transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(54, 151, 255, 0);                         
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
  transition: background 380ms var(--ease-out-quart);
}
html.is-scrolling ::-webkit-scrollbar-thumb {
  background: rgba(54, 151, 255, 0.45);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover,
html.is-scrolling ::-webkit-scrollbar-thumb:hover {
  background: rgba(54, 151, 255, 0.8) !important;
  background-clip: padding-box !important;
}
::-webkit-scrollbar-corner { background: transparent; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  
  background: var(--bg-dark);
  
  border-top: 3px solid var(--accent);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 480px) { body { font-size: 16px; } }

img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a { color: var(--accent-text-on-light); text-decoration: none; }
a:hover { color: var(--accent-hover); }
ul { list-style: none; padding: 0; margin: 0; }

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: inherit;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--accent);
  color: white;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-card-sm) 0;
  z-index: 999;
}
.skip-link:focus { top: 0; }


.noise {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.025;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}


.bezel {
  position: relative;
  background: rgba(10, 10, 15, 0.025);
  box-shadow: inset 0 0 0 1px var(--ring);
  border-radius: var(--r-card-md);
  padding: 5px;
}
.bezel-sm { border-radius: var(--r-card-sm); padding: 3px; }
.bezel-md { border-radius: var(--r-card-md); padding: 5px; }
.bezel-lg { border-radius: var(--r-card-lg); padding: 6px; }
.bezel-xl { border-radius: var(--r-card-xl); padding: 8px; }

.bezel-core {
  position: relative;
  background: var(--bg-elevated);
  border-radius: var(--r-core-md);
  box-shadow: var(--shadow-card), var(--inset-highlight);
  padding: 24px;
  transition: box-shadow var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.bezel-sm .bezel-core { border-radius: var(--r-core-sm); padding: 18px 16px; }
.bezel-md .bezel-core { border-radius: var(--r-core-md); padding: 32px; }
.bezel-lg .bezel-core { border-radius: var(--r-core-lg); padding: 40px; }
.bezel-xl .bezel-core { border-radius: var(--r-core-xl); padding: 56px; }


.eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.eyebrow-pill {
  display: inline-block;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.eyebrow-dot { display: none; }
.eyebrow-on-dark { color: var(--text-on-dark); }


.section-head {
  max-width: 760px;
  margin: 0 0 22px;
}
.section-head-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-title {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 1.02;
  margin-bottom: 10px;
  color: var(--text);
}
.section-title-on-dark { color: var(--text-on-dark); }
.section-sub {
  font-size: clamp(16px, 1.6vw, 18px);
  color: var(--text-muted);
  margin: 0;
  line-height: 1.55;
  max-width: 580px;
}
.section-head-centered .section-sub { margin-left: auto; margin-right: auto; }
.section-sub-on-dark { color: var(--text-on-dark-muted); }


.section-rule {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 0 0 12px;
}
.section-head-centered .section-rule { margin-left: auto; margin-right: auto; }
.section-rule-on-dark { background: var(--accent); opacity: 0.95; }


.section-index {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}

.section-index::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  background: currentColor;
  opacity: 0.55;
}




.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px 8px 8px;            
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  border: 0;
  cursor: pointer;
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease), color var(--dur-short) var(--ease);
  will-change: transform;
  white-space: nowrap;
  text-decoration: none;
}
.btn-pill:active { transform: scale(0.98); }
.btn-pill-lg {  }


.btn-pill:has(> .btn-pill-icon:last-child) {
  padding: 8px 8px 8px 22px;
}



.btn-pill-primary,
.btn-pill-dark {
  background: var(--text);                
  color: #ffffff;
  
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 6px 14px -8px rgba(54, 151, 255, 0.28);
}
.btn-pill-primary:hover,
.btn-pill-dark:hover,
.btn-pill-primary:focus-visible,
.btn-pill-dark:focus-visible {
  color: #ffffff;
  background: var(--text);
  transform: translateY(-1px);
  
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 10px 22px -8px rgba(54, 151, 255, 0.4);
}





.btn-pill-ghost,
.btn-pill-on-dark,
.btn-pill-brand,
.btn-pill-light {
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 16px 40px -8px rgba(255, 255, 255, 0.18);
}
.btn-pill-ghost:hover,
.btn-pill-on-dark:hover,
.btn-pill-brand:hover,
.btn-pill-light:hover,
.btn-pill-ghost:focus-visible,
.btn-pill-on-dark:focus-visible,
.btn-pill-brand:focus-visible,
.btn-pill-light:focus-visible {
  color: var(--text);
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 20px 48px -8px rgba(255, 255, 255, 0.25);
}




.btn-pill-outline {
  background: transparent;
  color: var(--text);
  box-shadow: inset 0 0 0 1.5px rgba(0, 10, 56, 0.22), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.btn-pill-outline:hover,
.btn-pill-outline:focus-visible {
  color: var(--text);
  background: rgba(54, 151, 255, 0.08);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1.5px var(--accent-text-on-light), 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page-hero--dark .btn-pill-outline,
.content-section--dark .btn-pill-outline,
.content-section--slate .btn-pill-outline,
.faq-dark .btn-pill-outline,
.hero .btn-pill-outline {
  color: var(--text-on-dark);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.32), 0 1px 2px rgba(0, 0, 0, 0.18);
}
.page-hero--dark .btn-pill-outline:hover,
.content-section--dark .btn-pill-outline:hover,
.content-section--slate .btn-pill-outline:hover,
.faq-dark .btn-pill-outline:hover,
.hero .btn-pill-outline:hover,
.page-hero--dark .btn-pill-outline:focus-visible,
.content-section--dark .btn-pill-outline:focus-visible,
.content-section--slate .btn-pill-outline:focus-visible,
.faq-dark .btn-pill-outline:focus-visible,
.hero .btn-pill-outline:focus-visible {
  color: var(--text-on-dark);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.55), 0 2px 6px rgba(0, 0, 0, 0.22);
}


.btn-pill-icon,
.btn-pill-icon-leading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);              
  color: #ffffff;
  flex-shrink: 0;
  transition: transform var(--dur-short) var(--ease);
}
.btn-pill:hover .btn-pill-icon,
.btn-pill:hover .btn-pill-icon-leading,
.btn-pill:focus-visible .btn-pill-icon,
.btn-pill:focus-visible .btn-pill-icon-leading {
  transform: translate(2px, -1px) scale(1.05);
}


.btn-pill-block {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}


.btn-pill-icon > svg,
.btn-pill-icon-leading > svg {
  width: 17px;
  height: 17px;
}


.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  padding: 0 var(--pad-x);
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.nav-island {
  position: relative;
  z-index: 60;
  pointer-events: auto;
  display: inline-flex;
  max-width: 100%;
  
  --clip-top: 0%;
  --clip-bottom: 0%;
}


.nav-inversion-zone-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  pointer-events: none;
  z-index: -1;
}


.nav-island-layer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 6px 14px;
  border-radius: var(--r-pill);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}
@media (min-width: 900px) {
  .nav-island-layer { gap: 24px; padding: 8px 8px 8px 20px; }
}
@media (max-width: 380px) {
  .nav-island-layer { gap: 10px; padding: 5px 5px 5px 12px; }
}


@media (max-width: 899px) {
  .nav-island {
    display: flex;
    width: 100%;
  }
  
  .nav-island-layer {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0;
  }
  .nav-island-layer .nav-cta { display: none; }
  .nav-island-layer .nav-logo {
    grid-column: 2;
    justify-self: center;
  }
  .nav-island-layer .nav-toggle {
    grid-column: 3;
    justify-self: end;
    margin: 0;
  }
}


.nav-island-layer-dark {
  position: relative;
  background: var(--text);              
  color: var(--text-on-dark);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}


.nav-island-layer-light {
  position: absolute;
  
  inset: -1px;
  background: #FFFFFF;
  color: var(--text);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
  
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  will-change: clip-path;
}


.nav-island-layer-dark .nav-logo,
.nav-island-layer-dark .nav-logo:hover {
  color: var(--text-on-dark);
}

.nav-island-layer-dark .nav-links a {
  color: rgba(255, 255, 255, 0.78);
}
.nav-island-layer-dark .nav-links a:hover {
  color: var(--accent);                   
  background: rgba(54, 151, 255, 0.14);
}
.nav-island-layer-light .nav-links a.is-hover {
  color: var(--accent-text-on-light);     
  background: rgba(54, 151, 255, 0.14);
}
.nav-island-layer-dark .nav-dropdown-trigger {
  color: rgba(255, 255, 255, 0.78);
}
.nav-island-layer-dark .nav-dropdown:hover .nav-dropdown-trigger,
.nav-island-layer-dark .nav-dropdown[data-open="true"] .nav-dropdown-trigger {
  color: var(--accent);                   
  background: rgba(54, 151, 255, 0.14);
}
.nav-island-layer-light .nav-dropdown-trigger.is-hover,
.nav-island-layer-light .nav-dropdown-trigger.is-open {
  color: var(--accent-text-on-light);     
  background: rgba(54, 151, 255, 0.14);
}
.nav-island-layer-dark .nav-cta {
  background: #ffffff;
  color: var(--text);
}
.nav-island-layer-dark .nav-cta-icon {
  background: var(--accent);
  color: #ffffff;
}
.nav-island-layer-dark .nav-toggle-bar {
  background: var(--text-on-dark);
}

@media (prefers-reduced-motion: reduce) {
  .nav-island-layer-light { transition: none; }
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 600;
}
.nav-logo:hover,
.nav-logo:focus-visible { color: var(--text); }


.acc-logo-img {
  display: block;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}


.nav-logo .acc-logo-img {
  height: 40px;
}
@media (max-width: 380px) {
  .nav-logo .acc-logo-img { height: 32px; }
}


.nav-island-layer-light .acc-logo-img {
  content: url(assets/logos/acc-logo-dark.png);
}


.logo-footer .acc-logo-img {
  height: 56px;
}


.acc-logo-img-mobile {
  
  display: none;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  display: inline-block;
  padding: 8px 14px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--r-pill);
  transition: color var(--dur-micro) var(--ease), background-color var(--dur-micro) var(--ease);
}
.nav-links a:hover {
  color: var(--accent);
  background: rgba(54, 151, 255, 0.10);   
}


.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px 8px 14px;    
  background: transparent;
  border: 0;
  font: inherit;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: var(--r-pill);
  transition: color var(--dur-micro) var(--ease), background-color var(--dur-micro) var(--ease);
}

.nav-dropdown-trigger::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 16px;
}
.nav-chevron {
  transition: transform var(--dur-short) var(--ease-out-quart);
  flex-shrink: 0;
}
.nav-dropdown:hover .nav-dropdown-trigger,
.nav-dropdown[data-open="true"] .nav-dropdown-trigger {
  color: var(--accent);
  background: rgba(54, 151, 255, 0.10);
}
.nav-dropdown:hover .nav-chevron,
.nav-dropdown[data-open="true"] .nav-chevron {
  transform: rotate(180deg);
}

.nav-island-layer-light .nav-dropdown-trigger.is-hover .nav-chevron,
.nav-island-layer-light .nav-dropdown-trigger.is-open .nav-chevron { transform: rotate(180deg); }


.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 12px;
  min-width: 240px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 14px;
  box-shadow:
    inset 0 0 0 1px rgba(0, 10, 56, 0.06),
    0 12px 32px -8px rgba(0, 0, 0, 0.22),
    0 4px 12px -4px rgba(0, 0, 0, 0.08);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity var(--dur-short) var(--ease-out-quart), transform var(--dur-short) var(--ease-out-quart), visibility 0s linear var(--dur-short);
  z-index: 100;
}
.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown[data-open="true"] .nav-dropdown-panel,
.nav-dropdown-panel:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.nav-island-layer .nav-dropdown-panel a {
  display: block;
  padding: 8px 14px;
  border-radius: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
  transition: background var(--dur-micro) var(--ease), color var(--dur-micro) var(--ease);
}
.nav-island-layer .nav-dropdown-panel a:hover {
  background: rgba(54, 151, 255, 0.10);
  color: var(--accent-text-on-light);
}

.nav-island-layer .nav-dropdown-panel a[aria-current="page"] {
  color: var(--accent-text-on-light);
  font-weight: 600;
  background: rgba(54, 151, 255, 0.08);
  box-shadow: inset 3px 0 0 var(--accent-text-on-light);
}
.nav-island-layer .nav-dropdown-panel a[aria-current="page"]:hover {
  background: rgba(54, 151, 255, 0.14);
}
.nav-island-layer .nav-dropdown-panel .nav-dropdown-all {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 10, 56, 0.06);
  color: var(--accent-text-on-light);
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  .nav-chevron,
  .nav-dropdown-panel { transition: none; }
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 6px 6px 14px;
  background: var(--text);
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--r-pill);
  transition: transform var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}
@media (min-width: 900px) {
  .nav-cta { padding: 8px 8px 8px 18px; font-size: 14px; gap: 8px; }
}
.nav-cta:hover,
.nav-island-layer-light .nav-cta.is-hover {
  transform: translateY(-1px);
}

.nav-island-layer-dark .nav-cta:hover,
.nav-island-layer-dark .nav-cta:focus-visible { background: #ffffff; color: var(--text); }
.nav-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #ffffff;
  transition: transform var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease);
}
.nav-cta:hover .nav-cta-icon,
.nav-island-layer-light .nav-cta.is-hover .nav-cta-icon {
  transform: translate(2px, -1px) scale(1.05);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: var(--r-pill);
}
.nav-toggle-bar {
  position: absolute;
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transition: transform var(--dur-short) var(--ease), opacity var(--dur-short) var(--ease);
}

.nav-toggle-bar-1 { transform: translateY(-5px); }
.nav-toggle-bar-2 { transform: translateY(0); }
.nav-toggle-bar-3 { transform: translateY(5px); }
body.menu-open .nav-toggle-bar-1 { transform: translateY(0) rotate(45deg); }
body.menu-open .nav-toggle-bar-2 { opacity: 0; transform: scaleX(0); }
body.menu-open .nav-toggle-bar-3 { transform: translateY(0) rotate(-45deg); }

@media (min-width: 900px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
}


.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 49;
  background: rgba(10, 14, 24, 0.32);
  
  backdrop-filter: blur(0px) saturate(100%);
  -webkit-backdrop-filter: blur(0px) saturate(100%);
  padding: 96px var(--pad-x) calc(24px + env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity var(--dur-short) var(--ease),
    backdrop-filter var(--dur-short) var(--ease),
    -webkit-backdrop-filter var(--dur-short) var(--ease),
    visibility 0s linear var(--dur-short);
}
.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  transition:
    opacity var(--dur-short) var(--ease),
    backdrop-filter var(--dur-short) var(--ease),
    -webkit-backdrop-filter var(--dur-short) var(--ease),
    visibility 0s linear 0s;
}

.mobile-menu-card {
  width: 100%;
  max-width: 420px;

  
  opacity: 0;
  transform: translateY(-24px) scale(0.92);
  transform-origin: top center;
  transition:
    opacity var(--dur-med) var(--ease),
    transform var(--dur-med) var(--ease);
  will-change: transform, opacity;
}
.mobile-menu.is-open .mobile-menu-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  
  transition:
    opacity var(--dur-med) var(--ease) 80ms,
    transform var(--dur-med) var(--ease-bounce) 80ms;
}
.mobile-menu-card .bezel-core {
  padding: 28px 24px 24px;
  box-shadow: var(--shadow-float-lg), var(--inset-highlight);
}
.mobile-menu-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin: 0 0 16px;
  padding: 0 4px;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;                  
  margin: 4px 0 32px;
}
.mobile-menu li { border: 0; margin: 0; padding: 0; }

.mobile-menu ul a {
  display: block;
  padding: 6px 4px;
  color: var(--text);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  transition: color var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.mobile-menu ul a:active { color: var(--accent-text-on-light); transform: translateX(2px); }

.mobile-menu-cta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px 20px 8px 8px;
  background: var(--text);
  color: white;
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.005em;
  width: calc(100% - 8px);    
  margin: 0 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 20px -8px rgba(10, 10, 15, 0.35);
  transition: transform var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease);
}
.mobile-menu-cta:hover, .mobile-menu-cta:active {
  color: white;
  transform: translateY(-1px);
  background: #1a1a22;
}
.mobile-menu-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--r-pill);
  background: var(--accent);
  flex-shrink: 0;
}
.mobile-menu-cta-text { white-space: nowrap; }


.mobile-menu li.nav-dropdown {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;              
}

.mobile-menu .nav-dropdown-trigger { display: none; }

.mobile-menu .nav-dropdown-panel {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 8px;                
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  min-width: 0;
  transition: none;
}
.nav-island-layer .mobile-menu .nav-dropdown-panel a,
.mobile-menu .nav-dropdown-panel a {
  display: block;
  padding: 6px 4px;
  color: var(--text);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  border-radius: 0;
  background: transparent;
  transition: color var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.nav-island-layer .mobile-menu .nav-dropdown-panel a:hover,
.mobile-menu .nav-dropdown-panel a:active {
  background: transparent;
  color: var(--accent-text-on-light);
  transform: translateX(2px);
}


.mobile-menu-heading {
  margin: 4px 0 18px;
}


.hero {
  position: relative;
  padding-top: clamp(72px, 8.5vw, 116px);
  padding-bottom: clamp(40px, 6vw, 72px);
  background: var(--bg-page);
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(54, 151, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent 70%);
  pointer-events: none;
}


.hero-video-bg { background: var(--bg-dark); }
.hero-video-bg::before { display: none; } 
.hero-poster-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(assets/hero/hero-poster.jpg); 
  background-image: -webkit-image-set(url(assets/hero/hero-poster.webp) type("image/webp"), url(assets/hero/hero-poster.jpg) type("image/jpeg"));
  background-image: image-set(url(assets/hero/hero-poster.webp) type("image/webp"), url(assets/hero/hero-poster.jpg) type("image/jpeg"));
  background-size: cover;
  background-position: center 25%;
  pointer-events: none;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%; 
  z-index: 0;
  pointer-events: none;
  display: block;
  
  opacity: 1;
  transition: opacity 700ms var(--ease-out-quart);
}

.js-parallax .hero-video-bg .hero-video,
.js-parallax .hero-video-bg .hero-poster-bg {
  top: -18%;
  bottom: -18%;
  height: auto;
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  
  background: linear-gradient(180deg, rgba(25, 25, 30, 0.85) 0%, rgba(25, 25, 30, 0.90) 60%, rgba(25, 25, 30, 0.98) 100%);
}
.hero-video-bg .hero-inner { position: relative; z-index: 2; }


.hero-video-bg .hero-title { color: #ffffff; text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35); }
.hero-video-bg .hero-title em { color: var(--accent); }
.hero-video-bg .hero-sub { color: rgba(255, 255, 255, 0.88); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35); }
.hero-video-bg .eyebrow-pill { color: #ffffff; }
.hero-video-bg .hero-badges li { color: rgba(255, 255, 255, 0.78); }
.hero-video-bg .hero-badges svg { stroke: rgba(255, 255, 255, 0.55); }


.hero-video-bg .btn-pill-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-video-bg .btn-pill-ghost:hover { background: rgba(255, 255, 255, 0.14); }

.hero-actions .btn-pill-light {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28), 0 10px 26px -12px rgba(255, 255, 255, 0.12);
}
.hero-actions .btn-pill-light:hover,
.hero-actions .btn-pill-light:focus-visible {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32), 0 14px 32px -12px rgba(255, 255, 255, 0.18);
}


@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0, 10, 56, 0.92), rgba(0, 10, 56, 0.98)); }
}
.hero-inner {
  position: relative;
  max-width: var(--container-narrow);
}
.hero-title {
  font-family: var(--font-sans);
  font-size: clamp(32px, 5.6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 20px;
  color: var(--text);
  text-align: center;
}
.hero-line {
  display: block;
  white-space: nowrap;
}
.hero-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.04em;
}
.hero-sub {
  font-size: clamp(15px, 1.6vw, 19px);
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 28px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

@media (max-width: 599px) {
  .hero-actions,
  .cta-strip-actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.hero-badges {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 22px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero-badges li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hero-badges svg { color: var(--accent); }
@media (max-width: 480px) {
  .hero-badges { padding: 8px 16px; gap: 4px 14px; font-size: 11.5px; }
}



.is-home { border-top: 0; }

.page-band-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  
  height: 93px;
  background: var(--bg-dark);
  border-bottom: 3px solid var(--accent);
  z-index: 40;
  pointer-events: none;
}

.is-home .hero {
  margin-top: 35px;
  min-height: calc(100svh - 305px);
  
  display: flex;
  flex-direction: column;
  
  padding-bottom: 36px;
}
.is-home .hero-inner { flex: 1 1 auto; display: flex; flex-direction: column; }
.is-home .hero-badges { margin-top: auto; }

.is-home .hero-title { margin-bottom: 44px; }

.is-home .hero-sub { margin-bottom: 80px; }
@media (max-width: 899px) {
  
  .page-band-top { height: 91px; }
  
  .is-home .hero { margin-top: 35px; padding-top: 36px; min-height: calc(100svh - 295px); }
  
  .is-home .hero-title { margin-bottom: 30px; }
  
  .is-home .hero-sub { margin-bottom: 0; }
  .is-home .hero-actions { margin-top: auto; margin-bottom: auto; }
  .is-home .hero-badges { margin-top: 0; }
}
@media (min-width: 900px) {
  
  .is-home .hero { padding-top: 48px; padding-bottom: 48px; }
}


@media (max-width: 599px) {
  
  .is-home .hero-title { font-size: clamp(32px, 10.7vw, 42px); }
  
  .is-home .hero-sub { font-size: 15px; line-height: 1.5; margin-bottom: 0; }
  
  .is-home .hero-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 0 !important;
    padding: 0;
    font-size: clamp(8px, 2.4vw, 9.5px);
    border-radius: 12px;
    overflow: hidden;
  }
  .is-home .hero-badges li {
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    padding: 11px 5px;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .is-home .hero-badges li:last-child { border-right: 0; }
  .is-home .hero-badges svg { width: 16px; height: 16px; }
}


@media (min-width: 600px) {
  .is-home .hero-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: none;
    gap: 0 !important;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
  }
  .is-home .hero-badges li {
    justify-content: center;
    padding: 10px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .is-home .hero-badges li:last-child { border-right: 0; }
}


.trust-bar {
  padding: 40px 0;
  background: var(--bg-page);
  border-top: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
}
.trust-heading {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin: 0 0 32px;
}

.marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  
  mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
}
.marquee-track {
  display: flex;
  align-items: center;
  --marquee-gap: 64px;
  gap: var(--marquee-gap);
  width: max-content;
  animation: marquee-scroll 50s linear infinite;
  will-change: transform;
}

@keyframes marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0); }
}
.marquee:hover .marquee-track,
.marquee:focus-within .marquee-track {
  animation-play-state: paused;
}
.marquee-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  min-width: 80px;
}
.marquee-item img {
  height: 38px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(0.4);
  transition: opacity var(--dur-short) var(--ease), filter var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}

.marquee-item img[src*="sydney-tools"] {
  max-width: 260px;
  height: 22px;
  opacity: 0.85;
  filter: grayscale(0.2);
}
.marquee-item:hover img[src*="sydney-tools"] { opacity: 1; filter: grayscale(0); }
.marquee-item:hover img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .marquee-track { --marquee-gap: 44px; animation-duration: 36s; }
  .marquee-item { height: 48px; min-width: 64px; }
  .marquee-item img { height: 30px; max-width: 130px; }
  
  .marquee-item img[src*="sydney-tools"] { max-width: 110px; height: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}


.services {
  padding: var(--section-y) 0;
  background: var(--bg-services);
  border-bottom: 3px solid var(--accent);
}

.services .section-title { color: #ffffff; }
.services .section-sub { color: rgba(255, 255, 255, 0.94); } 
.services .section-rule { background: #ffffff; opacity: 0.85; }
.services .eyebrow-pill { color: #ffffff; }


.cta-band {
  padding: 40px 0;
  background: var(--bg-page);
  border-top: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
}
.cta-band-inner {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.cta-band-title {
  font-family: var(--font-sans);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  
  margin: 0 0 14px;
  color: var(--text);
}
.cta-band-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--accent-text-on-light);
  letter-spacing: -0.03em;
}
.cta-band-sub {
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--text-muted);
  margin: 0 auto 22px;
  max-width: 540px;
  line-height: 1.55;
}
.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 599px) {
  .cta-band-actions { flex-direction: column; align-items: center; gap: 10px; }
}

.cta-band-note {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--text-muted);
}

.service-cover-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto 22px;
  display: grid;
  gap: 10px;
  max-width: 880px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .service-cover-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
  }
}
.service-cover-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: var(--bg-tile-grey);
  border-radius: 14px;
  box-shadow:
    inset 0 0 0 1px rgba(0, 10, 56, 0.06),
    0 1px 2px rgba(0, 10, 56, 0.04);
  
  text-decoration: none;
  color: inherit;
  transition:
    background var(--dur-short) var(--ease),
    box-shadow var(--dur-short) var(--ease),
    transform var(--dur-short) var(--ease);
}
.service-cover-item:hover,
.service-cover-item:focus-visible {
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(37, 99, 235, 0.32),
    0 6px 18px -4px rgba(0, 10, 56, 0.18);
  transform: translateY(-2px);
  color: inherit;
}
.service-cover-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-left: auto;
  color: var(--text);
  background: rgba(0, 10, 56, 0.06);
  box-shadow: inset 0 0 0 1px rgba(0, 10, 56, 0.08);
  transition: transform var(--dur-short) var(--ease), background var(--dur-short) var(--ease), color var(--dur-short) var(--ease);
  flex-shrink: 0;
}
.service-cover-item:hover .service-cover-arrow,
.service-cover-item:focus-visible .service-cover-arrow {
  background: var(--accent);
  color: #ffffff;
  transform: translate(2px, -1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
}
.service-cover-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  
  background: var(--accent);
  color: #ffffff;
  flex-shrink: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 4px 12px -2px rgba(54, 151, 255, 0.35);
  transition: box-shadow var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.service-cover-item:hover .service-cover-icon,
.service-cover-item:focus-visible .service-cover-icon {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 6px 18px -2px rgba(54, 151, 255, 0.55);
  transform: scale(1.05);
}
.service-cover-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.005em;
}
.service-cover-cta {
  text-align: center;
}

@media (min-width: 900px) {
  .is-home .services { padding-bottom: 40px; }
  .is-home .service-cover-grid { margin-bottom: 40px; }
}


.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.services-list-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 28px;
  background: var(--bg-elevated);
  border-radius: var(--r-card-lg);
  box-shadow: inset 0 0 0 1px var(--ring), var(--shadow-card);
  
  align-items: center;
  transition: box-shadow var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.services-list-item:hover,
.services-list-item:focus-within {
  box-shadow: inset 0 0 0 1px rgba(54, 151, 255, 0.35), var(--shadow-card-hover);
  transform: translateY(-2px);
}

.services-list-icon { transition: transform var(--dur-short) var(--ease-out-quart); }
.services-list-item:hover .services-list-icon,
.services-list-item:focus-within .services-list-icon { transform: scale(1.08) rotate(-3deg); }
@media (max-width: 480px) {
  .services-list-item { grid-template-columns: 44px 1fr; gap: 16px; padding: 20px; }
}
.services-list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--accent);
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 6px 16px -4px rgba(54, 151, 255, 0.35);
}
@media (max-width: 480px) {
  .services-list-icon { width: 44px; height: 44px; border-radius: 11px; }
  .services-list-icon svg { width: 20px; height: 20px; }
}
.services-list-body { min-width: 0; }
.services-list-title {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: -0.018em;
  margin: 0 0 8px;
  color: var(--text);
}
.services-list-body p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 14px;
}
.services-list-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: gap var(--dur-short) var(--ease), color var(--dur-short) var(--ease);
}
.services-list-link:hover,
.services-list-link:focus-visible {
  gap: 12px;
  color: var(--accent-hover);
}
.services-list-link svg { transition: transform var(--dur-short) var(--ease); }
.services-list-link:hover svg,
.services-list-link:focus-visible svg { transform: translateX(2px); }
.bento-services {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .bento-services {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(140px, auto);
    gap: 16px;
  }
  .bento-card-hero { grid-column: span 7; grid-row: span 2; }
  .bento-card:nth-child(2) { grid-column: span 5; }
  .bento-card:nth-child(3) { grid-column: span 5; }
  .bento-card-wide { grid-column: span 12; }
}

.bento-card .bezel-core {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.bento-card:hover .bezel-core {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover), var(--inset-highlight);
}
.bento-card-hero .bezel-core { padding: 32px; }
@media (max-width: 640px) {
  .bento-card-hero .bezel-core { padding: 24px; }
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 24px;
}
.bento-card-hero .service-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.bento-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 5px 11px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  margin-bottom: 16px;
}
.bento-title {
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  color: var(--text);
}
.bento-card-hero .bento-title {
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.bento-body {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 16px;
  flex-grow: 1;
}
.bento-card-hero .bento-body {
  font-size: 17px;
  line-height: 1.6;
  max-width: 460px;
}
.bento-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 32px;
}
.bento-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.bento-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.bento-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.005em;
  color: var(--text);
  align-self: flex-start;
  padding: 12px 12px 12px 32px;
  border-radius: var(--r-pill);
  background: var(--bg-elevated);
  box-shadow: inset 0 0 0 1px var(--ring-strong), var(--shadow-float);
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease), color var(--dur-short) var(--ease);
  white-space: nowrap;
}
.bento-link:hover {
  color: var(--text);
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(10, 10, 15, 0.16), var(--shadow-float-lg);
}
.bento-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--r-pill);
  background: var(--bg-subtle);
  color: var(--text);
  transition: transform var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease), color var(--dur-short) var(--ease);
  flex-shrink: 0;
}
.bento-link:hover .bento-link-icon {
  background: var(--text);
  color: white;
  transform: translate(2px, -1px) scale(1.05);
}
.bento-link-icon > svg { width: 17px; height: 17px; }
.bento-link-large {  }

.bento-wide-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.bento-wide-text { flex: 1; }
.bento-wide-text .bento-body { margin-bottom: 0; max-width: 700px; }
@media (min-width: 768px) {
  .bento-wide-inner {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
  .bento-card-wide .service-icon { margin-bottom: 16px; }
  .bento-card-wide .bento-title { margin-bottom: 8px; }
}


.stats {
  padding: var(--section-y) 0;
  background: var(--bg-subtle);
  position: relative;
}
.stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) { .stat-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.stat-card {
  display: flex;
  aspect-ratio: 1 / 1;
}
.stat-card .bezel-core {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.stat-card .stat-label {
  min-height: 2.6em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.stat-card:hover .bezel-core {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover), var(--inset-highlight);
}
.stat-value {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(44px, 6vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--text);
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
}
.stat-value > span {
  color: var(--accent);
  font-size: 0.4em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1em;
  height: 1em;
  margin-top: 0.18em;
}
.stat-label {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.005em;
}


.area {
  padding: var(--section-y) 0;
  background: var(--bg-dark);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
}
.area::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(54, 151, 255, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
  mask-image: radial-gradient(ellipse 70% 60% at 80% 30%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 80% 30%, black, transparent);
  pointer-events: none;
}


.area-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 80px -32px rgba(0, 0, 0, 0.55);
  border-radius: var(--r-card-xl);
  padding: 8px;
}

.bezel-xl .area-card-core {
  background: linear-gradient(160deg, var(--bg-dark-2) 0%, var(--bg-dark-3) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--r-card-xl) - 8px);
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .bezel-xl .area-card-core { padding: 16px; }
}

.area-grid {
  display: grid;
  gap: 26px;
}
.area-text h2 { max-width: 480px; }

.area-map-call {
  grid-column: 1 / -1;
  justify-self: center;
  display: flex;
  width: max-content;
}
@media (max-width: 640px) {
  .area-text { text-align: center; }
  .area-text h2, .area-text .section-sub { margin-left: auto; margin-right: auto; }
}
.area-towns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
  margin: 20px 0;
  font-weight: 500;
  color: var(--text-on-dark);
}
.area-towns li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
}
.area-towns li::before {
  content: '';
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(54, 151, 255, 0.18);
}

.area-towns .area-towns-more { color: var(--text-on-dark-muted); white-space: nowrap; }
.area-towns .area-towns-more::before { content: none; }

@media (max-width: 640px) {
  
  .area-towns {
    grid-template-columns: auto auto;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 8px 48px;
  }
}



.area .section-title { font-size: clamp(28px, 3.6vw, 44px); }
.area-map-wrap {
  position: relative;
  width: 100%;
  min-width: 0;                 
  border-radius: 18px;
  overflow: hidden;
  
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 12px 30px rgba(0, 0, 0, 0.22);
  background: var(--bg-dark-3);
  aspect-ratio: 4 / 3;
  min-height: 320px;
}
@media (max-width: 640px) {
  .area-map-wrap { min-height: 220px; aspect-ratio: 4 / 3; }
}
.area-grid > * { min-width: 0; }
@media (max-width: 640px) {
  .area-grid { grid-template-columns: minmax(0, 1fr); }
}
.area-map-leaflet {
  position: absolute;
  inset: 0;
}

.area-map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.area-map-attr {
  position: absolute;
  right: 6px;
  bottom: 5px;
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(0, 10, 56, 0.6);
  padding: 1px 7px;
  border-radius: 6px;
}
.area-map-attr a { color: rgba(122, 165, 255, 0.85); text-decoration: none; }
.area-map-attr a:hover { text-decoration: underline; }

.area-map-leaflet,
.area-map-leaflet .leaflet-container,
.area-map-leaflet .leaflet-grab,
.area-map-leaflet .leaflet-interactive { cursor: default !important; }

.area-map-pin {
  display: block;
}
.area-map-pin span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(54, 151, 255, 0.28), 0 2px 8px rgba(0, 0, 0, 0.45);
}

.leaflet-container { background: var(--bg-dark-3); font-family: var(--font-sans); }
.leaflet-popup-content-wrapper {
  background: var(--bg-dark-2);
  color: var(--text-on-dark);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
.leaflet-popup-tip { background: var(--bg-dark-2); }
.leaflet-popup-content { font-weight: 600; margin: 8px 14px; font-size: 13px; }
.leaflet-control-attribution {
  background: rgba(0, 10, 56, 0.7) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 10px !important;
}
.leaflet-control-attribution a { color: rgba(122, 165, 255, 0.85) !important; }

@media (min-width: 900px) {
  .area-grid {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: center;
    gap: 48px;
  }
  .area-towns { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .area-map-wrap { aspect-ratio: auto; min-height: 420px; height: 100%; }
}


.testimonial-marquee {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.testimonial-marquee-track {
  display: flex;
  --marquee-gap: 20px;
  gap: var(--marquee-gap);
  width: max-content;
  animation: testimonial-scroll 90s linear infinite;
  will-change: transform;
}

@keyframes testimonial-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0); }
}
.testimonial-marquee:hover .testimonial-marquee-track,
.testimonial-marquee:focus-within .testimonial-marquee-track {
  animation-play-state: paused;
}
.testimonial-marquee-item {
  flex-shrink: 0;
  width: 360px;
}
@media (max-width: 640px) {
  .testimonial-marquee-item { width: 290px; }
  .testimonial-marquee-track { --marquee-gap: 16px; animation-duration: 70s; }
}
.testimonial-mini .bezel-core {
  height: 320px;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
}
@media (max-width: 640px) {
  .testimonial-mini .bezel-core { height: 300px; padding: 26px 24px; }
}
.testimonial-mini .stars-sm {
  color: var(--star-gold);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 18px;
}
.testimonial-mini blockquote {
  margin: 0 0 20px;
  flex-grow: 1;
}
.testimonial-mini blockquote p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.45;
  color: var(--text);
  font-weight: 600;
  letter-spacing: -0.012em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-mini figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--ring);
}
.testimonial-mini figcaption .meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.testimonial-mini figcaption strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}
.testimonial-mini figcaption span {
  font-size: 12px;
  color: var(--text-muted);
}
.testimonial-logo {
  flex-shrink: 0;
  width: auto;
  height: 28px;
  max-width: 80px;
  object-fit: contain;
  opacity: 0.82;
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-marquee-track { animation: none; }
}


.testimonials {
  padding: var(--section-y) 0;
  background: var(--bg-page);
  
  border-top: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
}
.carousel {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.carousel-bezel {
  position: relative;
}
.carousel-viewport {
  min-height: 330px;
  overflow: hidden;
}
.carousel-track {
  position: relative;
}
.carousel-slide {
  padding: 38px 48px;
  animation: slideIn var(--dur-long) var(--ease);
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 640px) { .carousel-slide { padding: 28px 22px; } }

.testimonial {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.stars {
  color: var(--star-gold);
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.testimonial blockquote {
  margin: 0 0 22px;
  position: relative;
}
.testimonial blockquote::before {
  content: '\201C';
  position: absolute;
  top: -32px;
  left: -8px;
  font-family: var(--font-display);
  font-size: 140px;
  line-height: 1;
  color: var(--accent-soft);
  pointer-events: none;
  font-weight: 700;
}
.testimonial blockquote p {
  position: relative;
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--text);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.testimonial figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 24px;
  border-top: 1px solid var(--ring);
}
.testimonial figcaption strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}
.testimonial figcaption span {
  font-size: 13px;
  color: var(--text-muted);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bg-elevated);
  border: 0;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: inset 0 0 0 1px var(--ring), var(--shadow-float);
  transition: transform var(--dur-short) var(--ease), background-color var(--dur-short) var(--ease), color var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.carousel-btn:hover {
  background: var(--text);
  color: white;
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 8px 24px -8px rgba(10, 10, 15, 0.3);
}
.carousel-prev { left: -24px; }
.carousel-next { right: -24px; }
@media (max-width: 900px) {
  .carousel-prev { left: 8px; }
  .carousel-next { right: 8px; }
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.carousel-dot {
  width: 24px;                                      
  height: 8px;
  border-radius: var(--r-pill);
  background: rgba(10, 10, 15, 0.15);
  border: none;
  cursor: pointer;
  padding: 0;
  transform: scaleX(0.333);                         
  transform-origin: center;
  transition: background-color var(--dur-short) var(--ease), transform var(--dur-short) var(--ease-out-quart);
}
.carousel-dot:hover { background: var(--text-muted); }
.carousel-dot.is-active {
  background: var(--accent);
  transform: scaleX(1);                             
}


.faq-more-link {
  margin: 32px auto 0;
  text-align: center;
  font-size: 14.5px;
  color: var(--text-on-dark-muted);
  line-height: 1.5;
}
.faq-more-link a {
  color: var(--text-on-dark);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.faq-more-link a:hover,
.faq-more-link a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}


.faq {
  padding: var(--section-y) 0;
  background: var(--bg-subtle);
  border-bottom: 3px solid var(--accent);
}


.faq.faq-dark {
  background: var(--bg-dark);
  color: var(--text-on-dark);
}

.faq.faq-dark .faq-item {
  background: #ffffff;
  box-shadow: none;
  padding: 0;                    
  border-radius: 14px;
  overflow: hidden;
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}

.faq.faq-dark .faq-item:has(summary:focus-visible) {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -4px rgba(0, 10, 56, 0.22);
}
@media (hover: hover) {
  .faq.faq-dark .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px -4px rgba(0, 10, 56, 0.22);
  }
}
.faq.faq-dark .faq-item.is-open {
  transform: none;
  box-shadow: 0 8px 24px -12px rgba(54, 151, 255, 0.30);
}
.faq.faq-dark .faq-item > summary {
  background: transparent;
  color: var(--text);
  padding: 14px 18px;            
  font-size: 15px;
  letter-spacing: -0.005em;
  box-shadow: none;
  border-radius: 0;
}
.faq.faq-dark .faq-item > summary:hover {
  background: transparent;
}

.faq.faq-dark .faq-answer {
  background: transparent;
  padding: 0;   
}
.faq.faq-dark .faq-answer p {
  margin: 4px 18px 18px;   
  background: var(--bg-tile-grey-inner);
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--text);
  opacity: 0.88;
  font-size: 15px;
  line-height: 1.6;
}

.faq.faq-dark .faq-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 10, 56, 0.10);
  box-shadow: none;
  transition: transform var(--dur-short) var(--ease), background var(--dur-short) var(--ease), color var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.faq.faq-dark .faq-icon::before {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  
  transition: transform 250ms var(--ease-out-quart), border-color 250ms var(--ease);
}

.faq.faq-dark summary:focus-visible .faq-icon {
  background: var(--accent);
  transform: translate(2px, -1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
}
.faq.faq-dark summary:focus-visible .faq-icon::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (hover: hover) {
  .faq.faq-dark .faq-item:hover .faq-icon {
    background: var(--accent);
    transform: translate(2px, -1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
  }
  .faq.faq-dark .faq-item:hover .faq-icon::before {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  }
}
.faq.faq-dark .faq-item.is-open .faq-icon {
  background: var(--accent);
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
}
.faq.faq-dark .faq-item.is-open .faq-icon::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transform: translateY(2px) rotate(-135deg);
  
  transition: transform 340ms var(--ease-out-quart), border-color 250ms var(--ease);
}
.faq-inner {
  display: grid;
  gap: 32px;
}
.faq-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 32px;
}
.faq-head-text { flex: 1 1 380px; min-width: 0; }
.faq-head h2 { max-width: 420px; }

.is-home #faq-heading { max-width: none; font-size: clamp(27px, 3.2vw, 42px); }

.faq-call-wrap {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.faq-call-prompt {
  margin: 0;
  color: var(--text-on-dark-muted);
  text-align: center;
}
@media (max-width: 640px) {
  .faq-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .faq-head-text { width: 100%; flex: 0 0 auto; }   
}
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-category-h {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 28px 0 6px;
  padding: 4px 8px 8px;
  border-bottom: 1px solid var(--ring-strong);
}
.faq-list > .faq-category-h:first-child { margin-top: 0; }
@media (max-width: 640px) {
  .faq-category-h { margin: 18px 0 4px; }
}

.faq-item {
  position: relative;
  background: rgba(10, 10, 15, 0.025);
  box-shadow: inset 0 0 0 1px var(--ring);
  border-radius: var(--r-card-md);
  padding: 5px;
  transition: box-shadow var(--dur-short) var(--ease);
}
.faq-item.is-open { box-shadow: inset 0 0 0 1px rgba(54, 151, 255, 0.24); }
.faq-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--text);
  list-style: none;
  background: var(--bg-elevated);
  border-radius: var(--r-core-md);
  box-shadow: var(--shadow-card), var(--inset-highlight);
  transition: box-shadow var(--dur-short) var(--ease);
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary > span:first-child { flex: 1; }
.faq-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(54, 151, 255, 0.10);
  box-shadow: inset 0 0 0 1px rgba(54, 151, 255, 0.18);
  transition: background var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.faq-icon::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1.75px solid var(--accent);
  border-bottom: 1.75px solid var(--accent);
  border-radius: 1px;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 260ms var(--ease-out-quart);
}
.faq-icon::after { display: none; }
.faq-item.is-open .faq-icon {
  background: rgba(54, 151, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(54, 151, 255, 0.35);
}
.faq-item.is-open .faq-icon::before {
  transform: translateY(2px) rotate(-135deg);
}

.faq.faq-dark .faq-icon {
  background: rgba(54, 151, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(54, 151, 255, 0.32);
}
.faq.faq-dark .faq-item.is-open .faq-icon {
  background: var(--accent);   
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
}
.faq.faq-dark .faq-item.is-open .faq-icon::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.faq-answer { padding: 0; }
.faq-answer p {
  margin: 16px 24px 24px;   
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
}


.faq-answer {
  overflow: hidden;
  
  transition: height 250ms var(--ease-out-quart);
}

.faq-item.is-open .faq-answer { transition: height 340ms var(--ease-out-quart); }
.faq-item:not(.is-open) .faq-answer { height: 0; }
@media (prefers-reduced-motion: reduce) {
  .faq-answer { transition: none; }
}

@media (min-width: 900px) {
  .faq-inner {
    grid-template-columns: 1fr 1.4fr;
    grid-template-rows: auto 1fr;
    gap: 0 96px;
    align-items: start;
  }
  .faq-head { grid-column: 1; grid-row: 1; }
  .faq-list { grid-column: 2; grid-row: 1 / 3; }
  
  .faq-call-wrap {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
  }
}


.quote-section {
  padding: var(--section-y) 0;
  
  background: #F7F6F1;
}

.quote-section--dark {
  background: var(--bg-dark);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
}
.quote-section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(54, 151, 255, 0.10) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
  mask-image: radial-gradient(ellipse 70% 60% at 80% 25%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 80% 25%, black, transparent);
  pointer-events: none;
}
.quote-section--dark > .container { position: relative; }
.quote-section--dark .eyebrow-pill { color: var(--text-on-dark); }
.quote-section--dark .section-title { color: var(--text-on-dark); }
.quote-section--dark .section-title em { color: var(--accent); }
.quote-section--dark .section-sub { color: var(--text-on-dark-muted); }
.quote-section--dark .section-sub a { color: var(--accent); }
.quote-section--dark .quote-text-sub { color: var(--text-on-dark-muted); }
.quote-section--dark .quote-text-sub a { color: var(--accent); }
.quote-section--dark .quote-phone-meta { color: var(--text-on-dark-muted); }
.quote-section--dark .quote-phone-meta a:hover { color: var(--accent); }
.quote-section--dark .quote-promises li { color: var(--text-on-dark); }
.quote-section--dark .quote-promises svg { color: var(--accent); }
.quote-section--dark .quote-or { color: var(--text-on-dark-muted); }
.quote-section--dark .quote-or::before,
.quote-section--dark .quote-or::after { background: var(--ring-dark-strong); }
.quote-section--dark .quote-phone { color: var(--text-on-dark); }
.quote-section--dark .quote-phone:hover { color: var(--accent); }

.quote-inner {
  display: grid;
  gap: 36px;
}
.quote-text h2 { max-width: 460px; }

.is-home #quote-heading { max-width: none; font-size: clamp(27px, 3.2vw, 42px); }
.quote-promises {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quote-promises li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 15px;
  color: var(--text);
}
.quote-promises svg { color: var(--accent); flex-shrink: 0; }

@media (max-width: 640px) {
  .quote-text { text-align: center; }
  .quote-text h2 { max-width: none; }
  .quote-promises { width: fit-content; margin-left: auto; margin-right: auto; }
}
.quote-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 40px 0 14px;
  color: var(--text-soft);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
}
.quote-or::before, .quote-or::after {
  content: '';
  height: 1px;
  background: var(--ring-strong);
  flex-grow: 1;
}
.quote-phone {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text);
  display: inline-block;
}
.quote-phone:hover { color: var(--accent-text-on-light); }

.quote-form-wrap .bezel-core {
  padding: 40px 36px;
}
@media (max-width: 480px) {
  .quote-form-wrap .bezel-core { padding: 28px 24px; }
}
.quote-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 480px) { .form-row-grid { grid-template-columns: 1fr 1fr; } }
.form-row-grid > div { display: flex; flex-direction: column; gap: 6px; }
.quote-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.005em;
}
.quote-form label .optional { color: var(--text-soft); font-weight: 500; }
.quote-form input, .quote-form textarea, .quote-form select {
  width: 100%;
  padding: 13px 14px;
  border: 0;
  box-shadow: inset 0 0 0 1px var(--ring-strong);
  border-radius: 11px;
  background: var(--bg-page);
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  transition: box-shadow var(--dur-short) var(--ease);
}
.quote-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4F5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  cursor: pointer;
}
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus {
  outline: none;
  box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft);
}
.quote-form textarea { resize: vertical; min-height: 110px; }
.quote-form .btn-pill { margin-top: 8px; }


.form-dropdown {
  position: relative;
  width: 100%;
}

.form-dropdown select.is-enhanced-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-dropdown-trigger {
  
  width: 100%;
  padding: 13px 14px;
  padding-right: 44px;
  border: 0;
  box-shadow: inset 0 0 0 1px var(--ring-strong);
  border-radius: 11px;
  background: var(--bg-page);
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: box-shadow var(--dur-short) var(--ease);
}
.form-dropdown-trigger[data-placeholder="true"] {
  color: var(--text-soft);
}
.form-dropdown-trigger:hover {
  box-shadow: inset 0 0 0 1px var(--accent-soft);
}
.form-dropdown-trigger:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft);
}
.form-dropdown[data-open="true"] .form-dropdown-trigger {
  box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft);
}
.form-dropdown-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform var(--dur-short) var(--ease-out-quart);
}
.form-dropdown[data-open="true"] .form-dropdown-chevron {
  transform: rotate(180deg);
}
.form-dropdown-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--bg-elevated);
  border-radius: 11px;
  box-shadow:
    inset 0 0 0 1px var(--ring-strong),
    0 8px 24px -8px rgba(0, 0, 0, 0.18);
  max-height: 280px;
  overflow-y: auto;
  z-index: 50;
  
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.96) translateY(-4px);
  transform-origin: top center;
  transition:
    opacity 180ms var(--ease-out-quart),
    transform 180ms var(--ease-out-quart),
    visibility 0s linear 180ms;
}
.form-dropdown[data-open="true"] .form-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateY(0);
  transition-delay: 0s;
}
.form-dropdown-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 15px;
  color: var(--text);
  cursor: pointer;
  
  padding-left: 36px;
  position: relative;
  transition: background var(--dur-micro) var(--ease), color var(--dur-micro) var(--ease);
}
.form-dropdown-option:hover {
  background: var(--accent-soft);
}

.form-dropdown-option.is-active {
  background: var(--accent-glow);
  color: var(--accent-text-on-light);
}
.form-dropdown-option[aria-selected="true"] {
  font-weight: 600;
  color: var(--accent-text-on-light);
}
.form-dropdown-option-check {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--accent);
  opacity: 0;
  flex-shrink: 0;
}
.form-dropdown-option[aria-selected="true"] .form-dropdown-option-check {
  opacity: 1;
}

.form-dropdown.has-error .form-dropdown-trigger {
  box-shadow: inset 0 0 0 1.5px #DC2626;
}
@media (prefers-reduced-motion: reduce) {
  .form-dropdown-chevron,
  .form-dropdown-panel { transition: none; }
}
.form-meta {
  font-size: 12px;
  color: var(--text-soft);
  text-align: center;
  margin: 0;
}

.form-notice {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-soft);
  text-align: center;
  max-width: 440px;
  margin: 8px auto 0;
}
.form-notice a {
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-notice a:hover,
.form-notice a:focus-visible { color: var(--text); }
.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 24px;
  background: var(--accent-soft);
  border-radius: var(--r-card-md);
  text-align: center;
  color: var(--text);
}
.form-success svg { color: var(--accent); }
.form-success strong { font-size: 18px; font-weight: 700; letter-spacing: -0.015em; }
.form-success span { font-size: 14px; color: var(--text-muted); max-width: 320px; }


.form-success { animation: acc-success-in 0.4s ease both; }
.form-success svg { transform-origin: center; animation: acc-check-pop 0.42s cubic-bezier(0.34,1.56,0.64,1) 0.72s both; }
.form-success .check-circle,
.form-success .check-tick { stroke-dasharray: 1; stroke-dashoffset: 1; }
.form-success .check-circle { animation: acc-check-draw 0.5s ease-out both; }
.form-success .check-tick { opacity: 0; animation: acc-check-tick 0.28s ease-out 0.48s forwards; }

@keyframes acc-success-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes acc-check-draw { to { stroke-dashoffset: 0; } }
@keyframes acc-check-tick { 0% { stroke-dashoffset: 1; opacity: 0; } 15% { opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 1; } }
@keyframes acc-check-pop { 0% { transform: scale(1); } 45% { transform: scale(1.16); } 100% { transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  .form-success,
  .form-success svg,
  .form-success .check-circle,
  .form-success .check-tick { animation: none !important; }
  .form-success .check-circle,
  .form-success .check-tick { stroke-dashoffset: 0; opacity: 1; }
  .form-success { opacity: 1; transform: none; }
}


.form-radio-group {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0; 
  transition: box-shadow var(--dur-short) var(--ease);
  border-radius: 14px;
}
.form-radio-group legend {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: -0.005em;
  margin: 0 0 10px;
  padding: 0;
}
.form-radio-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 540px) {
  .form-radio-options { grid-template-columns: 1fr 1fr; }
}
.form-radio-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--bg-subtle);
  box-shadow: inset 0 0 0 1px rgba(0, 10, 56, 0.08);
  cursor: pointer;
  transition: background var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.form-radio-card:hover {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 10, 56, 0.16);
}
.form-radio-card input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--accent);
  flex-shrink: 0;
  cursor: pointer;
}
.form-radio-card-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.3;
}
.form-radio-card:has(input:checked) {
  background: #ffffff;
  box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px var(--accent-soft);
}
.form-radio-card:focus-within {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}


.owner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 720px) {
  .owner-grid {
    grid-template-columns: minmax(0, 320px) 1fr;
    gap: 56px;
  }
}
.owner-photo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  background: var(--bg-dark);
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0, 10, 56, 0.06),
    0 18px 48px -18px rgba(0, 10, 56, 0.45);
}
@media (min-width: 720px) {
  .owner-photo { margin-inline: 0; }
}
.owner-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owner-photo.is-placeholder::before {
  content: 'A';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 180px;
  color: rgba(255, 255, 255, 0.16);
  letter-spacing: -0.04em;
  line-height: 1;
}
.owner-photo.is-placeholder::after {
  content: 'PHOTO COMING';
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.owner-photo-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.owner-meta {
  margin: 22px 0 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.owner-meta-name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(22px, 2vw, 26px);
  color: var(--text);
  letter-spacing: -0.02em;
  margin: 0;
}
.owner-meta-role {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .quote-inner {
    grid-template-columns: 1fr 1.1fr;
    grid-template-rows: auto 1fr;
    gap: 0 96px;
    align-items: start;
  }
  .quote-text { grid-column: 1; grid-row: 1; }
  .quote-form-wrap { grid-column: 2; grid-row: 1 / 3; }
  
  .is-home .quote-phone-cta {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: start;
    align-items: center;
    max-width: none;
    width: 100%;
    margin: 40px 0 0;       
  }
}


.quote-phone-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  max-width: 460px;
  
  grid-column: 1 / -1;
  justify-self: center;
}
.quote-phone-cta .quote-or { margin: 0; width: 100%; }
.quote-phone-cta .btn-pill {
  align-self: center;
}
.quote-phone-meta { margin: 14px 0 0; font-size: 14px; color: var(--text-muted); text-align: left; }
.quote-phone-meta a { color: inherit; text-decoration: underline; }
.quote-phone-meta a:hover { color: var(--accent-text-on-light); }
@media (max-width: 899px) {
  .quote-phone-cta { max-width: 100%; align-items: center; }
  .quote-phone-cta .btn-pill { align-self: center; }
}


@media (min-width: 900px) {
  .quote-phone-cta {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: start;
    align-items: center;
    max-width: none;
    width: 100%;
    margin: 40px 0 0;
  }
}


.is-home .quote-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.is-home .quote-intro { width: 100%; }
.is-home .quote-google-rating {
  margin: 24px 0 0;
  font-size: 14px;
  padding: 9px 16px;
  gap: 9px;
}
.is-home .quote-google-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  letter-spacing: 0;
}
.is-home .quote-google-rating-stars svg { width: 14px; height: 14px; }
.is-home .quote-google-rating strong { font-size: 15px; }
.is-home .quote-google-rating-g { display: inline-flex; align-items: center; margin-left: 1px; }
.is-home .quote-google-rating-g svg { width: 16px; height: 16px; }

.is-home .quote-promises {
  margin: 24px 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.is-home .quote-promises li + li {
  margin-left: 24px;
  padding-left: 24px;
  position: relative;
}
.is-home .quote-promises li + li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: var(--ring-strong);
}
.is-home .quote-prefer {
  margin: 24px 0 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
}
.is-home .quote-call-cta { margin-top: 18px; }

@media (min-width: 900px) {
  .is-home .quote-inner {
    grid-template-columns: 1fr 1.1fr;
    grid-template-rows: 1fr;
    gap: 0 96px;
    align-items: stretch;
  }
  .is-home .quote-text { grid-column: 1; grid-row: 1; }
  .is-home .quote-form-wrap { grid-column: 2; grid-row: 1; }
  
  .is-home .quote-google-rating { margin-top: auto; }
  .is-home .quote-promises { margin-top: auto; }
  .is-home .quote-prefer { margin-top: auto; }
  .is-home .quote-call-cta { margin-top: 22px; margin-bottom: 83px; }
}


.is-home .quote-call-mobile { display: none; }
@media (max-width: 899px) {
  .is-home .quote-text .quote-prefer,
  .is-home .quote-text .quote-call-cta { display: none; }
  .is-home .quote-call-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: relative;  
    z-index: 1;          
  }
  .is-home .quote-call-mobile .quote-prefer { display: block; margin: 0; }
}

@media (max-width: 600px) {
  .is-home .quote-promises { flex-direction: column; gap: 14px; }
  .is-home .quote-promises li + li { margin-left: 0; padding-left: 0; }
  .is-home .quote-promises li + li::before { display: none; }
}

.is-home .site-footer { margin-top: -1px; }


.site-footer {
  
  background: var(--bg-dark);
  color: var(--text-on-dark);
  position: relative;
}


.footer-inner {
  display: grid;
  gap: 28px 36px;
  padding: 38px var(--pad-x) 26px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .footer-inner { grid-template-columns: 1.8fr 1.4fr 1.2fr 1fr; } }

.footer-inner.reveal > * {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--dur-med) var(--ease-reveal), transform var(--dur-med) var(--ease-reveal);
}
.footer-inner.reveal--in > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 70ms);
}

.footer-brand { margin-bottom: 22px; }
.logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-brand p {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--text-on-dark-muted);
  max-width: 320px;
  line-height: 1.55;
  text-align: left;
}

@media (max-width: 639px) {
  .footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .footer-brand p {
    margin-top: 0;
    flex: 1;
    max-width: none;
  }
  .logo-footer {
    flex-shrink: 0;
  }
}
.footer-col h4,
.footer-col-h {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-on-dark-muted);
  margin: 0 0 14px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col a {
  font-size: 15px;
  color: var(--text-on-dark);
  font-weight: 500;
  transition: color var(--dur-micro) var(--ease);
}
.footer-col a:hover { color: var(--accent); }
.footer-towns {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px !important;
  font-size: 14px;
  color: var(--text-on-dark);
}

.footer-col .footer-sitemap {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 12px 24px;
}


.footer-trust-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 18px 0 0;
  list-style: none;
  padding: 0;
}
.footer-trust-badges li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-on-dark-muted);
}
.footer-trust-badges svg { color: var(--accent); flex-shrink: 0; }

.footer-social {
  display: inline-flex;
  gap: 8px;
  margin-top: 18px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-on-dark-muted);
  transition: background var(--dur-short) var(--ease), color var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
}
.footer-social a:hover {
  background: var(--accent);
  color: #ffffff;
  transform: translateY(-1px);
}


.footer-contact { gap: 12px !important; }
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-on-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--dur-micro) var(--ease);
}
.footer-contact a:hover { color: var(--accent); }
.footer-contact a:hover .footer-contact-icon { transform: translateY(-1px); }
.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  flex-shrink: 0;
  transition: transform var(--dur-short) var(--ease);
}
.footer-contact li.footer-contact-static {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-on-dark-muted);
}
.footer-bottom {
  
  padding: 16px 0;
  font-size: 13px;
  color: var(--text-on-dark-muted);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom p { margin: 0; }
.footer-bottom-text { display: flex; flex-direction: column; gap: 4px; }
.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  color: var(--text-on-dark-muted);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.01em;
  transition: color 320ms cubic-bezier(0.32, 0.72, 0, 1);
  position: relative;
}

.footer-credit::after { content: ''; position: absolute; inset: -6px -8px; }
.footer-credit:hover { color: var(--text-on-dark); }
.footer-credit-arrow {
  transition: transform 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.footer-credit:hover .footer-credit-arrow,
.footer-credit:focus-visible .footer-credit-arrow {
  transform: translate(2px, -2px);
}
.footer-credit:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}

.footer-legal { margin: 0; }
.footer-legal a {
  color: var(--text-on-dark-muted);
  text-decoration: none;
  transition: color 320ms cubic-bezier(0.32, 0.72, 0, 1);
}
.footer-legal a:hover { color: var(--text-on-dark); }
.footer-legal a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}


.footer-scene {
  display: block;
  line-height: 0;
  background: #F7F6F1;
  
  border-bottom: 3px solid var(--accent);
}
.footer-scene img {
  display: block;
  width: 100%;
  height: auto;
}


.sticky-call {
  position: fixed;
  bottom: 80px;                                  
  right: 20px;
  display: inline-block;
  z-index: 40;
  border-radius: var(--r-pill);
  color: var(--text); 
  --clip-top: 0%;
  --clip-bottom: 0%;
  transition: transform var(--dur-short) var(--ease);
}
.sticky-call:hover { transform: translateY(-2px); }


.sticky-call-layer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px 8px 8px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
.sticky-call-layer-light {
  position: relative;
  background: #FFFFFF;
  color: var(--text);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.sticky-call-layer-dark {
  position: absolute;
  inset: 0;
  background: var(--text);
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
}
.sticky-call-layer-light .sticky-call-icon,
.sticky-call-layer-dark .sticky-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: white;
  flex-shrink: 0;
}


body.menu-open .sticky-call { display: none; }
body.menu-open .sticky-review { display: none; }


.sticky-review {
  position: fixed;
  right: 20px;
  bottom: 20px;                                
  z-index: 39;
  display: inline-block;
  border-radius: var(--r-pill);
  --clip-top: 0%;
  --clip-bottom: 0%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity var(--dur-med) var(--ease-out-quart), transform var(--dur-med) var(--ease-out-quart);
  pointer-events: none;
  text-decoration: none;
}
.sticky-review.is-shown { opacity: 1; transform: translateX(0); pointer-events: auto; }
.sticky-review:hover { transform: translateY(-1px); }


.sticky-review-layer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px 10px 14px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}
.sticky-review-layer-light {
  position: relative;
  background: #FFFFFF;
  color: var(--text);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.sticky-review-layer-dark {
  position: absolute;
  inset: 0;
  background: var(--text);
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
}
.sticky-review-layer .sticky-review-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: var(--star-gold);
  flex-shrink: 0;
}
.sticky-review-layer .sticky-review-stars svg { width: 15px; height: 15px; }
.sticky-review-layer .sticky-review-rating {
  margin-left: -4px;                 
  font-weight: 700;
  flex-shrink: 0;
}
.sticky-review-layer .sticky-review-text {
  margin-left: 4px;                  
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.85;                     
}
.sticky-review-layer .sticky-review-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.sticky-review-layer .sticky-review-icon svg { width: 18px; height: 18px; }
@media (max-width: 480px) {
  .sticky-review-layer { padding: 8px 14px 8px 12px; font-size: 14px; gap: 8px; }
  .sticky-review-layer .sticky-review-text { display: none; }
  .sticky-review-layer .sticky-review-rating { margin-left: -4px; }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-review { transition: opacity 0.01ms; transform: none; }
  .sticky-review-layer-dark { transition: clip-path 0s; }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-call-layer-dark { transition: clip-path 0s; }
}


.reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.985);
  transition: opacity var(--dur-long) var(--ease-reveal), transform var(--dur-long) var(--ease-reveal);
  transition-delay: calc(var(--stagger-i, 0) * var(--stagger-step, 80ms));
}
.reveal--in {
  opacity: 1;
  transform: translateY(0) scale(1);
}


.hero-inner > .reveal:nth-child(1) { --stagger-i: 0; }
.hero-inner > .reveal:nth-child(2) { --stagger-i: 1; }
.hero-inner > .reveal:nth-child(3) { --stagger-i: 2; }
.hero-inner > .reveal:nth-child(4) { --stagger-i: 3; }
.hero-inner > .reveal:nth-child(5) { --stagger-i: 4; }


.hero-title.reveal .hero-line {
  display: block;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-long) var(--ease-out-quint), transform var(--dur-long) var(--ease-out-quint);
}
.hero-title.reveal .hero-line:nth-child(1) { transition-delay: 140ms; }
.hero-title.reveal .hero-line:nth-child(2) { transition-delay: 260ms; }
.hero-title.reveal--in .hero-line {
  opacity: 1;
  transform: translateY(0);
}

.hero-title em {
  font-style: italic;
  color: var(--accent);
}


.service-cover-grid.reveal .service-cover-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-med) var(--ease-out-quint), transform var(--dur-med) var(--ease-out-quint), background var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.service-cover-grid.reveal--in .service-cover-item {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 60ms);
}


.area-card.reveal .area-towns li {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--dur-short) var(--ease-out-quart), transform var(--dur-short) var(--ease-out-quart);
}
.area-card.reveal--in .area-towns li {
  opacity: 1;
  transform: translateY(0);
  
  transition-delay: calc(200ms + var(--stagger-i, 0) * 40ms);
}


.carousel-slide { animation-timing-function: var(--ease-out-quint); }
.carousel-slide .stars,
.carousel-slide blockquote,
.carousel-slide figcaption {
  opacity: 0;
  transform: translateY(6px);
  animation: testimonial-line-in 540ms var(--ease-out-quint) forwards;
}
.carousel-slide .stars       { animation-delay: 80ms; }
.carousel-slide blockquote   { animation-delay: 160ms; }
.carousel-slide figcaption   { animation-delay: 260ms; }
@keyframes testimonial-line-in {
  to { opacity: 1; transform: translateY(0); }
}


.carousel-dot.is-active {
  animation: dot-breathe 2.4s ease-in-out infinite;
}
@keyframes dot-breathe {
  0%, 100% { transform: scaleX(1) scaleY(1); }
  50%      { transform: scaleX(1) scaleY(1.4); }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-dot.is-active { animation: none; }
}




.form-field {
  transition: box-shadow var(--dur-short) var(--ease-out-quart), transform var(--dur-short) var(--ease-out-quart);
}
.form-field:focus {
  outline: none;
  box-shadow: inset 0 0 0 1.5px var(--accent), 0 0 0 4px rgba(54, 151, 255, 0.12);
}


.sticky-call {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--dur-med) var(--ease-out-quart), transform var(--dur-med) var(--ease-out-quart);
  pointer-events: none;
}
.sticky-call.is-shown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.sticky-call.is-over-footer,
.sticky-review.is-over-footer {
  opacity: 0;
  pointer-events: none;
}


@media (prefers-reduced-motion: reduce) {
  
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal,
  .reveal--in,
  .hero-title.reveal .hero-line,
  .service-cover-grid.reveal .service-cover-item,
  .area-card.reveal .area-towns li,
  .services-list.reveal .services-list-item,
  .checklist.reveal li,
  .contact-grid.reveal .contact-card,
  .blog-list.reveal .blog-card,
  .blog-list.reveal .blog-list-coming-soon,
  .owner-grid.reveal > *,
  .footer-inner.reveal > *,
  .value-card:hover .bezel-core,
  .value-card:focus-within .bezel-core,
  .opt-b-icon-list.reveal .opt-b-icon-list-item,
  .opt-b-icon--clipboard .clip-check,
  .opt-b-icon--spray .spray-droplets,
  .opt-b-icon--spray .spray-droplets circle,
  .opt-b-icon--cloth .cloth-group,
  .opt-b-icon--key .key-group,
  .opt-b-icon-list--iconify .opt-b-icon--nda iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--whs iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--privacy iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--key iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--shield iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--drop iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--sparkle iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--clock iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--eye iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--hardhat iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--leaf iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--warning iconify-icon,
  .opt-b-icon-list--iconify .opt-b-icon--wrench iconify-icon,
  .sticky-call,
  .faq-item.is-open .faq-answer,
  .carousel-slide,
  .carousel-slide .stars,
  .carousel-slide blockquote,
  .carousel-slide figcaption {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }
  .sticky-call { opacity: 1 !important; pointer-events: auto !important; }
  
  .js-parallax .hero-video-bg .hero-video,
  .js-parallax .hero-video-bg .hero-poster-bg,
  .js-parallax .page-hero::before {
    transform: none !important;
    will-change: auto !important;
  }
}


.page-hero {
  position: relative;
  padding-top: clamp(88px, 8.5vw, 116px);
  padding-bottom: clamp(24px, 4vw, 48px);
  background: var(--bg-page);
  overflow: hidden;
  border-bottom: 3px solid var(--accent);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 30%, rgba(54, 151, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 30%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 30%, black, transparent 70%);
  pointer-events: none;
}

.js-parallax .page-hero::before {
  top: -22%;
  bottom: -22%;
  transform: translate3d(0, var(--ph-shift, 0px), 0);
  will-change: transform;
}
.page-hero-inner {
  position: relative;
  
  margin: 0 auto;
  text-align: center;
}
.page-hero-title {
  font-family: var(--font-sans);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin: 0 0 20px;
  color: var(--text);
}
.page-hero-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--accent-text-on-light);
  letter-spacing: -0.035em;
}
.page-hero-sub {
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--text-muted);
  margin: 0 auto;
  line-height: 1.5;
  max-width: 640px;
}
.page-hero-actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 32px;
}
.page-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 4px;
  transition: color var(--dur-short) var(--ease);
}
.page-hero-link:hover,
.page-hero-link:focus-visible { color: var(--text); }
.page-hero-link svg { transition: transform var(--dur-short) var(--ease); }
.page-hero-link:hover svg,
.page-hero-link:focus-visible svg { transform: translateY(2px); }
.content-section[id] { scroll-margin-top: 80px; }


.quote-google-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 12px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  letter-spacing: -0.005em;
  margin: 0 0 14px;
  transition: background var(--dur-short) var(--ease), transform var(--dur-short) var(--ease);
  box-shadow: inset 0 0 0 1px rgba(54, 151, 255, 0.18);
}
.quote-google-rating:hover,
.quote-google-rating:focus-visible {
  background: var(--accent-glow);
  transform: translateY(-1px);
}
.quote-google-rating-stars {
  color: var(--star-gold);
  letter-spacing: 1.5px;
  font-size: 11px;
  line-height: 1;
}
.quote-google-rating strong { font-weight: 800; }
.quote-google-rating .quote-google-rating-label {
  color: var(--text-muted);
  font-weight: 500;
}


.quote-section--dark .quote-google-rating {
  background: #ffffff;                     
  color: var(--text);                      
  padding: 14px 20px;                      
  font-size: 14px;                         
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 16px 40px -8px rgba(255, 255, 255, 0.18);
}
.quote-section--dark .quote-google-rating:hover,
.quote-section--dark .quote-google-rating:focus-visible {
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 20px 48px -8px rgba(255, 255, 255, 0.25);
}
.quote-section--dark .quote-google-rating-stars { font-size: 13px; }


.quote-phone-cta .quote-google-rating { margin: 0; }


.quote-section--dark .quote-phone-cta .quote-google-rating,
.quote-section--dark .quote-phone-cta .btn-pill-ghost {
  width: 220px;
  justify-content: center;
}


.quote-section--dark .quote-phone-cta .quote-or {
  margin: 12px 0;
}


.single-testimonial {
  max-width: 720px;
  
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  position: relative;
  padding-top: 36px;
}
.single-testimonial > * { max-width: 100%; min-width: 0; }
.single-testimonial::before {
  content: '\201C';
  position: absolute;
  top: -28px;
  left: 50%;
  
  transform: translateX(calc(-50% - 0.08em));
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 132px;
  line-height: 1;
  color: var(--accent-soft);
  pointer-events: none;
}
.single-testimonial-stars {
  color: var(--star-gold);
  font-size: 15px;
  letter-spacing: 5px;
}
.single-testimonial blockquote {
  margin: 0;
}
.single-testimonial blockquote p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--text);
  line-height: 1.4;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}
.single-testimonial figcaption {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: -0.005em;
  line-height: 1.45;
}
.single-testimonial figcaption strong {
  color: var(--text);
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}


@media (max-width: 600px) {
  
  .single-testimonial { padding-top: 65px; }
  .single-testimonial::before { font-size: 88px; top: 5px; width: 1.6em; text-align: center; transform: translateX(calc(-50% - 0.08em)); }
}


.prose {
  max-width: 720px;
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
}
.prose > * + * { margin-top: 20px; }
.prose h2 {
  font-family: var(--font-sans);
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.025em;
  color: var(--text);
  margin-top: 56px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font-size: 18px;
  letter-spacing: -0.015em;
  color: var(--text);
  margin-top: 32px;
  margin-bottom: 6px;
}
.prose p { margin: 0; }
.prose strong { color: var(--text); font-weight: 700; }
.prose ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.prose ul li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
}
.prose ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.prose .prose-footnote { margin-top: 28px; }


.privacy-prose .privacy-updated {
  font-size: 14px;
  color: var(--text-soft);
  margin-bottom: 32px;
}
.privacy-prose .privacy-updated strong { color: var(--text-muted); font-weight: 600; }


.privacy-prose a {
  color: var(--accent-text-on-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy-prose a:hover,
.privacy-prose a:focus-visible { color: var(--text); }


.content-grid .prose > p:first-of-type {
  font-size: 18px;
  color: var(--text);
  line-height: 1.6;
}


.prose-cta-group {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--ring-strong);
}
.prose-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.prose-cta-meta {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted);
}
.prose-cta-meta a {
  color: var(--accent-text-on-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.prose-cta-meta a:hover,
.prose-cta-meta a:focus-visible { color: var(--text); }


.prose-cta-facts {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.prose-cta-group > .prose-cta-facts:first-child { margin-top: 0; }
.prose-cta-fact {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--text-muted);
}
.prose-cta-fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--accent);
}
.prose-cta-fact a {
  color: var(--accent-text-on-light);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.prose-cta-fact a:hover,
.prose-cta-fact a:focus-visible {
  color: var(--accent);
  border-bottom-color: var(--accent);
}


.content-section {
  padding: var(--section-y) 0;
  background: var(--bg-page);
  border-top: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
}
.content-section-alt {
  background: var(--bg-subtle);
}
.content-grid {
  display: grid;
  
  gap: clamp(20px, 4vw, 36px);
}
@media (min-width: 900px) {
  .content-grid { grid-template-columns: 1fr 1.6fr; align-items: start; gap: 80px; }
  .content-grid > .section-head { position: sticky; top: 120px; margin: 0; }
}


.value-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 8px;
}
@media (min-width: 640px) { .value-grid { grid-template-columns: 1fr 1fr; gap: 20px; } }

@media (min-width: 900px) { .value-grid-3 { grid-template-columns: 1fr 1fr 1fr; } }
.value-card .bezel-core {
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.value-card:hover .bezel-core,
.value-card:focus-within .bezel-core {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover), var(--inset-highlight);
}
.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 20px;
}
.value-title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 8px;
}
.value-body {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}


.checklist {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .checklist { grid-template-columns: 1fr 1fr; gap: 12px 32px; } }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--bg-elevated);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--ring), 0 1px 2px rgba(0,0,0,0.02);
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.4;
}
.checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--accent);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}




.page-hero--dark { background: var(--bg-dark); }
.page-hero--dark::before {
  background-image: radial-gradient(circle at 50% 30%, rgba(54, 151, 255, 0.12) 1px, transparent 1px);
}
.page-hero--dark .page-hero-title { color: var(--text-on-dark); }
.page-hero--dark .page-hero-title em { color: var(--accent); }
.page-hero--dark .page-hero-sub { color: var(--text-on-dark-muted); }
.page-hero--dark .page-hero-link { color: var(--text-on-dark-muted); }
.page-hero--dark .page-hero-link:hover,
.page-hero--dark .page-hero-link:focus-visible { color: var(--text-on-dark); }


.content-section--dark {
  background: var(--bg-dark);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
  border-top: 0;
  border-bottom: 0;
}
.content-section--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(54, 151, 255, 0.10) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.6;
  mask-image: radial-gradient(ellipse 70% 60% at 80% 25%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 80% 25%, black, transparent);
  pointer-events: none;
}
.content-section--dark > .container { position: relative; }


.content-section--slate {
  background: var(--bg-services);
  color: var(--text-on-dark);
  border-top: 0;
  border-bottom: 0;
}


.page-hero--dark .eyebrow-pill,
.content-section--dark .eyebrow-pill,
.content-section--slate .eyebrow-pill { color: var(--text-on-dark); }
.content-section--dark .section-title,
.content-section--slate .section-title { color: var(--text-on-dark); }
.content-section--dark .section-sub,
.content-section--slate .section-sub { color: var(--text-on-dark-muted); }
.content-section--dark .section-sub a,
.content-section--slate .section-sub a { color: var(--accent); }


.content-section--dark .prose,
.content-section--slate .prose { color: var(--text-on-dark-muted); }
.content-section--dark .prose strong,
.content-section--dark .prose h2,
.content-section--dark .prose h3,
.content-section--slate .prose strong,
.content-section--slate .prose h2,
.content-section--slate .prose h3 { color: var(--text-on-dark); }
.content-section--dark .prose a,
.content-section--slate .prose a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}


.content-section--slate .value-card,
.content-section--dark .value-card {
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 24px 80px -32px rgba(0, 0, 0, 0.55);
}
.content-section--slate .value-card .bezel-core,
.content-section--dark .value-card .bezel-core {
  background: linear-gradient(160deg, var(--bg-dark-2) 0%, var(--bg-dark-3) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.content-section--slate .value-icon,
.content-section--dark .value-icon { background: var(--accent-glow); color: var(--accent); }
.content-section--slate .value-title,
.content-section--dark .value-title { color: var(--text-on-dark); }
.content-section--slate .value-body,
.content-section--dark .value-body { color: var(--text-on-dark-muted); }


.content-section--slate .single-testimonial::before,
.content-section--dark .single-testimonial::before { color: var(--accent); opacity: 0.85; }
.content-section--slate .single-testimonial blockquote p,
.content-section--dark .single-testimonial blockquote p { color: var(--text-on-dark); }
.content-section--slate .single-testimonial figcaption,
.content-section--dark .single-testimonial figcaption { color: var(--text-on-dark-muted); }
.content-section--slate .single-testimonial figcaption strong,
.content-section--dark .single-testimonial figcaption strong { color: var(--text-on-dark); }


.content-section--slate .faq-category-h,
.content-section--dark .faq-category-h {
  color: var(--text-on-dark-muted);
  border-bottom-color: var(--ring-dark-strong);
}


.content-section--slate .blog-list-coming-soon,
.content-section--dark .blog-list-coming-soon { color: var(--text-on-dark-muted); }
.content-section--slate .blog-list-coming-soon a,
.content-section--dark .blog-list-coming-soon a { color: var(--accent); }


.content-section--dark .faq-item {
  background: #ffffff;
  box-shadow: none;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.content-section--dark .faq-item:has(summary:focus-visible) {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px -4px rgba(0, 10, 56, 0.22);
}
@media (hover: hover) {
  .content-section--dark .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px -4px rgba(0, 10, 56, 0.22);
  }
}
.content-section--dark .faq-item.is-open {
  transform: none;
  box-shadow: 0 8px 24px -12px rgba(54, 151, 255, 0.30);
}
.content-section--dark .faq-item > summary {
  background: transparent;
  color: var(--text);
  padding: 14px 18px;
  font-size: 15px;
  letter-spacing: -0.005em;
  box-shadow: none;
  border-radius: 0;
}
.content-section--dark .faq-item > summary:hover { background: transparent; }
.content-section--dark .faq-answer {
  background: transparent;
  padding: 0;
}
.content-section--dark .faq-answer p {
  margin: 4px 18px 18px;
  background: var(--bg-tile-grey-inner);
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--text);
  opacity: 0.88;
  font-size: 15px;
  line-height: 1.6;
}
.content-section--dark .faq-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 10, 56, 0.10);
  box-shadow: none;
  transition: transform var(--dur-short) var(--ease), background var(--dur-short) var(--ease), color var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.content-section--dark .faq-icon::before {
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  transition: transform 250ms var(--ease-out-quart), border-color 250ms var(--ease);
}
.content-section--dark summary:focus-visible .faq-icon {
  background: var(--accent);
  transform: translate(2px, -1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
}
.content-section--dark summary:focus-visible .faq-icon::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (hover: hover) {
  .content-section--dark .faq-item:hover .faq-icon {
    background: var(--accent);
    transform: translate(2px, -1px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
  }
  .content-section--dark .faq-item:hover .faq-icon::before {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  }
}
.content-section--dark .faq-item.is-open .faq-icon {
  background: var(--accent);
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 4px 12px -2px rgba(54, 151, 255, 0.45);
}
.content-section--dark .faq-item.is-open .faq-icon::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transform: translateY(2px) rotate(-135deg);
  transition: transform 340ms var(--ease-out-quart), border-color 250ms var(--ease);
}





body.has-band { border-top: 0; }

.page-hero--dark { border-bottom: 0; }


.page-hero-inner > .reveal:nth-child(1) { --stagger-i: 0; }
.page-hero-inner > .reveal:nth-child(2) { --stagger-i: 1; }
.page-hero-inner > .reveal:nth-child(3) { --stagger-i: 2; }
.page-hero-inner > .reveal:nth-child(4) { --stagger-i: 3; }






.services-list.reveal .services-list-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-med) var(--ease-out-quint), transform var(--dur-med) var(--ease-out-quint), background var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.services-list.reveal--in .services-list-item {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 60ms);
}


.checklist.reveal li {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--dur-short) var(--ease-out-quart), transform var(--dur-short) var(--ease-out-quart);
}
.checklist.reveal--in li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 40ms);
}


.contact-grid.reveal .contact-card {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-med) var(--ease-out-quint), transform var(--dur-med) var(--ease-out-quint);
}
.contact-grid.reveal--in .contact-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 80ms);
}


.blog-list.reveal .blog-card,
.blog-list.reveal .blog-list-coming-soon {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-med) var(--ease-out-quint), transform var(--dur-med) var(--ease-out-quint);
}
.blog-list.reveal--in .blog-card,
.blog-list.reveal--in .blog-list-coming-soon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 80ms);
}


.owner-grid.reveal > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-med) var(--ease-out-quint), transform var(--dur-med) var(--ease-out-quint);
}
.owner-grid.reveal--in > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--stagger-i, 0) * 120ms);
}


.cta-strip {
  padding: var(--section-y) 0;
  background: #F7F6F1;
  color: var(--text);
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--accent);
}
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  
  background-image: radial-gradient(circle, rgba(54, 151, 255, 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 50%, black, transparent);
  pointer-events: none;
}
.cta-strip-inner { position: relative; max-width: 720px; margin: 0 auto; }
.cta-strip h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
  line-height: 1.1;
  color: var(--text);
}
.cta-strip h2 em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  
  color: var(--accent-text-on-light);
  letter-spacing: -0.025em;
}
.cta-strip p {
  font-size: 17px;
  color: var(--text-muted);
  margin: 0 0 32px;
  line-height: 1.55;
}
.cta-strip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}


.cta-strip--dark {
  background: var(--bg-dark);
  color: var(--text-on-dark);
}
.cta-strip--dark::before {
  background-image: radial-gradient(circle, rgba(54, 151, 255, 0.14) 1px, transparent 1px);
}
.cta-strip--dark h2 { color: var(--text-on-dark); }
.cta-strip--dark h2 em { color: var(--accent); }
.cta-strip--dark p { color: var(--text-on-dark-muted); }


.contact-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 56px;
}
@media (min-width: 640px) { .contact-grid { grid-template-columns: 1fr 1fr 1fr; gap: 20px; } }
.contact-card .bezel-core {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.contact-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin: 0 0 14px;
}
.contact-card-value {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
  line-height: 1.25;
  margin-bottom: 10px;
  word-break: break-word;
}
.contact-card-value-sm {
  font-size: 15px;
  letter-spacing: -0.012em;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: anywhere;
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 480px) {
  .contact-card-value-sm { font-size: 14px; }
}

@media (min-width: 640px) {
  .contact-card a.contact-card-value-sm[href^="mailto:"] {
    font-size: 14.5px;
    word-break: normal;
    overflow-wrap: break-word;
  }
}
.contact-card-value:hover,
.contact-card-value:focus-visible { color: var(--accent-text-on-light); }
.contact-card-meta { font-size: 14px; color: var(--text-muted); margin: 0; line-height: 1.5; }


.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 4px;
}
.btn-pill:focus-visible { outline-offset: 3px; }




.blog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 880px;
  margin: 0 auto;
}
.blog-card {
  position: relative;
  border-radius: var(--r-card-lg);
  background: var(--bg-elevated);
  box-shadow:
    inset 0 0 0 1px rgba(0, 10, 56, 0.06),
    0 1px 2px rgba(0, 10, 56, 0.04),
    0 12px 32px -16px rgba(0, 10, 56, 0.18);
  overflow: hidden;
  transition: transform var(--dur-short) var(--ease), box-shadow var(--dur-short) var(--ease);
}
.blog-card:hover,
.blog-card:focus-within {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(0, 10, 56, 0.1),
    0 6px 16px -4px rgba(0, 10, 56, 0.12),
    0 24px 56px -24px rgba(0, 10, 56, 0.32);
}
.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 32px 28px;
}
@media (min-width: 720px) {
  .blog-card-link { padding: 44px 56px; }
}
.blog-card-featured .blog-card-link { padding: 40px 32px; }
@media (min-width: 720px) {
  .blog-card-featured .blog-card-link { padding: 64px 72px; }
}
.blog-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: -0.005em;
  margin: 0 0 14px;
}
.blog-card-category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-text-on-light);
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
}
.blog-card-meta-dot {
  color: var(--text-soft);
  font-weight: 600;
}
.blog-card-title {
  font-family: var(--font-sans);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 16px;
}
.blog-card-featured .blog-card-title {
  font-size: clamp(32px, 4vw, 44px);
}
.blog-card-excerpt {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0 0 22px;
  max-width: 620px;
}
.blog-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-text-on-light);
  letter-spacing: -0.005em;
  transition: gap var(--dur-short) var(--ease), color var(--dur-short) var(--ease);
}
.blog-card:hover .blog-card-cta,
.blog-card:focus-within .blog-card-cta {
  gap: 12px;
  color: var(--accent-hover);
}
.blog-list-coming-soon {
  margin: 32px auto 0;
  max-width: 560px;
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.blog-list-coming-soon a {
  color: var(--accent-text-on-light);
  text-decoration: none;
  font-weight: 600;
}
.blog-list-coming-soon a:hover { text-decoration: underline; }


.post-article { padding: 0; background: var(--bg-page); }
.post-header {
  padding: 56px 0 8px;
  background: var(--bg-page);
}
@media (min-width: 720px) {
  .post-header { padding: 88px 0 16px; }
}
.post-header-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}


.post-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-soft);
  text-decoration: none;
  margin-bottom: 56px;
  transition: color var(--dur-short) var(--ease), gap var(--dur-short) var(--ease);
}
.post-back-link:hover,
.post-back-link:focus-visible { color: var(--text); gap: 9px; }
.post-back-link svg { transition: transform var(--dur-short) var(--ease); }
.post-back-link:hover svg,
.post-back-link:focus-visible svg { transform: translateX(-2px); }


.post-header-meta { margin-bottom: 32px; }


.post-title {
  font-family: var(--font-sans);
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
  color: var(--text);
  margin: 0;
  text-wrap: balance;
}
.post-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--accent-text-on-light);
  letter-spacing: -0.025em;
  font-size: 0.95em; 
}


.post-header-rule {
  width: 48px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  margin: 32px 0;
}


.post-deck {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(19px, 2.2vw, 24px);
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0 0 40px;
  max-width: 560px;
}


.post-byline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.post-byline-author { color: var(--text); }
.post-byline-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  flex-shrink: 0;
}


.post-divider {
  border: 0;
  height: 1px;
  background: rgba(0, 10, 56, 0.08);
  margin: 0;
}


.post-header--dark {
  background: var(--bg-dark);
  padding: clamp(104px, 9vw, 124px) 0 clamp(32px, 4vw, 48px);
}
.post-header--dark .post-back-link { color: var(--text-on-dark-muted); }
.post-header--dark .post-back-link:hover,
.post-header--dark .post-back-link:focus-visible { color: var(--text-on-dark); }
.post-header--dark .eyebrow-pill { color: var(--text-on-dark); }
.post-header--dark .post-title { color: var(--text-on-dark); }
.post-header--dark .post-title em { color: var(--accent); }
.post-header--dark .post-deck { color: var(--text-on-dark-muted); }
.post-header--dark .post-byline { color: var(--text-on-dark-muted); }
.post-header--dark .post-byline-author { color: var(--text-on-dark); }


.post-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 32px var(--pad-x) 96px;
}
.post-body {
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.7;
  color: var(--text);
}
.post-body p {
  margin: 0 0 1.5em;
}

.post-body h2 {
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.15;
  color: var(--text);
  margin: 3.2em 0 0.8em;
  padding-top: 28px;
  position: relative;
  text-wrap: balance;
}
.post-body h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.post-body em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--text);
}
.post-body a {
  color: var(--accent-text-on-light);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-short) var(--ease);
}
.post-body a:hover {
  color: var(--accent-hover);
}


.post-body > p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 4.2em;
  line-height: 0.9;
  float: left;
  margin: 6px 12px -4px -2px;
  color: var(--accent-text-on-light);
}


.post-signoff {
  margin-top: 3em !important;
  padding-top: 1.5em;
  border-top: 1px solid rgba(0, 10, 56, 0.08);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  color: var(--text-muted);
}


.post-footer {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 10, 56, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.post-footer-author {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 24px;
  line-height: 1.5;
}
.post-footer-author strong {
  color: var(--text);
  font-weight: 700;
}
.post-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
}



.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


.form-error {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: var(--bg-error);
  color: var(--text-error);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--ring-error);
  font-size: 14px;
  line-height: 1.5;
}
.form-error a {
  color: var(--text-error);
  text-decoration: underline;
  font-weight: 600;
}
.form-error a:hover { color: var(--text-error-hover); }

.field-error-msg {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-error);
}


.post-body table {
  width: 100%;
  margin: 1.6em 0;
  border-collapse: collapse;
  font-size: 0.95em;
}
.post-body thead {
  background: var(--bg-subtle);
}
.post-body th,
.post-body td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 10, 56, 0.08);
  vertical-align: top;
}
.post-body th {
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--text);
}
.post-body tbody tr:last-child td { border-bottom: 0; }


@media (max-width: 374px) {
  .sticky-call-layer { padding: 8px !important; gap: 0 !important; }
  .sticky-call-layer > span:not(.sticky-call-icon) { display: none; }
}


@media (max-width: 720px) {
  .area-map-wrap {
    min-height: 360px;
    aspect-ratio: auto;
  }
}


@media (max-width: 640px) {
  .hero-badges { gap: 14px 18px !important; }
}




.opt-label-band {
  padding-top: clamp(18px, 2.4vw, 28px);
  padding-bottom: clamp(18px, 2.4vw, 28px);
}
.opt-label-band .eyebrow-pill { color: var(--accent); }
.opt-label-title {
  font-family: var(--font-sans);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text-on-dark);
  margin: 8px 0 0;
}


.opt-a-body { max-width: 720px; }
.opt-a-lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 24px;
}
.opt-a-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .opt-a-grid { gap: 16px; }
}
@media (min-width: 900px) {
  .opt-a-grid { gap: 20px; }
}
.opt-a-feature-card .bezel-core {
  padding: 22px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .opt-a-feature-card .bezel-core { padding: 28px 24px; }
}
.opt-a-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 14px;
}
.opt-a-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 6px;
  line-height: 1.25;
}
.opt-a-body-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 640px) {
  .opt-a-title { font-size: 18px; }
  .opt-a-body-text { font-size: 15px; }
}


.opt-b-body { max-width: 720px; }
.opt-b-icon-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.opt-b-icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.opt-b-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
}
.opt-b-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.opt-b-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.opt-b-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.5;
}


.opt-b-icon-list.reveal .opt-b-icon-list-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity var(--dur-med) var(--ease-out-quint), transform var(--dur-med) var(--ease-out-quint);
  transition-delay: calc(var(--stagger-i, 0) * 100ms);
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item {
  opacity: 1;
  transform: translateY(0);
}




.opt-b-icon--clipboard .clip-check {
  opacity: 0;
  transform: scale(0.55);
  transform-box: fill-box;
  transform-origin: center;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(1) .clip-check {
  animation: opt-b-check-in 480ms var(--ease-out-quint) 320ms forwards;
}
@keyframes opt-b-check-in {
  0%   { opacity: 0; transform: scale(0.55); }
  60%  { opacity: 1; transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}


.opt-b-icon--spray .spray-droplets {
  opacity: 0;
}
.opt-b-icon--spray .spray-droplets circle {
  opacity: 0;
  transform: translate(-4px, 4px);
  transform-box: fill-box;
  transform-origin: center;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(2) .spray-droplets {
  animation: opt-b-droplet-group-show 0ms linear 420ms forwards;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(2) .spray-droplets circle:nth-child(1) {
  animation: opt-b-droplet-in 460ms var(--ease-out-quint) 420ms forwards;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(2) .spray-droplets circle:nth-child(2) {
  animation: opt-b-droplet-in 460ms var(--ease-out-quint) 500ms forwards;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(2) .spray-droplets circle:nth-child(3) {
  animation: opt-b-droplet-in 460ms var(--ease-out-quint) 580ms forwards;
}
@keyframes opt-b-droplet-group-show {
  to { opacity: 1; }
}
@keyframes opt-b-droplet-in {
  0%   { opacity: 0; transform: translate(-4px, 4px); }
  100% { opacity: 1; transform: translate(0, 0); }
}


.opt-b-icon--cloth .cloth-group {
  transform: translateX(0);
  transform-box: fill-box;
  transform-origin: center;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(3) .cloth-group {
  animation: opt-b-cloth-wipe 700ms var(--ease) 520ms forwards;
}
@keyframes opt-b-cloth-wipe {
  0%   { transform: translateX(0); }
  35%  { transform: translateX(-3px); }
  70%  { transform: translateX(3px); }
  100% { transform: translateX(0); }
}


.opt-b-icon--key .key-group {
  transform: rotate(-45deg);
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
.opt-b-icon-list.reveal--in .opt-b-icon-list-item:nth-child(4) .key-group {
  animation: opt-b-key-turn 520ms var(--ease-out-quint) 620ms forwards;
}
@keyframes opt-b-key-turn {
  0%   { transform: rotate(-45deg); }
  100% { transform: rotate(0deg); }
}




.opt-b-icon-list--iconify .opt-b-icon iconify-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}


.opt-b-icon--lock {
  position: relative;
}
.opt-b-icon--lock iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 320ms var(--ease-out-quint);
}




.opt-b-icon-list--iconify .opt-b-icon--nda iconify-icon {
  opacity: 0;
  transform: scale(0.55);
  transform-origin: center;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--nda iconify-icon {
  animation:
    opt-b-nda-stamp 520ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 320ms) forwards,
    opt-b-nda-pulse 5000ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1600ms) infinite;
}
@keyframes opt-b-nda-stamp {
  0%   { opacity: 0; transform: scale(0.55); }
  60%  { opacity: 1; transform: scale(1.15); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes opt-b-nda-pulse {
  0%, 75%, 100% { transform: scale(1); }
  82%           { transform: scale(1.08); }
  88%           { transform: scale(0.97); }
  94%           { transform: scale(1.02); }
}


.opt-b-icon-list--iconify .opt-b-icon--whs iconify-icon {
  transform-origin: 50% 80%;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--whs iconify-icon {
  animation: opt-b-whs-spray 5500ms var(--ease) calc(var(--stagger-i, 0) * 100ms + 460ms) infinite;
}
@keyframes opt-b-whs-spray {
  0%, 75%, 100% { transform: rotate(0deg); }
  80%           { transform: rotate(-10deg); }
  87%           { transform: rotate(8deg); }
  93%           { transform: rotate(-3deg); }
}


.opt-b-icon-list--iconify .opt-b-icon--privacy iconify-icon {
  opacity: 0;
  transform: translateY(6px);
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--privacy iconify-icon {
  animation:
    opt-b-privacy-rise 560ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 580ms) forwards,
    opt-b-privacy-breathe 4000ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1500ms) infinite;
}
@keyframes opt-b-privacy-rise {
  0%   { opacity: 0; transform: translateY(6px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes opt-b-privacy-breathe {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-2.5px); }
}


.opt-b-icon-list--iconify .opt-b-icon--key iconify-icon {
  transform-origin: 50% 50%;
  display: inline-block;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--key iconify-icon {
  animation: opt-b-key-turn 5800ms var(--ease) calc(var(--stagger-i, 0) * 100ms + 720ms) infinite;
}
@keyframes opt-b-key-turn {
  0%, 70%, 100% { transform: rotate(0deg); }
  77%           { transform: rotate(25deg); }
  84%           { transform: rotate(-8deg); }
  91%           { transform: rotate(3deg); }
}


.opt-b-icon-list--iconify .opt-b-icon--shield iconify-icon {
  opacity: 0;
  transform: scale(0.6);
  transform-origin: center;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--shield iconify-icon {
  animation:
    opt-b-shield-stamp 540ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 360ms) forwards,
    opt-b-shield-pulse 5400ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1800ms) infinite;
}
@keyframes opt-b-shield-stamp {
  0%   { opacity: 0; transform: scale(0.6); }
  60%  { opacity: 1; transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes opt-b-shield-pulse {
  0%, 78%, 100% { transform: scale(1); }
  84%           { transform: scale(1.07); }
  90%           { transform: scale(0.98); }
  95%           { transform: scale(1.02); }
}


.opt-b-icon-list--iconify .opt-b-icon--drop iconify-icon {
  opacity: 0;
  transform: translateY(-6px);
  transform-origin: 50% 50%;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--drop iconify-icon {
  animation:
    opt-b-drop-fall 540ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 400ms) forwards,
    opt-b-drop-drip 4600ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1700ms) infinite;
}
@keyframes opt-b-drop-fall {
  0%   { opacity: 0; transform: translateY(-6px); }
  70%  { opacity: 1; transform: translateY(2px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes opt-b-drop-drip {
  0%, 76%, 100% { transform: translateY(0) scale(1); }
  84%           { transform: translateY(-1px) scale(1.06); }
  92%           { transform: translateY(2px) scale(0.96); }
}


.opt-b-icon-list--iconify .opt-b-icon--sparkle iconify-icon {
  opacity: 0;
  transform: scale(0.4) rotate(-20deg);
  transform-origin: center;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--sparkle iconify-icon {
  animation:
    opt-b-sparkle-in 580ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 380ms) forwards,
    opt-b-sparkle-twinkle 5200ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1700ms) infinite;
}
@keyframes opt-b-sparkle-in {
  0%   { opacity: 0; transform: scale(0.4) rotate(-20deg); }
  60%  { opacity: 1; transform: scale(1.15) rotate(6deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}
@keyframes opt-b-sparkle-twinkle {
  0%, 76%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  83%           { transform: scale(1.1) rotate(8deg); opacity: 0.95; }
  89%           { transform: scale(0.94) rotate(-4deg); opacity: 1; }
  95%           { transform: scale(1.04) rotate(2deg); opacity: 1; }
}


.opt-b-icon-list--iconify .opt-b-icon--clock iconify-icon {
  opacity: 0;
  transform: rotate(-30deg) scale(0.85);
  transform-origin: center;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--clock iconify-icon {
  animation:
    opt-b-clock-in 600ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 360ms) forwards,
    opt-b-clock-tick 5600ms steps(1, end) calc(var(--stagger-i, 0) * 100ms + 1900ms) infinite;
}
@keyframes opt-b-clock-in {
  0%   { opacity: 0; transform: rotate(-30deg) scale(0.85); }
  100% { opacity: 1; transform: rotate(0deg) scale(1); }
}
@keyframes opt-b-clock-tick {
  0%, 70%, 100% { transform: rotate(0deg); }
  77%           { transform: rotate(6deg); }
  84%           { transform: rotate(0deg); }
  91%           { transform: rotate(6deg); }
  97%           { transform: rotate(0deg); }
}


.opt-b-icon-list--iconify .opt-b-icon--eye iconify-icon {
  opacity: 0;
  transform: scale(0.7);
  transform-origin: center;
  display: inline-block;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--eye iconify-icon {
  animation:
    opt-b-eye-in 520ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 340ms) forwards,
    opt-b-eye-blink 4800ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1700ms) infinite;
}
@keyframes opt-b-eye-in {
  0%   { opacity: 0; transform: scale(0.7); }
  60%  { opacity: 1; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes opt-b-eye-blink {
  0%, 80%, 100% { transform: scaleY(1); }
  86%           { transform: scaleY(0.15); }
  92%           { transform: scaleY(1); }
}


.opt-b-icon-list--iconify .opt-b-icon--hardhat iconify-icon {
  opacity: 0;
  transform: translateY(-8px);
  transform-origin: 50% 80%;
  display: inline-block;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--hardhat iconify-icon {
  animation:
    opt-b-hardhat-in 620ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 380ms) forwards,
    opt-b-hardhat-nod 5400ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1900ms) infinite;
}
@keyframes opt-b-hardhat-in {
  0%   { opacity: 0; transform: translateY(-8px); }
  60%  { opacity: 1; transform: translateY(3px); }
  85%  { opacity: 1; transform: translateY(-1px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes opt-b-hardhat-nod {
  0%, 78%, 100% { transform: rotate(0deg); }
  84%           { transform: rotate(-6deg); }
  90%           { transform: rotate(3deg); }
  95%           { transform: rotate(-1deg); }
}


.opt-b-icon-list--iconify .opt-b-icon--leaf iconify-icon {
  opacity: 0;
  transform: rotate(-30deg) scale(0.7);
  transform-origin: 30% 80%;
  display: inline-block;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--leaf iconify-icon {
  animation:
    opt-b-leaf-in 620ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 380ms) forwards,
    opt-b-leaf-sway 5200ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1800ms) infinite;
}
@keyframes opt-b-leaf-in {
  0%   { opacity: 0; transform: rotate(-30deg) scale(0.7); }
  100% { opacity: 1; transform: rotate(0deg) scale(1); }
}
@keyframes opt-b-leaf-sway {
  0%, 74%, 100% { transform: rotate(0deg); }
  82%           { transform: rotate(-8deg); }
  90%           { transform: rotate(5deg); }
  96%           { transform: rotate(-2deg); }
}


.opt-b-icon-list--iconify .opt-b-icon--warning iconify-icon {
  opacity: 0;
  transform: scale(0.6);
  transform-origin: center;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--warning iconify-icon {
  animation:
    opt-b-warning-in 520ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 340ms) forwards,
    opt-b-warning-pulse 4800ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1700ms) infinite;
}
@keyframes opt-b-warning-in {
  0%   { opacity: 0; transform: scale(0.6); }
  60%  { opacity: 1; transform: scale(1.18); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes opt-b-warning-pulse {
  0%, 76%, 100% { transform: scale(1); }
  83%           { transform: scale(1.12); }
  89%           { transform: scale(0.96); }
  95%           { transform: scale(1.04); }
}


.opt-b-icon-list--iconify .opt-b-icon--wrench iconify-icon {
  opacity: 0;
  transform: rotate(-25deg);
  transform-origin: center;
  display: inline-block;
}
.opt-b-icon-list--iconify.reveal--in .opt-b-icon-list-item .opt-b-icon--wrench iconify-icon {
  animation:
    opt-b-wrench-in 560ms var(--ease-out-quint) calc(var(--stagger-i, 0) * 100ms + 360ms) forwards,
    opt-b-wrench-tighten 5400ms ease-in-out calc(var(--stagger-i, 0) * 100ms + 1900ms) infinite;
}
@keyframes opt-b-wrench-in {
  0%   { opacity: 0; transform: rotate(-25deg); }
  100% { opacity: 1; transform: rotate(0deg); }
}
@keyframes opt-b-wrench-tighten {
  0%, 75%, 100% { transform: rotate(0deg); }
  82%           { transform: rotate(-12deg); }
  88%           { transform: rotate(4deg); }
  94%           { transform: rotate(-2deg); }
}


.opt-c-body { max-width: 720px; }
.opt-c-principle-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--accent);
}
.opt-c-principle-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--accent);
}
.opt-c-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--accent);
  margin-top: 2px;
}
.opt-c-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.opt-c-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0;
  line-height: 1.3;
}
.opt-c-body-text {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 640px) {
  .opt-c-principle-row { padding: 22px 0; gap: 20px; }
  .opt-c-title { font-size: 18px; }
}


.opt-d-body { max-width: 720px; }
.opt-d-hero-stat {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  margin-bottom: 24px;
}
.opt-d-hero-stat-core {
  padding: 28px 24px;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
}
@media (min-width: 640px) {
  .opt-d-hero-stat-core { padding: 36px 32px; }
}
.opt-d-stat-eyebrow {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.opt-d-stat-figure {
  font-family: var(--font-sans);
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text-on-dark);
  margin: 0 0 14px;
}
.opt-d-stat-supporting {
  font-size: 15px;
  color: var(--text-on-dark-muted);
  line-height: 1.55;
  margin: 0;
}
.opt-d-frame {
  font-size: 16px;
  color: var(--text);
  line-height: 1.6;
  margin: 0 0 20px;
}
.opt-d-compact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.opt-d-compact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}
.opt-d-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-top: -2px;
}