:root {
  --accent: #9c84bb;
  --accent-dark: #7c629f;
  --accent-soft: rgba(156, 132, 187, 0.12);
  --accent-line: rgba(156, 132, 187, 0.28);
  --orange: #f59b45;
  --green: #69a873;
  --ink: #1f1b24;
  --muted: #6f6875;
  --background: #f6f3f8;
  --card: #ffffff;
  --gray-card: #f2f0f4;
  --line: rgba(31, 27, 36, 0.10);
  --shadow: 0 18px 42px rgba(40, 31, 50, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(156, 132, 187, 0.22), transparent 28rem),
    radial-gradient(circle at 80% 10%, rgba(245, 155, 69, 0.12), transparent 22rem),
    var(--background);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(246, 243, 248, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(124, 98, 159, 0.22);
}

nav {
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-cta,
.button.primary {
  color: white;
  background: var(--accent);
}

.nav-cta {
  padding: 10px 14px;
  border-radius: 12px;
}

.section-grid,
.section,
.cta-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: clamp(36px, 8vw, 92px);
  padding: clamp(56px, 9vw, 100px) 0 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(48px, 7.6vw, 92px);
  font-weight: 800;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.035em;
}

p {
  line-height: 1.65;
}

.lede {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 800;
}

.button.primary {
  box-shadow: 0 16px 30px rgba(124, 98, 159, 0.24);
}

.button.secondary {
  color: var(--accent-dark);
  background: var(--card);
  border: 1px solid var(--accent-line);
}

.fine-print {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.phone-wrap {
  position: relative;
  min-height: 620px;
}

.phone {
  position: relative;
  z-index: 2;
  width: 320px;
  margin: 0 auto;
  padding: 14px;
  background: #22202a;
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.phone-bar {
  width: 88px;
  height: 7px;
  margin: 3px auto 14px;
  background: #4c4757;
  border-radius: 999px;
}

.app-screen {
  min-height: 548px;
  padding: 20px 16px;
  background: var(--background);
  border-radius: 30px;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.app-header img {
  border-radius: 10px;
}

.app-header strong,
.app-header span {
  display: block;
}

.app-header strong {
  letter-spacing: -0.03em;
}

.app-header span {
  color: var(--muted);
  font-size: 12px;
}

.screen-kicker,
.pill,
.buzz-card span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.app-screen h2 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 44px;
}

.screen-subtitle {
  color: var(--muted);
  font-size: 14px;
}

.mood-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 24px 0;
}

.mood-row span {
  padding: 9px 0;
  color: var(--ink);
  background: var(--gray-card);
  border-radius: 999px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.mood-row .selected {
  color: white;
  background: var(--accent);
}

.app-card {
  padding: 16px;
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(40, 31, 50, 0.07);
}

.wish-card p {
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.buzz-card {
  margin-top: 12px;
  background: rgba(245, 155, 69, 0.12);
  border: 1px solid rgba(245, 155, 69, 0.25);
}

.buzz-card span {
  color: #a45b16;
}

.buzz-card strong {
  display: block;
  margin-top: 7px;
  color: #553011;
}

.halo {
  position: absolute;
  border-radius: 999px;
  filter: blur(5px);
}

.halo.one {
  right: 6px;
  top: 42px;
  width: 190px;
  height: 190px;
  background: rgba(156, 132, 187, 0.22);
}

.halo.two {
  left: 18px;
  bottom: 48px;
  width: 140px;
  height: 140px;
  background: rgba(105, 168, 115, 0.22);
}

.trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: min(1000px, calc(100% - 40px));
  margin: 0 auto 88px;
}

.trust-strip span {
  padding: 10px 14px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 84px 0;
  border-top: 1px solid var(--line);
}

.intro {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 42px;
}

.intro p:last-child {
  align-self: end;
  color: var(--muted);
  font-size: 18px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.role-list article,
.privacy-list {
  padding: 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(40, 31, 50, 0.06);
}

.feature-card.large,
.feature-card.wide {
  grid-column: span 2;
}

.feature-card p,
.role-list p,
.privacy-copy p,
.cta-section p {
  color: var(--muted);
}

.icon {
  display: inline-flex;
  margin-bottom: 28px;
  padding: 7px 10px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.village,
.privacy {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
}

.role-list {
  display: grid;
  gap: 12px;
}

.quote-panel {
  padding-top: 68px;
  padding-bottom: 68px;
}

blockquote {
  margin: 0;
  padding: clamp(30px, 6vw, 62px);
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--accent-line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.privacy-list {
  display: grid;
  gap: 16px;
  margin: 0;
  list-style: none;
}

.privacy-list li {
  display: flex;
  gap: 12px;
  font-weight: 800;
}

.privacy-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--accent);
  border-radius: 999px;
}

.cta-section {
  margin-bottom: 70px;
  padding: clamp(38px, 7vw, 66px);
  text-align: center;
  background: var(--card);
  border: 1px solid var(--accent-line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.cta-section p {
  max-width: 620px;
  margin: 16px auto 26px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

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

.footer-links a,
.legal-card a {
  color: var(--accent-dark);
  font-weight: 800;
}

.legal-page {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 84px) 0 70px;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  font-size: clamp(44px, 7vw, 78px);
}

.legal-card {
  padding: clamp(28px, 5vw, 54px);
  background: var(--card);
  border: 1px solid var(--accent-line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

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

.legal-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
  }

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

  .hero,
  .intro,
  .village,
  .privacy {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
  }

  .phone-wrap {
    min-height: auto;
  }

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

  .feature-card.large,
  .feature-card.wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
    display: block;
  }

  nav {
    justify-content: flex-start;
    margin-top: 16px;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  h1 {
    font-size: 46px;
  }

  .lede {
    font-size: 17px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .phone {
    width: min(320px, 100%);
  }

  .section {
    padding: 62px 0;
  }

  .site-footer {
    display: grid;
  }
}
