/* Homepage v8.39 ported from drafts/homepage/figfy-homepage-mockup-v8-39.html */
:root {
            --bg: #f8f6f2;
            --hero-surface: #faf8f4;
            --surface: rgba(255, 255, 255, 0.9);
            --surface-strong: #ffffff;
            --surface-soft: rgba(203, 213, 225, 0.18);
            --line: rgba(203, 213, 225, 0.72);
            --line-strong: rgba(40, 48, 58, 0.16);
            --text: #312f2e;
            --text-muted: #28303a;
            --text-soft: rgba(40, 48, 58, 0.72);
            --brand: #7a5c87;
            --brand-strong: #7a5c87;
            --brand-soft: color-mix(in srgb, var(--brand) 16%, transparent);
            --amber: #e9b44c;
            --amber-soft: rgba(233, 180, 76, 0.22);
            --emerald: #22c55e;
            --emerald-soft: rgba(34, 197, 94, 0.14);
            --secondary: #cbd5e1;
            --shadow-lg: 0 28px 70px rgba(49, 47, 46, 0.08);
            --shadow-md: 0 16px 40px rgba(49, 47, 46, 0.06);
            --radius-xl: 34px;
            --radius-lg: 28px;
            --radius-md: 20px;
            --container: 1180px;
            --font-display: "Raleway", sans-serif;
            --font-body: "Manrope", sans-serif;
            --wordmark: #6b3073;
        }
