
:root{
  --bg:#0f0f12;--bg2:#17171d;--surface:rgba(255,255,255,.08);--surface2:rgba(255,255,255,.12);--text:#fff;--muted:rgba(255,255,255,.72);--line:rgba(255,255,255,.16);--brand:#ff3b7f;--brand2:#ffb35b;--dark:#08080b;--radius:28px;--shadow:0 22px 70px rgba(0,0,0,.35);--max:1180px;
}
.theme-ruby{--bg:#160710;--bg2:#240b1a;--surface:rgba(255,246,235,.08);--surface2:rgba(255,246,235,.13);--text:#fff4e6;--muted:rgba(255,244,230,.74);--line:rgba(255,244,230,.16);--brand:#d72563;--brand2:#ffb45f;--dark:#09030a;--radius:26px;}
.theme-arctic{--bg:#eef8ff;--bg2:#dff0ff;--surface:rgba(255,255,255,.72);--surface2:rgba(255,255,255,.9);--text:#11243b;--muted:rgba(17,36,59,.72);--line:rgba(11,76,124,.16);--brand:#0b75b7;--brand2:#00a7c7;--dark:#092033;--radius:32px;--shadow:0 24px 70px rgba(7,65,105,.14);}
.theme-noir{--bg:#080705;--bg2:#161007;--surface:rgba(255,226,163,.08);--surface2:rgba(255,226,163,.13);--text:#f7f0df;--muted:rgba(247,240,223,.72);--line:rgba(255,226,163,.17);--brand:#c7922e;--brand2:#ffe2a3;--dark:#030302;--radius:18px;--shadow:0 24px 80px rgba(0,0,0,.45);}
.theme-neon{--bg:#090019;--bg2:#18002f;--surface:rgba(246,242,255,.07);--surface2:rgba(246,242,255,.12);--text:#f6f2ff;--muted:rgba(246,242,255,.72);--line:rgba(156,255,46,.18);--brand:#9cff2e;--brand2:#ff2fd6;--dark:#04000d;--radius:24px;--shadow:0 22px 80px rgba(255,47,214,.18);}
.theme-terra{--bg:#fff8ef;--bg2:#ffe8d0;--surface:rgba(255,255,255,.76);--surface2:rgba(255,255,255,.94);--text:#1d252c;--muted:rgba(29,37,44,.72);--line:rgba(29,37,44,.14);--brand:#d75f3f;--brand2:#708d81;--dark:#172025;--radius:22px;--shadow:0 22px 65px rgba(96,70,45,.16);}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,system-ui,sans-serif;line-height:1.55;overflow-x:hidden} body:before{content:"";position:fixed;inset:-20%;z-index:-2;background:radial-gradient(circle at 15% 12%, color-mix(in srgb,var(--brand) 38%, transparent), transparent 28%),radial-gradient(circle at 82% 14%, color-mix(in srgb,var(--brand2) 33%, transparent), transparent 30%),linear-gradient(145deg,var(--bg),var(--bg2));} body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(var(--line) 1px, transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:78px 78px;opacity:.17}.theme-arctic body:after,.theme-terra body:after{opacity:.11}
a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 32px));margin:auto}.skip{position:absolute;left:-999px}.skip:focus{left:18px;top:18px;background:var(--surface2);padding:12px 18px;border-radius:12px;z-index:20}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg) 84%, transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo img{display:block;height:48px;width:auto}.nav-links{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:14px}.nav-links a:hover{color:var(--text)}.nav-cta{display:flex;gap:10px;align-items:center}.menu-btn{display:none;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:14px;padding:11px 14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;transition:.22s transform,.22s box-shadow,.22s background;background:linear-gradient(135deg,var(--brand),var(--brand2));color:var(--dark);box-shadow:0 12px 34px color-mix(in srgb,var(--brand) 28%, transparent)}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px color-mix(in srgb,var(--brand) 36%, transparent)}.btn.secondary{background:var(--surface);color:var(--text);border:1px solid var(--line);box-shadow:none}.theme-noir .btn{border-radius:7px;text-transform:uppercase;letter-spacing:.06em}.theme-neon .btn{clip-path:polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);border-radius:0}.theme-arctic .btn,.theme-terra .btn{color:#fff}.hero{padding:64px 0 36px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--brand2);background:var(--surface);border:1px solid var(--line);padding:8px 13px;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:20px}.hero h1{font-size:clamp(42px,6vw,82px);line-height:.96;margin:0 0 22px;letter-spacing:-.06em}.hero p{font-size:18px;color:var(--muted);max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-note{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:14px}.hero-note span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.hero-card{position:relative;background:linear-gradient(145deg,var(--surface2),var(--surface));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;overflow:hidden}.hero-card:before{content:"";position:absolute;right:-70px;top:-80px;width:230px;height:230px;border-radius:50%;background:var(--brand);opacity:.22}.score{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.score div,.mini-card{background:color-mix(in srgb,var(--surface2) 78%, transparent);border:1px solid var(--line);border-radius:20px;padding:16px}.score b{display:block;font-size:28px}.score small,.mini-card small{color:var(--muted)}.promo-box{position:relative;z-index:1;display:grid;gap:16px}.promo-box h2{font-size:34px;line-height:1.05;margin:0}.promo-amount{font-size:54px;line-height:.95;font-weight:950;color:var(--brand2);letter-spacing:-.05em}.section{padding:58px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:24px}.section-head h2{font-size:clamp(28px,4vw,48px);line-height:1;margin:0;letter-spacing:-.04em}.section-head p{max-width:560px;color:var(--muted);margin:0}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.card h3{margin:0 0 10px;font-size:22px}.card p{color:var(--muted);margin:0}.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--brand) 18%, transparent);color:var(--brand2);font-size:12px;font-weight:900;margin-bottom:14px}.number{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand2));color:var(--dark);font-weight:950;margin-bottom:16px}.slots{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.slot{overflow:hidden;padding:0}.slot img{width:100%;aspect-ratio:1.25/1;object-fit:cover;display:block;background:var(--surface2)}.slot-body{padding:16px}.slot h3{font-size:18px;margin:0 0 4px}.slot-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:13px}.slot p{font-size:14px;margin-top:10px}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table th{text-align:left;color:var(--muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.table td{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px}.table td:first-child{border-left:1px solid var(--line);border-radius:18px 0 0 18px;font-weight:850}.table td:last-child{border-right:1px solid var(--line);border-radius:0 18px 18px 0;color:var(--muted)}.article{font-size:17px;color:var(--muted)}.article h2,.article h3{color:var(--text);letter-spacing:-.03em}.article h2{font-size:36px;line-height:1.1}.article h3{font-size:24px}.article strong{color:var(--text)}.article ul{padding-left:22px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);background:var(--surface);border-radius:22px;overflow:hidden}.faq-q{width:100%;padding:18px 20px;background:none;border:0;color:var(--text);display:flex;justify-content:space-between;gap:16px;text-align:left;font-weight:850;font-size:17px;cursor:pointer}.faq-a{display:none;padding:0 20px 20px;color:var(--muted)}.faq-item.open .faq-a{display:block}.sticky-mobile{display:none}.footer{padding:38px 0 88px;border-top:1px solid var(--line);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:20px}.warning{background:color-mix(in srgb,var(--brand2) 12%, transparent);border:1px solid color-mix(in srgb,var(--brand2) 32%, transparent);border-radius:var(--radius);padding:20px;color:var(--muted)}.review-quote{font-size:20px;color:var(--text);font-weight:750}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.pill{padding:10px 13px;border:1px solid var(--line);background:var(--surface);border-radius:999px;color:var(--muted)}.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.timeline{position:relative;display:grid;gap:14px}.timeline .card{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.filter-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.filter-btn.active{background:linear-gradient(135deg,var(--brand),var(--brand2));color:var(--dark)}.proscons{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check-list{display:grid;gap:12px}.check-list li{list-style:none;display:flex;gap:10px;color:var(--muted)}.check-list li:before{content:"✓";color:var(--brand2);font-weight:900}.site-header.compact .nav{height:64px}.reveal{opacity:0;transform:translateY(18px);transition:.5s}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.hero-grid,.grid-4,.grid-3,.grid-2,.split,.footer-grid,.proscons{grid-template-columns:1fr}.slots{grid-template-columns:repeat(2,1fr)}.nav-links{position:fixed;left:16px;right:16px;top:82px;display:none;flex-direction:column;align-items:stretch;background:var(--bg2);border:1px solid var(--line);border-radius:24px;padding:18px}.nav-links.open{display:flex}.menu-btn{display:inline-flex}.nav-cta .btn.secondary{display:none}.hero{padding-top:34px}.section-head{display:block}.section-head p{margin-top:12px}.sticky-mobile{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:11}.sticky-mobile .btn{width:100%}}
@media(max-width:620px){.container{width:min(100% - 22px,var(--max))}.nav{height:66px}.logo img{height:42px}.hero h1{font-size:42px}.hero-card{padding:20px}.score{grid-template-columns:1fr}.slots{grid-template-columns:1fr}.table,.table tbody,.table tr,.table td,.table th{display:block}.table thead{display:none}.table td:first-child,.table td:last-child{border-radius:0;border-left:1px solid var(--line);border-right:1px solid var(--line)}.table tr td:first-child{border-radius:18px 18px 0 0}.table tr td:last-child{border-radius:0 0 18px 18px}.footer{padding-bottom:90px}}
