/* ============ OFFICIAL DESIGN SYSTEM ============
       Ink Navy  #0D1B2A · Antique Gold #C18A35
       Cormorant Garamond (display) · Spectral (body)
       Hanken Grotesk (UI) · IBM Plex Mono (labels)   */
    :root {
      --navy: #0D1B2A;
      --navy-soft: #14283C;          /* tint of Ink Navy for subtle depth */
      --gold: #C18A35;
      --gold-deep: #96681D;          /* Antique Gold darkened for small text on light (AA) */
      --gold-tint: #D9A85C;          /* Antique Gold lightened for text on navy (AA) */
      --gold-hover: #A9762A;
      --cream: #F4EFE4;              /* paper cream */
      --cream-soft: #FAF7EF;
      --line: #E4DCCB;
      --ink: #212D3A;                /* body text — Ink Navy derived */
      --muted: #5B6773;
      --serif-display: 'Cormorant Garamond', Georgia, serif;
      --serif-body: 'Spectral', Georgia, serif;
      --sans: 'Hanken Grotesk', Arial, sans-serif;
      --mono: 'IBM Plex Mono', 'Courier New', monospace;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--serif-body); color: var(--ink); background: #fff; font-size: 18px; line-height: 1.7; }
    img { max-width: 100%; display: block; }
    a { color: var(--gold-deep); text-decoration: none; }
    a:hover { color: var(--gold-hover); }
    a.btn, .footer a { color: inherit; }
    a:focus-visible, .btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 2px; }
    .skip-link {
      position: absolute; left: -9999px; top: 0; z-index: 200;
      background: var(--navy); color: #fff; padding: 12px 20px; font-family: var(--sans);
    }
    .skip-link:focus { left: 0; }
    .container { max-width: 820px; margin: 0 auto; padding: 0 24px; }
    .section { padding: 72px 0; }
    .section-alt { background: var(--cream); }
    .section-accent { background: var(--cream-soft); }
    .text-center { text-align: center; }
    h1, h2, h3 { font-family: var(--serif-display); color: var(--navy); }
    h1 { font-size: clamp(2.4rem, 5.5vw, 3.4rem); line-height: 1.12; font-weight: 700; }
    h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1.15; font-weight: 700; margin-bottom: 24px; }
    h3 { font-size: 1.45rem; font-weight: 700; margin-bottom: 12px; line-height: 1.25; }
    p { margin-bottom: 20px; text-wrap: pretty; }
    .lead { font-size: 1.22rem; line-height: 1.6; }
    .eyebrow {
      display: inline-block; font-family: var(--mono);
      font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em;
      text-transform: uppercase; color: var(--gold-deep); margin-bottom: 16px;
    }
    .btn {
      display: inline-block; font-family: var(--sans);
      font-size: 1.1rem; font-weight: 800; padding: 20px 44px;
      border-radius: 6px; cursor: pointer; text-align: center;
      transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
    }
    .btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 4px 16px rgba(193,138,53,0.35); }
    .btn-primary-lg { background: var(--gold); color: var(--navy); font-size: 1.3rem; padding: 24px 56px; box-shadow: 0 4px 20px rgba(193,138,53,0.4); }
    .btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,27,42,0.25); background: var(--gold-hover); color: #fff; }
    .cta-block { text-align: center; margin-top: 44px; }
    .cta-sub { font-family: var(--sans); font-size: 0.85rem; color: var(--muted); margin-top: 12px; }
    .announcement-bar {
      background: var(--gold); color: var(--navy); text-align: center; padding: 11px 24px;
      font-family: var(--sans); font-size: 0.9rem; font-weight: 400;
    }
    .announcement-bar strong { font-weight: 800; }
    .announcement-bar s { opacity: 0.6; }
    .hero { background: var(--navy); color: #fff; padding: 84px 0 76px; position: relative; overflow: hidden; }
    .hero::before {
      content: ''; position: absolute; top: -80px; right: -80px;
      width: 460px; height: 460px;
      background: radial-gradient(circle, rgba(193,138,53,0.16) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero .container { max-width: 1020px; }
    .hero-flex { display: flex; gap: 56px; align-items: center; }
    .hero-copy { flex: 1 1 auto; min-width: 0; }
    .hero .eyebrow { color: var(--gold-tint); }
    .hero h1 { color: #fff; margin-bottom: 24px; }
    .hero .lead { color: #C9D2DC; max-width: 620px; margin-bottom: 8px; }
    .hero-divider { width: 60px; height: 3px; background: var(--gold); margin: 28px 0; }
    .hero .cta-block { text-align: left; margin-top: 32px; }
    .value-strip {
      list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px;
      margin: 24px 0 0; max-width: 640px;
      font-family: var(--sans); font-size: 0.88rem; color: #C9D2DC;
    }
    .value-strip li { display: flex; align-items: baseline; gap: 8px; }
    .value-strip li::before { content: '✓'; color: var(--gold-tint); font-weight: 700; }
    .guarantee-badge {
      display: inline-flex; align-items: center; gap: 10px;
      background: rgba(255,255,255,0.06); border: 1px solid rgba(193,138,53,0.4);
      border-radius: 50px; padding: 10px 20px;
      font-family: var(--sans); font-size: 0.85rem; color: #C9D2DC; margin-top: 28px;
    }
    .guarantee-badge b { color: var(--gold-tint); font-weight: 700; }
    @media (max-width: 820px) {
      .hero-flex { flex-direction: column-reverse; align-items: flex-start; }
      .hero-cover-wrap { margin: 0 auto; }
    }
    .hero-cover-wrap { flex: 0 0 auto; }
    /* Book cover — 1:1 replica of the approved Core Guide cover (same text, fonts, colours) */
    .book-cover {
      width: 262px; aspect-ratio: 5 / 7.15;
      background: linear-gradient(160deg, #12233A 0%, var(--navy) 100%);
      border: 1px solid rgba(193,138,53,0.45);
      border-radius: 4px 10px 10px 4px;
      box-shadow: -8px 0 0 -4px rgba(193,138,53,0.55), 0 24px 48px rgba(0,0,0,0.45);
      padding: 26px 22px 20px;
      display: flex; flex-direction: column; color: #fff;
    }
    .bc-eyebrow { font-family: var(--mono); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.3em; color: var(--gold-tint); margin-bottom: 14px; }
    .bc-title { font-family: var(--serif-display); font-size: 1.95rem; line-height: 1.08; font-weight: 700; margin-bottom: 14px; }
    .bc-rule { width: 34px; height: 3px; background: var(--gold); margin-bottom: 14px; }
    .bc-tag { font-family: var(--serif-body); font-style: italic; font-size: 0.72rem; line-height: 1.5; color: #B7C1CC; }
    .bc-feats { list-style: none; margin-top: auto; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 12px; }
    .bc-feats li { font-family: var(--mono); font-size: 0.48rem; font-weight: 600; letter-spacing: 0.18em; color: #C9D2DC; padding: 3.5px 0; }
    .bc-feats li::before { content: '·'; color: var(--gold-tint); margin-right: 6px; }
    .bc-brand { font-family: var(--mono); font-size: 0.45rem; letter-spacing: 0.2em; color: #7C8896; margin-top: 12px; }
    .quote-strip {
      background: var(--cream); border-bottom: 1px solid var(--line);
      padding: 22px 24px; text-align: center;
      font-family: var(--serif-body); font-style: italic;
      font-size: 1.05rem; color: var(--navy);
    }
    .problem-list { list-style: none; margin: 32px 0; counter-reset: problem; }
    .problem-list li {
      display: flex; align-items: flex-start; gap: 20px;
      padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem;
    }
    .problem-list li:last-child { border-bottom: none; }
    .problem-num {
      font-family: var(--serif-display); font-size: 1.9rem; font-weight: 700;
      color: var(--gold); line-height: 1; flex-shrink: 0; min-width: 44px; margin-top: 2px;
    }
    .objection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 40px 0 0; }
    @media (max-width: 600px) { .objection-grid { grid-template-columns: 1fr; } }
    .objection-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 28px; }
    .objection-card .obj { color: var(--muted); font-style: italic; font-size: 1.02rem; margin-bottom: 12px; }
    .objection-card .answer { font-size: 0.98rem; }
    .obj-label { font-family: var(--mono); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 8px; }
    .solution-highlight { background: var(--navy); color: #fff; border-radius: 16px; padding: 52px 48px; margin: 40px 0; text-align: center; }
    .hl-title { font-family: var(--serif-display); font-size: clamp(1.6rem, 3vw, 2.1rem); line-height: 1.2; font-weight: 700; color: #fff; margin-bottom: 20px; }
    .solution-highlight p { color: #C9D2DC; max-width: 560px; margin-left: auto; margin-right: auto; }
    .pill-list { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px 0 0; }
    .pill {
      background: rgba(193,138,53,0.12); border: 1px solid rgba(193,138,53,0.45);
      color: #fff; padding: 8px 20px; border-radius: 50px;
      font-family: var(--sans); font-size: 0.9rem;
    }
    .day-shape { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 32px 0 0; }
    @media (max-width: 700px) { .day-shape { grid-template-columns: 1fr 1fr; } }
    .day-step { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 20px 16px; text-align: center; }
    .day-step .ds-num { font-family: var(--serif-display); font-weight: 700; color: var(--gold); font-size: 1.5rem; line-height: 1; margin-bottom: 8px; }
    .day-step .ds-name { font-family: var(--sans); font-weight: 700; font-size: 0.92rem; line-height: 1.35; color: var(--navy); }
    .week-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 40px 0 0; }
    @media (max-width: 640px) { .week-grid { grid-template-columns: 1fr; } }
    .week-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 30px 28px; }
    .week-card.week-featured { background: var(--navy); color: #fff; border: none; }
    .week-featured h3 { color: #fff; }
    .week-featured p { color: #C9D2DC; }
    .week-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; }
    .week-num { font-family: var(--serif-display); font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; }
    .week-days { font-family: var(--mono); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
    .week-featured .week-days { color: #94A3B2; }
    .week-card p { font-size: 0.96rem; margin-bottom: 0; }
    .before-after {
      display: grid; grid-template-columns: 1fr 1fr;
      border-radius: 16px; overflow: hidden; margin: 40px 0 0;
      box-shadow: 0 8px 40px rgba(13,27,42,0.1);
    }
    @media (max-width: 600px) { .before-after { grid-template-columns: 1fr; } }
    .before-col { background: var(--cream); padding: 40px 36px; }
    .after-col { background: var(--navy); color: #fff; padding: 40px 36px; }
    .ba-label { font-family: var(--mono); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 20px; }
    .before-col .ba-label { color: var(--muted); }
    .after-col .ba-label { color: var(--gold-tint); }
    .ba-list { list-style: none; }
    .ba-list li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 0.98rem; display: flex; gap: 12px; }
    .ba-list .mark { font-family: var(--sans); font-weight: 700; flex-shrink: 0; }
    .before-col .ba-list li { border-bottom: 1px solid var(--line); color: #4A5560; }
    .before-col .mark { color: #97A1AC; }
    .after-col .mark { color: var(--gold-tint); }
    .ba-list li:last-child { border-bottom: none; }
    .inside-items { margin: 40px 0; }
    .inside-item { display: flex; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
    .inside-item:last-child { border-bottom: none; }
    .inside-num { font-family: var(--serif-display); font-size: 2.2rem; font-weight: 700; color: var(--gold); flex-shrink: 0; line-height: 1; min-width: 52px; }
    .inside-item p { font-size: 1rem; margin-bottom: 10px; }
    .inside-note { font-family: var(--mono); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); }
    .mock-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 44px 0 8px; align-items: start; }
    @media (max-width: 700px) { .mock-row { grid-template-columns: 1fr; } }
    .mock-fig { margin: 0; }
    .mock-fig figcaption { font-family: var(--sans); font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 14px; }
    .page-mock {
      background: #fff; border: 1px solid var(--line); border-radius: 6px;
      box-shadow: 0 12px 32px rgba(13,27,42,0.12);
      padding: 26px 24px 22px; font-family: var(--sans);
    }
    .pm-head { display: flex; align-items: baseline; gap: 12px; border-bottom: 2px solid var(--navy); padding-bottom: 10px; margin-bottom: 14px; }
    .pm-daynum { font-family: var(--serif-display); font-size: 1.7rem; font-weight: 700; color: var(--gold); line-height: 1; white-space: nowrap; }
    .pm-daylabel { font-family: var(--mono); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.24em; color: #8A93A0; }
    .pm-title { font-family: var(--serif-display); font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-left: auto; text-align: right; line-height: 1.15; }
    .pm-goal { font-size: 0.72rem; color: #4A5560; margin-bottom: 14px; }
    .pm-goal b { font-family: var(--mono); color: var(--navy); letter-spacing: 0.12em; font-size: 0.6rem; }
    .pm-section-label { font-family: var(--mono); font-size: 0.56rem; font-weight: 600; letter-spacing: 0.24em; color: var(--gold-deep); margin-bottom: 6px; }
    .pm-prompt {
      background: var(--cream-soft); border-left: 3px solid var(--gold);
      font-family: var(--serif-body); font-style: italic;
      font-size: 0.78rem; line-height: 1.55; color: #333;
      padding: 12px 14px; margin-bottom: 14px;
    }
    .pm-lines { margin-bottom: 16px; }
    .pm-lines div { font-size: 0.72rem; color: #444; padding: 4px 0; border-bottom: 1px dotted var(--line); }
    .pm-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 14px; }
    .watch-pill {
      display: inline-flex; align-items: center; gap: 7px;
      background: var(--navy); color: #fff;
      font-family: var(--mono); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em;
      padding: 8px 14px; border-radius: 4px;
    }
    .watch-pill i { font-style: normal; color: var(--gold-tint); font-size: 0.6rem; }
    .qr-group { display: flex; align-items: center; gap: 10px; }
    .qr-label { font-family: var(--mono); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.18em; color: #8A93A0; text-align: right; line-height: 1.5; }
    .qr { width: 46px; height: 46px; border: 2.5px solid var(--navy); padding: 3px; background: #fff; flex-shrink: 0; }
    .qr img { width: 100%; height: 100%; image-rendering: pixelated; }
    .wb-check { display: flex; align-items: center; gap: 10px; font-size: 0.74rem; color: #444; padding: 6px 0; border-bottom: 1px dotted var(--line); }
    .wb-box { width: 13px; height: 13px; border: 1.5px solid var(--navy); border-radius: 2px; flex-shrink: 0; position: relative; }
    .wb-box.ticked { background: var(--gold); border-color: var(--gold); }
    .wb-box.ticked::after { content: '✓'; position: absolute; inset: 0; color: #fff; font-size: 10px; line-height: 13px; text-align: center; }
    .wb-scores { display: flex; gap: 8px; margin: 10px 0 16px; }
    .wb-score {
      width: 26px; height: 26px; border-radius: 50%;
      border: 1.5px solid #CFC9BC; color: #8A93A0;
      font-family: var(--mono); font-size: 0.68rem; font-weight: 600; display: grid; place-items: center;
    }
    .wb-score.on { background: var(--navy); border-color: var(--navy); color: var(--gold-tint); }
    .wb-notes { border: 1.5px dashed #CFC9BC; border-radius: 6px; min-height: 52px; padding: 8px 10px; font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.14em; font-weight: 600; color: #A9A290; }
    .situations { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 32px; margin: 36px 0 0; }
    @media (max-width: 640px) { .situations { grid-template-columns: 1fr; } }
    .situations li { display: flex; gap: 12px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
    .situations li::before { content: '✓'; color: var(--gold-deep); font-weight: 700; font-family: var(--sans); }
    .for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin: 40px 0 0; }
    @media (max-width: 600px) { .for-grid { grid-template-columns: 1fr; } }
    .for-col { padding: 36px; border-radius: 12px; }
    .for-yes { background: var(--cream-soft); border: 2px solid var(--gold); }
    .for-no  { background: #fff; border: 1px solid var(--line); }
    .for-col h3 { margin-bottom: 16px; font-size: 1.25rem; }
    .for-col ul { list-style: none; }
    .for-col ul li { padding: 7px 0; font-size: 0.97rem; display: flex; gap: 12px; }
    .for-col .mark { font-family: var(--sans); font-weight: 700; flex-shrink: 0; }
    .for-yes .mark { color: var(--gold-deep); }
    .for-no .mark { color: #97A1AC; }
    .for-no ul li { color: #4A5560; }
    .bonus-list { margin: 40px 0 0; }
    .bonus-item {
      display: flex; gap: 24px; align-items: flex-start;
      padding: 24px 28px; background: #fff; border-radius: 12px;
      border: 1px solid rgba(193,138,53,0.5); margin-bottom: 16px;
    }
    .bonus-badge {
      background: var(--gold); color: var(--navy);
      font-family: var(--mono); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em;
      padding: 6px 14px; border-radius: 4px;
      flex-shrink: 0; white-space: nowrap; margin-top: 6px;
    }
    .bonus-item h3 { margin-bottom: 6px; font-size: 1.25rem; }
    .bonus-item p { font-size: 0.96rem; margin-bottom: 0; }
    @media (max-width: 520px) { .bonus-item { flex-direction: column; gap: 12px; } }
    .offer-stack-box {
      background: #fff; border: 2px solid var(--gold); border-radius: 16px;
      padding: 48px 40px; margin: 40px 0 0;
      box-shadow: 0 8px 40px rgba(193,138,53,0.12);
    }
    @media (max-width: 520px) { .offer-stack-box { padding: 36px 22px; } }
    .stack-row {
      display: flex; justify-content: space-between; align-items: center; gap: 16px;
      padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 0.97rem;
    }
    .stack-row:last-of-type { border-bottom: 2px solid var(--gold); }
    .stack-row .item-note {
      color: var(--gold-deep); font-family: var(--mono); font-size: 0.68rem;
      font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap;
    }
    .total-row { display: flex; justify-content: space-between; align-items: center; padding: 24px 0 0; gap: 16px; }
    .total-label { font-family: var(--serif-display); font-size: 1.35rem; font-weight: 700; color: var(--navy); }
    .total-sub { font-family: var(--sans); font-size: 0.85rem; color: var(--muted); }
    .total-old { font-family: var(--sans); font-size: 1rem; color: var(--muted); text-decoration: line-through; }
    .total-price { font-family: var(--serif-display); font-size: 3rem; font-weight: 700; color: var(--gold-deep); line-height: 1; white-space: nowrap; }
    .faq-list { margin: 40px 0 0; }
    .faq-item { border-bottom: 1px solid var(--line); padding: 26px 0; }
    .faq-item:first-child { border-top: 1px solid var(--line); }
    .faq-q { font-size: 1.3rem; margin-bottom: 10px; }
    .faq-a { font-size: 0.97rem; color: #3C4854; margin-bottom: 0; }
    .guarantee-box {
      background: var(--navy); color: #fff; border-radius: 16px;
      padding: 56px 48px; text-align: center; position: relative; overflow: hidden;
    }
    .guarantee-box::before {
      content: '30'; position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
      font-size: 15rem; font-weight: 700; color: rgba(255,255,255,0.04);
      font-family: var(--serif-display); pointer-events: none; line-height: 1;
    }
    .guarantee-box h2 { color: var(--gold-tint); }
    .guarantee-box p { color: #C9D2DC; max-width: 560px; margin: 0 auto 20px; }
    .author-box { display: flex; gap: 36px; align-items: flex-start; margin-top: 40px; }
    @media (max-width: 600px) { .author-box { flex-direction: column; gap: 20px; } }
    .author-photo {
      width: 112px; height: 112px; border-radius: 50%;
      object-fit: cover; border: 3px solid var(--gold);
      flex-shrink: 0; box-shadow: 0 8px 24px rgba(13,27,42,0.18);
    }
    .author-mono {
      width: 112px; height: 112px; border-radius: 50%;
      background: var(--navy);
      color: var(--gold-tint); font-family: var(--serif-display); font-size: 2.3rem; font-weight: 700;
      display: grid; place-items: center; flex-shrink: 0; border: 3px solid var(--gold);
    }
    .author-role { font-family: var(--mono); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 16px; }
    .author-box h3 { margin-bottom: 4px; font-size: 1.7rem; }
    .author-box p { font-size: 1rem; }
    .final-cta { background: var(--navy); color: #fff; text-align: center; padding: 90px 24px; position: relative; overflow: hidden; }
    .final-cta::before {
      content: ''; position: absolute; bottom: -120px; left: 50%; transform: translateX(-50%);
      width: 640px; height: 420px;
      background: radial-gradient(circle, rgba(193,138,53,0.14) 0%, transparent 70%);
      pointer-events: none;
    }
    .final-cta h2 { color: #fff; }
    .final-cta .lead { color: #C9D2DC; max-width: 600px; margin: 0 auto 40px; }
    .final-cta .fine { color: #94A3B2; font-family: var(--sans); font-size: 0.88rem; }
    .footer {
      background: var(--navy); color: #8A97A5; text-align: center;
      padding: 40px 24px 130px;
      font-family: var(--sans); font-size: 0.82rem;
      border-top: 1px solid rgba(193,138,53,0.35);
    }
    .footer a { color: #A8B4C0; margin: 0 12px; }
    .footer a:hover { color: var(--gold-tint); }
    .gold-line { width: 60px; height: 3px; background: var(--gold); margin: 0 auto 32px; }
    .gold-line-left { margin-left: 0; }
    .spacer { height: 24px; }
    .sticky-bar {
      position: fixed; bottom: 0; left: 0; right: 0;
      background: var(--navy); color: #fff; padding: 14px 24px;
      display: flex; align-items: center; justify-content: center; gap: 24px;
      z-index: 100; box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
      border-top: 1px solid rgba(193,138,53,0.4);
      transition: transform 0.3s ease, visibility 0.3s;
    }
    .js .sticky-bar { transform: translateY(105%); visibility: hidden; }
    .js .sticky-bar.show { transform: none; visibility: visible; }
    .sticky-bar p { margin: 0; font-family: var(--sans); font-size: 0.95rem; }
    .sticky-bar strong { color: var(--gold-tint); font-weight: 700; }
    .sticky-bar .btn { padding: 12px 28px; font-size: 0.95rem; white-space: nowrap; }
    @media (max-width: 560px) {
      .sticky-bar { flex-direction: column; gap: 10px; text-align: center; padding: 12px 16px; }
      .footer { padding-bottom: 170px; }
    }
    @media (max-width: 600px) {
      .section { padding: 52px 0; }
      .hero { padding: 56px 0 52px; }
      .btn-primary-lg { display: block; width: 100%; padding: 20px 24px; font-size: 1.15rem; }
      .solution-highlight { padding: 40px 26px; }
      .guarantee-box { padding: 44px 26px; }
    }
    @media print {
      .sticky-bar, .announcement-bar, .skip-link { display: none !important; }
      .section { padding: 32px 0; }
      .footer { padding-bottom: 40px; }
    }
