:root {
  color-scheme: light;
  --cream: #fbf4ec;
  --paper: #fffcf8;
  --ink: #403337;
  --muted: #7f6b70;
  --plum: #56364f;
  --purple: #986c9d;
  --lavender: #d8bdd8;
  --blush: #f4dde0;
  --rose: #c9828f;
  --sage: #98a38b;
  --gold: #c7a66b;
  --line: #e6d4d3;
  --shadow: 0 24px 70px rgba(86, 54, 79, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: var(--paper); padding: .8rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 88px; display: flex; align-items: center; gap: 2rem; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font: italic 600 1.7rem Georgia, serif; text-decoration: none; color: var(--plum); }
.brand-mark { width: 2.2rem; height: 2.2rem; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--plum); border: 1px solid var(--gold); font: normal 1rem system-ui; }
nav { display: flex; gap: 2rem; margin-left: auto; }
nav a { text-decoration: none; font-size: .9rem; color: var(--muted); }
nav a:hover, nav a:focus-visible { color: var(--plum); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 54px; padding: 0 1.5rem; border-radius: 999px; background: var(--plum); color: white; text-decoration: none; font-weight: 750; box-shadow: 0 10px 24px rgba(86,54,79,.17); }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 1.1rem; font-size: .85rem; }
.hero { min-height: calc(100vh - 88px); width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 5rem; padding: 5rem 0 7rem; }
.eyebrow { margin: 0 0 1rem; color: var(--purple); font-size: .75rem; font-weight: 800; letter-spacing: .19em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--plum); font-weight: 500; }
h1 { margin: 0; font-size: clamp(3.7rem, 6.4vw, 6.3rem); line-height: .97; letter-spacing: -.055em; }
.hero-text { max-width: 620px; margin: 2rem 0; font: 1.18rem/1.75 Georgia, serif; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.availability { font-size: .8rem; color: var(--muted); }
.trust-row { display: flex; flex-wrap: wrap; gap: 1.3rem; margin: 2rem 0 0; padding: 0; list-style: none; font-size: .78rem; color: var(--muted); }
.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.phone { width: 330px; min-height: 650px; padding: 1.1rem 1.25rem 1.4rem; border: 9px solid var(--plum); border-radius: 48px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(2.5deg); }
.phone-top { display: flex; justify-content: space-between; padding: 0 .35rem .8rem; font-size: .58rem; color: var(--muted); }
.app-brand { display: flex; align-items: center; gap: .55rem; font: italic 600 1.25rem Georgia, serif; color: var(--plum); }
.mini-mark { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font: normal .7rem system-ui; color: white; background: var(--plum); }
.app-eyebrow { margin: 2rem 0 .8rem; color: var(--purple); font-size: .57rem; font-weight: 800; letter-spacing: .16em; }
.story-art { height: 210px; position: relative; overflow: hidden; border-radius: 30px; background: #e5c9b7; }
.story-art i { position: absolute; width: 58px; height: 58px; border-radius: 50%; background: var(--paper); right: 48px; top: 40px; }
.story-art b, .story-art em { position: absolute; display: block; width: 300px; height: 145px; border-radius: 50%; bottom: -77px; }
.story-art b { left: -105px; background: var(--rose); }
.story-art em { right: -110px; background: var(--plum); }
.phone h2 { margin: 1.35rem 0 .35rem; font-size: 1.75rem; }
.story-meta, .offline { color: var(--muted); font-size: .72rem; }
.progress { height: 5px; margin: 1.4rem 0; overflow: hidden; border-radius: 9px; background: #f0e2d8; }
.progress span { display: block; width: 62%; height: 100%; background: var(--purple); }
.phone button { width: 100%; height: 52px; border: 0; border-radius: 999px; color: white; background: var(--plum); font-weight: 750; font-size: .9rem; }
.offline { text-align: center; }
.petal { position: absolute; width: 95px; height: 180px; border-radius: 90% 10% 90% 10%; opacity: .75; }
.petal-one { background: var(--blush); right: 3%; top: 7%; transform: rotate(35deg); }
.petal-two { background: var(--lavender); left: 0; bottom: 8%; transform: rotate(-28deg); opacity: .45; }
.intro { max-width: 760px; margin: 0 auto; padding: 7rem 30px 4rem; text-align: center; }
.intro h2, .privacy-copy h2, .pricing h2, .closing h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1.04; letter-spacing: -.04em; }
.intro > p:last-child, .pricing > div > p:last-child { color: var(--muted); line-height: 1.75; }
.steps { width: min(1100px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; padding-bottom: 8rem; }
.steps article { position: relative; min-height: 330px; padding: 2rem; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,252,248,.72); }
.steps article:nth-child(2) { transform: translateY(24px); background: var(--blush); }
.step-number { position: absolute; right: 1.5rem; top: 1.4rem; color: var(--rose); font: italic 1rem Georgia, serif; }
.step-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--plum); font-size: 1.55rem; }
.steps h3 { margin: 2rem 0 .8rem; font-size: 1.65rem; }
.steps p { color: var(--muted); line-height: 1.7; font-size: .92rem; }
.privacy-section { width: min(1100px, calc(100% - 40px)); margin: 0 auto 8rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; padding: 5rem; overflow: hidden; border-radius: 48px; background: var(--plum); }
.privacy-art { height: 460px; position: relative; overflow: hidden; border-radius: 45% 45% 28px 28px; background: #e6cbb9; }
.moon { width: 96px; height: 96px; border-radius: 50%; position: absolute; right: 26%; top: 18%; background: var(--paper); }
.hill { position: absolute; width: 480px; height: 230px; border-radius: 50%; bottom: -120px; }
.hill-one { left: -260px; background: var(--rose); }
.hill-two { right: -220px; background: var(--purple); }
.privacy-copy h2 { color: var(--paper); font-size: clamp(2.4rem, 4vw, 4rem); }
.privacy-copy ul { list-style: none; padding: 0; margin: 2rem 0; color: #f3e7ed; }
.privacy-copy li { padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.privacy-copy li span { color: var(--gold); margin-right: .8rem; }
.fine-print { color: #d6c2cf; font-size: .72rem; line-height: 1.6; }
.pricing { width: min(1050px, calc(100% - 40px)); margin: 0 auto 8rem; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 6rem; }
.price-card { padding: 2.4rem; border-radius: 36px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); text-align: center; }
.price-badge { color: var(--purple); font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.price-card strong { display: block; margin-top: 1.5rem; font: 500 3.8rem Georgia, serif; color: var(--plum); }
.annual { color: var(--muted); }
.price-card .button { width: 100%; margin: 1rem 0; }
.price-card small { color: var(--muted); }
.closing { margin: 0 20px; padding: 8rem 2rem; border-radius: 52px 52px 0 0; text-align: center; background: var(--rose); }
.closing > span { color: white; font-size: 2rem; }
.closing h2 { color: white; margin: 1rem auto 2.5rem; }
.button-light { background: var(--paper); color: var(--plum); box-shadow: none; }
footer { padding: 4rem max(20px, calc((100% - 1100px)/2)); background: var(--rose); color: white; display: grid; gap: 1.5rem; grid-template-columns: 1fr auto; align-items: center; }
.footer-brand { color: white; }
footer p, footer small { margin: 0; opacity: .82; }
footer div { display: flex; gap: 1.5rem; font-size: .8rem; }
footer small { grid-column: 1 / -1; font-size: .68rem; }

@media (max-width: 820px) {
  nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 2rem; padding-top: 3rem; text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 680px; }
  .steps { grid-template-columns: 1fr; }
  .steps article:nth-child(2) { transform: none; }
  .privacy-section, .pricing { grid-template-columns: 1fr; gap: 3rem; }
  .privacy-section { padding: 2rem; }
  .privacy-art { height: 350px; }
}

@media (max-width: 520px) {
  .site-header { width: calc(100% - 28px); }
  .site-header .button-small { display: none; }
  h1 { font-size: 3.4rem; }
  .hero { width: calc(100% - 28px); padding-top: 2rem; }
  .phone { width: min(330px, 92vw); }
  .privacy-section { width: calc(100% - 28px); border-radius: 34px; }
  .pricing { gap: 2.5rem; }
  footer { grid-template-columns: 1fr; }
  footer div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Trust, trial and legal surfaces */
.free-trial, .trust-section, .faq { width: min(1100px, calc(100% - 40px)); margin: 0 auto 8rem; }
.free-trial { display: grid; grid-template-columns: .95fr 1.05fr; gap: 5rem; align-items: center; padding: 4.5rem; border: 1px solid var(--line); border-radius: 48px; background: linear-gradient(135deg, rgba(244,221,224,.9), rgba(255,252,248,.92)); }
.free-trial h2, .trust-heading h2, .faq h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1.04; letter-spacing: -.04em; }
.free-trial > div > p:last-child { color: var(--muted); line-height: 1.75; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.check-list li { display: flex; gap: 1rem; padding: 1.15rem; border-radius: 22px; background: rgba(255,252,248,.82); border: 1px solid rgba(230,212,211,.86); }
.check-list li > span { flex: 0 0 2rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--purple); font-weight: 800; }
.check-list strong, .check-list small { display: block; }
.check-list strong { margin-bottom: .35rem; color: var(--plum); }
.check-list small { color: var(--muted); line-height: 1.5; }
.trust-heading { max-width: 720px; margin-bottom: 2.5rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-grid article { padding: 2rem; border-radius: 30px; border: 1px solid var(--line); background: var(--paper); }
.trust-grid article:nth-child(2) { background: var(--blush); }
.trust-grid h3 { margin: 1.2rem 0 .7rem; font-size: 1.55rem; }
.trust-grid p { min-height: 8rem; color: var(--muted); line-height: 1.65; }
.trust-grid a { color: var(--purple); font-size: .84rem; font-weight: 750; }
.trust-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--plum); background: var(--cream); font-size: 1.3rem; }
.trial-line { padding: .8rem; border-radius: 15px; background: var(--purple-soft, #f0e3f0); color: var(--plum); font-size: .8rem; line-height: 1.5; }
.faq { max-width: 860px; }
.faq h2 { margin-bottom: 2.2rem; }
.faq details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--plum); font: 500 1.25rem Georgia, serif; }
.faq details p { max-width: 740px; color: var(--muted); line-height: 1.7; }

.site-footer { padding: 4.5rem max(20px, calc((100% - 1100px)/2)) 2.2rem; display: block; background: var(--plum); color: white; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 3rem; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-main h2 { margin: 0 0 .35rem; color: white; font: 800 .7rem/1.2 Inter, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-main a { color: white; text-decoration: none; font-size: .82rem; opacity: .84; }
.footer-main a:hover, .footer-main a:focus-visible { opacity: 1; text-decoration: underline; }
.footer-main p { max-width: 360px; line-height: 1.6; }
.footer-status { font-size: .73rem; }
.legal-identity { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.legal-identity p { margin: 0; font-size: .72rem; line-height: 1.55; opacity: .78; }
.legal-identity a { color: white; }
.footer-bottom { margin-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom small { font-size: .68rem; opacity: .66; }
.storage-notice { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; width: min(500px, calc(100% - 2rem)); padding: 1rem; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.storage-notice[hidden] { display: none; }
.storage-notice p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.storage-notice div { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; margin-top: .7rem; }
.storage-notice a { color: var(--purple); font-size: .75rem; }
.storage-notice button { min-height: 38px; padding: 0 1rem; border: 0; border-radius: 999px; background: var(--plum); color: white; font-weight: 750; cursor: pointer; }

.legal-header { border-bottom: 1px solid var(--line); }
.legal-page { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 4.5rem 0 7rem; }
.legal-page .eyebrow { margin-bottom: 1.2rem; }
.legal-page h1 { max-width: 800px; font-size: clamp(3rem, 7vw, 5rem); }
.legal-lead { max-width: 760px; margin: 1.5rem 0 2.2rem; color: var(--muted); font: 1.1rem/1.7 Georgia, serif; }
.policy-status { padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: var(--blush); color: var(--plum); font-size: .82rem; line-height: 1.55; }
.legal-page article { margin-top: 3rem; }
.legal-page h2 { margin: 2.6rem 0 .8rem; font-size: 1.85rem; }
.legal-page h3 { margin: 1.7rem 0 .5rem; font-size: 1.25rem; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page li + li { margin-top: .55rem; }
.legal-page a { color: var(--purple); }
.legal-page table { width: 100%; border-collapse: collapse; margin: 1.2rem 0; font-size: .84rem; }
.legal-page th, .legal-page td { padding: .9rem; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.legal-page th { color: var(--plum); background: var(--blush); }
.legal-meta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1rem; color: var(--muted); font-size: .75rem; }
.legal-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.text-link-button { display: inline-flex; min-height: 46px; align-items: center; padding: 0 1.2rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; color: var(--plum) !important; font-weight: 750; background: var(--paper); }
.source-list { padding-left: 1.2rem; }
.legal-page code { padding: .16rem .4rem; border-radius: .35rem; background: var(--blush); color: var(--plum); }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.support-grid article { margin: 0; padding: 1.5rem; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.support-grid h2 { margin-top: 0; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; text-align: center; }
.error-page main { max-width: 650px; }
.error-page p { color: var(--muted); line-height: 1.7; }

@media (max-width: 820px) {
  .free-trial { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.2rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { min-height: 0; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .free-trial, .trust-section, .faq { width: calc(100% - 28px); }
  .free-trial { padding: 1.5rem; border-radius: 32px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .legal-page { width: calc(100% - 28px); padding-top: 3rem; }
  .legal-page table { display: block; overflow-x: auto; }
  .support-grid { grid-template-columns: 1fr; }
}
