:root {
  color-scheme: dark;
  --bg: #090a0a;
  --surface: #141615;
  --surface-2: #1b1e1c;
  --text: #f5f7f6;
  --muted: #a7ada9;
  --brand: #18d37e;
  --brand-dark: #052a19;
  --line: rgba(255,255,255,.11);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(9,10,10,.82); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.04em; font-size: 24px; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--brand); color: #07120c; font-weight: 950; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--text); }
.button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; background: var(--brand); color: #06110b; font-weight: 800; cursor: pointer; }
.button:hover { filter: brightness(1.06); transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--text); border: 1px solid var(--line); }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 76px 0 88px; }
.eyebrow { margin: 0 0 16px; color: var(--brand); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.03; letter-spacing: -.045em; }
h1 { max-width: 780px; font-size: clamp(48px, 7vw, 88px); }
h2 { font-size: clamp(34px, 4.5vw, 56px); }
h3 { font-size: 22px; }
.hero-copy { max-width: 650px; margin: 24px 0 32px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.phone { position: relative; max-width: 430px; margin-left: auto; padding: 12px; border: 1px solid var(--line); border-radius: 42px; background: linear-gradient(145deg,#232824,#0f1110); box-shadow: 0 36px 100px rgba(0,0,0,.58), 0 0 80px rgba(24,211,126,.08); }
.phone img { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center; border-radius: 31px; }
.phone::after { content:""; position:absolute; inset:auto 26px 26px; height:42%; border-radius:24px; background:linear-gradient(transparent,rgba(0,0,0,.9)); pointer-events:none; }
.phone-label { position:absolute; z-index:2; left:36px; right:36px; bottom:42px; }
.phone-label strong { display:block; font-size:28px; line-height:1.05; letter-spacing:-.04em; }
.phone-label span { color:#d4d9d6; font-size:14px; }
.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading p { color: var(--muted); max-width: 610px; margin: 18px 0 0; }
.grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.card { min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg,var(--surface-2),var(--surface)); }
.card-index { display:grid; place-items:center; width:42px; height:42px; margin-bottom:52px; border-radius:14px; background:var(--brand-dark); color:var(--brand); font-weight:800; }
.card p { color: var(--muted); margin: 12px 0 0; }
.premium { padding: 42px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:36px; border-radius:32px; color:#06110b; background:var(--brand); }
.premium p { max-width:700px; margin:14px 0 0; color:#12442c; }
.premium .button { background:#07120c; color:white; }
.legal-hero { padding: 82px 0 50px; }
.legal-hero h1 { font-size: clamp(42px,6vw,72px); }
.legal-meta { margin-top:18px; color:var(--muted); }
.legal-layout { display:grid; grid-template-columns:260px 1fr; gap:64px; padding-bottom:110px; }
.toc { position:sticky; top:104px; align-self:start; padding:20px; border:1px solid var(--line); border-radius:18px; background:var(--surface); }
.toc a { display:block; padding:7px 0; color:var(--muted); font-size:14px; }
.legal-content { max-width:760px; }
.legal-content section { scroll-margin-top:110px; padding:0 0 40px; margin:0 0 40px; border-bottom:1px solid var(--line); }
.legal-content p, .support-copy { color:var(--muted); }
.support-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:16px; padding-bottom:110px; }
.support-card { padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); }
.support-card p { color:var(--muted); }
.email { color:var(--brand); font-weight:700; overflow-wrap:anywhere; }
.recovery { min-height:calc(100vh - 145px); display:grid; place-items:center; padding:70px 0; }
.recovery-card { width:min(600px,100%); padding:38px; text-align:center; border:1px solid var(--line); border-radius:30px; background:var(--surface); }
.recovery-icon { width:70px; height:70px; margin:0 auto 24px; display:grid; place-items:center; border-radius:22px; color:var(--brand); background:var(--brand-dark); font-size:34px; }
.recovery-card p { color:var(--muted); }
.recovery-card .actions { justify-content:center; margin-top:26px; }
.notice { margin-top:22px; padding:14px; border-radius:14px; background:#202420; color:var(--muted); font-size:13px; }
.site-footer { border-top:1px solid var(--line); padding:36px 0 46px; color:var(--muted); font-size:14px; }
.footer-row { display:flex; justify-content:space-between; gap:24px; align-items:center; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px; }
@media (max-width: 820px) {
  .nav-links a:not(.button) { display:none; }
  .hero { grid-template-columns:1fr; min-height:auto; gap:52px; padding-top:58px; }
  .phone { margin:0 auto; }
  .grid { grid-template-columns:1fr; }
  .premium, .support-grid, .legal-layout { grid-template-columns:1fr; }
  .toc { display:none; }
}
@media (max-width: 520px) {
  .wrap { width:min(100% - 28px,1160px); }
  .nav { min-height:64px; }
  .nav-links .button { min-height:40px; padding:0 14px; font-size:13px; }
  .hero { padding-bottom:68px; }
  .section { padding:76px 0; }
  .premium { padding:28px; }
  .legal-hero { padding-top:58px; }
  .recovery-card { padding:28px 20px; }
  .footer-row { align-items:flex-start; flex-direction:column; }
}
