/* QUEERSTER landing page. No build step: this file is served as is. */

@font-face {
  font-family: "Bungee";
  src: url("fonts/Bungee-Regular-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0A0B12;
  --elevated: #13141C;
  --card: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.10);
  --text: #FFFFFF;
  --soft: rgba(255, 255, 255, 0.74);
  --softer: rgba(255, 255, 255, 0.60);
  --pink: #FF2D87;
  --purple: #9C5BFF;
  --cyan: #3DD9FF;
  --green: #3DD98C;
  --yellow: #FFD83D;
  --orange: #FF8A4C;
  --rainbow: linear-gradient(90deg, #FF2D87 0%, #FF8A4C 20%, #FFD83D 40%, #3DD98C 60%, #3DD9FF 80%, #9C5BFF 100%);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --gutter: 16px;
  --max: 1280px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
a:hover { color: #FFFFFF; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 8px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 10;
  padding: 10px 14px; border-radius: 10px; background: #FFFFFF; color: var(--bg); font-weight: 700;
}
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); position: relative; }

.glow { position: absolute; border-radius: 999px; filter: blur(110px); pointer-events: none; z-index: 0; }
.page-glow { position: absolute; inset: 0 0 auto 0; height: 900px; overflow: hidden; pointer-events: none; }
.page-glow .a { width: 620px; height: 620px; left: -260px; top: -240px; background: rgba(156, 91, 255, 0.30); }
.page-glow .b { width: 520px; height: 520px; right: -200px; top: -80px; background: rgba(255, 45, 135, 0.22); }

/* ---------- logo ---------- */

