:root {
            color-scheme: light;
            --color-error-container: 255 218 214;
            --color-surface-bright: 250 248 255;
            --color-primary-fixed: 218 225 255;
            --color-on-secondary: 255 255 255;
            --color-on-secondary-container: 84 100 122;
            --color-tertiary-fixed-dim: 255 181 157;
            --color-on-primary-fixed-variant: 0 63 164;
            --color-on-primary: 255 255 255;
            --color-tertiary: 163 50 0;
            --color-secondary-fixed: 211 228 254;
            --color-on-surface: 25 27 36;
            --color-secondary-container: 208 225 251;
            --color-secondary: 80 95 118;
            --color-surface-container: 236 237 250;
            --color-primary-container: 0 102 255;
            --color-inverse-primary: 179 197 255;
            --color-on-tertiary-fixed: 57 12 0;
            --color-surface-dim: 216 217 230;
            --color-surface-container-highest: 225 226 238;
            --color-outline-variant: 194 198 216;
            --color-on-secondary-fixed: 11 28 48;
            --color-surface-container-high: 230 231 244;
            --color-background: 250 248 255;
            --color-surface-container-lowest: 255 255 255;
            --color-on-error-container: 147 0 10;
            --color-surface-variant: 225 226 238;
            --color-surface-tint: 0 84 214;
            --color-error: 186 26 26;
            --color-on-tertiary: 255 255 255;
            --color-primary-fixed-dim: 179 197 255;
            --color-on-secondary-fixed-variant: 56 72 93;
            --color-on-tertiary-fixed-variant: 131 38 0;
            --color-primary: 0 80 203;
            --color-surface-container-low: 242 243 255;
            --color-surface: 250 248 255;
            --color-inverse-on-surface: 239 240 253;
            --color-inverse-surface: 46 48 58;
            --color-secondary-fixed-dim: 183 200 225;
            --color-tertiary-fixed: 255 219 208;
            --color-on-error: 255 255 255;
            --color-on-surface-variant: 66 70 86;
            --color-on-tertiary-container: 255 246 244;
            --color-outline: 114 118 135;
            --color-on-background: 25 27 36;
            --color-on-primary-container: 248 247 255;
            --color-tertiary-container: 204 66 4;
            --color-on-primary-fixed: 0 24 73;
        }

/* Interactive technology stack rails */
.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;
}

.stack-svg-sprite {
  display: none;
}

.stack-rail-section {
  --rail-line: rgb(var(--color-primary) / .18);
  --rail-panel: rgb(var(--color-surface-container-low) / .82);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-block: 1px solid var(--rail-line);
  background: var(--rail-panel);
}

.stack-rail-section--hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--rail-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--rail-line) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .24;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.stack-rail-heading {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
  padding-block: 2rem 1.25rem;
}

.stack-rail-kicker {
  display: block;
  margin-bottom: .45rem;
  color: rgb(var(--color-primary));
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.stack-rail-heading h2 {
  margin: 0;
  color: rgb(var(--color-on-surface));
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -.025em;
}

.stack-rail-heading p {
  margin: .45rem 0 0;
  color: rgb(var(--color-on-surface-variant));
  font-size: .95rem;
}

.stack-marquee:focus-visible {
  outline: 2px solid rgb(var(--color-primary));
  outline-offset: 3px;
}

.stack-marquee {
  position: relative;
  overflow: hidden;
  padding-block: .8rem 1.85rem;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.stack-marquee.is-dragging {
  cursor: grabbing;
}

.stack-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.stack-marquee-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 1.35rem;
  margin: 0;
  padding: 0 1.35rem 0 0;
  list-style: none;
}

.stack-item {
  --stack-accent: rgb(var(--color-primary));
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  color: rgb(var(--color-on-surface));
}

.stack-item--named {
  gap: .72rem;
  padding-right: 1.35rem;
  font-size: .88rem;
  font-weight: 650;
  letter-spacing: -.01em;
}

.stack-item--named::after {
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: var(--rail-line);
  content: "";
}

.stack-logo-frame {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--stack-accent) 30%, transparent);
  border-radius: 11px;
  color: var(--stack-accent);
  background: color-mix(in srgb, var(--stack-accent) 9%, rgb(var(--color-surface)));
  box-shadow: inset 0 1px 0 color-mix(in srgb, white 45%, transparent);
}

.stack-logo-frame svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.stack-logo-frame .material-symbols-outlined {
  font-size: 23px;
}

.stack-item--capability {
  --stack-accent: rgb(var(--color-primary));
}

.stack-rail-section--about {
  border-top: 0;
  background: rgb(var(--color-surface-container-lowest));
}

.stack-marquee--logos {
  padding-block: 1.4rem;
}

.stack-marquee-group--logos {
  gap: clamp(2.2rem, 4vw, 4.5rem);
  padding-right: clamp(2.2rem, 4vw, 4.5rem);
}

.stack-item--logo {
  width: 44px;
  height: 44px;
  justify-content: center;
  color: rgb(var(--color-on-surface-variant));
  opacity: .6;
  filter: grayscale(1);
  transition: color .2s ease, opacity .2s ease, filter .2s ease, transform .2s ease;
}

