:root {
    --red: #C41E1E;
    --dark-red: #9B1515;
    --black: #1A1008;
    --dark-brown: #2C1A0A;
    --cream: #FDF6E9;
    --parchment: #F5EDD5;
    --gold: #B8860B;
    --amber: #D4A017;
    --green: #1B5E20;
    --light-gold: #F0D080;
    --border: #8B6914;
    --gray-text: #4A3520;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Libre Baskerville', Georgia, serif;
    background: var(--cream);
    color: var(--black);
    font-size: 17px;
    line-height: 1.75;
  }
  .alert-bar {
    background: var(--red);
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    letter-spacing: .04em;
    font-weight: 600;
  }
  .alert-bar span { color: var(--light-gold); }
  .logo-bar {
    background: var(--dark-brown);
    padding: 14px 20px;
    text-align: center;
    border-bottom: 3px solid var(--gold);
  }
  .logo-bar img { height: 52px; border-radius: 4px; }
  .page { max-width: 860px; margin: 0 auto; padding: 0 20px; }
  .hero { background: var(--dark-brown); padding: 0; }
  .hero-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 32px 40px;
    text-align: center;
  }
  .hero-eyebrow {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: .18em;
    color: var(--amber);
    text-transform: uppercase;
    margin-bottom: 18px;
    border: 1px solid var(--gold);
    display: inline-block;
    padding: 5px 18px;
  }
  .hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.18;
    margin-bottom: 22px;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
  }
  .hero h1 em { color: var(--light-gold); font-style: normal; display: block; }
  .hero-sub {
    font-size: 1.15rem;
    color: #D4C5A8;
    max-width: 660px;
    margin: 0 auto 32px;
    line-height: 1.7;
  }
  .hero-sub strong { color: var(--light-gold); }
  .hero-img {
    width: 100%;
    max-width: 700px;
    border-radius: 4px;
    border: 3px solid var(--gold);
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    margin: 0 auto 36px;
    display: block;
  }
  .btn-primary {
    display: inline-block;
    background: linear-gradient(180deg, #E8301A 0%, #B01010 100%);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 20px 48px;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #FF7060;
    box-shadow: 0 6px 0 #7A0000, 0 8px 20px rgba(0,0,0,.4);
    transition: transform .12s, box-shadow .12s;
    cursor: pointer;
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #7A0000, 0 12px 24px rgba(0,0,0,.4); }
  .btn-primary:active { transform: translateY(3px); box-shadow: 0 3px 0 #7A0000; }
  .btn-secondary {
    display: inline-block;
    background: linear-gradient(180deg, #2A7A1F 0%, #1B5214 100%);
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 18px 44px;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #5CBD50;
    box-shadow: 0 6px 0 #0D3308, 0 8px 20px rgba(0,0,0,.4);
    transition: transform .12s, box-shadow .12s;
  }
  .btn-secondary:hover { transform: translateY(-2px); }
  .btn-subtext {
    display: block;
    font-family: 'Libre Baskerville', serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin-top: 6px;
    opacity: .88;
    letter-spacing: 0;
  }
  .cta-trust { margin-top: 14px; font-size: 13px; color: #A89878; font-style: italic; }
  .cta-trust span { color: var(--amber); }
  section { padding: 56px 20px; }
  .section-label {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
  }
  h2.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1.2;
    color: var(--dark-brown);
    margin-bottom: 24px;
  }
  h2.section-title.white { color: #fff; }
  h2.section-title .red { color: var(--red); }
  h3.sub-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dark-brown);
    margin: 28px 0 12px;
  }
  .letter-section {
    background: var(--parchment);
    border-top: 5px double var(--border);
    border-bottom: 5px double var(--border);
  }
  .letter-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 40px;
    background: #FFFDF5;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    box-shadow: 0 4px 30px rgba(0,0,0,.08);
  }
  @media(max-width:600px){ .letter-wrap { padding: 32px 20px; } }
  .letter-date { font-style: italic; color: var(--gray-text); margin-bottom: 28px; font-size: .95rem; }
  .letter-from {
    font-family: 'Oswald', sans-serif;
    font-size: .9rem;
    letter-spacing: .1em;
    color: var(--gray-text);
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px dashed var(--border);
  }
  .dropcap::first-letter {
    float: left;
    font-size: 4.2rem;
    line-height: .78;
    font-weight: 900;
    color: var(--red);
    margin: 4px 10px 0 0;
    font-family: 'Playfair Display', serif;
  }
  .letter-wrap p { margin-bottom: 20px; }
  .letter-wrap ul, .letter-wrap ol { padding-left: 0; margin: 16px 0 24px; list-style: none; }
  .letter-wrap ul li, .letter-wrap ol li {
    padding: 8px 0 8px 28px;
    position: relative;
    border-bottom: 1px dotted #D4B896;
    font-size: .96rem;
  }
  .letter-wrap ul li::before { content: "✓"; color: var(--green); font-weight: 700; position: absolute; left: 0; }
  .letter-wrap ol { counter-reset: item; }
  .letter-wrap ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    color: var(--red);
    font-weight: 700;
    position: absolute;
    left: 0;
    font-family: 'Oswald', sans-serif;
  }
  .pain-section { background: var(--dark-brown); color: var(--cream); }
  .pain-section h2.section-title { color: var(--cream); }
  .pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 36px; }
  .pain-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.12);
    border-left: 4px solid var(--red);
    padding: 24px 22px;
    border-radius: 2px;
  }
  .pain-card .icon { font-size: 1.8rem; margin-bottom: 10px; display: block; }
  .pain-card strong { font-family: 'Oswald', sans-serif; font-size: 1rem; letter-spacing: .04em; color: #fff; display: block; margin-bottom: 8px; }
  .pain-card p { font-size: .9rem; color: #B0956E; line-height: 1.6; }
  .proof-box {
    background: var(--parchment);
    border: 2px solid var(--gold);
    padding: 24px 28px;
    border-radius: 3px;
    margin: 32px 0;
    position: relative;
  }
  .proof-box::before {
    content: '"';
    position: absolute;
    top: -18px; left: 20px;
    font-size: 5rem;
    color: var(--gold);
    line-height: 1;
    font-family: 'Playfair Display', serif;
  }
  .proof-box p { font-style: italic; font-size: 1.05rem; color: var(--dark-brown); }
  .proof-box .attrib {
    margin-top: 12px;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    font-size: .85rem;
    letter-spacing: .08em;
    color: var(--gray-text);
    text-transform: uppercase;
  }
  .library-section { background: #fff; }
  .library-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-top: 36px; }
  .library-card { border: 1px solid #D4B896; border-top: 4px solid var(--red); overflow: hidden; border-radius: 2px; }
  .library-card img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform .3s; }
  .library-card:hover img { transform: scale(1.04); }
  .library-card-body { padding: 20px; }
  .library-card h3 { font-family: 'Oswald', sans-serif; font-size: 1.05rem; letter-spacing: .04em; color: var(--dark-brown); margin-bottom: 8px; text-transform: uppercase; }
  .library-card p { font-size: .88rem; color: var(--gray-text); line-height: 1.6; }
  .how-section { background: var(--dark-brown); color: var(--cream); }
  .steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-top: 40px; counter-reset: step; }
  .step {
    text-align: center;
    padding: 32px 20px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 2px;
    position: relative;
  }
  .step::before {
    counter-increment: step;
    content: counter(step);
    display: block;
    width: 52px; height: 52px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 52px;
    margin: 0 auto 20px;
    border: 3px solid #FF6B6B;
  }
  .step h3 { font-family: 'Oswald', sans-serif; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; color: var(--light-gold); margin-bottom: 10px; }
  .step p { font-size: .88rem; color: #A89878; line-height: 1.6; }
  .bonus-section { background: #FFFDF5; }
  .bonus-header {
    background: var(--red);
    color: #fff;
    text-align: center;
    padding: 18px 24px;
    margin-bottom: 32px;
    border-radius: 2px;
  }
  .bonus-header h2 { font-family: 'Oswald', sans-serif; font-size: 1.5rem; letter-spacing: .06em; text-transform: uppercase; }
  .bonus-header p { font-size: .9rem; opacity: .9; margin-top: 4px; }
  .bonus-list { list-style: none; padding: 0; }
  .bonus-list li { display: flex; align-items: flex-start; gap: 18px; padding: 20px 0; border-bottom: 1px dashed #D4B896; }
  .bonus-num {
    min-width: 52px; height: 52px;
    background: var(--dark-brown);
    color: var(--light-gold);
    font-family: 'Oswald', sans-serif;
    font-weight: 700; font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    border-radius: 2px; letter-spacing: .04em; flex-shrink: 0;
    text-align: center; line-height: 1.2;
  }
  .bonus-text strong { display: block; font-family: 'Oswald', sans-serif; font-size: 1rem; letter-spacing: .03em; color: var(--dark-brown); margin-bottom: 4px; }
  .bonus-text span { font-size: .88rem; color: var(--gray-text); }
  .bonus-value { margin-left: auto; flex-shrink: 0; font-family: 'Oswald', sans-serif; font-size: .9rem; color: var(--green); font-weight: 700; min-width: 60px; text-align: right; }
  .testimonials-section { background: var(--parchment); border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); }
  .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; margin-top: 36px; }
  .testi-card { background: #fff; border: 1px solid #D4B896; padding: 28px 24px; border-radius: 2px; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
  .testi-card .stars { color: var(--amber); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 12px; }
  .testi-card img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); margin-bottom: 14px; display: block; }
  .testi-card blockquote { font-style: italic; color: var(--dark-brown); font-size: .92rem; line-height: 1.7; margin-bottom: 16px; border: none; padding: 0; }
  .testi-card .testi-name { font-family: 'Oswald', sans-serif; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-text); }
  .guarantee-section { background: var(--dark-brown); color: var(--cream); }
  .guarantee-box {
    display: flex; align-items: flex-start; gap: 36px;
    max-width: 760px; margin: 0 auto;
    background: rgba(255,255,255,.04);
    border: 2px solid var(--gold);
    padding: 40px 36px; border-radius: 4px;
  }
  @media(max-width:600px){ .guarantee-box { flex-direction: column; align-items: center; text-align: center; padding: 30px 20px; } }
  .guarantee-badge {
    min-width: 130px; width: 130px; height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green) 0%, #0D3308 100%);
    border: 4px solid var(--light-gold);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.4); flex-shrink: 0;
  }
  .guarantee-badge .num { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 900; color: var(--light-gold); line-height: 1; }
  .guarantee-badge .label { font-family: 'Oswald', sans-serif; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: #B0D0A0; margin-top: 2px; line-height: 1.3; }
  .guarantee-content h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--light-gold); margin-bottom: 14px; }
  .guarantee-content p { font-size: .95rem; color: #C0A878; line-height: 1.75; margin-bottom: 14px; }
  .guarantee-content p strong { color: var(--cream); }
  .price-section { background: #fff; }
  .price-box { max-width: 580px; margin: 0 auto; border: 3px solid var(--gold); border-radius: 4px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.15); }
  .price-header { background: var(--dark-brown); color: #fff; text-align: center; padding: 28px 24px; }
  .price-header h3 { font-family: 'Playfair Display', serif; font-size: 1.55rem; font-weight: 700; color: var(--light-gold); margin-bottom: 6px; }
  .price-header .badge-line { font-family: 'Oswald', sans-serif; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; color: var(--amber); }
  .price-body { padding: 32px 32px 36px; }
  .price-includes { list-style: none; padding: 0; margin: 0 0 28px; }
  .price-includes li { padding: 10px 0 10px 30px; position: relative; border-bottom: 1px dotted #D4B896; font-size: .93rem; }
  .price-includes li::before { content: "✓"; color: var(--green); font-weight: 700; position: absolute; left: 0; font-size: 1rem; }
  .price-row { display: flex; align-items: baseline; justify-content: center; gap: 16px; margin-bottom: 8px; }
  .price-was { font-size: 1.2rem; color: #888; text-decoration: line-through; font-family: 'Oswald', sans-serif; }
  .price-now { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 900; color: var(--red); line-height: 1; }
  .price-note { text-align: center; font-size: .85rem; color: var(--gray-text); margin-bottom: 28px; font-style: italic; }
  .price-cta { text-align: center; }
  .savings-pill { display: inline-block; background: var(--red); color: #fff; font-family: 'Oswald', sans-serif; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 18px; }
  .faq-section { background: var(--parchment); }
  .faq-item { border-bottom: 1px dashed var(--border); padding: 20px 0; }
  .faq-q { font-family: 'Oswald', sans-serif; font-size: 1rem; letter-spacing: .04em; color: var(--dark-brown); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
  .faq-q::after { content: "+"; font-size: 1.4rem; color: var(--red); }
  .faq-a { font-size: .93rem; color: var(--gray-text); margin-top: 12px; line-height: 1.7; display: none; }
  .faq-item.open .faq-q::after { content: "−"; }
  .faq-item.open .faq-a { display: block; }
  .about-section { background: #fff; }
  .about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: center; max-width: 760px; margin: 0 auto; }
  @media(max-width:600px){ .about-grid { grid-template-columns: 1fr; } }
  .about-grid img { width: 100%; border-radius: 3px; border: 3px solid var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
  .about-grid p { margin-bottom: 16px; font-size: .95rem; color: var(--gray-text); line-height: 1.75; }
  .final-cta { background: var(--dark-brown); text-align: center; padding: 64px 24px; }
  .final-cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 900; color: var(--light-gold); margin-bottom: 18px; line-height: 1.2; }
  .final-cta p { color: #C0A878; max-width: 580px; margin: 0 auto 32px; font-size: 1rem; }
  .ps-section { background: var(--parchment); border-top: 4px double var(--border); }
  .ps-wrap { max-width: 720px; margin: 0 auto; padding: 40px 24px; }
  .ps-wrap p { margin-bottom: 16px; font-size: .95rem; color: var(--gray-text); line-height: 1.75; }
  .ps-label { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.35rem; font-weight: 700; color: var(--red); margin-bottom: 10px; }
  footer { background: var(--black); color: #fff; text-align: center; padding: 32px 20px; font-size: .8rem; line-height: 1.8; }
  footer a { color: var(--amber); text-decoration: underline; }
  footer .disc { background: rgba(255,255,255,.04); border: 1px solid #333; padding: 14px 20px; margin-bottom: 20px; font-style: italic; font-size: .78rem; }
  footer .links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 12px; }
  .urgency-bar { background: #1B1B1B; border: 2px solid var(--red); color: var(--cream); text-align: center; padding: 18px 24px; margin: 32px 0; border-radius: 3px; }
  .urgency-bar strong { font-family: 'Oswald', sans-serif; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; color: #FF7070; display: block; margin-bottom: 5px; }
  .urgency-bar p { font-size: .9rem; color: #C0A878; }
  .highlight-box { background: #FFFCE8; border-left: 5px solid var(--amber); padding: 20px 24px; margin: 28px 0; border-radius: 0 3px 3px 0; }
  .highlight-box p { margin: 0; font-size: .95rem; color: var(--dark-brown); }
  .trust-badges { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin: 20px 0 0; font-size: .8rem; color: #A89878; font-style: italic; }
  .trust-badge { display: flex; align-items: center; gap: 6px; font-family: 'Oswald', sans-serif; font-style: normal; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--amber); }
  .product-img-wrap { text-align: center; margin: 28px 0; }
  .product-img-wrap img { max-width: 280px; width: 100%; border-radius: 4px; box-shadow: 0 12px 36px rgba(0,0,0,.2); }
  @media(max-width: 640px) {
    section { padding: 40px 16px; }
    .hero-inner { padding: 36px 20px 30px; }
    .btn-primary, .btn-secondary { padding: 16px 28px; font-size: 1.05rem; }
    .price-now { font-size: 2.5rem; }
    .price-body { padding: 24px 20px 28px; }
  }