.launch-page {
    min-height: 100vh;
    background: #f8fafc;
    color: #17233d;
}

.launch-hero {
    min-height: 72vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #1b2a49 0%, #2f4770 58%, #40597c 100%);
    color: white;
}

.launch-header {
    width: 100%;
    background: white;
    border-bottom: 1px solid rgba(23, 35, 61, 0.08);
    box-shadow: 0 1px 12px rgba(23, 35, 61, 0.08);
}

.launch-header-inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 92px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.launch-header .brand-logo-image {
    max-width: min(100%, 18rem);
    max-height: 4.2rem;
}

.launch-hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 440px);
    gap: clamp(40px, 7vw, 92px);
    align-items: center;
    padding: clamp(56px, 9vh, 96px) 0 clamp(64px, 10vh, 112px);
}

.launch-copy {
    max-width: 680px;
}

.launch-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d7ecaa;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.launch-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #97bd45;
}

.launch-title {
    font-size: clamp(2.8rem, 5.4vw, 5.1rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: 0;
    color: white;
    margin: 0 0 26px;
    max-width: 760px;
    outline: none;
}

.launch-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 660px;
}

.launch-proof-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.86);
}

.launch-proof {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.35;
}

.launch-proof .mud-icon-root {
    color: #97bd45;
    font-size: 1.28rem;
    flex: 0 0 auto;
}

.interest-panel {
    background: white;
    color: #17233d;
    border-radius: 8px;
    padding: clamp(26px, 4vw, 36px);
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 26px 56px rgba(7, 17, 34, 0.24);
}

.interest-panel h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 8px;
    font-weight: 800;
    color: #17233d;
}

.interest-panel p {
    color: #64748b;
    line-height: 1.55;
    margin: 0 0 22px;
}

.interest-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.interest-message {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 0.94rem;
    line-height: 1.45;
}

.interest-message--success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.interest-message--error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.launch-section {
    padding: 72px 24px;
    background: white;
}

.launch-section-inner {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.launch-section h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.15;
    font-weight: 800;
    color: #17233d;
    margin: 0 0 14px;
    text-align: center;
}

.launch-section-intro {
    color: #64748b;
    line-height: 1.65;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 36px;
    font-size: 1.05rem;
}

.launch-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.launch-feature {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    background: #fbfdff;
    min-height: 210px;
}

.launch-feature .mud-icon-root {
    color: #97bd45;
    font-size: 2rem;
    margin-bottom: 16px;
}

.launch-feature h3 {
    font-size: 1.15rem;
    margin: 0 0 10px;
    color: #17233d;
    font-weight: 800;
}

.launch-feature p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.launch-footer {
    background: #17233d;
    color: rgba(255, 255, 255, 0.78);
    padding: 28px 24px;
}

.launch-footer-inner {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.launch-footer a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.launch-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.launch-footer-links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

@media (max-width: 960px) {
    .launch-hero {
        min-height: auto;
    }

    .launch-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 48px;
    }

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

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

    .launch-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .launch-header {
        padding: 0;
    }

    .launch-header-inner {
        min-height: 76px;
        width: min(100% - 32px, 1180px);
    }

    .launch-header .brand-logo-image {
        max-width: min(100%, 13rem);
        max-height: 3.2rem;
    }

    .launch-title {
        font-size: clamp(2.35rem, 13vw, 3.4rem);
    }

    .interest-panel {
        padding: 22px 18px;
    }

    .launch-footer-inner {
        flex-direction: column;
    }
}

.access-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px 18px;
    background: linear-gradient(135deg, #1b2a49 0%, #2f4770 58%, #40597c 100%);
    color: #17233d;
}

.access-card {
    width: min(100%, 440px);
    background: white;
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 8px;
    box-shadow: 0 26px 56px rgba(7, 17, 34, 0.24);
    padding: clamp(28px, 5vw, 40px);
}

.access-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.access-logo .brand-logo-image {
    max-width: min(100%, 15rem);
    max-height: 3.6rem;
}

.access-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 8px;
    color: #243a63;
    background: #eef4f8;
}

.access-icon .mud-icon-root {
    font-size: 1.8rem;
}

.access-card h1 {
    margin: 0 0 10px;
    color: #17233d;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.access-card p {
    margin: 0 0 24px;
    color: #64748b;
    line-height: 1.6;
    text-align: center;
}

.access-form {
    display: grid;
    gap: 16px;
}

.access-label {
    margin-bottom: -8px;
    color: #17233d;
    font-size: 0.9rem;
    font-weight: 700;
}

.access-input {
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: white;
    color: #17233d;
    font: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.access-input:focus {
    border-color: #243a63;
    box-shadow: 0 0 0 3px rgba(36, 58, 99, 0.14);
}

.access-error {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fef2f2;
    color: #991b1b;
    line-height: 1.45;
}
