:root {
  --bg: #0c0a0d;
  --surface: #17141a;
  --surface-2: #201b24;
  --line: #322a36;
  --acc: #ff2d55;
  --acc-dim: #be123c;
  --ok: #4ade80;
  --ink: #f7f5f6;
  --ink-soft: #b0a8ac;
  --ink-mute: #7a7076;
  --radius: 12px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink-soft);
  background:
    radial-gradient(950px 520px at 78% -160px, rgba(255, 45, 85, 0.18), transparent 62%),
    radial-gradient(700px 480px at 0% 45%, rgba(255, 45, 85, 0.05), transparent 55%),
    var(--bg);
  line-height: 1.65;
  font-size: 17px;
}

h1, h2, h3 {
  font-family: "Archivo", "Inter", -apple-system, "Segoe UI", sans-serif;
  line-height: 1.0;
  color: var(--ink);
  letter-spacing: -0.035em;
  font-weight: 900;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.5rem, 7vw, 4.6rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); margin-bottom: 0.8rem; }
h3 { font-size: 1.05rem; margin-bottom: 0.45rem; letter-spacing: -0.01em; }

p { color: var(--ink-soft); }

a { color: var(--acc); }

img { max-width: 100%; }

::selection { background: var(--acc); color: #fff; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 720px; margin: 0 auto; padding: 0 22px; }

/* Header */
header.site { padding: 20px 0; position: relative; z-index: 2; }
header.site .wrap {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.logo {
  font-family: "Archivo", sans-serif;
  font-weight: 900; font-size: 1.3rem; color: var(--ink);
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
  text-transform: uppercase; letter-spacing: -0.02em;
}
.logo .dot {
  width: 13px; height: 13px; border-radius: 50%;
  background: var(--acc);
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(255, 45, 85, 0.22), 0 0 16px rgba(255, 45, 85, 0.6);
}
header.site nav a {
  margin-left: 22px; text-decoration: none; color: var(--ink-soft);
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
}
header.site nav a:hover { color: var(--ink); }
header.site nav a.pill {
  border: 1.5px solid var(--acc); padding: 8px 16px; border-radius: 999px; color: var(--acc);
}
header.site nav a.pill:hover { background: var(--acc); color: #fff; }

/* Hero */
.hero { padding: 54px 0 0; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; padding-bottom: 62px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Archivo", sans-serif;
  background: rgba(255, 45, 85, 0.1); color: var(--acc);
  border: 1px solid rgba(255, 45, 85, 0.35);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--acc);
  animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }

h1 .hit {
  background: var(--acc); color: #fff;
  padding: 0 12px 3px; display: inline-block; transform: rotate(-1.5deg);
  border-radius: 4px;
}
.hero p.lead {
  font-size: 1.16rem; margin: 22px 0 0; max-width: 33rem;
  text-transform: none; letter-spacing: 0;
}

/* Geofence map mock */
.geo {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
}
.geo .map {
  position: relative; height: 230px;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.028) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.028) 0 1px, transparent 1px 44px),
    linear-gradient(160deg, #131019, #0e0c11);
}
.geo .road {
  position: absolute; background: rgba(255, 255, 255, 0.05);
}
.geo .road.h { left: 0; right: 0; height: 10px; top: 58%; }
.geo .road.v { top: 0; bottom: 0; width: 10px; left: 33%; }
.geo .fence {
  position: absolute; top: 16%; right: 13%;
  width: 128px; height: 128px; border-radius: 50%;
  border: 2px dashed rgba(74, 222, 128, 0.55);
  background: radial-gradient(circle, rgba(74, 222, 128, 0.09), transparent 70%);
}
.geo .fence span {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ok); text-align: center; line-height: 1.35; width: 84px;
}
.geo .you {
  position: absolute; bottom: 17%; left: 15%;
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--acc); box-shadow: 0 0 0 5px rgba(255, 45, 85, 0.22);
}
.geo .you::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid var(--acc);
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  0% { transform: scale(1); opacity: 0.85; }
  80%, 100% { transform: scale(2.6); opacity: 0; }
}
.geo .youlabel {
  position: absolute; bottom: 11%; left: 22%;
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute);
}
.geo .stats {
  display: flex; border-top: 1px solid var(--line);
}
.geo .stat {
  flex: 1; padding: 14px 16px; border-right: 1px solid var(--line);
}
.geo .stat:last-child { border-right: 0; }
.geo .stat b {
  display: block; font-family: "Archivo", sans-serif; font-weight: 900;
  font-size: 1.35rem; color: var(--ink); letter-spacing: -0.02em;
}
.geo .stat b.bad { color: var(--acc); }
.geo .stat span {
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute);
}
.geo .alert {
  padding: 14px 16px; border-top: 1px solid var(--line);
  background: rgba(255, 45, 85, 0.08);
  font-size: 0.93rem; color: var(--ink);
  animation: slidein 0.5s cubic-bezier(0.2, 0.9, 0.3, 1.2) 1.4s both;
}
.geo .alert b {
  display: block; font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--acc); margin-bottom: 5px;
}
@keyframes slidein {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .geo .you::after, .eyebrow::before { animation: none; }
  .geo .alert { animation: none; }
}

/* Marquee */
.marquee {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: #100d12;
  padding: 14px 0;
}
.marquee span {
  display: inline-block;
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-mute);
  animation: slide 30s linear infinite;
}
.marquee b { color: var(--acc); font-weight: 700; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee span { animation: none; } }

