@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #6c3bff;
  --primary-2: #8b5cf6;
  --accent: #00d4aa;
  --warning: #f59e0b;
  --error: #ef4444;
  --ink: #111827;
  --muted: #64748b;
  --canvas: #f8fafc;
  --surface: #ffffff;
  --line: rgba(108, 59, 255, 0.13);
  --shadow: 0 24px 70px rgba(45, 31, 86, 0.12);
  --shadow-soft: 0 14px 40px rgba(49, 32, 93, 0.08);
  --radius: 20px;
  --nav-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
section[id] { scroll-margin-top: calc(var(--nav-height) + 24px); }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-sm { padding: 80px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(108, 59, 255, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--primary);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(77, 48, 158, .07);
}
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(0,212,170,.12); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2, .page-hero h1 { margin: 18px 0 16px; font-size: clamp(2.15rem, 5vw, 3.75rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading p, .page-hero p { color: var(--muted); font-size: 1.03rem; line-height: 1.85; }
.gradient-text { background: linear-gradient(110deg, var(--primary), var(--primary-2) 52%, #4f46e5); -webkit-background-clip: text; background-clip: text; color: transparent; }

.site-header { position: fixed; inset: 0 0 auto; height: var(--nav-height); z-index: 50; transition: .3s ease; }
.site-header.scrolled { background: rgba(248,250,252,.83); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(108,59,255,.09); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.18rem; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(145deg, var(--primary), var(--primary-2)); box-shadow: 0 10px 26px rgba(108,59,255,.3); }
.brand-mark svg { width: 21px; }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: .9rem; font-weight: 600; }
.nav-links a:not(.btn) { color: #475569; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--primary); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle, .menu-toggle { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.7); display: grid; place-items: center; cursor: pointer; }
.menu-toggle { display: none; }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 16px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 14px 28px rgba(108,59,255,.26); }
.btn-primary:hover { box-shadow: 0 18px 38px rgba(108,59,255,.34); }
.btn-secondary { color: var(--ink); background: rgba(255,255,255,.78); border: 1px solid rgba(108,59,255,.15); box-shadow: var(--shadow-soft); }
.btn-sm { min-height: 42px; padding: 0 17px; border-radius: 14px; font-size: .86rem; }
.btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(0,212,170,.35); outline-offset: 3px; }

.hero { min-height: 860px; padding: 160px 0 92px; overflow: hidden; background: radial-gradient(circle at 72% 22%, rgba(139,92,246,.24), transparent 31%), radial-gradient(circle at 9% 35%, rgba(0,212,170,.11), transparent 25%), linear-gradient(180deg, #f8f7ff 0%, var(--canvas) 86%); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .42; pointer-events: none; background-image: linear-gradient(rgba(108,59,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(108,59,255,.055) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.hero-copy h1 { max-width: 650px; margin: 23px 0 23px; font-size: clamp(3.2rem, 7vw, 5.6rem); line-height: .98; letter-spacing: -.072em; }
.hero-copy > p { max-width: 610px; color: var(--muted); font-size: 1.08rem; line-height: 1.85; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 34px 0 35px; }
.trust-row { display: flex; align-items: center; gap: 14px; color: #64748b; font-size: .82rem; font-weight: 600; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 30px; height: 30px; margin-left: -8px; display: grid; place-items: center; border: 3px solid #f8f7ff; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--primary), var(--accent)); font-size: .66rem; }
.avatar-stack span:first-child { margin-left: 0; }

.phone-stage { position: relative; min-height: 620px; display: grid; place-items: center; }
.phone-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(108,59,255,.22), transparent 68%); filter: blur(6px); }
.phone { position: relative; z-index: 3; width: 285px; min-height: 570px; padding: 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 42px; background: #16131f; box-shadow: 0 45px 90px rgba(44,26,94,.29), inset 0 0 0 1px rgba(255,255,255,.12); transform: rotate(4deg); animation: phoneFloat 5.5s ease-in-out infinite; }
.phone-screen { min-height: 550px; padding: 23px 18px; overflow: hidden; border-radius: 33px; background: linear-gradient(180deg, #f4f0ff, #fff 50%); }
.phone-notch { position: absolute; top: 18px; left: 50%; width: 94px; height: 24px; border-radius: 20px; background: #16131f; transform: translateX(-50%); }
.app-bar { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.app-greeting small { color: #7c718e; font-size: .61rem; }
.app-greeting strong { display: block; font-size: .89rem; }
.mini-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--primary); }
.balance-card { position: relative; margin: 20px 0 15px; padding: 20px; overflow: hidden; border-radius: 23px; color: white; background: linear-gradient(135deg, #6c3bff, #8859ee); box-shadow: 0 15px 28px rgba(108,59,255,.28); }
.balance-card::after { content: ''; position: absolute; width: 130px; height: 130px; right: -35px; top: -50px; border: 20px solid rgba(255,255,255,.1); border-radius: 50%; }
.balance-card small { opacity: .75; font-size: .61rem; }
.balance { margin: 5px 0 13px; font-size: 1.68rem; font-weight: 800; letter-spacing: -.04em; }
.balance-meta { display: flex; justify-content: space-between; align-items: center; font-size: .63rem; }
.balance-meta b { padding: 6px 9px; border-radius: 8px; background: rgba(255,255,255,.16); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.quick-item { padding: 10px 4px; text-align: center; border: 1px solid #ede8f7; border-radius: 14px; background: #fff; font-size: .54rem; font-weight: 700; }
.quick-icon { width: 29px; height: 29px; margin: 0 auto 6px; display: grid; place-items: center; border-radius: 10px; color: var(--primary); background: #f1edff; }
.quick-icon svg { width: 14px; }
.task-title { display: flex; justify-content: space-between; margin: 19px 0 10px; font-size: .72rem; }
.task-title a { color: var(--primary); font-size: .58rem; }
.app-task { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; margin-bottom: 8px; padding: 10px; border: 1px solid #eeeaf7; border-radius: 15px; background: white; }
.app-task-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--accent), #0ea5e9); }
.app-task-icon.purple { background: linear-gradient(135deg, var(--primary), #ec4899); }
.app-task b { display: block; font-size: .62rem; }
.app-task small { color: #8b8299; font-size: .49rem; }
.coin-pill { padding: 5px 7px; border-radius: 8px; color: #b66b00; background: #fff6d9; font-size: .52rem; font-weight: 800; }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.82); border-radius: 16px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); box-shadow: var(--shadow-soft); font-size: .72rem; font-weight: 700; animation: float 4.5s ease-in-out infinite; }
.float-card svg { width: 18px; color: var(--primary); }
.float-one { top: 17%; left: 1%; }
.float-two { right: 0; bottom: 21%; animation-delay: -2s; }
.coin { position: absolute; z-index: 4; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 5px solid #ffbd2e; color: #a96600; background: linear-gradient(145deg, #ffe07a, #f59e0b); box-shadow: 0 12px 26px rgba(245,158,11,.25), inset 0 0 0 2px rgba(255,255,255,.4); font-weight: 800; animation: coinFloat 4s ease-in-out infinite; }
.coin-a { top: 7%; right: 16%; }
.coin-b { bottom: 10%; left: 11%; animation-delay: -1.5s; transform: scale(.7); }
.coin-c { top: 47%; right: 2%; animation-delay: -2.6s; transform: scale(.56); }

.logo-strip { margin-top: -35px; position: relative; z-index: 8; }
.logo-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 17px; border: 1px solid rgba(108,59,255,.1); border-radius: 22px; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); box-shadow: var(--shadow-soft); }
.reward-brand { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 55px; padding: 12px; border-radius: 14px; color: #475569; font-size: .86rem; font-weight: 700; }
.reward-brand svg { width: 21px; color: var(--primary); }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 220px; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 30px rgba(35,25,67,.05); transition: transform .3s ease, box-shadow .3s ease, border-color .3s; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(108,59,255,.3); box-shadow: var(--shadow-soft); }
.feature-card::after { content: ''; position: absolute; width: 110px; height: 110px; right: -55px; bottom: -55px; border-radius: 50%; background: rgba(108,59,255,.055); }
.feature-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 29px; border-radius: 16px; color: var(--primary); background: linear-gradient(145deg, #f0ebff, #faf8ff); box-shadow: inset 0 0 0 1px rgba(108,59,255,.08); }
.feature-icon.mint { color: #009f80; background: #e4fff8; }
.feature-icon.gold { color: #b66b00; background: #fff7df; }
.feature-card h3 { margin: 0 0 10px; font-size: 1rem; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }

.how-section { overflow: hidden; background: #161124; color: white; }
.how-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 0 0, rgba(108,59,255,.35), transparent 33%), radial-gradient(circle at 100% 100%, rgba(0,212,170,.12), transparent 30%); }
.how-section .section-heading p { color: #aaa3b7; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.steps::before { content: ''; position: absolute; top: 34px; left: 11%; right: 11%; height: 1px; background: linear-gradient(90deg, var(--primary), var(--accent)); opacity: .5; }
.step { position: relative; z-index: 1; padding: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.step-number { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 45px; border: 7px solid #211a30; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--primary), var(--primary-2)); font-size: 1.1rem; font-weight: 800; box-shadow: 0 0 0 1px rgba(255,255,255,.12); }
.step h3 { margin: 0 0 9px; font-size: 1rem; }
.step p { margin: 0; color: #aaa3b7; font-size: .82rem; line-height: 1.7; }

.showcase-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.showcase-art { position: relative; min-height: 510px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(108,59,255,.16); border-radius: 50%; }
.orbit.one { width: 440px; height: 440px; }
.orbit.two { width: 330px; height: 330px; border-style: dashed; animation: spin 30s linear infinite; }
.wallet-card { position: relative; z-index: 2; width: 310px; padding: 28px; border-radius: 28px; color: white; background: linear-gradient(145deg, #22183e, #6c3bff); box-shadow: 0 35px 70px rgba(66,35,154,.28); transform: rotate(-5deg); }
.wallet-top { display: flex; justify-content: space-between; align-items: center; }
.wallet-top svg { color: var(--accent); }
.wallet-card .amount { margin: 40px 0 26px; font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.wallet-card .amount small { display: block; margin-bottom: 5px; opacity: .65; font-size: .65rem; letter-spacing: .02em; font-weight: 500; }
.wallet-bottom { display: flex; justify-content: space-between; opacity: .75; font-size: .68rem; }
.reward-bubble { position: absolute; z-index: 3; width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-soft); }
.reward-bubble svg { color: var(--primary); }
.reward-bubble.one { top: 11%; right: 2%; transform: rotate(8deg); }
.reward-bubble.two { bottom: 14%; left: 0; transform: rotate(-9deg); }
.check-list { display: grid; gap: 16px; margin: 31px 0; }
.check-item { display: flex; gap: 13px; align-items: flex-start; }
.check-icon { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; color: #008f73; background: #dffbf5; }
.check-icon svg { width: 15px; }
.check-item b { display: block; margin-bottom: 4px; font-size: .9rem; }
.check-item span { color: var(--muted); font-size: .8rem; line-height: 1.6; }

.faq-list { max-width: 820px; margin: auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 6px 24px rgba(42,27,85,.04); overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 24px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.faq-question svg { flex: 0 0 auto; width: 19px; color: var(--primary); transition: transform .25s ease; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 58px; border-radius: 30px; color: white; background: linear-gradient(135deg, #26164f, #6c3bff 60%, #7752e8); box-shadow: 0 30px 70px rgba(66,35,154,.28); }
.cta-panel::before { content: ''; position: absolute; width: 330px; height: 330px; right: -90px; top: -160px; border: 45px solid rgba(255,255,255,.075); border-radius: 50%; }
.cta-panel h2 { position: relative; margin: 0 0 10px; max-width: 690px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; letter-spacing: -.05em; }
.cta-panel p { position: relative; margin: 0; color: rgba(255,255,255,.72); }
.cta-panel .btn { position: relative; color: var(--primary); background: white; }

.footer { padding: 72px 0 25px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 48px; padding-bottom: 55px; }
.footer-about p { max-width: 340px; margin: 18px 0; color: var(--muted); font-size: .84rem; line-height: 1.75; }
.footer h3 { margin: 5px 0 18px; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { color: var(--muted); font-size: .83rem; transition: color .2s; }
.footer-links a:hover { color: var(--primary); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid #edf0f5; color: #94a3b8; font-size: .75rem; }
.socials { display: flex; gap: 8px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: #64748b; }
.socials svg { width: 16px; }

.page-hero { position: relative; padding: 160px 0 82px; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(108,59,255,.18), transparent 40%), linear-gradient(180deg, #f8f7ff, var(--canvas)); }
.page-hero::after { content: ''; position: absolute; width: 300px; height: 300px; right: -180px; bottom: -180px; border: 45px solid rgba(0,212,170,.07); border-radius: 50%; }
.page-hero .container { max-width: 820px; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 4.6rem); }
.page-hero .updated { display: inline-block; margin-top: 18px; color: #7c6b91; font-size: .76rem; font-weight: 600; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 55px; align-items: start; }
.legal-nav { position: sticky; top: 105px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-soft); }
.legal-nav b { display: block; margin: 0 0 13px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-nav a { display: block; padding: 8px 10px; border-radius: 9px; color: var(--muted); font-size: .78rem; }
.legal-nav a:hover { color: var(--primary); background: #f5f1ff; }
.legal-content { padding: 8px 0; }
.legal-content section { margin-bottom: 44px; scroll-margin-top: 110px; }
.legal-content h2 { margin: 0 0 14px; font-size: 1.48rem; letter-spacing: -.035em; }
.legal-content h3 { margin: 23px 0 10px; font-size: 1rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .9rem; line-height: 1.9; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--primary); font-weight: 600; }
.notice { padding: 22px; border: 1px solid rgba(108,59,255,.15); border-radius: 17px; background: #f4f0ff; color: #4f3b7c; font-size: .86rem; line-height: 1.75; }

.delete-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 30px 0; }
.delete-step { position: relative; padding: 22px 12px; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: white; box-shadow: 0 8px 24px rgba(43,26,89,.05); }
.delete-step:not(:last-child)::after { content: '→'; position: absolute; top: 50%; right: -13px; z-index: 2; color: var(--primary); font-weight: 800; transform: translateY(-50%); }
.delete-step svg { display: block; margin: 0 auto 10px; color: var(--primary); }
.delete-step b { font-size: .78rem; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 25px; }
.info-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.info-card h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; }
.info-card h3 svg { color: var(--primary); }
.info-card li { margin-bottom: 4px; }
.email-card { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin: 28px 0; padding: 25px; border-radius: 18px; color: white; background: #181224; }
.email-card small { display: block; color: #aaa3b7; }
.email-card a { color: white; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: stretch; }
.contact-aside { position: relative; overflow: hidden; padding: 40px; border-radius: 25px; color: white; background: linear-gradient(155deg, #171023, #6c3bff); box-shadow: var(--shadow); }
.contact-aside::after { content: ''; position: absolute; width: 260px; height: 260px; right: -150px; bottom: -110px; border: 40px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-aside h2 { margin: 22px 0 15px; font-size: 2.2rem; line-height: 1.15; letter-spacing: -.04em; }
.contact-aside > p { color: rgba(255,255,255,.67); line-height: 1.8; font-size: .88rem; }
.contact-method { position: relative; display: flex; gap: 13px; margin-top: 28px; }
.contact-method > span { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.08); }
.contact-method small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.55); }
.contact-method b { font-size: .84rem; }
.contact-form { padding: 40px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow-soft); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin: 0 0 8px; font-size: .78rem; font-weight: 700; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #ddd9e8; border-radius: 14px; color: var(--ink); background: #fcfbff; transition: border .2s, box-shadow .2s; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(108,59,255,.09); }
.form-status { display: none; margin-top: 16px; padding: 13px 15px; border-radius: 12px; font-size: .82rem; }
.form-status.success { display: block; color: #08755f; background: #ddfbf4; }
.form-status.error { display: block; color: #a61b1b; background: #feeaea; }
.hp-field { position: absolute !important; left: -9999px !important; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 80px 20px; text-align: center; background: radial-gradient(circle at 50% 25%, rgba(108,59,255,.19), transparent 35%), var(--canvas); }
.error-code { margin: 0; font-size: clamp(7rem, 20vw, 14rem); line-height: .8; letter-spacing: -.09em; color: transparent; -webkit-text-stroke: 2px rgba(108,59,255,.55); }
.error-page h1 { margin: 35px 0 10px; font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.05em; }
.error-page p { max-width: 540px; margin: 0 auto 28px; color: var(--muted); line-height: 1.75; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes phoneFloat { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-14px); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes coinFloat { 0%,100% { translate: 0 0; rotate: -7deg; } 50% { translate: 0 -16px; rotate: 8deg; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

[data-theme="dark"] {
  --ink: #f8fafc;
  --muted: #a7b0c0;
  --canvas: #0e0b14;
  --surface: #17131f;
  --line: rgba(155,125,255,.17);
  --shadow-soft: 0 14px 40px rgba(0,0,0,.24);
}
[data-theme="dark"] .site-header.scrolled { background: rgba(14,11,20,.84); }
[data-theme="dark"] .theme-toggle, [data-theme="dark"] .menu-toggle, [data-theme="dark"] .eyebrow, [data-theme="dark"] .logo-panel { background: rgba(23,19,31,.82); }
[data-theme="dark"] .hero, [data-theme="dark"] .page-hero { background: radial-gradient(circle at 70% 15%, rgba(108,59,255,.22), transparent 35%), #0e0b14; }
[data-theme="dark"] .hero::before { opacity: .18; }
[data-theme="dark"] .btn-secondary, [data-theme="dark"] .feature-card, [data-theme="dark"] .faq-item, [data-theme="dark"] .reward-bubble, [data-theme="dark"] .legal-nav, [data-theme="dark"] .info-card, [data-theme="dark"] .contact-form, [data-theme="dark"] .delete-step { background: #17131f; }
[data-theme="dark"] .footer { background: #100d16; }
[data-theme="dark"] .footer-bottom { border-color: rgba(255,255,255,.08); }
[data-theme="dark"] .form-field input, [data-theme="dark"] .form-field textarea, [data-theme="dark"] .form-field select { color: var(--ink); background: #110e18; border-color: rgba(255,255,255,.13); }
[data-theme="dark"] .notice { color: #d9cdfd; background: rgba(108,59,255,.12); }
[data-theme="dark"] .legal-nav a:hover { background: rgba(108,59,255,.13); }

@media (max-width: 980px) {
  .nav-links { position: fixed; inset: var(--nav-height) 16px auto; display: none; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; gap: 5px; }
  .nav-links a:not(.btn) { padding: 12px; border-radius: 10px; }
  .nav-links .btn { margin-top: 8px; }
  .menu-toggle { display: grid; }
  .nav-actions > .btn { display: none; }
  .hero-grid, .showcase-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .phone-stage { margin-top: 30px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
  .cta-panel { grid-template-columns: 1fr; text-align: center; }
  .cta-panel .btn { justify-self: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; display: none; }
  .delete-steps { grid-template-columns: 1fr; }
  .delete-step:not(:last-child)::after { content: '↓'; top: auto; right: 50%; bottom: -17px; transform: translateX(50%); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --nav-height: 68px; }
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .section-sm { padding: 60px 0; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 15vw, 4.25rem); }
  .hero-copy > p { font-size: .96rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .phone-stage { min-height: 560px; transform: scale(.88); margin: -15px -25px -35px; }
  .float-one { left: -1%; }
  .float-two { right: -2%; }
  .logo-panel { grid-template-columns: repeat(2, 1fr); }
  .feature-grid, .steps, .info-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 195px; }
  .showcase-grid { gap: 20px; }
  .showcase-art { min-height: 440px; transform: scale(.87); margin: -35px; }
  .cta-panel { padding: 38px 24px; border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .page-hero { padding: 125px 0 60px; }
  .page-hero h1 { font-size: 2.75rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form, .contact-aside { padding: 28px 22px; }
  .email-card { align-items: flex-start; flex-direction: column; }
}