.logo {
  --s: 17px;
  display: inline-block; flex-shrink: 0; line-height: 0;
  padding: max(2px, calc(var(--s) * 0.09));
  border-radius: 999px; background: var(--rainbow);
}
.logo-inner {
  display: flex; align-items: center; gap: calc(var(--s) * 0.35);
  height: calc(var(--s) * 1.9);
  padding: 0 calc(var(--s) * 0.6) 0 calc(var(--s) * 0.45);
  border-radius: 999px; background: var(--bg);
}
.logo-dot {
  width: calc(var(--s) * 0.62); height: calc(var(--s) * 0.62); border-radius: 999px; flex-shrink: 0;
  background: var(--pink); box-shadow: 0 0 calc(var(--s) * 0.4) rgba(255, 45, 135, 0.7);
}
.logo-text { font-family: "Bungee", var(--font); font-size: var(--s); line-height: 1; letter-spacing: 0.02em; color: #FFFFFF; white-space: nowrap; }
.logo-lg { --s: 26px; }

/* ---------- buttons ---------- */

.btn {
  height: 52px; padding: 0 22px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 700; font-size: 16px; white-space: nowrap;
}
.btn svg { flex-shrink: 0; }
.btn-light { background: #FFFFFF; color: var(--bg); padding-left: 18px; }
.btn-light:hover { color: var(--bg); background: rgba(255, 255, 255, 0.9); }
.btn-ghost { border: 1px solid var(--border); background: rgba(255, 255, 255, 0.06); font-weight: 600; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }
.btn-sm { height: 44px; font-size: 15px; padding: 0 16px 0 14px; }

/* ---------- header ---------- */

.site-header { position: relative; z-index: 2; }
.site-header .wrap { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 15.5px; font-weight: 600; color: var(--soft); }
.site-nav .nav-links { display: none; gap: 30px; }

/* ---------- type helpers ---------- */

.overline { font-size: 13px; font-weight: 700; color: var(--pink); text-transform: uppercase; letter-spacing: 0.12em; }
.overline.green { color: var(--green); }
.lead { font-size: 17px; line-height: 1.5; color: var(--soft); }
.muted { color: var(--softer); }
.gradient-text {
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--cyan));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
h2.section-title { font-size: 34px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.08; }

section { position: relative; z-index: 1; }
.section { padding-top: 80px; }
.stack { display: flex; flex-direction: column; gap: 16px; }

/* ---------- hero ---------- */

.hero { padding-top: 32px; display: grid; gap: 40px; }
.hero-copy { display: flex; flex-direction: column; gap: 18px; }
.hero h1 { font-size: 48px; font-weight: 900; letter-spacing: -0.035em; line-height: 1.0; }
.hero-actions { display: flex; flex-direction: column; gap: 10px; }
.hero-note { font-size: 13px; color: var(--softer); }

.phones { position: relative; display: flex; justify-content: center; }
.phone {
  width: 280px; flex-shrink: 0; border-radius: 44px; padding: 9px;
  background: linear-gradient(145deg, #2a2b36, #0e0f16);
  box-shadow: 0 40px 80px -24px rgba(0, 0, 0, 0.85), inset 0 0 0 1.5px rgba(255, 255, 255, 0.10);
}
.phone img { width: 100%; border-radius: 36px; aspect-ratio: 603 / 1311; object-fit: cover; }
.phones .phone-back { display: none; }

/* ---------- facts ---------- */

.facts {
  margin-top: 44px; padding: 22px; border-radius: 22px; background: var(--card); border: 1px solid var(--border);
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px;
}
.fact-value { font-size: 28px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.15; }
.fact-label { font-size: 13.5px; color: var(--soft); }

/* ---------- features ---------- */

.features { margin-top: 28px; display: grid; gap: 14px; }
.card {
  padding: 22px; border-radius: 22px; background: var(--card); border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 12px;
}
.icon-tile { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.card h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
.card p { font-size: 15.5px; line-height: 1.55; color: var(--soft); }

/* ---------- scene / map ---------- */

.scene { display: grid; gap: 28px; align-items: center; }
.scene .map { order: 2; }
.map { border-radius: 24px; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 4 / 3; }
.map svg { width: 100%; height: 100%; display: block; }
.checks { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 16px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; }
.checks svg { margin-top: 2px; }

/* ---------- privacy ---------- */

.privacy {
  margin-top: 80px; padding: 26px; border-radius: 26px; background: var(--elevated); border: 1px solid var(--border);
  display: grid; gap: 28px;
}
.privacy-points { display: flex; flex-direction: column; gap: 22px; }
.privacy-point { display: flex; gap: 14px; align-items: flex-start; }
.privacy-point .icon-tile { width: 42px; height: 42px; border-radius: 12px; background: rgba(61, 217, 140, 0.14); }
.privacy-point strong { display: block; font-size: 16.5px; }
.privacy-point span { display: block; font-size: 14.5px; color: var(--soft); line-height: 1.5; margin-top: 3px; }
.text-link { color: var(--soft); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- cities ---------- */

.cities-head { display: grid; gap: 14px; }
.cities { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cities li {
  height: 42px; padding: 0 14px; border-radius: 999px; background: var(--card); border: 1px solid var(--border);
  display: inline-flex; align-items: center; gap: 7px; font-size: 14.5px; font-weight: 600;
}
.cities li::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--pink); }
.source-note { margin-top: 20px; font-size: 14px; color: var(--softer); line-height: 1.5; }

/* ---------- download ---------- */

.download {
  margin-top: 80px; padding: 40px 22px 44px; border-radius: 28px; overflow: hidden; background: #1A1030;
  border: 1px solid var(--border); text-align: center;
}
.download .glow { width: 380px; height: 380px; }
.download .g1 { left: -140px; top: -160px; background: rgba(255, 45, 135, 0.45); }
.download .g2 { right: -140px; bottom: -160px; background: rgba(156, 91, 255, 0.45); }
.download-inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.download h2 { font-size: 34px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.05; }
.download p { font-size: 16px; color: rgba(255, 255, 255, 0.86); line-height: 1.5; max-width: 560px; }
.download p a { text-decoration: underline; text-underline-offset: 3px; }
.download .stripe { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--rainbow); }
.badge-soon { color: var(--bg); background: #FFFFFF; cursor: default; }

/* ---------- footer ---------- */

.site-footer { margin-top: 64px; border-top: 1px solid var(--border); font-size: 14px; color: var(--softer); }
.site-footer .wrap { padding-top: 28px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 14px; }
.footer-brand { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }

/* ---------- legal pages ---------- */

.legal { padding-top: 40px; max-width: 760px; overflow-wrap: break-word; hyphens: auto; }
.legal h1 { font-size: 36px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; }
.legal h2 { font-size: 21px; font-weight: 800; margin-top: 36px; }
.legal h3 { font-size: 17px; font-weight: 700; margin-top: 22px; }
.legal p, .legal li { color: var(--soft); font-size: 16px; line-height: 1.65; }
.legal p { margin-top: 10px; }
.legal ul { margin: 10px 0 0; padding-left: 22px; }
.legal li + li { margin-top: 4px; }
.legal a { color: #FFFFFF; text-decoration: underline; text-underline-offset: 3px; }
.legal address { font-style: normal; color: var(--soft); line-height: 1.65; margin-top: 10px; }
.legal .updated { margin-top: 8px; color: var(--softer); font-size: 14px; }
.back-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-weight: 600; color: var(--soft); }

@media (max-width: 419px) {
  .hide-narrow { display: none; }
}

/* ---------- tablet and up ---------- */

@media (min-width: 720px) {
  :root { --gutter: 32px; }
  .hero h1 { font-size: 64px; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .facts { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 28px 32px; }
  .fact-value { font-size: 34px; }
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  h2.section-title { font-size: 44px; }
  .privacy { padding: 44px; }
  .download { padding: 60px 40px; }
  .download h2 { font-size: 46px; }
  .site-footer .wrap { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* ---------- desktop ---------- */

@media (min-width: 1040px) {
  :root { --gutter: 80px; --max: 1440px; }
  .site-header .wrap { height: 84px; }
  .site-nav .nav-links { display: flex; }
  .logo-header { --s: 19px; }
  .hero { padding-top: 60px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
  .hero-copy { gap: 26px; }
  .hero h1 { font-size: 84px; line-height: 0.98; letter-spacing: -0.04em; }
  .hero .lead { font-size: 21px; max-width: 540px; }
  .hero-note { font-size: 14px; }
  .phones { height: 680px; justify-content: flex-start; }
  .phones .phone { position: absolute; }
  .phones .phone-back { display: block; width: 280px; left: 10px; top: 70px; transform: rotate(-6deg); }
  .phones .phone-front { width: 300px; left: 250px; top: 0; }
  .facts { margin-top: 70px; padding: 30px 40px; gap: 24px; }
  .fact-value { font-size: 42px; }
  .fact-label { font-size: 15px; }
  .section { padding-top: 130px; }
  h2.section-title { font-size: 52px; line-height: 1.05; }
  .features { margin-top: 48px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .card { padding: 26px; }
  .card h3 { font-size: 20px; }
  .scene { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
  .scene .map { order: 0; }
  .scene .lead { font-size: 19px; }
  .privacy { margin-top: 130px; padding: 56px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; border-radius: 32px; }
  .privacy-point strong { font-size: 18px; }
  .privacy-point span { font-size: 15.5px; }
  .cities-head { grid-template-columns: 1fr minmax(0, 420px); align-items: end; gap: 40px; }
  .cities { margin-top: 36px; gap: 12px; }
  .cities li { height: 48px; padding: 0 18px; font-size: 16px; }
  .download { margin-top: 130px; padding: 72px; border-radius: 36px; }
  .download .glow { width: 520px; height: 520px; }
  .download h2 { font-size: 56px; }
  .download p { font-size: 19px; }
  .download .stripe { height: 5px; }
  .site-footer { margin-top: 90px; font-size: 14.5px; }
  .legal { padding-top: 64px; }
  .legal h1 { font-size: 48px; }
}
