
:root {
  --bg: #04070d;
  --bg-2: #07111f;
  --panel: rgba(10, 19, 32, .82);
  --panel-2: rgba(16, 31, 52, .76);
  --text: #f6f9ff;
  --muted: #a9b8cf;
  --soft: #dbe8ff;
  --cyan: #75dcff;
  --blue: #3f7dff;
  --gold: #ffd76f;
  --orange: #ff8a34;
  --danger: #ff4668;
  --green: #5dffb1;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(117, 220, 255, .32);
  --shadow: 0 32px 80px rgba(0,0,0,.46);
  --font-display: 'Orbitron', system-ui, sans-serif;
  --font-text: 'Rajdhani', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-text);
  color: var(--text);
  background:
    radial-gradient(circle at 15% 7%, rgba(63, 125, 255, .30), transparent 34%),
    radial-gradient(circle at 83% 12%, rgba(255, 138, 52, .20), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(117, 220, 255, .12), transparent 35%),
    linear-gradient(180deg, #07111f 0%, #050911 54%, #02040a 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.72), transparent 72%);
}
body::after {
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(120deg, transparent 0 38%, rgba(117,220,255,.045) 48%, transparent 58% 100%);
  animation: scan 7s ease-in-out infinite;
}
@keyframes scan { 0%,100% { transform: translateX(-22%); opacity:.15; } 50% { transform: translateX(22%); opacity:.55; } }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; padding: 10px 14px; background: var(--gold); color: #120b02; border-radius: 12px; z-index: 100; }
.skip-link:focus { left: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(4, 7, 13, .78); border-bottom: 1px solid rgba(255,255,255,.09); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); letter-spacing: .3px; min-width: max-content; }
.brand strong { display:block; font-weight: 900; font-size: 15px; line-height: 1; }
.brand small { display:block; color: var(--muted); font-size: 10px; margin-top: 4px; letter-spacing: 1.2px; text-transform: uppercase; }
.brand-mark { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(145deg, rgba(63,125,255,.75), rgba(7,17,31,.95)); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 0 34px rgba(117,220,255,.20), inset 0 0 18px rgba(255,255,255,.06); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display:block; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font: 800 13px/1 var(--font-display); }
.nav-links a { padding: 11px 13px; border-radius: 999px; border: 1px solid transparent; transition: .2s ease; }
.nav-links a:hover { color: var(--text); border-color: rgba(117,220,255,.26); background: rgba(117,220,255,.08); }
.lang-switcher { display: flex; gap: 6px; padding: 5px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.04); }
.lang-btn { border: 0; color: var(--muted); background: transparent; padding: 8px 10px; border-radius: 999px; font: 800 12px/1 var(--font-display); cursor: pointer; transition: .18s ease; }
.lang-btn.active, .lang-btn:hover { color: #09111d; background: linear-gradient(135deg, var(--cyan), var(--gold)); box-shadow: 0 0 22px rgba(117,220,255,.24); }
main { overflow: hidden; }
.section-hero { position: relative; padding: 86px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 48px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); background: rgba(117,220,255,.09); border: 1px solid rgba(117,220,255,.22); padding: 8px 12px; border-radius: 999px; font: 900 12px/1 var(--font-display); letter-spacing: 1.1px; text-transform: uppercase; }
h1, h2, h3, .btn { font-family: var(--font-display); }
h1 { margin: 18px 0 18px; font-size: clamp(44px, 7.6vw, 82px); line-height: .94; letter-spacing: -2.4px; max-width: 850px; text-wrap: balance; }
.hero-lead { margin: 0 0 28px; max-width: 690px; color: var(--soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.58; }
.cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.store-badge { display: inline-flex; align-items: center; transform: translateZ(0); }
.store-badge img { height: 56px; width: auto; display: block; filter: drop-shadow(0 18px 26px rgba(0,0,0,.35)); }
.pulse { animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.025); } }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 18px; border-radius: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); color: var(--text); font-weight: 900; letter-spacing: .2px; transition: transform .18s ease, filter .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); border-color: rgba(117,220,255,.35); background: rgba(117,220,255,.09); }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--orange)); color: #201203; border-color: rgba(255,255,255,.24); box-shadow: 0 18px 42px rgba(255,138,52,.18); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost { backdrop-filter: blur(10px); }
.proof-strip { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.proof-strip span { padding: 10px 12px; border-radius: 999px; color: var(--soft); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); font-weight: 800; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; isolation: isolate; }
.phone-card { position: relative; z-index: 2; width: min(360px, 72vw); padding: 16px; border-radius: 42px; background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.05)), linear-gradient(145deg, rgba(11, 22, 38, .96), rgba(5, 9, 17, .98)); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow), 0 0 75px rgba(63,125,255,.23); overflow: hidden; transform: rotate(2deg); }
.phone-card::before { content:""; position:absolute; inset:-80px -60px auto; height:150px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent); transform: rotate(10deg); animation: shine 4.8s ease-in-out infinite; }
@keyframes shine { 0%,45% { transform: translateX(-120%) rotate(10deg); } 70%,100% { transform: translateX(120%) rotate(10deg); } }
.phone-card img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 30px; display: block; }
.floating-character { position: absolute; z-index: 3; pointer-events: none; filter: drop-shadow(0 24px 26px rgba(0,0,0,.55)); }
.floating-guard { width: min(238px, 38vw); left: -8px; bottom: 10px; transform: rotate(-7deg); }
.floating-berserker { width: min(220px, 34vw); right: -2px; top: 38px; transform: rotate(8deg); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(3px); opacity: .8; pointer-events: none; }
.hero-orb-a { width: 260px; height: 260px; background: radial-gradient(circle, rgba(117,220,255,.16), transparent 65%); left: 4%; top: 20%; }
.hero-orb-b { width: 340px; height: 340px; background: radial-gradient(circle, rgba(255,138,52,.14), transparent 66%); right: 5%; top: 15%; }
.premium-section { padding: 68px 0; position: relative; }
.section-title { text-align: center; margin: 0 auto 34px; max-width: 760px; }
.section-title.left { text-align: left; margin-left: 0; }
.section-title h2 { font-size: clamp(32px, 4.3vw, 54px); line-height: 1.02; letter-spacing: -1.4px; margin: 14px 0 12px; text-wrap: balance; }
.section-title p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.58; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; overflow: hidden; min-height: 210px; border-radius: 26px; padding: 24px; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)), var(--panel); border: 1px solid var(--line); box-shadow: 0 20px 48px rgba(0,0,0,.24); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 28px 70px rgba(0,0,0,.32), 0 0 34px rgba(117,220,255,.08); }
.feature-glow { position:absolute; inset:auto -30px -50px auto; width: 160px; height: 160px; border-radius: 999px; background: radial-gradient(circle, rgba(255,215,111,.18), transparent 65%); }
.feature-card h3 { margin: 0 0 10px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.58; font-size: 17px; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: start; }
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.step-card { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.055); box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.step-card span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; color: #1d1103; background: linear-gradient(135deg, var(--gold), var(--orange)); font: 900 18px/1 var(--font-display); }
.step-card h3 { margin: 0 0 6px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 17px; }
.hero-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hero-mini { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; padding: 22px; border-radius: 30px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 24%, rgba(117,220,255,.15), transparent 38%), linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); box-shadow: 0 22px 56px rgba(0,0,0,.26); }
.hero-mini img { position: absolute; top: 24px; left: 50%; transform: translateX(-50%); width: min(72%, 250px); max-height: 270px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,0,0,.55)); }
.hero-mini div { position: relative; z-index: 2; padding: 18px; border-radius: 22px; background: rgba(3,8,15,.62); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(12px); }
.hero-mini h3 { margin: 0 0 8px; }
.hero-mini p { margin: 0; color: var(--muted); line-height: 1.5; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 38px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: 20px; padding: 18px 20px; }
.faq-item summary { cursor: pointer; font: 900 17px/1.35 var(--font-display); }
.faq-item p { color: var(--muted); margin: 14px 0 0; line-height: 1.6; font-size: 17px; }
.final-cta { padding: 34px 0 86px; }
.compliance-box { position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(63,125,255,.18), rgba(255,138,52,.14)), var(--panel-2); border: 1px solid rgba(117,220,255,.20); border-radius: 32px; padding: clamp(24px, 4vw, 38px); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: var(--shadow); }
.compliance-box::after { content:""; position:absolute; width: 280px; height: 280px; right:-80px; bottom:-120px; border-radius:999px; background: radial-gradient(circle, rgba(255,215,111,.18), transparent 65%); }
.compliance-box h2 { margin: 12px 0 8px; font-size: clamp(30px, 4vw, 50px); line-height: 1; letter-spacing: -1px; }
.compliance-box p { margin: 0; color: var(--soft); font-size: 18px; line-height: 1.55; }
.cta-column { position: relative; z-index:2; display: grid; gap: 12px; justify-items: end; }
footer { border-top: 1px solid rgba(255,255,255,.09); color: var(--muted); padding: 28px 0 48px; font-size: 15px; }
footer a { color: #d7e8ff; }
.foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.reveal { opacity: 0; transform: translateY(16px); animation: reveal .7s ease forwards; }
.reveal:nth-child(2) { animation-delay: .05s; }
.reveal:nth-child(3) { animation-delay: .10s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 960px) {
  .nav { flex-wrap: wrap; padding: 12px 0; }
  .nav-links { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .hero-grid, .split-section, .faq-grid, .compliance-box { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .feature-grid, .hero-mini-grid { grid-template-columns: 1fr; }
  .hero-mini { min-height: 390px; }
  .section-title.left { text-align: center; margin-left: auto; }
  .cta-column { justify-items: start; }
}
@media (max-width: 560px) {
  .wrap { width: min(100%, calc(100% - 24px)); }
  .section-hero { padding: 48px 0 44px; }
  h1 { font-size: clamp(39px, 14vw, 58px); letter-spacing: -1.7px; }
  .hero-lead { font-size: 18px; }
  .store-badge img { height: 46px; }
  .btn { min-height: 48px; width: 100%; }
  .cta-row { align-items: stretch; }
  .phone-card { width: min(330px, 82vw); padding: 12px; border-radius: 34px; transform: rotate(0deg); }
  .phone-card img { border-radius: 24px; }
  .hero-visual { min-height: 520px; }
  .floating-guard { left: -28px; bottom: 22px; width: 190px; }
  .floating-berserker { right: -36px; top: 20px; width: 174px; }
  .premium-section { padding: 50px 0; }
  .feature-card { min-height: auto; }
  .step-card { grid-template-columns: 48px 1fr; padding: 16px; }
  .step-card span { width: 42px; height: 42px; }
  .hero-mini { min-height: 370px; }
  .brand small { display:none; }
  .lang-switcher { margin-left:auto; }
}
/* Compatibility styles for policy pages */
body > header:not(.site-header) { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(4, 7, 13, .78); border-bottom: 1px solid rgba(255,255,255,.09); }
main.wrap { padding: 60px 0 76px; }
main.wrap section { background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.032)); border: 1px solid var(--line); border-radius: 28px; padding: clamp(22px, 4vw, 36px); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
main.wrap h2 { margin-top: 0; font-family: var(--font-display); font-size: clamp(30px, 4vw, 48px); letter-spacing: -1px; }
main.wrap h3 { margin-top: 28px; color: var(--soft); font-family: var(--font-display); }
main.wrap p, main.wrap li { color: var(--muted); line-height: 1.65; font-size: 17px; }
main.wrap strong { color: var(--text); }
.notice { border-left: 4px solid var(--gold); padding: 16px 18px; background: rgba(255,215,111,.08); border-radius: 14px; color: var(--soft) !important; margin: 20px 0; }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
@media (max-width: 960px) { .footer-wrap { flex-direction: column; align-items: flex-start; } }
