:root {
  --ink: #172b27;
  --green: #234b41;
  --deep-green: #153c34;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --mint: #dcead8;
  --sun: #f6d770;
  --lilac: #ddd5ee;
  --coral: #ed8067;
  --muted: #69746e;
  --line: rgba(23, 43, 39, .16);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-pad { padding: 120px 0; }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: rgba(245, 241, 232, .9); border-color: var(--line); backdrop-filter: blur(15px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 17px var(--display); letter-spacing: -.4px; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--green); }
.brand-mark svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; gap: 38px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: .25s; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 100px; font-size: 13px; font-weight: 700; transition: .2s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.nav-cta span { padding-left: 8px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 810px; padding: 145px 0 70px; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero::after { content: ""; position: absolute; width: 100%; height: 90px; bottom: -45px; left: 0; background: var(--paper); border-radius: 50% 50% 0 0 / 50% 50% 0 0; }
.hero-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 35px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 10px; font: 700 11px var(--display); letter-spacing: 2px; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(237,128,103,.18); }
.hero h1, h2 { font: 700 clamp(52px, 6.2vw, 82px)/1.03 var(--display); letter-spacing: -4.6px; margin: 25px 0; }
h1 em, h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.hero-text { color: #4e5c56; font-size: 18px; line-height: 1.7; max-width: 555px; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; gap: 12px; border-radius: 10px; padding: 11px 22px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(23,43,39,.18); }
.button-dark { color: white; background: var(--ink); }
.button small { display: block; font-size: 8px; letter-spacing: 1.4px; }
.play-icon { font-size: 23px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { padding-left: 8px; }
.trust-row { margin-top: 35px; display: flex; gap: 22px; color: var(--muted); font-size: 12px; }
.trust-row i { font-style: normal; color: var(--green); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.glow-one { width: 620px; height: 620px; right: -170px; top: 60px; background: rgba(217,232,213,.75); }
.glow-two { width: 300px; height: 300px; right: 290px; top: 260px; background: rgba(245,214,112,.3); }
.hero-visual { position: relative; min-height: 575px; display: grid; place-items: center; }
.phone { width: 285px; height: 580px; padding: 9px; position: relative; z-index: 3; border: 2px solid var(--ink); border-radius: 43px; background: #172b27; box-shadow: 0 35px 60px rgba(23,43,39,.22); transform: rotate(2deg); }
.phone::before { content: ""; position: absolute; z-index: 4; top: 16px; left: 50%; width: 85px; height: 20px; transform: translateX(-50%); border-radius: 15px; background: #172b27; }
.phone-screen { height: 100%; overflow: hidden; padding: 14px 14px 0; border-radius: 34px; background: #fbfaf6; }
.phone-status { display: flex; justify-content: space-between; font-size: 8px; font-weight: 700; padding: 0 7px; }
.app-heading { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
.app-heading small { font-size: 7px; letter-spacing: 1.4px; color: var(--muted); }
.app-heading h3 { margin: 1px 0; font: 800 22px var(--display); letter-spacing: -1px; }
.avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--sun); font-size: 8px; font-weight: 800; }
.search-bar { padding: 10px 11px; margin: 13px 0; border: 1px solid #e4e3dc; border-radius: 9px; color: #9b9f9c; font-size: 8px; background: white; }
.search-bar span { font-size: 13px; padding-right: 5px; }
.app-row { display: flex; align-items: center; justify-content: space-between; margin: 12px 0 8px; font-size: 9px; }
.app-row small { color: var(--muted); }
.app-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.app-note { height: 142px; padding: 10px; border-radius: 12px; }
.green-note { background: var(--mint); }
.lilac-note { background: var(--lilac); }
.app-note > span { font-size: 12px; }
.app-note h4 { font: 700 10px/1.35 var(--display); margin: 12px 0 5px; }
.app-note p { height: 30px; font-size: 7px; line-height: 1.4; color: var(--muted); }
.app-note footer { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; }
.app-note footer small { font-size: 6px; font-weight: 800; letter-spacing: .6px; }
.app-note footer b { font-size: 7px; }
.recent { margin-top: 15px; }
.list-note { display: grid; grid-template-columns: 9px 1fr auto; gap: 8px; align-items: center; padding: 9px 5px; border-top: 1px solid #eceae3; }
.list-note .dot { width: 7px; height: 7px; border-radius: 50%; }
.dot.coral { background: var(--coral); }.dot.blue { background: #9ab5d6; }
.list-note b { display: block; font-size: 8px; }.list-note small { display: block; color: var(--muted); font-size: 6px; margin-top: 2px; }
.phone-tabs { height: 54px; margin: 9px -14px 0; padding: 7px 10px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #e6e4dc; background: white; }
.phone-tabs span { display: grid; place-items: center; font-size: 11px; }
.phone-tabs small { font-size: 5px; margin-top: 3px; }
.phone-tabs button { width: 34px; height: 34px; border: 0; border-radius: 50%; color: white; background: var(--green); font-size: 17px; }
.floating-card { position: absolute; z-index: 4; width: 175px; padding: 17px; border: 1px solid rgba(23,43,39,.25); border-radius: 12px; box-shadow: 0 17px 30px rgba(23,43,39,.12); }
.floating-card strong { display: block; margin: 13px 0 15px; font: 700 13px/1.35 var(--display); }
.floating-card small { font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
.mini-icon { font-size: 17px; }
.card-yellow { left: -15px; top: 80px; background: var(--sun); transform: rotate(-7deg); }
.card-lilac { right: -5px; bottom: 70px; background: var(--lilac); transform: rotate(7deg); }
.scroll-cue { position: absolute; z-index: 3; bottom: 55px; left: calc(50% - 580px); display: flex; align-items: center; gap: 12px; font-size: 8px; font-weight: 700; letter-spacing: 1.6px; transform: rotate(-90deg); transform-origin: left; }
.scroll-cue span { width: 35px; height: 1px; background: var(--ink); }

.intro { position: relative; z-index: 2; background: var(--paper); }
.section-label { color: var(--muted); }
.section-label span { color: var(--coral); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: end; }
.intro h2, .section-head h2, .privacy-copy h2, .faq h2, .final-cta h2 { font-size: clamp(45px, 5vw, 68px); margin: 25px 0; }
.intro-copy > p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.stat-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--line); }
.stat-line strong { display: block; font: 700 31px var(--display); }.stat-line span { color: var(--muted); font-size: 10px; }

.features { background: #f0ece2; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.section-head > p { max-width: 320px; padding-bottom: 12px; color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { min-height: 470px; padding: 37px; position: relative; overflow: hidden; border-radius: 22px; border: 1px solid rgba(23,43,39,.1); }
.feature-wide { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(23,43,39,.2); border-radius: 50%; font-size: 24px; }
.feature-num { display: block; margin-top: 5px; font: 700 9px var(--display); letter-spacing: 1.7px; }
.feature-card h3 { margin: 18px 0 12px; font: 700 27px/1.15 var(--display); letter-spacing: -1.2px; }
.feature-card p { color: #53625c; line-height: 1.65; font-size: 14px; }
.feature-card > div > a { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid; font-weight: 700; font-size: 12px; }
.mint { grid-column: span 2; background: var(--mint); }
.sun { background: var(--sun); }.lilac { background: var(--lilac); }.coral-bg { grid-column: span 2; background: #ef8a70; }
.search-demo { width: 300px; align-self: center; justify-self: center; padding: 17px; border-radius: 14px; background: rgba(255,255,255,.66); transform: rotate(2deg); box-shadow: 0 16px 30px rgba(29,70,59,.12); }
.search-demo > div { display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid rgba(23,43,39,.15); border-radius: 8px; background: white; font-size: 11px; }
.search-demo > div i { height: 13px; width: 1px; background: var(--ink); animation: blink .8s infinite; }
@keyframes blink { 50% { opacity: 0; } }
.search-demo p { display: flex; justify-content: space-between; padding: 0 3px; font-size: 9px; }.search-demo p small { font-size: 7px; }
.search-demo ul { margin: 0; padding: 0; list-style: none; }
.search-demo li { display: flex; gap: 9px; padding: 9px 4px; border-top: 1px solid rgba(23,43,39,.1); font-size: 9px; }
.tag-cloud { height: 145px; position: relative; margin-top: 30px; border: 1px dashed rgba(23,43,39,.18); border-radius: 50%; }
.tag-cloud span { position: absolute; padding: 8px 13px; border: 1px solid var(--ink); border-radius: 100px; background: rgba(255,255,255,.55); font-size: 10px; font-weight: 700; }
.tag-cloud span:nth-child(1) { top: 17px; left: 35px; transform: rotate(-5deg); }.tag-cloud span:nth-child(2) { top: 57px; right: 42px; transform: rotate(5deg); }.tag-cloud span:nth-child(3) { bottom: 12px; left: 70px; }.tag-cloud span:nth-child(4) { top: 18px; right: 65px; }
.theme-toggle { display: flex; gap: 4px; position: absolute; left: 37px; right: 37px; bottom: 40px; padding: 5px; border: 1px solid rgba(23,43,39,.15); border-radius: 100px; background: rgba(255,255,255,.3); }
.theme-toggle span { flex: 1; padding: 11px; border-radius: 100px; text-align: center; font-size: 10px; font-weight: 700; }
.theme-toggle span:first-child { background: var(--paper); box-shadow: 0 3px 10px rgba(23,43,39,.1); }
.privacy-stamp { display: grid; place-items: center; position: relative; align-self: center; justify-self: center; }
.stamp-ring { width: 190px; height: 190px; display: grid; place-items: center; border: 1px solid rgba(23,43,39,.35); border-radius: 50%; text-align: center; font: 600 11px/2 var(--display); letter-spacing: 3px; }
.stamp-ring b { font-size: 17px; letter-spacing: 1px; }
.lock { position: absolute; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; color: var(--paper); background: var(--green); font-size: 23px; transform: rotate(3deg); }

.privacy-section { color: var(--cream); background: var(--deep-green); overflow: hidden; }
.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.privacy-art { min-height: 510px; position: relative; display: grid; place-items: center; }
.shield { position: relative; z-index: 2; font: 400 210px Georgia; color: var(--mint); line-height: 1; }
.shield span { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%); color: var(--deep-green); font: 700 55px var(--display); }
.orbit { position: absolute; border: 1px solid rgba(245,241,232,.18); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; }.orbit-two { width: 550px; height: 310px; transform: rotate(-25deg); }
.orbit-label { position: absolute; z-index: 3; padding: 8px 13px; border: 1px solid rgba(245,241,232,.4); border-radius: 100px; background: var(--deep-green); font: 700 8px var(--display); letter-spacing: 1.5px; }
.label-one { top: 75px; left: 70px; }.label-two { right: 20px; top: 210px; }.label-three { bottom: 55px; left: 150px; }
.light-label { color: rgba(245,241,232,.6); }
.privacy-copy h2 { color: var(--paper); }.privacy-copy p { max-width: 490px; color: rgba(245,241,232,.65); font-size: 16px; line-height: 1.7; }
.privacy-copy ul { margin: 36px 0 0; padding: 0; list-style: none; }
.privacy-copy li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid rgba(245,241,232,.15); }
.privacy-copy li i { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--deep-green); background: var(--sun); font-style: normal; font-size: 12px; }
.privacy-copy li b, .privacy-copy li small { display: block; }.privacy-copy li b { font: 600 14px var(--display); }.privacy-copy li small { color: rgba(245,241,232,.55); margin-top: 5px; }

.simple { background: var(--paper); }
.centered { display: block; text-align: center; }.centered .section-label { justify-content: center; }
.steps { display: grid; grid-template-columns: 1fr 100px 1fr 100px 1fr; align-items: center; margin-top: 70px; }
.steps article { text-align: center; }
.steps article > span { font: 700 9px var(--display); letter-spacing: 2px; color: var(--coral); }
.step-icon { width: 100px; height: 100px; display: grid; place-items: center; margin: 20px auto; border: 1px solid var(--ink); border-radius: 50%; font-size: 35px; }
.steps article:nth-of-type(2) .step-icon { background: var(--sun); }.steps article:nth-of-type(3) .step-icon { background: var(--lilac); }
.steps h3 { font: 700 20px var(--display); margin: 8px; }.steps p { max-width: 230px; margin: auto; color: var(--muted); font-size: 13px; line-height: 1.6; }
.step-line { height: 1px; border-top: 1px dashed rgba(23,43,39,.4); }

.faq { background: #f0ece2; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.faq-grid > div:first-child > p { margin: 55px 0 8px; color: var(--muted); font-size: 13px; }.faq-grid > div:first-child > a { font-weight: 700; font-size: 14px; border-bottom: 1px solid; padding-bottom: 4px; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; padding: 24px 0; border: 0; background: none; display: flex; justify-content: space-between; text-align: left; cursor: pointer; font: 600 16px var(--display); }
.accordion button i { font-style: normal; font-size: 20px; font-weight: 400; }
.answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.answer p { max-width: 620px; margin: -3px 0 25px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.accordion article.open .answer { max-height: 150px; }

.final-cta { position: relative; overflow: hidden; padding: 115px 0; text-align: center; background: var(--sun); }
.final-cta h2 { margin: 24px 0; }.final-cta p { max-width: 500px; margin: 0 auto 28px; color: #5c604c; line-height: 1.7; }
.large-mark { width: 55px; height: 55px; margin: auto; }.large-mark svg { width: 33px; }
.final-cta .button { margin: auto; }.cta-note { display: block; margin-top: 15px; color: #62604b; }
.cta-doodle { position: absolute; font-size: 150px; opacity: .12; }.doodle-left { top: 40px; left: 8%; transform: rotate(-15deg); }.doodle-right { right: 8%; bottom: 20px; transform: rotate(20deg); }

.site-footer { padding: 75px 0 28px; color: var(--paper); background: #102d27; }
.footer-top { display: flex; justify-content: space-between; }
.footer-brand .brand-mark { color: var(--deep-green); background: var(--mint); }
.footer-top > div > p { margin-top: 24px; color: rgba(245,241,232,.5); font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 85px; }
.footer-links div { display: flex; flex-direction: column; gap: 14px; }.footer-links b { margin-bottom: 5px; font: 700 9px var(--display); letter-spacing: 1.5px; text-transform: uppercase; color: rgba(245,241,232,.45); }.footer-links a { font-size: 12px; }.footer-links a:hover { color: var(--sun); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 24px; border-top: 1px solid rgba(245,241,232,.12); color: rgba(245,241,232,.4); font-size: 10px; }

.legal-page { min-height: 100vh; padding: 155px 0 100px; background: var(--paper); }
.legal-wrap { max-width: 820px; }
.legal-page h1 { margin: 20px 0 18px; font: 700 clamp(46px, 6vw, 72px)/1.05 var(--display); letter-spacing: -3.5px; }
.legal-meta { color: var(--muted); margin-bottom: 50px; }
.legal-card { padding: 45px 55px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.legal-card h2 { margin: 38px 0 12px; font-size: 22px; letter-spacing: -.7px; }.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #56615d; line-height: 1.75; font-size: 15px; }.legal-card ul { padding-left: 20px; }.legal-card a { color: var(--green); font-weight: 700; border-bottom: 1px solid; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }

@media (max-width: 900px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: 5px; padding: 8px; border: 0; background: none; cursor: pointer; }
  .menu-button span { width: 23px; height: 2px; background: var(--ink); transition: .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 84px 0 auto; padding: 25px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; gap: 22px; font-weight: 700; }
  .mobile-nav.open { display: flex; }
  .hero-grid, .intro-grid, .privacy-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }.hero-copy { text-align: center; }.eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-text { margin-left: auto; margin-right: auto; }
  .hero-visual { margin-top: 15px; }.scroll-cue { display: none; }
  .intro-grid, .privacy-grid, .faq-grid { gap: 40px; }
  .feature-wide { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }.section-head > p { max-width: 500px; }
  .footer-links { gap: 35px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 30px, 1160px); }
  .section-pad { padding: 80px 0; }
  .nav-wrap { height: 70px; }.mobile-nav { inset: 70px 0 auto; }
  .brand { font-size: 15px; }.brand-mark { width: 32px; height: 32px; }
  .hero { min-height: auto; padding-top: 115px; }
  .hero h1, h2 { letter-spacing: -2.8px; }.hero h1 { font-size: 52px; }
  .hero-text { font-size: 16px; }.hero-actions { flex-direction: column; gap: 20px; }.trust-row { flex-wrap: wrap; gap: 12px; }
  .hero-visual { min-height: 500px; transform: scale(.83); margin: -20px -35px -60px; }.phone { height: 560px; }
  .floating-card { width: 150px; }.card-yellow { left: -5px; }.card-lilac { right: -5px; }
  .intro h2, .section-head h2, .privacy-copy h2, .faq h2, .final-cta h2 { font-size: 43px; }
  .stat-line { gap: 12px; }.stat-line strong { font-size: 25px; }
  .feature-grid { grid-template-columns: 1fr; }.mint, .sun, .lilac, .coral-bg { grid-column: span 1; }
  .feature-card, .feature-wide { display: block; min-height: 430px; padding: 28px; }.feature-wide .search-demo { width: 100%; margin-top: 25px; }.coral-bg { min-height: 590px; }.privacy-stamp { margin-top: 35px; }
  .privacy-art { min-height: 390px; transform: scale(.8); margin: -35px; }
  .steps { grid-template-columns: 1fr; gap: 25px; }.step-line { width: 1px; height: 30px; border-left: 1px dashed; border-top: 0; margin: auto; }
  .faq-grid { gap: 25px; }.faq-grid > div:first-child > p { margin-top: 25px; }
  .final-cta { padding: 85px 10px; }.cta-doodle { display: none; }
  .footer-top { display: block; }.footer-links { margin-top: 45px; grid-template-columns: 1fr 1fr; row-gap: 35px; }.footer-bottom { display: block; line-height: 2; }
  .legal-page { padding: 120px 0 70px; }.legal-card { padding: 28px 22px; }.legal-page h1 { letter-spacing: -2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
