@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,600&display=swap");

:root {
  --blue: #2174f5;
  --blue-dark: #0e56cf;
  --navy: #0a2345;
  --muted: #68778c;
  --line: #dfe6ef;
  --soft: #f3f7fc;
  --mint: #55d6bd;
  --orange: #ff8a4c;
  --white: #fff;
  --shadow: 0 24px 70px rgba(30, 75, 130, 0.15);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: #fff;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 116px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  height: 76px;
  z-index: 50;
  display: flex;
  align-items: center;
  transition: background .25s, box-shadow .25s, height .25s;
}
.site-header.scrolled { height: 66px; background: rgba(255,255,255,.9); box-shadow: 0 8px 30px rgba(20,50,90,.08); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo-wrap { width: 43px; height: 43px; overflow: hidden; flex: 0 0 auto; border-radius: 12px; box-shadow: 0 5px 14px rgba(10,35,69,.18); }
.brand-logo { width: 100%; height: 100%; object-fit: cover; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 18px; font-weight: 800; letter-spacing: .13em; }
.brand-name small { margin-top: 5px; color: #d69132; font-size: 7px; font-weight: 800; letter-spacing: .32em; }
.site-nav { display: flex; align-items: center; gap: 33px; font-size: 14px; font-weight: 600; color: #43556e; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--blue); transition: right .2s; }
.site-nav > a:not(.button):hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 10px 18px; color: #fff; background: var(--navy); }
.button-primary { min-height: 56px; padding: 0 25px; gap: 13px; color: #fff; background: var(--blue); box-shadow: 0 14px 30px rgba(33,116,245,.26); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 17px 35px rgba(33,116,245,.34); }
.button-primary svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; background: none; border: 0; padding: 5px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); transition: .2s; }

.hero {
  position: relative;
  min-height: 800px;
  padding-top: 150px;
  background: radial-gradient(circle at 77% 35%, rgba(197,221,255,.8), transparent 28%), linear-gradient(135deg, #f8fbff 0%, #f1f7ff 52%, #f9fcff 100%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(33,116,245,.09); border-radius: 50%; right: -50px; top: 70px; box-shadow: 0 0 0 70px rgba(33,116,245,.025), 0 0 0 140px rgba(33,116,245,.018); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 110px; height: 110px; background: rgba(89,214,190,.18); left: 4%; top: 25%; }
.orb-two { width: 74px; height: 74px; background: rgba(255,190,113,.2); right: 2%; bottom: 18%; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: 570px; }
.hero-copy { position: relative; z-index: 5; max-width: 610px; padding-bottom: 30px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 21px; padding: 7px 12px 7px 8px; color: var(--blue-dark); background: rgba(33,116,245,.08); border: 1px solid rgba(33,116,245,.12); border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #52cf9f; box-shadow: 0 0 0 4px rgba(82,207,159,.17); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(50px, 5.5vw, 78px); line-height: 1.04; letter-spacing: -.055em; font-weight: 800; }
h1 em, h2 em { color: var(--blue); font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
.hero-lead { max-width: 555px; margin-bottom: 29px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.text-button { display: inline-flex; align-items: center; gap: 10px; border: 0; background: none; padding: 8px 0; font-size: 14px; font-weight: 700; cursor: pointer; }
.play-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--blue); background: #fff; box-shadow: 0 8px 22px rgba(39,78,120,.13); }
.play-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.trust-row { display: flex; gap: 16px; align-items: center; margin-top: 35px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -8px; color: #fff; border: 2px solid #f5f9ff; border-radius: 50%; font-size: 9px; font-weight: 800; background: #6ca4e8; }
.avatar-stack span:nth-child(2) { background: #dc8b6e; }
.avatar-stack span:nth-child(3) { background: #7581b7; }
.avatar-stack span:last-child { color: var(--navy); background: #dce8f7; }
.stars { height: 18px; color: #ffae43; font-size: 14px; letter-spacing: 2px; }
.trust-row p { margin: 1px 0 0; color: #718097; font-size: 11px; }
.trust-row strong { color: var(--navy); }

.hero-visual { position: relative; height: 570px; min-width: 650px; }
.phone { position: absolute; z-index: 3; width: 282px; padding: 7px; border-radius: 42px; background: linear-gradient(145deg, #21334b, #050b14 65%); box-shadow: 0 40px 80px rgba(17,61,111,.25), inset 0 0 0 1px rgba(255,255,255,.3); }
.phone-frame { position: relative; overflow: hidden; height: 100%; border-radius: 35px; background: #fff; }
.phone-island { position: absolute; top: 9px; left: 50%; z-index: 6; width: 75px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #09111c; }
.phone-screen { position: relative; height: 100%; }
.phone-main { height: 570px; left: 80px; top: -5px; transform: rotate(-3deg); }
.phone-back { z-index: 2; width: 251px; height: 500px; right: 0; top: 48px; transform: rotate(7deg); opacity: .97; }
.phone.app-showcase { height: auto; padding: 0; border-radius: 31px; background: #080808; object-fit: cover; }
.phone-main.app-showcase { width: 263px; }
.phone-back.app-showcase { width: 231px; }
.home-screen { padding: 38px 18px 13px; background: #f7f9fc; }
.app-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.app-topbar div { display: flex; flex-direction: column; }
.app-topbar small { color: #8b99aa; font-size: 9px; }
.app-topbar strong { font-size: 15px; }
.profile { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-radius: 10px; background: linear-gradient(145deg, #ffc98c, #e57855); font-size: 9px; font-weight: 700; }
.balance-card { padding: 16px 15px 10px; color: #fff; background: linear-gradient(135deg, #1767e9, #378af9); border-radius: 17px; box-shadow: 0 14px 25px rgba(40,112,230,.27); }
.balance-head { display: flex; justify-content: space-between; font-size: 9px; opacity: .82; }
.balance-card > strong { display: block; margin-top: 3px; font-size: 20px; }
.balance-chart { height: 52px; margin-top: 2px; }
.balance-chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-line { fill: none; stroke: #fff; stroke-width: 2; }
.chart-area { fill: url(#chartFill); }
.balance-footer { display: flex; justify-content: space-between; padding-top: 5px; border-top: 1px solid rgba(255,255,255,.17); font-size: 7px; }
.section-title { display: flex; justify-content: space-between; margin: 18px 2px 9px; font-size: 11px; }
.section-title span { color: #8d9aad; font-size: 8px; }
.task-list { display: grid; gap: 8px; }
.task { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; min-height: 55px; padding: 9px; background: #fff; border-radius: 12px; box-shadow: 0 5px 15px rgba(30,65,105,.06); }
.task .check { display: grid; place-items: center; width: 21px; height: 21px; color: #fff; border: 1.5px solid #ccd6e2; border-radius: 7px; font-size: 10px; }
.task.done .check { border-color: #50cfa4; background: #50cfa4; }
.task > span:nth-child(2) { display: flex; flex-direction: column; }
.task strong { font-size: 9px; }
.task small { color: #9aa6b4; font-size: 7px; }
.task b { color: var(--blue); font-size: 8px; }
.task.done b { color: #4fc89f; }
.app-nav { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: flex-end; justify-content: space-around; padding: 10px 7px 9px; background: rgba(255,255,255,.96); border-top: 1px solid #edf1f5; }
.app-nav span { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #9ba6b4; font-size: 6px; }
.app-nav span.active { color: var(--blue); }
.app-nav i { font-size: 14px; font-style: normal; line-height: 1; }
.app-nav button { width: 35px; height: 35px; margin-top: -22px; color: #fff; border: 4px solid #f7f9fc; border-radius: 50%; background: var(--blue); }
.insight-screen { padding: 45px 18px; color: #fff; text-align: center; background: linear-gradient(160deg, #102f59, #07182e); }
.insight-screen > small { color: #6e9ad0; font-size: 7px; letter-spacing: .18em; }
.insight-screen h3 { margin: 8px 0 2px; font-size: 19px; }
.insight-screen p { color: #8da8c9; font-size: 8px; }
.ring { display: grid; place-items: center; width: 155px; height: 155px; margin: 30px auto; border-radius: 50%; background: conic-gradient(#52d4ba 0 86%, rgba(255,255,255,.1) 86%); position: relative; }
.ring::before { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #0c2443; }
.ring > span { z-index: 1; font-size: 35px; font-weight: 700; }
.ring small { font-size: 14px; }
.week-bars { display: flex; justify-content: space-between; height: 110px; align-items: flex-end; gap: 8px; margin-top: 32px; }
.week-bars span { position: relative; display: grid; align-items: end; width: 28px; height: var(--h); padding-bottom: 6px; border-radius: 7px 7px 2px 2px; background: linear-gradient(#367bda, #1d467a); color: #9eb5d0; font-size: 6px; }
.float-card, .insight-pill { position: absolute; z-index: 7; display: flex; align-items: center; gap: 10px; padding: 11px 15px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.75); border-radius: 14px; box-shadow: 0 17px 35px rgba(30,70,115,.16); backdrop-filter: blur(12px); }
.float-card span:last-child, .insight-pill p { display: flex; flex-direction: column; margin: 0; }
.float-card small, .insight-pill small { color: #8897a9; font-size: 8px; }
.float-card strong, .insight-pill strong { font-size: 11px; }
.card-focus { left: 9px; top: 93px; }
.card-streak { right: 0; bottom: 62px; }
.mini-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; }
.mini-icon-blue { color: var(--blue); background: #e8f1ff; }
.mini-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.fire { display: grid; place-items: center; width: 34px; height: 34px; color: #ff8b4d; border-radius: 10px; background: #fff0e6; font-size: 18px; }
.logo-strip { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding: 28px 0; border-top: 1px solid rgba(27,77,137,.12); }
.logo-strip p { margin: 0; color: #75849a; font-size: 12px; }
.partner-list { display: flex; gap: 40px; align-items: center; color: #9aa8b9; font-size: 16px; font-weight: 700; }
.partner-list span { display: flex; align-items: center; gap: 6px; }
.partner-list i { color: #71839a; font-style: normal; }

.section-heading { max-width: 750px; margin: 0 auto 58px; }
.section-heading.center { text-align: center; }
.section-kicker { display: block; margin-bottom: 15px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.section-heading h2, .experience-copy h2, .faq-heading h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 53px); line-height: 1.15; letter-spacing: -.045em; }
.section-heading p, .experience-copy > p { max-width: 620px; margin-inline: auto; color: var(--muted); }
.features { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; display: flex; flex-direction: column; min-height: 565px; padding: 32px 32px 0; overflow: hidden; border: 1px solid #e7edf4; border-radius: var(--radius); background: #f8fafc; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 23px; color: var(--blue); border-radius: 13px; background: #e8f1ff; }
.feature-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.feature-copy h3 { margin-bottom: 11px; font-size: 21px; letter-spacing: -.025em; }
.feature-copy p { min-height: 81px; margin-bottom: 17px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-copy a { color: var(--blue); font-size: 12px; font-weight: 800; }
.feature-copy a span { display: inline-block; margin-left: 3px; transition: transform .2s; }
.feature-copy a:hover span { transform: translateX(4px); }
.feature-demo { position: absolute; left: 27px; right: 27px; bottom: -25px; min-height: 230px; padding: 22px; border-radius: 19px 19px 0 0; background: #fff; box-shadow: 0 -7px 35px rgba(25,65,105,.08); }
.demo-head, .habit-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.demo-head span { color: var(--blue); font-weight: 700; }
.progress { height: 5px; margin: 10px 0 18px; overflow: hidden; border-radius: 5px; background: #e8edf3; }
.progress i { display: block; width: 75%; height: 100%; border-radius: 5px; background: var(--blue); }
.demo-task { display: flex; align-items: center; gap: 10px; margin: 10px 0; padding: 10px; border: 1px solid #edf1f5; border-radius: 10px; }
.demo-task b { width: 18px; height: 18px; border: 1px solid #d3dbe5; border-radius: 5px; color: #fff; font-size: 9px; text-align: center; }
.demo-task.complete b { border-color: var(--blue); background: var(--blue); }
.demo-task span { display: flex; flex-direction: column; font-size: 9px; font-weight: 700; }
.demo-task small { color: #9aa6b5; font-size: 7px; font-weight: 500; }
.feature-money { background: #f7fbfa; }
.feature-money .feature-icon { color: #1da888; background: #e3f7f1; }
.feature-money .feature-copy a { color: #159679; }
.money-top { display: flex; align-items: center; justify-content: space-between; }
.money-top span { display: flex; flex-direction: column; }
.money-top small { color: #8999a8; font-size: 7px; }
.money-top strong { font-size: 17px; }
.money-top i { display: grid; place-items: center; width: 27px; height: 27px; color: #139778; border-radius: 8px; background: #e1f6ef; font-style: normal; }
.donut { position: absolute; top: 76px; left: 25px; display: grid; place-items: center; width: 112px; height: 112px; border-radius: 50%; background: conic-gradient(#4dceb0 0 58%, #edf2f2 58%); }
.donut::before { content: ""; position: absolute; inset: 14px; border-radius: 50%; background: #fff; }
.donut span { z-index: 1; display: flex; flex-direction: column; text-align: center; }
.donut strong { font-size: 17px; }
.donut small { color: #8b999f; font-size: 7px; }
.money-demo ul { position: absolute; top: 76px; right: 20px; width: 115px; padding: 0; list-style: none; }
.money-demo li { display: grid; grid-template-columns: 7px 1fr; padding: 6px 0; color: #7a898f; font-size: 7px; }
.money-demo li i { width: 6px; height: 6px; border-radius: 50%; background: #4dceb0; }
.money-demo li:nth-child(2) i { background: #72a7f0; }
.money-demo li:nth-child(3) i { background: #ffba72; }
.money-demo li strong { grid-column: 2; color: var(--navy); font-size: 9px; }
.feature-habits { background: #fffaf7; }
.feature-habits .feature-icon { color: #ed7941; background: #ffede4; }
.feature-habits .feature-copy a { color: #e56e37; }
.habit-top span { display: flex; flex-direction: column; }
.habit-top small { color: #a1a6ac; font-size: 7px; }
.habit-top b { color: #87939f; font-size: 9px; }
.calendar-label, .calendar-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; text-align: center; }
.calendar-label { margin-top: 15px; color: #9ba4ad; font-size: 7px; }
.calendar-days { margin-top: 8px; }
.calendar-days i { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; color: #7a8792; font-size: 7px; font-style: normal; }
.calendar-days i.hit { color: #dd6c39; background: #fff0e9; }
.calendar-days i.today { color: #fff; background: #f27c45; box-shadow: 0 4px 9px rgba(242,124,69,.3); }
.habit-note { display: flex; align-items: center; gap: 10px; margin-top: 15px; padding: 10px; border-radius: 10px; background: #fff6f1; }
.habit-note > span { display: grid; place-items: center; width: 24px; height: 24px; color: #fff; border-radius: 8px; background: #ef7b45; font-size: 10px; }
.habit-note p { display: flex; flex-direction: column; margin: 0; font-size: 9px; }
.habit-note small { color: #9c8c84; font-size: 7px; }

.experience { background: linear-gradient(145deg, #f2f7fd, #f8fbfe); }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 105px; }
.experience-visual { position: relative; min-height: 600px; }
.halo { position: absolute; width: 465px; height: 465px; top: 55px; left: 7px; border-radius: 50%; background: radial-gradient(circle, #d4e7ff, rgba(217,234,255,.25) 57%, transparent 58%); box-shadow: 0 0 0 1px rgba(37,112,221,.05), 0 0 0 65px rgba(37,112,221,.028); }
.experience-phone { position: relative; width: 285px; height: 575px; margin: 0 auto; transform: rotate(-2deg); }
.focus-screen { padding: 48px 18px 30px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 45%, #18538e, #081c35 63%); }
.focus-top { display: flex; justify-content: space-between; color: #87a4c4; font-size: 9px; letter-spacing: .12em; }
.focus-copy { display: flex; flex-direction: column; margin-top: 57px; }
.focus-copy small { color: #69bcd7; font-size: 7px; letter-spacing: .13em; }
.focus-copy strong { margin-top: 8px; font-size: 16px; }
.timer-ring { display: grid; place-items: center; width: 195px; height: 195px; margin: 30px auto 25px; border: 2px solid rgba(102,211,216,.2); border-top-color: #60d1cf; border-right-color: #60d1cf; border-radius: 50%; box-shadow: inset 0 0 30px rgba(64,189,205,.08), 0 0 35px rgba(58,179,208,.08); transform: rotate(22deg); }
.timer-ring span { font-size: 47px; font-weight: 500; letter-spacing: -.05em; transform: rotate(-22deg); }
.timer-ring small { font-size: 22px; color: #90a9c3; }
.focus-screen > p { color: #7593b2; font-size: 8px; }
.timer-actions { display: flex; justify-content: center; gap: 15px; margin-top: 32px; }
.timer-actions button { width: 49px; height: 49px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; background: rgba(255,255,255,.09); }
.timer-actions button:first-child { color: #09264a; background: #61d0cf; }
.insight-pill { min-width: 155px; }
.insight-pill > span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--blue); border-radius: 10px; background: #e8f1ff; }
.pill-one { right: -10px; top: 120px; }
.pill-two { left: -7px; bottom: 100px; }
.pill-two > span { color: #fff; background: #50cfa4; }
.experience-copy > p { margin: 0 0 35px; font-size: 15px; line-height: 1.8; }
.benefit-list { display: grid; gap: 0; }
.benefit-list > div { display: grid; grid-template-columns: 43px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid #dfe7f0; }
.benefit-list > div:last-child { border-bottom: 1px solid #dfe7f0; }
.benefit-list > div > span { display: grid; place-items: center; align-self: start; width: 39px; height: 39px; color: var(--blue); border-radius: 12px; background: #e4efff; font-size: 10px; font-weight: 800; }
.benefit-list p { display: flex; flex-direction: column; margin: 0; }
.benefit-list strong { margin-bottom: 4px; font-size: 14px; }
.benefit-list small { color: var(--muted); font-size: 12px; line-height: 1.65; }

.guide { padding-bottom: 90px; }
.steps { display: grid; grid-template-columns: 1fr 65px 1fr 65px 1fr; align-items: center; max-width: 940px; margin: auto; }
.steps article { position: relative; padding: 25px; text-align: center; }
.step-num { position: absolute; top: 7px; left: 50%; transform: translateX(25px); color: #dbe5f1; font-size: 34px; font-weight: 800; }
.step-icon { position: relative; display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 20px; color: var(--blue); border: 1px solid #d8e6f8; border-radius: 23px; background: #f3f8ff; font-size: 27px; transform: rotate(-4deg); }
.steps article:nth-of-type(2) .step-icon { color: #20a989; background: #effaf7; border-color: #d4eee7; transform: rotate(3deg); }
.steps article:nth-of-type(3) .step-icon { color: #e97942; background: #fff6f1; border-color: #f5dfd2; transform: rotate(-2deg); }
.steps h3 { margin-bottom: 5px; font-size: 15px; }
.steps p { margin: 0; color: var(--muted); font-size: 11px; }
.step-line { width: 100%; border-top: 1px dashed #bdccdc; }

.testimonial { padding-top: 45px; background: #fff; }
.quote-card { position: relative; overflow: hidden; padding: 70px 12%; text-align: center; border-radius: 32px; background: #0a2345; }
.quote-card::before, .quote-card::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); }
.quote-card::before { width: 400px; height: 400px; left: -180px; top: -210px; box-shadow: 0 0 0 55px rgba(255,255,255,.02); }
.quote-card::after { width: 300px; height: 300px; right: -150px; bottom: -190px; box-shadow: 0 0 0 50px rgba(255,255,255,.02); }
.quote-mark { color: #55d2ca; font-family: Georgia, serif; font-size: 64px; line-height: .7; }
blockquote { position: relative; z-index: 1; max-width: 800px; margin: 22px auto 30px; color: #fff; font-size: clamp(20px, 2.4vw, 29px); line-height: 1.55; font-weight: 500; letter-spacing: -.02em; }
.quote-author { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 12px; text-align: left; }
.author-avatar { display: grid; place-items: center; width: 41px; height: 41px; color: #fff; border-radius: 50%; background: #4777a8; font-size: 10px; font-weight: 800; }
.quote-author p { display: flex; flex-direction: column; margin: 0; }
.quote-author strong { color: #fff; font-size: 11px; }
.quote-author small { color: #829bb9; font-size: 8px; }
.quote-nav { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 35px; }
.quote-nav button { width: 35px; height: 35px; color: #9bb0c7; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: transparent; cursor: pointer; }
.quote-nav > span { display: flex; gap: 6px; }
.quote-nav i { width: 5px; height: 5px; border-radius: 50%; background: #44617f; }
.quote-nav i.active { width: 15px; border-radius: 4px; background: #56cdc7; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading { position: sticky; top: 110px; align-self: start; }
.faq-heading p { max-width: 300px; color: var(--muted); font-size: 12px; }
.faq-heading p a { display: block; margin-top: 8px; color: var(--blue); font-weight: 700; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 42px 23px 2px; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 8px; top: 50%; width: 14px; height: 1.5px; background: var(--navy); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { padding: 0 40px 22px 2px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.download { padding-top: 25px; }
.download-card { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 410px; padding: 60px 9%; overflow: hidden; color: #fff; border-radius: 34px; background: linear-gradient(135deg, #1768e8, #287cf4 60%, #3e8cf7); }
.download-card::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent, #000); }
.download-glow { position: absolute; width: 400px; height: 400px; right: -50px; top: -90px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.06), 0 0 0 100px rgba(255,255,255,.035); }
.download-copy { position: relative; z-index: 2; max-width: 580px; }
.section-kicker.light { color: #cfe2ff; }
.download h2 { margin-bottom: 15px; font-size: clamp(42px, 5vw, 62px); line-height: 1.04; letter-spacing: -.05em; }
.download-copy > p { color: #dbe9ff; font-size: 14px; }
.store-row { display: flex; gap: 12px; margin-top: 28px; }
.store-button { display: flex; align-items: center; gap: 10px; min-width: 158px; padding: 9px 16px; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; background: #071b35; transition: transform .2s, background .2s; }
.store-button:hover { transform: translateY(-3px); background: #020b15; }
.store-button svg { width: 24px; fill: currentColor; }
.store-button span { display: flex; flex-direction: column; line-height: 1.1; }
.store-button small { font-size: 7px; }
.store-button strong { margin-top: 3px; font-size: 14px; }
.qr-block { position: relative; z-index: 2; padding: 16px; color: var(--navy); text-align: center; border-radius: 19px; background: #fff; box-shadow: 0 25px 60px rgba(0,30,80,.2); transform: rotate(2deg); }
.qr-code { display: block; width: 128px; height: 128px; overflow: hidden; border-radius: 8px; }
.qr-code img { width: 100%; height: 100%; object-fit: contain; }
.qr-block p { margin: 7px 0 0; font-size: 8px; font-weight: 700; }

.site-footer { padding: 65px 0 25px; color: #d6e0ed; background: #071a33; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.2fr; gap: 60px; padding-bottom: 50px; }
.brand-light { color: #fff; }
.brand-light .brand-logo-wrap { box-shadow: 0 5px 16px rgba(0,0,0,.28); }
.brand-light .brand-name small { color: #f1c45d; }
.footer-brand > p { margin: 20px 0; color: #7189a7; font-size: 12px; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 32px; height: 32px; color: #89a0bc; border: 1px solid #183350; border-radius: 9px; font-size: 10px; font-weight: 700; transition: color .2s, border .2s; }
.socials a:hover { color: #fff; border-color: #3f668f; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links h3 { margin-bottom: 7px; color: #fff; font-size: 11px; }
.footer-links a { color: #7890ac; font-size: 10px; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #53708e; border-top: 1px solid #132e4a; font-size: 9px; }
.footer-bottom i { color: #eb6d6d; font-style: normal; }

.video-modal[hidden] { display: none; }
.video-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,15,29,.78); backdrop-filter: blur(7px); }
.modal-card { position: relative; z-index: 1; width: min(760px, 100%); padding: 8px; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal-close { position: absolute; z-index: 2; top: -15px; right: -15px; width: 36px; height: 36px; color: #fff; border: 3px solid #fff; border-radius: 50%; background: var(--navy); font-size: 22px; line-height: 1; cursor: pointer; }
.video-placeholder { display: grid; place-items: center; min-height: 410px; color: #fff; border-radius: 16px; background: radial-gradient(circle at 50% 45%, #1f64aa, #071c35); }
.video-placeholder span { display: grid; place-items: center; width: 70px; height: 70px; padding-left: 5px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 22px; }
.video-placeholder p { margin: 20px 0 0; font-weight: 700; }
.video-placeholder small { color: #8da8c5; }
body.modal-open { overflow: hidden; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: .9fr 1.1fr; }
  .hero-visual { min-width: 570px; transform: scale(.9); transform-origin: left center; }
  .feature-card { padding-inline: 23px; }
  .feature-demo { left: 20px; right: 20px; }
  .experience-grid { gap: 45px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .site-nav { position: fixed; inset: 66px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .button { margin-top: 6px; }
  .menu-toggle { display: block; cursor: pointer; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-width: 650px; margin: 30px auto 0; transform: scale(.88); transform-origin: top center; }
  .logo-strip { margin-top: -30px; flex-direction: column; gap: 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 440px; padding-right: 48%; }
  .feature-demo { left: 55%; top: 34px; right: -25px; bottom: 0; min-height: 370px; border-radius: 20px 0 0 20px; }
  .feature-copy p { min-height: auto; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-visual { width: min(560px, 100%); margin: auto; }
  .experience-copy { max-width: 620px; margin: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .faq-heading h2 br { display: none; }
  .download-card { padding-inline: 7%; }
  .footer-top { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 80px 0; }
  .hero { min-height: auto; padding-top: 112px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .button-primary { width: 100%; max-width: 360px; }
  .hero-grid, .hero-copy { min-width: 0; }
  .hero-visual { width: 650px; min-width: 0; height: 520px; justify-self: center; margin-left: 0; transform: scale(.75); transform-origin: top center; }
  .logo-strip { margin-top: -80px; }
  .partner-list { flex-wrap: wrap; justify-content: center; gap: 16px 25px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .experience-copy h2, .faq-heading h2 { font-size: 37px; }
  .feature-card { min-height: 540px; padding: 28px 25px 0; }
  .feature-demo { left: 22px; right: 22px; top: auto; bottom: -20px; min-height: 235px; border-radius: 18px 18px 0 0; }
  .experience-visual { min-height: 540px; transform: scale(.85); transform-origin: top center; margin-bottom: -80px; }
  .pill-one { right: -30px; }
  .pill-two { left: -20px; }
  .steps { grid-template-columns: 1fr; gap: 4px; }
  .step-line { width: 1px; height: 30px; margin: auto; border-top: 0; border-left: 1px dashed #bdccdc; }
  .steps article { padding: 12px 25px; }
  .quote-card { padding: 55px 25px; }
  blockquote { font-size: 20px; }
  .faq-grid { gap: 35px; }
  .download-card { flex-direction: column; align-items: flex-start; gap: 40px; padding: 55px 30px; }
  .store-row { flex-direction: column; }
  .store-button { width: 190px; }
  .qr-block { align-self: center; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .video-placeholder { min-height: 260px; }
}

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