/* Signup card */
.signup-card {
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow);
  position: relative;
}
.signup-card::after {
  content: "GPS DOESN'T ACCEPT EXCUSES";
  position: absolute; top: -13px; right: 16px;
  background: var(--acc); color: #fff;
  font-family: "Archivo", sans-serif; font-weight: 900;
  font-size: 0.6rem; letter-spacing: 0.1em;
  padding: 5px 10px; border-radius: 4px; transform: rotate(2deg);
  box-shadow: 0 4px 14px rgba(255, 45, 85, 0.4);
}
.signup-card h3 { font-size: 1.25rem; color: var(--ink); }
.signup-card p.small { font-size: 0.92rem; margin: 8px 0 18px; }
form.signup { display: flex; flex-direction: column; gap: 12px; }
form.signup input[type="text"],
form.signup input[type="email"] {
  padding: 14px 16px; border: 1px solid var(--line); border-radius: 9px;
  font: inherit; font-size: 1rem; background: var(--bg); color: var(--ink);
}
form.signup input::placeholder { color: var(--ink-mute); }
form.signup input:focus { outline: 2px solid var(--acc); border-color: transparent; }
form.signup button {
  padding: 15px; border: 0; border-radius: 9px; cursor: pointer;
  background: var(--acc);
  color: #fff; font-family: "Archivo", sans-serif; font-weight: 900; font-size: 1rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  box-shadow: 0 8px 24px rgba(255, 45, 85, 0.3);
}
form.signup button:hover {
  transform: translateY(-2px); background: #ff4467;
  box-shadow: 0 12px 30px rgba(255, 45, 85, 0.45);
}
.fine { font-size: 0.8rem; color: var(--ink-mute); margin-top: 12px; }
.fine a { color: inherit; }

/* Sections */
section { padding: 70px 0; }
section.alt { background: #100d12; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-intro { max-width: 680px; margin-bottom: 42px; }
.kicker {
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 0.73rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--acc); display: block; margin-bottom: 13px;
}

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.card:hover { transform: translateY(-3px); border-color: rgba(255, 45, 85, 0.5); }
.card h3 { color: var(--ink); }
.card .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 8px;
  background: transparent; border: 2px solid var(--acc);
  color: var(--acc); font-weight: 900; font-size: 1.2rem;
  margin-bottom: 15px; font-family: "Archivo", sans-serif;
  transform: rotate(-3deg);
}
.card p { font-size: 0.95rem; }
.card .emoji { font-size: 1.6rem; display: block; margin-bottom: 12px; }

/* FAQ */
details {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px;
  padding: 18px 22px; margin-bottom: 10px;
}
details summary {
  cursor: pointer; font-weight: 700; color: var(--ink);
  font-family: "Archivo", sans-serif; letter-spacing: -0.01em;
}
details summary::marker { color: var(--acc); }
details p { margin-top: 10px; font-size: 0.97rem; }
details[open] { border-color: rgba(255, 45, 85, 0.5); }

/* CTA band */
.cta-band {
  background:
    radial-gradient(700px 400px at 22% 0%, rgba(255, 45, 85, 0.22), transparent 60%),
    #100d12;
  border-top: 1px solid var(--line);
}
.cta-band h2 { color: var(--ink); }
.cta-band p { color: var(--ink-soft); }
.cta-band .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }

/* Blog */
.article-list { display: grid; gap: 18px; }
.article-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; text-decoration: none; display: block;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.article-card:hover { transform: translateY(-3px); border-color: rgba(255, 45, 85, 0.5); }
.article-card h3 { color: var(--ink); font-size: 1.2rem; }
.article-card p { font-size: 0.95rem; }
.article-meta {
  font-family: "Archivo", sans-serif;
  font-size: 0.68rem; color: var(--acc); margin-bottom: 9px; display: block;
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
}

article.post { padding: 46px 0 64px; }
article.post h1 { font-size: clamp(1.9rem, 4.6vw, 2.8rem); margin-bottom: 14px; }
article.post h2 { margin-top: 42px; font-size: clamp(1.35rem, 3vw, 1.8rem); }
article.post p, article.post li { margin: 14px 0; }
article.post ul, article.post ol { padding-left: 24px; color: var(--ink-soft); }
article.post strong { color: var(--ink); }
article.post .article-meta { margin-bottom: 20px; }
.post-cta {
  background: rgba(255, 45, 85, 0.09); border: 1px solid rgba(255, 45, 85, 0.35);
  border-radius: var(--radius); padding: 24px 28px; margin-top: 44px;
}
.post-cta p { color: var(--ink); }

/* Footer */
footer.site { padding: 42px 0 50px; border-top: 1px solid var(--line); }
footer.site .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
footer.site p, footer.site a {
  font-size: 0.8rem; color: var(--ink-mute);
  font-family: "Archivo", sans-serif; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* Simple pages */
.simple { padding: 70px 0; min-height: 55vh; }
.simple h1 { margin-bottom: 16px; }
.simple p { margin: 12px 0; }

@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 38px; }
  .grid3, .grid4 { grid-template-columns: 1fr; }
  .cta-band .inner { grid-template-columns: 1fr; }
  header.site nav a { margin-left: 12px; }
  section { padding: 52px 0; }
}
