:root{--ink:#11141B;--paper:#F6F3EC;--card:#fff;--line:#e3ded2;--muted:#5b6070;--acc:#B91C1C;--accd:#8E1414;--soft:#FCE8E6;--ok:#0f8a5f}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 system-ui,-apple-system,"Segoe UI",Roboto,Inter,sans-serif}
.wrap{max-width:1120px;margin:0 auto;padding:0 16px}
a{color:var(--accd)}
h1{font-size:clamp(30px,4.6vw,48px);line-height:1.1;margin:26px 0 12px;letter-spacing:-.02em}
h2{font-size:24px;margin:0 0 8px}
h3{font-size:17px;margin:18px 0 4px}
.top{background:var(--ink);color:#fff;position:sticky;top:0;z-index:5}
.top .wrap{display:flex;align-items:center;justify-content:space-between;height:56px;gap:12px}
.brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:800;font-size:18px;min-width:0}
.brand small{font-weight:500;opacity:.7;font-size:13px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--acc);color:#fff;border:0;border-radius:10px;padding:10px 16px;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;min-height:44px;white-space:nowrap}
.btn:hover{filter:brightness(1.07)}
.btn.ghost{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 2px var(--ink)}
.btn.small{padding:6px 12px;min-height:40px;font-size:14px}
.hero{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:center;padding-bottom:8px}
.hero-img{width:100%;height:auto;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 18px 40px -20px rgba(17,20,27,.55);transform:rotate(1.5deg)}
.lede{font-size:18px;max-width:640px;color:#2a2f3a}
.cta{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
.buy-main{font-size:18px;padding:12px 22px}
.facts{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:10px 0}
.facts li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-size:14px}
.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px;margin:22px 0}
.hint{font-size:14px;color:var(--muted)}
.pages{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin:10px 0 0}
.pages a{display:block;text-decoration:none;color:var(--ink);font-size:14px;font-weight:600}
.pages img{width:100%;height:auto;border-radius:6px;border:1px solid var(--line);box-shadow:0 8px 20px -14px rgba(17,20,27,.5);background:#fff;display:block;margin-bottom:6px}
.buy-grid{display:grid;grid-template-columns:1fr 330px;gap:26px}
.inside{padding-left:18px;margin:8px 0}
.inside li{margin:6px 0}
.tiers{display:flex;flex-direction:column;gap:12px}
.tier{background:var(--paper);border-radius:14px;padding:14px 16px;text-align:center}
.tier .tn{font-weight:700}
.tier .big{font-size:44px;font-weight:900;line-height:1.05}
.btn.buy{width:100%;font-size:17px;margin-top:8px}
.btn.buy.alt{background:var(--ink)}
.tbl{overflow-x:auto}
table{border-collapse:collapse;width:100%;min-width:560px;font-size:15px}
th,td{text-align:left;padding:9px 10px;border-bottom:1px solid var(--line);vertical-align:top}
th:nth-child(2),td:nth-child(2){background:var(--soft)}
.seo{max-width:860px}
.related{margin:26px 0}
.more{background:var(--ink);color:#cfd3dd;margin-top:30px;padding:22px 0}
.more a{color:#fff;margin-right:16px}
.more-title{font-weight:800;color:#fff;margin-bottom:6px}
.more-links{display:flex;flex-wrap:wrap;gap:6px 0}
.copy{font-size:12.5px;margin-top:10px;opacity:.75}
.lightbox{position:fixed;inset:0;background:rgba(17,20,27,.88);display:flex;align-items:center;justify-content:center;z-index:20;padding:16px;cursor:zoom-out}
.lightbox[hidden]{display:none}
.lightbox img{max-width:100%;max-height:100%;border-radius:6px;background:#fff}
@media (max-width:760px){
  .hero{grid-template-columns:1fr}
  .hero-img{max-width:260px;margin:0 auto;transform:none}
  .buy-grid{grid-template-columns:1fr}
  .pages{grid-template-columns:repeat(2,minmax(0,1fr))}
  .brand small,.brand .bk{display:none}
  .brand{font-size:15px}
  .top .btn{padding:8px 12px;min-height:40px;font-size:14px}
  .cta .btn{flex:1 1 100%}
}

.eyebrow{margin:26px 0 0;font-weight:700;color:var(--accd);text-transform:uppercase;letter-spacing:.06em;font-size:13px}
.eyebrow+h1{margin-top:8px}
.hero-img img{width:100%;height:auto;border-radius:8px;display:block}
a.hero-img{display:block}
.thanks{background:#0f8a5f;color:#fff;padding:12px 0;font-weight:600}
.thanks[hidden]{display:none}
.sample .num,td.num{text-align:right;white-space:nowrap}
.sample td:nth-child(2),.sample th:nth-child(2){background:none}
.flag{display:inline-block;font-size:11px;font-weight:800;padding:1px 6px;border-radius:4px;color:#fff;margin-left:6px;vertical-align:1px}
.flag.dnd{background:#B91C1C}.flag.po{background:#B45309}
.bars{display:flex;align-items:flex-end;gap:6px;height:150px;margin:8px 0 4px;padding-top:18px}
.bars .b{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0}
.bars .col{width:100%;background:#C9B8A6;border-radius:4px 4px 0 0;position:relative}
.bars .b.cur .col{background:var(--acc)}
.bars .v{font-size:12px;font-weight:700;margin-bottom:2px}
.bars .l{font-size:11px;color:var(--muted);margin-top:4px;white-space:nowrap}
.locked{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;background:var(--soft);border-radius:12px;padding:14px 16px;margin:14px 0 6px}
.locked>div{flex:1 1 320px}
.tier{position:relative}
.tier.best{box-shadow:inset 0 0 0 2px var(--acc)}
.tier .tag{position:absolute;top:-10px;right:12px;background:var(--acc);color:#fff;font-size:12px;font-weight:800;padding:2px 8px;border-radius:999px}
.tier .big small{font-size:16px;font-weight:700;color:var(--muted)}
.btn.buy.ghost2{background:#fff;color:var(--ink);box-shadow:inset 0 0 0 2px var(--ink)}
.compare th:nth-child(2),.compare td:nth-child(2){background:var(--soft)}
code{font:14px ui-monospace,Menlo,monospace;background:#fff;border:1px solid var(--line);border-radius:4px;padding:0 4px}
.seo .cta{margin-top:18px}
@media (max-width:760px){.bars .l{display:none}.bars{gap:3px}.locked .btn{flex:1 1 100%}}
