.site-header,
.site-footer,
.legal-page,
.opt-in-result-page,
.prospect-capture {
    font-family: Inter, system-ui, sans-serif;
}
body {
    margin: 0;
    background:
        radial-gradient(circle at 80% 4%, rgba(36, 118, 255, 0.13), transparent 26rem),
        radial-gradient(circle at 10% 20%, rgba(255, 147, 12, 0.11), transparent 18rem),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 52%, #f7f8fb 100%);
    color: #10203c;
    font-family: Inter, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 64px;
    display: flex;
    align-items: center;
    background: rgba(244, 243, 239, .92);
    border-bottom: 1px solid rgba(17, 24, 39, .08);
    backdrop-filter: blur(12px);
}
.site-header__inner {
    width: min(1100px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}
.site-brand img {
    width: 32px;
    height: 32px;
}
.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
}
.site-nav a {
    color: #374151;
    text-decoration: none;
}
.site-nav a:hover {
    color: #1D6FF2;
}
.site-footer {
    padding: 28px 24px;
    background: #111827;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}
.site-footer__inner {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}
.site-footer a {
    color: rgba(255,255,255,.86);
    text-decoration: none;
}
.legal-page {
    position: relative;
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 132px clamp(24px, 4vw, 64px) 84px;
    color: #10203c;
    line-height: 1.7;
    isolation: isolate;
}
.legal-page::before {
    content: "";
    position: absolute;
    inset: 88px -48px 32px;
    z-index: -1;
    border: 1px solid rgba(11, 35, 76, 0.08);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.88)),
        radial-gradient(circle at 92% 0%, rgba(116, 180, 255, 0.16), transparent 18rem),
        radial-gradient(circle at 0% 14%, rgba(255, 147, 12, 0.10), transparent 16rem);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.62),
        0 26px 80px rgba(3, 15, 38, 0.10);
}
.legal-page h1 {
    max-width: 760px;
    margin: 0 0 32px;
    color: #10203c;
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.055em;
    text-wrap: balance;
}
.legal-page h2 {
    position: relative;
    margin: 42px 0 12px;
    color: #10203c;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}
.legal-page h2::before {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff930c, #74b4ff);
}
.legal-page p,
.legal-page li {
    color: #4a5c7c;
    font-size: 1.02rem;
}
.legal-page p {
    margin: 0 0 1rem;
}
.legal-page ul {
    margin: 0 0 1.25rem;
    padding-left: 1.2rem;
}
.legal-page li {
    margin: 0.45rem 0;
}
.legal-page strong {
    color: #10203c;
    font-weight: 800;
}
.legal-page a {
    color: #1458b6;
    font-weight: 700;
    text-decoration-color: rgba(20, 88, 182, 0.26);
    text-underline-offset: 0.18em;
}
.legal-page a:hover {
    color: #ff930c;
    text-decoration-color: rgba(255, 147, 12, 0.38);
}
body.opt-in-result-body {
    margin: 0;
    background: #04122a;
    color: #f8fbff;
    font-family: Inter, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
.opt-in-result-body .site-header {
    background: rgba(4, 18, 42, .74);
    border-bottom: 1px solid rgba(154, 198, 255, .18);
    backdrop-filter: blur(16px);
}
.opt-in-result-body .site-brand,
.opt-in-result-body .site-nav a {
    color: rgba(248,251,255,.88);
}
.opt-in-result-body .site-brand img {
    filter: drop-shadow(0 0 16px rgba(116,180,255,.26));
}
.opt-in-result-body .site-nav a:hover {
    color: #ff930c;
}
.opt-in-result-body .site-footer {
    background: #020b1b;
    border-top: 1px solid rgba(154,198,255,.18);
    color: rgba(231,239,255,.68);
}
.opt-in-result-body .site-footer a {
    color: rgba(248,251,255,.84);
}
.opt-in-result-body .site-footer a:hover {
    color: #ff930c;
}
.opt-in-result-page {
    min-height: 100vh;
    min-height: 100svh;
    padding: 128px 24px 72px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 78% 12%, rgba(36, 118, 255, 0.22), transparent 26rem),
        radial-gradient(circle at 18% 78%, rgba(255, 147, 12, 0.14), transparent 20rem),
        linear-gradient(180deg, #041839 0%, #04122a 100%);
    color: #f8fbff;
}
.opt-in-result-card {
    width: min(620px, 100%);
    padding: clamp(2rem, 5vw, 3.25rem);
    border: 1px solid rgba(154, 198, 255, 0.18);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.94));
    color: #10203c;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 24px 80px rgba(3, 15, 38, 0.45);
    text-align: center;
}
.opt-in-result-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.35rem;
    padding: 5px 14px;
    border-radius: 999px;
    background: #ff930c;
    color: #0b1428;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.opt-in-result-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 147, 12, 0.14);
    color: #ff930c;
}
.opt-in-result-page--error .opt-in-result-icon {
    background: rgba(204, 51, 0, 0.1);
    color: #cc3300;
}
.opt-in-result-icon svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
}
.opt-in-result-card h1 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}
.opt-in-result-card p {
    margin: 0 auto 0.75rem;
    max-width: 34rem;
    color: #556677;
    font-size: 1.05rem;
    line-height: 1.7;
}
.opt-in-result-card strong {
    color: #10203c;
}
.opt-in-result-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 1.25rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #ffb14a, #ff930c);
    color: #0b1428;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(255, 147, 12, 0.22);
    transition: filter 0.15s ease, transform 0.15s ease;
}
.opt-in-result-link:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}
.prospect-capture,
.prospect-capture * {
    box-sizing: border-box;
}
.prospect-capture {
    width: 100%;
    color: #ffffff;
}
.prospect-capture__wrap {
    width: min(560px, 100%);
    margin: 0 auto;
}
.prospect-capture__badge {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 2.5rem;
    padding: 4px 12px;
    border-radius: 20px;
    background: #ff930c;
    color: #0b1428;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.prospect-capture__title {
    margin: 0 0 0.75rem;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    text-wrap: balance;
}
.prospect-capture__subtitle {
    margin: 0 0 2rem;
    color: rgba(231, 239, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}
.prospect-capture__card {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid rgba(154, 198, 255, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.94));
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 22px 54px rgba(1, 14, 38, 0.32);
}
.prospect-capture__field {
    margin: 0;
}
.prospect-capture__honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.prospect-capture__fieldset {
    min-width: 0;
    padding: 0;
    border: 0;
}
.prospect-capture__label {
    display: block;
    margin: 0 0 0.55rem;
    color: #556677;
    font-size: 0.95rem;
    font-weight: 700;
}
.prospect-capture__input {
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 1rem;
    border: 1px solid #cfd8e3;
    border-radius: 0.75rem;
    outline: none;
    color: #1a2a3a;
    font: inherit;
    font-size: 1rem;
    line-height: 1.4;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.prospect-capture__input:focus {
    border-color: #ff930c;
    box-shadow: 0 0 0 3px rgba(255, 147, 12, 0.16);
}
.prospect-capture__input::placeholder {
    color: #aabbcc;
}
.prospect-capture__segments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}
.prospect-capture__segment {
    position: relative;
    min-width: 0;
    cursor: pointer;
    user-select: none;
}
.prospect-capture__segment input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.prospect-capture__segment span {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 0.9rem;
    border: 1px solid #cfd8e3;
    border-radius: 0.75rem;
    background: #fff;
    color: #445466;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.prospect-capture__segment:hover span,
.prospect-capture__segment input:focus-visible + span {
    border-color: #ff930c;
    color: #cc5d00;
    box-shadow: 0 0 0 0.2rem rgba(255, 147, 12, 0.12);
}
.prospect-capture__segment input:checked + span {
    border-color: #ff930c;
    background: #fff4ee;
    color: #cc5d00;
    font-weight: 800;
    box-shadow: inset 0 0 0 1px rgba(255, 147, 12, 0.42);
}
.prospect-capture__button {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.15rem;
    padding: 0.85rem 1.25rem;
    border: 0;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #ffb14a, #ff930c);
    color: #0b1428;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    transition: filter 0.15s ease, transform 0.1s ease;
}
.prospect-capture__button:hover {
    filter: brightness(1.06);
}
.prospect-capture__button:disabled {
    cursor: wait;
    opacity: 0.72;
}
.prospect-capture__button:active {
    transform: scale(0.99);
}
.prospect-capture__spinner {
    width: 1.05rem;
    height: 1.05rem;
    border: 2px solid rgba(11, 20, 40, 0.24);
    border-top-color: #0b1428;
    border-radius: 50%;
    animation: prospect-capture-spin 0.75s linear infinite;
}
@keyframes prospect-capture-spin {
    to {
        transform: rotate(360deg);
    }
}
.prospect-capture__micro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 6px;
    margin: -0.15rem 0 0;
    color: #789;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}
.prospect-capture__consent {
    margin: -0.35rem 0 0;
    color: #7a889a;
    font-size: 0.74rem;
    line-height: 1.55;
    text-align: center;
}
.prospect-capture__consent a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 0.18em;
}
.prospect-capture__consent a:hover {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: currentColor;
}
.prospect-capture__error {
    display: block;
    margin-top: 6px;
    color: #cc3300;
    font-size: 12px;
    line-height: 1.45;
    white-space: pre-line;
}
.prospect-capture__error[hidden] {
    display: none;
}
.prospect-capture__confirm {
    padding: 1.5rem 0;
    text-align: center;
}
.prospect-capture__confirm[hidden] {
    display: none;
}
.prospect-capture__confirm-icon {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #fff4ee;
}
.prospect-capture__confirm-icon svg {
    width: 28px;
    height: 28px;
    stroke: #ff930c;
}
.prospect-capture__confirm h3 {
    margin: 0 0 0.5rem;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
}
.prospect-capture__confirm p {
    margin: 0;
    color: rgba(231, 239, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}
.prospect-capture--home {
    text-align: center;
}
.prospect-capture--home .prospect-capture__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(620px, 100%);
}
.prospect-capture--home .prospect-capture__title {
    font-size: clamp(30px, 3.5vw, 46px);
}
.prospect-capture--home .prospect-capture__card {
    width: min(540px, 100%);
    margin: 0 auto;
}
.prospect-capture--launch .prospect-capture__wrap {
    width: min(620px, 100%);
}
.prospect-capture--launch .prospect-capture__badge {
    display: none;
}
.prospect-capture--launch .prospect-capture__title {
    font-size: clamp(1.24rem, 3vw, 2.34rem);
    line-height: 0.98;
}
.prospect-capture--launch .prospect-capture__subtitle {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
    font-size: clamp(0.95rem, 1.45vw, 1.12rem);
    line-height: 1.55;
}
.prospect-capture--launch .prospect-capture__card {
    gap: 1rem;
    padding: clamp(1.15rem, 2.6vw, 1.5rem);
    border-color: rgba(154, 198, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 18px 44px rgba(1, 14, 38, 0.26);
    backdrop-filter: blur(14px);
}
.prospect-capture--launch .prospect-capture__label {
    color: rgba(231, 239, 255, 0.76);
    text-align: left;
}
.prospect-capture--launch .prospect-capture__input {
    min-height: 54px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.96);
}
.prospect-capture--launch .prospect-capture__fieldset {
    margin: 0;
}
.prospect-capture--launch .prospect-capture__segment span {
    min-height: 54px;
    border-color: rgba(154, 198, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(239, 245, 255, 0.78);
}
.prospect-capture--launch .prospect-capture__segment:hover span,
.prospect-capture--launch .prospect-capture__segment input:focus-visible + span,
.prospect-capture--launch .prospect-capture__segment input:checked + span {
    border-color: rgba(255, 147, 12, 0.78);
    background: rgba(255, 147, 12, 0.14);
    color: #ffd08a;
}
.prospect-capture--launch .prospect-capture__button {
    min-height: 54px;
    margin-top: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    white-space: nowrap;
}
.prospect-capture--launch .prospect-capture__micro {
    margin-top: -0.25rem;
    color: rgba(231, 239, 255, 0.58);
}
.prospect-capture--launch .prospect-capture__consent {
    color: rgba(231, 239, 255, 0.56);
}
.prospect-capture--launch .prospect-capture__consent a {
    color: inherit;
}
.prospect-capture--launch .prospect-capture__consent a:hover {
    color: inherit;
}
@media (max-width: 720px) {
    .site-header__inner {
        width: calc(100% - 28px);
    }
    .site-nav {
        gap: 10px;
        font-size: 13px;
    }
    .legal-page {
        width: min(100% - 32px, 980px);
        padding: 112px 22px 64px;
    }
    .legal-page::before {
        inset: 80px 0 28px;
        border-radius: 24px;
    }
    .legal-page h1 {
        font-size: clamp(34px, 11vw, 48px);
    }
    .prospect-capture__card {
        padding: 1.25rem;
    }
    .prospect-capture__segments {
        grid-template-columns: 1fr;
    }
    .prospect-capture__button {
        white-space: normal;
    }
}
