
:root {
  --bg: #060814; --bg-2: #0a1022; --bg-3: #101933; --card: rgba(13, 21, 46, 0.72); --card-strong: rgba(11, 17, 38, 0.92);
  --line: rgba(255,255,255,0.1); --line-strong: rgba(255,255,255,0.18); --text: #f4f7ff; --muted: #b0bdd7; --soft: #8d9bb8;
  --cyan: #43e9ff; --blue: #4c7bff; --violet: #8e5dff; --pink: #ff4db8; --green: #4cffb5; --shadow: 0 24px 80px rgba(0,0,0,.45);
  --radius: 28px; --max: 1220px; --ease: cubic-bezier(.2,.8,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--text); background: radial-gradient(circle at 10% 10%, rgba(67,233,255,.12), transparent 24%), radial-gradient(circle at 85% 15%, rgba(142,93,255,.18), transparent 24%), radial-gradient(circle at 70% 85%, rgba(255,77,184,.11), transparent 22%), linear-gradient(180deg, #05070f 0%, #081121 38%, #060814 100%); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(circle at center, black 58%, transparent 100%); opacity: .22; }
img { display: block; max-width: 100%; } a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color: #dce6ff; font-size: 14px; letter-spacing: .01em; backdrop-filter: blur(16px); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--violet)); box-shadow: 0 0 20px rgba(67,233,255,.7); flex: 0 0 auto; }
.eyebrow { color: var(--cyan); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; }
.section-title { margin: 0; font-size: clamp(32px, 5vw, 60px); line-height: .98; letter-spacing: -.04em; max-width: 900px; }
.section-copy { margin: 18px 0 0; max-width: 760px; color: var(--muted); font-size: clamp(16px, 2vw, 19px); line-height: 1.7; }
.nav-wrap { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); background: linear-gradient(180deg, rgba(5,8,20,.9), rgba(5,8,20,.62)); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark { width: 18px; height: 18px; border-radius: 999px; flex: 0 0 auto; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 28%), linear-gradient(135deg, rgba(67,233,255,.95), rgba(76,123,255,.95) 42%, rgba(142,93,255,.95) 74%, rgba(255,77,184,.95)); box-shadow: 0 0 0 5px rgba(255,255,255,.04), 0 0 26px rgba(76,123,255,.40), 0 0 52px rgba(142,93,255,.18); position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: -7px; border-radius: 999px; border: 1px solid rgba(255,255,255,.08); opacity: .8; }
.brand-name { font-size: 15px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-sub { color: var(--soft); font-size: 13px; margin-top: 4px; }
.nav-links, .legal-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a, .legal-links a { color: #d7e3ff; font-size: 14px; opacity: .88; transition: opacity .25s ease, transform .25s ease; }
.nav-links a:hover, .legal-links a:hover { opacity: 1; transform: translateY(-1px); }
.hero { padding: 80px 0 42px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(46px, 8vw, 90px); line-height: .93; letter-spacing: -.06em; margin: 18px 0 0; max-width: 900px; }
.hero .lead { font-size: clamp(17px, 2vw, 21px); line-height: 1.7; color: var(--muted); max-width: 760px; margin: 22px 0 0; }
.hero-cta, .store-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; border-radius: 16px; font-weight: 700; letter-spacing: .01em; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease); border: 1px solid transparent; }
.btn-primary { color: #05101c; background: linear-gradient(135deg, var(--cyan), #b4f4ff 48%, #c6c4ff 100%); box-shadow: 0 14px 40px rgba(67,233,255,.24); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.btn:hover { transform: translateY(-3px); }
.hero-mini { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.mini-card { padding: 12px 14px; border-radius: 16px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.04); color: #dbe7ff; font-size: 13px; backdrop-filter: blur(18px); }
.hero-orb { position: absolute; right: -140px; top: -80px; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.35), transparent 18%), radial-gradient(circle at 40% 40%, rgba(67,233,255,.45), transparent 38%), radial-gradient(circle at 60% 55%, rgba(142,93,255,.45), transparent 55%), radial-gradient(circle at 52% 52%, rgba(255,77,184,.22), transparent 72%); filter: blur(20px); opacity: .7; pointer-events: none; }
.hero-visual { position: relative; min-height: 680px; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(76,123,255,.24) 0%, rgba(76,123,255,.06) 38%, transparent 70%); filter: blur(10px); pointer-events: none; }
.phone-stack { position: relative; width: 100%; max-width: 560px; height: 640px; perspective: 1200px; }
.floating-card { position: absolute; border-radius: 32px; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)), linear-gradient(180deg, rgba(16,24,52,.9), rgba(9,14,31,.84)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.14); overflow: hidden; backdrop-filter: blur(26px) saturate(140%); will-change: transform; }
.floating-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.14), transparent 26%, transparent 62%, rgba(255,255,255,.08)); pointer-events: none; }
.app-main { width: 320px; right: 44px; top: 18px; padding: 18px; transform: rotate(6deg); animation: floatMain 6.8s ease-in-out infinite; }
.app-secondary { width: 300px; left: 14px; bottom: 22px; padding: 18px; transform: rotate(-9deg); animation: floatSecondary 7.6s ease-in-out infinite; }
.parallax-card { transition: transform .18s linear; }
@keyframes floatMain { 0% { transform: translateY(0px) rotate(6deg); } 25% { transform: translateY(-10px) rotate(7deg); } 50% { transform: translateY(-18px) rotate(5.6deg); } 75% { transform: translateY(-8px) rotate(6.6deg); } 100% { transform: translateY(0px) rotate(6deg); } }
@keyframes floatSecondary { 0% { transform: translateY(0px) rotate(-9deg); } 25% { transform: translateY(-8px) rotate(-8.2deg); } 50% { transform: translateY(-16px) rotate(-9.8deg); } 75% { transform: translateY(-7px) rotate(-8.8deg); } 100% { transform: translateY(0px) rotate(-9deg); } }
.screen-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; color: #b8c7e7; font-size: 12px; }
.screen-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; font-size: 11px; color: #ddecff; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.screen-icon { width: 40px; height: 40px; border-radius: 14px; object-fit: cover; box-shadow: 0 8px 18px rgba(0,0,0,.25); }
.ui-card { border-radius: 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); padding: 16px; margin-bottom: 12px; }
.ui-title { font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.ui-copy { font-size: 12px; line-height: 1.65; color: #b8c6df; }
.meter-row, .graph-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.meter { padding: 12px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.meter strong { display: block; font-size: 22px; letter-spacing: -.03em; margin-top: 8px; }
.meter span { color: #a7b7d3; font-size: 12px; }
.bar { height: 9px; border-radius: 999px; background: rgba(255,255,255,.06); overflow: hidden; }
.bar::after { content: ""; display: block; height: 100%; width: var(--w, 70%); border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--violet), var(--pink)); }
.mini-line-chart { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; align-items: end; height: 92px; margin-top: 12px; }
.mini-line-chart span { display: block; border-radius: 999px 999px 12px 12px; background: linear-gradient(180deg, rgba(67,233,255,.95), rgba(76,123,255,.8) 55%, rgba(142,93,255,.8)); box-shadow: 0 10px 24px rgba(67,233,255,.12); min-height: 18px; height: var(--h, 50%); }
.spark-wrap { margin-top: 12px; border-radius: 18px; padding: 14px 14px 10px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); }
.spark-labels { display: flex; justify-content: space-between; color: #8da2c8; font-size: 11px; margin-top: 8px; }
.spark-line { width: 100%; height: 86px; display: block; }
.chart-path { stroke-dasharray: 600; stroke-dashoffset: 600; animation: drawPath 3.4s ease forwards infinite alternate; }
@keyframes drawPath { 0% { stroke-dashoffset: 600; opacity: .85; } 60%,100% { stroke-dashoffset: 0; opacity: 1; } }
.stats { padding: 28px 0 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { padding: 26px 24px; border-radius: 24px; background: linear-gradient(180deg, rgba(15,22,47,.86), rgba(8,13,28,.92)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.stat strong { display: block; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.05em; margin-bottom: 8px; }
.stat p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 46px; }
.glass-card { position: relative; padding: 30px; border-radius: 30px; background: linear-gradient(180deg, rgba(15,22,47,.84), rgba(7,11,25,.94)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); overflow: hidden; }
.glass-card::before { content: ""; position: absolute; inset: auto -30% 68% 40%; height: 140px; background: radial-gradient(circle, rgba(67,233,255,.14), transparent 68%); pointer-events: none; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.app-lockup { display: flex; align-items: center; gap: 14px; }
.app-lockup img { width: 56px; height: 56px; border-radius: 18px; object-fit: cover; box-shadow: 0 12px 24px rgba(0,0,0,.22); }
.app-lockup h3 { margin: 0; font-size: clamp(24px, 3vw, 30px); letter-spacing: -.04em; }
.app-lockup p { margin: 5px 0 0; color: var(--soft); font-size: 14px; }
.feature-list { display: grid; gap: 12px; margin-top: 16px; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 14px 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #dbe5fb; font-size: 15px; line-height: 1.65; }
.feature-item:last-child { border-bottom: 0; }
.feature-icon { width: 26px; height: 26px; border-radius: 10px; background: linear-gradient(135deg, rgba(67,233,255,.2), rgba(142,93,255,.26)); border: 1px solid rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: var(--cyan); font-size: 14px; flex: 0 0 auto; margin-top: 2px; }
.feature-sub { color: var(--soft); font-size: 13px; margin-top: 2px; }
.story-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: start; margin-top: 56px; }
.story-phone { position: sticky; top: 110px; padding: 26px; border-radius: 34px; background: linear-gradient(180deg, rgba(12,18,38,.86), rgba(7,10,24,.94)); border: 1px solid rgba(255,255,255,.09); box-shadow: var(--shadow); }
.phone-shell { position: relative; width: min(100%, 380px); margin: 0 auto; padding: 18px; border-radius: 38px; background: linear-gradient(180deg, rgba(7,10,20,.96), rgba(2,5,12,.98)); border: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 28px 60px rgba(0,0,0,.4); }
.notch { width: 130px; height: 28px; border-radius: 0 0 18px 18px; background: #02040a; margin: -18px auto 18px; border: 1px solid rgba(255,255,255,.04); border-top: 0; }
.phone-shot-wrap { aspect-ratio: 9 / 19.5; border-radius: 28px; overflow: hidden; background: #050913; border: 1px solid rgba(255,255,255,.06); }
.phone-shot { width: 100%; height: 100%; object-fit: cover; transition: opacity .36s ease, transform .5s ease; opacity: 1; }
.story-meta { margin-top: 18px; display: grid; gap: 8px; text-align: center; }
.story-label { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; margin: 0 auto; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); color: #d9e5fb; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.story-title { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.story-copy { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }
.story-steps { display: grid; gap: 18px; }
.story-step { position: relative; padding: 26px; border-radius: 26px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); box-shadow: var(--shadow); transition: transform .3s var(--ease), border-color .3s var(--ease), background .3s var(--ease); }
.story-step.active { transform: translateY(-4px); border-color: rgba(67,233,255,.34); background: linear-gradient(180deg, rgba(14,22,49,.9), rgba(7,12,25,.96)); }
.story-step-index { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 12px; background: linear-gradient(135deg, rgba(67,233,255,.2), rgba(142,93,255,.22)); border: 1px solid rgba(255,255,255,.1); color: var(--cyan); font-weight: 800; margin-bottom: 14px; }
.story-step h3 { margin: 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.04em; }
.story-step p { margin: 14px 0 0; color: var(--muted); line-height: 1.72; font-size: 16px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.tag { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); color: #d9e5fb; font-size: 13px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 10%; right: 10%; top: 36px; height: 2px; background: linear-gradient(90deg, rgba(67,233,255,.28), rgba(142,93,255,.28), rgba(255,77,184,.28)); z-index: 0; }
.step-card { position: relative; z-index: 1; padding: 30px 22px 24px; border-radius: 26px; background: linear-gradient(180deg, rgba(15,22,48,.86), rgba(7,12,27,.95)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.step-bubble { width: 72px; height: 72px; border-radius: 22px; margin-bottom: 18px; background: linear-gradient(135deg, rgba(67,233,255,.24), rgba(142,93,255,.22)); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.step-card h3 { margin: 0; font-size: 22px; letter-spacing: -.04em; }
.step-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.68; font-size: 15px; }
.compat-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; margin-top: 46px; }
.compat-panel { padding: 32px; border-radius: 30px; background: linear-gradient(180deg, rgba(15,22,46,.88), rgba(8,12,27,.95)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.compat-list { display: grid; gap: 14px; margin-top: 22px; }
.compat-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
.compat-item strong { display: block; font-size: 18px; margin-bottom: 4px; letter-spacing: -.03em; }
.compat-item p, .compat-note, .cta-text, .footer-copy, .footer-links a, .foot-note, .legal-content p, .legal-content li { color: var(--muted); line-height: 1.72; }
.compat-note { margin-top: 18px; font-size: 14px; }
.support-box { height: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.support-box .big-number { font-size: clamp(42px, 6vw, 72px); letter-spacing: -.06em; margin: 0; line-height: .92; }
.support-box h3 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.support-box p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.support-links { display: grid; gap: 12px; margin-top: 8px; }
.support-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); transition: transform .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease); }
.support-link:hover { transform: translateY(-2px); border-color: rgba(67,233,255,.25); background: rgba(255,255,255,.055); }
.cta-panel { padding: 42px; border-radius: 34px; background: radial-gradient(circle at top left, rgba(67,233,255,.18), transparent 30%), radial-gradient(circle at bottom right, rgba(255,77,184,.13), transparent 28%), linear-gradient(180deg, rgba(15,22,49,.9), rgba(8,12,27,.96)); border: 1px solid rgba(255,255,255,.09); box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; }
.cta-panel h3 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; }
.cta-text { margin: 14px 0 0; max-width: 760px; font-size: 16px; }
footer { padding: 30px 0 60px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .9fr; gap: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-title { font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #edf4ff; margin-bottom: 14px; }
.footer-copy { font-size: 15px; margin: 0; max-width: 420px; }
.footer-links { display: grid; gap: 12px; font-size: 15px; }
.footer-links a:hover { color: #fff; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer-badge { padding: 10px 12px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #dce7ff; }
.foot-note { margin-top: 26px; font-size: 13px; border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px; }
.legal-hero { padding: 90px 0 30px; }
.legal-shell { padding: 26px 0 90px; }
.legal-card { border-radius: 30px; padding: 34px; background: linear-gradient(180deg, rgba(15,22,47,.84), rgba(7,11,25,.94)); border: 1px solid rgba(255,255,255,.08); box-shadow: var(--shadow); }
.legal-content h2, .legal-content h3 { letter-spacing: -.03em; margin-top: 28px; }
.legal-content ul { padding-left: 18px; }
.faq-list { display: grid; gap: 16px; margin-top: 30px; }
.faq-item { border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 20px 20px; color: var(--muted); }
.help-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 28px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1120px) { .hero-grid, .story-wrap, .compat-grid, .footer-grid, .grid-2, .stats-grid, .timeline, .help-grid { grid-template-columns: 1fr 1fr; } .hero-visual { min-height: 520px; } .story-phone { top: 96px; } .footer-grid { grid-template-columns: 1fr 1fr; } .app-main { right: 18px; } .app-secondary { left: 10px; } }
@media (max-width: 860px) { .nav { flex-direction: column; align-items: flex-start; padding: 14px 0; } .nav-links { gap: 14px; } .hero { padding-top: 46px; } .hero-grid, .story-wrap, .compat-grid, .grid-2, .stats-grid, .timeline, .footer-grid, .help-grid { grid-template-columns: 1fr; } .hero-visual { min-height: auto; margin-top: 20px; } .phone-stack { height: auto; display: grid; gap: 18px; max-width: 100%; } .floating-card { position: relative; inset: auto; width: 100%; max-width: none; transform: none !important; animation: none !important; border-radius: 30px; } .app-main, .app-secondary { top: auto; bottom: auto; left: auto; right: auto; padding: 20px; } .app-main { background: radial-gradient(circle at top right, rgba(67,233,255,.10), transparent 28%), linear-gradient(180deg, rgba(15,23,48,.96), rgba(8,12,28,.98)); } .app-secondary { background: radial-gradient(circle at top left, rgba(142,93,255,.10), transparent 28%), linear-gradient(180deg, rgba(15,23,48,.96), rgba(8,12,28,.98)); } .story-phone { position: relative; top: 0; } .timeline::before { display: none; } .cta-panel { padding: 30px; flex-direction: column; align-items: flex-start; } }
@media (max-width: 560px) { .container { width: min(var(--max), calc(100% - 22px)); } .section { padding: 84px 0; } .hero h1 { font-size: clamp(40px, 14vw, 64px); } .brand-mark { width: 16px; height: 16px; } .screen-top { align-items: flex-start; flex-direction: column; } .screen-badge { margin-top: 4px; } .floating-card { padding: 18px; border-radius: 26px; } .meter-row, .graph-row { grid-template-columns: 1fr 1fr; } .ui-card { padding: 14px; border-radius: 18px; } .glass-card, .compat-panel, .story-step, .step-card, .stat, .cta-panel, .legal-card { padding-left: 22px; padding-right: 22px; } .app-main .meter-row { grid-template-columns: repeat(2, 1fr); } .app-main .ui-card:first-of-type { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025)); } .app-secondary .ui-card:last-child { margin-top: 12px; } .app-secondary .graph-row + .ui-card { background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.025)); } .phone-stack .floating-card { box-shadow: 0 18px 48px rgba(0,0,0,.34); } }


.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 9999; max-width: 980px; margin: 0 auto; border-radius: 24px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(12,18,39,.96), rgba(7,11,25,.98)); box-shadow: 0 26px 80px rgba(0,0,0,.45); backdrop-filter: blur(20px); }
.cookie-banner.is-visible { display: block; }
.cookie-banner__content { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; }
.cookie-banner__text strong { display: block; font-size: 16px; letter-spacing: -.02em; }
.cookie-banner__text p { margin: 8px 0 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.cookie-banner__text a { color: #dfe9ff; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cookie-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 14px; border: 1px solid transparent; font-weight: 700; font-family: inherit; cursor: pointer; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease), background .28s var(--ease); }
.cookie-btn:hover, .cookie-manage:hover { transform: translateY(-2px); }
.cookie-btn--primary { color: #05101c; background: linear-gradient(135deg, var(--cyan), #b4f4ff 48%, #c6c4ff 100%); box-shadow: 0 14px 32px rgba(67,233,255,.18); }
.cookie-btn--secondary { color: var(--text); background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
.cookie-manage { position: fixed; right: 20px; bottom: 20px; z-index: 9998; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(10,16,34,.9); color: #eef4ff; font-weight: 700; font-family: inherit; cursor: pointer; box-shadow: 0 16px 42px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
@media (max-width: 860px) { .cookie-banner__content { flex-direction: column; align-items: flex-start; } .cookie-banner__actions { width: 100%; } .cookie-btn { flex: 1 1 220px; } }
@media (max-width: 560px) { .cookie-banner { left: 12px; right: 12px; bottom: 12px; border-radius: 20px; } .cookie-banner__content { padding: 18px; } .cookie-manage { right: 12px; bottom: 12px; } }
