:root {
  color-scheme: light;
  --bg: #fff8ef;
  --surface: #ffffff;
  --surface-soft: #fff2df;
  --ink: #111827;
  --muted: #64748b;
  --line: rgba(148, 163, 184, 0.28);
  --brand: #992e2b;
  --brand-dark: #7f1d1d;
  --gold: #facc15;
  --shadow: 0 24px 70px rgba(127, 29, 29, 0.14);
  font-family: "Geist Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(250, 204, 21, 0.22), transparent 34rem),
    linear-gradient(180deg, #fff8ef 0%, #ffffff 56%, #f8fafc 100%);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header,
.site-footer,
.section {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.nav {
  display: none;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav a {
  text-decoration: none;
}

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

.button,
.button-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button {
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(153, 46, 43, 0.25);
}

.button:hover,
.button:focus-visible {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.hero {
  display: grid;
  gap: 36px;
  align-items: center;
  padding: 54px 0 64px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(153, 46, 43, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--brand);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 7px 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.75rem, 13vw, 6.7rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.lead {
  max-width: 660px;
  color: #475569;
  font-size: clamp(1.08rem, 4vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
}

.trust-row {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(153, 46, 43, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(250, 204, 21, 0.28), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 242, 223, 0.88));
  box-shadow: var(--shadow);
  padding: 24px;
}

.phone-frame {
  overflow: hidden;
  border: 10px solid #111827;
  border-radius: 38px;
  background: #f8fafc;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.2);
}

.map-preview {
  min-height: 520px;
  padding: 20px;
  background:
    radial-gradient(circle at 22% 18%, rgba(153, 46, 43, 0.18) 0 12px, transparent 13px),
    radial-gradient(circle at 74% 30%, rgba(250, 204, 21, 0.45) 0 16px, transparent 17px),
    radial-gradient(circle at 56% 62%, rgba(14, 165, 233, 0.2) 0 14px, transparent 15px),
    linear-gradient(135deg, #fff7ed, #eef2ff);
}

.preview-panel {
  margin-top: 160px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.18);
}

.preview-panel h3 {
  margin-bottom: 6px;
  font-size: 1.15rem;
}

.audio-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  font-size: 0.9rem;
  font-weight: 700;
}

.pulse {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(250, 204, 21, 0.2);
}

.section {
  padding: 58px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 8vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}

.grid {
  display: grid;
  gap: 16px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.06);
}

.card h3 {
  margin-bottom: 8px;
  font-size: 1.18rem;
}

.card p,
.card li {
  color: var(--muted);
}

.number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}

.feature-list {
  margin: 0;
  padding-left: 20px;
}

.feature-list li + li {
  margin-top: 8px;
}

.cta-panel {
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(250, 204, 21, 0.3), transparent 24rem),
    linear-gradient(135deg, #111827, #7f1d1d);
  color: #fff;
  padding: 30px;
  box-shadow: var(--shadow);
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel .button {
  background: #fff;
  color: var(--brand);
  box-shadow: none;
}

.legal-page {
  padding: 42px 0 64px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  box-shadow: var(--shadow);
}

.legal-card h1 {
  font-size: clamp(2.4rem, 12vw, 5rem);
}

.legal-card h2 {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.legal-card p,
.legal-card li {
  color: #475569;
}

.legal-card li + li {
  margin-top: 8px;
}

.site-footer {
  display: grid;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 34px 0 44px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.footer-links a {
  font-weight: 700;
  text-decoration: none;
}

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

@media (min-width: 640px) {
  .hero-actions,
  .trust-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .legal-card {
    padding: 36px;
  }
}

@media (min-width: 860px) {
  .nav {
    display: flex;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
    padding-top: 76px;
  }

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

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

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