.stack-item--logo svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.stack-item--logo:hover {
  color: var(--stack-accent);
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

@media (max-width: 639px) {
  .stack-rail-heading {
    align-items: center;
    width: min(100% - 1.5rem, 1280px);
    padding-block: 1.45rem .85rem;
  }

  .stack-rail-heading p {
    max-width: 30ch;
    font-size: .85rem;
  }

  .stack-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .stack-item--named {
    font-size: .82rem;
  }

  .stack-logo-frame {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stack-item--logo {
    transition-duration: .01ms;
  }
}
        html.dark {
            color-scheme: dark;
            --color-error-container: 110 28 29;
            --color-surface-bright: 34 46 66;
            --color-primary-fixed: 26 55 102;
            --color-on-secondary: 10 18 31;
            --color-on-secondary-container: 215 225 239;
            --color-tertiary-fixed-dim: 255 181 157;
            --color-on-primary-fixed-variant: 201 216 255;
            --color-on-primary: 7 20 40;
            --color-tertiary: 255 181 157;
            --color-secondary-fixed: 44 60 82;
            --color-on-surface: 242 245 251;
            --color-secondary-container: 42 57 79;
            --color-secondary: 184 198 219;
            --color-surface-container: 23 34 52;
            --color-primary-container: 44 111 215;
            --color-inverse-primary: 0 76 193;
            --color-on-tertiary-fixed: 57 12 0;
            --color-surface-dim: 9 15 26;
            --color-surface-container-highest: 36 50 73;
            --color-outline-variant: 52 65 88;
            --color-on-secondary-fixed: 226 235 247;
            --color-surface-container-high: 28 41 64;
            --color-background: 12 18 32;
            --color-surface-container-lowest: 21 31 48;
            --color-on-error-container: 255 218 214;
            --color-surface-variant: 36 50 73;
            --color-surface-tint: 120 169 255;
            --color-error: 255 180 171;
            --color-on-tertiary: 57 12 0;
            --color-primary-fixed-dim: 116 158 235;
            --color-on-secondary-fixed-variant: 190 204 224;
            --color-on-tertiary-fixed-variant: 131 38 0;
            --color-primary: 120 169 255;
            --color-surface-container-low: 17 26 42;
            --color-surface: 15 23 38;
            --color-inverse-on-surface: 25 27 36;
            --color-inverse-surface: 239 240 248;
            --color-secondary-fixed-dim: 159 178 204;
            --color-tertiary-fixed: 255 219 208;
            --color-on-error: 61 0 3;
            --color-on-surface-variant: 184 194 211;
            --color-on-tertiary-container: 57 12 0;
            --color-outline: 130 144 166;
            --color-on-background: 242 245 251;
            --color-on-primary-container: 244 247 255;
            --color-tertiary-container: 255 181 157;
            --color-on-primary-fixed: 225 232 255;
        }
        html {
            scroll-behavior: smooth;
            background: rgb(var(--color-background));
        }
        section[id] {
            scroll-margin-top: 96px;
        }
        .glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 10px 20px rgba(0,0,0,0.04);
        }
        .skip-link {
            position: fixed;
            top: 12px;
            left: 20px;
            z-index: 100;
            padding: 10px 16px;
            border-radius: 6px;
            background: #191b24;
            color: #ffffff;
            transform: translateY(-160%);
            transition: transform 0.2s ease;
        }
        .skip-link:focus-visible {
            transform: translateY(0);
        }
        .site-header {
            position: sticky;
            top: 0;
            z-index: 50;
            padding: 12px 20px 0;
            transition: padding 0.25s ease;
        }
        .site-header::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            background: linear-gradient(180deg, rgba(250, 248, 255, 0.96), rgba(250, 248, 255, 0));
            pointer-events: none;
        }
        .nav-shell,
        .mobile-menu {
            width: min(100%, 1280px);
            margin: 0 auto;
            border: 1px solid rgba(114, 118, 135, 0.18);
            background: rgba(255, 255, 255, 0.94);
            box-shadow: 0 18px 50px -34px rgba(0, 24, 73, 0.35);
        }
        .nav-shell {
            display: flex;
            min-height: 72px;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 0 18px 0 22px;
            border-radius: 8px;
            transition: min-height 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
        }
        .site-header.is-scrolled {
            padding-top: 8px;
        }
        .site-header.is-scrolled .nav-shell {
            min-height: 64px;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 16px 40px -28px rgba(0, 24, 73, 0.48);
        }
        .nav-link {
            position: relative;
            color: #424656;
            transition: color 0.2s ease;
        }
        .nav-link::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: -8px;
            left: 0;
            height: 2px;
            border-radius: 9999px;
            background: #0050cb;
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 0.2s ease;
        }
        .nav-link:hover,
        .nav-link:focus-visible {
            color: #0050cb;
        }
        .nav-link:hover::after,
        .nav-link:focus-visible::after {
            transform: scaleX(1);
        }
        .mobile-menu-toggle {
            display: inline-flex;
            width: 44px;
            height: 44px;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            color: #191b24;
            transition: color 0.2s ease, background-color 0.2s ease;
        }
        .mobile-menu-toggle:hover,
        .mobile-menu-toggle:focus-visible {
            color: #0050cb;
            background: rgba(0, 80, 203, 0.08);
        }
        .mobile-menu-toggle:focus-visible {
            outline: 2px solid #0050cb;
            outline-offset: 2px;
        }
        .nav-actions {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        [data-scroll-cta][hidden] {
            display: none !important;
        }
        .theme-toggle {
            display: inline-flex;
            width: 44px;
            height: 44px;
            flex: 0 0 44px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(114, 118, 135, 0.24);
            border-radius: 9999px;
            background: rgba(242, 243, 255, 0.72);
            color: #424656;
            cursor: pointer;
            transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }
        .theme-toggle:hover {
            color: #0050cb;
            border-color: rgba(0, 80, 203, 0.32);
            background: rgba(0, 80, 203, 0.08);
            transform: translateY(-1px);
        }
        .theme-toggle:focus-visible {
            outline: 2px solid #0050cb;
            outline-offset: 2px;
        }
        .theme-toggle .material-symbols-outlined {
            font-size: 21px;
        }
        .theme-toggle .theme-icon-light {
            display: none;
        }
        html.dark .theme-toggle .theme-icon-dark {
            display: none;
        }
        html.dark .theme-toggle .theme-icon-light {
            display: inline-block;
        }
        .mobile-menu-toggle .menu-close-icon {
            display: none;
        }
        .mobile-menu-toggle[aria-expanded="true"] .menu-open-icon {
            display: none;
        }
        .mobile-menu-toggle[aria-expanded="true"] .menu-close-icon {
            display: inline-block;
        }
        .mobile-menu {
            max-height: 0;
            margin-top: 8px;
            overflow: hidden;
            border-radius: 8px;
            opacity: 0;
            pointer-events: none;
            transform: translateY(-8px);
            transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.3s ease;
        }
        .mobile-menu[data-open="true"] {
            max-height: 420px;
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }
        .mobile-menu a:not(.mobile-menu-cta) {
            display: flex;
            min-height: 48px;
            align-items: center;
            border-bottom: 1px solid rgba(194, 198, 216, 0.35);
            color: #424656;
        }
        .hero-stage {
            position: relative;
            isolation: isolate;
            min-height: calc(100dvh - 84px);
            padding: 52px 0 72px;
            overflow: hidden;
            background:
                linear-gradient(120deg, rgba(250, 248, 255, 0.98) 0%, rgba(250, 248, 255, 0.88) 44%, rgba(242, 243, 255, 0.78) 100%);
        }
        .hero-stage::after {
            content: "";
            position: absolute;
            top: 11%;
            right: -3%;
            z-index: 1;
            width: 56%;
            height: 74%;
            border: 1px solid rgba(0, 80, 203, 0.1);
            border-right: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(218, 225, 255, 0.12));
            transform: skewY(-5deg);
            pointer-events: none;
        }
        .hero-inner {
            width: min(100%, 1440px);
        }
        .hero-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            align-items: center;
            gap: 48px;
        }
        .hero-signal-map {
            position: absolute;
            top: 7%;
            right: -3%;
            z-index: 0;
            width: min(69%, 980px);
            height: 84%;
            overflow: visible;
            opacity: 0.78;
            pointer-events: none;
        }
        .signal-map-path {
            fill: none;
            stroke: rgba(0, 80, 203, 0.17);
            stroke-width: 1.4;
            stroke-linecap: round;
            stroke-linejoin: round;
            vector-effect: non-scaling-stroke;
        }
        .signal-map-path--soft {
            stroke: rgba(80, 95, 118, 0.11);
        }
        .signal-map-path--active {
            fill: none;
            stroke: #0066ff;
            stroke-width: 2.2;
            stroke-linecap: round;
            stroke-dasharray: 0.055 0.945;
            filter: drop-shadow(0 0 5px rgba(0, 102, 255, 0.48));
            vector-effect: non-scaling-stroke;
            animation: signalMapTravel 6.5s linear infinite;
        }
        .signal-map-path--active-lower {
            display: none;
            animation-delay: -0.8s;
            animation-duration: 4.8s;
        }
        .signal-map-node {
            fill: rgba(255, 255, 255, 0.92);
            stroke: rgba(0, 80, 203, 0.24);
            stroke-width: 1.2;
            vector-effect: non-scaling-stroke;
        }
        .signal-map-node-core {
            fill: #0066ff;
            opacity: 0.78;
        }
        .hero-copy {
            position: relative;
            z-index: 10;
            max-width: 650px;
        }
        .hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 8px 12px;
            border: 1px solid rgba(0, 80, 203, 0.2);
            border-radius: 9999px;
            background: rgba(255, 255, 255, 0.68);
            color: #003fa4;
            box-shadow: 0 10px 24px -20px rgba(0, 80, 203, 0.45);
        }
        .hero-eyebrow-dot {
            width: 7px;
            height: 7px;
            border-radius: 9999px;
            background: #0066ff;
            box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
            animation: heroPulse 2.4s ease-in-out infinite;
        }
        .hero-title {
            max-width: 720px;
            font-family: Inter, sans-serif;
            font-size: clamp(52px, 4vw, 62px);
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: 0;
            text-wrap: balance;
        }
        .hero-title .hero-accent {
            position: relative;
            display: inline;
            color: #0050cb;
            background-image: linear-gradient(90deg, #0050cb, #0066ff 62%, #003fa4);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            white-space: nowrap;
        }
        .hero-supporting-copy {
            max-width: 590px;
            text-wrap: pretty;
        }
        .hero-primary-cta {
            min-height: 54px;
            gap: 10px;
            border: 1px solid #0050cb;
            box-shadow: 0 14px 28px -14px rgba(0, 80, 203, 0.58);
            transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        }
        .hero-primary-cta:hover {
            transform: translateY(-2px);
            background: #0066ff;
            box-shadow: 0 18px 34px -14px rgba(0, 80, 203, 0.68);
        }
        .hero-primary-cta .material-symbols-outlined {
            font-size: 19px;
            transition: transform 0.2s ease;
        }
        .hero-primary-cta:hover .material-symbols-outlined {
            transform: translateX(3px);
        }
        .hero-proof-row {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            width: min(100%, 620px);
            border-top: 1px solid rgba(114, 118, 135, 0.18);
        }
        .hero-proof-item {
            display: flex;
            min-width: 0;
            align-items: center;
            gap: 10px;
            padding: 18px 14px 0 0;
            color: #191b24;
        }
        .hero-proof-item + .hero-proof-item {
            padding-left: 14px;
            border-left: 1px solid rgba(114, 118, 135, 0.14);
        }
        .hero-proof-icon {
            display: inline-flex;
            width: 34px;
            height: 34px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: rgba(0, 80, 203, 0.08);
            color: #0050cb;
        }
        .hero-proof-icon .material-symbols-outlined {
            font-size: 19px;
        }
        .hero-reveal {
            opacity: 0;
            transform: translateY(22px);
            animation: heroReveal 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation-delay: var(--hero-delay, 0s);
        }
        .hero-visual-column {
            position: relative;
            z-index: 10;
            min-height: 540px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            perspective: 1200px;
        }
        .hero-visual-stage {
            position: relative;
            width: min(100%, 720px);
            margin-right: -24px;
            transform: perspective(1200px) rotateX(var(--hero-rotate-x, 0deg)) rotateY(var(--hero-rotate-y, 0deg));
            transform-style: preserve-3d;
            transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .hero-dashboard {
            position: relative;
            z-index: 2;
            display: block;
            width: 100%;
            height: auto;
            filter: drop-shadow(0 36px 54px rgba(0, 24, 73, 0.16));
            animation: heroDashboardFloat 7s ease-in-out infinite;
        }
        .hero-status-card {
            position: absolute;
            z-index: 4;
            display: flex;
            min-width: 174px;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            border: 1px solid rgba(0, 80, 203, 0.16);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 18px 36px -22px rgba(0, 24, 73, 0.46);
            animation: heroStatusFloat 5.4s ease-in-out infinite;
        }
        .hero-status-card .material-symbols-outlined {
            display: inline-flex;
            width: 34px;
            height: 34px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: rgba(0, 80, 203, 0.09);
            color: #0050cb;
            font-size: 19px;
        }
        .hero-status-card small,
        .hero-status-card strong {
            display: block;
            letter-spacing: 0;
        }
        .hero-status-card small {
            margin-bottom: 2px;
            color: #727687;
            font-size: 10px;
            line-height: 14px;
            text-transform: uppercase;
        }
        .hero-status-card strong {
            color: #191b24;
            font-size: 13px;
            line-height: 18px;
            font-weight: 600;
        }
        .hero-status-card--lead {
            top: 19%;
            left: 2%;
            animation-delay: -1.4s;
        }
        .hero-status-card--followup {
            top: 48%;
            right: 0;
            animation-delay: -3.1s;
        }
        .hero-flow-rail {
            position: absolute;
            right: 8%;
            bottom: 3%;
            left: 8%;
            z-index: 5;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
            padding: 11px;
            overflow: hidden;
            border: 1px solid rgba(0, 80, 203, 0.15);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.92);
            box-shadow: 0 22px 42px -26px rgba(0, 24, 73, 0.5);
        }
        .hero-flow-rail::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 90px;
            background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.12), transparent);
            animation: heroFlowSweep 4.8s linear infinite;
        }
        .hero-flow-step {
            position: relative;
            display: flex;
            min-width: 0;
            align-items: center;
            gap: 7px;
            padding: 8px;
            border-radius: 6px;
            background: rgba(242, 243, 255, 0.72);
            color: #424656;
            font-size: 11px;
            line-height: 16px;
            font-weight: 600;
            white-space: nowrap;
        }
        .hero-flow-step::before {
            content: "";
            width: 7px;
            height: 7px;
            flex: 0 0 auto;
            border-radius: 9999px;
            background: #0066ff;
            box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
        }
        .hero-flow-step:not(:last-child)::after {
            content: "arrow_forward";
            position: absolute;
            right: -12px;
            z-index: 2;
            color: #0050cb;
            font-family: "Material Symbols Outlined";
            font-size: 15px;
            font-weight: normal;
        }
        .comparison-section {
            padding: clamp(88px, 9vw, 136px) 0;
            overflow: hidden;
            background: rgb(var(--color-surface-container-low));
        }
        .comparison-shell {
            width: min(100% - 40px, 1280px);
            margin: 0 auto;
        }
        .comparison-intro {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
            gap: clamp(48px, 8vw, 112px);
            align-items: end;
            margin-bottom: clamp(48px, 6vw, 76px);
        }
        .comparison-kicker {
            display: block;
            margin-bottom: 16px;
            color: rgb(var(--color-primary));
            font-size: 13px;
            font-weight: 700;
            line-height: 18px;
            text-transform: uppercase;
        }
        .comparison-intro h2 {
            max-width: 720px;
            color: rgb(var(--color-on-surface));
            font-size: clamp(40px, 4.2vw, 58px);
            font-weight: 700;
            line-height: 1.08;
            text-wrap: balance;
        }
        .comparison-intro p {
            padding-left: clamp(28px, 4vw, 52px);
            border-left: 1px solid rgb(var(--color-outline-variant) / 0.64);
            color: rgb(var(--color-on-surface-variant));
            font-size: 18px;
            line-height: 29px;
        }
        .comparison-stage {
            border: 1px solid rgb(var(--color-outline-variant) / 0.62);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest) / 0.78);
            box-shadow: 0 28px 70px -52px rgb(var(--color-on-surface) / 0.42);
            overflow: hidden;
        }
        .comparison-stage-bar {
            display: flex;
            min-height: 58px;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 12px 20px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.52);
            background: rgb(var(--color-surface-container) / 0.55);
        }
        .comparison-stage-title {
            display: flex;
            min-width: 0;
            align-items: center;
            gap: 10px;
            color: rgb(var(--color-on-surface));
            font-size: 13px;
            font-weight: 700;
            line-height: 18px;
            text-transform: uppercase;
        }
        .comparison-stage-title::before {
            content: "";
            width: 8px;
            height: 8px;
            flex: 0 0 auto;
            border-radius: 50%;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 0 4px rgb(var(--color-primary) / 0.12), 0 0 16px rgb(var(--color-primary) / 0.4);
        }
        .comparison-legend {
            display: flex;
            align-items: center;
            gap: 18px;
            color: rgb(var(--color-outline));
            font-size: 12px;
            line-height: 18px;
        }
        .comparison-legend span {
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }
        .comparison-legend i {
            width: 18px;
            height: 2px;
            border-radius: 2px;
            background: rgb(var(--color-primary));
        }
        .comparison-legend .is-manual i {
            background: repeating-linear-gradient(90deg, rgb(var(--color-error)) 0 5px, transparent 5px 8px);
        }
        .comparison-track {
            padding: clamp(30px, 4vw, 48px);
        }
        .comparison-track + .comparison-track {
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.46);
        }
        .comparison-track-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            margin-bottom: 30px;
        }
        .comparison-track-name {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .comparison-track-name > span {
            display: inline-flex;
            width: 40px;
            height: 40px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            border: 1px solid rgb(var(--color-outline-variant) / 0.62);
            border-radius: 8px;
            background: rgb(var(--color-surface-container));
        }
        .comparison-track--manual .comparison-track-name > span {
            color: rgb(var(--color-error));
        }
        .comparison-track--system .comparison-track-name > span {
            color: rgb(var(--color-primary));
        }
        .comparison-track-name .material-symbols-outlined {
            font-size: 21px;
        }
        .comparison-track-name h3 {
            color: rgb(var(--color-on-surface));
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
        }
        .comparison-track-name p {
            color: rgb(var(--color-outline));
            font-size: 13px;
            line-height: 19px;
        }
        .comparison-track-status {
            display: inline-flex;
            min-height: 30px;
            align-items: center;
            gap: 7px;
            padding: 5px 11px;
            border: 1px solid rgb(var(--color-outline-variant) / 0.6);
            border-radius: 999px;
            color: rgb(var(--color-outline));
            font-size: 12px;
            font-weight: 700;
            line-height: 18px;
        }
        .comparison-track-status::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: currentColor;
        }
        .comparison-track--manual .comparison-track-status {
            color: rgb(var(--color-error));
        }
        .comparison-track--system .comparison-track-status {
            color: rgb(var(--color-primary));
        }
        .journey-map,
        .journey-steps {
            position: relative;
        }
        .journey-steps {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 24px;
            list-style: none;
        }
        .journey-steps::before {
            content: "";
            position: absolute;
            top: 23px;
            left: 23px;
            right: 23px;
            height: 2px;
            background: rgb(var(--color-outline-variant) / 0.54);
        }
        .comparison-track--manual .journey-steps::before {
            background: repeating-linear-gradient(90deg, rgb(var(--color-error) / 0.42) 0 34px, transparent 34px 54px);
        }
        .comparison-track--system .journey-steps::before {
            background: linear-gradient(90deg, rgb(var(--color-primary) / 0.25), rgb(var(--color-primary) / 0.62));
        }
        .journey-step {
            position: relative;
            z-index: 1;
            min-width: 0;
        }
        .journey-node {
            position: relative;
            display: inline-flex;
            width: 46px;
            height: 46px;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            border: 1px solid rgb(var(--color-outline-variant) / 0.72);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest));
            box-shadow: 0 10px 24px -18px rgb(var(--color-on-surface) / 0.5);
            transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
        }
        .journey-step:hover .journey-node {
            transform: translateY(-3px);
        }
        .comparison-track--manual .journey-node {
            color: rgb(var(--color-error));
        }
        .comparison-track--manual .journey-step:hover .journey-node {
            border-color: rgb(var(--color-error) / 0.54);
            box-shadow: 0 0 0 4px rgb(var(--color-error) / 0.08), 0 14px 28px -18px rgb(var(--color-error) / 0.5);
        }
        .comparison-track--system .journey-node {
            color: rgb(var(--color-primary));
        }
        .comparison-track--system .journey-step:hover .journey-node {
            border-color: rgb(var(--color-primary) / 0.58);
            box-shadow: 0 0 0 4px rgb(var(--color-primary) / 0.08), 0 14px 28px -18px rgb(var(--color-primary) / 0.55);
        }
        .journey-node .material-symbols-outlined {
            font-size: 21px;
        }
        .comparison-track--manual .journey-step:nth-child(3) .journey-node::after {
            content: "";
            position: absolute;
            inset: -1px;
            border: 1px solid rgb(var(--color-error) / 0.72);
            border-radius: 8px;
            animation: manualAlert 2.2s ease-out infinite;
        }
        .journey-step small {
            display: block;
            margin-bottom: 5px;
            color: rgb(var(--color-outline));
            font-size: 11px;
            font-weight: 700;
            line-height: 16px;
            text-transform: uppercase;
        }
        .journey-step strong {
            display: block;
            margin-bottom: 6px;
            color: rgb(var(--color-on-surface));
            font-size: 15px;
            line-height: 21px;
        }
        .journey-step p {
            max-width: 24ch;
            color: rgb(var(--color-on-surface-variant));
            font-size: 13px;
            line-height: 20px;
        }
        .journey-signal {
            position: absolute;
            top: 21px;
            left: 23px;
            z-index: 2;
            width: 76px;
            height: 6px;
            border-radius: 999px;
            background: linear-gradient(90deg, transparent, rgb(var(--color-primary) / 0.22) 38%, rgb(var(--color-primary)) 100%);
            filter: drop-shadow(0 0 7px rgb(var(--color-primary) / 0.64));
            pointer-events: none;
            animation: comparisonSignal 4.8s linear infinite;
        }
        .journey-signal::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 0 4px rgb(var(--color-primary) / 0.12), 0 0 16px rgb(var(--color-primary) / 0.72);
            transform: translateY(-50%);
        }
        .comparison-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
            padding: 24px clamp(30px, 4vw, 48px);
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.52);
            background: rgb(var(--color-surface-container) / 0.42);
        }
        .comparison-cta p {
            max-width: 650px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 15px;
            line-height: 23px;
        }
        .comparison-cta strong {
            color: rgb(var(--color-on-surface));
        }
        .comparison-cta a {
            display: inline-flex;
            min-height: 48px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 22px;
            border-radius: 999px;
            background: rgb(var(--color-primary));
            color: rgb(var(--color-on-primary));
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            box-shadow: 0 14px 30px -20px rgb(var(--color-primary) / 0.72);
            transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        }
        .comparison-cta a:hover {
            transform: translateY(-2px);
            background: rgb(var(--color-primary-container));
            box-shadow: 0 18px 34px -18px rgb(var(--color-primary) / 0.78);
        }
        .comparison-cta a:focus-visible {
            outline: 2px solid rgb(var(--color-primary));
            outline-offset: 4px;
        }
        @keyframes comparisonSignal {
            from { left: 23px; }
            to { left: calc(100% - 99px); }
        }
        @keyframes manualAlert {
            0% { opacity: 0.72; transform: scale(1); }
            72%, 100% { opacity: 0; transform: scale(1.36); }
        }
        @media (max-width: 899px) {
            .comparison-intro {
                grid-template-columns: 1fr;
                gap: 24px;
                text-align: center;
            }
            .comparison-intro h2 {
                margin-inline: auto;
            }
            .comparison-intro p {
                max-width: 640px;
                margin-inline: auto;
                padding: 0;
                border-left: 0;
            }
        }
        @media (max-width: 699px) {
            .journey-steps {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                row-gap: 32px;
            }
            .journey-steps::before,
            .journey-signal {
                display: none;
            }
        }
        @media (max-width: 599px) {
            .comparison-shell {
                width: min(100% - 24px, 1280px);
            }
            .comparison-intro {
                margin-bottom: 38px;
            }
            .comparison-intro h2 {
                font-size: 36px;
                line-height: 1.12;
            }
            .comparison-intro p {
                font-size: 16px;
                line-height: 25px;
            }
            .comparison-stage-bar {
                align-items: flex-start;
                flex-direction: column;
                padding: 15px 16px;
            }
            .comparison-legend {
                width: 100%;
                justify-content: space-between;
            }
            .comparison-track {
                padding: 26px 18px 30px;
            }
            .comparison-track-header {
                align-items: flex-start;
                flex-direction: column;
                gap: 14px;
            }
            .comparison-track-status {
                align-self: flex-start;
            }
            .journey-steps {
                grid-template-columns: 1fr;
                gap: 0;
                padding-left: 0;
            }
            .journey-steps::before {
                display: block;
                top: 23px;
                right: auto;
                bottom: 23px;
                left: 22px;
                width: 2px;
                height: auto;
            }
            .journey-step {
                display: grid;
                grid-template-columns: 46px minmax(0, 1fr);
                column-gap: 15px;
                min-height: 104px;
            }
            .journey-node {
                grid-row: 1 / span 3;
                margin-bottom: 0;
            }
            .journey-step small {
                padding-top: 1px;
            }
            .journey-step p {
                max-width: none;
            }
            .journey-signal {
                display: block;
                top: 23px;
                left: 19px;
                width: 6px;
                height: 70px;
                background: linear-gradient(180deg, transparent, rgb(var(--color-primary) / 0.22) 38%, rgb(var(--color-primary)) 100%);
                animation-name: comparisonSignalMobile;
            }
            .journey-signal::after {
                top: auto;
                right: 50%;
                bottom: 0;
                transform: translate(50%, 50%);
            }
            .comparison-cta {
                align-items: stretch;
                flex-direction: column;
                padding: 22px 18px 24px;
                text-align: center;
            }
            .comparison-cta a {
                width: 100%;
            }
        }
        @keyframes comparisonSignalMobile {
            from { top: 23px; }
            to { top: calc(100% - 93px); }
        }
        .offer-system-section {
            position: relative;
            padding: 128px 0;
            overflow: hidden;
            background: rgb(var(--color-surface-container-lowest));
        }
        .offer-system-inner {
            width: min(calc(100% - 40px), 1280px);
            margin: 0 auto;
        }
        .offer-system-intro {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
            align-items: end;
            gap: clamp(48px, 8vw, 120px);
            margin-bottom: 64px;
        }
        .offer-system-intro h2 {
            max-width: 760px;
            margin-top: 16px;
            color: rgb(var(--color-on-surface));
            font-size: clamp(40px, 4.4vw, 64px);
            font-weight: 700;
            line-height: 1.08;
        }
        .offer-system-intro-copy {
            padding: 6px 0 6px 48px;
            border-left: 1px solid rgb(var(--color-outline-variant) / 0.55);
            color: rgb(var(--color-on-surface-variant));
            font-size: 18px;
            line-height: 1.65;
        }
        .offer-system-shell {
            overflow: hidden;
            border: 1px solid rgb(var(--color-outline-variant) / 0.62);
            border-radius: 8px;
            background: rgb(var(--color-surface));
            box-shadow: 0 30px 80px -54px rgb(var(--color-primary) / 0.42);
        }
        .offer-system-bar {
            display: flex;
            min-height: 58px;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 12px 22px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
            background: rgb(var(--color-surface-container-low) / 0.64);
        }
        .offer-system-bar strong,
        .offer-system-bar span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: rgb(var(--color-on-surface));
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .offer-system-bar span {
            color: rgb(var(--color-on-surface-variant));
            font-weight: 600;
        }
        .offer-system-bar strong::before {
            width: 8px;
            height: 8px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 0 5px rgb(var(--color-primary) / 0.1);
            content: "";
        }
        .offer-system-body {
            display: grid;
            grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
            min-height: 650px;
        }
        .offer-module-tabs {
            display: flex;
            flex-direction: column;
            padding: 18px;
            border-right: 1px solid rgb(var(--color-outline-variant) / 0.42);
            background: rgb(var(--color-surface-container-low) / 0.38);
        }
        .offer-module-tab {
            position: relative;
            display: grid;
            grid-template-columns: 38px minmax(0, 1fr) 24px;
            min-height: 86px;
            align-items: center;
            gap: 14px;
            width: 100%;
            padding: 14px 14px;
            border-radius: 6px;
            color: rgb(var(--color-on-surface-variant));
            text-align: left;
            transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
        }
        .offer-module-tab + .offer-module-tab {
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.28);
        }
        .offer-module-tab[aria-selected="false"]:hover {
            color: rgb(var(--color-on-surface));
            background: rgb(var(--color-surface-container) / 0.42);
        }
        .offer-module-tab:focus-visible {
            z-index: 1;
            outline: 2px solid rgb(var(--color-primary));
            outline-offset: 2px;
        }
        .offer-module-tab[aria-selected="true"] {
            color: rgb(var(--color-on-surface));
            background: rgb(var(--color-primary) / 0.13);
            box-shadow: inset 0 0 0 1px rgb(var(--color-primary) / 0.34);
        }
        .offer-module-index {
            color: rgb(var(--color-outline));
            font-size: 11px;
            font-weight: 700;
        }
        .offer-module-tab[aria-selected="true"] .offer-module-index {
            color: rgb(var(--color-primary));
        }
        .offer-module-tab[aria-selected="true"] .offer-module-label strong {
            color: rgb(var(--color-primary));
        }
        .offer-module-label strong,
        .offer-module-label small {
            display: block;
        }
        .offer-module-label strong {
            color: inherit;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.35;
        }
        .offer-module-label small {
            margin-top: 4px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 12px;
            line-height: 1.35;
        }
        .offer-module-tab .material-symbols-outlined {
            color: rgb(var(--color-outline));
            font-size: 20px;
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .offer-module-tab[aria-selected="true"] .material-symbols-outlined {
            color: rgb(var(--color-primary));
            transform: translateX(2px);
        }
        .offer-module-panel {
            position: relative;
            display: flex;
            min-width: 0;
            flex-direction: column;
            justify-content: space-between;
            padding: clamp(34px, 5vw, 64px);
            overflow: hidden;
            background:
                linear-gradient(135deg, rgb(var(--color-surface)) 0%, rgb(var(--color-surface-container-low) / 0.56) 100%);
        }
        .offer-panel-heading {
            display: grid;
            grid-template-columns: 64px minmax(0, 1fr);
            align-items: center;
            gap: 20px;
        }
        .offer-panel-icon {
            display: inline-flex;
            width: 64px;
            height: 64px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgb(var(--color-primary) / 0.24);
            border-radius: 8px;
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
            box-shadow: 0 14px 30px -22px rgb(var(--color-primary) / 0.7);
        }
        .offer-panel-icon .material-symbols-outlined {
            font-size: 30px;
        }
        .offer-panel-kicker {
            display: block;
            margin-bottom: 5px;
            color: rgb(var(--color-primary));
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .offer-panel-heading h3 {
            color: rgb(var(--color-on-surface));
            font-size: clamp(26px, 3vw, 38px);
            font-weight: 700;
            line-height: 1.16;
        }
        .offer-panel-summary {
            max-width: 720px;
            margin-top: 24px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 17px;
            line-height: 1.65;
        }
        .offer-flow {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1.18fr) 40px minmax(0, 1fr);
            align-items: center;
            margin: 58px 0;
        }
        .offer-flow-node {
            position: relative;
            z-index: 2;
            display: flex;
            min-height: 116px;
            align-items: center;
            justify-content: center;
            padding: 18px;
            border: 1px solid rgb(var(--color-outline-variant) / 0.58);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest) / 0.94);
            color: rgb(var(--color-on-surface));
            font-size: 14px;
            font-weight: 700;
            line-height: 1.45;
            text-align: center;
            box-shadow: 0 16px 30px -26px rgb(var(--color-on-surface) / 0.36);
        }
        .offer-flow-node--active {
            border-color: rgb(var(--color-primary) / 0.42);
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
        }
        .offer-flow-arrow {
            position: relative;
            z-index: 2;
            color: rgb(var(--color-primary));
            text-align: center;
        }
        .offer-flow-arrow .material-symbols-outlined {
            animation: offerArrowGlow 3.2s ease-in-out infinite;
        }
        .offer-flow-arrow--delayed .material-symbols-outlined {
            animation-delay: 0.14s;
        }
        .offer-panel-details {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
            gap: 40px;
            padding-top: 30px;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.38);
        }
        .offer-panel-details h4 {
            margin-bottom: 14px;
            color: rgb(var(--color-on-surface));
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .offer-panel-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .offer-panel-tags span {
            display: inline-flex;
            min-height: 34px;
            align-items: center;
            padding: 7px 12px;
            border: 1px solid rgb(var(--color-outline-variant) / 0.54);
            border-radius: 9999px;
            background: rgb(var(--color-surface-container-low) / 0.7);
            color: rgb(var(--color-on-surface-variant));
            font-size: 12px;
            font-weight: 600;
        }
        .offer-panel-impact p {
            color: rgb(var(--color-on-surface-variant));
            font-size: 14px;
            line-height: 1.6;
        }
        .offer-outcomes {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.42);
            background: rgb(var(--color-surface-container-low) / 0.54);
        }
        .offer-outcome {
            display: flex;
            min-height: 74px;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 14px;
            color: rgb(var(--color-on-surface));
            font-size: 13px;
            font-weight: 650;
            text-align: center;
        }
        .offer-outcome + .offer-outcome {
            border-left: 1px solid rgb(var(--color-outline-variant) / 0.36);
        }
        .offer-outcome .material-symbols-outlined {
            color: rgb(var(--color-primary));
            font-size: 18px;
        }
        @keyframes offerArrowGlow {
            0%, 52%, 100% {
                opacity: 0.72;
                filter: drop-shadow(0 0 0 rgb(var(--color-primary) / 0));
                transform: translateX(0) scale(1);
            }
            18%, 30% {
                opacity: 1;
                filter: drop-shadow(0 0 8px rgb(var(--color-primary) / 0.72));
                transform: translateX(2px) scale(1.08);
            }
        }
        @media (max-width: 959px) {
            .offer-system-section {
                padding: 104px 0;
            }
            .offer-system-inner {
                width: min(calc(100% - 40px), 900px);
            }
            .offer-system-intro {
                display: block;
                max-width: 760px;
                margin-right: auto;
                margin-bottom: 52px;
                margin-left: auto;
                text-align: center;
            }
            .offer-system-intro-copy {
                max-width: 680px;
                margin: 24px auto 0;
                padding: 0;
                border-left: 0;
            }
            .offer-system-body {
                display: block;
                min-height: 0;
            }
            .offer-module-tabs {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px;
                border-right: 0;
                border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
            }
            .offer-module-tab + .offer-module-tab {
                border-top: 0;
            }
            .offer-module-panel {
                min-height: 620px;
            }
            .offer-outcomes {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .offer-outcome:nth-child(4),
            .offer-outcome:nth-child(5) {
                border-top: 1px solid rgb(var(--color-outline-variant) / 0.36);
            }
            .offer-outcome:nth-child(4) {
                border-left: 0;
            }
        }
        @media (max-width: 599px) {
            .offer-system-section {
                padding: 88px 0;
            }
            .offer-system-inner {
                width: calc(100% - 24px);
            }
            .offer-system-intro {
                margin-bottom: 40px;
                padding: 0 8px;
            }
            .offer-system-intro h2 {
                font-size: clamp(36px, 10.5vw, 44px);
            }
            .offer-system-intro-copy {
                font-size: 16px;
                line-height: 1.6;
            }
            .offer-system-bar {
                align-items: flex-start;
                flex-direction: column;
                padding: 16px;
            }
            .offer-module-tabs {
                grid-template-columns: 1fr;
                padding: 10px;
            }
            .offer-module-tab {
                min-height: 68px;
                grid-template-columns: 32px minmax(0, 1fr) 22px;
                padding: 10px 12px;
            }
            .offer-module-label small {
                display: none;
            }
            .offer-module-panel {
                min-height: 0;
                padding: 28px 18px 30px;
            }
            .offer-panel-heading {
                grid-template-columns: 52px minmax(0, 1fr);
                gap: 14px;
            }
            .offer-panel-icon {
                width: 52px;
                height: 52px;
            }
            .offer-panel-heading h3 {
                font-size: 26px;
            }
            .offer-panel-summary {
                margin-top: 20px;
                font-size: 15px;
            }
            .offer-flow {
                grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr);
                margin: 38px 0;
            }
            .offer-flow-node {
                min-height: 102px;
                padding: 10px 7px;
                font-size: 11px;
            }
            .offer-flow-arrow .material-symbols-outlined {
                font-size: 16px;
            }
            .offer-panel-details {
                grid-template-columns: 1fr;
                gap: 26px;
            }
            .offer-outcomes {
                grid-template-columns: 1fr;
            }
            .offer-outcome {
                min-height: 56px;
                justify-content: flex-start;
                padding: 12px 20px;
            }
            .offer-outcome + .offer-outcome,
            .offer-outcome:nth-child(4),
            .offer-outcome:nth-child(5) {
                border-top: 1px solid rgb(var(--color-outline-variant) / 0.36);
                border-left: 0;
            }
        }
        .process-section {
            position: relative;
            padding: 128px 0;
            overflow: hidden;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.3);
            background: rgb(var(--color-surface));
        }
        .process-inner {
            width: min(calc(100% - 40px), 1280px);
            margin: 0 auto;
        }
        .process-intro {
            max-width: 850px;
            margin: 0 auto 64px;
            text-align: center;
        }
        .process-intro h2 {
            margin-top: 16px;
            color: rgb(var(--color-on-surface));
            font-size: clamp(40px, 4.4vw, 64px);
            font-weight: 700;
            line-height: 1.08;
        }
        .process-intro p {
            max-width: 720px;
            margin: 22px auto 0;
            color: rgb(var(--color-on-surface-variant));
            font-size: 18px;
            line-height: 1.65;
        }
        .process-board {
            overflow: hidden;
            border: 1px solid rgb(var(--color-outline-variant) / 0.58);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest));
            box-shadow: 0 28px 74px -56px rgb(var(--color-primary) / 0.46);
        }
        .process-board-bar {
            display: flex;
            min-height: 58px;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 12px 22px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
            background: rgb(var(--color-surface-container-low) / 0.64);
        }
        .process-board-bar strong {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: rgb(var(--color-on-surface));
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .process-board-bar strong::before {
            width: 8px;
            height: 8px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 0 5px rgb(var(--color-primary) / 0.1);
            content: "";
        }
        .process-legend {
            display: flex;
            align-items: center;
            gap: 18px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 11px;
            font-weight: 650;
        }
        .process-legend span {
            display: inline-flex;
            align-items: center;
            gap: 7px;
        }
        .process-legend i {
            display: inline-block;
            width: 28px;
            height: 1px;
            background: rgb(var(--color-primary) / 0.78);
        }
        .process-legend span:first-child i {
            height: 0;
            border-top: 1px dashed rgb(var(--color-primary) / 0.72);
            background: transparent;
        }
        .process-rail {
            position: relative;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .process-track {
            position: absolute;
            top: 116px;
            right: calc(25% - 56px);
            left: 56px;
            z-index: 1;
            height: 2px;
            overflow: visible;
            transform-origin: left;
        }
        .process-track-blueprint,
        .process-track-build {
            position: absolute;
            top: 0;
            height: 1px;
        }
        .process-track-blueprint {
            left: 0;
            width: 66.666%;
            border-top: 2px dashed rgb(var(--color-primary) / 0.58);
        }
        .process-track-build {
            left: 66.666%;
            width: 33.334%;
            height: 2px;
            background: rgb(var(--color-primary) / 0.58);
        }
        .process-traveler {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 3;
            width: 54px;
            height: 5px;
            border-radius: 9999px;
            background: linear-gradient(90deg, transparent, rgb(var(--color-primary)));
            opacity: 0;
            transform: translate(-100%, -2px);
        }
        .process-traveler::after {
            position: absolute;
            top: 50%;
            right: 0;
            width: 9px;
            height: 9px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 15px 4px rgb(var(--color-primary) / 0.55);
            content: "";
            transform: translate(50%, -50%);
        }
        .process-phase {
            position: relative;
            z-index: 2;
            min-width: 0;
            padding: 34px 28px 36px;
        }
        .process-phase + .process-phase {
            border-left: 1px solid rgb(var(--color-outline-variant) / 0.32);
        }
        .process-phase-head {
            display: flex;
            min-height: 38px;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }
        .process-phase-label,
        .process-phase-mode {
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .process-phase-label {
            display: inline-flex;
            min-height: 26px;
            align-items: center;
            padding: 5px 9px;
            border: 1px solid rgb(var(--color-primary) / 0.2);
            border-radius: 9999px;
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
        }
        .process-phase-mode {
            color: rgb(var(--color-outline));
        }
        .process-node {
            display: inline-flex;
            width: 56px;
            height: 56px;
            align-items: center;
            justify-content: center;
            margin-top: 16px;
            border: 1px solid rgb(var(--color-primary) / 0.28);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest));
            color: rgb(var(--color-primary));
            box-shadow: 0 12px 26px -22px rgb(var(--color-primary) / 0.72);
            transition: border-color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
        }
        .process-node .material-symbols-outlined {
            font-size: 24px;
        }
        .process-phase:hover .process-node {
            border-color: rgb(var(--color-primary) / 0.58);
            background: rgb(var(--color-primary) / 0.09);
            box-shadow: 0 0 22px rgb(var(--color-primary) / 0.2);
            transform: translateY(-2px);
        }
        .process-phase-content {
            margin-top: 28px;
        }
        .process-phase-content h3 {
            color: rgb(var(--color-on-surface));
            font-size: 20px;
            font-weight: 700;
            line-height: 1.35;
        }
        .process-phase-content p {
            min-height: 116px;
            margin-top: 12px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 15px;
            line-height: 1.6;
        }
        .process-deliverables {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            padding-top: 20px;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.3);
        }
        .process-deliverables span {
            display: inline-flex;
            min-height: 30px;
            align-items: center;
            padding: 6px 10px;
            border-radius: 9999px;
            background: rgb(var(--color-surface-container-low));
            color: rgb(var(--color-on-surface-variant));
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .process-section.is-motion-ready:not(.is-visible) .process-track {
            clip-path: inset(0 100% 0 0);
        }
        .process-section.is-motion-ready:not(.is-visible) .process-phase {
            opacity: 0;
            transform: translateY(18px);
        }
        .process-section.is-visible .process-track {
            animation: processPathReveal 2.2s cubic-bezier(0.22, 1, 0.36, 1) both;
        }
        .process-section.is-visible .process-traveler {
            animation: processTraveler 4.5s cubic-bezier(0.45, 0, 0.2, 1) 0.35s infinite both;
        }
        .process-section.is-visible .process-phase {
            animation: processPhaseReveal 0.62s cubic-bezier(0.22, 1, 0.36, 1) var(--phase-delay) both;
        }
        .process-section.is-visible .process-node {
            animation: processNodeIlluminate 4.5s ease-in-out var(--node-delay) infinite both;
        }
        @keyframes processPathReveal {
            from { clip-path: inset(0 100% 0 0); }
            to { clip-path: inset(0 0 0 0); }
        }
        @keyframes processTraveler {
            0% { left: 0; opacity: 0; }
            4%, 9% { left: 0; opacity: 1; }
            24%, 29% { left: 33.333%; opacity: 1; }
            44%, 49% { left: 66.666%; opacity: 1; }
            64%, 72% { left: 100%; opacity: 1; }
            76% { left: 100%; opacity: 0; }
            100% { left: 0; opacity: 0; }
        }
        @keyframes processPhaseReveal {
            from { opacity: 0; transform: translateY(18px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes processNodeIlluminate {
            0%, 16%, 100% {
                border-color: rgb(var(--color-primary) / 0.28);
                background: rgb(var(--color-surface-container-lowest));
                box-shadow: 0 12px 26px -22px rgb(var(--color-primary) / 0.72);
            }
            8% {
                border-color: rgb(var(--color-primary) / 0.78);
                background: rgb(var(--color-primary) / 0.13);
                box-shadow: 0 0 26px rgb(var(--color-primary) / 0.34);
            }
        }
        @media (max-width: 999px) {
            .process-section {
                padding: 104px 0;
            }
            .process-inner {
                width: min(calc(100% - 40px), 900px);
            }
            .process-intro {
                margin-bottom: 52px;
            }
            .process-rail {
                display: block;
            }
            .process-track {
                top: 54px;
                right: auto;
                bottom: 54px;
                left: 51px;
                width: 2px;
                height: auto;
                transform-origin: top;
            }
            .process-track-blueprint,
            .process-track-build {
                left: 0;
                width: 1px;
                height: auto;
            }
            .process-track-blueprint {
                top: 0;
                bottom: 33.333%;
                border-top: 0;
                border-left: 1px dashed rgb(var(--color-primary) / 0.52);
            }
            .process-track-build {
                top: 66.666%;
                bottom: 0;
                background: rgb(var(--color-primary) / 0.52);
            }
            .process-traveler {
                top: 0;
                left: 0;
                width: 5px;
                height: 48px;
                background: linear-gradient(180deg, transparent, rgb(var(--color-primary)));
                transform: translate(-2px, -100%);
            }
            .process-traveler::after {
                top: auto;
                right: 50%;
                bottom: 0;
                transform: translate(50%, 50%);
            }
            .process-phase {
                display: grid;
                min-height: 220px;
                grid-template-columns: 76px minmax(0, 1fr);
                grid-template-rows: auto auto;
                column-gap: 20px;
                padding: 30px 30px 30px 24px;
            }
            .process-phase + .process-phase {
                border-top: 1px solid rgb(var(--color-outline-variant) / 0.32);
                border-left: 0;
            }
            .process-phase-head,
            .process-phase-content {
                grid-column: 2;
            }
            .process-node {
                grid-row: 1 / span 2;
                margin: 2px 0 0;
            }
            .process-phase-content {
                margin-top: 20px;
            }
            .process-phase-content p {
                min-height: 0;
                margin-bottom: 20px;
            }
            .process-section.is-visible .process-traveler {
                animation-name: processTravelerVertical;
            }
            .process-section.is-motion-ready:not(.is-visible) .process-track {
                clip-path: inset(0 0 100% 0);
            }
            .process-section.is-visible .process-track {
                animation-name: processPathRevealVertical;
            }
        }
        @media (max-width: 599px) {
            .process-section {
                padding: 88px 0;
            }
            .process-inner {
                width: calc(100% - 24px);
            }
            .process-intro {
                margin-bottom: 40px;
                padding: 0 8px;
            }
            .process-intro h2 {
                font-size: clamp(36px, 10.5vw, 44px);
            }
            .process-intro p {
                font-size: 16px;
                line-height: 1.6;
            }
            .process-board-bar {
                align-items: flex-start;
                flex-direction: column;
                padding: 16px;
            }
            .process-legend {
                gap: 14px;
            }
            .process-track {
                top: 48px;
                bottom: 48px;
                left: 42px;
            }
            .process-phase {
                min-height: 0;
                grid-template-columns: 58px minmax(0, 1fr);
                column-gap: 14px;
                padding: 26px 18px;
            }
            .process-phase-head {
                align-items: flex-start;
                flex-direction: column;
                gap: 8px;
            }
            .process-node {
                width: 48px;
                height: 48px;
            }
            .process-phase-content h3 {
                font-size: 18px;
            }
            .process-phase-content p {
                font-size: 14px;
            }
        }
        @keyframes processPathRevealVertical {
            from { clip-path: inset(0 0 100% 0); }
            to { clip-path: inset(0 0 0 0); }
        }
        @keyframes processTravelerVertical {
            0% { top: 0; opacity: 0; }
            4%, 9% { top: 0; opacity: 1; }
            24%, 29% { top: 33.333%; opacity: 1; }
            44%, 49% { top: 66.666%; opacity: 1; }
            64%, 72% { top: 100%; opacity: 1; }
            76% { top: 100%; opacity: 0; }
            100% { top: 0; opacity: 0; }
        }
        .walkthrough-section {
            position: relative;
            padding: 112px 0;
            overflow: hidden;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.3);
            background: rgb(var(--color-surface));
        }
        .walkthrough-inner {
            display: grid;
            width: min(calc(100% - 64px), 1280px);
            grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
            align-items: start;
            gap: clamp(48px, 5vw, 80px);
            margin: 0 auto;
        }
        .walkthrough-player-shell {
            position: relative;
            min-width: 0;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            border: 1px solid rgb(var(--color-outline-variant) / 0.5);
            border-radius: 8px;
            background: #10192a;
            box-shadow: 0 34px 80px -54px rgb(var(--color-primary) / 0.58), 0 16px 38px -30px rgb(var(--color-on-surface) / 0.5);
            isolation: isolate;
        }
        .walkthrough-player-shell::after {
            position: absolute;
            inset: 0;
            z-index: 2;
            border: 1px solid rgb(255 255 255 / 0.12);
            border-radius: inherit;
            pointer-events: none;
            content: "";
        }
        .walkthrough-player-shell.is-loaded::after {
            display: none;
        }
        .walkthrough-poster {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding: 0;
            border: 0;
            background: #10192a;
            color: #ffffff;
            cursor: pointer;
            text-align: left;
        }
        .walkthrough-poster img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.9;
            transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
        }
        .walkthrough-poster-shade {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgb(10 17 30 / 0.03) 42%, rgb(10 17 30 / 0.78) 100%);
            pointer-events: none;
        }
        .walkthrough-play-action {
            position: absolute;
            bottom: 24px;
            left: 24px;
            display: inline-flex;
            min-height: 52px;
            align-items: center;
            gap: 12px;
            padding: 6px 18px 6px 7px;
            border: 1px solid rgb(255 255 255 / 0.22);
            border-radius: 9999px;
            background: rgb(12 21 37 / 0.88);
            box-shadow: 0 14px 32px -20px rgb(0 0 0 / 0.75);
            font-size: 14px;
            font-weight: 700;
            backdrop-filter: blur(10px);
        }
        .walkthrough-play-icon {
            display: inline-flex;
            width: 38px;
            height: 38px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 0 5px rgb(var(--color-primary) / 0.2);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }
        .walkthrough-play-icon .material-symbols-outlined {
            margin-left: 2px;
            font-size: 24px;
        }
        .walkthrough-poster:hover img {
            opacity: 0.98;
            transform: scale(1.015);
        }
        .walkthrough-poster:hover .walkthrough-play-icon {
            box-shadow: 0 0 0 7px rgb(var(--color-primary) / 0.2), 0 0 26px rgb(var(--color-primary) / 0.48);
            transform: scale(1.04);
        }
        .walkthrough-poster:focus-visible,
        .walkthrough-iframe:focus-visible {
            outline: 3px solid rgb(var(--color-primary));
            outline-offset: -4px;
        }
        .walkthrough-iframe {
            display: block;
            width: 100%;
            height: 100%;
            border: 0;
            background: #10192a;
        }
        .walkthrough-noscript {
            position: absolute;
            inset: 0;
            z-index: 3;
            display: grid;
            place-items: center;
            color: #ffffff;
            font-weight: 700;
        }
        .walkthrough-status {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            clip-path: inset(50%);
            white-space: nowrap;
        }
        .walkthrough-content {
            min-width: 0;
        }
        .walkthrough-eyebrow {
            display: block;
            margin-bottom: 16px;
            color: rgb(var(--color-primary));
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .walkthrough-content h2 {
            max-width: 560px;
            color: rgb(var(--color-on-surface));
            font-size: clamp(38px, 3.5vw, 52px);
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: 0;
        }
        .walkthrough-content > p {
            max-width: 600px;
            margin-top: 22px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 17px;
            line-height: 1.7;
        }
        .walkthrough-chapters {
            margin: 32px 0 0;
            padding: 0;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.46);
            list-style: none;
        }
        .walkthrough-chapters li {
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.38);
        }
        .walkthrough-chapters a {
            display: grid;
            min-height: 58px;
            grid-template-columns: 58px minmax(0, 1fr) 22px;
            align-items: center;
            gap: 14px;
            padding: 10px 2px;
            color: rgb(var(--color-on-surface));
            text-decoration: none;
            transition: color 0.22s ease, padding 0.22s ease, background 0.22s ease;
        }
        .walkthrough-chapters time {
            color: rgb(var(--color-primary));
            font-family: "JetBrains Mono", monospace;
            font-size: 12px;
            font-weight: 700;
        }
        .walkthrough-chapters a > span:not(.material-symbols-outlined) {
            font-size: 14px;
            font-weight: 650;
            line-height: 1.4;
        }
        .walkthrough-chapters .material-symbols-outlined {
            color: rgb(var(--color-outline));
            font-size: 17px;
            transition: color 0.22s ease, transform 0.22s ease;
        }
        .walkthrough-chapters a:hover {
            padding-right: 8px;
            padding-left: 8px;
            background: rgb(var(--color-primary) / 0.055);
            color: rgb(var(--color-primary));
        }
        .walkthrough-chapters a:hover .material-symbols-outlined {
            color: rgb(var(--color-primary));
            transform: translate(2px, -2px);
        }
        .walkthrough-chapters a:focus-visible,
        .walkthrough-full-link:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.42);
            outline-offset: 3px;
        }
        .walkthrough-full-link {
            display: inline-flex;
            min-height: 44px;
            align-items: center;
            gap: 8px;
            margin-top: 24px;
            color: rgb(var(--color-primary));
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
        }
        .walkthrough-full-link .material-symbols-outlined {
            font-size: 18px;
            transition: transform 0.22s ease;
        }
        .walkthrough-full-link:hover .material-symbols-outlined {
            transform: translate(2px, -2px);
        }
        @media (max-width: 1023px) {
            .walkthrough-section {
                padding: 96px 0;
            }
            .walkthrough-inner {
                width: min(calc(100% - 48px), 900px);
                grid-template-columns: minmax(0, 1fr);
                gap: 48px;
            }
            .walkthrough-player-shell {
                width: 100%;
            }
            .walkthrough-content {
                max-width: 760px;
            }
            .walkthrough-content h2,
            .walkthrough-content > p {
                max-width: 680px;
            }
        }
        @media (max-width: 599px) {
            .walkthrough-section {
                padding: 80px 0;
            }
            .walkthrough-inner {
                width: calc(100% - 24px);
                gap: 36px;
            }
            .walkthrough-player-shell {
                box-shadow: 0 24px 58px -44px rgb(var(--color-primary) / 0.62);
            }
            .walkthrough-play-action {
                right: 14px;
                bottom: 14px;
                left: 14px;
                min-height: 48px;
                justify-content: center;
                padding: 6px 14px 6px 7px;
                font-size: 13px;
            }
            .walkthrough-play-icon {
                width: 34px;
                height: 34px;
            }
            .walkthrough-content {
                padding: 0 8px;
            }
            .walkthrough-content h2 {
                font-size: clamp(34px, 10vw, 42px);
            }
            .walkthrough-content > p {
                margin-top: 18px;
                font-size: 16px;
                line-height: 1.65;
            }
            .walkthrough-chapters {
                margin-top: 28px;
            }
            .walkthrough-chapters a {
                grid-template-columns: 50px minmax(0, 1fr) 20px;
                gap: 10px;
            }
            .walkthrough-chapters a > span:not(.material-symbols-outlined) {
                font-size: 13px;
            }
        }
        .projects-section {
            position: relative;
            overflow: hidden;
            padding: 104px 0;
            background: rgb(var(--color-surface-container-low));
        }
        .projects-inner {
            width: min(calc(100% - 64px), 1280px);
            margin: 0 auto;
        }
        .projects-intro {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
            align-items: end;
            gap: 64px;
            margin-bottom: 40px;
        }
        .projects-eyebrow {
            display: block;
            margin-bottom: 16px;
            color: rgb(var(--color-primary));
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .projects-intro h2 {
            max-width: 560px;
            color: rgb(var(--color-on-surface));
            font-size: clamp(38px, 3.8vw, 52px);
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: 0;
        }
        .projects-intro p {
            max-width: 560px;
            padding-left: 28px;
            border-left: 1px solid rgb(var(--color-outline-variant) / 0.48);
            color: rgb(var(--color-on-surface-variant));
            font-size: 17px;
            line-height: 1.7;
        }
        .project-switcher {
            position: relative;
            min-width: 0;
            overflow: hidden;
            border: 1px solid rgb(var(--color-outline-variant) / 0.38);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest));
            box-shadow: 0 1px 3px rgb(var(--color-on-surface) / 0.02), 0 18px 48px rgb(var(--color-on-surface) / 0.05);
        }
        .project-tabs {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
            padding: 8px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.34);
            background: rgb(var(--color-surface-container-high));
        }
        .project-tab {
            position: relative;
            display: inline-flex;
            min-width: 0;
            min-height: 44px;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 9px 14px;
            border: 1px solid rgb(var(--color-outline-variant) / 0.32);
            border-radius: 6px;
            background: rgb(var(--color-surface-container-lowest) / 0.58);
            color: rgb(var(--color-on-surface));
            cursor: pointer;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0;
            transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
            white-space: nowrap;
        }
        .project-tab::after {
            position: absolute;
            right: 22px;
            bottom: -1px;
            left: 22px;
            height: 2px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            content: "";
            opacity: 0;
            transform: scaleX(0.45);
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        .project-tab[aria-selected="true"] {
            border-color: rgb(var(--color-primary) / 0.58);
            background: rgb(var(--color-primary) / 0.14);
            color: rgb(var(--color-primary));
            box-shadow: inset 0 0 0 1px rgb(var(--color-primary) / 0.08), 0 8px 20px rgb(var(--color-primary) / 0.12);
        }
        .project-tab[aria-selected="true"]::after {
            opacity: 1;
            transform: scaleX(1);
        }
        .project-tab:hover {
            border-color: rgb(var(--color-primary) / 0.38);
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
        }
        .project-tab:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.24);
            outline-offset: 2px;
        }
        .project-tab .material-symbols-outlined {
            flex: 0 0 auto;
            font-size: 18px;
        }
        .project-panel {
            display: grid;
            min-height: 400px;
            grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
            background: rgb(var(--color-surface-container-lowest));
        }
        .project-panel[hidden] {
            display: none;
        }
        .project-panel.is-active {
            animation: projectPanelIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
        }
        .project-preview {
            position: relative;
            display: flex;
            min-width: 0;
            overflow: hidden;
            align-items: center;
            justify-content: center;
            padding: 24px;
            border-right: 1px solid rgb(var(--color-outline-variant) / 0.3);
            background: rgb(var(--color-surface-container));
        }
        .project-preview img {
            display: block;
            width: 100%;
            height: 100%;
            max-height: 352px;
            border: 1px solid rgb(var(--color-outline-variant) / 0.38);
            border-radius: 6px;
            object-fit: contain;
            box-shadow: 0 20px 54px rgb(var(--color-on-surface) / 0.12);
        }
        .project-preview--dcgarage img {
            object-fit: cover;
            object-position: top;
        }
        .project-preview--gym {
            isolation: isolate;
            background: rgb(var(--color-surface-container));
        }
        .project-browser-stage {
            position: relative;
            width: min(100%, 720px);
            height: 318px;
            margin-top: 34px;
        }
        .project-browser {
            position: absolute;
            overflow: hidden;
            margin: 0;
            border: 1px solid rgb(var(--color-outline-variant) / 0.52);
            border-radius: 6px;
            background: rgb(var(--color-surface-container-lowest));
            box-shadow: 0 24px 54px rgb(var(--color-on-surface) / 0.17);
        }
        .project-browser--desktop {
            inset: 8px 58px 6px 0;
            z-index: 1;
        }
        .project-browser--mobile {
            right: 0;
            bottom: 0;
            z-index: 2;
            width: 108px;
            border-color: rgb(250 205 35 / 0.58);
            box-shadow:
                0 24px 44px rgb(var(--color-on-surface) / 0.24),
                0 0 0 3px rgb(250 205 35 / 0.08);
        }
        .project-browser-bar {
            display: grid;
            height: 24px;
            grid-template-columns: 50px minmax(0, 1fr) 50px;
            align-items: center;
            padding: 0 9px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.38);
            background: rgb(var(--color-surface-container-lowest));
        }
        .project-browser-bar--mobile {
            height: 20px;
            grid-template-columns: 30px minmax(0, 1fr) 30px;
            padding: 0 6px;
        }
        .project-browser-dots {
            display: flex;
            gap: 4px;
        }
        .project-browser-dots i {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: rgb(var(--color-outline));
            opacity: 0.56;
        }
        .project-browser-dots i:nth-child(2) {
            background: #facd23;
            opacity: 0.9;
        }
        .project-browser-address {
            min-width: 0;
            overflow: hidden;
            color: rgb(var(--color-on-surface-variant));
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .project-browser-bar--mobile .project-browser-address {
            font-size: 7px;
            text-transform: uppercase;
        }
        .project-preview--gym .project-browser img {
            display: block;
            width: 100%;
            height: calc(100% - 24px);
            max-height: none;
            border: 0;
            border-radius: 0;
            object-fit: cover;
            object-position: top;
            box-shadow: none;
        }
        .project-preview--gym .project-browser--mobile img {
            height: auto;
            aspect-ratio: 390 / 844;
        }
        .project-preview--gym .project-status {
            z-index: 4;
        }
        .project-status {
            position: absolute;
            top: 18px;
            left: 18px;
            display: inline-flex;
            min-height: 30px;
            align-items: center;
            gap: 7px;
            padding: 6px 10px;
            border: 1px solid rgb(var(--color-primary) / 0.2);
            border-radius: 9999px;
            background: rgb(var(--color-surface-container-lowest) / 0.88);
            color: rgb(var(--color-on-surface));
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
            backdrop-filter: blur(12px);
        }
        .project-status::before {
            width: 7px;
            height: 7px;
            flex: 0 0 auto;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 12px rgb(var(--color-primary) / 0.5);
            content: "";
        }
        .project-details {
            display: flex;
            min-width: 0;
            justify-content: center;
            flex-direction: column;
            padding: 40px 42px;
        }
        .project-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 13px;
            color: rgb(var(--color-primary));
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .project-meta span:last-child {
            color: rgb(var(--color-outline));
            text-align: right;
        }
        .project-details h3 {
            color: rgb(var(--color-on-surface));
            font-size: 30px;
            font-weight: 700;
            line-height: 1.25;
            letter-spacing: 0;
        }
        .project-details p {
            max-width: 650px;
            margin-top: 12px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 15px;
            line-height: 1.65;
        }
        .project-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 22px;
        }
        .project-tags li {
            display: inline-flex;
            min-height: 29px;
            align-items: center;
            padding: 6px 10px;
            border-radius: 9999px;
            background: rgb(var(--color-surface-container-low));
            color: rgb(var(--color-on-surface-variant));
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .project-explore {
            display: inline-flex;
            width: fit-content;
            min-height: 44px;
            align-items: center;
            justify-content: center;
            gap: 9px;
            margin-top: 24px;
            padding: 10px 17px;
            border: 1px solid rgb(var(--color-primary) / 0.42);
            border-radius: 9999px;
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
            cursor: pointer;
            font-size: 13px;
            font-weight: 700;
            transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }
        .project-explore:hover {
            background: rgb(var(--color-primary) / 0.14);
            box-shadow: 0 10px 24px rgb(var(--color-primary) / 0.12);
            transform: translateY(-1px);
        }
        .project-explore:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.26);
            outline-offset: 3px;
        }
        .project-explore .material-symbols-outlined {
            font-size: 17px;
        }
        .projects-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 40px;
            margin-top: 48px;
            padding-top: 32px;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.46);
        }
        .projects-cta-copy span {
            display: block;
            margin-bottom: 5px;
            color: rgb(var(--color-primary));
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .projects-cta-copy p {
            color: rgb(var(--color-on-surface));
            font-size: 19px;
            font-weight: 600;
            line-height: 1.5;
        }
        .projects-cta-link {
            display: inline-flex;
            min-height: 52px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 13px 24px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            color: rgb(var(--color-on-primary));
            font-size: 14px;
            font-weight: 700;
            transition: filter 0.2s ease, transform 0.2s ease;
        }
        .projects-cta-link:hover {
            filter: brightness(1.08);
            transform: translateY(-2px);
        }
        .projects-cta-link:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.28);
            outline-offset: 4px;
        }
        .projects-cta-link .material-symbols-outlined {
            font-size: 19px;
        }
        html.case-study-open {
            overflow: hidden;
        }
        .case-study-dialog {
            width: min(calc(100% - 40px), 1240px);
            max-width: none;
            max-height: calc(100dvh - 40px);
            padding: 0;
            overflow: hidden;
            border: 1px solid rgb(var(--color-primary) / 0.2);
            border-radius: 8px;
            background: rgb(var(--color-surface-container-lowest) / 0.98);
            color: rgb(var(--color-on-surface));
            font-family: Inter, ui-sans-serif, system-ui, sans-serif;
            box-shadow: 0 30px 90px rgb(12 26 48 / 0.32);
        }
        .case-study-dialog::backdrop {
            background: rgb(10 18 32 / 0.64);
            backdrop-filter: blur(8px);
        }
        .case-study-dialog[open] {
            animation: caseStudyIn 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
        }
        .case-study-scroll {
            max-height: calc(100dvh - 40px);
            overflow-x: hidden;
            overflow-y: auto;
            overscroll-behavior: contain;
            scrollbar-gutter: stable;
        }
        .case-study-header {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 32px;
            padding: 40px 48px 32px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.38);
            background: rgb(var(--color-surface-container-lowest));
        }
        .case-study-badge {
            display: inline-flex;
            min-height: 28px;
            align-items: center;
            margin-bottom: 14px;
            padding: 5px 10px;
            border: 1px solid rgb(var(--color-primary) / 0.24);
            border-radius: 9999px;
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .case-study-header h2 {
            max-width: 780px;
            color: rgb(var(--color-on-surface));
            font-size: clamp(34px, 4vw, 52px);
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: 0;
        }
        .case-study-header p {
            max-width: 900px;
            margin-top: 16px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 16px;
            line-height: 1.7;
        }
        .case-study-close,
        .case-study-gallery-controls button {
            display: inline-grid;
            width: 44px;
            height: 44px;
            flex: 0 0 auto;
            place-items: center;
            border: 1px solid rgb(var(--color-outline-variant) / 0.52);
            border-radius: 9999px;
            background: rgb(var(--color-surface-container-low));
            color: rgb(var(--color-on-surface));
            cursor: pointer;
            transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }
        .case-study-close .material-symbols-outlined,
        .case-study-gallery-controls .material-symbols-outlined {
            width: 1em;
            height: 1em;
            overflow: hidden;
            flex: 0 0 auto;
            line-height: 1;
            pointer-events: none;
            white-space: nowrap;
        }
        .case-study-close:hover,
        .case-study-gallery-controls button:hover:not(:disabled) {
            border-color: rgb(var(--color-primary) / 0.46);
            background: rgb(var(--color-primary) / 0.1);
            color: rgb(var(--color-primary));
            transform: translateY(-1px);
        }
        .case-study-close:focus-visible,
        .case-study-gallery-controls button:focus-visible,
        .case-study-viewport:focus-visible,
        .case-study-footer a:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.28);
            outline-offset: 3px;
        }
        .case-study-layout {
            display: grid;
            grid-template-columns: minmax(0, 1.14fr) minmax(340px, 0.86fr);
            gap: 0;
            background: rgb(var(--color-surface-container-lowest));
        }
        .case-study-gallery {
            min-width: 0;
            padding: 36px 40px 40px 48px;
            border-right: 1px solid rgb(var(--color-outline-variant) / 0.38);
            background: rgb(var(--color-surface-container-low));
        }
        .case-study-gallery-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 14px;
        }
        .case-study-gallery-head h3 {
            color: rgb(var(--color-on-surface));
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .case-study-gallery-head span {
            color: rgb(var(--color-primary));
            font-size: 12px;
            font-weight: 700;
        }
        .case-study-viewport {
            position: relative;
            display: flex;
            min-width: 0;
            overflow-x: auto;
            overflow-y: hidden;
            border: 1px solid rgb(var(--color-outline-variant) / 0.48);
            border-radius: 6px;
            background: rgb(15 20 25);
            box-shadow: 0 18px 48px rgb(var(--color-on-surface) / 0.14);
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            scrollbar-width: none;
        }
        .case-study-viewport::-webkit-scrollbar {
            display: none;
        }
        .case-study-slide {
            display: grid;
            min-width: 100%;
            flex: 0 0 100%;
            grid-template-rows: auto minmax(48px, auto);
            margin: 0;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }
        .case-study-slide img {
            display: block;
            width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            object-position: top;
        }
        .case-study-slide figcaption {
            display: flex;
            min-height: 52px;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            border-top: 1px solid rgb(255 255 255 / 0.1);
            background: rgb(17 24 32);
            color: rgb(236 241 248);
            font-size: 12px;
            font-weight: 600;
        }
        .case-study-slide figcaption span {
            color: rgb(99 156 255);
            font-size: 10px;
            font-weight: 700;
        }
        .case-study-gallery-controls {
            display: flex;
            justify-content: flex-end;
            gap: 8px;
            margin-top: 16px;
        }
        .case-study-gallery-controls button:disabled {
            cursor: default;
            opacity: 0.38;
        }
        .case-study-gallery-controls .material-symbols-outlined {
            font-size: 19px;
        }
        .case-study-story {
            display: flex;
            min-width: 0;
            flex-direction: column;
            padding: 36px 48px 40px 40px;
        }
        .case-study-story > section {
            padding: 22px 0;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.36);
        }
        .case-study-story > section:first-child {
            padding-top: 0;
        }
        .case-study-section-label {
            display: block;
            margin-bottom: 8px;
            color: rgb(var(--color-primary));
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .case-study-story h3 {
            color: rgb(var(--color-on-surface));
            font-size: 19px;
            font-weight: 700;
            line-height: 1.38;
        }
        .case-study-story p {
            margin-top: 8px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 14px;
            line-height: 1.65;
        }
        .case-study-opportunities {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px 14px;
            margin-top: 14px;
        }
        .case-study-opportunities li {
            display: flex;
            min-width: 0;
            align-items: center;
            gap: 8px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 12px;
            font-weight: 600;
            line-height: 1.4;
        }
        .case-study-opportunities .material-symbols-outlined {
            color: rgb(var(--color-primary));
            font-size: 18px;
        }
        .case-study-prototype-note {
            display: flex;
            gap: 12px;
            margin-top: 24px;
            padding: 16px;
            border: 1px solid rgb(var(--color-primary) / 0.2);
            border-radius: 6px;
            background: rgb(var(--color-primary) / 0.07);
        }
        .case-study-prototype-note > .material-symbols-outlined {
            color: rgb(var(--color-primary));
            font-size: 21px;
        }
        .case-study-prototype-note strong {
            color: rgb(var(--color-on-surface));
            font-size: 12px;
        }
        .case-study-prototype-note p {
            margin-top: 4px;
            font-size: 12px;
            line-height: 1.55;
        }
        .case-study-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 32px;
            padding: 24px 48px;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.4);
            background: rgb(var(--color-surface-container-high));
        }
        .case-study-footer p {
            max-width: 650px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 12px;
            line-height: 1.55;
        }
        .case-study-footer a {
            display: inline-flex;
            min-height: 48px;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            gap: 9px;
            padding: 11px 20px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            color: rgb(var(--color-on-primary));
            font-size: 13px;
            font-weight: 700;
            transition: filter 0.2s ease, transform 0.2s ease;
        }
        .case-study-footer a:hover {
            filter: brightness(1.08);
            transform: translateY(-1px);
        }
        .case-study-footer .material-symbols-outlined {
            font-size: 18px;
        }
        @keyframes projectPanelIn {
            from { opacity: 0; transform: translateY(8px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes caseStudyIn {
            from { opacity: 0; transform: translateY(10px) scale(0.99); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }
        @media (max-width: 900px) {
            .projects-section {
                padding: 96px 0;
            }
            .projects-inner {
                width: min(calc(100% - 40px), 920px);
            }
            .projects-intro {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 36px;
            }
            .projects-intro p {
                max-width: 680px;
                padding-left: 0;
                border-left: 0;
            }
            .project-panel {
                min-height: 0;
                grid-template-columns: 1fr;
            }
            .project-preview {
                min-height: 0;
                aspect-ratio: 16 / 9;
                padding: 18px;
                border-right: 0;
                border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.3);
            }
            .project-preview img {
                max-height: none;
            }
            .project-browser-stage {
                width: min(100%, 680px);
                height: auto;
                aspect-ratio: 16 / 9;
                margin-top: 10px;
            }
            .project-browser--desktop {
                inset: 5% 10% 5% 0;
            }
            .project-browser--mobile {
                width: clamp(90px, 18vw, 118px);
            }
            .project-details {
                min-height: 300px;
                padding: 32px;
            }
            .case-study-dialog {
                width: min(calc(100% - 32px), 820px);
                max-height: calc(100dvh - 32px);
            }
            .case-study-scroll {
                max-height: calc(100dvh - 32px);
            }
            .case-study-header {
                padding: 34px 36px 28px;
            }
            .case-study-layout {
                grid-template-columns: 1fr;
            }
            .case-study-gallery {
                padding: 30px 36px;
                border-right: 0;
                border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.38);
            }
            .case-study-story {
                padding: 32px 36px 36px;
            }
            .case-study-footer {
                padding: 22px 36px;
            }
        }
        @media (max-width: 599px) {
            .projects-section {
                padding: 80px 0;
            }
            .projects-inner {
                width: calc(100% - 24px);
            }
            .projects-intro {
                gap: 18px;
                margin-bottom: 32px;
                padding: 0 8px;
                text-align: center;
            }
            .projects-intro h2 {
                font-size: clamp(36px, 10vw, 42px);
            }
            .projects-intro p {
                padding: 0;
                border-left: 0;
                font-size: 16px;
            }
            .project-tabs {
                gap: 4px;
                padding: 6px;
            }
            .project-tab {
                min-height: 42px;
                gap: 5px;
                padding: 7px 5px;
                font-size: 11px;
            }
            .project-tab .material-symbols-outlined {
                font-size: 16px;
            }
            .project-preview {
                padding: 12px;
            }
            .project-preview--gym {
                aspect-ratio: auto;
                min-height: 258px;
                padding: 50px 12px 16px;
            }
            .project-browser-stage {
                width: 100%;
                min-height: 192px;
                aspect-ratio: 16 / 9;
                margin-top: 0;
            }
            .project-browser--desktop {
                inset: 0 13% 0 0;
            }
            .project-browser--mobile {
                right: 0;
                bottom: -5px;
                width: clamp(74px, 24vw, 98px);
            }
            .project-browser-bar {
                height: 18px;
                grid-template-columns: 34px minmax(0, 1fr) 34px;
                padding: 0 6px;
            }
            .project-browser-bar--mobile {
                height: 16px;
                grid-template-columns: 24px minmax(0, 1fr) 24px;
                padding: 0 4px;
            }
            .project-browser-dots {
                gap: 3px;
            }
            .project-browser-dots i {
                width: 4px;
                height: 4px;
            }
            .project-browser-address {
                font-size: 7px;
            }
            .project-preview--gym .project-browser img {
                height: calc(100% - 18px);
            }
            .project-preview--gym .project-browser--mobile img {
                height: auto;
            }
            .project-details {
                min-height: 330px;
                padding: 24px 22px 26px;
            }
            .project-details h3 {
                font-size: 24px;
            }
            .project-status {
                top: 12px;
                left: 12px;
            }
            .project-explore {
                width: 100%;
            }
            .case-study-dialog {
                width: calc(100% - 16px);
                height: calc(100dvh - 16px);
                max-height: calc(100dvh - 16px);
                margin: 8px auto;
            }
            .case-study-scroll {
                height: 100%;
                max-height: none;
                scrollbar-gutter: auto;
            }
            .case-study-header {
                grid-template-columns: minmax(0, 1fr) 44px;
                gap: 14px;
                padding: 24px 18px 22px;
            }
            .case-study-header h2 {
                font-size: clamp(28px, 8.4vw, 36px);
            }
            .case-study-header p {
                font-size: 14px;
                line-height: 1.62;
            }
            .case-study-gallery {
                padding: 24px 18px;
            }
            .case-study-slide {
                grid-template-rows: auto minmax(56px, auto);
            }
            .case-study-slide figcaption {
                align-items: flex-start;
                padding: 12px;
                line-height: 1.4;
            }
            .case-study-story {
                padding: 28px 18px 30px;
            }
            .case-study-story h3 {
                font-size: 18px;
            }
            .case-study-opportunities {
                grid-template-columns: 1fr;
            }
            .case-study-footer {
                align-items: stretch;
                flex-direction: column;
                gap: 18px;
                padding: 22px 18px 26px;
            }
            .case-study-footer a {
                width: 100%;
            }
            .projects-cta {
                align-items: stretch;
                flex-direction: column;
                gap: 24px;
                margin-top: 40px;
                padding: 28px 8px 0;
                text-align: center;
            }
            .projects-cta-link {
                width: 100%;
            }
        }
        .about-section {
            position: relative;
            overflow: hidden;
            padding: 112px 0;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.22);
            background: rgb(var(--color-surface-container-low));
        }
        .about-inner {
            width: min(calc(100% - 64px), 1280px);
            margin: 0 auto;
        }
        .about-layout {
            display: grid;
            grid-template-areas:
                "visual copy"
                "visual principles";
            grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1.08fr);
            align-items: center;
            gap: 38px 76px;
        }
        .about-copy {
            grid-area: copy;
        }
        .about-eyebrow {
            display: block;
            margin-bottom: 16px;
            color: rgb(var(--color-primary));
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .about-copy h2 {
            max-width: 680px;
            color: rgb(var(--color-on-surface));
            font-size: 52px;
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: 0;
        }
        .about-copy h2 span {
            display: block;
        }
        .about-story {
            display: grid;
            gap: 16px;
            max-width: 660px;
            margin-top: 28px;
        }
        .about-story p {
            color: rgb(var(--color-on-surface-variant));
            font-size: 16px;
            line-height: 1.72;
        }
        .about-story p:first-child {
            color: rgb(var(--color-on-surface));
            font-size: 18px;
        }
        .about-visual {
            position: relative;
            display: grid;
            min-width: 0;
            grid-area: visual;
            place-items: center;
        }
        .about-visual-frame {
            position: relative;
            width: min(100%, 570px);
            aspect-ratio: 1;
            border-right: 1px solid rgb(var(--color-primary) / 0.18);
            border-left: 1px solid rgb(var(--color-primary) / 0.18);
        }
        .about-visual-frame::before,
        .about-visual-frame::after {
            position: absolute;
            z-index: 2;
            width: 64px;
            height: 64px;
            border-color: rgb(var(--color-primary) / 0.5);
            content: "";
            pointer-events: none;
        }
        .about-visual-frame::before {
            top: 12px;
            left: -1px;
            border-top: 2px solid rgb(var(--color-primary) / 0.5);
            border-left: 2px solid rgb(var(--color-primary) / 0.5);
        }
        .about-visual-frame::after {
            right: -1px;
            bottom: 12px;
            border-right: 2px solid rgb(var(--color-primary) / 0.5);
            border-bottom: 2px solid rgb(var(--color-primary) / 0.5);
        }
        .about-founder-image {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 24px 38px rgb(var(--color-primary) / 0.12));
            animation: founderVisualDrift 7s ease-in-out infinite;
        }
        .about-visual-caption {
            position: absolute;
            right: 24px;
            bottom: 24px;
            z-index: 3;
            display: inline-flex;
            min-height: 38px;
            align-items: center;
            gap: 9px;
            padding: 8px 13px;
            border: 1px solid rgb(var(--color-primary) / 0.22);
            border-radius: 9999px;
            background: rgb(var(--color-surface-container-lowest) / 0.88);
            color: rgb(var(--color-on-surface));
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
            backdrop-filter: blur(12px);
            box-shadow: 0 10px 30px rgb(var(--color-on-surface) / 0.08);
        }
        .about-visual-caption::before {
            width: 8px;
            height: 8px;
            flex: 0 0 auto;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            box-shadow: 0 0 14px rgb(var(--color-primary) / 0.62);
            content: "";
        }
        .about-principles {
            grid-area: principles;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.42);
        }
        .about-principle {
            display: grid;
            min-height: 82px;
            grid-template-columns: 44px minmax(0, 1fr) auto;
            align-items: center;
            gap: 16px;
            padding: 14px 0;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
        }
        .about-principle-icon {
            display: grid;
            width: 44px;
            height: 44px;
            place-items: center;
            border: 1px solid rgb(var(--color-primary) / 0.16);
            border-radius: 8px;
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
        }
        .about-principle-icon .material-symbols-outlined {
            font-size: 21px;
        }
        .about-principle h3 {
            color: rgb(var(--color-on-surface));
            font-size: 15px;
            font-weight: 700;
            line-height: 1.35;
            letter-spacing: 0;
        }
        .about-principle p {
            margin-top: 3px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 13px;
            line-height: 1.5;
        }
        .about-principle-number {
            color: rgb(var(--color-outline));
            font-family: "JetBrains Mono", monospace;
            font-size: 11px;
        }
        @keyframes founderVisualDrift {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }
        @media (max-width: 1199px) and (min-width: 981px) {
            .about-layout {
                gap: 38px 52px;
            }
            .about-copy h2 {
                font-size: 46px;
            }
        }
        @media (max-width: 980px) {
            .about-section {
                padding: 96px 0;
            }
            .about-inner {
                width: min(calc(100% - 40px), 760px);
            }
            .about-layout {
                grid-template-areas:
                    "copy"
                    "visual"
                    "principles";
                grid-template-columns: minmax(0, 1fr);
                gap: 42px;
            }
            .about-copy {
                text-align: center;
            }
            .about-copy h2 {
                font-size: 44px;
            }
            .about-copy h2,
            .about-story {
                margin-right: auto;
                margin-left: auto;
            }
            .about-visual-frame {
                width: min(100%, 520px);
            }
        }
        @media (max-width: 599px) {
            .about-section {
                padding: 80px 0;
            }
            .about-inner {
                width: calc(100% - 32px);
            }
            .about-layout {
                gap: 34px;
            }
            .about-copy h2 {
                font-size: 38px;
            }
            .about-story {
                margin-top: 22px;
            }
            .about-story p,
            .about-story p:first-child {
                font-size: 16px;
                line-height: 1.68;
            }
            .about-visual-frame {
                width: min(100%, 390px);
            }
            .about-visual-frame::before,
            .about-visual-frame::after {
                width: 44px;
                height: 44px;
            }
            .about-visual-caption {
                right: 12px;
                bottom: 12px;
                min-height: 34px;
                padding: 7px 10px;
                font-size: 10px;
            }
            .about-principle {
                min-height: 90px;
                grid-template-columns: 42px minmax(0, 1fr);
                gap: 13px;
            }
            .about-principle-icon {
                width: 42px;
                height: 42px;
            }
            .about-principle-number {
                display: none;
            }
        }
        .closing-section {
            position: relative;
            overflow: hidden;
            padding: 112px 0;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.24);
            background: rgb(var(--color-surface-container-lowest));
        }
        .closing-inner {
            width: min(calc(100% - 64px), 1280px);
            margin: 0 auto;
        }
        .closing-grid {
            display: grid;
            grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
            align-items: start;
        }
        .closing-cta {
            position: sticky;
            top: 112px;
            padding-right: 72px;
        }
        .closing-eyebrow,
        .faq-eyebrow {
            display: block;
            margin-bottom: 16px;
            color: rgb(var(--color-primary));
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: uppercase;
        }
        .closing-cta h2 {
            max-width: 540px;
            color: rgb(var(--color-on-surface));
            font-size: 48px;
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: 0;
        }
        .closing-copy {
            max-width: 540px;
            margin-top: 24px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 17px;
            line-height: 1.7;
        }
        .closing-action {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 14px;
            margin-top: 32px;
        }
        .closing-button {
            display: inline-flex;
            min-height: 54px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 14px 24px;
            border-radius: 9999px;
            background: rgb(var(--color-primary));
            color: rgb(var(--color-on-primary));
            font-size: 14px;
            font-weight: 700;
            box-shadow: 0 14px 34px rgb(var(--color-primary) / 0.2);
            transition: filter 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        }
        .closing-button:hover {
            filter: brightness(1.08);
            transform: translateY(-2px);
            box-shadow: 0 18px 38px rgb(var(--color-primary) / 0.28);
        }
        .closing-button:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.26);
            outline-offset: 4px;
        }
        .closing-button .material-symbols-outlined {
            font-size: 19px;
        }
        .closing-note {
            max-width: 440px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 13px;
            font-style: italic;
            line-height: 1.6;
        }
        .closing-benefits {
            max-width: 540px;
            margin-top: 38px;
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.42);
        }
        .closing-benefit {
            display: flex;
            min-height: 54px;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
            color: rgb(var(--color-on-surface));
            font-size: 13px;
            font-weight: 650;
        }
        .closing-benefit .material-symbols-outlined {
            display: grid;
            width: 30px;
            height: 30px;
            place-items: center;
            border-radius: 6px;
            background: rgb(var(--color-primary) / 0.08);
            color: rgb(var(--color-primary));
            font-size: 17px;
        }
        .faq-column {
            min-width: 0;
            padding-left: 72px;
            border-left: 1px solid rgb(var(--color-outline-variant) / 0.42);
        }
        .faq-intro {
            margin-bottom: 30px;
        }
        .faq-intro h2 {
            color: rgb(var(--color-on-surface));
            font-size: 40px;
            font-weight: 700;
            line-height: 1.14;
            letter-spacing: 0;
        }
        .faq-intro p {
            max-width: 600px;
            margin-top: 14px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 16px;
            line-height: 1.65;
        }
        .faq-list {
            border-top: 1px solid rgb(var(--color-outline-variant) / 0.5);
        }
        .faq-item {
            border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.5);
            background: transparent;
            transition: background-color 0.22s ease;
        }
        .faq-item[open] {
            background: rgb(var(--color-primary) / 0.045);
        }
        .faq-summary {
            display: grid;
            min-height: 76px;
            grid-template-columns: 34px minmax(0, 1fr) 38px;
            align-items: center;
            gap: 14px;
            padding: 14px 12px;
            color: rgb(var(--color-on-surface));
            cursor: pointer;
            list-style: none;
        }
        .faq-summary::-webkit-details-marker {
            display: none;
        }
        .faq-summary:focus-visible {
            outline: 3px solid rgb(var(--color-primary) / 0.24);
            outline-offset: -3px;
        }
        .faq-index {
            color: rgb(var(--color-outline));
            font-family: "JetBrains Mono", monospace;
            font-size: 10px;
        }
        .faq-summary h3 {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            letter-spacing: 0;
            transition: color 0.2s ease;
        }
        .faq-item[open] .faq-summary h3,
        .faq-summary:hover h3 {
            color: rgb(var(--color-primary));
        }
        .faq-toggle {
            display: grid;
            width: 34px;
            height: 34px;
            place-items: center;
            justify-self: end;
            border: 1px solid rgb(var(--color-outline-variant) / 0.54);
            border-radius: 9999px;
            color: rgb(var(--color-on-surface-variant));
            transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, transform 0.28s ease;
        }
        .faq-toggle .material-symbols-outlined {
            font-size: 19px;
        }
        .faq-item[open] .faq-toggle {
            border-color: rgb(var(--color-primary));
            background: rgb(var(--color-primary));
            color: rgb(var(--color-on-primary));
            transform: rotate(180deg);
        }
        .faq-answer {
            padding: 0 64px 24px 60px;
        }
        .faq-answer p {
            max-width: 630px;
            color: rgb(var(--color-on-surface-variant));
            font-size: 15px;
            line-height: 1.68;
        }
        @media (max-width: 1100px) {
            .closing-section {
                padding: 96px 0;
            }
            .closing-inner {
                width: min(calc(100% - 40px), 820px);
            }
            .closing-grid {
                grid-template-columns: minmax(0, 1fr);
                gap: 64px;
            }
            .closing-cta {
                position: static;
                padding-right: 0;
                text-align: center;
            }
            .closing-cta h2,
            .closing-copy,
            .closing-note,
            .closing-benefits {
                margin-right: auto;
                margin-left: auto;
            }
            .closing-action {
                align-items: center;
            }
            .closing-benefits {
                display: grid;
                max-width: 760px;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
            }
            .closing-benefit {
                min-height: 64px;
                justify-content: center;
                border-bottom: 0;
            }
            .closing-benefit + .closing-benefit {
                border-left: 1px solid rgb(var(--color-outline-variant) / 0.42);
            }
            .faq-column {
                padding-top: 56px;
                padding-left: 0;
                border-top: 1px solid rgb(var(--color-outline-variant) / 0.42);
                border-left: 0;
            }
            .faq-intro {
                text-align: center;
            }
            .faq-intro p {
                margin-right: auto;
                margin-left: auto;
            }
        }
        @media (max-width: 599px) {
            .closing-section {
                padding: 80px 0;
            }
            .closing-inner {
                width: calc(100% - 32px);
            }
            .closing-grid {
                gap: 52px;
            }
            .closing-cta h2 {
                font-size: 38px;
            }
            .closing-copy {
                font-size: 16px;
            }
            .closing-button {
                width: 100%;
            }
            .closing-benefits {
                display: block;
                border-bottom: 0;
            }
            .closing-benefit {
                min-height: 54px;
                justify-content: flex-start;
                border-bottom: 1px solid rgb(var(--color-outline-variant) / 0.42);
            }
            .closing-benefit + .closing-benefit {
                border-left: 0;
            }
            .faq-column {
                padding-top: 46px;
            }
            .faq-intro h2 {
                font-size: 36px;
            }
            .faq-summary {
                min-height: 72px;
                grid-template-columns: 26px minmax(0, 1fr) 34px;
                gap: 10px;
                padding: 13px 4px;
            }
            .faq-summary h3 {
                font-size: 15px;
            }
            .faq-toggle {
                width: 32px;
                height: 32px;
            }
            .faq-answer {
                padding: 0 4px 22px 40px;
            }
            .faq-answer p {
                font-size: 14px;
            }
        }
        .brand-logo {
            display: block;
            width: 210px;
            height: 46px;
            object-fit: contain;
            object-position: left center;
        }
        .site-footer {
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(120, 169, 255, 0.22);
            background: #0f1726;
            color: #f2f5fb;
        }
        .site-footer-inner {
            width: min(calc(100% - 40px), 1280px);
            margin: 0 auto;
        }
        .footer-main {
            display: grid;
            grid-template-columns: minmax(0, 1.18fr) minmax(180px, 0.48fr) minmax(300px, 0.72fr);
            align-items: start;
            gap: clamp(48px, 6vw, 92px);
            padding: 72px 0 58px;
        }
        .footer-brand-lockup {
            display: inline-flex;
            min-height: 48px;
            align-items: center;
            gap: 12px;
            color: #f2f5fb;
        }
        .footer-brand-lockup:focus-visible,
        .footer-link:focus-visible,
        .footer-social-link:focus-visible,
        .footer-back-to-top:focus-visible {
            border-radius: 6px;
            outline: 2px solid #78a9ff;
            outline-offset: 4px;
        }
        .footer-brand-icon {
            display: block;
            width: 48px;
            height: 48px;
            object-fit: contain;
        }
        .footer-brand-name {
            font-size: 24px;
            font-weight: 700;
        }
        .footer-description {
            max-width: 520px;
            margin-top: 22px;
            color: #b8c2d3;
            font-size: 16px;
            line-height: 1.65;
        }
        .footer-status {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-top: 24px;
            color: #8fa0ba;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .footer-status::before {
            width: 7px;
            height: 7px;
            border-radius: 9999px;
            background: #78a9ff;
            box-shadow: 0 0 10px rgba(120, 169, 255, 0.48);
            content: "";
        }
        .footer-group-title {
            display: block;
            margin-bottom: 20px;
            color: #8fa0ba;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .footer-nav {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
        }
        .footer-link {
            position: relative;
            color: #dce5f2;
            font-size: 14px;
            font-weight: 600;
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .footer-link::after {
            position: absolute;
            right: 0;
            bottom: -4px;
            left: 0;
            height: 1px;
            background: #78a9ff;
            content: "";
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.2s ease;
        }
        .footer-link:hover {
            color: #78a9ff;
            transform: translateX(2px);
        }
        .footer-link:hover::after,
        .footer-link:focus-visible::after {
            transform: scaleX(1);
        }
        .footer-action {
            padding-left: clamp(34px, 4vw, 58px);
            border-left: 1px solid rgba(143, 160, 186, 0.2);
        }
        .footer-action p {
            max-width: 330px;
            margin-bottom: 24px;
            color: #f2f5fb;
            font-size: clamp(21px, 2vw, 28px);
            font-weight: 700;
            line-height: 1.3;
        }
        .footer-cta {
            display: inline-flex;
            min-height: 50px;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 13px 22px;
            border-radius: 9999px;
            background: #78a9ff;
            color: #071428;
            font-size: 14px;
            font-weight: 700;
            box-shadow: 0 16px 34px -22px rgba(120, 169, 255, 0.9);
            transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        }
        .footer-cta:hover {
            background: #93baff;
            box-shadow: 0 18px 40px -20px rgba(120, 169, 255, 0.92);
            transform: translateY(-2px);
        }
        .footer-cta:focus-visible {
            outline: 2px solid #f2f5fb;
            outline-offset: 4px;
        }
        .footer-connect {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            padding: 24px 0;
            border-top: 1px solid rgba(143, 160, 186, 0.17);
        }
        .footer-connect-label {
            display: inline-flex;
            min-height: 42px;
            align-items: center;
            margin-right: 8px;
            color: #8fa0ba;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
        }
        .footer-social-link {
            display: inline-flex;
            min-height: 42px;
            align-items: center;
            gap: 9px;
            padding: 8px 12px 8px 9px;
            border: 1px solid rgba(143, 160, 186, 0.24);
            border-radius: 9999px;
            color: #dce5f2;
            font-size: 13px;
            font-weight: 600;
            transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
        }
        .footer-social-link:hover {
            border-color: rgba(120, 169, 255, 0.55);
            background: rgba(120, 169, 255, 0.08);
            color: #78a9ff;
            transform: translateY(-1px);
        }
        .footer-social-link img {
            display: block;
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
        .footer-meta {
            display: flex;
            min-height: 78px;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            border-top: 1px solid rgba(143, 160, 186, 0.17);
            color: #8fa0ba;
            font-size: 12px;
        }
        .footer-legal {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 20px;
        }
        .footer-legal a {
            color: #aab7ca;
            text-decoration: underline;
            text-underline-offset: 3px;
            transition: color 0.2s ease;
        }
        .footer-legal a:hover,
        .footer-legal a:focus-visible {
            color: #78a9ff;
        }
        .footer-back-to-top {
            display: inline-flex;
            width: 42px;
            height: 42px;
            flex: 0 0 42px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(143, 160, 186, 0.26);
            border-radius: 9999px;
            color: #dce5f2;
            transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
        }
        .footer-back-to-top:hover {
            border-color: #78a9ff;
            color: #78a9ff;
            transform: translateY(-2px);
        }
        @media (max-width: 899px) {
            .footer-main {
                grid-template-columns: minmax(0, 1fr) minmax(180px, 0.48fr);
                gap: 48px;
            }
            .footer-action {
                grid-column: 1 / -1;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 32px;
                padding: 32px 0 0;
                border-top: 1px solid rgba(143, 160, 186, 0.2);
                border-left: 0;
            }
            .footer-action p {
                margin-bottom: 0;
            }
        }
        @media (max-width: 599px) {
            .site-footer-inner {
                width: calc(100% - 40px);
            }
            .footer-main {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 58px 0 42px;
                text-align: center;
            }
            .footer-brand-lockup {
                justify-content: center;
            }
            .footer-description {
                margin-right: auto;
                margin-left: auto;
            }
            .footer-status {
                justify-content: center;
            }
            .footer-nav {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                justify-items: center;
                gap: 16px 24px;
            }
            .footer-action {
                grid-column: auto;
                align-items: stretch;
                flex-direction: column;
                gap: 24px;
                padding-top: 36px;
            }
            .footer-action p {
                max-width: 300px;
                margin-right: auto;
                margin-left: auto;
            }
            .footer-cta {
                width: 100%;
            }
            .footer-connect {
                align-items: center;
                justify-content: center;
            }
            .footer-connect-label {
                width: 100%;
                justify-content: center;
                margin-right: 0;
            }
            .footer-meta {
                min-height: 0;
                align-items: center;
                flex-direction: column;
                padding: 28px 0 34px;
                text-align: center;
            }
            .footer-legal {
                justify-content: center;
            }
        }
        .problem-section {
            position: relative;
            isolation: isolate;
            padding: clamp(88px, 8vw, 128px) 0;
            overflow: hidden;
            background: #f2f3ff;
        }
        .problem-section::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -2;
            background: linear-gradient(115deg, rgba(255, 255, 255, 0.52), transparent 42%, rgba(218, 225, 255, 0.2));
            pointer-events: none;
        }
        .problem-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            align-items: center;
            gap: clamp(56px, 7vw, 112px);
        }
        .problem-visual {
            position: relative;
            width: min(100%, 600px);
            min-width: 0;
            margin-inline: auto;
            padding: clamp(14px, 2.4vw, 28px);
            isolation: isolate;
        }
        .problem-signal-field {
            position: absolute;
            inset: 2% -8% -3%;
            z-index: -1;
            width: 116%;
            height: 101%;
            overflow: visible;
            pointer-events: none;
        }
        .problem-signal-path {
            fill: none;
            stroke: rgba(186, 26, 26, 0.2);
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 7 12;
            vector-effect: non-scaling-stroke;
        }
        .problem-signal-path--active {
            stroke: rgba(186, 26, 26, 0.65);
            stroke-width: 2.3;
            stroke-dasharray: 0.06 0.94;
            filter: drop-shadow(0 0 5px rgba(186, 26, 26, 0.24));
            animation: problemSignalTravel 5.8s linear infinite;
        }
        .problem-signal-node {
            fill: rgba(255, 255, 255, 0.92);
            stroke: rgba(186, 26, 26, 0.32);
            stroke-width: 1.2;
            vector-effect: non-scaling-stroke;
        }
        .problem-signal-node-core {
            fill: #ba1a1a;
        }
        .problem-art-frame {
            position: relative;
            z-index: 1;
            transform: rotate(-2deg);
            transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .problem-art-frame::after {
            content: "";
            position: absolute;
            top: -1px;
            left: 0;
            width: 24%;
            height: 3px;
            border-radius: 9999px;
            background: linear-gradient(90deg, #ba1a1a, #ff5449 34%, transparent);
            box-shadow: 0 0 12px rgba(186, 26, 26, 0.78), 0 0 28px rgba(186, 26, 26, 0.38);
            animation: problemEdgeGlow 1.9s ease-in-out infinite;
        }
        .problem-art {
            display: block;
            width: 100%;
            height: auto;
            filter: drop-shadow(0 28px 34px rgba(25, 27, 36, 0.12));
        }
        .problem-edge-alert {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 4;
            display: inline-flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            border: 5px solid rgba(255, 255, 255, 0.94);
            border-radius: 9999px;
            background: #ba1a1a;
            color: #ffffff;
            box-shadow: 0 0 0 1px rgba(147, 0, 10, 0.18), 0 0 18px rgba(186, 26, 26, 0.72), 0 0 42px rgba(186, 26, 26, 0.34);
            transform: translate(-50%, -50%);
            animation: problemBeaconPulse 1.9s ease-in-out infinite;
        }
        .problem-edge-alert::before,
        .problem-edge-alert::after {
            content: "";
            position: absolute;
            inset: -6px;
            z-index: -1;
            border: 1px solid rgba(186, 26, 26, 0.42);
            border-radius: inherit;
            animation: problemBeaconRing 1.9s ease-out infinite;
        }
        .problem-edge-alert::after {
            animation-delay: 0.65s;
        }
        .problem-edge-alert .material-symbols-outlined {
            font-size: 20px;
            font-variation-settings: "FILL" 1, "wght" 700;
        }
        .problem-alert-slot {
            position: absolute;
            z-index: 3;
        }
        .problem-alert-slot--missed {
            top: 9%;
            right: 0;
        }
        .problem-alert-slot--unread {
            top: 43%;
            left: 0;
        }
        .problem-alert-slot--overdue {
            right: 2%;
            bottom: 8%;
        }
        .problem-alert-card {
            display: flex;
            min-width: 158px;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border: 1px solid rgba(186, 26, 26, 0.2);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.94);
            box-shadow: 0 16px 36px -22px rgba(25, 27, 36, 0.5);
        }
        .problem-alert-card .material-symbols-outlined {
            display: inline-flex;
            width: 32px;
            height: 32px;
            flex: 0 0 32px;
            align-items: center;
            justify-content: center;
            border-radius: 7px;
            background: #ffdad6;
            color: #93000a;
            font-size: 18px;
        }
        .problem-alert-card span:last-child {
            display: grid;
            gap: 1px;
        }
        .problem-alert-card small {
            color: #727687;
            font-size: 9px;
            font-weight: 700;
            line-height: 12px;
            text-transform: uppercase;
        }
        .problem-alert-card strong {
            color: #191b24;
            font-size: 12px;
            line-height: 16px;
            white-space: nowrap;
        }
        .problem-alert-slot--missed .problem-alert-card {
            animation: problemAlertFloat 4.8s ease-in-out infinite;
        }
        .problem-alert-slot--unread .problem-alert-card {
            animation: problemAlertFloat 5.4s -1.6s ease-in-out infinite;
        }
        .problem-alert-slot--overdue .problem-alert-card {
            animation: problemAlertFloat 5.1s -3.1s ease-in-out infinite;
        }
        .problem-section.is-motion-ready:not(.is-visible) .problem-art-frame {
            opacity: 0;
            transform: translateY(24px) rotate(-4deg) scale(0.97);
        }
        .problem-section.is-motion-ready:not(.is-visible) .problem-alert-slot {
            opacity: 0;
            transform: translateY(18px) scale(0.96);
        }
        .problem-section.is-visible .problem-alert-slot {
            animation: problemAlertReveal 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
        }
        .problem-section.is-visible .problem-alert-slot--missed {
            animation-delay: 0.26s;
        }
        .problem-section.is-visible .problem-alert-slot--unread {
            animation-delay: 0.4s;
        }
        .problem-section.is-visible .problem-alert-slot--overdue {
            animation-delay: 0.54s;
        }
        .problem-copy {
            width: 100%;
            max-width: 610px;
        }
        .problem-title {
            max-width: 620px;
            font-family: Inter, sans-serif;
            font-size: 52px;
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: 0;
            text-wrap: balance;
        }
        .problem-points {
            width: 100%;
            margin-top: 34px;
            border-top: 1px solid rgba(114, 118, 135, 0.2);
            text-align: left;
        }
        .problem-point {
            display: grid;
            grid-template-columns: 42px minmax(0, 1fr);
            gap: 16px;
            padding: 20px 0;
            border-bottom: 1px solid rgba(114, 118, 135, 0.2);
        }
        .problem-point-icon {
            display: inline-flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(186, 26, 26, 0.14);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.72);
            color: #ba1a1a;
        }
        .problem-point-icon .material-symbols-outlined {
            font-size: 21px;
        }
        .problem-point h3 {
            margin-bottom: 4px;
            color: #191b24;
            font-size: 17px;
            font-weight: 700;
            line-height: 24px;
        }
        .problem-point p {
            color: #424656;
            font-size: 15px;
            line-height: 23px;
        }
        .solution-orbit-section {
            position: relative;
            isolation: isolate;
            padding: clamp(88px, 8vw, 128px) 0 0;
            scroll-margin-top: 76px;
            overflow: clip;
            background: #faf8ff;
        }
        .solution-intro {
            max-width: 820px;
            margin-inline: auto;
            padding-inline: 20px;
            text-align: center;
        }
        .solution-intro h2 {
            margin-top: 16px;
            color: #191b24;
            font-size: clamp(38px, 4.3vw, 58px);
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: 0;
            text-wrap: balance;
        }
        .solution-intro p {
            max-width: 700px;
            margin: 22px auto 0;
            color: #424656;
            font-size: 18px;
            line-height: 28px;
        }
        .solution-scroll {
            position: relative;
            margin-top: 48px;
        }
        .solution-sticky {
            position: relative;
        }
        .solution-shell {
            display: grid;
            width: min(100%, 1280px);
            margin-inline: auto;
            padding: 0 20px 96px;
            gap: 36px;
        }
        .solution-copy {
            min-width: 0;
        }
        .solution-stage-nav {
            display: none;
        }
        .solution-stage-button {
            display: grid;
            min-width: 0;
            grid-template-columns: 40px minmax(0, 1fr);
            align-items: center;
            gap: 10px;
            padding: 10px 8px;
            border: 0;
            background: transparent;
            color: #727687;
            text-align: left;
            cursor: pointer;
            transition: color 0.28s ease, transform 0.28s ease;
        }
        .solution-stage-button:hover {
            color: #191b24;
            transform: translateY(-2px);
        }
        .solution-stage-button:focus-visible {
            border-radius: 8px;
            outline: 2px solid #0050cb;
            outline-offset: 3px;
        }
        .solution-stage-button-icon {
            display: inline-flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(114, 118, 135, 0.22);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.74);
            color: inherit;
            transition: border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        }
        .solution-stage-button-icon .material-symbols-outlined {
            font-size: 20px;
        }
        .solution-stage-button-label {
            overflow: hidden;
            font-size: 13px;
            font-weight: 650;
            line-height: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .solution-stage-button.is-active {
            color: #0050cb;
        }
        .solution-stage-button.is-active .solution-stage-button-icon {
            border-color: rgba(0, 80, 203, 0.3);
            background: #0050cb;
            color: #ffffff;
            box-shadow: 0 10px 24px -14px rgba(0, 80, 203, 0.8);
        }
        .solution-progress-track {
            position: relative;
            height: 2px;
            margin-top: 10px;
            overflow: hidden;
            background: rgba(114, 118, 135, 0.16);
        }
        .solution-progress-track::after {
            content: "";
            position: absolute;
            inset: 0 auto 0 0;
            width: var(--solution-progress, 0%);
            background: #0050cb;
            transition: width 0.12s linear;
        }
        .solution-detail-stack {
            display: grid;
        }
        .solution-detail {
            padding: 28px 0;
            border-top: 1px solid rgba(114, 118, 135, 0.18);
        }
        .solution-detail:first-child {
            border-top: 0;
        }
        .solution-detail-kicker {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
            color: var(--stage-accent, #0050cb);
            font-size: 12px;
            font-weight: 700;
            line-height: 18px;
            text-transform: uppercase;
        }
        .solution-detail-kicker::before {
            content: "";
            width: 26px;
            height: 2px;
            background: currentColor;
        }
        .solution-detail h3 {
            max-width: 560px;
            color: #191b24;
            font-size: clamp(28px, 3.4vw, 44px);
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: 0;
            text-wrap: balance;
        }
        .solution-detail > p {
            max-width: 570px;
            margin-top: 16px;
            color: #424656;
            font-size: 17px;
            line-height: 27px;
        }
        .solution-outcome-list {
            display: grid;
            max-width: 570px;
            margin-top: 24px;
            border-top: 1px solid rgba(114, 118, 135, 0.16);
        }
        .solution-outcome-list li {
            display: grid;
            grid-template-columns: 24px minmax(0, 1fr);
            align-items: center;
            gap: 10px;
            padding: 12px 0;
            border-bottom: 1px solid rgba(114, 118, 135, 0.16);
            color: #191b24;
            font-size: 14px;
            font-weight: 600;
            line-height: 21px;
        }
        .solution-outcome-list .material-symbols-outlined {
            color: var(--stage-accent, #0050cb);
            font-size: 19px;
        }
        .solution-orbit-scene {
            position: relative;
            order: -1;
            height: 340px;
            min-width: 0;
            isolation: isolate;
        }
        .solution-orbit-track,
        .solution-orbit-track::before {
            position: absolute;
            top: 50%;
            left: 50%;
            border: 1px solid rgba(0, 80, 203, 0.16);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            content: "";
        }
        .solution-orbit-track {
            width: min(76vw, 300px);
            aspect-ratio: 1;
        }
        .solution-orbit-track::before {
            width: 72%;
            aspect-ratio: 1;
            border-style: dashed;
            border-color: rgba(114, 118, 135, 0.16);
        }
        .solution-signal-line {
            position: absolute;
            bottom: 50%;
            left: 50%;
            z-index: -1;
            width: 2px;
            height: 76px;
            overflow: visible;
            background: rgba(0, 80, 203, 0.24);
            transform: translateX(-50%) rotate(var(--solution-signal-angle, 0deg));
            transform-origin: center bottom;
        }
        .solution-signal-line::after {
            content: "";
            position: absolute;
            top: -4px;
            left: 50%;
            width: 8px;
            height: 8px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            background: #0066ff;
            box-shadow: 0 0 14px rgba(0, 102, 255, 0.7);
            transform: translateX(-50%);
            animation: solutionSignalPulse 1.4s ease-in-out infinite;
        }
        .solution-hub {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            display: grid;
            width: 174px;
            min-height: 174px;
            place-items: center;
            padding: 20px;
            border: 1px solid rgba(0, 80, 203, 0.2);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.82);
            box-shadow: 0 24px 70px -36px rgba(25, 27, 36, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.9);
            text-align: center;
            transform: translate(-50%, -50%);
            backdrop-filter: blur(16px);
        }
        .solution-hub-mark {
            display: inline-flex;
            width: 38px;
            height: 38px;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            background: #0050cb;
            color: #ffffff;
        }
        .solution-hub-mark .material-symbols-outlined {
            font-size: 21px;
        }
        .solution-hub small {
            display: block;
            margin-top: 10px;
            color: #727687;
            font-size: 9px;
            font-weight: 700;
            line-height: 13px;
            text-transform: uppercase;
        }
        .solution-hub strong {
            display: block;
            margin-top: 4px;
            color: #191b24;
            font-size: 13px;
            line-height: 18px;
        }
        .solution-hub-status {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            margin-top: 9px;
            color: #505f76;
            font-size: 9px;
            line-height: 13px;
        }
        .solution-hub-status::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #16a085;
            box-shadow: 0 0 0 3px rgba(22, 160, 133, 0.12);
        }
        .solution-orbit-card {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 3;
            display: inline-flex;
            width: 48px;
            height: 48px;
            align-items: center;
            justify-content: center;
            border: 1px solid color-mix(in srgb, var(--stage-accent) 24%, transparent);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.94);
            color: var(--stage-accent);
            box-shadow: 0 14px 34px -24px rgba(25, 27, 36, 0.65);
            transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y));
            transition: border-color 0.28s ease, box-shadow 0.28s ease, opacity 0.28s ease;
            will-change: transform;
        }
        .solution-orbit-card .material-symbols-outlined {
            font-size: 21px;
        }
        .solution-orbit-card-copy {
            display: none;
        }
        .solution-orbit-card.is-active {
            border-color: var(--stage-accent);
            box-shadow: 0 0 0 4px color-mix(in srgb, var(--stage-accent) 10%, transparent), 0 18px 42px -22px color-mix(in srgb, var(--stage-accent) 72%, transparent);
        }
        html.dark .site-header::before {
            background: linear-gradient(180deg, rgba(12, 18, 32, 0.98), rgba(12, 18, 32, 0));
        }
        html.dark .nav-shell,
        html.dark .mobile-menu {
            border-color: rgba(130, 144, 166, 0.28);
            background: rgba(21, 31, 48, 0.92);
            box-shadow: 0 18px 52px -32px rgba(0, 0, 0, 0.72);
        }
        html.dark .site-header.is-scrolled .nav-shell {
            background: rgba(21, 31, 48, 0.97);
            box-shadow: 0 16px 42px -28px rgba(0, 0, 0, 0.82);
        }
        html.dark .nav-link,
        html.dark .mobile-menu a:not(.mobile-menu-cta),
        html.dark .mobile-menu-toggle {
            color: rgb(var(--color-on-surface-variant));
        }
        html.dark .nav-link:hover,
        html.dark .nav-link:focus-visible,
        html.dark .mobile-menu-toggle:hover,
        html.dark .mobile-menu-toggle:focus-visible {
            color: rgb(var(--color-primary));
        }
        html.dark .mobile-menu a:not(.mobile-menu-cta) {
            border-color: rgba(130, 144, 166, 0.2);
        }
        html.dark .theme-toggle {
            border-color: rgba(130, 144, 166, 0.3);
            background: rgba(36, 50, 73, 0.76);
            color: rgb(var(--color-primary));
        }
        html.dark .brand-logo {
            filter: brightness(0) invert(1) brightness(1.18) saturate(0.55) drop-shadow(0 0 12px rgba(120, 169, 255, 0.12));
        }
        html.dark .hero-stage {
            background: linear-gradient(120deg, rgba(12, 18, 32, 0.99) 0%, rgba(15, 23, 38, 0.96) 48%, rgba(17, 26, 42, 0.92) 100%);
        }
        html.dark .hero-stage::after {
            border-color: rgba(120, 169, 255, 0.14);
            background: linear-gradient(135deg, rgba(36, 50, 73, 0.44), rgba(26, 55, 102, 0.12));
        }
        html.dark .signal-map-path {
            stroke: rgba(120, 169, 255, 0.2);
        }
        html.dark .signal-map-path--soft {
            stroke: rgba(184, 194, 211, 0.12);
        }
        html.dark .signal-map-path--active {
            stroke: #78a9ff;
            filter: drop-shadow(0 0 6px rgba(120, 169, 255, 0.55));
        }
        html.dark .signal-map-node {
            fill: rgba(21, 31, 48, 0.96);
            stroke: rgba(120, 169, 255, 0.38);
        }
        html.dark .hero-eyebrow,
        html.dark .hero-status-card,
        html.dark .hero-flow-rail {
            border-color: rgba(120, 169, 255, 0.24);
            background: rgba(21, 31, 48, 0.86);
            box-shadow: 0 20px 42px -24px rgba(0, 0, 0, 0.78);
        }
        html.dark .hero-eyebrow {
            color: #b9d0ff;
        }
        html.dark .hero-title .hero-accent {
            color: rgb(var(--color-primary));
        }
        html.dark .hero-status-card small {
            color: rgb(var(--color-outline));
        }
        html.dark .hero-status-card strong,
        html.dark .hero-proof-item,
        html.dark .hero-flow-step {
            color: rgb(var(--color-on-surface));
        }
        html.dark .hero-flow-step {
            background: rgba(36, 50, 73, 0.76);
        }
        html.dark .hero-proof-row {
            border-color: rgba(130, 144, 166, 0.24);
        }
        html.dark .hero-proof-item + .hero-proof-item {
            border-color: rgba(130, 144, 166, 0.2);
        }
        html.dark .problem-section {
            background: rgb(var(--color-surface-container-low));
        }
        html.dark .problem-section::before {
            background: linear-gradient(115deg, rgba(36, 50, 73, 0.34), transparent 42%, rgba(26, 55, 102, 0.2));
        }
        html.dark .problem-signal-node {
            fill: rgba(21, 31, 48, 0.96);
        }
        html.dark .problem-edge-alert {
            border-color: rgba(21, 31, 48, 0.96);
        }
        html.dark .problem-alert-card,
        html.dark .problem-point-icon {
            background: rgba(21, 31, 48, 0.94);
        }
        html.dark .problem-point-icon {
            color: rgb(var(--color-error));
        }
        html.dark .problem-alert-card small {
            color: rgb(var(--color-outline));
        }
        html.dark .problem-alert-card strong,
        html.dark .problem-point h3 {
            color: rgb(var(--color-on-surface));
        }
        html.dark .problem-point p {
            color: rgb(var(--color-on-surface-variant));
        }
        html.dark .solution-orbit-section {
            background: rgb(var(--color-surface));
        }
        html.dark .solution-intro h2,
        html.dark .solution-stage-button:hover,
        html.dark .solution-detail h3,
        html.dark .solution-outcome-list li,
        html.dark .solution-hub strong,
        html.dark .solution-orbit-card-copy strong {
            color: rgb(var(--color-on-surface));
        }
        html.dark .solution-intro p,
        html.dark .solution-detail > p,
        html.dark .solution-hub-status {
            color: rgb(var(--color-on-surface-variant));
        }
        html.dark .solution-stage-button,
        html.dark .solution-hub small,
        html.dark .solution-orbit-card-copy small {
            color: rgb(var(--color-outline));
        }
        html.dark .solution-detail:nth-child(1) {
            --stage-accent: #78a9ff !important;
        }
        html.dark .solution-detail:nth-child(2) {
            --stage-accent: #5fd3df !important;
        }
        html.dark .solution-detail:nth-child(3) {
            --stage-accent: #ffc064 !important;
        }
        html.dark .solution-detail:nth-child(4) {
            --stage-accent: #75c891 !important;
        }
        html.dark .solution-stage-button-icon,
        html.dark .solution-hub,
        html.dark .solution-orbit-card {
            border-color: rgba(130, 144, 166, 0.28);
            background: rgba(21, 31, 48, 0.9);
            box-shadow: 0 18px 42px -24px rgba(0, 0, 0, 0.74);
        }
        html.dark .solution-orbit-track::before {
            border-color: rgba(130, 144, 166, 0.22);
        }
        html.dark details[open] {
            border-color: rgba(120, 169, 255, 0.34);
            box-shadow: 0 12px 28px -18px rgba(0, 0, 0, 0.7);
        }
        @keyframes solutionSignalPulse {
            0%, 100% { opacity: 0.55; transform: translate(-50%, 8px) scale(0.82); }
            50% { opacity: 1; transform: translate(-50%, -5px) scale(1); }
        }
        @keyframes heroReveal {
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes heroPulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.65; transform: scale(0.82); }
        }
        @keyframes heroDashboardFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-9px); }
        }
        @keyframes heroStatusFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }
        @keyframes heroFlowSweep {
            from { left: -110px; }
            to { left: calc(100% + 20px); }
        }
        @keyframes signalMapTravel {
            from { stroke-dashoffset: 1; }
            to { stroke-dashoffset: 0; }
        }
        @keyframes problemSignalTravel {
            from { stroke-dashoffset: 1; }
            to { stroke-dashoffset: 0; }
        }
        @keyframes problemAlertReveal {
            from { opacity: 0; transform: translateY(18px) scale(0.96); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }
        @keyframes problemAlertFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-7px); }
        }
        @keyframes problemEdgeGlow {
            0%, 100% { opacity: 0.62; }
            50% { opacity: 1; }
        }
        @keyframes problemBeaconPulse {
            0%, 100% { transform: translate(-50%, -50%) scale(0.94); }
            50% { transform: translate(-50%, -50%) scale(1); }
        }
        @keyframes problemBeaconRing {
            0% { opacity: 0.72; transform: scale(0.72); }
            80%, 100% { opacity: 0; transform: scale(1.65); }
        }
        @media (prefers-reduced-motion: reduce) {
            .walkthrough-poster img,
            .walkthrough-play-icon,
            .walkthrough-chapters a,
            .walkthrough-chapters .material-symbols-outlined,
            .walkthrough-full-link .material-symbols-outlined {
                transition: none !important;
            }
            .walkthrough-poster:hover img,
            .walkthrough-poster:hover .walkthrough-play-icon,
            .walkthrough-chapters a:hover .material-symbols-outlined,
            .walkthrough-full-link:hover .material-symbols-outlined {
                transform: none !important;
            }
            .closing-button,
            .faq-item,
            .faq-summary h3,
            .faq-toggle {
                transition: none !important;
            }
            .closing-button:hover {
                transform: none !important;
            }
            .about-founder-image {
                animation: none !important;
            }
            .project-tab,
            .project-tab::after,
            .projects-cta-link {
                transition: none !important;
            }
            .project-panel {
                animation: none !important;
            }
            .projects-cta-link:hover {
                transform: none !important;
            }
            .process-track,
            .process-traveler,
            .process-phase,
            .process-node,
            .journey-signal,
            .offer-flow-arrow .material-symbols-outlined,
            .comparison-track--manual .journey-step:nth-child(3) .journey-node::after,
            .hero-eyebrow-dot,
            .hero-dashboard,
            .hero-status-card,
            .hero-flow-rail::before,
            .signal-map-path--active,
            .hero-reveal {
                animation: none;
            }
            .process-section .process-track,
            .process-section .process-phase {
                clip-path: none !important;
                opacity: 1 !important;
                transform: none !important;
            }
            .process-traveler {
                display: none;
            }
            .hero-reveal {
                opacity: 1;
                transform: none;
            }
            .hero-visual-stage {
                transform: none;
                transition: none;
            }
            .signal-map-path--active {
                stroke-dasharray: none;
                opacity: 0.2;
                filter: none;
            }
            .problem-art-frame,
            .problem-alert-slot,
            .problem-alert-card,
            .problem-art-frame::after,
            .problem-edge-alert,
            .problem-edge-alert::before,
            .problem-edge-alert::after,
            .problem-signal-path--active {
                animation: none !important;
                opacity: 1 !important;
                transition: none !important;
            }
            .problem-art-frame,
            .problem-alert-slot,
            .problem-alert-card {
                transform: none !important;
            }
            .problem-edge-alert {
                transform: translate(-50%, -50%) !important;
            }
            .problem-edge-alert::before,
            .problem-edge-alert::after {
                display: none;
            }
            .problem-signal-path--active {
                stroke-dasharray: none;
                opacity: 0.24;
                filter: none;
            }
        }
        @media (min-width: 1100px) {
            .hero-layout {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                gap: clamp(64px, 6vw, 96px);
            }
            .problem-layout {
                grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
            }
            .problem-copy {
                justify-self: end;
            }
            .solution-scroll {
                height: 360vh;
                margin-top: 24px;
            }
            .solution-sticky {
                position: sticky;
                top: 76px;
                display: flex;
                height: calc(100vh - 76px);
                min-height: 650px;
                align-items: center;
            }
            .solution-shell {
                grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
                align-items: center;
                gap: clamp(56px, 6vw, 92px);
                padding: 28px 48px 44px;
            }
            .solution-stage-nav {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 4px 12px;
            }
            .solution-detail-stack {
                position: relative;
                min-height: 390px;
                margin-top: 34px;
            }
            .solution-detail {
                position: absolute;
                inset: 0;
                padding: 0;
                border: 0;
                opacity: 0;
                visibility: hidden;
                transform: translateY(22px);
                transition: opacity 0.34s ease, transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
            }
            .solution-detail.is-active {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }
            .solution-detail h3 {
                font-size: clamp(34px, 3vw, 46px);
            }
            .solution-orbit-scene {
                order: initial;
                height: min(64vw, 620px);
                max-height: 620px;
            }
            .solution-orbit-track {
                width: min(35vw, 500px);
            }
            .solution-hub {
                width: 222px;
                min-height: 222px;
                padding: 28px;
            }
            .solution-hub-mark {
                width: 46px;
                height: 46px;
            }
            .solution-hub-mark .material-symbols-outlined {
                font-size: 25px;
            }
            .solution-hub small {
                margin-top: 12px;
                font-size: 10px;
            }
            .solution-hub strong {
                font-size: 15px;
                line-height: 20px;
            }
            .solution-hub-status {
                font-size: 10px;
            }
            .solution-signal-line {
                height: 118px;
            }
            .solution-orbit-card {
                width: 172px;
                height: 90px;
                justify-content: flex-start;
                gap: 12px;
                padding: 14px;
            }
            .solution-orbit-card .material-symbols-outlined {
                flex: 0 0 auto;
                font-size: 23px;
            }
            .solution-orbit-card-copy {
                display: grid;
                min-width: 0;
                gap: 3px;
            }
            .solution-orbit-card-copy small {
                color: #727687;
                font-size: 9px;
                font-weight: 700;
                line-height: 12px;
                text-transform: uppercase;
            }
            .solution-orbit-card-copy strong {
                color: #191b24;
                font-size: 12px;
                line-height: 15px;
            }
            .solution-orbit-card.is-active {
                transform: translate(-50%, -50%) translate(var(--orbit-x), var(--orbit-y)) scale(1.08);
            }
        }
        @media (min-width: 1440px) {
            .problem-visual {
                margin-left: -24px;
            }
        }
        @media (min-width: 1600px) {
            .hero-stage::after {
                right: -8%;
                width: 54%;
                transform: skewX(-5deg) skewY(-4deg);
            }
            .signal-map-path--active-lower {
                display: block;
            }
        }
        @media (max-width: 1023px) {
            .hero-stage {
                padding-top: 64px;
            }
            .hero-stage::after {
                top: 48%;
                right: -18%;
                width: 100%;
                height: 48%;
            }
            .hero-copy {
                margin: 0 auto;
            }
            .hero-visual-column {
                min-height: 560px;
                justify-content: center;
            }
            .hero-title .hero-accent {
                white-space: normal;
            }
            .hero-visual-stage {
                margin-right: 0;
            }
            .hero-signal-map {
                top: 43%;
                right: -18%;
                width: 112%;
                height: 52%;
                opacity: 0.62;
            }
            .problem-title {
                font-size: 46px;
            }
        }
        @media (max-width: 767px) {
            .site-header {
                padding: 8px 12px 0;
            }
            .nav-shell {
                min-height: 64px;
                padding: 0 8px 0 14px;
            }
            .brand-logo {
                width: 174px;
                height: 40px;
            }
            .hero-stage {
                min-height: 0;
                padding: 60px 0 44px;
            }
            .hero-layout {
                gap: 32px;
            }
            .hero-signal-map {
                display: none;
            }
            .hero-eyebrow {
                max-width: 100%;
                padding: 7px 10px;
                font-size: 11px;
                line-height: 16px;
            }
            .hero-title {
                font-size: clamp(38px, 11vw, 48px);
                line-height: 1.12;
            }
            .hero-supporting-copy {
                font-size: 17px;
                line-height: 27px;
            }
            .hero-primary-cta {
                width: 100%;
            }
            .hero-proof-row {
                grid-template-columns: 1fr;
                gap: 0;
            }
            .hero-proof-item,
            .hero-proof-item + .hero-proof-item {
                min-height: 48px;
                padding: 10px 0;
                border-left: 0;
            }
            .hero-proof-item + .hero-proof-item {
                border-top: 1px solid rgba(114, 118, 135, 0.1);
            }
            .hero-visual-column {
                min-height: 0;
            }
            .hero-visual-stage {
                width: calc(100% + 24px);
                margin-left: -12px;
            }
            .hero-status-card {
                min-width: 144px;
                padding: 9px 10px;
            }
            .hero-status-card .material-symbols-outlined {
                width: 30px;
                height: 30px;
            }
            .hero-status-card--lead {
                top: 15%;
                left: 0;
            }
            .hero-status-card--followup {
                top: 47%;
                right: 0;
            }
            .hero-flow-rail {
                right: 2%;
                bottom: 3%;
                left: 2%;
                gap: 5px;
                padding: 7px;
            }
            .hero-flow-step {
                justify-content: center;
                padding: 7px 4px;
                font-size: 9px;
            }
            .problem-section {
                padding: 64px 0 88px;
            }
            .problem-layout {
                gap: 48px;
            }
            .problem-visual {
                width: calc(100% + 8px);
                margin-left: -4px;
                padding: 8px 0 18px;
            }
            .problem-signal-field {
                inset: 0;
                width: 100%;
                height: 100%;
                opacity: 0.7;
            }
            .problem-alert-slot--missed {
                top: 6%;
                right: 0;
            }
            .problem-alert-slot--unread {
                top: 43%;
                left: 0;
            }
            .problem-alert-slot--overdue {
                right: 0;
                bottom: 7%;
            }
            .problem-alert-card {
                min-width: 126px;
                gap: 7px;
                padding: 7px 8px;
            }
            .problem-alert-card .material-symbols-outlined {
                width: 27px;
                height: 27px;
                flex-basis: 27px;
                font-size: 16px;
            }
            .problem-alert-card small {
                font-size: 8px;
                line-height: 10px;
            }
            .problem-alert-card strong {
                font-size: 10px;
                line-height: 13px;
            }
            .problem-art-frame::after {
                top: -1px;
                width: 28%;
                height: 3px;
            }
            .problem-edge-alert {
                left: 34px;
                width: 34px;
                height: 34px;
                border-width: 4px;
            }
            .problem-edge-alert .material-symbols-outlined {
                font-size: 17px;
            }
            .problem-title {
                font-size: 36px;
                line-height: 1.12;
            }
            .problem-point {
                grid-template-columns: 38px minmax(0, 1fr);
                gap: 13px;
                padding: 18px 0;
            }
            .problem-point-icon {
                width: 38px;
                height: 38px;
            }
            .solution-intro {
                text-align: center;
            }
            .solution-intro h2 {
                font-size: 36px;
                line-height: 1.12;
            }
            .solution-intro p {
                font-size: 16px;
                line-height: 25px;
            }
            .solution-shell {
                gap: 24px;
                padding-bottom: 84px;
            }
            .solution-orbit-scene {
                height: 310px;
            }
            .solution-detail h3 {
                font-size: 28px;
                line-height: 1.14;
            }
            .solution-detail > p {
                font-size: 16px;
                line-height: 25px;
            }
        }
        @media (min-width: 768px) and (max-width: 1099px) {
            .solution-shell {
                padding-inline: 48px;
            }
            .solution-orbit-scene {
                height: 500px;
            }
            .solution-orbit-track {
                width: 420px;
            }
            .solution-hub {
                width: 210px;
                min-height: 210px;
            }
            .solution-orbit-card {
                width: 132px;
                height: 76px;
                justify-content: flex-start;
                gap: 10px;
                padding: 12px;
            }
            .solution-orbit-card-copy {
                display: grid;
                gap: 2px;
            }
            .solution-orbit-card-copy small {
                color: #727687;
                font-size: 8px;
                font-weight: 700;
                text-transform: uppercase;
            }
            .solution-orbit-card-copy strong {
                color: #191b24;
                font-size: 11px;
                line-height: 14px;
            }
            .solution-orbit-card[data-solution-card="0"] {
                --orbit-x: 0px !important;
                --orbit-y: -182px !important;
            }
            .solution-orbit-card[data-solution-card="1"] {
                --orbit-x: 182px !important;
                --orbit-y: 0px !important;
            }
            .solution-orbit-card[data-solution-card="2"] {
                --orbit-x: 0px !important;
                --orbit-y: 182px !important;
            }
            .solution-orbit-card[data-solution-card="3"] {
                --orbit-x: -182px !important;
                --orbit-y: 0px !important;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            .solution-scroll {
                height: auto !important;
            }
            .solution-sticky {
                position: relative !important;
                top: auto !important;
                height: auto !important;
                min-height: 0 !important;
            }
            .solution-shell {
                grid-template-columns: 1fr !important;
            }
            .solution-stage-nav,
            .solution-progress-track {
                display: none !important;
            }
            .solution-orbit-scene {
                order: -1 !important;
            }
            .solution-detail-stack {
                display: grid !important;
                min-height: 0 !important;
            }
            .solution-detail {
                position: relative !important;
                inset: auto !important;
                padding: 28px 0 !important;
                border-top: 1px solid rgba(114, 118, 135, 0.18) !important;
                opacity: 1 !important;
                visibility: visible !important;
                transform: none !important;
                transition: none !important;
            }
            .solution-signal-line::after {
                animation: none !important;
            }
            .solution-orbit-card {
                transition: none !important;
            }
        }

details summary::-webkit-details-marker {
    display: none;
  }
  details[open] {
    border-color: #0050cb33;
    box-shadow: 0 10px 15px -3px rgba(0, 80, 203, 0.05);
  }