.home-v839 {
            background:
                radial-gradient(ellipse 72% 52% at -2% -4%, color-mix(in srgb, var(--amber) 38%, transparent), transparent),
                radial-gradient(ellipse 58% 44% at 102% -2%, color-mix(in srgb, var(--brand) 32%, transparent), transparent),
                radial-gradient(ellipse 40% 30% at 50% 100%, color-mix(in srgb, var(--amber) 18%, transparent), transparent),
                linear-gradient(180deg, #faf8f4 0%, #f8f6f2 44%, #f1ede6 100%);
            color: var(--text);
            font-family: var(--font-body);
            line-height: 1.55;
        }
.home-v839 h1, .home-v839 h2, .home-v839 h3, .home-v839 h4 {
            font-family: var(--font-display);
        }
.home-v839 button, .home-v839 input, .home-v839 select, .home-v839 textarea {
            font-family: inherit;
        }
.home-v839 a {
            color: inherit;
            text-decoration: none;
        }

        .page-shell {
            overflow: clip;
        }

        .home-v839 .container {
            margin: 0 auto;
            max-width: var(--container);
            padding: 0 24px;
        }





        .btn {
            align-items: center;
            border: 1px solid transparent;
            border-radius: 999px;
            display: inline-flex;
            font-size: 0.96rem;
            font-weight: 700;
            gap: 10px;
            justify-content: center;
            min-height: 48px;
            padding: 0 18px;
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
        }

        .btn:hover {
            transform: translateY(-1px);
        }

        .btn-primary {
            background: var(--text);
            box-shadow: 0 14px 30px rgba(49, 47, 46, 0.12);
            color: #ffffff;
        }

        .home-v839 .btn-primary {
            color: #ffffff;
        }

        .btn-secondary {
            background: #ffffff;
            border-color: var(--line-strong);
            color: var(--text);
        }

        .home-v839 .btn-secondary {
            color: var(--text);
        }

        .btn-inline {
            color: var(--brand-strong);
            font-weight: 700;
        }

        .hero {
            background: transparent;
            padding: 72px 0 64px;
        }

        .hero-centered {
            margin: 0 auto;
            max-width: 840px;
            text-align: center;
        }

        .eyebrow,
        .kicker {
            color: var(--brand-strong);
            display: inline-flex;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .eyebrow {
            align-items: center;
            background: rgba(255, 255, 255, 0.82);
            border: 1px solid var(--line);
            border-radius: 999px;
            display: inline-flex;
            gap: 10px;
            margin-bottom: 18px;
            padding: 10px 16px;
        }

        h1 {
            font-size: clamp(2.2rem, 4.4vw, 4.1rem);
            font-weight: 800;
            letter-spacing: 0;
            line-height: 0.97;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 18px;
            max-width: 22ch;
        }

        .hero-lead {
            color: var(--text-muted);
            font-size: 1rem;
            line-height: 1.68;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 18px;
            max-width: 54ch;
        }

        .hero-lead strong {
            color: var(--text);
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            justify-content: center;
        }

        .hero-support {
            color: var(--text-soft);
            font-size: 0.9rem;
            font-weight: 700;
            margin-top: 14px;
        }

        .hero-note {
            color: var(--text-muted);
            font-size: 0.94rem;
            line-height: 1.68;
            margin: 12px auto 0;
            max-width: 48ch;
        }

        .hero-proof-card,
        .problem-card,
        .model-card,
        .walkthrough-card,
        .proof-card,
        .audience-card {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-md);
        }

        .hero-proof-card span,
        .proof-card span,
        .audience-card span,
        .model-card .card-label,
        .walkthrough-label {
            color: var(--text-soft);
            display: block;
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            margin-bottom: 12px;
            text-transform: uppercase;
        }

        .model-card p,
        .walkthrough-card p,
        .proof-card p,
        .step-card p {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.72;
        }

        .hero-gallery {
            margin-top: 28px;
            position: absolute;
        }

        .hero-gallery:before {
            background: radial-gradient(circle at center, rgba(122, 92, 135, 0.22), transparent 55%);
            content: "";
            height: 320px;
            left: 50%;
            position: absolute;
            top: 54px;
            transition: background 280ms ease;
            transform: translateX(-50%);
            width: min(96vw, 1080px);
            z-index: 0;
        }

        .hero-gallery:after {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65));
            bottom: -18px;
            content: "";
            height: 84px;
            left: 9%;
            pointer-events: none;
            position: absolute;
            position: absolute;
            right: 9%;
            z-index: 1;
        }

        .hero-stage-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            margin-bottom: 18px;
            position: relative;
            z-index: 1;
        }

        .hero-stage-tab {
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid var(--line);
            border-radius: 999px;
            color: var(--text-muted);
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            padding: 10px 14px;
        }

        .hero-stage-tab.active {
            background: var(--text);
            color: #ffffff;
        }

        .hero-gallery-stage {
            margin: 0 auto;
            max-width: 1140px;
            min-height: 0;
            position: relative;
            z-index: 2;
        }

        .gallery-card {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 246, 242, 0.96));
            border: 1px solid var(--line);
            border-radius: 28px;
            box-shadow: var(--shadow-lg);
            overflow: hidden;
            position: relative;
            transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
        }

        .gallery-card-main {
            margin: 0 auto;
            max-width: 1120px;
            transform: none;
            width: 100%;
            z-index: 2;
            animation: float-main 8s ease-in-out infinite;
        }

        .gallery-card-left,
        .gallery-card-right {
            position: absolute;
            width: clamp(220px, 26vw, 300px);
            z-index: 3;
        }

        .gallery-card-left {
            left: 0;
            top: 78px;
            transform: rotate(-6deg);
            animation: float-left 6.5s ease-in-out infinite;
        }

        .gallery-card-right {
            bottom: 24px;
            right: 0;
            transform: rotate(6deg);
            animation: float-right 6.8s ease-in-out infinite;
        }

        .gallery-card img {
            display: block;
            height: auto;
            max-width: 100%;
            width: 100%;
        }

        .gallery-card-header {
            align-items: center;
            background: rgba(255, 255, 255, 0.92);
            border-bottom: 1px solid var(--line);
            display: flex;
            font-size: 0.76rem;
            font-weight: 800;
            gap: 8px;
            letter-spacing: 0.08em;
            padding: 13px 16px;
            text-transform: uppercase;
            transition: background 280ms ease, border-color 280ms ease;
        }

        .gallery-dots {
            display: inline-flex;
            gap: 5px;
        }

        .gallery-dots span {
            background: rgba(40, 48, 58, 0.18);
            border-radius: 999px;
            display: inline-block;
            height: 7px;
            width: 7px;
        }

        .gallery-dots span:first-child {
            background: var(--amber);
        }

        .gallery-dots span:nth-child(2) {
            background: var(--secondary);
        }

        .gallery-dots span:nth-child(3) {
            background: var(--brand);
        }

        .gallery-image-frame {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 246, 242, 0.92) 100%);
            max-height: 660px;
            transition: background 280ms ease;
            overflow: hidden;
        }

        .gallery-image-frame img {
            object-fit: cover;
            object-position: top center;
        }

        .gallery-image-frame.tall {
            max-height: 360px;
        }

        .gallery-main-note {
            background: rgba(49, 47, 46, 0.92);
            border-radius: 999px;
            box-shadow: 0 10px 25px rgba(49, 47, 46, 0.16);
            color: #ffffff;
            font-size: 0.82rem;
            font-weight: 800;
            padding: 10px 14px;
            position: absolute;
            right: 18px;
            top: 66px;
        }

        .gallery-main-note.secondary {
            background: rgba(255, 255, 255, 0.96);
            color: var(--text);
            right: auto;
            left: 18px;
            top: auto;
            bottom: 18px;
        }

        .gallery-main-footer {
            align-items: center;
            background: rgba(255, 255, 255, 0.96);
            border-top: 1px solid var(--line);
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: space-between;
            padding: 14px 18px;
        }

        .gallery-footer-title {
            font-size: 0.95rem;
            font-weight: 800;
            letter-spacing: 0;
        }

        .gallery-footer-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .gallery-footer-meta span {
            background: rgba(40, 48, 58, 0.05);
            border-radius: 999px;
            color: var(--text-soft);
            font-size: 0.74rem;
            font-weight: 800;
            padding: 7px 10px;
        }

        .hero-gallery-caption {
            color: var(--text-muted);
            font-size: 0.94rem;
            line-height: 1.72;
            margin: 16px auto 0;
            max-width: 60ch;
            text-align: center;
        }

        .hero-stage {
            position: relative;
        }

        .hero-stage:before,
        .hero-stage:after {
            border-radius: 50%;
            content: "";
            filter: blur(14px);
            position: absolute;
            z-index: 0;
        }

        .hero-stage:before {
            background: rgba(122, 92, 135, 0.12);
            height: 220px;
            right: -40px;
            top: 24px;
            width: 220px;
        }

        .hero-stage:after {
            background: rgba(233, 180, 76, 0.14);
            bottom: 18px;
            height: 180px;
            left: -30px;
            width: 180px;
        }

        .signal-card {
            background: linear-gradient(160deg, #ffffff 0%, rgba(248, 246, 242, 0.92) 100%);
            border: 1px solid var(--line);
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-lg);
            overflow: hidden;
            padding: 24px;
            position: relative;
            z-index: 1;
        }

        .signal-topline {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 26px;
        }

        .signal-score {
            color: var(--text-soft);
            font-size: 0.9rem;
            font-weight: 700;
        }

        .marketplace-stage,
        .walkthrough-preview {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 246, 242, 0.94) 100%);
            border: 1px solid var(--line);
            border-radius: 24px;
            padding: 16px;
        }

        .stage-nav,
        .preview-browser {
            align-items: center;
            display: flex;
            gap: 7px;
            margin-bottom: 14px;
        }

        .stage-dot,
        .preview-browser span {
            background: rgba(40, 48, 58, 0.14);
            border-radius: 999px;
            display: inline-block;
            height: 8px;
            width: 8px;
        }

        .stage-dot:first-child,
        .preview-browser span:first-child {
            background: var(--amber);
        }

        .stage-dot:nth-child(2),
        .preview-browser span:nth-child(2) {
            background: var(--secondary);
        }

        .stage-dot:nth-child(3),
        .preview-browser span:nth-child(3) {
            background: var(--brand);
        }

        .stage-url,
        .preview-title {
            color: var(--text-soft);
            font-size: 0.76rem;
            font-weight: 800;
            margin-left: 6px;
            text-transform: uppercase;
        }

        .stage-head {
            align-items: center;
            display: flex;
            gap: 12px;
            justify-content: space-between;
            margin-bottom: 16px;
        }

        .stage-head strong {
            font-size: 1.08rem;
            letter-spacing: 0;
        }

        .stage-chip-row {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 16px;
        }

        .stage-chip {
            background: #ffffff;
            border: 1px solid var(--line);
            border-radius: 999px;
            color: var(--text-muted);
            font-size: 0.74rem;
            font-weight: 800;
            padding: 7px 10px;
            white-space: nowrap;
        }

        .stage-chip.active {
            background: var(--text);
            color: #ffffff;
        }

        .service-list,
        .walkthrough-points,
        .audience-list,
        .model-list {
            display: grid;
            gap: 10px;
        }

        .service-row,
        .preview-row {
            align-items: center;
            background: #ffffff;
            border: 1px solid var(--line);
            border-radius: 18px;
            display: grid;
            gap: 12px;
            grid-template-columns: auto 1fr auto;
            padding: 13px 14px;
        }

        .service-row.highlight {
            border-color: rgba(122, 92, 135, 0.24);
            box-shadow: 0 20px 32px rgba(122, 92, 135, 0.08);
            transform: translateX(6px);
        }

        .service-icon,
        .preview-icon {
            border-radius: 12px;
            height: 34px;
            width: 34px;
        }

        .service-icon.indigo,
        .preview-icon.indigo {
            background: var(--brand-soft);
        }

        .service-icon.amber,
        .preview-icon.amber {
            background: var(--amber-soft);
        }

        .service-icon.emerald,
        .preview-icon.emerald {
            background: var(--emerald-soft);
        }

        .service-row h3 {
            font-size: 0.98rem;
            letter-spacing: 0;
            margin-bottom: 4px;
        }

        .live-preview-shell {
            --story-glow: color-mix(in srgb, var(--brand) 22%, transparent);
            background: var(--hero-surface);
            border: 1px solid var(--line);
            border-radius: 34px;
            box-shadow: var(--shadow-md);
            padding: 24px 28px 28px;
            transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
        }

        .live-preview-shell[data-story-tone="productize"] {
            --story-glow: color-mix(in srgb, var(--brand) 24%, transparent);
        }

        .live-preview-shell[data-story-tone="discount"] {
            --story-glow: rgba(233, 180, 76, 0.28);
        }

        .live-preview-shell[data-story-tone="advertise"] {
            --story-glow: rgba(40, 48, 58, 0.18);
        }

        .hero-live-preview-shell {
            margin-top: 60px;
        }

        .hero-live-preview-shell .hero-gallery {
            margin-top: 0;
        }

        .hero-live-preview-shell .hero-gallery:before {
            background: radial-gradient(circle at center, var(--story-glow), transparent 60%);
            height: 220px;
            top: 118px;
            width: min(94vw, 1120px);
        }

        .hero-live-preview-shell .hero-gallery:after {
            display: none;
        }

        .hero-live-preview-shell .hero-gallery-stage {
            max-width: none;
        }

        .hero-live-preview-shell .gallery-card-main {
            max-width: none;
        }

        .live-preview-stage {
            background: transparent;
            border: 0;
            border-radius: 0;
            overflow: visible;
        }

        .live-preview-pane {
            background: transparent;
            border-bottom: 0;
            padding: 6px 4px 0;
        }

        .live-preview-pane[hidden] {
            display: none;
        }

        .live-preview-pane-layout {
            display: grid;
            gap: 12px;
            grid-template-columns: 1fr;
        }

        .live-preview-pane h2 {
            font-size: clamp(1.28rem, 2vw, 1.88rem);
            letter-spacing: 0;
            line-height: 1.02;
            width: fit-content;
            margin-bottom: 10px;
            max-width: 18.5ch;
            text-wrap: balance;
        }

        .live-preview-pane p {
            color: var(--text-muted);
            font-size: 0.98rem;
            line-height: 1.66;
            max-width: none;
        }

        .live-preview-pane + .hero-gallery {
            margin-top: 3px;
        }

        .live-preview-stage .gallery-card-header {
            display: none;
        }

        .live-preview-stage .gallery-card {
            background: transparent;
            border: none;
            border-radius: 16px;
            box-shadow: none;
        }

        .live-preview-rail {
            display: grid;
            gap: 12px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-bottom: 14px;
        }

        .live-preview-step {
            align-items: center;
            appearance: none;
            background: transparent;
            border: 0;
            color: var(--text-soft);
            cursor: pointer;
            display: grid;
            font: inherit;
            grid-template-areas:
                "label status"
                "line line";
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px;
            min-height: 0;
            padding: 4px 2px;
            text-align: left;
            transition: color 180ms ease;
            width: 100%;
        }

        .live-preview-step:hover,
        .live-preview-step:focus-visible {
            color: var(--text);
            outline: none;
        }

        .live-preview-step.is-active {
            color: var(--text);
        }

        .live-preview-step-label {
            grid-area: label;
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 0;
        }

        .live-preview-step-status {
            color: var(--text-soft);
            font-size: 0.55rem;
            font-weight: 500;
            grid-area: status;
            letter-spacing: 0.02em;
            opacity: 0;
            text-transform: none;
            transform: translateX(-4px);
            transition: opacity 180ms ease, transform 180ms ease;
        }

        .live-preview-shell.is-paused .live-preview-step.is-active .live-preview-step-status {
            opacity: 0.28;
            transform: translateX(0);
        }

        .live-preview-step-line {
            background: rgba(203, 213, 225, 0.9);
            border-radius: 999px;
            display: block;
            grid-area: line;
            height: 3px;
            overflow: hidden;
            width: 100%;
        }

        .live-preview-step-line:after {
            background: var(--brand);
            border-radius: 999px;
            content: "";
            display: block;
            height: 100%;
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform 220ms ease;
            width: 100%;
        }

        .live-preview-step.is-active .live-preview-step-line:after {
            transform: scaleX(1);
        }

        .live-preview-pane {
            min-height: 168px;
        }

        .live-preview-viewport {
            position: relative;
        }

        .live-preview-viewport.is-transitioning .gallery-card-main {
            opacity: 0.68;
            transform: translateY(4px);
        }

        .gallery-card-main {
            transition: opacity 260ms ease, transform 260ms ease;
        }

        .service-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .service-meta span {
            color: var(--text-soft);
            font-size: 0.76rem;
            font-weight: 700;
        }

        .service-price {
            text-align: right;
        }

        .service-price strong {
            display: block;
            font-size: 1rem;
            margin-bottom: 3px;
        }

        .service-price span {
            color: var(--text-soft);
            font-size: 0.76rem;
            font-weight: 700;
        }

        .preview-line {
            background: rgba(40, 48, 58, 0.08);
            border-radius: 999px;
            height: 10px;
        }

        .preview-line.short {
            width: 58%;
        }

        .preview-line.medium {
            width: 74%;
        }

        .stakeholder-strip {
            display: grid;
            gap: 12px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-top: 18px;
        }

        .stakeholder-card {
            background: rgba(255, 255, 255, 0.85);
            border: 1px solid var(--line);
            border-radius: 20px;
            padding: 16px;
        }

        .stakeholder-card span {
            color: var(--text-soft);
            display: block;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        .stakeholder-card strong {
            display: block;
            font-size: 0.98rem;
            letter-spacing: 0;
            margin-bottom: 8px;
        }

        .stakeholder-card p {
            color: var(--text-muted);
            font-size: 0.88rem;
        }

        .home-v839 .section {
            padding: 92px 0;
        }

        #problems.home-v839 .section { padding-top: 72px; }
        #model.home-v839 .section { padding: 108px 0; }
        #how-it-works.home-v839 .section { padding: 100px 0; }
.home-v839 .section-header {
            align-items: end;
            display: grid;
            gap: 20px;
            grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
            margin-bottom: 34px;
        }
.home-v839 .section-header h2 {
            font-size: clamp(2.2rem, 4vw, 3.55rem);
            letter-spacing: 0;
            line-height: 0.98;
            max-width: 13ch;
        }
.home-v839 .section-header p {
            color: var(--text-muted);
            font-size: 1.04rem;
            line-height: 1.8;
            max-width: 56ch;
        }

        .kicker {
            margin-bottom: 16px;
        }

        .problem-stage {
            align-items: center;
            display: grid;
            gap: 18px;
            grid-template-columns: minmax(250px, 0.92fr) minmax(500px, 1.28fr) minmax(250px, 0.92fr);
            margin-top: 140px;
            min-height: 460px;
            position: relative;
        }

        .problem-stage:before {
            content: none;
        }

        .problem-stage:after {
            content: none;
        }

        .gap-anchor {
            position: relative;
            z-index: 1;
        }

        .gap-anchor-demand {
            align-self: stretch;
            display: flex;
        }

        .gap-anchor-demand:after,
        .gap-anchor-capacity:before {
            content: "";
            height: 1px;
            pointer-events: none;
            position: absolute;
            top: 50%;
            width: calc(100% + 18px);
            z-index: 0;
        }

        .gap-anchor-demand:after {
            background: linear-gradient(90deg, rgba(122, 92, 135, 0.2), rgba(203, 213, 225, 0.72), rgba(203, 213, 225, 0));
            left: 100%;
        }

        .gap-anchor-capacity:before {
            background: linear-gradient(90deg, rgba(203, 213, 225, 0), rgba(203, 213, 225, 0.72), rgba(40, 48, 58, 0.2));
            right: 100%;
        }

        .gap-anchor-shell {
            border: 1px solid var(--line);
            min-height: 264px;
            overflow: hidden;
            padding: 24px 28px 24px;
            position: relative;
        }

        .gap-anchor-demand .gap-anchor-shell {
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 100%;
        }

        .gap-anchor-shell > * {
            position: relative;
            z-index: 1;
        }

        .gap-anchor-shell:before {
            content: "";
            inset: 0;
            position: absolute;
        }

        .gap-anchor-shell:after {
            content: "";
            pointer-events: none;
            position: absolute;
        }

        .gap-anchor-demand .gap-anchor-shell {
            background: linear-gradient(180deg, rgba(122, 92, 135, 0.16), rgba(255, 255, 255, 0.42));
            border-color: rgba(122, 92, 135, 0.24);
        }

        .gap-anchor-demand .gap-anchor-shell:before {
            background:
                linear-gradient(180deg, rgba(122, 92, 135, 0.14), transparent 60%),
                linear-gradient(90deg, rgba(122, 92, 135, 0.16), transparent 58%);
        }

        .gap-anchor-demand .gap-anchor-shell:after {
            display: none;
        }

        .gap-anchor-capacity .gap-anchor-shell {
            background: linear-gradient(180deg, rgba(203, 213, 225, 0.46), rgba(255, 255, 255, 0.42));
            border-color: rgba(40, 48, 58, 0.12);
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .gap-anchor-capacity .gap-anchor-shell:before {
            background:
                linear-gradient(180deg, rgba(40, 48, 58, 0.12), transparent 60%),
                linear-gradient(270deg, rgba(40, 48, 58, 0.14), transparent 58%);
        }

        .gap-anchor-capacity .gap-anchor-shell:after {
            display: none;
        }

        .gap-anchor-demand {
            transform: translateX(42px);
        }

        .gap-anchor-capacity {
            transform: translateX(-42px);
        }

        .problem-stage.is-active .gap-anchor-demand {
            animation: problem-anchor-left 1600ms cubic-bezier(0.18, 0.9, 0.24, 1) forwards;
        }

        .problem-stage.is-active .gap-anchor-capacity {
            animation: problem-anchor-right 1600ms cubic-bezier(0.18, 0.9, 0.24, 1) forwards;
        }

        .gap-result-tag {
            display: inline-flex;
            margin-bottom: 14px;
        }

        .gap-result-tag .trend-arrow {
            align-items: center;
            border: 1px solid rgba(40, 48, 58, 0.18);
            border-radius: 16px;
            box-shadow: 0 10px 20px rgba(49, 47, 46, 0.08);
            display: inline-flex;
            font-size: 0.92rem;
            height: 28px;
            justify-content: center;
            line-height: 1;
            margin-top: 1px;
            width: 28px;
        }

        .gap-result-tag .trend-arrow.up {
            background: rgba(122, 92, 135, 0.1);
            color: var(--brand-strong);
        }

        .gap-result-tag .trend-arrow.down {
            background: rgba(40, 48, 58, 0.08);
            color: var(--text-muted);
        }

        .gap-anchor-label {
            display: none;
        }

        .gap-anchor h3 {
            font-size: 1.34rem;
            letter-spacing: 0;
            line-height: 1.06;
            margin-bottom: 18px;
            max-width: 12ch;
        }

        .gap-anchor-demand .gap-result-tag,
        .gap-anchor-capacity .gap-result-tag {
            margin-bottom: 6px;
            margin-top: auto;
            order: 1;
        }

        .gap-anchor-capacity .gap-result-tag {
            margin-left: auto;
        }

        .gap-anchor-demand h3 {
            margin-bottom: 8px;
            order: 2;
        }

        .gap-anchor-capacity h3 {
            margin-bottom: 8px;
            margin-left: auto;
            order: 2;
        }

        .gap-anchor-demand .gap-signal-stack,
        .gap-anchor-capacity .gap-signal-stack {
            margin-top: 0;
            order: 3;
        }

        .gap-anchor p {
            display: none;
        }

        .gap-signal-stack {
            align-items: end;
            display: flex;
            gap: 8px;
            justify-content: space-between;
            margin-top: auto;
            min-height: 112px;
            padding-top: 20px;
        }

        .gap-signal-stack span {
            background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 92%, transparent), color-mix(in srgb, var(--brand) 18%, transparent));
            border-radius: 999px 999px 10px 10px;
            display: block;
            flex: 1 1 0;
            height: var(--bar-height, 100%);
            max-width: 18px;
        }

        .gap-signal-stack span:nth-child(1) {
            --bar-height: 12px;
        }

        .gap-signal-stack span:nth-child(2) {
            --bar-height: 16px;
        }

        .gap-signal-stack span:nth-child(3) {
            --bar-height: 22px;
        }

        .gap-signal-stack span:nth-child(4) {
            --bar-height: 30px;
        }

        .gap-signal-stack span:nth-child(5) {
            --bar-height: 42px;
        }

        .gap-signal-stack span:nth-child(6) {
            --bar-height: 58px;
        }

        .gap-signal-stack span:nth-child(7) {
            --bar-height: 82px;
        }

        .gap-signal-stack span:nth-child(8) {
            --bar-height: 112px;
        }

        .gap-signal-stack.capacity span {
            background: linear-gradient(180deg, rgba(40, 48, 58, 0.42), rgba(40, 48, 58, 0.08));
        }

        .gap-signal-stack.capacity span:nth-child(1) {
            --bar-height: 78px;
        }

        .gap-signal-stack.capacity span:nth-child(2) {
            --bar-height: 76px;
        }

        .gap-signal-stack.capacity span:nth-child(3) {
            --bar-height: 74px;
        }

        .gap-signal-stack.capacity span:nth-child(4) {
            --bar-height: 72px;
        }

        .gap-signal-stack.capacity span:nth-child(5) {
            --bar-height: 36px;
        }

        .gap-signal-stack.capacity span:nth-child(6) {
            --bar-height: 32px;
        }

        .gap-signal-stack.capacity span:nth-child(7) {
            --bar-height: 26px;
        }

        .gap-signal-stack.capacity span:nth-child(8) {
            --bar-height: 18px;
        }

        .gap-cards {
            align-self: center;
            display: grid;
            gap: 14px;
            padding: 0;
            position: relative;
            z-index: 2;
        }

        .gap-cards-label {
            color: var(--text-soft);
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            left: 50%;
            margin: 0;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: -58px;
            transform: translateX(-50%);
            width: max-content;
        }

        .gap-cards-label:before,
        .gap-cards-label:after {
            content: "";
            height: 12px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: clamp(165px, 25vw, 375px);
        }

        .gap-cards-label:before {
            border-left: 1px solid rgba(122, 92, 135, 0.28);
            border-top: 1px solid rgba(122, 92, 135, 0.28);
            right: calc(100% + 12px);
        }

        .gap-cards-label:after {
            border-right: 1px solid rgba(40, 48, 58, 0.28);
            border-top: 1px solid rgba(40, 48, 58, 0.28);
            left: calc(100% + 12px);
        }

        .cause-groups {
            display: grid;
            gap: 18px;
            grid-template-columns: minmax(0, 0.94fr) minmax(0, 0.86fr);
            align-items: center;
            position: relative;
        }

        .cause-groups:before {
            content: none;
        }

        .cause-group {
            opacity: 0;
            position: relative;
            transition: opacity 520ms ease, transform 520ms ease;
        }

        .cause-group:before {
            content: none;
        }

        .cause-group-ai {
            transform: translateX(-16px) translateY(4px);
        }

        .cause-group-ai:before {
            background: linear-gradient(180deg, rgba(122, 92, 135, 0.42), rgba(233, 180, 76, 0.4));
        }

        .cause-group-services {
            transform: translateX(22px) translateY(0);
        }

        .cause-group-services:before {
            background: linear-gradient(180deg, rgba(40, 48, 58, 0.34), rgba(49, 47, 46, 0.3));
        }

        .problem-stage.is-active .cause-group {
            opacity: 1;
        }

        .problem-stage.is-active .cause-group-ai {
            transform: translateX(0) translateY(0);
            transition-delay: 120ms;
        }

        .problem-stage.is-active .cause-group-services {
            transform: translateX(0) translateY(0);
            transition-delay: 300ms;
        }

        .cause-group-label {
            color: var(--text-soft);
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            margin-bottom: 10px;
            margin-left: 20px;
            text-transform: uppercase;
        }

        .cause-group-cards {
            display: grid;
            gap: 14px;
            padding-left: 0;
        }

        .gap-card {
            --accent: var(--brand);
            background: rgba(255, 255, 255, 0.94);
            border: 1px solid var(--line);
            border-left: 4px solid var(--accent);
            border-radius: 20px;
            box-shadow: 0 18px 44px rgba(49, 47, 46, 0.08);
            opacity: 0;
            padding: 18px 18px 16px;
            transform: translateY(22px) scale(0.97);
            transition: opacity 520ms ease, transform 520ms ease, box-shadow 520ms ease;
        }

        .problem-stage.is-active .gap-card {
            opacity: 1;
            transform: none;
        }

        .problem-stage.is-active .gap-card.gap-card-delay-1 {
            transition-delay: 120ms;
        }

        .problem-stage.is-active .gap-card.gap-card-delay-2 {
            transition-delay: 300ms;
        }

        .problem-stage.is-active .gap-card.gap-card-delay-3 {
            transition-delay: 480ms;
        }

        .problem-stage.is-active .gap-card.gap-card-delay-4 {
            transition-delay: 660ms;
        }

        .gap-card.indigo {
            --accent: var(--brand);
        }

        .gap-card.amber {
            --accent: var(--amber);
        }

        .cause-group-ai .gap-card.amber {
            margin-left: 0;
            position: relative;
            width: 100%;
            z-index: 3;
        }

        .gap-card.emerald {
            --accent: var(--emerald);
        }

        .gap-card.ink {
            --accent: var(--text);
        }

        .gap-card-top {
            align-items: center;
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }

        .gap-card-index {
            color: rgba(49, 47, 46, 0.32);
            font-size: 0.76rem;
            font-weight: 800;
            letter-spacing: 0.12em;
        }

        .gap-card-kicker {
            color: var(--text-soft);
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .gap-card h3 {
            font-size: 1.04rem;
            letter-spacing: 0;
            margin-bottom: 8px;
        }

        .gap-card p {
            color: var(--text-muted);
            font-size: 0.92rem;
            line-height: 1.62;
        }

        .problem-grid,
        .proof-grid {
            display: grid;
            gap: 18px;
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }

        .problem-card,
        .proof-card,
        .audience-card,
        .walkthrough-card,
        .model-card {
            min-height: 100%;
            padding: 24px;
        }

        .problem-index {
            color: rgba(49, 47, 46, 0.18);
            display: block;
            font-size: 3rem;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1;
            margin-bottom: 22px;
        }

        .problem-card h3,
        .walkthrough-card h3,
        .audience-card h3,
        .step-card h3,
        .proof-card h3,
        .model-card h3 {
            font-size: 1.3rem;
            letter-spacing: 0;
            margin-bottom: 12px;
        }

        .problem-card p {
            color: var(--text-muted);
            font-size: 0.98rem;
            line-height: 1.72;
            margin-bottom: 18px;
        }

        .problem-badge {
            border-radius: 18px;
            font-size: 0.88rem;
            font-weight: 800;
            padding: 13px 15px;
        }

        .problem-badge.indigo {
            background: var(--brand-soft);
            color: var(--brand-strong);
        }

        .problem-badge.amber {
            background: var(--amber-soft);
            color: var(--amber);
        }

        .problem-badge.emerald {
            background: var(--emerald-soft);
            color: var(--emerald);
        }

        .model-bridge {
            color: var(--text);
            font-family: var(--font-display);
            font-size: clamp(2.4rem, 4.2vw, 3.8rem);
            font-weight: 400;
            letter-spacing: 0;
            line-height: 1.02;
            margin-bottom: 32px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0;
            max-width: 860px;
        }

        #proof.home-v839 .section {
            padding-top: 48px;
            padding-bottom: 92px;
        }

        .problem-bridge {
            color: var(--text);
            font-size: 1.12rem;
            font-weight: 700;
            letter-spacing: 0;
            margin-left: auto;
            margin-right: auto;
            margin-top: 28px;
            max-width: 48ch;
            text-align: center;
        }

        .problem-thesis {
            color: var(--text-soft);
            font-size: 0.84rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            margin: 14px auto 0;
            max-width: 48ch;
            text-align: center;
            text-transform: uppercase;
        }

        .model-shell,
        .proof-shell,
        .cta-shell {
            border: 1px solid var(--line);
            border-radius: 36px;
            overflow: hidden;
            padding: 28px;
        }

        .model-shell {
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            overflow: visible;
            padding: 0;
        }

        .model-grid,
        .cta-grid {
            display: grid;
            gap: 18px;
            grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
        }

        .market-columns,
        .walkthrough-grid,
        .audience-grid {
            display: grid;
            gap: 18px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .model-list li,
        .walkthrough-points li,
        .audience-list li {
            align-items: flex-start;
            color: var(--text-muted);
            display: flex;
            gap: 10px;
            list-style: none;
        }

        .model-list li:before,
        .walkthrough-points li:before,
        .audience-list li:before {
            background: var(--text);
            border-radius: 999px;
            content: "";
            display: inline-block;
            flex: 0 0 8px;
            height: 8px;
            margin-top: 10px;
            width: 8px;
        }

        .opportunity-card {
            background: linear-gradient(180deg, rgba(49, 47, 46, 0.98) 0%, rgba(49, 47, 46, 0.92) 100%);
            border-radius: 28px;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100%;
            padding: 28px;
        }

        .opportunity-card span {
            color: rgba(255, 255, 255, 0.64);
            display: block;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            margin-bottom: 12px;
            text-transform: uppercase;
        }

        .opportunity-card h3 {
            font-size: 1.64rem;
            letter-spacing: 0;
            line-height: 1.05;
            margin-bottom: 14px;
        }

        .opportunity-card p,
        .opportunity-stat p {
            color: rgba(255, 255, 255, 0.78);
            font-size: 0.96rem;
            line-height: 1.72;
        }

        .opportunity-stats {
            display: grid;
            gap: 12px;
            margin-top: 22px;
        }

        .opportunity-stat {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 16px 18px;
        }

        .opportunity-stat strong {
            display: block;
            font-size: 1.1rem;
            margin-bottom: 6px;
        }

        .proof-shell {
            background: linear-gradient(135deg, color-mix(in srgb, var(--amber) 16%, transparent) 0%, color-mix(in srgb, var(--brand) 12%, transparent) 100%);
        }

        .proof-note {
            color: var(--text-soft);
            font-size: 0.88rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .proof-card strong {
            display: block;
            font-size: 2rem;
            letter-spacing: 0;
            line-height: 0.95;
            margin-bottom: 12px;
        }

        .oversize-heading {
            font-size: clamp(2.8rem, 5.5vw, 5rem);
            letter-spacing: 0;
            line-height: 0.96;
            margin-bottom: 52px;
            max-width: none;
            width: 100%;
        }

        .steps-grid {
            display: grid;
            gap: 0 24px;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            position: relative;
        }

        .steps-grid::before {
            background: linear-gradient(to right, transparent, color-mix(in srgb, var(--brand) 22%, transparent) 8%, color-mix(in srgb, var(--brand) 22%, transparent) 92%, transparent);
            content: '';
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            top: 18px;
            z-index: 0;
        }

        .step-card {
            background: transparent;
            border: none;
            border-radius: 0;
            box-shadow: none;
            min-height: auto;
            padding: 0 4px;
        }

        .step-pill {
            align-items: center;
            background: var(--brand);
            border-radius: 999px;
            box-shadow: 0 0 0 5px #F8F6F2;
            color: #ffffff;
            display: flex;
            font-size: 0.78rem;
            font-weight: 800;
            height: 36px;
            justify-content: center;
            margin-bottom: 20px;
            position: relative;
            width: 36px;
            z-index: 1;
        }

        .cta-band {
            background: rgba(248, 246, 242, 0.94);
            padding: 24px 0 0;
        }

        .cta-shell {
            background: transparent;
            border: 0;
            border-radius: 0;
            color: var(--text);
            padding: 0 0 28px;
            position: relative;
        }

        .cta-shell:before {
            display: none;
        }

        .cta-shell > * {
            position: relative;
            z-index: 1;
        }

        .cta-shell span {
            color: var(--text-soft);
            display: block;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .cta-grid {
            align-items: center;
            gap: 16px 28px;
            grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.8fr) auto;
        }

        .cta-grid h2 {
            font-size: clamp(1.5rem, 2.6vw, 2.2rem);
            letter-spacing: 0;
            line-height: 1.02;
            max-width: 18ch;
        }

        .cta-copy {
            align-self: center;
            max-width: none;
        }

        .cta-subline {
            color: var(--text-muted);
            font-size: 0.94rem;
            line-height: 1.65;
            margin-top: 10px;
            max-width: 32ch;
        }

        .cta-meta {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.65;
            max-width: 20ch;
            margin: 0;
            padding-top: 4px;
        }

        .cta-panel {
            align-self: center;
            justify-self: end;
            max-width: none;
            padding-top: 0;
        }

        .cta-grid p {
            color: var(--text-muted);
            font-size: 0.96rem;
            line-height: 1.65;
            margin-bottom: 0;
        }

        .cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: flex-end;
        }

        .cta-actions .btn-primary {
            background: var(--text);
            color: #ffffff;
        }

        .cta-actions .btn-secondary {
            background: #ffffff;
            border-color: var(--line-strong);
            color: var(--text);
        }

        .faq-cta-shell {
            align-items: center;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid var(--line);
            border-radius: 0;
            box-shadow: var(--shadow-md);
            display: flex;
            padding: 40px 0;
        }

        .system-layout {
            background: transparent;
            border: 0;
            box-shadow: none;
            padding: 0;
        }

        .system-canvas {
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            overflow: visible;
            padding: 0;
            position: relative;
        }

        .system-story {
            display: flex;
            gap: 24px;
            justify-content: space-between;
            margin-bottom: 24px;
        }

        .system-story h3 {
            font-size: clamp(1.7rem, 3vw, 2.45rem);
            letter-spacing: 0;
            line-height: 1.02;
            max-width: 16ch;
        }

        .system-story p {
            align-self: end;
            color: var(--text-muted);
            font-size: 0.98rem;
            line-height: 1.7;
            margin: 0;
            max-width: 34ch;
        }

        .system-intro {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding-top: 2px;
        }

        .system-intro .kicker {
            margin-bottom: 20px;
        }

        .system-intro h2 {
            font-size: clamp(1.55rem, 2vw, 2rem);
            letter-spacing: 0;
            line-height: 1.08;
            max-width: none;
        }

        .system-flow {
            align-items: stretch;
            display: grid;
            gap: 18px;
            grid-template-columns: 220px minmax(0, 1fr) 252px;
        }

        .system-market-lane {
            display: grid;
            gap: 0;
            height: 100%;
        }

        .system-marketplace,
        .system-directory {
            border: 1px solid rgba(40, 48, 58, 0.08);
            border-radius: 30px;
            box-shadow: 0 22px 48px rgba(40, 48, 58, 0.08);
            overflow: hidden;
            padding: 28px 32px;
            position: relative;
        }

        .system-marketplace {
            background:
                radial-gradient(circle at top left, color-mix(in srgb, var(--brand) 14%, transparent), transparent 42%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.96));
            border-color: color-mix(in srgb, var(--brand) 14%, transparent);
            align-content: flex-start;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 0 10px;
            height: 100%;
        }

        .system-directory {
            background:
                radial-gradient(circle at top right, rgba(233, 180, 76, 0.16), transparent 42%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 242, 0.96));
            border-color: rgba(233, 180, 76, 0.18);
            align-content: flex-start;
            align-items: center;
            align-self: stretch;
            display: flex;
            flex-wrap: wrap;
            gap: 0 10px;
            height: 100%;
            justify-content: flex-start;
            margin-top: 0;
            width: 100%;
        }

        .system-marketplace p,
        .system-directory p,
        .system-rail-item p,
        .wins-problem p,
        .wins-outcome p,
        .wins-impact p,
        .cta-microcopy {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.72;
        }

        .system-rail-item span,
        .wins-problem span,
        .wins-outcome span,
        .wins-impact span {
            color: var(--text-soft);
            display: block;
            font-size: 0.76rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .system-kicker {
            color: var(--brand);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .system-marketplace h4,
        .system-marketplace p,
        .system-marketplace .system-pill-list,
        .system-marketplace .system-market-support,
        .system-directory h4,
        .system-directory p {
            flex-basis: 100%;
        }

        .system-marketplace .system-card-icon,
        .system-directory .system-card-icon {
            margin-bottom: 0;
        }

        .system-marketplace h4,
        .system-directory h4 {
            font-size: 1.52rem;
            letter-spacing: 0;
            line-height: 1.06;
            margin-bottom: 10px;
            margin-top: 10px;
            max-width: 15ch;
        }

        .system-directory h4 {
            font-size: 1.28rem;
            max-width: 14ch;
        }

        .system-marketplace h4 {
            max-width: 29ch;
        }

        .system-market-support {
            border-top: 1px solid rgba(122, 92, 135, 0.12);
            margin-top: 24px;
            padding-top: 18px;
        }

        .system-pill-list {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            list-style: none;
            margin-top: 16px;
            padding: 0;
        }

        .system-pill-list li {
            background: rgba(122, 92, 135, 0.08);
            border: 1px solid rgba(122, 92, 135, 0.18);
            border-radius: 999px;
            color: var(--brand-strong);
            display: inline-block;
            font-size: 0.76rem;
            font-weight: 800;
            letter-spacing: 0.04em;
            padding: 6px 12px;
            text-transform: uppercase;
        }


        .system-rail {
            background:
                radial-gradient(circle at top left, rgba(122, 92, 135, 0.1), transparent 44%),
                linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 242, 0.92));
            border: 1px solid rgba(122, 92, 135, 0.12);
            border-radius: 24px;
            box-shadow: none;
            display: grid;
            gap: 0;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            overflow: hidden;
        }

        .system-rail-intro {
            color: var(--text);
            display: grid;
            font-size: 0.98rem;
            font-weight: 800;
            gap: 0;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            letter-spacing: 0;
            margin: 0 0 14px;
            max-width: none;
            padding: 0;
            width: auto;
        }

        .system-rail-list {
            color: var(--text-muted);
            display: grid;
            gap: 6px;
            line-height: 1.35;
            margin: 0;
            padding-left: 18px;
        }

        .system-rail-list li {
            font-size: 0.95rem;
        }

        .system-rail-item {
            align-items: center;
            background: transparent;
            display: flex;
            flex-wrap: wrap;
            gap: 0 8px;
            padding: 18px 20px 16px;
        }

        .system-rail-item:first-child {
            border-right: 1px solid rgba(122, 92, 135, 0.1);
        }

        .system-rail-item:first-child > span:first-child,
        .system-rail-item:last-child > span:first-child {
            color: var(--brand);
        }

        .system-rail-icon {
            align-items: center;
            display: flex;
            flex-shrink: 0;
        }

        .system-rail-item p,
        .system-rail-item ul {
            flex: 0 0 100%;
            margin-top: 8px;
        }

        .text-accent {
            color: var(--brand);
        }

        .system-card-icon {
            display: block;
            margin-bottom: 12px;
        }

        .wins-shell {
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid var(--line);
            border-radius: 28px;
            box-shadow: var(--shadow-md);
            display: grid;
            gap: 0;
            overflow: hidden;
        }

        .wins-row {
            align-items: start;
            border-top: 1px solid var(--line);
            display: grid;
            gap: 0 14px;
            grid-template-columns: 36px 1fr 22px 1fr 22px 1fr;
            padding: 28px 28px 28px 20px;
        }

        .wins-row:first-child {
            border-top: none;
        }

        .wins-num {
            color: rgba(40, 48, 58, 0.18);
            font-size: 0.78rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            padding-top: 3px;
        }

        .wins-arrow {
            align-items: flex-start;
            color: rgba(40, 48, 58, 0.2);
            display: flex;
            font-size: 0.85rem;
            justify-content: center;
            padding-top: 3px;
        }

        .wins-row strong {
            display: block;
            font-size: 1.44rem;
            letter-spacing: 0;
            line-height: 1.04;
            margin-bottom: 8px;
        }

        .wins-row h3 {
            font-size: 1.22rem;
            letter-spacing: 0;
            margin-bottom: 8px;
        }

        .wins-impact {
            padding: 0;
        }

        .wins-problem {
            background: color-mix(in srgb, var(--brand) 6%, transparent);
            border-radius: 14px;
            padding: 16px 18px;
        }

        .wins-closing {
            color: var(--text);
            font-size: 1.04rem;
            font-weight: 700;
            letter-spacing: 0;
            margin-top: 18px;
            max-width: 56ch;
        }

        .wins-v2 {
            background: rgba(255, 255, 255, 0.94);
            border: 1px solid var(--line);
            border-radius: 24px;
            box-shadow: var(--shadow-md);
            margin-left: auto;
            margin-right: auto;
            max-width: 860px;
            overflow: hidden;
        }

        .wins-v2-header {
            background: rgba(40, 48, 58, 0.03);
            border-bottom: 1px solid var(--line);
            display: grid;
            grid-template-columns: 1fr 1.8fr;
        }

        .wins-v2-header > div {
            color: var(--text-soft);
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            padding: 13px 28px;
            text-transform: uppercase;
        }

        .wins-v2-header > div + div {
            border-left: 1px solid var(--line);
        }

        .wins-v2-row {
            --row-accent: var(--brand);
            border-top: 1px solid var(--line);
            display: grid;
            grid-template-columns: 1fr 1.8fr;
            transition: background 180ms ease;
        }

        .wins-v2-row:first-of-type {
            border-top: none;
        }

        .wins-v2-row:hover {
            background: rgba(40, 48, 58, 0.015);
        }

        .wins-v2-problem {
            border-right: 1px solid var(--line);
            padding: 28px 28px 28px 24px;
            position: relative;
        }

        .wins-v2-problem::before {
            background: var(--row-accent);
            bottom: 0;
            content: '';
            left: 0;
            position: absolute;
            top: 0;
            width: 3px;
        }

        .wins-v2-label {
            display: none;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .wins-v2-label.is-fix {
            color: var(--row-accent);
        }

        .wins-v2-problem h3 {
            font-size: 1.18rem;
            letter-spacing: 0;
            line-height: 1.1;
            margin-bottom: 8px;
        }

        .wins-v2-problem p {
            color: var(--text-muted);
            font-size: 0.88rem;
            line-height: 1.65;
        }

        .wins-v2-fix {
            padding: 28px;
        }

        .wins-v2-fix strong {
            color: var(--row-accent);
            display: block;
            font-size: 1.48rem;
            letter-spacing: 0;
            line-height: 1.0;
            margin-bottom: 10px;
        }

        .wins-v2-fix p {
            color: var(--text-muted);
            font-size: 0.9rem;
            line-height: 1.68;
        }

        .wins-v2-row.accent-indigo { --row-accent: var(--brand); }
        .wins-v2-row.accent-amber { --row-accent: var(--amber); }
        .wins-v2-row.accent-green { --row-accent: var(--emerald); }
        .wins-v2-row.accent-ink { --row-accent: var(--text); }

        @media (max-width: 880px) {
            .wins-v2-header {
                display: none;
            }

            .wins-v2-label {
                display: inline-block;
            }

            .wins-v2-row {
                grid-template-columns: 1fr;
                position: relative;
            }

            .wins-v2-row::before {
                background: var(--row-accent);
                bottom: 0;
                content: '';
                left: 0;
                position: absolute;
                top: 0;
                width: 3px;
            }

            .wins-v2-problem::before {
                display: none;
            }

            .wins-v2-problem,
            .wins-v2-fix {
                border-right: none;
            }

            .wins-v2-problem {
                padding-bottom: 12px;
            }

            .wins-v2-fix {
                border-bottom: 1px solid var(--line);
                padding-top: 12px;
            }
        }
.home-v839 .section-header .wins-closing {
            margin-top: 0;
            padding-bottom: 4px;
        }

#proof .section-header {
            grid-template-columns: 1.4fr 0.6fr;
        }

        #proof .section-header h2 {
            max-width: 14ch;
        }

        .faq-stack {
            display: grid;
            gap: 24px;
        }

        .faq-list {
            border-bottom: 1px solid var(--line);
            border-top: 1px solid var(--line);
            display: grid;
            gap: 0;
        }

        .faq-item {
            background: transparent;
            border: 0;
            border-bottom: 1px solid var(--line);
            border-radius: 0;
            box-shadow: none;
            padding: 0;
        }

        .faq-item:last-child {
            border-bottom: 0;
        }

        .faq-item summary {
            cursor: pointer;
            font-size: 1.02rem;
            font-weight: 800;
            letter-spacing: 0;
            list-style: none;
            padding: 20px 0 20px 34px;
            position: relative;
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-item summary:after {
            color: var(--text-soft);
            content: "+";
            font-size: 1.2rem;
            font-weight: 500;
            left: 2px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .faq-item[open] summary:after {
            content: "−";
        }

        .faq-item p {
            padding: 0 0 20px 34px;
        }

        .faq-cta-shell {
            background: rgba(248, 246, 242, 0.94);
            border: 0;
            border-top: 1px solid rgba(40, 48, 58, 0.08);
            box-shadow: none;
            margin: 0 calc(50% - 50vw) 0;
            padding: 40px max(24px, calc((100vw - var(--container)) / 2 + 24px));
            position: relative;
            width: 100vw;
        }

        .faq-cta-shell:before {
            display: none;
        }

        .faq-cta-shell .cta-grid h2 {
            font-size: clamp(1.34rem, 2.1vw, 1.8rem);
            line-height: 1.02;
            max-width: none;
            white-space: nowrap;
        }

        .cta-microcopy {
            font-size: 0.88rem;
            margin: 0;
        }

        #faq.home-v839 .section {
            position: relative;
            padding-bottom: 0;
        }

        .home-v839 #faq.section::after {
            background: rgba(248, 246, 242, 0.94);
            bottom: 0;
            content: "";
            height: 32px;
            left: 0;
            position: absolute;
            right: 0;
        }



        .fade-up {
            animation: fadeUp 800ms ease both;
        }

        .delay-1 {
            animation-delay: 90ms;
        }

        .delay-2 {
            animation-delay: 180ms;
        }

        .delay-3 {
            animation-delay: 270ms;
        }

        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(16px);
            }

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

        @keyframes float-main {
            0%, 100% {
                transform: translateY(8px);
            }

            50% {
                transform: translateY(-4px);
            }
        }

        @keyframes float-left {
            0%, 100% {
                transform: rotate(-6deg) translateY(0);
            }

            50% {
                transform: rotate(-5deg) translateY(-10px);
            }
        }

        @keyframes float-right {
            0%, 100% {
                transform: rotate(6deg) translateY(0);
            }

            50% {
                transform: rotate(5deg) translateY(-10px);
            }
        }

        @keyframes problem-anchor-left {
            0% {
                transform: translateX(42px);
            }

            28% {
                transform: translateX(24px);
            }

            52% {
                transform: translateX(4px);
            }

            76% {
                transform: translateX(-12px);
            }

            100% {
                transform: translateX(-30px);
            }
        }

        @keyframes problem-anchor-right {
            0% {
                transform: translateX(-42px);
            }

            28% {
                transform: translateX(-24px);
            }

            52% {
                transform: translateX(-4px);
            }

            76% {
                transform: translateX(12px);
            }

            100% {
                transform: translateX(30px);
            }
        }

        @media (min-width: 1800px) {
            .hero .home-v839 .container {
                max-width: 1480px;
            }

            .hero-gallery {
                margin-top: 34px;
            }

            .hero-gallery:before {
                height: 400px;
                top: 68px;
                width: min(94vw, 1460px);
            }

            .hero-gallery-stage {
                max-width: 1420px;
            }

            .gallery-card-main {
                max-width: 1400px;
            }

            .gallery-image-frame {
                max-height: 820px;
            }

            .hero-gallery-caption {
                font-size: 1rem;
                margin-top: 18px;
                max-width: 72ch;
            }
        }

        @media (min-width: 2400px) {
            .hero .home-v839 .container {
                max-width: 1700px;
            }

            .hero-gallery:before {
                height: 470px;
                width: min(90vw, 1680px);
            }

            .hero-gallery-stage {
                max-width: 1640px;
            }

            .gallery-card-main {
                max-width: 1620px;
            }

            .gallery-image-frame {
                max-height: 940px;
            }
        }

        @media (max-width: 1120px) {
.home-v839 .section-header,
            .model-grid,
            .cta-grid,
            .footer-grid,
            .system-layout {
                grid-template-columns: 1fr;
            }

            .wins-row {
                grid-template-columns: 1fr;
            }

            .wins-arrow,
            .wins-num {
                display: none;
            }

            .problem-stage {
                grid-template-columns: minmax(220px, 0.84fr) minmax(440px, 1.02fr) minmax(220px, 0.84fr);
            }

            .problem-grid,
            .proof-grid,
            .steps-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .steps-grid::before {
                display: none;
            }

            .step-pill {
                box-shadow: none;
            }

            .step-card {
                background: var(--surface);
                border: 1px solid var(--line);
                border-radius: var(--radius-lg);
                box-shadow: var(--shadow-md);
                padding: 24px;
            }

            .hero-gallery-stage {
                min-height: 0;
            }

            .gallery-card-main {
                animation: none;
                max-width: none;
                width: 100%;
            }
        }

        @media (max-width: 880px) {
            .nav-links {
                display: none;
            }

            .live-preview-shell {
                padding: 24px;
            }

            .live-preview-pane {
                padding: 20px 20px 18px;
            }

            .live-preview-pane-layout {
                grid-template-columns: 1fr;
            }

            .live-preview-pane h2 {
                max-width: none;
            }

            .live-preview-rail {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .problem-stage {
                gap: 18px;
                grid-template-columns: 1fr;
                margin-top: 28px;
                min-height: 0;
            }

            .cause-groups {
                grid-template-columns: 1fr;
            }

            .problem-stage:before,
            .problem-stage:after {
                display: none;
            }

            .gap-anchor-shell {
                clip-path: none !important;
                min-height: 0;
                padding: 22px 22px 20px;
            }

            .gap-anchor-capacity h3 {
                margin-left: 0;
            }

            .gap-anchor-shell:after {
                height: 54px;
                right: 18px;
                top: 24px;
                width: 92px;
            }

            .gap-anchor-demand,
            .gap-anchor-capacity,
            .problem-stage.is-active .gap-anchor-demand,
            .problem-stage.is-active .gap-anchor-capacity {
                animation: none;
                transform: none;
            }

            .gap-anchor-demand:after,
            .gap-anchor-capacity:before {
                content: none;
            }

            .gap-cards {
                padding: 0;
            }

            .gap-cards-label {
                left: auto;
                margin: 0 auto 10px;
                position: static;
                top: auto;
                transform: none;
                width: auto;
            }

            .gap-cards-label:before,
            .gap-cards-label:after {
                content: none;
            }

            .cause-group,
            .problem-stage.is-active .cause-group,
            .cause-group-ai,
            .cause-group-services,
            .problem-stage.is-active .cause-group-ai,
            .problem-stage.is-active .cause-group-services {
                opacity: 1;
                transform: none;
                transition: none;
            }

            .cause-group:before {
                bottom: 14px;
                left: 6px;
            }

            .cause-group-services {
                margin-top: 4px;
            }

            .cause-group-cards {
                padding-left: 0;
            }

            .cause-group-ai .gap-card.amber {
                margin-left: 0;
                width: auto;
            }

            .gap-card,
            .problem-stage.is-active .gap-card {
                opacity: 1;
                transform: none;
            }

            .stakeholder-strip,
            .market-columns,
            .walkthrough-grid,
            .audience-grid,
            .problem-grid,
            .proof-grid,
            .steps-grid,
            .system-flow,
            .system-rail {
                grid-template-columns: 1fr;
            }

            .system-market-lane {
                gap: 12px;
            }

            .steps-grid {
                padding-left: 56px;
                position: relative;
            }

            .steps-grid::before {
                background: linear-gradient(to bottom, transparent, color-mix(in srgb, var(--brand) 28%, transparent) 6%, color-mix(in srgb, var(--brand) 28%, transparent) 94%, transparent);
                bottom: 0;
                content: '';
                display: block;
                height: auto;
                left: 17px;
                position: absolute;
                right: auto;
                top: 0;
                width: 2px;
            }

            .step-card {
                background: transparent;
                border: none;
                border-radius: 0;
                box-shadow: none;
                padding: 0 0 28px;
                position: relative;
            }

            .step-card:last-child {
                padding-bottom: 0;
            }

            .step-pill {
                left: -56px;
                position: absolute;
                top: 0;
            }

            .step-card:first-child {
                border-top: none;
            }

            .system-canvas {
                padding: 24px;
            }

            .system-story {
                flex-direction: column;
                gap: 14px;
            }

            .system-story p {
                align-self: start;
                max-width: none;
            }

            .system-marketplace,
            .system-directory {
                margin-top: 0;
            }

            .system-rail-intro {
                margin: 0 0 10px;
                max-width: none;
                width: 100%;
            }

        }

        @media (max-width: 640px) {
            .btn-primary.btn-nav {
                display: none;
            }

            .home-v839 .section {
                padding: 56px 0;
            }

            .oversize-heading {
                margin-bottom: 32px;
            }

            .draft-banner .container,
            .hero-actions,
            .nav-actions {
                align-items: flex-start;
                flex-direction: column;
            }

            .draft-chip,
            .nav-actions,
            .hero-actions .btn,
            .cta-actions .btn,
            .btn-nav {
                width: 100%;
            }

            .hero {
                padding-top: 20px;
            }

            h1 {
                font-size: 2.25rem;
            }

            .live-preview-pane h2 {
                font-size: 1.32rem;
            }

            .signal-card,
            .proof-shell,
            .cta-shell,
            .live-preview-shell {
                padding: 20px;
            }

            .model-shell {
                padding: 0;
            }

            .cta-panel {
                justify-self: start;
                max-width: none;
            }

            .cta-meta {
                max-width: none;
                padding-top: 0;
            }

            .cta-panel {
                padding-top: 0;
            }

            .cta-copy {
                max-width: none;
            }

            .faq-cta-shell {
                margin-left: calc(50% - 50vw);
                margin-right: calc(50% - 50vw);
                padding: 24px 24px;
            }

            .faq-cta-shell .cta-grid {
                align-items: center;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                gap: 16px;
            }

            .faq-cta-shell .cta-grid h2 {
                white-space: normal;
            }

            .faq-cta-shell .cta-actions .btn {
                width: auto;
            }

            .gallery-main-note,
            .gallery-main-note.secondary {
                position: static;
                margin: 12px 16px 0;
            }

            .service-row,
            .preview-row {
                grid-template-columns: 1fr;
            }

            .service-price {
                text-align: left;
            }

            .footer-bottom {
                text-align: left;
            }

            .live-preview-rail {
                grid-template-columns: 1fr;
            }

            .system-rail-intro {
                display: none;
            }

            .system-canvas {
                padding: 0;
            }

            .system-marketplace,
            .system-directory {
                padding: 20px;
            }

            .nav-actions {
                display: none;
            }

            .system-rail-item {
                align-items: center;
                display: flex;
                flex-wrap: wrap;
                gap: 0 10px;
            }

            .system-rail-item .system-rail-icon {
                align-items: center;
                display: flex;
                flex-shrink: 0;
                margin-bottom: 0;
            }

            .system-rail-item > span:not(.system-rail-icon) {
                flex: 1;
                line-height: 1;
                margin-bottom: 0;
                min-width: 0;
            }

            .system-rail-item p,
            .system-rail-item ul {
                flex-basis: 100%;
                margin-top: 6px;
            }

            /* Cause cards: indent and add span-measurement bracket */
            .gap-cards {
                padding-left: 22px;
            }

            /* [ bracket: left border = the span line, top/bottom borders = hash marks */
            .gap-cards::before {
                border-bottom: 1px solid color-mix(in srgb, var(--brand) 36%, transparent);
                border-left: 1px solid color-mix(in srgb, var(--brand) 36%, transparent);
                border-top: 1px solid color-mix(in srgb, var(--brand) 36%, transparent);
                bottom: -90px;
                content: '';
                left: 0;
                pointer-events: none;
                position: absolute;
                top: -90px;
                width: 10px;
                z-index: 1;
            }

        }

        @media (prefers-reduced-motion: reduce) {
            .cause-group,
            .gap-anchor,
            .gap-card {
                animation: none !important;
                opacity: 1;
                transform: none;
                transition: none;
            }
        }

        /* =========================================================
           FONT THEMES
           ========================================================= */

        /* Theme B: Instrument Serif (display) + Figtree (body) */
        [data-font-theme="b"] {
            --font-display: "Instrument Serif", Georgia, serif;
            --font-body: "Figtree", sans-serif;
        }
        [data-font-theme="b"] h1 {
            font-size: clamp(2.4rem, 4.8vw, 4.4rem);
            font-weight: 400;
            letter-spacing: 0;
            line-height: 1.04;
        }
        [data-font-theme="b"] h2 {
            font-weight: 400;
            letter-spacing: 0;
            line-height: 1.06;
        }
        [data-font-theme="b"] h3, [data-font-theme="b"] h4 {
            font-weight: 400;
            letter-spacing: 0;
        }

        /* Theme C: Bricolage Grotesque (display) + DM Sans (body) */
        [data-font-theme="c"] {
            --font-display: "Bricolage Grotesque", sans-serif;
            --font-body: "DM Sans", sans-serif;
        }
        [data-font-theme="c"] h1 {
            font-size: clamp(2.2rem, 4.4vw, 4.0rem);
            letter-spacing: 0;
        }
        [data-font-theme="c"] h2 {
            letter-spacing: 0;
        }

        /* Theme D: Fraunces italic (display) + Plus Jakarta Sans (body) */
        [data-font-theme="d"] {
            --font-display: "Fraunces", Georgia, serif;
            --font-body: "Plus Jakarta Sans", sans-serif;
        }
        [data-font-theme="d"] h1 {
            font-size: clamp(2.3rem, 4.6vw, 4.3rem);
            font-style: italic;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 0.98;
        }
        [data-font-theme="d"] h2 {
            font-style: italic;
            font-weight: 700;
            letter-spacing: 0;
        }
        [data-font-theme="d"] h3, [data-font-theme="d"] h4 {
            font-weight: 600;
            letter-spacing: 0;
        }

        /* =========================================================
           COLOR THEMES
           ========================================================= */

        [data-color-theme="indigo"] {
            --brand: #4f46e5;
            --brand-strong: #4338ca;
            --brand-soft: color-mix(in srgb, var(--brand) 16%, transparent);
        }
        [data-color-theme="violet"] {
            --brand: #7c3aed;
            --brand-strong: #6d28d9;
            --brand-soft: color-mix(in srgb, var(--brand) 16%, transparent);
        }
        [data-color-theme="teal"] {
            --brand: #0d9488;
            --brand-strong: #0f766e;
            --brand-soft: color-mix(in srgb, var(--brand) 16%, transparent);
        }
        [data-color-theme="poppy"] {
            --brand: #e63946;
            --brand-strong: #c1121f;
            --brand-soft: color-mix(in srgb, var(--brand) 12%, transparent);
        }

        /* =========================================================
           BACKGROUND THEMES
           ========================================================= */

        [data-bg-theme="dots"] body {
            background:
                radial-gradient(circle, rgba(40, 48, 58, 0.1) 1px, transparent 1px) 0 0 / 22px 22px,
                linear-gradient(180deg, #faf8f4 0%, #f8f6f2 44%, #f1ede6 100%);
        }

        [data-bg-theme="grid"] body {
            background:
                linear-gradient(rgba(40, 48, 58, 0.07) 1px, transparent 1px) 0 0 / 40px 40px,
                linear-gradient(90deg, rgba(40, 48, 58, 0.07) 1px, transparent 1px) 0 0 / 40px 40px,
                linear-gradient(180deg, #faf8f4 0%, #f8f6f2 44%, #f1ede6 100%);
        }

        [data-bg-theme="glow"] body {
            background:
                radial-gradient(ellipse 80% 48% at 12% 5%, color-mix(in srgb, var(--brand) 22%, transparent), transparent),
                radial-gradient(ellipse 60% 38% at 88% 3%, color-mix(in srgb, var(--amber) 24%, transparent), transparent),
                radial-gradient(ellipse 50% 26% at 50% 64%, color-mix(in srgb, var(--brand) 10%, transparent), transparent),
                linear-gradient(180deg, #faf8f4 0%, #f8f6f2 44%, #f1ede6 100%);
        }
        [data-bg-theme="glow"] .page-shell::before {
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
            content: '';
            height: 100%;
            left: 0;
            mix-blend-mode: multiply;
            opacity: 0.032;
            pointer-events: none;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 9000;
        }
