:root {
  --raspberry: #e8476b;
  --coral: #ff7a59;
  --blush: #ffe4ea;
  --cream: #fff7f5;
  --plum: #3a1f2b;
  --violet: #7b5cf5;
  --teal: #2bb5a0;
  --white: #fff;
  --muted: #755c67;
  --border: rgba(58, 31, 43, .11);
  --shadow: 0 24px 70px rgba(97, 38, 61, .14);
  --display: "Fraunces", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--plum); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 16px; background: var(--plum); color: white; border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; max-width: 1180px; margin: auto; padding: 22px 20px; color: var(--plum); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 1.35rem; text-decoration: none; }
.brand-heart { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: var(--raspberry); background: white; font-family: var(--sans); font-size: 16px; box-shadow: 0 6px 20px rgba(58,31,43,.12); }
.site-header nav { display: none; align-items: center; gap: 28px; }
.site-header nav a { font-weight: 600; font-size: .9rem; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-header .nav-cta { padding: 8px 16px; border: 1px solid rgba(58,31,43,.45); border-radius: 999px; }

.hero { position: relative; min-height: 850px; overflow: hidden; display: grid; align-items: center; padding: 116px 20px 40px; color: var(--plum); background: linear-gradient(135deg, #f0577b 0%, #ff8a65 100%); }
.hero::before { content: ""; position: absolute; width: 530px; height: 530px; top: -290px; right: -150px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025); }
.hero-copy { position: relative; z-index: 3; max-width: 650px; margin: 0 auto; text-align: center; }
.intro, .kicker { margin: 0 0 16px; font-weight: 700; font-size: .78rem; letter-spacing: .04em; }
.hero h1, .section h2, .download-section h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3rem, 10vw, 6.3rem); text-wrap: balance; }
.hero-lead { max-width: 600px; margin: 24px auto 0; color: rgba(58,31,43,.88); font-size: clamp(1rem, 2.3vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 30px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.button-light { color: white; background: var(--plum); box-shadow: 0 14px 32px rgba(89,29,47,.2); }
.button-light:hover { transform: translateY(-2px); }
.text-link { font-weight: 600; text-underline-offset: 4px; }
.hero-note { margin: 20px 0 0; font-size: .82rem; color: rgba(58,31,43,.78); }
.hero-note span { color: #165e54; }

.hero-visual { position: relative; z-index: 2; width: min(100%, 520px); height: 440px; margin: 44px auto -90px; }
.hero-product-image { position: absolute; z-index: 0; right: -42px; bottom: 22px; width: 175px; height: 175px; border: 1px solid rgba(255,255,255,.3); border-radius: 36px; object-fit: cover; opacity: .58; box-shadow: 0 22px 48px rgba(66,23,39,.22); }
.phone { position: absolute; width: 235px; height: 476px; padding: 9px; border: 2px solid rgba(255,255,255,.55); border-radius: 40px; background: #2d1d25; box-shadow: 0 30px 60px rgba(66,23,39,.32); }
.phone-main { z-index: 2; left: 50%; transform: translateX(-56%) rotate(-5deg); }
.phone-side { z-index: 1; left: 50%; transform: translateX(3%) translateY(48px) rotate(8deg); opacity: .96; }
.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 28px 14px 15px; border-radius: 31px; color: var(--plum); background: #fffafa; }
.phone-speaker { position: absolute; z-index: 3; top: 16px; left: 50%; width: 76px; height: 20px; transform: translateX(-50%); border-radius: 0 0 14px 14px; background: #2d1d25; }
.app-top { display: flex; justify-content: space-between; margin-bottom: 22px; font-size: 8px; font-weight: 700; }
.app-greeting { margin: 0; color: var(--muted); font-size: 9px; }
.home-screen h2 { margin: 1px 0 13px; font-family: var(--display); font-size: 22px; line-height: 1.1; }
.together-card { display: flex; flex-direction: column; padding: 18px; border-radius: 23px; color: white; background: linear-gradient(135deg, var(--raspberry), var(--coral)); box-shadow: 0 12px 25px rgba(232,71,107,.25); }
.together-card span { font-size: 9px; }
.together-card strong { font-family: var(--display); font-size: 27px; line-height: 1.2; }
.together-card small { opacity: .8; font-size: 8px; }
.next-date-card { display: flex; gap: 11px; align-items: center; margin-top: 12px; padding: 11px; border: 1px solid var(--border); border-radius: 18px; background: white; }
.date-badge { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 42px; height: 46px; border-radius: 13px; color: var(--raspberry); background: var(--blush); }
.date-badge b { font-size: 17px; line-height: 1; }.date-badge span { font-size: 7px; }
.next-date-card > div:last-child { display: flex; flex-direction: column; min-width: 0; }
.next-date-card small { color: var(--muted); font-size: 7px; }.next-date-card strong { font-size: 10px; }.next-date-card span { font-size: 8px; color: var(--muted); }
.mini-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 11px; }
.mini-row div { display: grid; grid-template-columns: auto 1fr; align-items: center; padding: 10px; border-radius: 15px; background: var(--blush); }
.mini-row span { grid-row: 1/3; margin-right: 7px; color: var(--raspberry); }.mini-row b { font-size: 11px; }.mini-row small { font-size: 7px; color: var(--muted); }
.calendar-screen > small { color: var(--muted); font-size: 8px; }.calendar-screen h3 { margin: 0 0 17px; font-family: var(--display); font-size: 20px; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; text-align: center; }
.calendar-grid span { font-size: 6px; color: var(--muted); }.calendar-grid i { display: grid; place-items: center; width: 22px; height: 22px; font-style: normal; font-size: 8px; border-radius: 50%; }
.calendar-grid .selected { color: white; background: var(--raspberry); box-shadow: 0 5px 10px rgba(232,71,107,.3); }
.calendar-event { display: flex; gap: 8px; align-items: center; margin-top: 17px; padding: 11px; border-radius: 15px; background: #ece8ff; }
.calendar-event > span { width: 4px; height: 34px; border-radius: 4px; background: var(--violet); }.calendar-event div { display: flex; flex-direction: column; }.calendar-event b { font-size: 9px; }.calendar-event small { font-size: 7px; color: var(--muted); }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); }.orbit-one { width: 420px; height: 420px; left: 15px; top: 22px; }.orbit-two { width: 290px; height: 290px; right: -20px; top: 96px; }

.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px; padding: 22px 20px; color: var(--muted); background: white; border-bottom: 1px solid var(--border); }
.trust-strip p { margin: 0; font-size: .78rem; font-weight: 600; }.trust-strip span { margin-right: 6px; color: var(--raspberry); }
.section { max-width: 1180px; margin: 0 auto; padding: 88px 20px; }
.section-heading { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section-heading.compact { max-width: 650px; }
.kicker { color: #b62e50; }
.section h2, .download-section h2 { font-size: clamp(2.25rem, 6vw, 4.4rem); }
.section-heading > p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--muted); }
.steps { position: relative; display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li { position: relative; padding: 28px; border: 1px solid var(--border); border-radius: 28px; background: white; box-shadow: 0 14px 40px rgba(83,44,59,.06); }
.step-number { position: absolute; right: 22px; top: 18px; color: #b196a1; font-family: var(--display); font-size: 1.2rem; }
.step-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 40px; border-radius: 18px; font-weight: 800; }
.idea-icon { color: #b52e50; background: var(--blush); }.plan-icon { color: #6649da; background: #ece8ff; }.memory-icon { color: #137b6c; background: #dcf7f2; }
.steps h3, .feature-card h3, .privacy-grid h3 { margin: 0 0 7px; font-size: 1.08rem; }.steps p, .feature-card p, .privacy-grid p { margin: 0; color: var(--muted); font-size: .91rem; }

.features { max-width: 1220px; }
.feature-grid { display: grid; gap: 16px; }
.feature-card { min-height: 355px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 26px; border-radius: 30px; background: white; border: 1px solid var(--border); }
.feature-card:nth-child(2), .feature-card:nth-child(5) { background: var(--blush); }
.feature-card:nth-child(3) { background: #ece8ff; }.feature-card:nth-child(6) { background: #ddf7f2; }
.feature-art { min-height: 205px; margin-bottom: 24px; }
.mini-calendar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; align-content: center; text-align: center; }
.mini-calendar span { font-size: 9px; color: var(--muted); }.mini-calendar b { display: grid; place-items: center; aspect-ratio: 1; border-radius: 15px; background: var(--cream); font-size: .85rem; }.mini-calendar .day-heart { color: white; background: var(--raspberry); }
.date-stack { position: relative; height: 210px; }.date-stack span { position: absolute; left: 0; right: 0; padding: 16px 18px; border-radius: 18px; background: white; box-shadow: 0 10px 22px rgba(91,35,56,.1); font-size: .85rem; font-weight: 650; }.date-stack span:nth-child(1) { top: 15px; transform: rotate(-3deg); }.date-stack span:nth-child(2) { top: 77px; left: 13px; transform: rotate(2deg); }.date-stack span:nth-child(3) { top: 139px; transform: rotate(-1deg); }
.movie-ticket { display: flex; flex-direction: column; justify-content: end; padding: 25px; border-radius: 24px; color: white; background: linear-gradient(145deg, #311c42, #7b5cf5); box-shadow: 0 18px 30px rgba(71,49,150,.23); }.movie-ticket span { margin-bottom: auto; font-size: .62rem; letter-spacing: .08em; opacity: .72; }.movie-ticket strong { font-family: var(--display); font-size: 1.6rem; }.movie-ticket small { opacity: .7; }
.photo-stack { position: relative; }.photo-stack span { position: absolute; display: flex; flex-direction: column; justify-content: end; width: 72%; height: 180px; padding: 18px; border: 8px solid white; border-bottom-width: 38px; box-shadow: 0 15px 30px rgba(75,43,55,.13); font-family: var(--display); font-size: 1.35rem; }.photo-one { left: 3%; top: 8px; transform: rotate(-7deg); color: white; background: linear-gradient(160deg,#6cc4d1,#2f8495 58%,#d3ad72 59%); }.photo-two { right: 2%; top: 17px; transform: rotate(8deg); align-items: center; justify-content: center!important; color: #ffe68c; background: linear-gradient(#f79f7c 65%,#76555d 66%); font-size: 2rem!important; }
.countdown { display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; aspect-ratio: 1; max-width: 205px; margin-inline: auto; color: white; background: linear-gradient(135deg, var(--raspberry), var(--coral)); box-shadow: 0 16px 30px rgba(232,71,107,.22); }.countdown strong { font-family: var(--display); font-size: 4.5rem; line-height: 1; }.countdown span { font-size: .78rem; }
.sync-art { display: flex; align-items: center; justify-content: center; gap: 15px; }.sync-art span { display: grid; place-items: center; width: 86px; height: 86px; border: 6px solid white; border-radius: 50%; color: white; background: var(--teal); box-shadow: 0 12px 25px rgba(43,181,160,.18); font-family: var(--display); font-size: 1.8rem; }.sync-art span:last-child { background: var(--violet); }.sync-art i { color: var(--muted); font-size: 1.5rem; font-style: normal; }

.cycle-section { max-width: none; display: grid; gap: 48px; padding-inline: max(20px, calc((100vw - 1140px)/2)); background: #3a1f2b; color: white; }
.cycle-copy { max-width: 620px; }.cycle-copy .kicker { color: #ffb1c2; }.cycle-copy > p:not(.kicker):not(.medical-note) { color: #dbcbd1; }.check-list { margin: 28px 0; padding: 0; list-style: none; }.check-list li { position: relative; margin: 12px 0; padding-left: 30px; }.check-list li::before { content: "✓"; position: absolute; left: 0; color: #7de0d1; font-weight: 800; }
.medical-note { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); color: #bfaab3; font-size: .78rem; }
.cycle-demo { align-self: center; justify-self: center; width: min(100%, 410px); padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 36px; background: #fffafa; color: var(--plum); box-shadow: 0 35px 80px rgba(15,5,9,.32); }
.cycle-ring { display: grid; place-items: center; width: 210px; height: 210px; margin: 0 auto 26px; border-radius: 50%; background: conic-gradient(var(--raspberry) 0 22%, #ffb5c5 22% 41%, #7b5cf5 41% 55%, #ddf7f2 55% 100%); }.cycle-ring::before { content: ""; position: absolute; width: 155px; height: 155px; border-radius: 50%; background: #fffafa; }.cycle-ring span { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }.cycle-ring b { font-family: var(--display); font-size: 3.5rem; line-height: 1; }.cycle-ring small { color: var(--muted); }
.phase-card { display: flex; gap: 12px; padding: 15px; border-radius: 19px; background: #f1edff; }.phase-dot { flex: 0 0 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--violet); }.phase-card div { display: flex; flex-direction: column; }.phase-card small { color: var(--muted); }.phase-card p { margin: 5px 0 0; color: var(--muted); font-size: .75rem; }.privacy-pill { width: fit-content; margin: 16px auto 0; padding: 7px 12px; border-radius: 99px; color: #1d695f; background: #ddf7f2; font-size: .72rem; font-weight: 700; }

.profiles-section { display: grid; gap: 55px; align-items: center; }.profiles-copy { max-width: 580px; }.profiles-copy p:not(.kicker) { color: var(--muted); }
.profiles-visual { min-height: 440px; position: relative; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 30px 8px 100px; border-radius: 40% 60% 42% 58% / 55% 40% 60% 45%; background: var(--blush); }
.profile-card { z-index: 2; display: flex; width: 138px; min-height: 185px; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border-radius: 28px; background: white; box-shadow: var(--shadow); }.profile-card strong { margin-top: 12px; }.profile-card small { color: var(--muted); font-size: .68rem; }.profile-two { transform: translateY(25px); }
.avatar { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; color: white; font-family: var(--display); font-size: 1.7rem; }.avatar-one { background: linear-gradient(135deg,var(--raspberry),var(--coral)); }.avatar-two { background: linear-gradient(135deg,var(--violet),#4e8de7); }
.connection { position: absolute; z-index: 4; top: 212px; display: flex; align-items: center; }.connection span { width: 30px; height: 2px; background: white; }.connection b { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: white; background: var(--raspberry); box-shadow: 0 7px 18px rgba(232,71,107,.25); }
.invite-card { position: absolute; z-index: 5; bottom: 30px; left: 50%; width: 230px; transform: translateX(-50%) rotate(-2deg); padding: 15px 18px; border-radius: 17px; background: white; box-shadow: 0 14px 35px rgba(78,34,51,.15); }.invite-card small { display: block; color: var(--muted); font-size: .56rem; letter-spacing: .08em; }.invite-card strong { display: block; font-family: var(--display); font-size: 1.3rem; letter-spacing: .08em; }.invite-card span { position: absolute; right: 14px; bottom: 17px; color: #147567; font-size: .66rem; font-weight: 700; }

.privacy-section { max-width: none; padding-inline: max(20px, calc((100vw - 1140px)/2)); background: white; }.privacy-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 42px; }.privacy-heading .kicker { margin-bottom: 8px; }.lock-mark { display: grid; place-items: center; flex: 0 0 58px; height: 58px; border-radius: 19px; color: var(--teal); background: #ddf7f2; }.lock-mark::after { content: ""; width: 13px; height: 15px; border: 3px solid var(--teal); border-radius: 4px; }.privacy-grid { display: grid; gap: 25px; }.privacy-grid article { padding-top: 22px; border-top: 1px solid var(--border); }.privacy-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; border-radius: 14px; color: #1b7367; background: #ddf7f2; font-size: 1.3rem; font-weight: 800; }.inline-link { display: inline-block; margin-top: 35px; color: #a52847; font-weight: 700; text-underline-offset: 5px; }

.faq-section { max-width: 900px; }.faq-list { border-top: 1px solid var(--border); }.faq-list details { border-bottom: 1px solid var(--border); }.faq-list summary { position: relative; cursor: pointer; padding: 22px 46px 22px 0; font-family: var(--display); font-size: 1.2rem; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--raspberry); font-family: var(--sans); font-size: 1.45rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 700px; margin: -5px 0 22px; color: var(--muted); }

.download-section { max-width: 1140px; display: grid; gap: 45px; margin: 20px auto 70px; padding: 45px 24px; border-radius: 34px; color: var(--plum); background: linear-gradient(135deg,#e8476b,#ff7a59); box-shadow: 0 25px 60px rgba(232,71,107,.2); }.download-copy { display: flex; flex-direction: column; gap: 24px; }.download-copy img { width: 78px; height: 78px; border-radius: 20px; object-fit: cover; background: rgba(255,255,255,.18); box-shadow: 0 12px 25px rgba(99,27,49,.18); }.download-copy .kicker { color: var(--plum); }.download-copy p:last-child { color: rgba(58,31,43,.85); }.download-actions { align-self: center; }.store-button { display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 8px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; color: white; background: rgba(58,31,43,.95); text-align: left; }.store-button span:last-child { display: flex; flex-direction: column; font-weight: 700; line-height: 1.2; }.store-button small { font-size: .62rem; font-weight: 400; }.store-button:disabled { cursor: not-allowed; opacity: .82; }
.waitlist-form { margin-top: 22px; }.waitlist-form label { display: block; margin-bottom: 8px; font-size: .8rem; font-weight: 700; }.field-row { display: flex; flex-direction: column; gap: 9px; }.field-row input, .field-row button { min-height: 52px; border: 0; border-radius: 14px; }.field-row input { width: 100%; padding: 0 15px; color: var(--plum); background: white; }.field-row button { padding: 0 18px; color: white; background: var(--plum); font-weight: 700; cursor: pointer; }.field-row button:hover { background: #27131c; }.form-note, .form-message { margin: 7px 0 0; font-size: .72rem; color: rgba(58,31,43,.8); }.form-message { min-height: 1.2em; color: var(--plum); font-weight: 700; }
.site-footer { max-width: 1180px; display: grid; gap: 18px; margin: 0 auto; padding: 20px 20px 42px; color: var(--muted); text-align: center; }.footer-brand { justify-self: center; color: var(--plum); }.footer-brand img { width: 150px; height: 50px; object-fit: contain; }.site-footer p { margin: 0; }.site-footer > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }.site-footer a { text-underline-offset: 4px; }.site-footer small { font-size: .72rem; }

.legal-header { position: static; color: var(--plum); border-bottom: 1px solid var(--border); background: white; }.legal-header .brand-heart { color: white; background: var(--raspberry); }.legal-main { max-width: 780px; margin: 0 auto; padding: 70px 20px 100px; }.legal-main h1 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(2.7rem,8vw,5rem); line-height: 1; }.legal-main .updated { margin-bottom: 45px; color: var(--muted); }.legal-main h2 { margin: 42px 0 10px; font-family: var(--display); font-size: 1.75rem; }.legal-main p, .legal-main li { color: #604a54; }.legal-main a { color: #a52847; }

@media (min-width: 640px) {
  .site-header nav { display: flex; }
  .hero-actions { flex-direction: row; justify-content: center; }
  .steps, .privacy-grid { grid-template-columns: repeat(3,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .field-row { flex-direction: row; }.field-row button { flex: 0 0 auto; }
  .download-section { padding: 55px; }
}
@media (min-width: 900px) {
  .hero { min-height: 790px; grid-template-columns: minmax(0,1fr) minmax(420px,.85fr); gap: 40px; padding-inline: max(32px, calc((100vw - 1140px)/2)); }
  .hero-copy { margin: 0; text-align: left; }.hero-lead { margin-left: 0; }.hero-actions { justify-content: flex-start; }.hero h1 { font-size: clamp(4.4rem,6.4vw,6.4rem); }
  .hero-visual { height: 600px; margin: 110px 0 -65px; }.phone { width: 270px; height: 548px; }.phone-main { left: 42%; }.phone-side { left: 42%; }.orbit-one { width: 520px; height: 520px; }.orbit-two { width: 370px; height: 370px; }
  .section { padding-top: 120px; padding-bottom: 120px; }.feature-grid { grid-template-columns: repeat(3,1fr); }.feature-card:nth-child(2), .feature-card:nth-child(5) { transform: translateY(28px); }
  .cycle-section, .profiles-section { grid-template-columns: 1fr 1fr; }.cycle-section { gap: 90px; }.profiles-visual { order: 0; }.profiles-copy { order: 1; }
  .download-section { grid-template-columns: 1.2fr .8fr; align-items: center; }.download-copy { flex-direction: row; align-items: flex-start; }.download-copy img { flex: 0 0 88px; width: 88px; height: 88px; }
  .site-footer { grid-template-columns: 1fr auto auto; align-items: center; text-align: left; }.footer-brand { justify-self: start; }.site-footer small { grid-column: 1/-1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
