.base-rdt-landing-page .site-main,
.base-rdt-landing-page main {
    background: #1a2b6b;
}

.base-rdt-landing-page .page-header {
    display: none;
}

.base-rdt-landing-page .site-main {
    max-width: none !important;
    padding: 0 !important;
}

.base-rdt-page {
    --base-rdt-foundation: #1a2b6b;
    --base-rdt-blue: #3048a3;
    --base-rdt-blue-deep: #273d8f;
    --base-rdt-navy: #0d1636;
    --base-rdt-red: #d13e43;
    --base-rdt-cream: #fff8f5;
    box-sizing: border-box;
    color: #ffffff;
    margin: 0;
    max-width: none;
    padding: 10px 10px 0;
    width: 100%;
}

.base-rdt-page > * + * {
    margin-top: 10px;
}

.base-rdt-page > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
}

/* One shared hero panel keeps the guide overview quick to scan. */
.base-rdt-page-hero {
    align-items: stretch;
    background: var(--base-rdt-blue);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    overflow: hidden;
}

.base-rdt-page-hero > * {
    align-self: stretch;
    margin: 0 !important;
}

.base-rdt-page-hero__copy,
.base-rdt-page-hero__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding: clamp(30px, 5vw, 66px);
}

.base-rdt-page-hero__copy {
    color: #ffffff;
}

.base-rdt-page-hero__copy h1 {
    color: #ffffff;
    font-size: clamp(3rem, 5.15vw, 4.8rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.98;
    margin: 16px 0 22px !important;
    max-width: none !important;
}

.base-rdt-page-hero__copy p:not(.base-rdt-page-kicker) {
    color: #ffffff;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.6;
    margin: 0 !important;
    max-width: 62ch !important;
}

.base-rdt-page-kicker,
.base-rdt-eyebrow {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem !important;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.13em;
    line-height: 1.25;
    margin: 0 !important;
    max-width: none !important;
    text-transform: uppercase;
}

.base-rdt-page-kicker {
    color: #ffffff;
}

.base-rdt-page-kicker::before,
.base-rdt-eyebrow::before {
    background: var(--base-rdt-red);
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 3px;
    width: 28px;
}

.base-rdt-page-hero__summary {
    background: var(--base-rdt-blue-deep);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.base-rdt-page-hero__summary .base-rdt-eyebrow {
    color: #ffffff !important;
}

.base-rdt-page-hero__summary h2 {
    color: #ffffff;
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.02;
    margin: 16px 0 24px !important;
    max-width: 14ch !important;
}

.base-rdt-guide-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.base-rdt-guide-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 0 16px 30px;
    position: relative;
}

.base-rdt-guide-list li::before {
    background: var(--base-rdt-red);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 1px;
    position: absolute;
    top: 21px;
    width: 10px;
}

.base-rdt-page-note {
    align-items: center;
    background: var(--base-rdt-red);
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    justify-content: space-between;
    padding: clamp(22px, 4vw, 34px);
}

.base-rdt-page-note h2,
.base-rdt-page-note p,
.base-rdt-page-note a {
    color: #ffffff;
}

.base-rdt-page-note h2 {
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0 !important;
}

.base-rdt-page-note p {
    line-height: 1.6;
    margin: 0 !important;
}

.base-rdt-page-note a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* The only white content card is the short, prominent download form. */
.base-rdt-form-card {
    --base-rdt-navy: #0d1636;
    --base-rdt-red: #d13e43;
    --base-rdt-cream: #fff8f5;
    background: #ffffff;
    border: 1px solid rgba(13, 22, 54, 0.14);
    border-radius: 24px;
    border-top: 8px solid var(--base-rdt-red);
    box-shadow: 0 10px 28px rgba(13, 22, 54, 0.1);
    color: var(--base-rdt-navy);
    margin: 0;
    padding: clamp(32px, 7vw, 100px);
}

/* Preserve the bento rhythm despite the card's local margin reset. */
.base-rdt-page > .base-rdt-form-card {
    margin-top: 10px;
}

.base-rdt-form-card *,
.base-rdt-form-card *::before,
.base-rdt-form-card *::after {
    box-sizing: border-box;
}

.base-rdt-form-card__intro {
    max-width: 780px;
}

.base-rdt-form-card h2 {
    color: var(--base-rdt-navy);
    font-size: clamp(1.85rem, 4vw, 2.7rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.06;
    margin: 12px 0 !important;
}

.base-rdt-form-card p {
    color: #35415f;
    font-size: 1rem;
    line-height: 1.65;
}

.base-rdt-eyebrow {
    color: var(--base-rdt-red) !important;
}

.base-rdt-form {
    margin-top: 24px;
}

.base-rdt-form__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.base-rdt-field:last-child {
    grid-column: 1 / -1;
}

.base-rdt-field label {
    color: var(--base-rdt-navy);
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.base-rdt-field input {
    appearance: none;
    background: #ffffff;
    border: 2px solid #cbd2e4;
    border-radius: 12px;
    color: var(--base-rdt-navy);
    font: inherit;
    min-height: 50px;
    padding: 10px 13px;
    width: 100%;
}

.base-rdt-field input:focus,
.base-rdt-check input:focus-visible,
.base-rdt-button:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

.base-rdt-consents {
    background: var(--base-rdt-cream);
    border-radius: 16px;
    display: grid;
    gap: 14px;
    margin: 22px 0;
    padding: 18px;
}

.base-rdt-check {
    align-items: flex-start;
    color: var(--base-rdt-navy);
    cursor: pointer;
    display: flex;
    gap: 11px;
    line-height: 1.5;
}

.base-rdt-check input {
    flex: 0 0 auto;
    height: 22px;
    margin: 1px 0 0;
    width: 22px;
}

.base-rdt-check a {
    color: #193482;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.base-rdt-button {
    align-items: center;
    appearance: none;
    background: var(--base-rdt-red);
    border: 2px solid var(--base-rdt-red);
    border-radius: 999px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 50px;
    padding: 13px 24px;
    text-decoration: none !important;
}

.base-rdt-button:hover {
    background: #b42e34;
    border-color: #b42e34;
    color: #ffffff !important;
}

.base-rdt-form__small {
    font-size: 0.88rem !important;
    margin: 10px 0 0 !important;
}

.base-rdt-notice {
    border-left: 5px solid var(--base-rdt-red);
    border-radius: 10px;
    margin: 20px 0;
    padding: 14px 16px;
}

.base-rdt-notice--error {
    background: #fff1f1;
    color: #7d1117;
}

.base-rdt-ready {
    background: #ffffff;
}

.base-rdt-honeypot {
    height: 1px !important;
    left: -10000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
}

@media (max-width: 780px) {
    .base-rdt-page-hero {
        grid-template-columns: 1fr;
    }

    .base-rdt-page-hero__copy,
    .base-rdt-page-hero__summary {
        min-height: auto;
        padding: 32px 26px;
    }

    .base-rdt-page-hero__summary {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .base-rdt-page-hero__copy h1 {
        font-size: clamp(2.45rem, 12vw, 3.55rem);
    }

    .base-rdt-page-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .base-rdt-form__grid {
        grid-template-columns: 1fr;
    }

    .base-rdt-field:last-child {
        grid-column: auto;
    }

    .base-rdt-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .base-rdt-form-card *,
    .base-rdt-form-card *::before,
    .base-rdt-form-card *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
