:root {
  --black: #050505;
  --ink: #0d0d0d;
  --panel: #151515;
  --line: #303030;
  --pink: #ff2e63;
  --yellow: #ffeb3b;
  --cyan: #00e5ff;
  --cyan-text: #6eefff;
  --green: #00ff66;
  --white: #ffffff;
  --muted: #b8b8b8;
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Space Grotesk", Verdana, sans-serif;
  --shell: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
mark { color: var(--pink); background: transparent; }
.shell { width: min(100% - 48px, var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: var(--yellow); color: var(--black); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(5, 5, 5, .94); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: var(--white); text-decoration: none; font-family: var(--display); font-size: 17px; text-transform: uppercase; }
.brand img { width: 42px; height: 42px; border: 1px solid #2b2b2b; }
.site-nav { display: flex; gap: 28px; }
.site-nav a, .language-switch { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.site-nav a:hover, .language-switch:hover { color: var(--yellow); }
.language-switch { border: 1px solid var(--line); color: var(--white); padding: 7px 10px; }

.hero { position: relative; display: grid; align-items: start; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 48%, #112326 0, #080d0e 21%, transparent 48%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent 0%, black 50%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 52px; align-items: start; padding-block: 48px 62px; }
.hero-copy { min-width: 0; }
.eyebrow, .section-index { margin: 0 0 20px; color: var(--cyan-text); font-size: 13px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: block; width: 38px; height: 3px; background: var(--pink); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(54px, 6vw, 82px); line-height: .86; text-transform: uppercase; }
.hero h1 mark { display: inline-block; transform: translateX(22px); text-shadow: 7px 7px 0 #48101e; }
.hero-promise { max-width: 590px; margin: 24px 0 8px; font-family: var(--display); font-size: clamp(20px, 1.8vw, 26px); line-height: 1.15; text-transform: uppercase; }
.hero-detail { max-width: 580px; margin: 0; color: #d0d0d0; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 12px 20px; text-decoration: none; font-weight: 700; text-transform: uppercase; border: 2px solid var(--white); box-shadow: 5px 5px 0 var(--pink); }
.button:hover { color: var(--black); background: var(--yellow); box-shadow: 5px 5px 0 var(--cyan); }
.availability { color: var(--muted); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 12px var(--yellow); }
.micro-proof { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.micro-proof strong { color: var(--green); }
.hero-store-row { justify-content: flex-start; margin-top: 22px; }
.official-store-badge { display: inline-flex; align-items: center; justify-content: center; height: 54px; }
.official-store-badge img { display: block; width: auto; }
.app-store-badge img { height: 54px; }
.google-play-badge img { height: 80px; }

.hero-product { position: relative; min-height: 600px; display: grid; place-items: center; }
.phone { position: relative; width: 292px; height: 590px; padding: 11px; border: 3px solid var(--white); border-radius: 38px; background: #030303; box-shadow: 16px 16px 0 var(--cyan); transform: rotate(3deg); }
.phone-top { position: absolute; z-index: 2; top: 16px; left: 50%; width: 92px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #000; }
.phone-top span:first-child { position: absolute; top: 7px; left: 20px; width: 38px; height: 5px; border-radius: 3px; background: #222; }
.phone-top span:last-child { position: absolute; top: 6px; right: 15px; width: 7px; height: 7px; border-radius: 50%; background: #123a42; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 27px; background: var(--black); }
.stranger-screen { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 44px 24px 30px; text-align: center; }
.screen-kicker { margin: 0 0 10px; color: var(--cyan-text); font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.screen-question { margin: 0 0 38px; font-family: var(--display); font-size: 30px; line-height: 1.05; text-transform: uppercase; }
.demo-yes, .demo-no { min-height: 54px; margin: 0 0 13px; border: 2px solid var(--white); color: var(--black); background: var(--pink); font-weight: 700; text-transform: uppercase; pointer-events: none; }
.demo-no { color: var(--white); background: transparent; border-color: #555; }
.screen-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.burst { position: absolute; top: 42px; right: 0; z-index: 3; width: 112px; height: 112px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: var(--black); background: var(--yellow); font-family: var(--display); font-size: 18px; line-height: 1; transform: rotate(11deg); clip-path: polygon(50% 0%, 60% 21%, 79% 8%, 78% 31%, 100% 31%, 83% 49%, 100% 65%, 77% 68%, 78% 91%, 59% 79%, 49% 100%, 39% 79%, 18% 93%, 21% 69%, 0 66%, 16% 49%, 0 32%, 22% 31%, 20% 8%, 40% 21%); }
.privacy-stamp { position: absolute; left: 0; bottom: 52px; z-index: 3; padding: 10px 14px; border: 2px solid var(--pink); color: var(--pink); background: var(--black); font-family: var(--display); font-size: 14px; line-height: 1.1; transform: rotate(-7deg); }

.problem-band { padding: 76px 0; color: var(--black); background: var(--yellow); }
.problem-grid { display: grid; grid-template-columns: .35fr 1.15fr 1fr; gap: 50px; align-items: start; }
.problem-band .section-index { color: var(--black); }
.problem-band h2, .section-heading h2, .privacy-copy h2, .faq-section h2, .final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 4.5vw, 64px); line-height: .98; text-transform: uppercase; }
.problem-copy p { margin-top: 0; font-size: 17px; }

.flow-section, .features-section, .pricing-section, .faq-section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading > p { max-width: 400px; margin: 0; color: var(--muted); font-size: 17px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.step-card { position: relative; min-height: 276px; padding: 26px 22px; border: 2px solid var(--line); background: var(--panel); }
.step-card::after { content: ""; position: absolute; inset: 8px -8px -8px 8px; z-index: -1; background: var(--accent); }
.step-number { color: var(--accent); font-family: var(--display); font-size: 40px; }
.step-card h3, .feature h3 { margin: 48px 0 9px; font-family: var(--display); font-size: 18px; line-height: 1.1; text-transform: uppercase; }
.step-card p, .feature p { margin: 0; color: var(--muted); font-size: 14px; }
.accent-pink { --accent: var(--pink); }.accent-yellow { --accent: var(--yellow); }.accent-cyan { --accent: var(--cyan); }.accent-green { --accent: var(--green); }

.privacy-section { padding: 100px 0; border-block: 1px solid var(--line); background: #0a0a0a; }
.privacy-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.privacy-copy > p:not(.section-index) { max-width: 610px; color: var(--muted); font-size: 17px; }
.proof-list { display: grid; gap: 13px; margin: 30px 0; padding: 0; list-style: none; }
.proof-list span { display: inline-grid; width: 24px; height: 24px; margin-right: 10px; place-items: center; color: var(--black); background: var(--green); font-weight: 700; }
.text-link { color: var(--cyan-text); font-weight: 700; text-underline-offset: 5px; }
.text-link:hover { color: var(--yellow); }
.phone-stage { position: relative; display: grid; place-items: center; min-height: 650px; }
.phone-stats { transform: rotate(-3deg); box-shadow: -16px 16px 0 var(--pink); }
.stats-screen { padding: 46px 22px 24px; }
.screen-header { display: flex; justify-content: space-between; font-family: var(--display); text-transform: uppercase; }
.stats-label { margin: 32px 0 8px; color: var(--muted); font-size: 12px; text-transform: uppercase; }
.stats-summary { display: flex; align-items: baseline; gap: 10px; padding: 16px; border: 2px solid var(--yellow); }
.stats-summary strong { color: var(--yellow); font-family: var(--display); font-size: 28px; }.stats-summary span { font-size: 12px; text-transform: uppercase; }
.chart { height: 150px; display: flex; align-items: end; gap: 9px; margin-top: 28px; border-bottom: 1px solid #444; }
.chart i { width: 100%; height: var(--height); background: var(--green); }.chart i.decline { background: var(--pink); }
.chart .height-28 { --height: 28%; }.chart .height-34 { --height: 34%; }.chart .height-44 { --height: 44%; }.chart .height-58 { --height: 58%; }.chart .height-64 { --height: 64%; }.chart .height-72 { --height: 72%; }.chart .height-86 { --height: 86%; }
.chart-days { display: flex; justify-content: space-around; margin: 7px 0 28px; color: var(--muted); font-size: 9px; }
.local-badge { padding: 11px; border: 1px solid #333; color: var(--cyan-text); font-size: 11px; font-weight: 700; text-transform: uppercase; }.local-badge span { margin-right: 7px; }
.owner-label { position: absolute; right: 0; bottom: 60px; margin: 0; padding: 9px 13px; color: var(--black); background: var(--cyan); font-family: var(--display); font-size: 13px; text-transform: uppercase; transform: rotate(5deg); }

.features-section { background: var(--white); color: var(--black); }
.features-section .section-index { color: #555; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid var(--black); }
.feature { min-height: 290px; padding: 32px; border-right: 2px solid var(--black); }.feature:last-child { border-right: 0; }
.feature h3 { margin-top: 64px; font-size: 21px; }
.feature p { color: #3b3b3b; }
.feature-mark, .feature-icon { height: 56px; margin: 0 !important; color: var(--black) !important; font-family: var(--display); font-size: 37px !important; line-height: 1; }.feature-mark span { color: var(--pink); }.feature-icon { display: grid; width: 56px; place-items: center; color: var(--white) !important; background: var(--pink); }.chart-icon { background: var(--cyan); color: var(--black) !important; }

.pricing-section { background: #0a0a0a; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin-inline: auto; }
.price-card { position: relative; padding: 34px; border: 2px solid var(--white); background: var(--panel); }
.price-pro { border-color: var(--pink); box-shadow: 10px 10px 0 var(--pink); }
.price-tier { margin: 0; color: var(--cyan-text); font-family: var(--display); font-size: 20px; text-transform: uppercase; }
.price { margin: 28px 0 4px; font-size: 16px; }.price strong { display: block; font-family: var(--display); font-size: 42px; line-height: 1; text-transform: uppercase; }
.annual { margin: 8px 0 22px; color: var(--muted); }
.price-card ul { display: grid; gap: 9px; margin: 25px 0 0; padding: 24px 0 0 20px; border-top: 1px solid #3a3a3a; color: #d3d3d3; }
.popular-tag { position: absolute; top: -15px; right: 20px; margin: 0; padding: 5px 10px; color: var(--black); background: var(--pink); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.pricing-note { margin: 30px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; }
.faq-grid > div:first-child { position: sticky; top: 40px; align-self: start; }.faq-grid .text-link { display: inline-block; margin-top: 30px; }
.faq-list details { border-top: 1px solid #444; }.faq-list details:last-child { border-bottom: 1px solid #444; }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--cyan); font-size: 24px; }.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 42px 24px 0; color: var(--muted); }

.final-cta { position: relative; padding: 110px 0; overflow: hidden; color: var(--black); background: var(--yellow); }
.final-inner { position: relative; z-index: 1; text-align: center; }.final-inner .eyebrow { justify-content: center; color: var(--black); }.final-inner h2 { font-size: clamp(50px, 7vw, 90px); }.final-inner h2 mark { color: var(--pink); text-shadow: 4px 4px 0 var(--black); }.final-inner > p:not(.eyebrow) { font-weight: 600; }
.store-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.site-footer { padding: 54px 0; border-top: 1px solid #292929; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 40px; align-items: start; }
.footer-brand img { width: 34px; height: 34px; }.site-footer p { margin: 13px 0 0; color: var(--muted); font-size: 12px; }.site-footer nav { display: grid; gap: 10px; }.site-footer nav a, .footer-meta a { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }.site-footer a:hover { color: var(--yellow); }.footer-meta { text-align: right; }

/* Shared support and legal pages */
.doc-hero { padding: 80px 0 52px; border-bottom: 1px solid var(--line); }.doc-hero h1 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(46px, 7vw, 82px); line-height: .95; text-transform: uppercase; }.doc-hero p { max-width: 650px; color: var(--muted); font-size: 17px; }
.doc-layout { display: grid; grid-template-columns: 250px minmax(0, 720px); gap: 80px; padding-block: 64px 100px; }.doc-nav { position: sticky; top: 28px; align-self: start; display: grid; gap: 9px; padding-left: 18px; border-left: 2px solid var(--pink); }.doc-nav a { color: var(--muted); font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }.doc-nav a:hover { color: var(--yellow); }
.doc h2 { margin: 52px 0 14px; padding-top: 6px; font-family: var(--display); font-size: 24px; text-transform: uppercase; scroll-margin-top: 24px; }.doc h2:first-child { margin-top: 0; }.doc p, .doc li { color: #d5d5d5; }.updated { color: var(--muted) !important; font-size: 13px; }.contact-box { margin-top: 28px; padding: 24px; border: 2px solid var(--yellow); background: var(--panel); }.contact-box a { color: var(--yellow); font-weight: 700; word-break: break-word; }
.faq-stack { display: grid; gap: 14px; }.faq-item { padding: 22px; border: 1px solid var(--line); background: var(--panel); }.faq-item h3 { margin: 0 0 8px; color: var(--cyan-text); font-family: var(--display); font-size: 15px; text-transform: uppercase; }.faq-item p { margin: 0; font-size: 14px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 28px; }.hero h1 { font-size: clamp(58px, 10vw, 88px); }.hero-product { transform: scale(.88); transform-origin: center; }
  .problem-grid { grid-template-columns: 1fr 2fr; }.problem-copy { grid-column: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); }.privacy-grid { gap: 45px; }.feature { padding: 24px; }
  .doc-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .header-inner { min-height: 66px; grid-template-columns: 1fr auto; gap: 12px; }.brand { font-size: 14px; }.brand img { width: 36px; height: 36px; }.site-nav { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; padding-block: 56px 54px; }.hero h1 { font-size: 46px; line-height: .86; }.hero h1 mark { transform: translateX(10px); text-shadow: 4px 4px 0 #48101e; }.hero-detail { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.hero-product { min-height: 520px; transform: scale(.8); margin: -30px 0 -40px; }
  .problem-band { padding: 58px 0; }.problem-grid { grid-template-columns: 1fr; gap: 20px; }.problem-copy { grid-column: auto; }
  .flow-section, .features-section, .pricing-section, .faq-section { padding: 78px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.steps { grid-template-columns: 1fr; }.step-card { min-height: 230px; }.step-card h3 { margin-top: 30px; }
  .privacy-section { padding: 75px 0; }.privacy-grid { grid-template-columns: 1fr; }.phone-stage { min-height: 570px; transform: scale(.85); margin: -30px 0; }
  .feature-grid { grid-template-columns: 1fr; }.feature { min-height: 230px; border-right: 0; border-bottom: 2px solid var(--black); }.feature:last-child { border-bottom: 0; }.feature h3 { margin-top: 35px; }
  .pricing-grid { grid-template-columns: 1fr; }.faq-grid { grid-template-columns: 1fr; gap: 45px; }.faq-grid > div:first-child { position: static; }.final-cta { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; }.footer-meta { text-align: left; }
  .doc-hero { padding: 58px 0 38px; }.doc-layout { grid-template-columns: 1fr; gap: 42px; padding-block: 42px 75px; }.doc-nav { position: static; }
}

@media (max-width: 380px) {
  .shell { width: min(100% - 24px, var(--shell)); }.brand span { max-width: 112px; line-height: 1; }.hero-product { transform: scale(.73); }.hero h1 { font-size: 40px; }.hero-promise { font-size: 20px; }.button { width: 100%; }.phone-stage { transform: scale(.76); }
}

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