:root {
  color-scheme: light;
  --bg: #fff5f8;
  --bg-2: #fde3ec;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --line: rgba(111, 58, 114, 0.18);
  --text: #2d2430;
  --muted: #6f3a72;
  --pink: #f8659b;
  --pink-pop: #ff3e86;
  --lip: #e890a8;
  --teal: #77b7b7;
  --gold: #d8a35d;
  --max: 1180px;
  --radius: 8px;
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Display", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 245, 248, 0.88) 42%, rgba(253, 227, 236, 0.82) 100%),
    linear-gradient(135deg, rgba(119, 183, 183, 0.16), transparent 36%),
    linear-gradient(315deg, rgba(216, 163, 93, 0.16), transparent 34%),
    var(--bg);
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(248, 101, 155, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 183, 183, 0.1) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}

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

img {
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(calc(100% - 32px), var(--max));
  min-height: 72px;
  transform: translateX(-50%);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.compact {
  top: 12px;
  padding: 10px;
  min-height: auto;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(111, 58, 114, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 0.98rem;
  font-weight: 1000;
}

.brand img,
.site-footer img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(248, 101, 155, 0.28);
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.site-nav a {
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(248, 101, 155, 0.1);
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(300px, 390px);
  gap: 36px;
  justify-content: center;
  align-items: center;
  width: min(calc(100% - 40px), 1040px);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  overflow: hidden;
  padding: 104px 0 30px;
}

.hero-media {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

.phone {
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: #19141c;
  border: 8px solid #19141c;
  border-radius: 38px;
  box-shadow:
    0 34px 64px rgba(111, 58, 114, 0.22),
    0 8px 22px rgba(45, 36, 48, 0.2);
}

.phone::before {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3;
  width: 104px;
  height: 30px;
  content: "";
  transform: translateX(-50%);
  background: #050406;
  border-radius: 999px;
}

.phone img {
  display: block;
  width: 100%;
  height: clamp(500px, 72svh, 620px);
  object-fit: cover;
  object-position: top center;
  border-radius: 29px;
}

.phone-primary {
  width: min(100%, 330px);
}

.mascot-pop {
  position: absolute;
  right: -34px;
  bottom: 7%;
  z-index: 4;
  width: clamp(92px, 13vw, 148px);
  filter: drop-shadow(0 18px 24px rgba(111, 58, 114, 0.18));
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 720px;
}

.eyebrow,
.feature-index {
  display: block;
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 16px;
  font-size: 5.05rem;
  line-height: 0.92;
  font-weight: 1000;
}

.hero-lede {
  max-width: 590px;
  color: var(--muted);
  font-size: 1.24rem;
  line-height: 1.55;
  font-weight: 680;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 950;
  cursor: pointer;
}

.button-primary {
  border-color: rgba(248, 101, 155, 0.72);
  background: linear-gradient(135deg, #ff7bab, var(--pink-pop) 58%, #c85f9b);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(248, 101, 155, 0.26);
}

.button-primary[aria-disabled="true"] {
  cursor: default;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary[aria-disabled="true"]:hover {
  transform: none;
}

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

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

.feature-card {
  min-height: 210px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.66)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(111, 58, 114, 0.08);
}

.feature-card:nth-child(2) .feature-index {
  color: var(--pink);
}

.feature-card:nth-child(3) .feature-index {
  color: var(--gold);
}

.feature-card:nth-child(4) .feature-index {
  color: var(--teal);
}

.feature-card h2,
.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
  line-height: 1.1;
  font-weight: 1000;
}

.feature-card p,
.policy-hero p,
.policy-content p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.feature-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.policy-page {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding-top: 144px;
}

.policy-hero {
  max-width: 760px;
  padding-bottom: 36px;
}

.policy-hero h1 {
  max-width: 11ch;
  margin-bottom: 14px;
  font-size: 3rem;
  line-height: 1.02;
  font-weight: 1000;
}

.support-hero h1 {
  max-width: 13ch;
}

.policy-content {
  display: grid;
  gap: 12px;
  max-width: 850px;
  padding-bottom: 80px;
}

.policy-content article {
  padding: 22px;
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.policy-content h2 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.policy-content p {
  margin-bottom: 0;
}

.policy-content p + p,
.policy-content p + ul,
.policy-content ul + p {
  margin-top: 14px;
}

.policy-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.62;
}

.policy-content li + li {
  margin-top: 8px;
}

.policy-content a {
  color: var(--pink-pop);
  font-weight: 900;
}

.support-grid {
  padding-bottom: 80px;
}

.copy-status {
  min-height: 24px;
  margin-top: 12px;
  color: #407777;
  font-weight: 850;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
}

.site-footer div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer div {
  font-weight: 1000;
}

.site-footer p {
  margin: 0;
  font-size: 0.88rem;
  text-align: center;
}

.site-footer nav {
  justify-content: flex-end;
}

.site-footer a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--text);
  outline: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 42px;
  }

  .hero-copy {
    text-align: center;
  }

  h1 {
    max-width: none;
    font-size: 4.1rem;
  }

  .hero-lede {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .phone-primary {
    width: min(100%, 300px);
  }

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

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

  .site-footer div,
  .site-footer nav {
    justify-content: center;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 22px);
  }

  .brand span {
    max-width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .site-nav a {
    padding-inline: 8px;
  }

  .hero {
    width: min(calc(100% - 28px), 1040px);
    padding-top: 106px;
  }

  .eyebrow {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 3.28rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .hero-actions,
  .support-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .phone {
    border-width: 7px;
    border-radius: 34px;
  }

  .phone img {
    height: 330px;
    border-radius: 26px;
  }

  .mascot-pop {
    right: 2px;
    bottom: 5%;
    width: 82px;
  }

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

  .feature-card,
  .policy-content article {
    padding: 18px;
  }

  .policy-page,
  .site-footer,
  .feature-band {
    width: min(calc(100% - 32px), var(--max));
  }

  .policy-hero h1 {
    font-size: 2.35rem;
  }

  .phone-primary {
    width: min(100%, 300px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .button:hover,
  .button:focus-visible {
    transform: none;
  }
}
