:root {
  --ink: #17213d;
  --muted: #65708e;
  --line: rgba(23, 33, 61, 0.1);
  --blue: #5570e8;
  --blue-soft: #edf2ff;
  --mint: #3d9d7c;
  --mint-soft: #e9f8f1;
  --orange: #de8d4d;
  --orange-soft: #fff3e9;
  --violet: #745bdc;
  --gold: #ad8121;
  --paper: #fbfcff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(32, 46, 91, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.site-shell { min-width: 320px; overflow: clip; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 100; border-bottom: 1px solid rgba(23, 33, 61, 0.065); background: rgba(251, 252, 255, 0.78); backdrop-filter: blur(20px) saturate(1.3); }
.nav-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 750; letter-spacing: -0.03em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 5px 16px rgba(82, 83, 175, .18); }
.nav-panel { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 34px; }
.nav-links { display: flex; align-items: center; gap: 29px; color: #57627f; font-size: 14px; font-weight: 620; }
.nav-links a, .footer-links a { transition: color .2s ease; }
.nav-links a:hover, .footer-links a:hover { color: var(--blue); }
.language-picker { display: inline-flex; align-items: center; }
.language-picker select { appearance: none; min-width: 58px; height: 38px; padding: 0 25px 0 12px; border: 1px solid var(--line); border-radius: 12px; color: #57627f; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%2357627f' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.language-picker select:focus-visible { outline: 3px solid rgba(85,112,232,.2); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.nav-download { display: inline-flex; align-items: center; gap: 9px; padding: 11px 17px; border-radius: 13px; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; box-shadow: 0 8px 20px rgba(23, 33, 61, .12); transition: transform .2s ease, box-shadow .2s ease; }
.nav-download:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(23, 33, 61, .18); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 13px; background: #eef1f8; position: relative; cursor: pointer; }
.menu-button span { position: absolute; width: 19px; height: 2px; left: 13px; top: 18px; border-radius: 2px; background: var(--ink); transition: .25s ease; }
.menu-button span:last-child { top: 24px; }
.menu-button.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { min-height: 820px; position: relative; padding: 150px 0 90px; background: linear-gradient(145deg, #f4f7ff 0%, #f8f5ff 47%, #effbf9 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.52)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .72; }
.hero-orb-one { width: 580px; height: 580px; right: -210px; top: 30px; background: radial-gradient(circle at 35% 35%, rgba(137, 223, 219, .28), rgba(137, 223, 219, 0) 67%); }
.hero-orb-two { width: 460px; height: 460px; left: -250px; bottom: -110px; background: radial-gradient(circle at 55% 45%, rgba(167, 188, 255, .27), rgba(167, 188, 255, 0) 70%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 20px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 4px 18px rgba(39, 56, 111, .07); color: #5167cc; font-size: 13px; font-weight: 720; }
.release-pill { transition: transform .2s ease, box-shadow .2s ease; }
.release-pill:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(39, 56, 111, .12); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #6d86f2; box-shadow: 0 0 0 5px rgba(109, 134, 242, .13); }
.hero h1 { margin: 25px 0 0; max-width: 650px; font-size: clamp(48px, 5.8vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 775; text-wrap: balance; }
.hero-lede { max-width: 590px; margin: 27px 0 0; font-size: clamp(18px, 2vw, 21px); line-height: 1.6; color: var(--muted); text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 37px; }
.app-store-button { display: inline-flex; align-items: center; gap: 13px; min-height: 60px; padding: 11px 22px 11px 17px; border-radius: 17px; background: var(--ink); color: white; font-size: 17px; line-height: 1.03; font-weight: 720; box-shadow: 0 14px 32px rgba(23, 33, 61, .18); transition: transform .25s ease, box-shadow .25s ease; }
.app-store-button:hover { transform: translateY(-3px); box-shadow: 0 19px 38px rgba(23, 33, 61, .22); }
.app-store-button span:last-child { display: flex; flex-direction: column; }
.app-store-button small { font-size: 10px; font-weight: 500; color: rgba(255,255,255,.68); margin-bottom: 4px; }
.apple-mark { position: relative; width: 29px; height: 29px; display: grid; place-items: center; font-size: 23px; color: white; }
.apple-mark::before { content: ""; width: 8px; height: 5px; border-radius: 8px 0; position: absolute; top: 0; right: 5px; background: currentColor; transform: rotate(-28deg); }
.text-link, .inline-cta { display: inline-flex; align-items: center; gap: 10px; color: #46547a; font-size: 14px; font-weight: 720; }
.text-link span, .inline-cta span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.inline-cta:hover span { transform: translateX(4px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; color: #687390; font-size: 12px; font-weight: 620; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: rgba(61,157,124,.12); color: var(--mint); font-size: 10px; font-weight: 900; }

.hero-visual { min-height: 580px; position: relative; display: grid; place-items: center; }
.hero-halo { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: linear-gradient(145deg, rgba(164, 190, 255, .45), rgba(142, 224, 220, .33)); filter: blur(1px); box-shadow: inset 0 0 80px rgba(255,255,255,.6); }
.iphone { width: 286px; height: 582px; padding: 9px; border-radius: 49px; background: #121722; box-shadow: 0 45px 90px rgba(40, 52, 96, .27), inset 0 0 0 1px rgba(255,255,255,.35); transform: rotate(2.7deg); position: relative; z-index: 2; }
.iphone::before { content: ""; position: absolute; width: 91px; height: 25px; left: 50%; top: 18px; transform: translateX(-50%); border-radius: 20px; background: #07090e; z-index: 3; }
.phone-screen { width: 100%; height: 100%; border-radius: 40px; overflow: hidden; background: white; }
.phone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 188px; padding: 12px 16px 12px 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 17px 45px rgba(40, 52, 96, .16); backdrop-filter: blur(15px); }
.float-card > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.float-card small { color: #7b86a3; font-size: 10px; }
.float-card strong { font-size: 14px; }
.float-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; font-size: 19px; font-weight: 800; }
.mint { background: #e1f5eb; color: #27805f; }
.peach { background: #ffecdf; color: #da8041; }
.float-savings { top: 137px; right: -10px; }
.float-reminder { bottom: 87px; left: -26px; }

.signal-strip { padding: 28px 0; background: white; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { display: flex; flex-direction: column; gap: 4px; padding: 0 30px; border-right: 1px solid var(--line); }
.signal-grid div:first-child { padding-left: 0; }
.signal-grid div:last-child { border: 0; }
.signal-grid strong { font-size: 18px; letter-spacing: -.02em; }
.signal-grid span { color: #7b85a1; font-size: 12px; }

.section { padding: 112px 0; }
.intro-section { background: white; }
.section-heading { max-width: 700px; }
.section-heading.centered { text-align: center; margin: 0 auto; }
.kicker { display: inline-block; margin-bottom: 16px; color: #5c6ed0; font-size: 12px; line-height: 1; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.kicker.blue { color: #5975db; }
.kicker.green { color: #338563; }
.kicker.orange { color: #c67539; }
.kicker.violet { color: #745bdc; }
.kicker.gold { color: #9b741f; }
.section-heading h2, .feature-copy h2, .privacy-copy h2, .final-cta h2, .content-hero h1 { margin: 0; font-size: clamp(35px, 4.1vw, 52px); line-height: 1.08; letter-spacing: -.042em; text-wrap: balance; }
.section-heading p { margin: 20px auto 0; max-width: 630px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.benefit-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card { min-height: 300px; padding: 34px 31px; border: 1px solid rgba(23,33,61,.06); border-radius: 29px; transition: transform .3s ease, box-shadow .3s ease; }
.benefit-card:hover { transform: translateY(-7px); box-shadow: 0 23px 50px rgba(32,46,91,.09); }
.blue-card { background: linear-gradient(145deg, #f1f5ff, #fafbff); }
.orange-card { background: linear-gradient(145deg, #fff5ec, #fffaf7); }
.green-card { background: linear-gradient(145deg, #ecf8f3, #f9fdfb); }
.shape-icon { display: block; width: 45px; height: 45px; margin-bottom: 34px; }
.square-shape { border-radius: 15px; background: linear-gradient(145deg, #a9bdff, #6d85ed); box-shadow: 8px 8px 0 #dce5ff; }
.circle-shape { border-radius: 50%; border: 9px solid #ffd7b7; box-shadow: inset 0 0 0 8px #f3a266; }
.line-shape { height: 17px; margin-top: 14px; margin-bottom: 48px; border-radius: 10px; background: #62b68f; box-shadow: 0 15px 0 #ccebdc; }
.benefit-card h3 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.026em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.feature-band { position: relative; }
.soft-blue { background: linear-gradient(145deg, #f5f8ff, #eff5ff); }
.soft-peach { background: linear-gradient(145deg, #fffaf6, #fff4eb); }
.split-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: center; }
.visual-left { grid-template-columns: 1.08fr .92fr; }
.feature-copy h2 { max-width: 520px; }
.feature-copy > p { max-width: 530px; margin: 23px 0 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.check-list { display: grid; gap: 15px; list-style: none; padding: 0; margin: 29px 0; }
.check-list li { display: flex; gap: 12px; color: #4d5875; font-size: 15px; line-height: 1.5; }
.check-list li::before { content: "✓"; flex: none; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; font-size: 11px; font-weight: 900; }
.blue-checks li::before { color: #4965dc; background: #e3eaff; }
.product-stage { position: relative; min-height: 620px; display: grid; place-items: center; border-radius: 42px; overflow: hidden; }
.product-stage::before, .product-stage::after { content: ""; position: absolute; border-radius: 50%; filter: blur(.5px); }
.blue-stage { background: radial-gradient(circle at 70% 20%, #d9e5ff, transparent 42%), linear-gradient(145deg, #eaf1ff, #f9fbff); }
.blue-stage::before { width: 210px; height: 210px; left: -50px; bottom: 40px; background: rgba(161,190,255,.28); }
.green-stage { background: radial-gradient(circle at 15% 16%, #cfeede, transparent 38%), linear-gradient(145deg, #e7f7ef, #f9fdfb); }
.green-stage::after { width: 230px; height: 230px; right: -80px; bottom: -40px; background: rgba(106,190,151,.19); }
.peach-stage { background: radial-gradient(circle at 75% 20%, #ffddc4, transparent 40%), linear-gradient(145deg, #fff0e3, #fffaf6); }
.app-window { position: relative; z-index: 2; width: 344px; min-height: 565px; border: 9px solid #141925; border-radius: 42px; overflow: hidden; background: #f8f9fd; box-shadow: 0 35px 75px rgba(37,50,88,.24); transform: rotate(-2deg); }
.audit-window { transform: rotate(2deg); }
.app-window-top { height: 72px; display: flex; align-items: flex-start; justify-content: space-between; padding: 16px 20px 0; color: white; font-size: 10px; font-weight: 780; }
.app-window-top i { width: 78px; height: 23px; margin-top: -8px; border-radius: 20px; background: #0b0e15; }
.gradient-blue { background: linear-gradient(110deg, #5469e7, #57c8c8); }
.gradient-green { background: linear-gradient(110deg, #30906c, #8bd36f); }
.app-window-title { min-height: 78px; margin-top: -22px; padding: 18px 19px 12px; display: flex; align-items: center; justify-content: space-between; color: white; }
.calendar-window .app-window-title { background: linear-gradient(110deg, #5469e7, #57c8c8); }
.audit-window .app-window-title { background: linear-gradient(110deg, #30906c, #8bd36f); }
.app-window-title small, .history-head small { font-size: 8px; letter-spacing: .12em; opacity: .8; }
.app-window-title h3 { margin: 4px 0 0; font-size: 25px; letter-spacing: -.04em; }
.round-control, .leaf-glyph { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.4); font-size: 24px; }
.summary-tile { margin: 14px; padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; border-radius: 18px; background: white; box-shadow: 0 7px 18px rgba(38,55,95,.08); }
.summary-tile div { display: flex; flex-direction: column; }
.summary-tile small { color: #77819e; font-size: 10px; }
.summary-tile strong { margin-top: 4px; font-size: 22px; }
.summary-tile span { color: #8790aa; font-size: 9px; }
.calendar-glyph { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #e9efff; color: #5872dc !important; font-weight: 800; font-size: 13px !important; }
.month-row { display: flex; justify-content: space-between; padding: 6px 18px 8px; color: #68738d; font-size: 11px; }
.month-row strong { color: #313c59; font-size: 13px; }
.payment-list { margin: 0 14px; overflow: hidden; border-radius: 18px; background: white; }
.payment-row { min-height: 69px; padding: 10px 11px; display: grid; grid-template-columns: 32px 36px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #eef0f6; }
.payment-row:last-child { border: 0; }
.payment-row time { text-align: center; font-size: 15px; font-weight: 800; }
.payment-row time small { display: block; color: #9aa2b8; font-size: 7px; }
.service-logo { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: white; font-size: 11px; font-weight: 900; font-style: normal; }
.coral { background: linear-gradient(145deg, #ff6c72, #e53f50); }
.blue-logo { background: linear-gradient(145deg, #7babff, #4b69e1); }
.dark-logo { background: linear-gradient(145deg, #4b5266, #202536); }
.violet-logo { background: linear-gradient(145deg, #a47cff, #6952d3); }
.mint-logo { background: linear-gradient(145deg, #69cfaa, #349374); }
.payment-row > span:nth-child(3), .audit-list > div > span:nth-child(2) { display: flex; flex-direction: column; }
.payment-row strong, .audit-list strong { font-size: 11px; }
.payment-row small, .audit-list small { margin-top: 3px; color: #8a94ab; font-size: 8px; }
.payment-row b { font-size: 10px; }
.fake-tabbar { position: absolute; inset: auto 0 0; height: 62px; padding: 9px 15px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.96); box-shadow: 0 -6px 18px rgba(31,43,79,.07); }
.fake-tabbar span { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #9098ad; font-size: 16px; }
.fake-tabbar small { font-size: 7px; }
.fake-tabbar .active { color: #5a73df; }
.fake-tabbar .green-active { color: #38906c; }

.savings-total { margin: 14px; padding: 16px; border-radius: 19px; background: linear-gradient(145deg, #ebf8f1, #f8fcfa); display: grid; grid-template-columns: 1fr auto; }
.savings-total > span { color: #527061; font-size: 10px; }
.savings-total > strong { grid-column: 1; margin-top: 5px; color: #2f805f; font-size: 28px; letter-spacing: -.04em; }
.savings-total > small { grid-column: 2; grid-row: 2; align-self: end; color: #779181; font-size: 8px; }
.audit-progress { grid-column: 1 / -1; margin-top: 13px; display: flex; align-items: center; gap: 9px; }
.audit-progress i { flex: 1; height: 5px; border-radius: 8px; background: #dcece4; overflow: hidden; }
.audit-progress i b { display: block; width: 63%; height: 100%; border-radius: inherit; background: #48a67e; }
.audit-progress span { color: #728679; font-size: 8px; }
.audit-list { display: grid; gap: 9px; margin: 0 14px; }
.audit-list > div { min-height: 62px; padding: 10px 11px; display: grid; grid-template-columns: 37px 1fr auto; gap: 9px; align-items: center; border-radius: 15px; background: white; box-shadow: 0 5px 15px rgba(33,54,70,.05); }
.audit-list em { padding: 6px 8px; border-radius: 999px; font-size: 7px; font-weight: 800; font-style: normal; }
.review-chip { background: #fff1e5; color: #bd6d32; }
.useful-chip { background: #edf1ff; color: #5b6ed0; }
.cancel-chip { background: #f0f1f5; color: #697087; }

.audit-labels { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.audit-labels span { padding: 8px 13px; border-radius: 999px; font-size: 12px; font-weight: 740; }
.audit-labels span:nth-child(1) { color: #2e7a5d; background: #e8f6ef; }
.audit-labels span:nth-child(2) { color: #5667c3; background: #edf1ff; }
.audit-labels span:nth-child(3) { color: #bc7138; background: #fff1e5; }
.audit-labels span:nth-child(4) { color: #697087; background: #eff0f4; }
.micro-note { margin-top: 20px !important; font-size: 13px !important; color: #8992a8 !important; }
.mini-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 29px; }
.mini-feature-grid article { padding: 17px; border: 1px solid rgba(23,33,61,.06); border-radius: 17px; background: rgba(255,255,255,.7); }
.mini-feature-grid strong, .mini-feature-grid span { display: block; }
.mini-feature-grid strong { margin-bottom: 7px; font-size: 13px; }
.mini-feature-grid span { color: #76809a; font-size: 11px; line-height: 1.5; }
.history-stack { position: relative; z-index: 2; width: min(450px, calc(100% - 38px)); }
.notification-card { position: relative; z-index: 3; width: 94%; margin: 0 auto -18px; padding: 13px; display: flex; align-items: flex-start; gap: 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 15px 45px rgba(62,45,35,.13); backdrop-filter: blur(12px); }
.notification-card img { border-radius: 11px; }
.notification-card > div { flex: 1; }
.notification-card span { display: flex; justify-content: space-between; font-size: 11px; }
.notification-card time { color: #969dad; font-size: 9px; }
.notification-card p { margin: 5px 0 0; color: #5b6378; font-size: 10px; }
.history-card { min-height: 375px; padding: 42px 27px 27px; border: 1px solid rgba(255,255,255,.86); border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 28px 65px rgba(62,45,35,.16); transform: rotate(2deg); }
.history-head { display: flex; justify-content: space-between; align-items: center; }
.history-head small { color: #cd7e45; }
.history-head h3 { margin: 6px 0 0; font-size: 24px; }
.large-logo { width: 44px; height: 44px; border-radius: 14px; font-size: 15px; }
.history-current { margin-top: 23px; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; border-radius: 15px; background: #fff4eb; }
.history-current span { color: #8c654a; font-size: 9px; }
.history-current strong { display: block; margin-top: 4px; color: #3c2d24; font-size: 15px; }
.history-current em { padding: 6px 8px; border-radius: 999px; background: #ffe2cd; color: #bd642a; font-size: 8px; font-style: normal; font-weight: 800; }
.line-chart { position: relative; height: 120px; margin: 26px 10px 0; border-bottom: 1px solid #e9ebf0; background-image: linear-gradient(#f0f1f5 1px, transparent 1px); background-size: 100% 40px; }
.line-chart i { position: absolute; height: 3px; border-radius: 3px; background: #e58e4b; transform-origin: left center; }
.line-one { width: 31%; left: 5%; top: 77px; transform: rotate(-13deg); }
.line-two { width: 32%; left: 35%; top: 60px; transform: rotate(-17deg); }
.line-three { width: 30%; left: 65%; top: 40px; transform: rotate(-20deg); }
.line-chart span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #fff; border: 3px solid #e58e4b; }
.dot-one { left: 4%; top: 74px; }.dot-two { left: 64%; top: 37px; }.dot-three { right: 1%; top: 18px; }
.chart-labels { display: flex; justify-content: space-between; margin: 7px 9px 0; color: #9aa1b2; font-size: 8px; }

.bento-section { background: #fff; }
.bento-grid { margin-top: 53px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.bento-card { padding: 31px; border: 1px solid rgba(23,33,61,.06); border-radius: 28px; overflow: hidden; }
.bento-card h3 { margin: 12px 0 0; max-width: 420px; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.bento-card p { max-width: 500px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-tag { color: #75809d; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.bento-large { grid-row: span 2; min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; }
.categories-card { background: linear-gradient(145deg, #f0edff, #faf9ff); }
.installments-card { background: linear-gradient(145deg, #edf5ff, #fafcff); }
.widgets-card { background: linear-gradient(145deg, #edf9f4, #f9fdfb); }
.category-cloud { min-height: 280px; position: relative; margin: 18px -8px -15px; }
.category-panel { position: absolute; inset: 28px 72px 18px; padding: 18px; border: 1px solid rgba(117,91,220,.1); border-radius: 23px; background: rgba(255,255,255,.92); box-shadow: 0 22px 48px rgba(78,62,138,.14); transform: rotate(-1.2deg); }
.category-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 0 2px 11px; border-bottom: 1px solid #eeebf8; }
.category-panel-head strong { color: #252e4b; font-size: 13px; }
.category-panel-head em { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #6d58c7; background: #eeeaff; font-size: 10px; font-style: normal; font-weight: 800; }
.category-panel-row { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; min-height: 39px; border-bottom: 1px solid #f1eff8; }
.category-panel-row:last-child { border-bottom: 0; }
.category-panel-row strong { color: #46506d; font-size: 10px; }
.category-panel-row small { color: #8b93aa; font-size: 9px; }
.category-dot { width: 24px; height: 24px; border-radius: 8px; position: relative; }
.category-dot::after { content: ""; position: absolute; inset: 7px; border-radius: 3px; background: rgba(255,255,255,.9); }
.entertainment-dot { background: #8c77e5; }.home-dot { background: #66a3e7; }.work-dot { background: #eda36a; }.health-dot { background: #65b58e; }
.category-pill { position: absolute; z-index: 2; padding: 13px 20px; border-radius: 999px; background: white; box-shadow: 0 12px 26px rgba(78,62,138,.12); color: #58468f; font-size: 13px; font-weight: 720; }
.pill-entertainment { top: -2px; left: 3px; transform: rotate(-4deg); }
.pill-home { top: 101px; right: 4px; transform: rotate(5deg); }
.pill-productivity { bottom: -10px; left: 16px; transform: rotate(3deg); }
.pill-health { bottom: -14px; right: 35px; transform: rotate(-5deg); }
.pill-add { top: 17px; right: 35px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: white; background: #806be1; font-size: 23px; }
.progress-demo { margin-top: 30px; padding: 17px; border-radius: 17px; background: white; box-shadow: 0 9px 22px rgba(45,69,106,.08); }
.progress-demo div { display: flex; justify-content: space-between; font-size: 11px; }
.progress-demo i { display: block; height: 7px; margin: 12px 0 9px; border-radius: 8px; background: #e9edf5; overflow: hidden; }
.progress-demo i b { display: block; width: 30%; height: 100%; border-radius: inherit; background: #6888e6; }
.progress-demo small { color: #8992a8; font-size: 9px; }
.widget-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 25px; }
.widget-tile { min-height: 87px; padding: 13px 10px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 18px; color: #58627b; font-size: 8px; }
.widget-tile strong { display: block; margin-top: 5px; color: #212b47; font-size: 15px; }
.blue-widget { background: #e4edff; }.orange-widget { background: #fff0e4; }.violet-widget { background: #eeeaff; }

.privacy-section { background: linear-gradient(145deg, #f1f6ff, #eff9f7); }
.privacy-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.privacy-copy > p { margin: 23px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.privacy-options { display: grid; gap: 14px; }
.privacy-options article { min-height: 112px; padding: 21px 23px; display: flex; align-items: center; gap: 19px; border: 1px solid rgba(255,255,255,.8); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 10px 28px rgba(43,69,88,.06); }
.privacy-options strong { display: block; margin-bottom: 5px; font-size: 16px; }
.privacy-options p { margin: 0; color: #78829b; font-size: 12px; line-height: 1.5; }
.privacy-icon { flex: none; width: 48px; height: 48px; border-radius: 15px; position: relative; }
.device-icon { background: #e7edff; box-shadow: inset 0 0 0 12px #6c82df; border: 7px solid #e7edff; }
.cloud-icon { border-radius: 50% 50% 45% 45%; background: #e4f5ef; }
.cloud-icon::after { content: ""; position: absolute; width: 26px; height: 13px; left: 11px; top: 20px; border-radius: 14px; background: #54a98a; box-shadow: 7px -8px 0 -3px #54a98a, -4px -5px 0 -2px #54a98a; }
.bank-icon { background: #f1edff; }
.bank-icon::before { content: ""; position: absolute; inset: 13px 10px; border: solid #7b68cf; border-width: 4px 0; }
.bank-icon::after { content: "×"; position: absolute; inset: 0; display: grid; place-items: center; color: #7b68cf; font-size: 27px; font-weight: 500; }

.pricing-section { background: #fff; }
.pricing-grid { width: min(870px, 100%); margin: 57px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border-radius: 29px; }
.free-card { border: 1px solid var(--line); background: #fafbfe; }
.premium-card { border: 1px solid #e2ca7e; background: linear-gradient(145deg, #fffaf0, #fffdf8); box-shadow: 0 23px 55px rgba(118,86,19,.12); }
.popular-badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; background: #f7e9bd; color: #896617; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; font-weight: 850; }
.price-head { display: flex; flex-direction: column; }
.price-head > span { font-size: 18px; font-weight: 750; }
.price-head strong { margin-top: 21px; font-size: 40px; letter-spacing: -.045em; }
.price-head small { margin-top: 3px; color: #8891a8; font-size: 11px; }
.price-card ul { display: grid; gap: 13px; list-style: none; margin: 29px 0; padding: 24px 0 0; border-top: 1px solid var(--line); }
.price-card li { display: flex; gap: 10px; color: #4f5975; font-size: 13px; }
.price-card li::before { content: "✓"; color: var(--mint); font-weight: 900; }
.secondary-button, .primary-button { min-height: 49px; display: grid; place-items: center; padding: 12px 18px; border-radius: 14px; font-size: 13px; font-weight: 760; transition: transform .2s ease; }
.secondary-button:hover, .primary-button:hover { transform: translateY(-2px); }
.secondary-button { border: 1px solid #d9deea; background: white; }
.gold-button { background: #aa8125; color: white; box-shadow: 0 10px 22px rgba(170,129,37,.2); }
.price-fineprint { margin: 13px 0 0; text-align: center; color: #958969; font-size: 9px; }

.faq-section { background: #f7f9fd; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.sticky-heading p { margin-left: 0; font-size: 15px; }
.sticky-heading a { color: var(--blue); font-weight: 700; }
.faq-list { display: grid; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; padding: 25px 45px 23px 0; position: relative; list-style: none; cursor: pointer; font-size: 17px; font-weight: 720; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 21px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e9edf6; color: #66718e; font-size: 19px; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -4px 48px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; padding: 108px 0; overflow: hidden; color: white; background: linear-gradient(135deg, #192541 0%, #344473 55%, #2e716a 120%); }
.final-cta-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.final-cta img { border-radius: 24px; box-shadow: 0 14px 34px rgba(4,9,24,.25); }
.light-kicker { margin: 28px 0 15px; color: #aebfee; }
.final-cta h2 { font-size: clamp(40px, 5vw, 62px); }
.final-cta p { max-width: 600px; margin: 20px 0 28px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.light-store { color: var(--ink); background: white; box-shadow: 0 15px 34px rgba(4,9,24,.23); }
.light-store small { color: #7d869d; }
.final-orb { position: absolute; border-radius: 50%; }
.final-orb-one { width: 500px; height: 500px; left: -220px; top: -210px; background: radial-gradient(circle, rgba(117,131,239,.5), transparent 67%); }
.final-orb-two { width: 520px; height: 520px; right: -220px; bottom: -270px; background: radial-gradient(circle, rgba(99,202,174,.38), transparent 67%); }

.site-footer { padding: 67px 0 26px; background: #111a30; color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; padding-bottom: 53px; }
.footer-brand p { margin: 17px 0 0; color: #8f9ab6; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 5px; color: #e9edf8; font-size: 12px; }
.footer-links a { color: #8f9ab6; font-size: 12px; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #6f7b99; font-size: 10px; }

.content-page { min-height: 100vh; background: #fbfcff; }
.content-hero { padding: 150px 0 70px; background: linear-gradient(145deg, #f3f7ff, #f8f5ff); }
.content-hero .kicker { margin-bottom: 19px; }
.content-hero p { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.content-body { padding: 80px 0 110px; }
.prose { width: min(760px, 100%); }
.prose h2 { margin: 52px 0 16px; font-size: 25px; letter-spacing: -.025em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 10px; font-size: 17px; }
.prose p, .prose li { color: #5e6986; font-size: 15px; line-height: 1.75; }
.prose ul { padding-left: 19px; }
.prose a { color: var(--blue); font-weight: 650; }
.info-callout { margin: 34px 0; padding: 23px 25px; border-radius: 19px; background: #edf3ff; }
.info-callout strong { display: block; margin-bottom: 7px; }
.info-callout p { margin: 0; }

.release-hero { padding-bottom: 86px; }
.release-version { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; padding: 9px 14px; border-radius: 999px; background: white; box-shadow: 0 5px 18px rgba(37,50,95,.07); color: #5f6ed0; font-size: 12px; font-weight: 760; }
.release-list { width: min(850px, 100%); display: grid; gap: 24px; }
.release-card { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: 0 12px 32px rgba(36,50,91,.05); }
.release-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: #edf2ff; color: #5b71d7; font-size: 24px; }
.release-card:nth-child(2n) .release-icon { color: #b06d36; background: #fff1e5; }
.release-card:nth-child(3n) .release-icon { color: #358363; background: #e8f7ef; }
.release-card h2 { margin: 0; font-size: 22px; letter-spacing: -.02em; }
.release-card p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.release-card ul { margin: 17px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.release-card li { display: flex; gap: 9px; color: #53607c; font-size: 13px; line-height: 1.5; }
.release-card li::before { content: "✓"; color: var(--mint); font-weight: 900; }
.premium-mini { display: inline-block; margin-left: 8px; padding: 4px 7px; border-radius: 999px; color: #997220; background: #fff2c9; font-size: 8px; letter-spacing: .07em; vertical-align: middle; }
.support-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 35px; align-items: start; }
.support-grid > .prose { grid-column: 1 / -1; }
.support-card { padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 12px 32px rgba(36,50,91,.06); }
.support-card h2 { margin: 0 0 12px; font-size: 25px; }
.support-card p { margin: 0 0 23px; color: var(--muted); line-height: 1.7; }
.mail-button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 14px; background: var(--ink); color: white; font-size: 13px; font-weight: 750; }
.support-aside { display: grid; gap: 14px; }
.support-aside article { padding: 22px; border-radius: 20px; background: #f0f4ff; }
.support-aside article:nth-child(2) { background: #edf8f3; }
.support-aside strong { display: block; margin-bottom: 7px; }
.support-aside p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.reveal { animation: fade-up .75s ease both; }
.delay-one { animation-delay: .12s; }
@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 760px); }
  .menu-button { display: block; }
  .nav-panel { position: absolute; left: 20px; right: 20px; top: 67px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 16px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.97); box-shadow: 0 20px 50px rgba(23,33,61,.16); }
  .nav-panel.is-open { display: flex; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links a { padding: 13px 8px; border-bottom: 1px solid #eef0f5; }
  .language-picker, .language-picker select { width: 100%; }
  .nav-download { justify-content: center; }
  .hero { padding-top: 130px; }
  .hero-grid, .split-grid, .visual-left, .privacy-grid, .faq-grid, .support-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .float-savings { right: 4%; }.float-reminder { left: 5%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .product-stage { min-height: 610px; }
  .visual-right .feature-copy { order: 1; }.visual-right .product-stage { order: 2; }
  .visual-left .feature-copy { order: 1; }.visual-left .product-stage { order: 2; }
  .feature-copy { text-align: center; }
  .feature-copy h2, .feature-copy > p { margin-left: auto; margin-right: auto; }
  .check-list { width: min(510px, 100%); margin-left: auto; margin-right: auto; text-align: left; }
  .audit-labels, .mini-feature-grid { justify-content: center; }
  .inline-cta { justify-content: center; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-large { grid-row: auto; }
  .privacy-grid, .faq-grid { gap: 55px; }
  .sticky-heading { position: static; }
  .privacy-copy { text-align: center; }
  .pricing-grid { max-width: 550px; grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .nav-inner { height: 66px; }
  .brand { font-size: 17px; }
  .brand img { width: 31px; height: 31px; }
  .hero { min-height: auto; padding: 108px 0 66px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 19px; }
  .hero-proof { display: grid; justify-content: center; text-align: left; }
  .hero-visual { min-height: 548px; transform: scale(.9); margin: -18px -16px -40px; }
  .iphone { width: 257px; height: 524px; border-radius: 44px; }
  .phone-screen { border-radius: 36px; }
  .float-card { min-width: 167px; padding: 10px 12px 10px 10px; }
  .float-savings { right: -4%; top: 115px; }.float-reminder { left: -3%; bottom: 70px; }
  .signal-strip { padding: 12px 0; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid div { padding: 17px 15px; border-bottom: 1px solid var(--line); }
  .signal-grid div:nth-child(2) { border-right: 0; }.signal-grid div:nth-child(3) { padding-left: 15px; border-bottom: 0; }.signal-grid div:nth-child(4) { border-bottom: 0; }
  .signal-grid strong { font-size: 15px; }.signal-grid span { font-size: 10px; }
  .section { padding: 78px 0; }
  .section-heading h2, .feature-copy h2, .privacy-copy h2, .content-hero h1 { font-size: 35px; }
  .section-heading p, .feature-copy > p, .privacy-copy > p { font-size: 16px; }
  .benefit-grid { margin-top: 39px; }
  .benefit-card { padding: 28px 25px; border-radius: 24px; }
  .split-grid { gap: 47px; }
  .product-stage { min-height: 515px; margin: 0 -8px; border-radius: 30px; }
  .app-window { width: 297px; min-height: 488px; border-width: 7px; transform: scale(.92) rotate(-2deg); }
  .audit-window { transform: scale(.92) rotate(2deg); }
  .fake-tabbar { height: 55px; }
  .history-stack { width: calc(100% - 24px); }
  .history-card { padding-left: 21px; padding-right: 21px; }
  .mini-feature-grid { grid-template-columns: 1fr; text-align: left; }
  .bento-card { padding: 25px; }
  .category-cloud { min-height: 285px; margin-inline: -16px; }
  .category-panel { inset: 34px 26px 38px; padding: 15px; }
  .category-pill { padding: 10px 14px; font-size: 10px; }
  .pill-entertainment { top: 16px; left: 0; }
  .pill-home { top: 95px; right: 0; }
  .pill-productivity { bottom: -3px; left: 2px; }
  .pill-health { bottom: -10px; right: 8px; }
  .pill-add { top: 10px; right: 5px; width: 38px; height: 38px; padding: 0; font-size: 20px; }
  .widget-row { grid-template-columns: 1fr 1fr; }.widget-row span:last-child { grid-column: 1 / -1; }
  .privacy-options article { padding: 18px; }
  .price-card { padding: 28px 24px; }
  .faq-list summary { font-size: 15px; }
  .final-cta { padding: 80px 0; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .content-hero { padding: 120px 0 55px; }
  .content-body { padding: 55px 0 80px; }
  .release-card { grid-template-columns: 1fr; gap: 18px; padding: 24px; }
}
