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-workbook [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-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus {
    border-color: var(--navy)
}

.btn-navy,
body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary,
body#thh-workbook [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-workbook [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
}

.tick-list {
    list-style: none
}

.tick-list li {
    font-size: 15px;
    color: var(--text-mid);
    padding: 9px 0 9px 26px;
    position: relative;
    border-bottom: 1px solid rgba(27, 45, 115, 0.07);
    line-height: 1.6
}

.tick-list li:last-child {
    border-bottom: none
}

.tick-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--navy);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,6 5,9 10,3' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat
}

.wb-hero {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 72px 0 80px
}

.wb-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 64px;
    align-items: start
}

.wb-h1 {
    font-family: var(--serif);
    font-size: 44px;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.15;
    margin-bottom: 20px
}

.wb-h1 em {
    color: var(--gold);
    font-style: italic
}

.wb-form-box {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 32px;
    position: sticky;
    top: 110px
}

.wb-form-box h3 {
    font-family: var(--serif);
    font-size: 24px;
    color: var(--navy);
    margin-bottom: 6px
}

.wb-form-box p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px
}

.wb-disclaimer {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 12px;
    line-height: 1.6;
    text-align: center
}

.wb-foot {
    background: var(--cream-dark);
    border-top: 1px solid var(--border);
    padding: 36px 0;
    text-align: center
}

.wb-foot p {
    font-size: 15px;
    color: var(--text-muted)
}

.wb-foot a {
    color: var(--navy);
    font-weight: 700;
    text-decoration: none
}
body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper {
    background-color: transparent !important;
    background: none !important;
}

body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody,
body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
    background-color: transparent !important;
}

body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow,
body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
body#thh-workbook [id^="mlb2-"] .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,
body#thh-workbook [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; }
}
