@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Space+Grotesk:wght@400;500;700&display=swap");

:root {
  --sky: #ddebff;
  --sky-strong: #58a7ff;
  --sky-deep: #2f7edb;
  --panel: #c9deff;
  --panel-strong: #eef5ff;
  --ink: #20324a;
  --slate: #5b6878;
  --gold: #f4c542;
  --green: #7bc96f;
  --pink: #ff4fa3;
  --rose: #ff6b86;
  --red: #e5533d;
  --cream: #fff4d6;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(32, 50, 74, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --site-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 79, 163, 0.12), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(88, 167, 255, 0.18), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 48%, #e6f0ff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  overflow: hidden;
}

.container {
  width: min(var(--site-width), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(221, 235, 255, 0.84);
  border-bottom: 1px solid rgba(32, 50, 74, 0.08);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(32, 50, 74, 0.16);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-size: 1rem;
}

.brand-subtitle {
  font-size: 0.78rem;
  color: var(--slate);
  font-weight: 500;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  color: var(--slate);
  font-weight: 700;
}

.nav a:hover {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(32, 50, 74, 0.10);
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(32, 50, 74, 0.08);
}

.button-primary {
  background: linear-gradient(135deg, var(--sky-strong), var(--pink));
  color: var(--white);
  border-color: transparent;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.7);
}

.hero {
  position: relative;
  padding: 72px 0 48px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 36px auto auto -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 79, 163, 0.13);
  filter: blur(24px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(32, 50, 74, 0.06);
}

.eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--gold));
}

.hero-copy h1,
.page-hero h1 {
  margin: 18px 0 14px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.9rem, 6vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-copy p,
.page-hero p,
.section-intro p {
  color: var(--slate);
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  border: 1px solid rgba(32, 50, 74, 0.08);
  box-shadow: 0 10px 24px rgba(32, 50, 74, 0.06);
  color: var(--ink);
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.orbit,
.glow,
.map-badge,
.preview-card,
.bubble-card,
.phone-mock {
  position: absolute;
}

.glow {
  inset: auto 0 12% auto;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 167, 255, 0.22), transparent 70%);
  filter: blur(18px);
}

.phone-mock {
  right: 22px;
  top: 30px;
  width: min(100%, 390px);
  aspect-ratio: 0.56;
  border-radius: 42px;
  padding: 14px;
  background: linear-gradient(180deg, #243750 0%, #162435 100%);
  box-shadow: 0 30px 70px rgba(32, 50, 74, 0.28);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.2), transparent 14%),
    radial-gradient(circle at 15% 15%, rgba(255, 79, 163, 0.18), transparent 18%),
    linear-gradient(180deg, #e8f2ff 0%, #dbeaff 44%, #d2e4ff 100%);
}

.screen-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 126, 219, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 126, 219, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
}

.screen-header {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: rgba(221, 235, 255, 0.95);
  border-radius: 16px;
  border: 1px solid rgba(32, 50, 74, 0.08);
}

.screen-header .mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.screen-header img {
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.screen-icons {
  display: flex;
  gap: 8px;
}

.screen-icons span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(32, 50, 74, 0.2);
}

.map-road,
.map-water,
.map-park {
  position: absolute;
  border-radius: 999px;
}

.map-road {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 3px rgba(32, 50, 74, 0.05);
}

.road-a {
  width: 280px;
  height: 26px;
  top: 180px;
  left: 42px;
  transform: rotate(-10deg);
}

.road-b {
  width: 260px;
  height: 24px;
  top: 330px;
  left: 90px;
  transform: rotate(34deg);
}

.map-water {
  width: 130px;
  height: 90px;
  left: 28px;
  top: 260px;
  background: linear-gradient(135deg, #8be0ff, #52b2ff);
  opacity: 0.9;
}

.map-park {
  width: 160px;
  height: 110px;
  right: 24px;
  bottom: 90px;
  background: linear-gradient(135deg, #9fe88f, #67c85e);
}

.marker {
  position: absolute;
  width: 70px;
  height: 86px;
}

.marker::before {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 6px;
  height: 30px;
  border-radius: 99px;
  background: #3a516f;
}

.marker::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 58px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.94);
  border: 2px solid rgba(32, 50, 74, 0.10);
  box-shadow: 0 12px 20px rgba(32, 50, 74, 0.12);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: center;
}

.marker.flag::after {
  content: "Trail note";
}

.marker.event::after {
  content: "Live meetup";
  border-color: rgba(255, 79, 163, 0.42);
}

.marker.archive::after {
  content: "Event memory";
  border-color: rgba(47, 126, 219, 0.30);
}

.flag-1 { top: 196px; right: 44px; }
.flag-2 { top: 378px; left: 110px; }
.flag-3 { bottom: 156px; right: 112px; }

.crosshair {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  margin: -37px 0 0 -37px;
  border-radius: 50%;
  border: 3px solid rgba(255, 79, 163, 0.88);
  box-shadow:
    0 0 0 18px rgba(255, 79, 163, 0.10),
    0 0 0 36px rgba(255, 79, 163, 0.05);
}

