:root {
  --ink: #11110f;
  --paper: #f7f5ef;
  --electric: #6257ff;
  --acid: #c8ff3d;
  --muted: #686861;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
.container { max-width: 1180px; }
.brand-mark { color: var(--ink); font: 700 1.55rem/1 "Space Grotesk", sans-serif; letter-spacing: -.08em; text-decoration: none; }
.brand-mark span { color: var(--electric); }
.navbar { position: absolute; inset: 0 0 auto; z-index: 10; }
.navbar .nav-link { color: var(--ink); font-weight: 600; }
.btn { font-weight: 700; }
.btn-primary { background: var(--electric); border-color: var(--electric); box-shadow: 0 10px 30px rgba(98,87,255,.25); }
.btn-primary:hover, .btn-primary:focus { background: #4e43ec; border-color: #4e43ec; transform: translateY(-1px); }

.hero { min-height: 760px; padding-top: 80px; background: radial-gradient(circle at 76% 42%, rgba(200,255,61,.4), transparent 27%), var(--paper); }
.min-vh-75 { min-height: 75vh; }
.eyebrow, .section-kicker { font-size: .76rem; font-weight: 700; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 3px; background: var(--electric); }
.display-title { max-width: 780px; font: 700 clamp(4.2rem, 8.6vw, 7.7rem)/.86 "Space Grotesk", sans-serif; letter-spacing: -.075em; }
.ink-swipe { position: relative; z-index: 0; white-space: nowrap; }
.ink-swipe::after { content: ""; position: absolute; height: 22%; left: -2%; right: -3%; bottom: 4%; background: var(--acid); transform: rotate(-2deg); z-index: -1; }
.hero-copy { max-width: 610px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.brand-subhead { color: var(--ink); font: 700 clamp(1.25rem, 2vw, 1.65rem)/1.2 "Space Grotesk", sans-serif; letter-spacing: -.025em; }
.trust-line { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: .85rem; }
.trust-line strong { color: var(--ink); }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { display: grid; place-items: center; width: 36px; height: 36px; margin-left: -10px; border: 3px solid var(--paper); border-radius: 50%; color: white; background: var(--ink); font-size: .72rem; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: var(--electric); }
.avatar-stack span:nth-child(3) { background: #ff6c48; }

.qr-stage { position: relative; width: min(100%, 430px); padding: 54px 38px; background: var(--electric); border-radius: 46% 54% 58% 42% / 43% 42% 58% 57%; transform: rotate(2deg); }
.qr-card { position: relative; z-index: 2; padding: 30px; background: #fff; border-radius: 22px; box-shadow: 0 28px 70px rgba(17,17,15,.25); transform: rotate(-4deg); }
.qr-grid { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; background: repeating-linear-gradient(90deg, transparent 0 8%, rgba(17,17,15,.055) 8% 10%), repeating-linear-gradient(0deg, transparent 0 8%, rgba(17,17,15,.055) 8% 10%); }
.finder { position: absolute; width: 25%; height: 25%; border: 11px solid var(--ink); box-shadow: inset 0 0 0 9px white, inset 0 0 0 20px var(--ink); }
.f1 { left: 3%; top: 3%; } .f2 { right: 3%; top: 3%; } .f3 { left: 3%; bottom: 3%; }
.pixel { position: absolute; background: var(--ink); }
.p1 { left: 40%; top: 10%; width: 12%; height: 8%; } .p2 { left: 34%; top: 29%; width: 18%; height: 14%; }
.p3 { right: 14%; top: 37%; width: 17%; height: 8%; } .p4 { left: 43%; top: 50%; width: 9%; height: 18%; }
.p5 { right: 4%; bottom: 30%; width: 24%; height: 12%; } .p6 { left: 29%; bottom: 12%; width: 12%; height: 10%; }
.p7 { right: 19%; bottom: 4%; width: 12%; height: 18%; } .p8 { right: 4%; bottom: 4%; width: 9%; height: 9%; }
.qr-caption { color: var(--muted); font-size: .78rem; }
.status-dot { color: #337b00; font-weight: 700; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #68d619; }
.floating-pill { position: absolute; z-index: 3; padding: 10px 16px; border-radius: 100px; background: var(--acid); box-shadow: 0 10px 30px rgba(17,17,15,.16); font-size: .78rem; font-weight: 700; transform: rotate(-2deg); }
.pill-top { top: 12px; right: -12px; } .pill-bottom { bottom: 34px; left: -30px; background: var(--ink); color: white; transform: rotate(4deg); }
.scan-line { position: absolute; z-index: 4; left: 10%; right: 10%; top: 49%; height: 2px; background: #ff6c48; box-shadow: 0 0 14px #ff6c48; }
.hero-orbit { position: absolute; border: 1px solid rgba(17,17,15,.08); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 560px; height: 560px; right: -170px; top: 90px; } .orbit-two { width: 700px; height: 700px; right: -240px; top: 20px; }

.steps-section { background: #fff; }
.section-kicker { color: var(--electric); margin-bottom: 15px; }
.section-title { max-width: 680px; font: 700 clamp(2.5rem, 5vw, 4.5rem)/.95 "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.section-copy { color: var(--muted); font-size: 1.05rem; }
.step-card { position: relative; padding: 34px; border: 1px solid #deddd7; border-radius: 18px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(17,17,15,.08); }
.step-card.featured { background: var(--acid); border-color: var(--acid); transform: rotate(1deg); }
.step-card.featured:hover { transform: rotate(1deg) translateY(-5px); }
.step-number { position: absolute; top: 26px; right: 28px; color: #9d9d95; font: 700 .75rem "Space Grotesk", sans-serif; }
.step-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 52px; border-radius: 16px; color: white; background: var(--ink); font-size: 1.5rem; font-weight: 700; }
.google-icon { color: #4285f4; background: #f1f1ed; font-family: Arial, sans-serif; }
.step-card h3 { font: 700 1.6rem "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.step-card p { color: var(--muted); margin-bottom: 0; }

.creator-section { background: #fff; }
.creator-shell { overflow: hidden; border-radius: 30px; background: var(--ink); box-shadow: 0 30px 80px rgba(17,17,15,.15); }
.creator-copy, .creator-demo { padding: clamp(38px, 7vw, 78px); }
.creator-copy { color: white; }
.creator-copy h2 { max-width: 450px; font: 700 clamp(2.6rem, 5vw, 4.6rem)/.95 "Space Grotesk", sans-serif; letter-spacing: -.055em; }
.creator-copy > p:not(.section-kicker):not(.privacy-note) { max-width: 480px; color: #b7b7af; font-size: 1.1rem; }
.google-button { display: flex; align-items: center; gap: 14px; margin: 30px 0 18px; padding: 14px 22px; background: white; color: var(--ink); }
.google-button:hover { background: var(--acid); }
.google-g { color: #4285f4; font: 700 1.1rem Arial, sans-serif; }
.privacy-note { color: #8e8e87; font-size: .76rem; }
.creator-demo { display: flex; flex-direction: column; justify-content: center; background: #f0eee7; }
.creator-demo .form-label { font-weight: 700; }
.url-control { gap: 8px; padding: 8px 8px 8px 18px; border: 1px solid #d1d0ca; border-radius: 100px; background: white; }
.url-control input { min-width: 0; font-size: .9rem; }
.link-symbol { color: var(--electric); font-size: 1.2rem; }
.mini-result { padding-top: 26px; border-top: 1px solid #d2d0c8; }
.mini-qr { width: 65px; height: 65px; flex: 0 0 auto; border: 8px solid white; background: conic-gradient(from 90deg, var(--ink) 0 25%, transparent 0 50%, var(--ink) 0 75%, transparent 0); background-size: 18px 18px; box-shadow: 0 0 0 1px #d4d2ca; }
.result-label { color: var(--electric); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.mini-result p { font-weight: 600; }

footer { border-top: 1px solid #deddd7; background: var(--paper); color: var(--muted); font-size: .78rem; }
footer a { color: inherit; }

.faq-section { background: var(--paper); }
.faq-shell { max-width: 900px; }
.faq-item { padding: 1.5rem 0; border-bottom: 1px solid #deddd7; }
.faq-item h3 { font: 700 1.3rem/1.25 "Space Grotesk", sans-serif; letter-spacing: -.025em; }
.faq-item p { max-width: 760px; color: var(--muted); }

.auth-page { position: relative; min-height: calc(100vh - 82px); overflow: hidden; background: radial-gradient(circle at 78% 25%, rgba(200,255,61,.34), transparent 25%), var(--paper); }
.auth-hero { position: relative; z-index: 1; }
.auth-title { max-width: 780px; font: 700 clamp(3.4rem, 7vw, 6.8rem)/.88 "Space Grotesk", sans-serif; letter-spacing: -.075em; }
.auth-status { display: inline-flex; align-items: center; padding: 11px 16px; border-radius: 100px; background: var(--acid); color: var(--ink); font-size: .78rem; font-weight: 700; transform: rotate(-2deg); }
.auth-creator-shell { margin-top: 30px; }
.auth-creator-demo { min-height: 330px; }
.auth-creator-demo .alert { margin-bottom: 22px; border: 0; border-radius: 14px; }
.dense-warning { color: var(--ink); background: #fff1b8; }
.auth-result { padding-top: 24px; border-top: 1px solid #d2d0c8; }
.auth-result img { width: 170px; height: 170px; flex: 0 0 auto; padding: 10px; border-radius: 16px; background: white; box-shadow: 0 14px 32px rgba(17,17,15,.16); }
.auth-result p { font-weight: 600; }
.auth-original-choice { opacity: .84; }
.auth-original-choice img { width: 132px; height: 132px; }
.auth-empty { padding-top: 24px; border-top: 1px solid #d2d0c8; }
.auth-empty .mini-qr { width: 72px; height: 72px; }
.auth-creator-demo .form-text { color: var(--muted); }
.min-w-0 { min-width: 0; }

@media (max-width: 991.98px) {
  .hero { padding-top: 110px; }
  .display-title { font-size: clamp(4rem, 14vw, 7rem); }
  .qr-stage { margin-top: 40px; }
  .orbit-one, .orbit-two { display: none; }
}

@media (max-width: 575.98px) {
  .navbar { position: relative; }
  .hero { padding-top: 0; min-height: auto; }
  .display-title { font-size: clamp(3.7rem, 18vw, 5.6rem); }
  .hero-copy { font-size: 1rem; }
  .qr-stage { padding: 44px 24px; }
  .qr-card { padding: 22px; }
  .floating-pill { font-size: .68rem; }
  .pill-top { right: -3px; }
  .pill-bottom { left: -4px; }
  .creator-copy, .creator-demo { padding: 38px 24px; }
  .auth-title { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .auth-status { margin-top: 10px; }
  .auth-result { align-items: flex-start !important; flex-wrap: wrap; }
  .auth-result img { width: min(100%, 230px); height: auto; margin: 0 auto; }
  .url-control { border-radius: 22px; align-items: stretch !important; flex-wrap: wrap; padding: 10px; }
  .url-control input { width: calc(100% - 36px); }
  .url-control .btn { width: 100%; }
}

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