
  :root {
    --cream:    #f5f0e8;
    --cream2:   #ede7db;
    --ink:      #1e1a16;
    --ink2:     #3a342c;
    --muted:    #8a7f72;
    --border:   #d8cfc3;
    --accent:   #2a5f6e;
    --accent-l: #3a7a8c;
    --accent-bg:#eaf3f5;
    --sage:     #4a7060;
    --sage-bg:  #ebf2ee;
    --gold:     #9a7a3a;
    --gold-bg:  #f5f0e2;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    background: var(--cream);
    color: var(--ink);
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 28px;
  }

  section { padding: 88px 0; }
  .section-alt { background: var(--cream2); }

  h1, h2, h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    line-height: 1.1;
    color: var(--ink);
  }

  /* Remove forced line breaks on desktop */
  @media (min-width: 581px) {
    h1 br, h2 br { display: none; }
  }

  .pill {
    display: inline-block;
    padding: 4px 13px;
    border: 1px solid var(--border);
    border-radius: 100px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 22px;
  }

  .rule {
    width: 36px;
    height: 1.5px;
    background: var(--accent);
    margin: 0 auto 32px;
  }

  /* ── HERO ── */
  .hero {
    padding: 110px 0 88px;
    text-align: center;
    position: relative;
    background: var(--ink);
  }

  .hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12) 30%, rgba(255,255,255,0.12) 70%, transparent);
  }

  .hero .pill { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.55); }

  .hero h1 {
    font-size: clamp(48px, 9vw, 82px);
    font-style: italic;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    color: #f5f0e8;
  }

  .hero h1 em { font-style: normal; color: var(--accent-l); }

  .hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(18px, 2.8vw, 22px);
    font-weight: 400;
    color: rgba(245,240,232,0.78);
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.65;
  }

  .hero-body {
    font-size: 16px;
    color: rgba(245,240,232,0.75);
    max-width: 580px;
    margin: 0 auto 48px;
    line-height: 1.85;
    border-left: 3px solid var(--accent-l);
    background: rgba(255,255,255,0.05);
    border-radius: 0 4px 4px 0;
    padding: 16px 24px;
    text-align: center;
  }

  .arrow-list {
    list-style: none;
    max-width: 460px;
    margin: 0 auto 48px;
    text-align: left;
  }

  .arrow-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    font-size: 16px;
    color: rgba(245,240,232,0.88);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-weight: 400;
    line-height: 1.6;
  }

  .arrow-list li .arr-text {
    display: inline;
  }

  .arr-hl {
    color: var(--accent-l);
    font-weight: 500;
    display: inline;
  }

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

  .arrow-list li .arr {
    color: var(--accent-l);
    flex-shrink: 0;
    margin-top: 3px;
  }

  /* ── CTA ── */
  .cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--accent);
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 17px 34px;
    border-radius: 3px;
    transition: background 0.2s, transform 0.15s;
    width: 100%;
    max-width: 420px;
    text-align: center;
  }

  .btn-primary:hover { background: var(--accent-l); transform: translateY(-2px); }

  .btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--muted);
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    padding: 13px 26px;
    border-radius: 3px;
    border: 1px solid var(--border);
    transition: border-color 0.2s, color 0.2s, transform 0.15s;
    width: 100%;
    max-width: 420px;
    text-align: center;
  }

  .btn-whatsapp:hover { border-color: #3aab5e; color: #3aab5e; transform: translateY(-2px); }

  .hero .btn-whatsapp { color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.13); }
  .hero .btn-whatsapp:hover { border-color: #3aab5e; color: #3aab5e; }

  /* ── PROOF ── */
  .proof { text-align: center; }

  .proof h2 {
    font-size: clamp(34px, 5.5vw, 52px);
    font-style: italic;
    margin-bottom: 14px;
  }

  .proof-intro { font-size: 16px; color: var(--muted); max-width: 460px; margin: 0 auto 48px; }

  .proof-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 48px;
  }

  .proof-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 28px 20px;
    text-align: center;
  }

  .proof-card-mark {
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    font-size: 16px;
  }

  .proof-card-mark.t { background: var(--accent-bg); }
  .proof-card-mark.s { background: var(--sage-bg); }
  .proof-card-mark.g { background: var(--gold-bg); }

  /* Card titles: DM Sans, legible */
  .proof-card strong {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 8px;
  }

  .proof-card p { font-size: 13.5px; color: var(--muted); line-height: 1.55; }

  /* ── AUTHORITY ── */
  .authority { text-align: center; background: var(--cream); color: var(--ink); }

  .authority h2 {
    font-size: clamp(34px, 5.5vw, 52px);
    font-style: italic;
    margin-bottom: 14px;
  }

  .authority-body { font-size: 16px; color: var(--muted); max-width: 520px; margin: 0 auto 40px; }

  /* ── PHOTO + TEXT BLOCK ── */
  .author-block {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: start;
    max-width: 640px;
    margin: 0 auto 40px;
    text-align: left;
  }

  .author-photo {
    width: 200px;
    height: 260px;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
    display: block;
    filter: grayscale(15%);
  }

  .author-text p {
    font-size: 15px;
    color: var(--ink2);
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .author-text p:last-child { margin-bottom: 0; }

  .method-list {
    list-style: none;
    max-width: 460px;
    margin: 0 auto 48px;
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
  }

  .method-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 22px;
    font-size: 15px;
    font-weight: 500;
    color: #3a342c;
    border-bottom: 1px solid var(--border);
    background: #ffffff;
  }

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

  .method-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-style: italic;
    color: var(--accent);
    width: 26px;
    flex-shrink: 0;
    line-height: 1;
  }

  .aulas-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 460px;
    margin: 0 auto 48px;
  }

  .aulas-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
    line-height: 1;
    flex-shrink: 0;
  }

  .aulas-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
    border-left: 2px solid var(--border);
    padding-left: 16px;
  }

  .aulas-text strong {
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35;
  }

  .aulas-text span {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.4;
  }

  /* ── COMPARISON ── */
  .comparison { text-align: center; }

  .comparison h2 {
    font-size: clamp(26px, 4.5vw, 42px);
    font-style: italic;
    margin-bottom: 10px;
  }

  .comparison-intro { font-size: 15.5px; color: var(--muted); max-width: 460px; margin: 0 auto 48px; }

  .comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 40px;
    text-align: left;
  }

  .comp-col { border-radius: 6px; overflow: hidden; }

  .comp-header {
    padding: 13px 18px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .comp-col.bad .comp-header {
    background: #f5edf3; color: #7c4a6e;
    border: 1px solid #d9b8d2; border-bottom: none;
  }

  .comp-col.good .comp-header {
    background: var(--sage-bg); color: var(--sage);
    border: 1px solid #c0d8ce; border-bottom: none;
  }

  .comp-body { background: #fff; }
  .comp-col.bad .comp-body  { border: 1px solid #d9b8d2; border-top: none; border-radius: 0 0 6px 6px; }
  .comp-col.good .comp-body { border: 1px solid #c0d8ce; border-top: none; border-radius: 0 0 6px 6px; }

  .comp-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    font-size: 13.5px;
    color: var(--ink2);
    border-bottom: 1px solid var(--border);
    line-height: 1.5;
  }

  .comp-item:last-child { border-bottom: none; }
  .comp-item .ci { flex-shrink: 0; font-size: 12px; margin-top: 3px; }

  .outcome-box { padding: 16px; border-top: 1px solid var(--border); }
  .comp-col.bad .outcome-box  { background: #f5edf3; }
  .comp-col.good .outcome-box { background: #f2f8f5; }

  .outcome-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 12.5px;
    font-weight: 600;
  }

  .comp-col.bad .outcome-item  { color: #7c4a6e; }
  .comp-col.good .outcome-item { color: var(--sage); }

  .callout {
    border: 1px solid rgba(42,95,110,0.25);
    border-top: 3px solid var(--accent);
    padding: 24px 28px;
    background: var(--accent-bg);
    border-radius: 0 0 6px 6px;
    margin: 0 auto 40px;
    max-width: 480px;
    text-align: center;
  }

  .callout p { font-size: 15px; color: var(--ink2); line-height: 1.75; }

  .callout .callout-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 600;
    color: var(--accent);
    display: block;
    margin-bottom: 10px;
  }

  .alt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: left;
  }

  .alt-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 18px;
  }

  .alt-card strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
  }
  .alt-card p { font-size: 13.5px; color: var(--ink2); line-height: 1.6; font-weight: 400; }

  /* ── AUTHOR SECTION ── */
  .author {
    text-align: center;
    background: var(--cream);
    color: var(--ink);
  }

  .author-pull {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 5vw, 44px);
    font-style: italic;
    font-weight: 400;
    color: var(--ink);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.2;
  }

  .analogy-box {
    background: #fff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--gold);
    border-radius: 0 0 6px 6px;
    padding: 28px 30px;
    max-width: 480px;
    margin: 0 auto 48px;
    text-align: left;
  }

  .analogy-box .label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
  }

  .analogy-box p { font-size: 15px; color: var(--ink2); line-height: 1.75; }

  /* ── FOR WHO ── */
  .for-who { text-align: center; }
  .for-who h2 { font-size: clamp(34px, 5.5vw, 52px); font-style: italic; margin-bottom: 12px; }
  .for-who-sub { font-size: 15.5px; color: var(--muted); margin-bottom: 40px; }

  .for-who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto 48px;
    text-align: left;
  }

  .fw-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--ink2);
    line-height: 1.55;
  }

  .fw-check {
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--sage-bg);
    color: var(--sage);
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px;
    font-weight: 700;
    margin-top: 1px;
  }

  /* ── FAQ ── */
  .faq { text-align: center; background: var(--cream); color: var(--ink); }

  .faq h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 5.5vw, 52px);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
    color: #1e1a16;
  }

  .faq-list { max-width: 560px; margin: 0 auto 48px; }

  .faq-item {
    background: #ffffff;
    border: 1px solid #d8cfc3;
    border-radius: 6px;
    padding: 24px 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #1e1a16;
  }

  .faq-q {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1e1a16;
    margin-bottom: 10px;
  }

  .faq-a { font-size: 14px; color: #8a7f72; line-height: 1.75; }

  /* ── FINAL CTA ── */
  .final-cta {
    text-align: center;
    position: relative;
    background: var(--ink);
    overflow: hidden;
  }

  .final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(42,95,110,0.22) 0%, transparent 65%);
    pointer-events: none;
  }

  .final-cta .pill { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.45); }

  .final-cta h2 {
    font-size: clamp(38px, 7vw, 64px);
    font-style: italic;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
  }

  .final-cta h2 em { font-style: normal; color: var(--accent-l); }

  .final-body {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    max-width: 440px;
    margin: 0 auto 20px;
    line-height: 1.85;
    position: relative;
  }

  .aulas-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 100px;
    padding: 8px 18px;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 36px;
    position: relative;
  }

  .aulas-badge span { color: rgba(255,255,255,0.9); font-weight: 600; }

  .price-display { margin-bottom: 32px; position: relative; }

  .price-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 6px;
  }

  .price-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    line-height: 1;
  }

  .price-value span { font-size: 36px; color: rgba(255,255,255,0.45); vertical-align: middle; }

  .final-cta .btn-primary { background: var(--accent); position: relative; }
  .final-cta .btn-primary:hover { background: var(--accent-l); }
  .final-cta .btn-whatsapp { color: rgba(255,255,255,0.45); border-color: rgba(255,255,255,0.15); position: relative; }
  .final-cta .btn-whatsapp:hover { border-color: #3aab5e; color: #3aab5e; }

  footer {
    text-align: center;
    padding: 36px 24px;
    background: var(--ink);
    border-top: 1px solid rgba(255,255,255,0.07);
    font-size: 12.5px;
    color: rgba(255,255,255,0.28);
  }

  /* ── BOLD HIGHLIGHTS ── */
  .hl { font-weight: 600; color: var(--ink); }
  .hero .hl { color: rgba(245,240,232,0.95); font-weight: 600; }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero .pill      { animation: fadeUp 0.55s ease both; animation-delay: 0.05s; }
  .hero h1         { animation: fadeUp 0.55s ease both; animation-delay: 0.15s; }
  .hero-sub        { animation: fadeUp 0.55s ease both; animation-delay: 0.25s; }
  .hero-body       { animation: fadeUp 0.55s ease both; animation-delay: 0.35s; }
  .arrow-list      { animation: fadeUp 0.55s ease both; animation-delay: 0.45s; }
  .hero .cta-block { animation: fadeUp 0.55s ease both; animation-delay: 0.55s; }

  /* ── RESPONSIVE ── */
  @media (max-width: 580px) {
    section { padding: 64px 0; }
    .proof-cards { grid-template-columns: 1fr; }
    .comparison-grid { grid-template-columns: 1fr; }
    .alt-grid { grid-template-columns: 1fr; }
    .for-who-grid { grid-template-columns: 1fr; }
    .price-value { font-size: 58px; }
    .comp-col.bad { order: 2; }
    .comp-col.good { order: 1; }
    .author-block { grid-template-columns: 1fr; }
    .author-photo { width: 100%; height: 280px; }
  }