.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.95);
}

.crosshair::before {
  width: 3px;
  height: 90px;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
}

.crosshair::after {
  height: 3px;
  width: 90px;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}

.peek-ring {
  position: absolute;
  inset: 0;
}

.peek {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--sky-strong), var(--pink));
  border: 3px solid rgba(255,255,255,0.92);
  box-shadow: 0 12px 18px rgba(32, 50, 74, 0.15);
}

.peek::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.3), transparent 45%),
    linear-gradient(180deg, rgba(32, 50, 74, 0.06), transparent 38%);
}

.peek.one { right: 132px; top: 168px; }
.peek.two { right: 72px; top: 245px; }
.peek.three { right: 92px; top: 348px; }
.peek.four { left: 92px; top: 334px; }
.peek.five { left: 64px; top: 242px; }
.peek.six { left: 128px; top: 166px; }

.peek-label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(32, 50, 74, 0.10);
}

.map-badge {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(32, 50, 74, 0.08);
  box-shadow: 0 18px 32px rgba(32, 50, 74, 0.10);
  font-weight: 700;
}

.map-badge.top {
  left: 18px;
  top: 110px;
}

.map-badge.bottom {
  right: 18px;
  bottom: 26px;
}

.preview-card {
  left: -18px;
  bottom: 92px;
  width: 210px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
}

.preview-card .preview-media {
  height: 120px;
  background:
    radial-gradient(circle at 25% 24%, rgba(255, 79, 163, 0.36), transparent 22%),
    linear-gradient(135deg, #8bc6ff 0%, #3b8cff 48%, #ff88c0 100%);
}

.preview-card .preview-copy {
  padding: 14px;
}

.preview-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.preview-card span {
  color: var(--slate);
  font-size: 0.92rem;
}

.bubble-card {
  right: 0;
  top: -12px;
  max-width: 220px;
  padding: 16px 18px;
  border-radius: 24px 24px 24px 10px;
  background: linear-gradient(135deg, var(--panel), var(--white));
  box-shadow: var(--shadow);
}

.bubble-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.bubble-card span {
  color: var(--slate);
  font-size: 0.9rem;
  line-height: 1.5;
}

.section {
  padding: 34px 0 18px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0;
  letter-spacing: -0.03em;
}

.section-kicker {
  color: var(--sky-deep);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.features-grid,
.use-grid,
.trust-grid {
  display: grid;
  gap: 18px;
}

.features-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.card {
  background: rgba(255,255,255,0.74);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(32, 50, 74, 0.08);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 22px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}

.feature-card h3,
.use-card h3,
.trust-card h3,
.cta-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.feature-card p,
.use-card p,
.trust-card p,
.cta-card p,
.legal p,
.legal li {
  color: var(--slate);
  line-height: 1.65;
}

.use-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.use-card::before {
  content: "";
  position: absolute;
  inset: auto -34px -34px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(88, 167, 255, 0.10);
}

.trust-card {
  padding: 28px;
}

.trust-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.trust-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
}

.trust-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--sky-strong));
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.6);
}

.cta-band {
  padding: 28px 0 82px;
}

.cta-card {
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 79, 163, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(221, 235, 255, 0.98), rgba(255, 255, 255, 0.95));
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(32, 50, 74, 0.08);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--slate);
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer a:hover {
  color: var(--ink);
}

.page-hero {
  padding: 68px 0 26px;
}

.breadcrumbs {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--slate);
  font-weight: 700;
}

.breadcrumbs .slash {
  opacity: 0.5;
}

.legal-shell {
  padding-bottom: 72px;
}

.legal {
  padding: 34px;
}

.legal h2 {
  margin: 34px 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
}

.legal h3 {
  margin: 24px 0 8px;
  font-size: 1.08rem;
}

.legal ul {
  padding-left: 20px;
}

.legal .callout {
  margin: 20px 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(221, 235, 255, 0.78);
  border: 1px solid rgba(32, 50, 74, 0.08);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(32, 50, 74, 0.08);
  color: var(--ink);
  font-weight: 700;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.95em;
}

@media (max-width: 1120px) {
  .hero-grid,
  .trust-grid,
  .features-grid,
  .use-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .section-header {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 780px) {
  .topbar-inner,
  .nav {
    gap: 12px;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .phone-mock {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .preview-card {
    left: 0;
    bottom: 30px;
    width: 180px;
    transform: rotate(0deg);
  }

  .bubble-card {
    right: 6px;
    top: -6px;
    max-width: 190px;
  }

  .legal,
  .cta-card {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--site-width), calc(100% - 20px));
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: 2.7rem;
  }

  .hero-actions,
  .hero-meta,
  .cta-actions,
  .badge-row {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .stat-chip,
  .mini-badge {
    justify-content: center;
  }

  .phone-mock {
    width: 100%;
  }
}
