@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap');

:root {
  --navy: #101b2d;
  --navy-2: #182841;
  --cream: #fff7ea;
  --paper: #f8efdf;
  --coral: #f47c68;
  --coral-light: #ffb2a0;
  --ink-muted: #677080;
  --border: rgba(16, 27, 45, .12);
  --shadow: 0 28px 80px rgba(5, 13, 27, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; background: white; padding: 10px 14px; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.38rem; font-weight: 700; letter-spacing: -.04em; }
.brand img { border-radius: 11px; }
nav { display: flex; gap: 32px; color: #344054; font-size: .94rem; }
nav a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--navy); color: white; border-radius: 14px; padding: 12px 18px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--navy-2); transform: translateY(-2px); }
.button-small { padding: 10px 17px; font-size: .9rem; border-radius: 11px; }

.hero {
  min-height: min(calc(100vh - 88px), 900px);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(600px, 1.2fr);
  align-items: center;
  gap: 48px;
  padding: 54px max(24px, calc((100vw - 1240px) / 2)) 92px;
}
.hero::before { content: ""; position: absolute; width: 450px; height: 450px; left: -290px; top: 15%; border: 1px solid rgba(244,124,104,.26); border-radius: 50%; box-shadow: 0 0 0 70px rgba(244,124,104,.05), 0 0 0 140px rgba(244,124,104,.03); }
.hero-copy { position: relative; z-index: 4; padding-bottom: 30px; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
h1 { margin: 24px 0 22px; font-size: clamp(4.2rem, 6.8vw, 7.5rem); line-height: .85; letter-spacing: -.075em; font-weight: 600; }
h1 em { color: var(--coral); font-family: "Newsreader", serif; font-weight: 500; }
.lede { font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.65; max-width: 570px; color: #525d6e; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.hero-actions .button { min-width: 184px; padding: 11px 18px; }
.hero-actions .button svg { width: 27px; fill: white; }
.hero-actions .button span { display: grid; font-size: 1.05rem; line-height: 1.05; }
.hero-actions .button small { font-size: .6rem; font-weight: 500; letter-spacing: .02em; }
.hero-actions .mac-store { background: transparent; color: var(--navy); border: 1px solid rgba(16,27,45,.3); }
.hero-actions .mac-store:hover { background: white; }
.hero-actions .mac-store svg { fill: var(--navy); }
.text-link { font-weight: 600; border-bottom: 1px solid var(--border); padding-bottom: 5px; }
.text-link span { color: var(--coral); margin-left: 6px; }
.platforms { color: var(--ink-muted); font-size: .86rem; margin-top: 20px; }

.hero-stage { min-height: 580px; position: relative; }
.hero-stage::before { content: ""; position: absolute; width: 92%; aspect-ratio: 1; border-radius: 50%; background: var(--navy); right: -18%; top: -9%; }
.orbit { position: absolute; border: 1px solid rgba(255,247,234,.15); border-radius: 50%; z-index: 1; }
.orbit-one { width: 520px; height: 520px; right: -20px; top: 7px; }
.orbit-two { width: 410px; height: 410px; right: 35px; top: 62px; }
.mac-frame { position: absolute; width: 88%; right: -2%; top: 4%; z-index: 2; filter: drop-shadow(0 25px 45px rgba(5,13,27,.45)); }
.mac-frame img { width: 100%; height: auto; display: block; }
.tablet-frame { position: absolute; width: 34%; left: 0%; bottom: 0; z-index: 4; filter: drop-shadow(0 25px 45px rgba(5,13,27,.48)); }
.tablet-frame img { width: 100%; height: auto; display: block; }
.phone-frame { position: absolute; width: 22%; right: 14%; bottom: -4%; z-index: 5; filter: drop-shadow(0 25px 45px rgba(5,13,27,.52)); }
.phone-frame img { width: 100%; height: auto; display: block; }

.trust-strip { background: var(--paper); border-block: 1px solid var(--border); display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(24px, calc((100vw - 1240px) / 2)); }
.trust-strip p { margin: 0; padding: 25px 22px; border-right: 1px solid var(--border); font-weight: 600; font-size: .92rem; }
.trust-strip p:last-child { border-right: 0; }
.trust-strip span { color: var(--coral); font-size: .72rem; margin-right: 14px; }
.section { padding: 130px max(24px, calc((100vw - 1160px) / 2)); }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 60px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
h2 em { color: var(--coral); font-family: "Newsreader", serif; font-weight: 500; }
.section-intro > p:last-child { color: var(--ink-muted); font-size: 1.08rem; line-height: 1.7; max-width: 500px; padding-bottom: 4px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 335px; padding: 34px; background: white; border: 1px solid var(--border); border-radius: 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.step-card:hover svg { transform: scale(1.08) rotate(-3deg); }
.step-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: auto; }
.step-top b { color: var(--coral); font-size: .75rem; letter-spacing: .1em; }
.step-top svg { width: 56px; height: 56px; fill: none; stroke: var(--navy); stroke-width: 2; transition: transform .3s ease; }
.step-card h3 { font-size: 1.45rem; letter-spacing: -.035em; margin: 28px 0 8px; }
.step-card p { color: var(--ink-muted); line-height: 1.55; margin: 0; }
.step-dark { background: var(--navy); color: var(--cream); transform: translateY(24px); }
.step-dark p { color: rgba(255,247,234,.65); }
.step-dark .step-top svg { stroke: var(--coral-light); }

.notes-showcase { background: var(--navy); color: var(--cream); padding: 120px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; overflow: hidden; }
.notes-frame { position: relative; border: 1px solid rgba(255,247,234,.18); border-radius: 12px; overflow: hidden; }
.notes-frame img { border-radius: 11px; position: relative; aspect-ratio: 2.8; width: 100%; object-fit: cover; object-position: center bottom; }
.eyebrow.light { color: var(--coral-light); }
.notes-copy h2 { font-size: clamp(3rem, 4.5vw, 5rem); margin: 25px 0; }
.notes-copy > p:not(.eyebrow) { color: rgba(255,247,234,.65); line-height: 1.7; font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--navy); font-weight: 700; }

.privacy { background: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.privacy-title h2 { margin-top: 28px; }
.privacy-details { align-self: end; padding-bottom: 8px; }
.privacy-lede { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.5; letter-spacing: -.025em; max-width: 620px; }
.privacy-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; margin: 42px 0 36px; }
.privacy-flow > div { display: grid; text-align: center; }
.privacy-flow svg { width: 42px; margin: 0 auto 12px; fill: none; stroke: var(--navy); stroke-width: 2; }
.privacy-flow b { font-size: .9rem; }
.privacy-flow small { font-size: .73rem; margin-top: 4px; color: var(--ink-muted); }
.privacy-flow > span { color: var(--coral); font-size: 1.4rem; }
.flow-device { border: 1px solid var(--coral); border-radius: 18px; padding: 22px 10px; background: var(--cream); box-shadow: 0 12px 35px rgba(16,27,45,.08); }

.plans { background: var(--cream); }
.section-intro.centered { text-align: center; display: block; max-width: 840px; margin: 0 auto 60px; }
.centered .eyebrow { justify-content: center; margin-bottom: 24px; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 950px; margin: 0 auto; align-items: stretch; }
.plan-card { padding: 44px; border: 1px solid var(--border); background: white; border-radius: 26px; position: relative; }
.plan-label { text-transform: uppercase; letter-spacing: .15em; color: var(--coral); font-weight: 700; font-size: .73rem; }
.plan-card h3 { font-size: 2rem; line-height: 1.12; letter-spacing: -.045em; margin: 20px 0 32px; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 38px; display: grid; gap: 15px; color: #4d5868; }
.plan-card li { padding-left: 25px; position: relative; }
.plan-card li::before { content: "✓"; color: var(--coral); font-weight: 700; position: absolute; left: 0; }
.outline-button { display: inline-flex; border: 1px solid var(--navy); border-radius: 12px; padding: 13px 18px; font-weight: 600; }
.outline-button:hover { background: var(--navy); color: white; }
.plan-card.premium { background: var(--navy); color: var(--cream); border-color: var(--navy); }
.premium ul { color: rgba(255,247,234,.68); }
.premium-mark { position: absolute; top: 24px; right: 24px; background: rgba(255,255,255,.08); border-radius: 999px; padding: 8px 12px; text-transform: uppercase; font-size: .6rem; letter-spacing: .12em; }
.coral-button { background: var(--coral); color: var(--navy); }
.coral-button:hover { background: var(--coral-light); }
.plans-note { text-align: center; color: var(--ink-muted); font-size: .82rem; margin: 25px 0 0; }

.faq { background: white; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-heading h2 { font-size: clamp(2.8rem, 4.2vw, 4.8rem); margin: 26px 0 18px; }
.faq-heading > p:last-child { color: var(--ink-muted); }
.faq-heading a { color: var(--coral); text-decoration: underline; text-underline-offset: 4px; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); padding: 0; }
summary { cursor: pointer; list-style: none; padding: 25px 42px 25px 0; font-size: 1.08rem; font-weight: 600; position: relative; }
summary::-webkit-details-marker { display: none; }
summary span::before, summary span::after { content: ""; position: absolute; right: 4px; top: 50%; width: 14px; height: 1px; background: var(--navy); }
summary span::after { transform: rotate(90deg); transition: transform .2s; }
details[open] summary span::after { transform: rotate(0); }
details p { color: var(--ink-muted); line-height: 1.65; padding: 0 40px 24px 0; margin: 0; }

.closing { min-height: 610px; background: var(--coral); color: var(--navy); text-align: center; display: grid; place-items: center; align-content: center; gap: 18px; position: relative; overflow: hidden; padding: 80px 24px; }
.closing img { border-radius: 20px; box-shadow: 0 16px 38px rgba(16,27,45,.2); }
.closing h2 { font-size: clamp(3.2rem, 6.5vw, 6.8rem); max-width: 1000px; position: relative; }
.closing p { font-size: 1.05rem; }
.cream-button { background: var(--cream); color: var(--navy); margin-top: 8px; }
.cream-button:hover { background: white; }
.closing-buttons { display: flex; gap: 12px; position: relative; }
.closing-outline { background: transparent; color: var(--navy); border: 1px solid rgba(16,27,45,.55); }
.closing-outline:hover { background: rgba(255,247,234,.18); }
.closing-wave { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-around; opacity: .13; }
.closing-wave i { width: 2px; background: var(--navy); border-radius: 2px; height: 26%; }
.closing-wave i:nth-child(2n) { height: 52%; }
.closing-wave i:nth-child(3n) { height: 78%; }
footer { background: var(--navy); color: var(--cream); padding: 38px max(24px, calc((100vw - 1160px) / 2)); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; }
.footer-brand img { border-radius: 9px; }
footer > p { color: rgba(255,247,234,.58); font-size: .88rem; }
footer > div { display: flex; gap: 24px; font-size: .86rem; }
footer a:hover { color: var(--coral-light); }
footer small { grid-column: 1 / -1; color: rgba(255,247,234,.35); border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; max-width: 720px; margin: 0 auto; }
  .eyebrow, .hero-actions { justify-content: center; }
  .lede { margin-inline: auto; }
  .hero-stage { width: min(760px, 100%); margin: 0 auto; }
  .section-intro, .privacy, .faq { grid-template-columns: 1fr; gap: 50px; }
  .notes-showcase { grid-template-columns: 1fr; }
  .notes-frame { max-width: 760px; }
  .privacy-details { max-width: 760px; }
}
@media (max-width: 680px) {
  .site-header { width: min(100% - 32px, 1240px); height: 74px; }
  nav { display: none; }
  .button-small { padding: 9px 13px; }
  .hero { padding: 52px 20px 68px; gap: 24px; min-height: auto; }
  h1 { font-size: clamp(3.5rem, 19vw, 5.2rem); }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: min(100%, 240px); }
  .hero-stage { min-height: 380px; width: 100%; margin: 0 auto; }
  .hero-stage::before { width: 115%; right: -35%; top: 4%; }
  .mac-frame { width: 98%; right: -3%; top: 4%; }
  .tablet-frame { width: 38%; left: 0%; bottom: 2%; }
  .phone-frame { width: 25%; right: 6%; bottom: -2%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid var(--border); padding: 18px 8px; }
  .trust-strip p:last-child { border-bottom: 0; }
  .section { padding: 86px 20px; }
  .section-intro { display: block; }
  .section-intro .eyebrow { margin-bottom: 24px; }
  .section-intro > p:last-child { margin-top: 25px; }
  .steps, .plan-grid { grid-template-columns: 1fr; }
  .step-dark { transform: none; }
  .notes-showcase { padding: 86px 20px; gap: 56px; }
  .notes-frame { width: 100%; margin-left: 0; }
  .privacy-flow { gap: 6px; margin-inline: -8px; }
  .privacy-flow > div { min-width: 0; }
  .privacy-flow small { font-size: .62rem; }
  .flow-device { padding: 16px 5px; }
  .plan-card { padding: 34px 26px; }
  .premium-mark { position: static; display: inline-flex; margin-bottom: 12px; }
  .faq { gap: 42px; }
  .closing { min-height: 560px; }
  .closing-buttons { flex-direction: column; width: min(290px, 100%); }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer > p { margin: 0; }
  footer small { width: 100%; grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
