:root {
  --bg: #07120f;
  --surface: #0d1d18;
  --surface-2: #112720;
  --line: #28443a;
  --text: #f7f3e9;
  --muted: #a7b8b1;
  --gold: #d7b15b;
  --gold-soft: #f0d58e;
  --green: #1a7f5a;
  --danger: #d97070;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(0,0,0,.24);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(31,104,76,.22), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(199,151,56,.12), transparent 30%),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(7,18,15,.78); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(58,94,81,.45);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { display: block; width: 220px; height: auto; }
.nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--text); }
.nav .cta { color: #07120f; background: var(--gold-soft); padding: 10px 16px; border-radius: 999px; font-weight: 800; }
.mobile-toggle { display:none; background:none; border:0; color:var(--text); font-size:26px; }
.hero { padding: 88px 0 62px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--gold-soft); letter-spacing: .16em; text-transform: uppercase; font-size: 12px; font-weight: 800; }
h1 { font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; margin: 14px 0 22px; max-width: 830px; }
.hero p { color: var(--muted); font-size: 19px; max-width: 700px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.btn { border: 1px solid var(--line); padding: 13px 18px; border-radius: 12px; display:inline-flex; align-items:center; justify-content:center; gap:8px; font-weight:800; cursor:pointer; }
.btn-primary { background: var(--gold-soft); color:#07120f; border-color:var(--gold-soft); }
.btn-secondary { background:rgba(255,255,255,.025); }
.btn:hover { transform: translateY(-1px); }
.hero-card { background: linear-gradient(150deg, rgba(20,54,43,.95), rgba(9,24,20,.95)); border:1px solid var(--line); border-radius: 26px; padding: 26px; box-shadow: var(--shadow); }
.radar { display:grid; gap:12px; }
.radar-row { display:grid; grid-template-columns: 1fr auto; gap:15px; padding:16px; background:rgba(255,255,255,.025); border:1px solid rgba(84,121,106,.32); border-radius:14px; }
.radar-row strong { display:block; font-size:14px; }
.radar-row span { color:var(--muted); font-size:12px; }
.score { width:48px; height:48px; border-radius:50%; border:3px solid var(--gold); display:grid; place-items:center; font-weight:900; color:var(--gold-soft); }
.trust-strip { border-block: 1px solid rgba(60,93,81,.45); background: rgba(255,255,255,.018); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; }
.trust-item { padding:22px 18px; border-right:1px solid rgba(60,93,81,.45); }
.trust-item:last-child { border-right:0; }
.trust-item strong { display:block; margin-bottom:3px; }
.trust-item span { color:var(--muted); font-size:13px; }
.section { padding: 76px 0; }
.section-head { display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:26px; }
.section h2 { font-size:clamp(30px,4vw,50px); line-height:1.05; margin:8px 0; letter-spacing:-.035em; }
.section-intro { color:var(--muted); max-width:640px; }
.filters { display:flex; flex-wrap:wrap; gap:9px; margin:22px 0 28px; }
.filter-btn { background:transparent; color:var(--muted); border:1px solid var(--line); border-radius:999px; padding:9px 14px; cursor:pointer; }
.filter-btn.active, .filter-btn:hover { color:#07120f; background:var(--gold-soft); border-color:var(--gold-soft); }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.product-card { min-height:100%; display:flex; flex-direction:column; background:linear-gradient(180deg, rgba(18,43,35,.92), rgba(10,26,21,.92)); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; transition:.2s ease; }
.product-card:hover { transform:translateY(-4px); border-color:#6b806f; box-shadow:var(--shadow); }
.product-visual { min-height:160px; display:flex; align-items:flex-end; padding:22px; position:relative; overflow:hidden; }
.product-visual::after { content:""; position:absolute; width:150px; height:150px; right:-38px; top:-42px; border-radius:50%; background:rgba(255,255,255,.08); }
.product-icon { font-size:38px; position:relative; z-index:1; }
.product-body { display:flex; flex-direction:column; flex:1; padding:22px; }
.product-tag { color:var(--gold-soft); font-size:11px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.product-title { font-size:21px; line-height:1.22; margin:10px 0; }
.product-copy { color:var(--muted); font-size:14px; margin:0 0 16px; }
.product-meta { display:flex; gap:10px; flex-wrap:wrap; color:var(--muted); font-size:12px; }
.product-footer { margin-top:auto; padding-top:22px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.price { font-size:22px; font-weight:900; }
.price small { display:block; font-size:11px; color:var(--muted); font-weight:600; }
.text-link { color:var(--gold-soft); font-weight:800; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.step { padding:24px; background:rgba(255,255,255,.025); border:1px solid var(--line); border-radius:var(--radius); }
.step-num { color:var(--gold-soft); font-size:12px; font-weight:900; letter-spacing:.12em; }
.step h3 { margin:10px 0 8px; }
.step p { margin:0; color:var(--muted); }
.newsletter { display:grid; grid-template-columns:1fr auto; gap:24px; align-items:center; padding:34px; border-radius:24px; background:linear-gradient(135deg,#153f31,#0b251d); border:1px solid #376654; }
.newsletter h2 { margin:0 0 8px; font-size:34px; }
.newsletter p { color:#c5d2cd; margin:0; }
.signup-form { display:flex; gap:8px; min-width:min(100%,420px); }
.signup-form input { min-width:0; flex:1; border:1px solid #416c5d; border-radius:11px; background:#091b16; color:var(--text); padding:13px 14px; }
.notice { padding:14px 16px; border:1px solid #664d2d; background:#2d2215; color:#f2d09b; border-radius:12px; font-size:13px; }
.site-footer { padding:40px 0 60px; color:var(--muted); border-top:1px solid rgba(60,93,81,.45); }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(2,1fr); gap:32px; }
.footer-links { display:grid; gap:8px; font-size:14px; }
.footer-title { color:var(--text); font-weight:900; margin-bottom:8px; }
.product-page { padding:72px 0; }
.product-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:start; }
.product-cover { min-height:430px; border-radius:26px; border:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; padding:30px; box-shadow:var(--shadow); }
.product-cover .cover-icon { font-size:64px; }
.product-cover h2 { font-size:36px; line-height:1.05; margin:0; }
.product-detail h1 { font-size:clamp(38px,5vw,62px); }
.bullets { display:grid; gap:12px; margin:24px 0; }
.bullet { display:flex; gap:12px; align-items:flex-start; color:var(--muted); }
.bullet b { color:var(--gold-soft); }
.buy-box { margin-top:26px; padding:22px; border-radius:18px; border:1px solid var(--line); background:rgba(255,255,255,.025); }
.buy-row { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.buy-price { font-size:34px; font-weight:900; }
.toc { margin-top:38px; border-top:1px solid var(--line); padding-top:28px; }
.toc ol { color:var(--muted); padding-left:22px; }
.legal { max-width:820px; padding:72px 0; }
.legal h1 { font-size:48px; }
.legal h2 { margin-top:34px; }
.legal p, .legal li { color:var(--muted); }
.toast { position:fixed; right:20px; bottom:20px; max-width:360px; background:#112720; border:1px solid #4d7666; padding:15px 17px; border-radius:12px; box-shadow:var(--shadow); display:none; z-index:50; }
.toast.show { display:block; }
@media (max-width: 920px) {
  .hero-grid, .product-layout, .newsletter { grid-template-columns:1fr; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right:0; }
  .steps { grid-template-columns:1fr; }
  .newsletter { align-items:start; }
}
@media (max-width: 680px) {
  .nav { display:none; position:absolute; top:76px; left:0; right:0; flex-direction:column; align-items:stretch; padding:20px; background:#091713; border-bottom:1px solid var(--line); }
  .nav.open { display:flex; }
  .mobile-toggle { display:block; }
  .hero { padding-top:60px; }
  h1 { font-size:46px; }
  .product-grid, .trust-grid, .footer-grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid rgba(60,93,81,.45); }
  .signup-form { flex-direction:column; min-width:0; }
  .section-head { align-items:start; flex-direction:column; }
}
