:root {
  --ink: #251c23;
  --muted: #746a70;
  --pink: #e83e78;
  --pink-dark: #c92b60;
  --blush: #fbe8ed;
  --paper: #fffaf8;
  --cream: #fffdfb;
  --line: #f0e1e5;
  --shadow: 0 18px 46px rgba(89, 37, 57, .10);
  --radius: 24px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 20; transform: translateY(-160%); padding: .7rem 1rem; border-radius: 12px; color: #fff; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--paper) 91%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(240,225,229,.7); }
.header-inner, .container { width: min(calc(100% - 2.5rem), var(--max)); margin: 0 auto; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .68rem; text-decoration: none; font-size: 1rem; font-weight: 760; letter-spacing: -.025em; }
.brand img { width: 37px; height: 37px; border-radius: 10px; }
.primary-nav { display: flex; align-items: center; gap: 1.65rem; font-size: .92rem; font-weight: 650; }
.primary-nav a { text-decoration: none; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--pink); }
.app-store-badge { display: inline-flex; align-items: center; gap: .55rem; min-height: 52px; padding: .42rem .9rem; border: 1px solid #151515; border-radius: 10px; color: #fff; background: #151515; box-shadow: 0 9px 18px rgba(37,28,35,.14); font-family: Arial, sans-serif; line-height: 1; white-space: nowrap; }
.app-store-logo { font-family: "SF Pro Display", Helvetica, Arial, sans-serif; font-size: 2rem; line-height: 1; }
.app-store-copy { display: grid; gap: .12rem; text-align: left; }
.app-store-copy small { font-size: .63rem; letter-spacing: .015em; }
.app-store-copy strong { font-size: 1.23rem; font-weight: 500; letter-spacing: -.035em; }
.app-store-badge--compact { min-height: 36px; gap: .3rem; padding: .32rem .58rem; border-radius: 8px; font-size: .72rem; box-shadow: none; }
.app-store-badge--compact .app-store-logo { font-size: 1.05rem; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; color: var(--pink); background: transparent; font-size: 1.5rem; }
.hero { position: relative; overflow: hidden; padding: clamp(4.4rem, 8vw, 7.4rem) 0 5.2rem; }
.hero::before, .final-cta::before { content: ""; position: absolute; z-index: -1; width: 34rem; height: 34rem; background: radial-gradient(circle, rgba(247, 185, 203, .55), transparent 66%); filter: blur(10px); }
.hero::before { top: -15rem; right: -10rem; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 3rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; margin: 0 0 1.25rem; padding: .38rem .72rem; border: 1px solid var(--pink); border-radius: 999px; color: var(--pink); font-size: .76rem; font-weight: 800; letter-spacing: .045em; }
.eyebrow::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; background: var(--pink); }
h1, h2, h3 { margin: 0; line-height: 1.07; letter-spacing: -.055em; }
h1 { max-width: 9.7ch; font-size: clamp(2.8rem, 5.1vw, 5rem); }
h2 { font-size: clamp(2rem, 3vw, 3.15rem); }
h3 { font-size: 1.13rem; letter-spacing: -.03em; }
.lede { max-width: 34rem; margin: 1.4rem 0 1.8rem; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .76rem 1.2rem; border-radius: 14px; background: var(--pink); box-shadow: 0 9px 18px rgba(232,62,120,.2); color: #fff; font: inherit; font-weight: 750; text-decoration: none; }
.button:hover { background: var(--pink-dark); }
.button[aria-disabled="true"] { cursor: default; opacity: .63; filter: grayscale(.1); }
.trust-line { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.55rem 0 0; font-size: .89rem; font-weight: 700; }
.trust-line span + span::before { content: "·"; margin-right: .65rem; color: var(--pink); }
.phone-stack { min-height: 520px; display: grid; place-items: center; position: relative; }
.phone { width: min(58%, 280px); border: 7px solid #251c23; border-radius: 35px; background: #251c23; box-shadow: var(--shadow); overflow: hidden; }
.phone img { width: 100%; }
.phone.back { position: absolute; width: min(48%, 235px); transform: rotate(7deg) translate(48%, 3%); opacity: .97; }
.section { padding: clamp(4rem, 8vw, 6.7rem) 0; }
.section-title { max-width: 40rem; margin: 0 auto 2.35rem; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-card, .faq-item { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-card { min-height: 236px; padding: 1.5rem; }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 1.55rem; border-radius: 50%; color: var(--pink); background: var(--blush); font-size: 1.55rem; }
.feature-card p, .small-copy { color: var(--muted); font-size: .94rem; }
.privacy-band { background: linear-gradient(100deg, #fff1f4, #fffaf8); border-block: 1px solid var(--line); }
.privacy-layout { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: clamp(2rem, 8vw, 7rem); }
.privacy-illustration { display: grid; place-items: center; aspect-ratio: 1; max-width: 340px; margin: auto; border: 1px dashed #ed9db5; border-radius: 50%; color: var(--pink); background: radial-gradient(circle, #fff 0 38%, transparent 39%); font-size: 5rem; }
.privacy-copy p { max-width: 36rem; color: var(--muted); font-size: 1.08rem; }
.final-cta { position: relative; overflow: hidden; padding: 6rem 1rem; text-align: center; }
.final-cta::before { left: -13rem; bottom: -18rem; }
.final-cta h2 { max-width: 14ch; margin: 0 auto 1.5rem; }
.site-footer { padding: 1.7rem 0; border-top: 1px solid var(--line); font-size: .82rem; color: var(--muted); }
.footer-inner { width: min(calc(100% - 2.5rem), var(--max)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; }
.footer-links a { text-decoration: none; }
.page-hero { padding: 5.5rem 0 4.2rem; text-align: center; background: linear-gradient(160deg, #fffaf8, #fff0f3); }
.page-hero h1 { max-width: none; }
.page-hero .lede { margin-inline: auto; }
.support-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: 4rem; }
.side-nav { position: sticky; top: 100px; align-self: start; display: grid; gap: .2rem; }
.side-nav a { padding: .65rem .8rem; border-left: 2px solid transparent; color: var(--muted); text-decoration: none; font-size: .92rem; }
.side-nav a:hover { border-left-color: var(--pink); color: var(--pink); }
.support-content { min-width: 0; }
.support-content section { scroll-margin-top: 110px; margin-bottom: 4rem; }
.support-content h2 { margin-bottom: 1.35rem; font-size: 2.15rem; }
.faq-list { display: grid; gap: .7rem; }
.faq-item { padding: 0; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 1rem 1.2rem; cursor: pointer; font-weight: 700; list-style: none; }
.faq-item summary::after { content: "+"; color: var(--pink); font-size: 1.4rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 1.2rem 1.2rem; color: var(--muted); }
.purchase-links { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.purchase-links a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 1rem 1.2rem; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
.purchase-links a:last-child { border: 0; }
.purchase-links a::after { content: "→"; color: var(--pink); }
.notice { display: grid; grid-template-columns: 128px 1fr; align-items: center; gap: 1.4rem; padding: 1.5rem; border-radius: var(--radius); background: var(--blush); }
.notice-icon { display: grid; place-items: center; min-height: 110px; border: 1px dashed #ed9db5; border-radius: 50%; font-size: 2.8rem; }
.legal-copy { color: #4f454b; }
.legal-copy h3 { margin-top: 2rem; }
.legal-copy p, .legal-copy li { font-family: ui-sans-serif, system-ui, sans-serif; font-size: .98rem; line-height: 1.75; }
.legal-copy ul { padding-left: 1.3rem; }
.legal-meta { margin-top: -.8rem; color: var(--muted); font-size: .88rem; }
.terms { max-width: 760px; margin: 0 auto; }
:focus-visible { outline: 3px solid rgba(232,62,120,.52); outline-offset: 3px; }

@media (max-width: 800px) {
  .header-inner, .container, .footer-inner { width: min(calc(100% - 2rem), var(--max)); }
  .primary-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 44px; display: flex; align-items: center; }
  .app-store-badge--compact { justify-content: center; }
  .menu-button { display: block; }
  .hero-grid, .privacy-layout, .support-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .phone-stack { min-height: 450px; margin-top: 1rem; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card { min-height: 190px; padding: 1.2rem; }
  .feature-icon { margin-bottom: 1rem; }
  .privacy-layout { text-align: center; }
  .privacy-illustration { max-width: 220px; font-size: 3.8rem; }
  .privacy-copy p { margin-inline: auto; }
  .footer-inner { flex-direction: column; text-align: center; }
  .side-nav { position: static; grid-auto-flow: column; grid-auto-columns: max-content; overflow-x: auto; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
  .side-nav a { border-left: 0; border-bottom: 2px solid transparent; }
  .side-nav a:hover { border-bottom-color: var(--pink); }
  .support-layout { gap: 2.3rem; }
}
@media (max-width: 430px) {
  .brand { font-size: .87rem; }
  .brand img { width: 33px; height: 33px; }
  .phone { width: 67%; }
  .phone.back { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: unset; }
  .notice { grid-template-columns: 1fr; text-align: center; }
  .notice-icon { width: 96px; min-height: 96px; margin: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
