*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --bg: #fff7fc;
  --surface: #ffffff;
  --surface-soft: #fff0f9;
  --surface-warm: #fff8f1;
  --ink: #17131c;
  --muted: #615b68;
  --faint: #8a8492;
  --line: #f0c7df;
  --accent: #ae3e8b;
  --accent-strong: #8f2368;
  --teal: #0f766e;
  --gold: #b7791f;
  --hero-start: #ffd0ea;
  --hero-end: #ffacdb;
  --radius: 8px;
  --max-width: 1080px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(100% - 40px, var(--max-width));
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 214, 237, 0.86);
  border-bottom: 1px solid rgba(174, 62, 139, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-inner {
  min-height: 60px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-family: "Hachi Maru Pop", "Comic Sans MS", "Marker Felt", cursive;
  font-size: 18px;
  font-weight: 700;
}

.brand:hover {
  text-decoration: none;
}

.brand-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  mix-blend-mode: multiply;
}

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

.nav-links a {
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--ink);
  text-decoration: none;
}

.nav-links .nav-download {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  background: var(--accent);
  color: #ffffff;
  padding: 0 14px;
}

.nav-links .nav-download:hover {
  background: var(--accent-strong);
  color: #ffffff;
}

.hero {
  min-height: calc(100svh - 60px);
  display: grid;
  align-items: center;
  background: linear-gradient(180deg, var(--hero-start) 0%, var(--hero-end) 100%);
  padding: 36px 0 76px;
}

.hero-inner {
  width: 100%;
  text-align: center;
}

.hero-icon {
  width: clamp(180px, 36vw, 280px);
  height: auto;
  margin: 22px auto 16px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.wordmark,
.section-heading h2,
.privacy-layout h2,
.contact-inner h2,
.legal-page h1 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(60px, 13vw, 148px);
  font-weight: 800;
}

.wordmark {
  color: var(--accent);
  font-family: "Hachi Maru Pop", "Comic Sans MS", "Marker Felt", cursive;
  font-weight: 400;
}

.hero-copy {
  max-width: 680px;
  margin: 14px auto 0;
  color: #79315f;
  font-size: 18px;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.app-store-badge-link {
  display: inline-flex;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(143, 35, 104, 0.2);
  transition: transform 0.15s, box-shadow 0.15s;
}

.app-store-badge-link:hover {
  box-shadow: 0 20px 44px rgba(143, 35, 104, 0.26);
  text-decoration: none;
  transform: translateY(-1px);
}

.app-store-badge {
  display: block;
  width: auto;
  height: 58px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 15px;
}

.site-footer {
  border-top: 1px solid rgba(174, 62, 139, 0.16);
  padding: 22px 0;
  background: linear-gradient(180deg, #ffacdb 0%, #ffa4d7 100%);
}

.site-footer p {
  margin: 5px 0 0;
  color: #84416c;
  font-size: 12px;
  font-weight: 600;
}

.footer-links a {
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: none;
}

.legal-page {
  max-width: 720px;
  padding: 74px 0;
}

.legal-page h1 {
  font-size: 40px;
  font-weight: 800;
}

.last-updated {
  margin: 10px 0 34px;
  color: var(--faint);
  font-size: 13px;
}

.legal-page h2 {
  margin: 34px 0 9px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.legal-page h3 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 16px;
}

.legal-page p {
  margin: 0 0 12px;
}

.legal-page ul {
  margin: 0 0 12px;
  padding-left: 22px;
}

.legal-page li {
  margin-bottom: 8px;
}

@media (max-width: 820px) {
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding: 32px 0 52px;
  }

  .hero-copy {
    font-size: 16px;
  }

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

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

  .legal-page {
    padding: 48px 0;
  }

  .legal-page h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .hero-actions {
    align-items: center;
    flex-direction: column;
  }

  .app-store-badge {
    max-width: 100%;
  }
}
