:root {
  --bg: #08110d;
  --bg-soft: #0f1d17;
  --panel: rgba(18, 31, 25, 0.78);
  --panel-strong: #13231c;
  --line: rgba(219, 184, 102, 0.18);
  --text: #edf6ee;
  --muted: #b6c6b8;
  --dim: #819188;
  --gold: #dbb866;
  --gold-2: #ffe0a3;
  --green: #11c982;
  --green-deep: #075f43;
  --red: #ff4d36;
  --teal: #30e0bb;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --space: clamp(22px, 4vw, 58px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(17, 201, 130, 0.14), transparent 31rem),
    radial-gradient(circle at 90% 12%, rgba(219, 184, 102, 0.18), transparent 36rem),
    linear-gradient(180deg, #07100c 0%, #0b130f 48%, #050806 100%);
  color: var(--text);
  line-height: 1.75;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1.25rem; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; margin: 0 0 1rem; }
h1 { font-size: clamp(2.55rem, 6vw, 5.7rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
ul, ol { color: var(--muted); }

.skip-link { position: absolute; left: -999px; top: 12px; background: var(--gold); color: #09100c; padding: 10px 14px; border-radius: 10px; z-index: 20; }
.skip-link:focus { left: 12px; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); background: rgba(5, 10, 7, 0.76); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-shell { width: min(1240px, calc(100% - 32px)); margin: auto; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--red), var(--gold)); color: #08100c; font-weight: 900; box-shadow: 0 14px 40px rgba(255, 77, 54, 0.26); }
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; color: var(--dim); font-size: .76rem; margin-top: -2px; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-link { color: var(--muted); font-size: .92rem; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-cta { background: rgba(219,184,102,.12); border: 1px solid var(--line); color: var(--gold-2); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }

.hero-section { position: relative; padding: clamp(40px, 7vw, 90px) 0 var(--space); isolation: isolate; overflow: hidden; }
.hero-bg-orb { position: absolute; border-radius: 999px; filter: blur(8px); opacity: .8; z-index: -1; }
.orb-one { width: 280px; height: 280px; background: rgba(17,201,130,.12); left: -80px; top: 120px; }
.orb-two { width: 420px; height: 420px; background: rgba(219,184,102,.12); right: -160px; top: 60px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(24px, 5vw, 70px); position: relative; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-2); background: rgba(219,184,102,.1); border: 1px solid var(--line); padding: 6px 12px; border-radius: 999px; text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; font-weight: 900; margin-bottom: 18px; }
.hero-lead { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.32rem); color: #d7e8d9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.button.primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #08100c; box-shadow: 0 20px 50px rgba(219,184,102,.22); }
.button.ghost { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: var(--text); }
.button.compact { min-height: 40px; padding-inline: 14px; background: rgba(17,201,130,.14); border: 1px solid rgba(17,201,130,.24); color: #bfffe8; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-strip span { border: 1px solid rgba(255,255,255,.1); color: var(--muted); border-radius: 999px; padding: 7px 12px; font-size: .88rem; background: rgba(255,255,255,.035); }
.glass-frame { position: relative; margin: 0; border-radius: var(--radius-lg); padding: 14px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
.glass-frame::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(219,184,102,.5), transparent 40%, rgba(17,201,130,.4)); z-index: -1; }
.hero-visual img { width: 100%; object-fit: contain; border-radius: 24px; background: #0a0d09; }
figcaption { color: var(--dim); font-size: .78rem; padding: 10px 4px 0; }
.hero-rating-card { position: absolute; right: 3%; bottom: -35px; width: min(330px, 84vw); background: rgba(12, 22, 17, .92); border: 1px solid rgba(219,184,102,.2); border-radius: 24px; padding: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.36); backdrop-filter: blur(18px); }
.hero-rating-card strong { display: block; margin-bottom: 12px; }
.score-line { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.07); color: var(--muted); }
.score-line b { color: var(--gold-2); text-align: right; }

.layout-grid { display: grid; grid-template-columns: 286px minmax(0, 1fr); gap: clamp(24px, 5vw, 56px); align-items: start; padding: var(--space) 0; }
.sidebar { position: sticky; top: 96px; display: grid; gap: 18px; }
.sidebar-card { background: rgba(13, 25, 19, .76); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; padding: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.sidebar-card h2 { font-size: 1.1rem; letter-spacing: 0; }
.toc { display: grid; gap: 4px; }
.toc a { color: var(--muted); font-size: .94rem; padding: 8px 10px; border-radius: 12px; border-left: 2px solid transparent; transition: .2s ease; }
.toc a:hover, .toc a.active { background: rgba(219,184,102,.08); color: var(--gold-2); border-left-color: var(--gold); }
.mini-label { color: var(--green); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.rating-mini strong { display: block; margin: 6px 0 8px; font-size: 1.15rem; line-height: 1.2; }
.rating-mini p { font-size: .9rem; }

.article-content { min-width: 0; }
.intro-card, .section-block { margin-bottom: clamp(44px, 6vw, 80px); }
.intro-card { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: stretch; padding: clamp(24px, 4vw, 42px); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(19,35,28,.9), rgba(10,17,14,.88)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.summary-metrics { display: grid; gap: 14px; }
.summary-metrics div { border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); padding: 16px; }
.summary-metrics b, .summary-metrics span { display: block; }
.summary-metrics span { color: var(--muted); font-size: .9rem; }
.section-block { scroll-margin-top: 100px; }
.section-block > p { font-size: 1.04rem; }

.table-wrap { overflow-x: auto; border-radius: 22px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); box-shadow: 0 22px 50px rgba(0,0,0,.18); margin: 24px 0; }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 18px 20px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.075); vertical-align: top; }
th { color: var(--gold-2); background: rgba(219,184,102,.1); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
td { color: var(--muted); }
tr:hover td { background: rgba(17,201,130,.05); }
.table-badge { display: inline-flex; margin-right: 8px; padding: 3px 8px; border-radius: 999px; color: #06120d; background: var(--gold); font-size: .7rem; font-weight: 900; }

.feature-grid, .comparison-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 28px 0; }
.feature-card, .compare-card, .panel-card, .pro-box, .con-box, .note-card, .fact-box { border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: rgba(255,255,255,.04); padding: 22px; }
.feature-card span { color: var(--gold); font-weight: 900; }
.feature-card h3, .compare-card h3 { letter-spacing: -.02em; margin-top: 10px; }
.feature-card p, .compare-card p { font-size: .95rem; margin-bottom: 0; }
.feature-card.accent, .compare-card.best { background: linear-gradient(145deg, rgba(219,184,102,.14), rgba(17,201,130,.08)); border-color: rgba(219,184,102,.26); }
.note-card, .fact-box { border-color: rgba(17,201,130,.22); background: rgba(17,201,130,.065); }
.note-card h3, .fact-box h3 { color: #bfffe8; }
.split-copy { display: grid; grid-template-columns: 1fr 360px; gap: 34px; align-items: start; }
.numbered-list { list-style: none; counter-reset: steps; margin: 0; padding: 0; display: grid; gap: 12px; }
.numbered-list li { counter-increment: steps; padding: 14px 14px 14px 54px; position: relative; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.numbered-list li::before { content: counter(steps); position: absolute; left: 14px; top: 13px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #08100c; background: var(--gold); font-weight: 900; }
.callout-line { padding: 18px 20px; border-radius: 18px; border: 1px solid var(--line); background: rgba(219,184,102,.06); }

.visual-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(22px, 4vw, 44px); align-items: center; }
.visual-split.reverse { grid-template-columns: 1.05fr .95fr; }
.visual-card { border-radius: var(--radius-lg); padding: 12px; background: radial-gradient(circle at top left, rgba(219,184,102,.16), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.1); box-shadow: var(--shadow); }
.visual-card img { width: 100%; border-radius: 24px; object-fit: contain; background: #07100c; }
.comparison-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.badge { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: rgba(17,201,130,.12); color: #bfffe8; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mobile-panel { display: grid; grid-template-columns: 1fr 350px; gap: 28px; padding: clamp(24px, 4vw, 42px); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(17,201,130,.10), rgba(219,184,102,.08)); border: 1px solid rgba(255,255,255,.1); }
.pill-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; align-content: start; }
.pill-list li { padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(0,0,0,.18); color: var(--text); font-size: .92rem; }
.promo-security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.panel-card.dark { background: linear-gradient(145deg, rgba(6,18,14,.92), rgba(14,31,24,.9)); }
.clean-list { padding-left: 18px; margin-bottom: 0; }
.clean-list li + li { margin-top: 8px; }
.pro-con-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.pro-box { border-color: rgba(17,201,130,.2); background: rgba(17,201,130,.055); }
.con-box { border-color: rgba(255,77,54,.18); background: rgba(255,77,54,.055); }
.pro-box h3 { color: #bfffe8; }
.con-box h3 { color: #ffd4ce; }
.cta-band { text-align: center; padding: clamp(28px, 5vw, 58px); border-radius: var(--radius-lg); background: radial-gradient(circle at top, rgba(219,184,102,.22), transparent 60%), linear-gradient(135deg, #13231c, #07100c); border: 1px solid rgba(219,184,102,.22); box-shadow: var(--shadow); }
.cta-band p { max-width: 760px; margin-inline: auto; }

.accordion { display: grid; gap: 12px; }
.faq-item { border: 1px solid rgba(255,255,255,.1); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,.035); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; appearance: none; border: 0; background: transparent; color: var(--text); font: inherit; font-weight: 850; text-align: left; padding: 20px 58px 20px 20px; cursor: pointer; position: relative; }
.faq-item button::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 1.4rem; transition: transform .25s ease; }
.faq-item.open button::after { transform: translateY(-50%) rotate(45deg); }
.faq-panel { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-panel p { padding: 0 20px 20px; margin: 0; }
.faq-item.open .faq-panel { max-height: 240px; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(255,224,163,.78); outline-offset: 3px; }

.site-footer { border-top: 1px solid rgba(255,255,255,.08); background: #030504; padding: 42px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-brand { margin-bottom: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-links a { color: var(--muted); border: 1px solid rgba(255,255,255,.1); padding: 8px 12px; border-radius: 999px; }

@media (max-width: 1080px) {
  .hero-grid, .layout-grid, .intro-card, .split-copy, .visual-split, .visual-split.reverse, .mobile-panel, .promo-security-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; order: 2; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-rating-card { position: static; grid-column: 1 / -1; margin-top: -4px; width: 100%; }
}
@media (max-width: 720px) {
  .nav-shell { min-height: 68px; }
  .nav-link { display: none; }
  .hero-section { padding-top: 28px; }
  .feature-grid, .comparison-cards, .pro-con-grid, .footer-grid { grid-template-columns: 1fr; }
  .intro-card, .section-block.mobile-panel, .cta-band { border-radius: 24px; }
  h1 { max-width: none; }
  th, td { padding: 14px; }
  .brand small { display: none; }
}
