footer {
    background: var(--navy);
    padding: 64px 0 40px
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px
}

.footer-brand {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 500;
    color: var(--white);
    display: block;
    margin-bottom: 12px
}

.footer-brand em {
    color: var(--gold);
    font-style: italic
}

.footer-tagline {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.6;
    margin-bottom: 20px
}

.footer-contact p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 5px;
    line-height: 1.5
}

.footer-contact a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600
}

.footer-heading {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 16px
}

.footer-links {
    list-style: none
}

.footer-links li {
    margin-bottom: 9px
}

.footer-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.42);
    text-decoration: none;
    transition: color .2s
}

.footer-links a:hover {
    color: var(--gold)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.22)
}

.footer-legal {
    display: flex;
    gap: 20px
}

.footer-legal a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.22);
    text-decoration: none
}

.footer-legal a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.form-field,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    width: 100%;
    padding: 12px 14px !important;
    border: 1px solid var(--border) !important;
    border-radius: 2px !important;
    font-family: var(--sans) !important;
    font-size: 14px !important;
    color: var(--text-dark) !important;
    background: var(--cream) !important;
    margin-bottom: 10px !important;
    outline: none !important;
    transition: border-color .2s !important
}

.form-field:focus,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus {
    border-color: var(--navy)
}

.btn-navy,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    width: 100% !important;
    background: var(--navy) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 16px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background .2s !important;
    text-decoration: none !important;
    display: block;
    text-align: center !important
}

.btn-navy:hover,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:hover {
    background: var(--navy-deep) !important
}

.btn-ghost {
    font-size: 12px;
    color: var(--text-muted);
    text-align: center;
    margin-top: 14px;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    background: none;
    border: none
}

.btn-ghost:hover {
    color: var(--navy)
}

.secure {
    font-size: 11px;
    color: var(--text-muted);
    text-align: center;
    margin-top: 14px
}

.bpd-hero {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 72px 0 80px
}

.bpd-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    align-items: start
}

.bpd-h1 {
    font-family: var(--serif);
    font-size: 46px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.12;
    margin-bottom: 16px
}

.bpd-h1 em {
    color: var(--gold);
    font-style: italic
}

.bpd-features-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 28px 0
}

.bpd-feature-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 22px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.bpd-feature-card svg {
    width: 22px;
    height: 22px;
    stroke: var(--navy);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.bpd-feature-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px
}

.bpd-feature-card-body {
    flex: 1
}

.bpd-feature-card h3 {
    font-family: var(--serif);
    font-size: 19px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 6px
}

.bpd-feature-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0
}

.bpd-feature:first-child {
    border-top: 1px solid var(--border)
}

.bpd-feature strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px
}

.bpd-feature p {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0
}

.bpd-order-box {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 32px;
    position: sticky;
    top: 110px
}

.bpd-price {
    font-family: var(--serif);
    font-size: 52px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1;
    display: block;
    margin-bottom: 6px
}

.bpd-price-note {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 24px;
    display: block
}

.bpd-already {
    background: var(--cream-dark);
    border-top: 1px solid var(--border);
    padding: 36px 0;
    text-align: center
}

.bpd-already p {
    font-size: 15px;
    color: var(--text-muted)
}

.bpd-already a {
    color: var(--navy);
    font-weight: 700;
    text-decoration: none
}

body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper {
    background-color: transparent !important;
    background: none !important;
}

body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
    background-color: transparent !important;
}

body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
body#thh-blood-panel-decoder [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
body#thh-blood-panel-decoder [id^="mlb2-"].ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .inner {
        padding: 0 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .hero-grid,
    .book-grid,
    .bpd-grid,
    .hub-grid,
    .members-grid,
    .wb-grid {
        gap: 40px;
    }

    .who-card {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .nav-inner {
        flex-direction: column;
        height: auto;
        padding: 16px 0;
        gap: 16px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .hero-grid,
    .book-grid,
    .get-grid,
    .bpd-grid,
    .hub-grid,
    .members-grid,
    .wb-grid,
    .hub-nav {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hub-nav {
        gap: 12px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .hero-headline {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .hero-sub {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .hero-cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        text-align: center;
    }

    .hero-cta-btn {
        width: 100%;
        text-align: center;
        display: block;
    }

    .proof-bar-inner {
        flex-direction: column;
    }

    .proof-stat+.proof-stat {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .problem-section,
    .testi-section,
    .book-section,
    .who-section,
    .get-section,
    .about-section,
    .faq-section,
    .cta-section {
        padding: 56px 0;
    }

    .partners-inner {
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
    }

    .partners-label {
        border-right: none;
        padding-right: 0;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--border);
    }

    .partners-logos {
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .testi-quote {
        font-size: 18px;
    }

    .book-cover-wrap {
        position: relative;
        top: auto;
        max-width: 220px;
        margin: 0 auto;
    }

    .bpd-order-box,
    .wb-box {
        position: relative;
        top: auto;
        padding: 24px;
    }

    .inside-num {
        font-size: 24px;
    }

    .endorsement-block {
        padding: 24px;
        margin: 40px 0;
        border-radius: 3px;
        border-left: none;
        border-top: 4px solid var(--gold);
    }

    .endorsement-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        text-align: center;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cta-form-wrap {
        padding: 24px;
    }

    .price-amount,
    .bpd-price,
    .plan-price,
    .upsell-h1,
    .ds-h1,
    .hub-title {
        font-size: 36px;
    }

    .ds-wrap,
    .upsell-wrap,
    .review-wrap,
    .wb-wrap,
    .hub-wrap {
        padding: 40px 24px;
    }

    .feature-list {
        padding: 20px;
    }

    .price-row {
        flex-direction: column;
        gap: 8px;
    }

    .about-photo-half {
        max-width: 100%;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {

    .confirm-grid,
    .rv-grid,
    .card-grid,
    .welcome-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .portal-shell {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
    }

    .portal-main {
        padding: 24px;
    }

    .page-header {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
}
