  :root{
    --navy:#060d18; --ink:#0e141b; --ink-2:#3d4a5c; --muted:#6b7789;
    --gold:#c4a35a; --gold-2:#e0c57a; --line:rgba(14,20,27,.1);
    --surface:#fbfcfe; --page:#eef2f6; --ok:#0d7a3f;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  body{
    font-family:"DM Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif; color:var(--ink);
    background:
      radial-gradient(900px 420px at 50% -20%, #d5e2f0, transparent 55%),
      var(--page);
    line-height:1.55; min-height:100vh;
  }
  a{color:#1e4a6e}
  .wrap{width:min(1080px, calc(100% - 40px)); margin:0 auto}
  header{background:var(--navy);color:#fff}
  header .wrap{display:flex;align-items:center;gap:14px;padding:14px 0;flex-wrap:wrap}
  .brand{color:#fff;text-decoration:none;font-weight:750}
  .brand span{color:var(--gold-2)}
  .nav{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
  .nav a{color:#c5d2e0;text-decoration:none;font-size:13.5px;padding:8px 10px}
  .nav .cta{background:var(--gold);color:var(--navy)!important;font-weight:750;border-radius:8px;padding:9px 14px}

  .hero{text-align:center;padding:48px 0 28px}
  .hero .eyebrow{font-size:11.5px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;display:inline-block}
  .hero h1{font-family:"Source Serif 4",Georgia,"Times New Roman",serif; font-size:clamp(1.9rem,4vw,2.6rem); letter-spacing:-.03em; color:var(--navy); margin-bottom:12px}
  .hero .lead{color:var(--ink-2); max-width:38rem; margin:0 auto 22px; font-size:1.08rem}
  .hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
  .btn{
    display:inline-block; text-decoration:none; font-weight:750; font-size:14px;
    padding:12px 18px; border-radius:9px; border:none;
  }
  .btn.primary{background:var(--navy);color:#fff}
  .btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line)}

  .tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:10px 0 40px}
  .tier{
    background:var(--surface); border:1px solid var(--line); border-radius:16px;
    padding:26px 22px; display:flex; flex-direction:column;
    box-shadow:0 10px 28px rgba(14,20,27,.04);
  }
  .tier.hot{
    border-color:rgba(196,163,90,.5);
    box-shadow:0 18px 44px rgba(14,20,27,.1);
    transform:translateY(-4px);
  }
  .tier .flag{
    align-self:flex-start; background:var(--gold); color:var(--navy);
    font-size:11px; font-weight:750; letter-spacing:.04em; text-transform:uppercase;
    padding:4px 10px; border-radius:999px; margin-bottom:12px;
  }
  .tier h2{font-family:"Source Serif 4",Georgia,"Times New Roman",serif; font-size:1.5rem; color:var(--navy); margin-bottom:8px}
  .tier .who-for{font-size:14px; color:var(--ink-2); margin:0 0 8px; font-weight:550}
  .tier .problem{
    font-size:14.5px; color:var(--ink-2); font-style:italic; margin-bottom:14px;
    padding-bottom:14px; border-bottom:1px solid var(--line); min-height:4.2em;
  }
  .tier .price{font-size:2rem; font-weight:750; color:var(--navy); letter-spacing:-.03em}
  .tier .price small{font-size:14px; font-weight:550; color:var(--muted)}
  .tier .was{font-size:1rem; color:var(--muted); text-decoration:line-through; margin-right:8px; font-weight:500}
  .tier .annual{font-size:12.5px; color:var(--muted); margin:4px 0 16px}
  .tier ul{list-style:none; flex:1; margin-bottom:18px}
  .tier li{
    font-size:13.5px; color:var(--ink-2); padding:8px 0 8px 20px; position:relative;
    border-bottom:1px solid rgba(14,20,27,.06);
  }
  .tier li:last-child{border-bottom:none}
  .tier li::before{content:""; width:6px; height:6px; border-radius:50%; background:var(--ok); position:absolute; left:0; top:14px}
  .tier li.no{color:var(--muted)}
  .tier li.no::before{background:#c5cdd8}
  .tier .btn{text-align:center; width:100%; margin-top:auto}

  .pain{
    display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
    padding:0 0 48px;
  }
  .pain article{
    background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:20px 18px;
  }
  .pain h3{font-size:15px; color:var(--navy); margin-bottom:8px}
  .pain p{font-size:13.5px; color:var(--ink-2)}

  section.detail{padding:8px 0 40px}
  section.detail h2{font-family:"Source Serif 4",Georgia,"Times New Roman",serif; font-size:1.5rem; color:var(--navy); margin-bottom:8px}
  section.detail .sub{color:var(--ink-2); max-width:52ch; margin-bottom:16px}
  .compare{overflow-x:auto}
  table{width:100%; border-collapse:collapse; background:var(--surface); border:1px solid var(--line); border-radius:12px; overflow:hidden; font-size:13.5px}
  th,td{padding:11px 12px; text-align:left; border-bottom:1px solid var(--line)}
  th{background:var(--navy); color:#fff; font-weight:650}
  td:first-child{font-weight:650; color:var(--navy); min-width:140px}
  .yes{color:var(--ok); font-weight:750}
  .no{color:var(--muted)}
  .note{font-size:13px; color:var(--muted); margin-top:16px; max-width:70ch}

  footer{background:#061018; color:#8fa3b8; font-size:13px; padding:26px 0; margin-top:20px}
  footer .wrap{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}
  footer a{color:#c5d2e0}

  @media(max-width:1100px){
    .tiers,.pain{grid-template-columns:repeat(2,1fr)}
  }
  @media(max-width:700px){
    .tiers,.pain{grid-template-columns:1fr}
    .tier.hot{transform:none}
  }

  /* ---- calm pass ---- */
  body{line-height:1.6}
  .card,.tier,article,.also-card{border-color:rgba(6,13,24,.08)!important}

.g{border-bottom:1px dotted #7d97ab;cursor:help}
