:root {
            --bg: #fff7f7;
            --paper: #fff;
            --ink: #242b35;
            --muted: #66717f;
            --line: #ead5d5;
            --red: #d71920;
            --deep: #991b1b;
            --rose: #fff0f0;
            --gold: #f8c84a;
            --blue: #2563eb;
            --green: #059669;
            --teal: #0f766e;
            --shadow: 0 18px 44px rgba(153, 27, 27, .12)
        }

        * {
            box-sizing: border-box
        }

        html {
            scroll-behavior: smooth
        }

        body {
            margin: 0;
            background: var(--bg);
            color: var(--ink);
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.66
        }

        img {
            display: block;
            max-width: 100%;
            height: auto
        }

        a {
            color: inherit
        }

        .topbar {
            position: sticky;
            top: 0;
            z-index: 40;
            background: rgba(255, 247, 247, .92);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--line)
        }

        .nav {
            max-width: 1180px;
            margin: 0 auto;
            padding: 13px 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            font-weight: 900;
            letter-spacing: .06em;
            text-transform: uppercase;
            font-size: 13px;
            color: var(--deep)
        }

        .brand img {
            width: 32px;
            height: 32px;
            border-radius: 8px
        }

        .links {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            color: var(--muted);
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: .1em
        }

        .links a {
            text-decoration: none;
            padding: 6px 8px;
            border-radius: 999px
        }

        .links a:hover {
            background: white;
            color: var(--deep)
        }

        .hero {
            position: relative;
            overflow: hidden;
            min-height: 92vh;
            display: grid;
            align-items: center;
            background: linear-gradient(135deg, #dc2626, #991b1b 62%, #5f1111);
            color: white
        }

        .hero:before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .18), transparent 20%), radial-gradient(circle at 82% 16%, rgba(248, 200, 74, .22), transparent 24%), linear-gradient(90deg, transparent 0 46%, rgba(255, 255, 255, .08) 46% 54%, transparent 54%)
        }

        .hero:after {
            content: "H2";
            position: absolute;
            right: 8%;
            bottom: 5%;
            font-size: clamp(120px, 22vw, 300px);
            font-weight: 900;
            color: rgba(255, 255, 255, .05);
            line-height: 1
        }

        .hero-inner {
            position: relative;
            z-index: 1;
            max-width: 1080px;
            margin: 0 auto;
            padding: 110px 18px 130px;
            text-align: center
        }

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .12);
            border: 1px solid rgba(255, 255, 255, .24);
            border-radius: 999px;
            padding: 8px 13px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: .13em
        }

        .leaf {
            width: 10px;
            height: 10px;
            border-radius: 2px;
            background: white;
            transform: rotate(45deg)
        }

        h1 {
            font-size: clamp(42px, 7vw, 82px);
            line-height: .98;
            margin: 24px 0 18px;
            letter-spacing: -.045em
        }

        h1 span {
            color: #ffe6e6
        }

        .lead {
            max-width: 820px;
            margin: 0 auto;
            color: rgba(255, 255, 255, .82);
            font-size: clamp(17px, 2vw, 22px)
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            margin-top: 28px
        }

        .button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border-radius: 8px;
            padding: 12px 18px;
            font-weight: 800;
            background: white;
            color: var(--red);
            box-shadow: 0 14px 34px rgba(0, 0, 0, .18)
        }

        .button.secondary {
            background: rgba(255, 255, 255, .1);
            border: 1px solid rgba(255, 255, 255, .28);
            color: white;
            box-shadow: none
        }

        .stats {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            margin-top: 48px
        }

        .stat {
            border: 1px solid rgba(255, 255, 255, .18);
            border-radius: 12px;
            background: rgba(255, 255, 255, .1);
            padding: 18px
        }

        .stat b {
            display: block;
            font-size: 30px;
            line-height: 1
        }

        .stat span {
            display: block;
            margin-top: 6px;
            color: rgba(255, 255, 255, .72);
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: .08em
        }

        section {
            padding: 76px 18px
        }

        .wrap {
            max-width: 1180px;
            margin: 0 auto
        }

        .section-head {
            max-width: 840px;
            margin: 0 auto 38px;
            text-align: center
        }

        .eyebrow {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: .16em;
            color: var(--red);
            font-weight: 900;
            margin-bottom: 8px
        }

        h2 {
            font-size: clamp(30px, 4.5vw, 54px);
            line-height: 1.04;
            margin: 0 0 12px;
            letter-spacing: -.035em
        }

        h3 {
            font-size: 22px;
            line-height: 1.18;
            margin: 0 0 10px
        }

        p {
            margin: 0 0 14px
        }

        .muted {
            color: var(--muted)
        }

        .dark {
            background: linear-gradient(135deg, #991b1b, #651111);
            color: white
        }

        .dark .muted {
            color: rgba(255, 255, 255, .76)
        }

        .grid {
            display: grid;
            gap: 20px
        }

        .two {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .three {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .four {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .card {
            background: var(--paper);
            border: 1px solid var(--line);
            border-radius: 12px;
            box-shadow: var(--shadow);
            overflow: hidden
        }

        .dark .card {
            background: rgba(255, 255, 255, .08);
            border-color: rgba(255, 255, 255, .18);
            box-shadow: none
        }

        .card-body {
            padding: 22px
        }

        .metric {
            border: 1px solid var(--line);
            border-radius: 12px;
            background: white;
            padding: 20px;
            text-align: center;
            box-shadow: var(--shadow)
        }

        .metric b {
            display: block;
            color: var(--red);
            font-size: 28px
        }

        .metric span {
            display: block;
            color: var(--muted);
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: .07em;
            margin-top: 6px
        }

        .bar {
            height: 10px;
            background: #f2dddd;
            border-radius: 999px;
            overflow: hidden;
            margin-top: 12px
        }

        .bar i {
            display: block;
            height: 100%;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--red), #ff6b6b)
        }

        .pill {
            display: inline-flex;
            border-radius: 999px;
            padding: 6px 9px;
            background: #ffe7e7;
            color: var(--deep);
            font-size: 12px;
            margin: 4px 4px 0 0
        }

        .dark .pill {
            background: rgba(255, 255, 255, .16);
            color: white
        }

        .table-wrap {
            overflow-x: auto;
            border: 1px solid var(--line);
            border-radius: 12px;
            background: white;
            box-shadow: var(--shadow)
        }

        table {
            border-collapse: collapse;
            width: 100%;
            min-width: 760px
        }

        th {
            background: var(--deep);
            color: white;
            text-align: left;
            padding: 12px;
            font-size: 13px
        }

        td {
            padding: 12px;
            border-bottom: 1px solid var(--line);
            font-size: 13px;
            color: #485466
        }

        td:first-child {
            font-weight: 800;
            color: var(--deep)
        }

        tr:nth-child(even) td {
            background: #fff8f8
        }

        .roadmap {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px
        }

        .phase {
            position: relative
        }

        .phase:before {
            content: attr(data-step);
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--gold);
            color: #651111;
            font-weight: 900;
            margin-bottom: 12px
        }

        .footer {
            padding: 34px 18px;
            text-align: center;
            border-top: 1px solid var(--line);
            color: var(--muted);
            font-size: 13px;
            background: white
        }

        @media(max-width:900px) {
            .links {
                display: none
            }

            .two,
            .three,
            .four,
            .roadmap {
                grid-template-columns: 1fr
            }

            .stats {
                grid-template-columns: repeat(2, minmax(0, 1fr))
            }

            .hero {
                min-height: auto
            }
        }

        @media(max-width:560px) {
            section {
                padding: 54px 16px
            }

            .hero-inner {
                padding: 82px 16px 110px
            }

            .stats {
                grid-template-columns: 1fr
            }

            .card-body {
                padding: 18px
            }
        }
