:root {
  --cream: #fff8ef;
  --cream-strong: #fff1e2;
  --paper: #ffffff;
  --aubergine: #3b082f;
  --aubergine-soft: #665564;
  --coral: #ff4938;
  --orange: #ff7a28;
  --gold: #ffd166;
  --line: #eaded2;
  --green: #168256;
  --shadow: 0 22px 60px rgba(59, 8, 47, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--aubergine); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--aubergine); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(234, 222, 210, .9); background: rgba(255, 248, 239, .90); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 25px; font-weight: 850; letter-spacing: -.8px; }
.brand img { border-radius: 13px; box-shadow: 0 8px 20px rgba(255, 73, 56, .20); }
.brand span span { color: var(--coral); }
nav { display: flex; align-items: center; gap: 26px; color: var(--aubergine-soft); font-size: 14px; font-weight: 650; }
nav a:hover, nav a:focus-visible, footer a:hover { color: var(--coral); }
.language-link { padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--aubergine); }
.section-shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.hero { min-height: 710px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(40px, 7vw, 90px); padding-block: clamp(70px, 9vw, 118px); overflow: hidden; }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22, 130, 86, .10); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 710px; margin: 0; font-size: clamp(50px, 6.2vw, 84px); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--aubergine-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--coral), var(--orange)); box-shadow: 0 14px 30px rgba(255, 73, 56, .24); }
.button-secondary { border: 1px solid var(--line); background: rgba(255, 255, 255, .72); }
.button-disabled { background: var(--aubergine); color: white; cursor: default; }
.button-disabled:hover { transform: none; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--aubergine-soft); font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); }
.phone-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.halo { position: absolute; border-radius: 50%; filter: blur(1px); }
.halo-one { width: 490px; height: 490px; background: linear-gradient(145deg, rgba(255, 209, 102, .38), rgba(255, 73, 56, .11)); }
.halo-two { width: 390px; height: 390px; border: 1px solid rgba(255, 73, 56, .24); }
.phone { position: relative; z-index: 2; width: min(320px, 72vw); height: 600px; padding: 10px; overflow: hidden; border: 7px solid #291322; border-radius: 44px; background: #291322; box-shadow: 0 36px 70px rgba(59, 8, 47, .27); transform: rotate(2deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 29px; }
.phone-speaker { position: absolute; z-index: 3; left: 50%; top: 16px; width: 76px; height: 19px; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: #291322; }
.floating-card { position: absolute; z-index: 3; display: flex; flex-direction: column; min-width: 170px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card strong { color: var(--coral); font-size: 23px; }
.floating-card span { margin-top: 3px; color: var(--aubergine-soft); font-size: 12px; }
.floating-top { right: 0; top: 96px; }
.floating-bottom { left: 0; bottom: 100px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: rgba(255,255,255,.48); }
.metrics div { min-height: 130px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 24px; text-align: center; }
.metrics div + div { border-left: 1px solid var(--line); }
.metrics strong { color: var(--coral); font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.metrics span { margin-top: 4px; color: var(--aubergine-soft); font-size: 13px; }
.feature-section { padding-block: 110px; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading h2, .privacy-section h2, .closing-section h2, .game-copy h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child, .privacy-section p, .closing-section > p:not(.eyebrow), .game-copy > p { color: var(--aubergine-soft); line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: 0 10px 30px rgba(59,8,47,.045); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 17px; font-size: 24px; font-weight: 900; }
.icon-1 { color: white; background: var(--coral); }
.icon-2 { color: var(--aubergine); background: var(--gold); }
.icon-3 { color: white; background: var(--aubergine); }
.feature-card h3 { margin: 0; font-size: 21px; line-height: 1.25; }
.feature-card p { margin: 14px 0 0; color: var(--aubergine-soft); line-height: 1.7; font-size: 15px; }
.game-section { position: relative; min-height: 480px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; margin-bottom: 110px; padding: clamp(42px, 7vw, 82px); overflow: hidden; border-radius: 36px; color: white; background: radial-gradient(circle at 82% 30%, #6d295c 0, var(--aubergine) 47%, #28051f 100%); box-shadow: 0 26px 70px rgba(59,8,47,.20); }
.eyebrow-light { color: var(--gold); }
.game-copy > p { color: rgba(255,255,255,.74); }
.game-note { padding-top: 12px; font-size: 12px; }
.coin-scene { position: relative; min-height: 300px; display: grid; place-items: center; }
.coin-ring { width: 230px; height: 230px; display: grid; place-items: center; border: 15px solid #f3a900; border-radius: 50%; color: #9b5b00; background: radial-gradient(circle at 36% 30%, #fff0a7, var(--gold) 48%, #f2a700); box-shadow: 0 0 0 12px #ffcb45, 0 24px 45px rgba(0,0,0,.28), inset 0 0 0 5px rgba(255,255,255,.32); }
.coin-ring span { font-size: 70px; font-weight: 950; letter-spacing: -.08em; }
.spark { position: absolute; color: var(--gold); font-size: 28px; }
.spark-one { left: 8%; top: 10%; }.spark-two { right: 3%; top: 35%; font-size: 18px; }.spark-three { left: 20%; bottom: 4%; font-size: 16px; }
.privacy-section { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; margin-bottom: 110px; padding: clamp(34px, 5vw, 58px); border: 1px solid #cfebe0; border-radius: 30px; background: #f2fbf7; }
.privacy-mark { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 22px; color: white; background: var(--green); font-size: 31px; font-weight: 900; }
.privacy-section .eyebrow { color: var(--green); }
.privacy-section p { margin-bottom: 0; }
.text-link { color: var(--coral); font-weight: 850; white-space: nowrap; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }.text-link:hover span { transform: translateX(5px); }
.closing-section { display: flex; flex-direction: column; align-items: center; padding-bottom: 110px; text-align: center; }
.closing-section > img { margin-bottom: 28px; border-radius: 24px; box-shadow: 0 18px 35px rgba(255,73,56,.22); }
.closing-section > p:not(.eyebrow) { max-width: 650px; }
.closing-section .button { margin-top: 18px; }
footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 40px; padding: 34px clamp(22px, 5vw, 76px); border-top: 1px solid var(--line); color: var(--aubergine-soft); background: var(--cream-strong); font-size: 13px; }
.brand-footer { font-size: 19px; color: var(--aubergine); }
footer p { text-align: right; } footer div { display: flex; gap: 20px; } footer small { text-align: right; }

.legal-main { min-height: 70vh; padding-block: 70px 110px; }
.legal-hero { max-width: 840px; margin-bottom: 44px; }
.legal-hero h1 { font-size: clamp(44px, 6vw, 72px); }
.legal-hero p { color: var(--aubergine-soft); font-size: 17px; line-height: 1.7; }
.legal-card { max-width: 920px; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: var(--shadow); }
.legal-card h2 { margin: 38px 0 12px; font-size: 25px; letter-spacing: -.025em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #594b57; font-size: 15px; line-height: 1.75; }
.legal-card li + li { margin-top: 7px; }
.legal-card strong { color: var(--aubergine); }
.contact-box { margin-top: 38px; padding: 24px; border-radius: 20px; background: var(--cream); }
.back-link { display: inline-flex; margin-bottom: 28px; color: var(--coral); font-weight: 800; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  nav a:not(.language-link) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { text-align: center; }.hero-lead { margin-inline: auto; }.hero-actions, .trust-list { justify-content: center; }
  .phone-stage { min-height: 650px; }
  .feature-grid { grid-template-columns: 1fr; }
  .game-section { grid-template-columns: 1fr; text-align: center; }
  .privacy-section { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 68px; padding-inline: 15px; }
  .brand { font-size: 21px; }.brand img { width: 42px; height: 42px; }
  .hero { min-height: auto; padding-block: 52px 72px; }
  h1 { font-size: clamp(45px, 14vw, 65px); }
  .hero-actions .button { width: 100%; }
  .phone-stage { min-height: 580px; }
  .phone { height: 550px; }
  .floating-card { min-width: 145px; padding: 13px; }.floating-top { right: -5px; }.floating-bottom { left: -5px; }
  .metrics { grid-template-columns: 1fr; }.metrics div + div { border-left: 0; border-top: 1px solid var(--line); }
  .feature-section { padding-block: 78px; }.game-section, .privacy-section { margin-bottom: 78px; }
  .coin-ring { width: 185px; height: 185px; }.coin-ring span { font-size: 57px; }
  footer { grid-template-columns: 1fr; text-align: left; } footer p, footer small { text-align: left; } footer div { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
