:root {
    --ink: #14213d;
    --navy: #14213d;
    --blue: #246bce;
    --sky: #dff0ff;
    --cream: #fff8ee;
    --white: #fff;
    --soft: #f2f6fb;
    --line: #d8e1eb;
    --muted: #617083;
    --accent: #ff6b35;
    --purple: #7b61ff;
    --yellow: #ffd166;
    --green: #1f9d68;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(255,209,102,.25), transparent 20rem),
        radial-gradient(circle at 92% 30%, rgba(123,97,255,.13), transparent 24rem),
        var(--cream);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
}

a { color: inherit; }

.topbar {
    color: #fff;
    background: linear-gradient(110deg, #14213d 0%, #246bce 58%, #7b61ff 100%);
}

.topbar-inner, .hero-inner, .content-inner, .contribute-inner, footer {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
}

.topbar-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.05;
    letter-spacing: .12em;
}

.brand b { font-weight: 900; }

.brand-mark {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 20px;
}

.top-link {
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.top-link span { margin-left: 10px; font-size: 17px; }

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

.hero {
    background:
        radial-gradient(circle at 88% 5%, rgba(123,97,255,.18), transparent 27rem),
        radial-gradient(circle at 20% 75%, rgba(255,107,53,.10), transparent 25rem),
        #fff;
    border-bottom: 1px solid var(--line);
}

.hero-inner {
    min-height: calc(100vh - 76px);
    padding: 80px 0;
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
    gap: clamp(55px, 8vw, 115px);
    align-items: center;
}

.hero-copy { position: relative; }

.eyebrow, .small-label, .section-tag {
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
}

.spark {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--ink);
}

h1 {
    position: relative;
    z-index: 1;
    margin: 20px 0 28px;
    max-width: 760px;
    font-size: clamp(58px, 7.7vw, 110px);
    line-height: .86;
    letter-spacing: -.075em;
}

h1 em, h2 em {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.lead {
    max-width: 590px;
    margin: 0 0 25px;
    font-size: clamp(20px, 2.2vw, 27px);
    line-height: 1.25;
    letter-spacing: -.025em;
}

.domain-pill {
    display: inline-block;
    margin-bottom: 22px;
    padding: 12px 17px;
    border: 2px solid #c7ddf0;
    border-radius: 14px;
    background: linear-gradient(135deg, #e7f3ff, #fff1e8);
    box-shadow: 0 14px 35px rgba(36,107,206,.10);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 16px;
    font-weight: 800;
}

.domain-pill span { color: var(--blue); }

.hero-description {
    max-width: 590px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 15px;
}

.cta {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    padding: 15px 19px 15px 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--accent), #ff8a4c);
    border-radius: 999px;
    box-shadow: 0 12px 25px rgba(255,107,53,.24);
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
}

.cta b { font-size: 21px; font-weight: 400; }

.access-card {
    position: relative;
    padding: 30px;
    border: 1px solid #d6e2ee;
    border-top: 5px solid var(--purple);
    border-radius: 20px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 20px 55px rgba(23,59,92,.11);
}

.access-head {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.status {
    margin-top: 5px;
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
}

.status span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--green);
}

.access-month {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.access-number {
    margin-top: 25px;
    font-size: clamp(68px, 8vw, 105px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.08em;
}

.access-caption {
    margin-top: 11px;
    color: var(--muted);
    font-size: 12px;
}

.chart {
    height: 150px;
    margin-top: 32px;
    padding-top: 10px;
    display: flex;
    align-items: end;
    gap: 7px;
    border-bottom: 1px solid #d5dee8;
}

.chart-col {
    height: 100%;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 7px;
}

.bar-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.bar {
    width: min(25px, 72%);
    min-height: 5px;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, var(--blue), var(--purple));
}

.chart-col span {
    color: #7b8794;
    font-size: 8px;
    text-transform: uppercase;
}

.chart-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 11px;
}

.chart-footer strong { color: var(--ink); }

.access-note {
    display: flex;
    gap: 9px;
    margin-top: 16px;
    color: var(--muted);
    font-size: 11px;
}

.dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--green);
}

.content-section {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
}

.content-section.alt {
    background: linear-gradient(135deg, #f2f8ff, #fff4e8);
}

.content-inner {
    padding: 105px 0;
}

.content-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 20px;
}

h2 {
    margin: 0;
    font-size: clamp(45px, 6vw, 75px);
    line-height: .92;
    letter-spacing: -.06em;
}

.content-copy {
    max-width: 520px;
    color: var(--muted);
    font-size: 16px;
}

.content-copy p { margin-top: 0; }

.contribute {
    color: #fff;
    background: linear-gradient(120deg, #14213d, #246bce 60%, #7b61ff);
}

.contribute-inner {
    padding: 105px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.light { color: rgba(255,255,255,.65); }

.contribute h2 {
    margin-top: 18px;
    color: #fff;
}

.contribute-copy {
    align-self: end;
    color: rgba(255,255,255,.82);
}

.light-button {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    margin-top: 15px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

footer {
    padding: 25px 0 35px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: var(--muted);
    font-size: 11px;
}

@media (max-width: 860px) {
    .hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .access-card { max-width: 650px; }
    .content-main, .contribute-inner { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 560px) {
    .topbar-inner, .hero-inner, .content-inner, .contribute-inner, footer {
        width: calc(100% - 30px);
    }
    .topbar-inner { min-height: 65px; }
    .hero-inner { padding: 52px 0 65px; }
    h1 { font-size: clamp(53px, 16vw, 82px); }
    .lead { font-size: 20px; }
    .access-card { padding: 22px; }
    .access-number { font-size: 68px; }
    .content-inner, .contribute-inner { padding: 70px 0; }
    footer { flex-direction: column; }
}
