:root {
  --ink: #161b38;
  --ink-soft: #596174;
  --muted: #8c94a5;
  --sun: #f36f5d;
  --sun-soft: #fff0ea;
  --gold: #f7b84f;
  --sage: #78a88d;
  --mint: #e9f6ef;
  --aqua: #7fc9c2;
  --paper: #fffaf5;
  --surface: rgba(255, 255, 255, 0.76);
  --line: rgba(31, 37, 68, 0.1);
  --shadow: 0 24px 70px rgba(98, 62, 42, 0.14);
  --radius: 28px;
  --display: "New York", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --body: "Avenir Next", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body);
  background:
    radial-gradient(circle at 14% 12%, rgba(247, 184, 79, 0.24), transparent 28rem),
    radial-gradient(circle at 86% 6%, rgba(127, 201, 194, 0.24), transparent 24rem),
    linear-gradient(145deg, #fffaf5 0%, #fff7ef 46%, #f7fbf7 100%);
  min-height: 100vh;
}

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

p {
  color: var(--ink-soft);
  line-height: 1.68;
  margin: 0;
}

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

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 18px;
  gap: 20px;
}

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

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(243, 111, 93, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 700;
}

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

.pill-link {
  color: white;
  background: var(--ink);
  padding: 10px 15px;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(22, 27, 56, 0.14);
}

.pill-link:hover {
  color: white !important;
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr);
  gap: 42px;
  align-items: center;
  padding: 56px 0 72px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sun);
  background: rgba(243, 111, 93, 0.09);
  border: 1px solid rgba(243, 111, 93, 0.16);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
}

h1 {
  font-family: var(--display);
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  margin-top: 20px;
  max-width: 780px;
}

h2 {
  font-family: var(--display);
  font-size: clamp(2.1rem, 4.5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

h3 {
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.hero-copy {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  max-width: 700px;
  margin: 22px 0 30px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--sun);
  color: white;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(243, 111, 93, 0.22);
}

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

.hero-card {
  position: relative;
  padding: 22px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 246, 237, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 184, 79, 0.38), transparent 70%);
}

.phone {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 20px;
  box-shadow: inset 0 0 0 8px rgba(255, 250, 245, 0.82);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.mini-logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.status-pill {
  color: var(--sun);
  background: var(--sun-soft);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.8rem;
  font-weight: 800;
}

.score-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 12px 0;
}

.score {
  font-size: 4.3rem;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.level {
  color: var(--sage);
  background: var(--mint);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 800;
}

.move-card,
.signal-card {
  margin-top: 18px;
  padding: 16px;
  background: rgba(255, 246, 241, 0.86);
  border: 1px solid rgba(243, 111, 93, 0.12);
  border-radius: 22px;
}

.move-card strong,
.signal-card strong {
  display: block;
  margin-bottom: 6px;
}

.signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.signal {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 800;
}

.section {
  padding: 58px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 14px 44px rgba(52, 45, 40, 0.06);
}

.icon-dot {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  margin-bottom: 16px;
  background: var(--sun-soft);
  color: var(--sun);
  font-weight: 900;
}

.privacy-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 28px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(22, 27, 56, 0.94), rgba(40, 55, 76, 0.92)),
    radial-gradient(circle at 10% 10%, rgba(127, 201, 194, 0.4), transparent 20rem);
  box-shadow: var(--shadow);
}

.privacy-band h2,
.privacy-band p,
.privacy-band li {
  color: white;
}

.privacy-band p,
.privacy-band li {
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(127, 201, 194, 0.18);
}

.page-hero {
  padding: 54px 0 30px;
}

.page-hero h1 {
  max-width: 860px;
}

.page-hero p {
  max-width: 820px;
  margin-top: 22px;
  font-size: 1.08rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding-bottom: 76px;
}

.toc {
  position: sticky;
  top: 22px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.toc a {
  display: block;
  padding: 8px 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.toc a:hover {
  color: var(--sun);
}

.legal-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 16px 54px rgba(52, 45, 40, 0.08);
}

.legal-card section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.legal-card h2 {
  font-family: var(--body);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  margin-bottom: 12px;
}

.legal-card h3 {
  margin-top: 22px;
  margin-bottom: 8px;
}

.legal-card ul {
  color: var(--ink-soft);
  line-height: 1.65;
  padding-left: 20px;
}

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

.notice {
  padding: 16px;
  border-radius: 20px;
  background: rgba(120, 168, 141, 0.12);
  border: 1px solid rgba(120, 168, 141, 0.18);
  margin-top: 18px;
}

.footer {
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

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

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero,
  .section-head,
  .privacy-band,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 34px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .toc {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(100% - 24px, 1120px);
  }

  .nav {
    flex-direction: column;
  }

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

  h1 {
    font-size: 3.4rem;
  }

  .hero-card,
  .phone,
  .privacy-band,
  .legal-card {
    border-radius: 24px;
  }

  .signals {
    grid-template-columns: 1fr;
  }
}
