:root {
  --fog: #eef4f8;
  --ink: #142333;
  --muted: #687b8d;
  --blue: #3979e8;
  --blue-dark: #2f68c9;
  --line: #cedbe5;
  --soft: #dfeaf2;
  --white: #ffffff;
  --success: #2e9c74;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--fog);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus { outline: none; }
a:focus-visible { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }

.section-shell, .site-nav, footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 20px; font-weight: 720; letter-spacing: -.55px; }
.brand-mark { position: relative; display: block; width: 32px; height: 32px; border: 2px solid var(--blue); border-radius: 50%; }
.brand-mark::after { position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); transform: translate(-50%, -50%); content: ""; }
.brand-hand { position: absolute; top: 50%; left: 50%; height: 2px; border-radius: 2px; background: var(--blue); transform-origin: 0 50%; }
.brand-hand-long { width: 9px; transform: rotate(-90deg); }
.brand-hand-short { width: 7px; transform: rotate(24deg); }
.nav-links { display: flex; align-items: center; gap: 32px; color: #4c6174; font-size: 14px; font-weight: 550; }
.nav-links a, footer a { transition: color .16s ease; }
.nav-links a:hover, footer a:hover { color: var(--blue); }
.nav-cta { justify-self: end; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgb(255 255 255 / .58); font-size: 13px; font-weight: 680; transition: color .16s ease, border-color .16s ease; }
.nav-cta:hover { color: var(--blue); border-color: #a8c2dc; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
  min-height: 690px;
  padding-block: 56px 76px;
}
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 760; letter-spacing: .115em; }
.eyebrow > span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.hero h1 { max-width: 680px; margin: 21px 0 22px; font-size: clamp(54px, 6.4vw, 86px); font-weight: 720; letter-spacing: -.068em; line-height: .95; }
.hero-lede { max-width: 610px; margin: 0; color: #53697d; font-size: clamp(18px, 2vw, 21px); line-height: 1.52; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 33px; }
.download-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; font-weight: 560; letter-spacing: .01em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 15px; font-size: 14px; font-weight: 700; transition: transform .16s ease, background .16s ease, color .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 28px rgb(57 121 232 / .22); }
.button-primary:hover { background: var(--blue-dark); }
.button-primary:focus-visible, .button-light:focus-visible { color: var(--white); text-decoration: none; box-shadow: 0 0 0 3px rgb(57 121 232 / .18); }
.text-link { display: flex; align-items: center; gap: 9px; color: #4d6376; font-size: 14px; font-weight: 650; }
.text-link span { color: var(--blue); transition: transform .16s ease; }
.text-link:hover span { transform: translateX(3px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 34px; color: var(--muted); font-size: 12px; font-weight: 560; }
.trust-row span { display: flex; align-items: center; gap: 6px; }
.trust-row svg { color: var(--blue); }

.hero-visual { position: relative; display: grid; min-height: 570px; place-items: center; }
.hero-visual::before { position: absolute; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle at 36% 30%, #fafdff 0, #d6e8f8 48%, #c4dbef 100%); box-shadow: inset 0 0 0 1px rgb(82 133 176 / .1); content: ""; }
.hero-orbit { position: absolute; border: 1px solid rgb(57 121 232 / .18); border-radius: 50%; }
.orbit-one { width: 560px; height: 310px; transform: rotate(-17deg); }
.orbit-two { width: 430px; height: 540px; transform: rotate(28deg); }
.hero-note, .match-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgb(206 219 229 / .85); border-radius: 14px; background: rgb(255 255 255 / .91); box-shadow: 0 14px 34px rgb(20 35 51 / .12); backdrop-filter: blur(10px); }
.hero-note svg { width: 22px; height: 22px; color: var(--blue); }
.hero-note span, .match-card div { display: flex; flex-direction: column; gap: 2px; color: var(--muted); font-size: 10px; }
.hero-note b, .match-card b { color: var(--ink); font-size: 11px; }
.note-one { top: 124px; right: -8px; }
.note-two { bottom: 94px; left: -28px; }

.phone { position: relative; z-index: 3; width: 282px; height: 572px; overflow: hidden; border: 7px solid #111b24; border-radius: 38px; background: var(--fog); box-shadow: 0 32px 72px rgb(20 35 51 / .24); }
.phone-island { position: absolute; top: 0; left: 50%; z-index: 8; width: 82px; height: 23px; border-radius: 0 0 14px 14px; background: #111b24; transform: translateX(-50%); }
.phone-status { position: relative; z-index: 4; display: flex; justify-content: space-between; height: 34px; padding: 13px 17px 0; font-size: 9px; font-weight: 750; }
.phone-screen { display: flex; flex-direction: column; height: calc(100% - 34px); padding: 20px 17px 15px; }
.phone-date { color: var(--muted); font-size: 7px; font-weight: 720; letter-spacing: .08em; }
.phone-screen > h3 { margin: 7px 0 17px; font-size: 23px; letter-spacing: -.8px; }
.next-alarm { position: relative; min-height: 150px; padding: 18px; border-radius: 21px; background: var(--blue); color: var(--white); }
.next-alarm > span { opacity: .72; font-size: 7px; font-weight: 720; letter-spacing: .08em; }
.next-alarm > strong { display: block; margin-top: 11px; font-size: 42px; line-height: 1; letter-spacing: -2px; }
.next-alarm small, .alarm-row small { font-size: 9px; letter-spacing: 0; }
.target-chip { position: absolute; right: 13px; bottom: 13px; display: flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 999px; background: rgb(255 255 255 / .16); font-size: 7px; font-weight: 650; }
.target-chip svg { width: 12px; height: 12px; }
.alarm-list-heading { display: flex; justify-content: space-between; margin: 19px 2px 5px; font-size: 9px; }
.alarm-list-heading span { color: var(--muted); font-size: 7px; }
.alarm-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 1px; border-bottom: 1px solid var(--line); }
.alarm-row div { display: flex; flex-direction: column; gap: 3px; }
.alarm-row strong { font-size: 18px; letter-spacing: -.5px; }
.alarm-row span { color: var(--muted); font-size: 7px; }
.alarm-row i { position: relative; width: 26px; height: 15px; border-radius: 20px; background: var(--blue); }
.alarm-row i::after { position: absolute; top: 2px; right: 2px; width: 11px; height: 11px; border-radius: 50%; background: var(--white); content: ""; }
.phone-nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; margin-top: auto; color: var(--muted); font-size: 7px; text-align: center; }
.phone-nav span { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.phone-nav svg { width: 15px; height: 15px; }
.phone-nav b { display: grid; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 23px; font-weight: 350; place-items: center; }

.promise-strip { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 5vw, 70px); min-height: 104px; padding: 20px 28px; background: var(--ink); color: var(--white); }
.promise-strip p { margin: 0; font-size: clamp(16px, 2vw, 21px); font-weight: 620; }
.promise-strip span { width: 5px; height: 5px; border-radius: 50%; background: #76a8ff; }

.how { padding-block: 128px 136px; }
.section-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .feature-copy h2, .privacy h2, .launch h2 { margin: 17px 0 14px; font-size: clamp(40px, 5vw, 62px); font-weight: 710; letter-spacing: -.058em; line-height: 1.02; }
.section-heading > p { max-width: 590px; margin: auto; color: var(--muted); font-size: 17px; line-height: 1.55; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.step-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgb(255 255 255 / .68); }
.featured-step { background: var(--blue-dark); color: var(--white); border-color: transparent; box-shadow: 0 22px 44px rgb(57 121 232 / .2); }
.step-number { color: var(--muted); font-size: 11px; font-weight: 720; letter-spacing: .1em; }
.featured-step .step-number { color: var(--white); }
.step-icon { display: grid; width: 58px; height: 58px; margin-top: 52px; border-radius: 17px; background: var(--soft); color: var(--blue); place-items: center; }
.featured-step .step-icon { background: rgb(255 255 255 / .16); color: var(--white); }
.step-icon svg { width: 27px; height: 27px; }
.step-card h3 { margin: 24px 0 9px; font-size: 21px; letter-spacing: -.4px; }
.step-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.step-card.featured-step p { color: var(--white); }

.feature-story { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(0, 1fr); min-height: 760px; background: var(--white); }
.feature-visual { position: relative; display: grid; overflow: hidden; background: linear-gradient(145deg, #d7e8f6, #edf5fa); place-items: center; }
.feature-visual::before, .feature-visual::after { position: absolute; border: 1px solid rgb(57 121 232 / .16); border-radius: 50%; content: ""; }
.feature-visual::before { width: 610px; height: 420px; transform: rotate(23deg); }
.feature-visual::after { width: 440px; height: 620px; transform: rotate(-28deg); }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 112px); }
.feature-copy h2 { max-width: 630px; }
.feature-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.feature-copy ul { display: flex; flex-direction: column; gap: 24px; padding: 0; margin: 38px 0 0; list-style: none; }
.feature-copy li { display: flex; gap: 13px; }
.feature-copy li > svg { flex: 0 0 auto; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--soft); color: var(--blue); }
.feature-copy li span { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.feature-copy li b { color: var(--ink); font-size: 14px; }
.phone-challenge { height: 610px; background: var(--ink); color: var(--white); transform: rotate(-3deg); }
.phone-challenge .phone-status { color: var(--white); }
.challenge-screen { display: flex; flex-direction: column; align-items: center; height: calc(100% - 34px); padding: 14px 16px 16px; }
.challenge-time { font-size: 36px; letter-spacing: -1.4px; }
.challenge-label { margin-top: 3px; color: rgb(255 255 255 / .58); font-size: 8px; }
.viewfinder { position: relative; flex: 1; width: 100%; margin-top: 19px; overflow: hidden; border-radius: 22px; background: #4e626e; }
.mirror { position: absolute; inset: 0; background: linear-gradient(145deg, #80939f, #445968); }
.mirror > span { position: absolute; top: 12%; left: 22%; width: 56%; height: 68%; border: 6px solid #d3c5ab; background: linear-gradient(145deg, rgb(238 247 250 / .52), rgb(148 173 185 / .24)); }
.corner { position: absolute; width: 27px; height: 27px; border-color: var(--white); border-style: solid; }
.corner-one { top: 18px; left: 18px; border-width: 2px 0 0 2px; }
.corner-two { top: 18px; right: 18px; border-width: 2px 2px 0 0; }
.corner-three { right: 18px; bottom: 18px; border-width: 0 2px 2px 0; }
.corner-four { bottom: 18px; left: 18px; border-width: 0 0 2px 2px; }
.scan-pill { position: absolute; bottom: 14px; left: 50%; display: flex; align-items: center; gap: 5px; padding: 6px 9px; border-radius: 999px; background: rgb(13 25 35 / .75); font-size: 7px; font-weight: 650; transform: translateX(-50%); white-space: nowrap; }
.scan-pill svg { width: 12px; height: 12px; }
.challenge-screen h3 { margin: 15px 0 4px; font-size: 13px; }
.challenge-screen p { margin: 0; color: rgb(255 255 255 / .53); font-size: 7px; }
.shutter { display: grid; width: 54px; height: 54px; margin-top: 13px; padding: 4px; border: 2px solid var(--white); border-radius: 50%; place-items: center; }
.shutter span { display: grid; width: 100%; height: 100%; border-radius: 50%; background: var(--blue); place-items: center; }
.shutter svg { width: 18px; height: 18px; }
.match-card { right: 8%; bottom: 17%; }
.match-card > span { display: grid; width: 34px; height: 34px; border-radius: 50%; background: #dff4eb; color: var(--success); place-items: center; }
.match-card svg { width: 18px; height: 18px; }
.match-card small { color: var(--muted); }

.objects { padding-block: 132px; }
.compact-heading { max-width: 780px; }
.object-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.object-card { padding: 18px 18px 26px; border: 1px solid var(--line); border-radius: 24px; background: rgb(255 255 255 / .72); }
.object-illustration { position: relative; display: grid; height: 250px; overflow: hidden; border-radius: 18px; background: var(--soft); place-items: center; }
.object-card h3 { margin: 23px 6px 7px; font-size: 20px; letter-spacing: -.35px; }
.object-card p { margin: 0 6px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.object-mirror .object-illustration { background: linear-gradient(145deg, #bad4e8, #e9f3fa); }
.mirror-frame { width: 48%; height: 68%; border: 10px solid var(--white); border-radius: 4px; background: linear-gradient(145deg, rgb(255 255 255 / .55), rgb(113 162 199 / .18)); box-shadow: 0 16px 30px rgb(40 84 117 / .15); }
.object-coffee .object-illustration { background: #e7eff4; }
.coffee-body { position: absolute; top: 43px; width: 95px; height: 120px; border-radius: 15px 15px 7px 7px; background: var(--ink); box-shadow: inset 0 -31px 0 #293c4e; }
.coffee-body::after { position: absolute; top: 20px; left: 50%; width: 42px; height: 8px; border-radius: 8px; background: #6f8292; transform: translateX(-50%); content: ""; }
.coffee-cup { position: absolute; bottom: 44px; width: 65px; height: 48px; border-radius: 4px 4px 15px 15px; background: var(--white); box-shadow: 0 10px 22px rgb(20 35 51 / .12); }
.coffee-cup::after { position: absolute; top: 8px; right: -20px; width: 23px; height: 24px; border: 6px solid var(--white); border-left: 0; border-radius: 0 16px 16px 0; content: ""; }
.object-door .object-illustration { background: linear-gradient(145deg, #d9e6ef, #b9cfdf); }
.door-frame { position: absolute; bottom: 0; width: 46%; height: 81%; border: 9px solid var(--white); border-bottom: 0; background: #4b718d; box-shadow: 0 16px 28px rgb(20 35 51 / .14); }
.door-frame::before { position: absolute; inset: 18px; border: 1px solid rgb(255 255 255 / .24); content: ""; }
.door-frame i { position: absolute; right: 13px; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #cfe6f5; }

.privacy { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(250px, auto); gap: 34px; align-items: center; padding: 80px max(32px, calc((100vw - 1180px) / 2)); background: #dceaf4; }
.privacy-icon { display: grid; width: 76px; height: 76px; border-radius: 22px; background: var(--white); color: var(--blue); box-shadow: 0 14px 32px rgb(30 77 112 / .1); place-items: center; }
.privacy-icon svg { width: 31px; height: 31px; }
.privacy h2 { margin-block: 13px 10px; font-size: clamp(34px, 4vw, 52px); }
.privacy p { max-width: 670px; margin: 0; color: #536b7c; font-size: 15px; line-height: 1.58; }
.privacy-points { display: flex; flex-direction: column; gap: 12px; font-size: 13px; font-weight: 630; }
.privacy-points span { display: flex; align-items: center; gap: 9px; }
.privacy-points svg { width: 17px; height: 17px; color: var(--blue); }

.launch { margin-block: 110px; padding: 92px 30px; border-radius: 34px; background: var(--blue); color: var(--white); text-align: center; box-shadow: 0 30px 70px rgb(57 121 232 / .22); }
.launch-mark { display: flex; justify-content: center; }
.launch .brand { pointer-events: none; }
.launch .brand-mark { border-color: var(--white); }
.launch .brand-mark::after, .launch .brand-hand { background: var(--white); }
.launch h2 { margin-top: 25px; color: var(--white); }
.launch p { margin: 0; color: rgb(255 255 255 / .75); font-size: 17px; }
.button-light { margin-top: 28px; background: var(--white); color: var(--blue); }
.button-light:hover { background: #f5f9fc; }
.button-light:focus-visible { color: var(--blue); box-shadow: 0 0 0 3px rgb(255 255 255 / .28); }
.launch-note { display: block; margin-top: 14px; color: rgb(255 255 255 / .66); font-size: 11px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 112px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .brand { color: var(--ink); font-size: 17px; }
footer .brand-mark { width: 27px; height: 27px; }
footer p { margin: 0; }
footer div { display: flex; justify-self: end; gap: 24px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero .eyebrow { justify-content: center; }
  .hero h1 { max-width: 800px; }
  .hero-visual { margin-top: 18px; }
  .steps-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .step-card { min-height: auto; }
  .step-icon { margin-top: 28px; }
  .feature-story { grid-template-columns: 1fr; }
  .feature-visual { min-height: 720px; }
  .object-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .privacy { grid-template-columns: auto 1fr; }
  .privacy-points { grid-column: 2; }
}

@media (max-width: 720px) {
  .section-shell, .site-nav, footer { width: min(100% - 32px, 1180px); }
  .site-nav { grid-template-columns: 1fr auto; min-height: 74px; }
  .nav-links { display: none; }
  .nav-cta { font-size: 12px; }
  .hero { min-height: auto; padding-block: 48px 70px; }
  .hero h1 { margin-top: 18px; font-size: clamp(48px, 15vw, 66px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 18px; width: 100%; }
  .button-primary { width: 100%; }
  .trust-row { justify-content: center; }
  .hero-visual { min-width: 0; min-height: 570px; overflow: hidden; transform: scale(.92); }
  .hero-visual::before { width: 420px; height: 420px; }
  .note-one { right: 0; }
  .note-two { left: 0; }
  .promise-strip { flex-wrap: wrap; gap: 15px 24px; }
  .how, .objects { padding-block: 92px; }
  .section-heading h2, .feature-copy h2, .launch h2 { font-size: 42px; }
  .feature-visual { min-height: 670px; }
  .feature-copy { padding: 72px 24px 80px; }
  .phone-challenge { transform: scale(.9) rotate(-3deg); }
  .match-card { right: 1%; bottom: 12%; }
  .privacy { grid-template-columns: 1fr; padding: 68px 24px; text-align: center; }
  .privacy-icon { margin-inline: auto; }
  .privacy .eyebrow { justify-content: center; }
  .privacy-points { grid-column: 1; align-items: center; }
  .launch { width: calc(100% - 24px); margin-block: 76px; padding: 72px 22px; }
  footer { grid-template-columns: 1fr; gap: 16px; padding-block: 30px; text-align: center; }
  footer .brand, footer div { justify-self: center; }
}

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