:root {
  --bg: #FBF7F3;
  --surface: #FFFFFF;
  --surface-2: #F5EFE9;
  --ink: #211A27;
  --ink-2: #5F5566;
  --ink-3: #70667A;
  --line: #E7DDD3;
  --primary: #B03C5A;
  --primary-soft: #F9E4E8;
  --plum: #3D2C4F;
  --plum-2: #2C1F3A;
  --sage: #22695A;
  --sage-soft: #E1F0EB;
  --amber-soft: #FBEFD9;
  --sky-soft: #E3EEF9;
  --lav-soft: #ECE6F8;
  --radius: 22px;
  --display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --ui: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.55 var(--ui); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--primary); }
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.display { font-family: var(--display); font-weight: 600; letter-spacing: -0.02em; font-variation-settings: "SOFT" 100; }
.muted { color: var(--ink-2); }
.center { text-align: center; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; border-radius: 8px; }

/* header */
.top { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.top.scrolled { border-bottom-color: var(--line); }
.top .wrap { display: flex; align-items: center; gap: 18px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: 21px; }
.brand img { width: 34px; height: 34px; }
.nav { display: flex; gap: 22px; margin-left: auto; }
.nav a { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 15px; }
.nav a:hover { color: var(--ink); }
@media (max-width: 760px) { .nav { display: none; } .top .btn { margin-left: auto; } }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 16px; text-decoration: none; border: 0; cursor: pointer; transition: transform .12s ease, filter .15s ease; }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 20px color-mix(in srgb, var(--primary) 32%, transparent); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-lg { min-height: 58px; padding: 0 30px; font-size: 18px; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 15px; }

/* hero */
.hero { padding: 56px 0 40px; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: var(--primary-soft); color: #A83A57; font-weight: 700; font-size: 14px; }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 20%, transparent); }
.hero h1 { font-family: var(--display); font-weight: 600; font-variation-settings: "SOFT" 100; font-size: clamp(44px, 6.4vw, 76px); line-height: 1.02; letter-spacing: -0.03em; margin: 18px 0 18px; }
.hero h1 em { font-style: italic; color: var(--primary); font-weight: 500; }
.hero .lede { font-size: 20px; color: var(--ink-2); max-width: 540px; margin: 0 0 28px; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.cta-note { font-size: 14.5px; color: var(--ink-3); }
.trust { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--ink-2); font-size: 14.5px; font-weight: 600; }
.trust span { display: inline-flex; align-items: center; gap: 6px; }
.phones { position: relative; height: 620px; }
.phone { position: absolute; width: 285px; border-radius: 40px; background: #111; padding: 9px; box-shadow: 0 30px 60px rgba(33, 26, 39, .22), 0 8px 18px rgba(33, 26, 39, .12); }
.phone img { border-radius: 32px; width: 100%; height: auto; }
.phones .p1 { left: 4%; top: 30px; transform: rotate(-5deg); }
.phones .p2 { right: 2%; top: 0; transform: rotate(4deg); }
@media (max-width: 920px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .phones { height: 520px; max-width: 520px; margin: 10px auto 0; width: 100%; }
  .phone { width: 235px; }
}
@media (max-width: 480px) { .phones { height: 440px; } .phone { width: 200px; border-radius: 32px; padding: 7px; } .phone img { border-radius: 26px; } }

/* sections */
section { padding: 76px 0; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--primary); }
h2 { font-family: var(--display); font-weight: 600; font-variation-settings: "SOFT" 100; font-size: clamp(32px, 4.2vw, 48px); line-height: 1.08; letter-spacing: -0.02em; margin: 10px 0 14px; }
.sub { font-size: 19px; color: var(--ink-2); max-width: 640px; margin: 0; }
.center .sub { margin: 0 auto; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.step .num { width: 34px; height: 34px; border-radius: 50%; background: var(--plum); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.step h3 { margin: 0; font-size: 21px; font-family: var(--display); font-weight: 600; }
.step p { margin: 0; color: var(--ink-2); }
.step .quote { font-family: var(--display); font-size: 19px; font-style: italic; color: var(--ink); background: var(--surface-2); padding: 12px 16px; border-radius: 14px; }
.step .shot { margin-top: auto; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); height: 380px; background: var(--surface-2); }
.step .shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }
.step .shot.mid img { object-position: 50% 58%; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; } }

/* features */
.features { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card .ic { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; font-size: 24px; margin-bottom: 14px; }
.card h3 { margin: 0 0 6px; font-size: 19px; }
.card p { margin: 0; color: var(--ink-2); font-size: 16px; }
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.shots figure { margin: 0; }
.shots .phone { position: relative; width: 100%; max-width: 280px; margin: 0 auto; transform: none; }
.shots figcaption { text-align: center; color: var(--ink-2); font-size: 15px; margin-top: 12px; font-weight: 600; }
@media (max-width: 900px) { .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .grid { grid-template-columns: 1fr; } .shots { grid-template-columns: 1fr; } }

/* privacy */
.privacy { background: var(--plum-2); color: #F5EEF3; }
.privacy .eyebrow { color: #F7A8BA; }
.privacy .sub { color: #D9CFE0; }
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.pcard { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); padding: 24px; }
.pcard .ic { font-size: 26px; }
.pcard h3 { margin: 10px 0 6px; font-size: 19px; color: #fff; }
.pcard p { margin: 0; color: #D9CFE0; font-size: 16px; }
.tech { margin-top: 26px; font-size: 14px; color: #BFB2C8; }
@media (max-width: 800px) { .pgrid { grid-template-columns: 1fr; } }

/* platforms */
.platforms { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.platforms span { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-weight: 700; }

/* offer */
.offer { max-width: 560px; margin: 36px auto 0; background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 34px; box-shadow: 0 20px 50px rgba(33, 26, 39, .08); text-align: center; }
.offer .price { font-family: var(--display); font-size: 72px; font-weight: 600; line-height: 1; letter-spacing: -0.03em; margin: 12px 0 4px; }
.offer .per { color: var(--ink-2); font-weight: 600; }
.offer ul { list-style: none; padding: 0; margin: 24px 0 26px; text-align: left; display: grid; gap: 12px; }
.offer li { display: flex; gap: 12px; align-items: flex-start; }
.offer li::before { content: '✓'; flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--sage-soft); color: var(--sage); display: grid; place-items: center; font-weight: 800; font-size: 14px; margin-top: 1px; }
.fine { font-size: 14px; color: var(--ink-3); margin-top: 14px; }

/* faq */
.faq { max-width: 760px; margin: 36px auto 0; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 0 20px; margin-bottom: 12px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 700; font-size: 17.5px; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 24px; line-height: 1; color: var(--ink-3); }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 0 0 18px; color: var(--ink-2); }

/* footer */
footer { border-top: 1px solid var(--line); padding: 36px 0 48px; color: var(--ink-2); font-size: 15px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; }
footer a { color: var(--ink-2); }

/* simple pages (thanks, download) */
.page { max-width: 640px; margin: 0 auto; padding: 56px 20px 80px; }
.page h1 { font-family: var(--display); font-weight: 600; font-size: clamp(36px, 6vw, 52px); line-height: 1.05; margin: 16px 0 12px; letter-spacing: -0.02em; }
.page .box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 18px; }
.page ol { padding-left: 22px; margin: 10px 0 0; }
.page li { margin: 8px 0; }
.page .box h2 { font-size: 22px; margin: 0 0 6px; }
