:root {
  --navy: #000000;
  --navy-deep: #000000;
  --teal: #2563eb;
  --teal-bright: #3b82f6;
  --mint: #eff6ff;
  --blue-soft: #f5f8ff;
  --green: #2563eb;
  --text: #334155;
  --muted: #64748b;
  --line: #dbe5f4;
  --white: #fff;
  --shadow: 0 20px 60px rgba(18, 60, 74, .1);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 10px 16px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; height: 76px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(219,233,232,.7); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 20px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; overflow: hidden; background: var(--teal); border-radius: 11px; box-shadow: 0 7px 18px rgba(37,99,235,.22); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 34px; color: #48616a; font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 10px 20px; color: white; background: var(--teal); border-radius: 10px; }
.nav-cta:hover { background: #1d4ed8; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--navy); transition: .25s; }

.hero { position: relative; padding-top: 76px; overflow: hidden; background: linear-gradient(118deg, #f8faff 0%, #eef4ff 52%, #f8faff 100%); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-block: 65px 75px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 21px; height: 2px; background: var(--teal-bright); }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: #93b4f8; }
.eyebrow.light span { background: #93b4f8; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 23px; color: var(--navy); font-size: clamp(44px, 5vw, 68px); line-height: 1.08; letter-spacing: -.045em; }
h1 em { position: relative; color: var(--teal); font-style: normal; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 84%; height: 8px; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12C89 1 177 2 298 7' fill='none' stroke='%2356c9b9' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { max-width: 610px; margin-bottom: 32px; font-size: 18px; line-height: 1.75; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { min-width: 177px; height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 17px; color: white; background: #000; border: 1px solid #000; border-radius: 12px; transition: transform .2s, box-shadow .2s; }
.store-button:hover { background: #000; border-color: #000; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.22); }
.store-button svg { width: 25px; fill: currentColor; }
.store-button span { display: flex; flex-direction: column; font-size: 17px; font-weight: 600; line-height: 1.05; }
.store-button small { margin-bottom: 4px; font-size: 8px; font-weight: 500; letter-spacing: .08em; }
.hero-links { display: flex; gap: 27px; margin-top: 22px; color: var(--teal); font-size: 13px; font-weight: 600; }
.hero-links a:hover { text-decoration: underline; }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 410px; height: 410px; background: rgba(147,180,248,.25); border-radius: 50%; }
.phone { position: relative; z-index: 2; width: 284px; height: 560px; padding: 10px; background: #111827; border: 4px solid #dbe5f4; border-radius: 39px; box-shadow: 0 35px 70px rgba(37,99,235,.2), inset 0 0 0 2px #000; transform: rotate(2.5deg); }
.phone-speaker { position: absolute; z-index: 3; top: 18px; left: 50%; width: 66px; height: 18px; background: #111827; border-radius: 20px; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; background: linear-gradient(180deg, #f8fbff, #eef5ff); border-radius: 27px; }
.phone-brand-preview { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px; text-align: center; }
.phone-brand-preview img { width: 104px; height: 104px; object-fit: cover; border-radius: 24px; box-shadow: 0 18px 35px rgba(37,99,235,.22); }
.phone-brand-preview strong { margin-top: 22px; color: #000; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.phone-brand-preview span { margin-top: 10px; color: #4b5d76; font-size: 13px; line-height: 1.4; }
.app-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.app-top div { display: flex; flex-direction: column; }
.app-top small { color: #84979d; font-size: 9px; }
.app-top strong { color: var(--navy); font-size: 14px; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: #60a5fa; border-radius: 50%; font-size: 9px; font-weight: 700; }
.reading-card { padding: 16px; color: white; background: linear-gradient(145deg, #3b82f6, #2563eb); border-radius: 17px; box-shadow: 0 12px 25px rgba(37,99,235,.22); }
.reading-heading, .reading-meta { display: flex; justify-content: space-between; align-items: center; font-size: 8px; }
.status { padding: 3px 7px; color: #daf8f1; background: rgba(255,255,255,.15); border-radius: 10px; }
.reading-value { margin: 18px 0; font-size: 38px; font-weight: 700; line-height: 1; }
.reading-value small { font-size: 11px; font-weight: 500; }
.reading-meta { padding-top: 11px; border-top: 1px solid rgba(255,255,255,.2); }
.week-head { display: flex; justify-content: space-between; margin: 23px 1px 5px; color: var(--navy); font-size: 10px; }
.week-head span { color: var(--teal); font-size: 8px; }
.chart { height: 84px; display: flex; align-items: flex-end; justify-content: space-around; gap: 9px; padding: 5px 8px 0; border-bottom: 1px solid #dce9e7; background: repeating-linear-gradient(to bottom, transparent 0, transparent 27px, #e8f1f0 28px); }
.chart span { flex: 1; background: #bfdbfe; border-radius: 4px 4px 1px 1px; }
.chart span.active { background: var(--teal-bright); }
.chart-labels { display: flex; justify-content: space-around; margin-top: 5px; color: #92a3a8; font-size: 7px; }
.app-add { width: 100%; margin-top: 24px; padding: 12px; color: white; background: var(--navy); border: 0; border-radius: 10px; font: 600 10px inherit; }
.app-add span { margin-right: 5px; font-size: 16px; vertical-align: -1px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { top: 90px; right: -120px; width: 370px; height: 370px; border: 1px solid rgba(37,99,235,.15); }
.hero-glow-two { bottom: 70px; left: -80px; width: 180px; height: 180px; background: rgba(131,207,221,.11); }
.trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(93,171,162,.15); background: rgba(255,255,255,.65); }
.trust-items { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #567079; font-size: 13px; font-weight: 500; }
.trust-items b { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; color: var(--teal); background: var(--mint); border-radius: 50%; }

.section { padding: 105px 0; }
.section-heading { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .why-copy h2, .privacy-copy h2, .cta-box h2 { margin-bottom: 17px; color: var(--navy); font-size: clamp(33px, 3.8vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.section-heading p { max-width: 610px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.features-section { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 225px; padding: 28px 27px; border: 1px solid #e2eceb; border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-4px); border-color: #bcded9; box-shadow: var(--shadow); }
.feature-card.featured { background: linear-gradient(145deg, #f0fbf9, #f9fdfc); border-color: #cbe9e4; }
.feature-icon, .step-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; color: var(--teal); background: var(--mint); border-radius: 13px; }
.feature-icon svg, .step-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3, .step h3 { margin-bottom: 9px; color: var(--navy); font-size: 18px; }
.feature-card p, .step p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.steps-section { background: var(--blue-soft); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.steps-grid::before { content: ""; position: absolute; top: 41px; left: 18%; right: 18%; border-top: 1px dashed #9bcfc8; }
.step { position: relative; z-index: 1; text-align: center; }
.step-number { width: 30px; margin: 0 auto -15px; color: var(--teal); background: var(--blue-soft); font-size: 10px; font-weight: 700; }
.step-icon { width: 70px; height: 70px; margin: 0 auto 25px; background: white; border: 1px solid #d3e9e6; border-radius: 50%; box-shadow: 0 10px 25px rgba(25,100,106,.08); }
.step-icon svg { width: 28px; }
.step h3 { font-size: 20px; }

.why-section { overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 105px; }
.why-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.circle { position: absolute; border-radius: 50%; }
.circle-large { width: 410px; height: 410px; background: #e9f8f5; }
.circle-small { top: 15px; left: 40px; width: 90px; height: 90px; border: 1px solid #9edbd3; }
.report-card { position: relative; z-index: 2; width: 410px; padding: 28px 28px 20px; background: white; border: 1px solid #dceae8; border-radius: 22px; box-shadow: 0 25px 60px rgba(21,77,86,.14); transform: rotate(-2deg); }
.report-top { display: flex; align-items: start; justify-content: space-between; }
.report-top span { display: flex; flex-direction: column; }
.report-top small { color: var(--muted); font-size: 11px; }
.report-top strong { color: var(--navy); font-size: 30px; }
.report-top i { color: var(--muted); font-size: 10px; font-style: normal; font-weight: 500; }
.report-top b { padding: 5px 10px; color: var(--teal); background: var(--mint); border-radius: 12px; font-size: 9px; }
.line-chart { width: 100%; height: 130px; margin-top: 20px; overflow: visible; }
.line-chart .area { fill: url(#chartFill); }
.line-chart .line { fill: none; stroke: #2563eb; stroke-width: 3; stroke-linecap: round; }
.report-days { display: flex; justify-content: space-between; color: #93a5aa; font-size: 8px; }
.report-note { position: absolute; z-index: 3; right: -25px; bottom: 17px; display: flex; align-items: center; gap: 12px; padding: 13px 18px; background: white; border-radius: 13px; box-shadow: 0 15px 35px rgba(21,77,86,.15); }
.report-note > span { display: grid; place-items: center; width: 33px; height: 33px; color: #e56e73; background: #fff0f0; border-radius: 9px; }
.report-note div { display: flex; flex-direction: column; }
.report-note strong { color: var(--navy); font-size: 11px; }
.report-note small { color: var(--muted); font-size: 8px; }
.why-copy > p { margin-bottom: 28px; color: var(--muted); font-size: 17px; }
.benefit-list { margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 14px; margin: 18px 0; }
.benefit-list li > span { flex: 0 0 27px; height: 27px; display: grid; place-items: center; margin-top: 2px; color: var(--teal); background: var(--mint); border-radius: 50%; font-size: 12px; font-weight: 700; }
.benefit-list strong { color: var(--navy); font-size: 16px; }
.benefit-list p { margin: 1px 0 0; color: var(--muted); font-size: 13px; }

.screenshots-section { background: #f7fbfb; }
.screenshots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.screenshot-card { margin: 0; }
.shot-frame { aspect-ratio: 9 / 19.5; overflow: hidden; background: white; border: 7px solid white; border-radius: 30px; box-shadow: 0 18px 46px rgba(15,23,42,.14); transition: transform .25s, box-shadow .25s; }
.shot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.screenshot-card:hover .shot-frame { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(37,99,235,.18); }
.screenshot-card figcaption { margin-top: 17px; color: var(--navy); font-size: 15px; font-weight: 600; text-align: center; }

.privacy-section { padding-block: 90px; color: #c9dfdf; background: var(--navy-deep); }
.privacy-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.privacy-copy h2 { color: white; }
.privacy-copy > p { max-width: 650px; margin-bottom: 35px; color: #aac4c5; font-size: 17px; }
.privacy-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.privacy-points div { padding: 18px; border: 1px solid rgba(169,218,212,.16); border-radius: 12px; }
.privacy-points span { display: block; margin-bottom: 10px; color: #93c5fd; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.privacy-points p { margin: 0; font-size: 12px; line-height: 1.6; }
.text-link-light { display: inline-block; margin-top: 28px; color: #93c5fd; font-size: 13px; font-weight: 600; }
.text-link-light span { margin-left: 5px; }
.privacy-art { position: relative; min-height: 320px; display: grid; place-items: center; }
.shield { position: relative; z-index: 2; width: 165px; }
.shield svg { fill: rgba(37,99,235,.17); stroke: #60a5fa; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.shield svg path:last-child { fill: none; stroke-width: 6; }
.orbit { position: absolute; border: 1px solid rgba(102,202,191,.18); border-radius: 50%; }
.orbit-one { width: 270px; height: 270px; }
.orbit-two { width: 360px; height: 360px; }

.disclaimer-section { padding: 52px 0; background: #fffcf4; }
.disclaimer { display: flex; align-items: flex-start; gap: 20px; max-width: 960px; margin: auto; padding: 25px 28px; border: 1px solid #eee2bf; border-radius: 16px; }
.disclaimer-icon { flex: 0 0 40px; height: 40px; display: grid; place-items: center; color: #a87e22; background: #fff3cb; border-radius: 50%; font-weight: 700; }
.disclaimer h2 { margin-bottom: 5px; color: var(--navy); font-size: 16px; }
.disclaimer p { margin: 0; color: #6f7473; font-size: 13px; }

.cta-section { padding: 80px 0; }
.cta-box { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 55px; padding: 55px 65px; overflow: hidden; color: #dbeafe; background: linear-gradient(130deg, #2563eb, #000); border-radius: 27px; }
.cta-box::after { content: ""; position: absolute; right: -90px; bottom: -160px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-box > * { position: relative; z-index: 2; }
.cta-kicker { color: #bfdbfe; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.cta-box h2 { max-width: 600px; margin: 9px 0 12px; color: white; }
.cta-box p { max-width: 600px; margin: 0; font-size: 14px; }
.cta-box .store-buttons { flex: 0 0 180px; }

.site-footer { padding-top: 65px; color: #72878e; background: #f5f9f9; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 60px; padding-bottom: 50px; }
.footer-brand p { max-width: 280px; margin: 17px 0 0; font-size: 13px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-column h3 { margin-bottom: 5px; color: var(--navy); font-size: 13px; }
.footer-column a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid #dbe8e7; font-size: 11px; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .site-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-visual { transform: scale(.9); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { gap: 50px; }
  .report-card { width: 350px; }
  .screenshots-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
  .shot-frame { max-width: 270px; margin: auto; }
  .privacy-grid { grid-template-columns: 1fr .45fr; gap: 35px; }
  .privacy-points { grid-template-columns: 1fr; gap: 8px; }
  .privacy-points div { display: flex; gap: 12px; padding: 12px 16px; }
  .privacy-points span { margin: 1px 0 0; }
  .cta-box { padding: 45px; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 25px; visibility: hidden; opacity: 0; background: white; transform: translateY(-10px); transition: .25s; }
  .site-nav.open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { padding: 15px 10px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 15px; color: white; text-align: center; border: 0; }
  .hero { padding-top: 68px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding: 65px 0 30px; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  h1 { margin-inline: auto; font-size: clamp(40px, 12vw, 58px); }
  .hero-lead { margin-inline: auto; font-size: 16px; }
  .store-buttons, .hero-links { justify-content: center; }
  .hero-visual { min-height: 560px; transform: scale(.92); }
  .trust-items { flex-wrap: wrap; justify-content: center; padding: 20px 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading p { font-size: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 45px; }
  .steps-grid::before { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-visual { order: 2; min-height: 390px; transform: scale(.9); }
  .why-copy { order: 1; }
  .screenshots-grid { gap: 30px 15px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-art { min-height: 260px; }
  .cta-box { flex-direction: column; align-items: flex-start; padding: 38px 28px; }
  .cta-box .store-buttons { flex-basis: auto; justify-content: flex-start; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .brand { font-size: 18px; }
  .hero-grid { padding-top: 52px; }
  h1 { font-size: 42px; }
  .store-buttons { flex-direction: column; align-items: stretch; }
  .store-button { width: 100%; }
  .hero-links { flex-wrap: wrap; }
  .hero-visual { min-height: 510px; margin: -18px 0; transform: scale(.8); }
  .trust-items { align-items: flex-start; flex-direction: column; padding-left: 28px; }
  .section-heading h2, .why-copy h2, .privacy-copy h2, .cta-box h2 { font-size: 33px; }
  .screenshots-grid { grid-template-columns: 1fr; }
  .shot-frame { max-width: 255px; margin: auto; }
  .why-visual { min-height: 350px; margin: -15px 0; transform: scale(.75); }
  .privacy-points div { align-items: flex-start; }
  .disclaimer { padding: 20px; }
  .cta-box .store-buttons { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-column:last-child, .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

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