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

:root {
  --ink: #09231e;
  --ink-soft: #35534c;
  --deep: #071d19;
  --green: #0d7c66;
  --green-bright: #18a681;
  --mint: #c8f1df;
  --cream: #f7f8f2;
  --sand: #f1e9d9;
  --line: rgba(8, 42, 34, 0.12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 36, 29, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 16px/1.65 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--deep); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 17px 0; transition: .25s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(247, 248, 242, .9); border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(8, 42, 34, .06); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand img { width: 40px; height: 40px; border-radius: 12px; object-fit: cover; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--green); transition: right .2s; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; color: #fff; background: var(--deep); border-radius: 999px; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 820px; padding: 156px 0 80px; overflow: hidden; background: radial-gradient(circle at 70% 45%, #d9f5e7 0, rgba(217,245,231,0) 32%), linear-gradient(145deg, #f7f8f2 0%, #eff5ea 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(8, 50, 40, .16) .6px, transparent .6px); background-size: 18px 18px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.hero-copy { padding-bottom: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font: 700 12px/1.2 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: #8ce1c8; }
.hero h1, .section-heading h2, .workflow h2, .faq h2, .contact h2, .download h2, .privacy h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(58px, 6vw, 88px); line-height: .99; font-weight: 700; }
.hero h1 em { display: block; color: var(--green); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 32px; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 13px 22px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(13, 124, 102, .24); }
.button-primary:hover { background: #096d59; box-shadow: 0 16px 34px rgba(13, 124, 102, .3); }
.button-primary:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.55); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #4a6760; font-size: 13px; font-weight: 600; }
.trust-row i { margin-right: 5px; color: var(--green); }

.hero-visual { position: relative; height: 580px; }
.orbit { position: absolute; border: 1px solid rgba(13,124,102,.13); border-radius: 50%; }
.orbit-one { inset: 8% 5% 8% 12%; }
.orbit-two { inset: 17% 14% 17% 21%; }
.phone { position: absolute; overflow: hidden; width: 246px; padding: 8px; border: 1px solid rgba(255,255,255,.6); border-radius: 36px; background: #172623; box-shadow: 0 28px 70px rgba(6, 35, 29, .22); }
.phone img { border-radius: 29px; }
.phone-back { top: 32px; right: 22px; transform: rotate(8deg); opacity: .9; }
.phone-front { left: 80px; bottom: 4px; transform: rotate(-5deg); z-index: 2; }
.floating-card { position: absolute; z-index: 4; display: flex; gap: 11px; align-items: center; min-width: 185px; padding: 12px 15px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 16px; box-shadow: 0 18px 44px rgba(4, 37, 29, .15); backdrop-filter: blur(14px); }
.floating-card small, .floating-card strong { display: block; line-height: 1.35; }
.floating-card small { color: #70857f; font-size: 11px; }
.floating-card strong { font-size: 13px; }
.float-icon { display: grid; width: 38px; height: 38px; place-items: center; color: #06624f; background: var(--mint); border-radius: 12px; }
.float-icon.warm { color: #8b5d0a; background: #f7dfac; }
.float-budget { left: 2px; top: 96px; }
.float-goal { right: -8px; bottom: 74px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 130px; height: 130px; top: 30%; right: -55px; background: #d3eab8; }
.hero-glow-two { width: 70px; height: 70px; left: 44%; bottom: 25px; background: #f6d79a; }

.proof-strip { color: #d6e9e2; background: var(--deep); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid p { margin: 0; padding: 27px 30px; border-right: 1px solid rgba(255,255,255,.11); }
.proof-grid p:first-child { border-left: 1px solid rgba(255,255,255,.11); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: #fff; font: 700 15px "Manrope", sans-serif; }
.proof-grid span { margin-top: 2px; font-size: 12px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .workflow h2, .faq h2, .contact h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.08; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--ink-soft); font-size: 18px; }
.features { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.feature-card h3 { max-width: 410px; margin: 3px 0 12px; font: 700 27px/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.feature-card p:not(.card-kicker) { max-width: 465px; margin: 0; color: var(--ink-soft); }
.feature-card-large { grid-column: span 7; }
.feature-grid > article:nth-child(2), .feature-grid > article:nth-child(3) { grid-column: span 5; }
.feature-card-wide { grid-column: span 6; display: grid; grid-template-columns: auto 1fr; gap: 20px; min-height: 270px; }
.card-kicker { margin: 0; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feature-icon { display: grid; width: 52px; height: 52px; margin-bottom: 26px; place-items: center; color: #07614e; background: rgba(255,255,255,.65); border-radius: 15px; font-size: 22px; }
.feature-icon.light { color: #fff; background: rgba(255,255,255,.12); }
.feature-icon.amber { color: #81520b; background: #f5d899; }
.feature-icon.coral { color: #9b4630; background: #ffe0d6; }
.feature-icon.sky { color: #17566c; background: #d9eef4; }
.mint-card { background: #e0f5e8; }
.navy-card { color: #fff; background: var(--deep); }
.navy-card p:not(.card-kicker), .navy-card .card-kicker { color: #9cc8bc; }
.sand-card { background: #f5efe2; }
.white-card { background: #fff; }
.mini-ledger { margin-top: 28px; padding: 12px; background: rgba(255,255,255,.7); border-radius: 18px; }
.mini-ledger > div { display: grid; grid-template-columns: auto 1fr auto; gap: 11px; align-items: center; padding: 9px; border-bottom: 1px solid rgba(8,42,34,.07); }
.mini-ledger > div:last-child { border: 0; }
.mini-ledger small, .mini-ledger strong { display: block; line-height: 1.35; }
.mini-ledger small { font-weight: 700; }
.mini-ledger strong { color: #6d817c; font-size: 11px; font-weight: 500; }
.mini-ledger b { color: #965746; font-size: 11px; }
.mini-ledger b.positive { color: var(--green); }
.ledger-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; }
.ledger-icon.blue { background: #d8e9f4; }.ledger-icon.gold { background: #f8e4b5; }.ledger-icon.violet { background: #e4daf3; }
.bars { position: absolute; right: 28px; bottom: 0; left: 28px; display: flex; height: 125px; align-items: end; gap: 12px; }
.bars i { flex: 1; height: var(--h); background: linear-gradient(#45c89e, #166b59); border-radius: 8px 8px 0 0; opacity: .9; }
.goal-meter { height: 10px; margin-top: 55px; overflow: hidden; background: rgba(109,78,22,.13); border-radius: 20px; }
.goal-meter span { display: block; width: 72%; height: 100%; background: #d79828; border-radius: inherit; }
.meter-label { display: block; margin-top: 10px; color: #816c45; }
.recurring-pills { grid-column: 2; align-self: end; display: flex; gap: 8px; flex-wrap: wrap; }
.recurring-pills span { padding: 8px 12px; color: #6f4035; background: #fff3ef; border: 1px solid #f4d7ce; border-radius: 999px; font-size: 12px; font-weight: 700; }
.scan-frame { grid-column: 2; align-self: end; display: flex; max-width: 210px; padding: 15px; gap: 10px; align-items: center; color: #275f70; background: #eef8fb; border: 1px dashed #8fc6d7; border-radius: 14px; font-size: 12px; font-weight: 700; }
.scan-frame i { font-size: 25px; }

.workflow { background: var(--cream); }
.workflow-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.workflow-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 18px; }
.steps { margin: 38px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; width: 45px; height: 45px; place-items: center; color: var(--green); background: #dff2e7; border-radius: 50%; font-size: 12px; font-weight: 800; }
.steps h3 { margin: 1px 0 5px; font: 700 18px "Manrope", sans-serif; }.steps p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.workflow-visual { position: relative; min-height: 550px; padding: 55px; background: #dceee4; border-radius: 34px; }
.insight-card { padding: 32px; background: #fff; border-radius: 25px; box-shadow: var(--shadow); }
.insight-top { display: flex; justify-content: space-between; color: #72857f; font-size: 12px; }.insight-card h3 { margin: 8px 0 28px; font: 700 23px "Manrope", sans-serif; }
.donut { display: grid; width: 200px; height: 200px; margin: 0 auto; place-items: center; background: conic-gradient(#18a681 0 43%, #f0b54f 43% 69%, #3c8dad 69% 88%, #e9eeea 88%); border-radius: 50%; }
.donut::before { content: ""; position: absolute; width: 125px; height: 125px; background: #fff; border-radius: 50%; }.donut span { z-index: 2; color: #70817d; text-align: center; font-size: 11px; }.donut strong { color: var(--ink); font-size: 15px; }
.legend { display: flex; gap: 16px; justify-content: center; margin-top: 26px; color: #667a74; font-size: 11px; }.legend i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; }.legend .mint { background: #18a681; }.legend .amber-dot { background: #f0b54f; }.legend .blue-dot { background: #3c8dad; }
.note-card { position: absolute; right: 4px; bottom: 27px; display: flex; width: 260px; padding: 17px; gap: 13px; align-items: center; background: var(--deep); border-radius: 18px; box-shadow: var(--shadow); color: #fff; }
.note-card > i { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: #9ae3ca; background: rgba(255,255,255,.1); border-radius: 12px; }.note-card p, .note-card small, .note-card strong { display: block; margin: 0; line-height: 1.35; }.note-card small { color: #90b3aa; font-size: 10px; }.note-card strong { font-size: 12px; }

.privacy { padding-top: 0; background: var(--cream); }
.privacy-card { display: grid; grid-template-columns: auto 1fr 230px; gap: 34px; align-items: center; padding: 52px; color: #fff; background: var(--deep); border-radius: 32px; }
.privacy-mark { display: grid; width: 74px; height: 74px; place-items: center; color: #9be4cc; background: rgba(255,255,255,.08); border-radius: 22px; font-size: 31px; }
.privacy h2 { max-width: 700px; margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; }.privacy p:not(.eyebrow) { max-width: 720px; margin: 0; color: #acc3bd; }
.privacy-links { display: flex; flex-direction: column; gap: 10px; }.privacy-links a { display: flex; padding: 12px 0; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; font-weight: 700; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-grid > div:first-child > p:last-child { color: var(--ink-soft); }.faq-grid > div:first-child a { color: var(--green); font-weight: 700; }
.accordion details { border-top: 1px solid var(--line); }.accordion details:last-child { border-bottom: 1px solid var(--line); }.accordion summary { display: flex; padding: 23px 0; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font: 700 18px "Manrope", sans-serif; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary i { transition: transform .2s; }.accordion details[open] summary i { transform: rotate(45deg); }.accordion details p { max-width: 670px; margin: -8px 40px 24px 0; color: var(--ink-soft); }

.download { padding: 90px 0; background: #fff; }
.download-card { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 450px; padding: 70px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0d7c66, #075144); border-radius: 38px; }
.download-card::before { content: ""; position: absolute; width: 420px; height: 420px; right: -60px; top: -140px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.035), 0 0 0 160px rgba(255,255,255,.025); }
.download-copy { position: relative; z-index: 2; }.download h2 { max-width: 710px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.05; }.download-copy > p:not(.eyebrow) { color: #bee3d7; font-size: 18px; }
.store-links { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }.store-links a { display: flex; min-width: 170px; padding: 10px 16px; gap: 11px; align-items: center; color: #fff; background: var(--deep); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }.store-links i { font-size: 27px; }.store-links span, .store-links small { display: block; line-height: 1.2; }.store-links span { font-size: 16px; font-weight: 700; }.store-links small { font-size: 9px; font-weight: 500; }
.download-art { position: relative; z-index: 2; display: grid; place-items: center; }.brand-disc { width: 245px; height: 245px; padding: 23px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(7deg); backdrop-filter: blur(8px); }.brand-disc img { border-radius: 50%; }.spark { position: absolute; color: #a9e8d3; }.spark-one { top: 30px; right: 20px; font-size: 38px; }.spark-two { left: 20px; bottom: 35px; font-size: 26px; }.spark-three { right: 25px; bottom: 70px; color: #f0cf8d; font-size: 18px; }

.contact { background: var(--cream); }.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.contact-grid > div > p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }.email-link { display: inline-flex; margin-top: 18px; gap: 9px; align-items: center; color: var(--green); font-weight: 700; }
.contact-form { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 20px 60px rgba(8,42,34,.07); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.field { margin-bottom: 16px; }.field label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 800; }.field input, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fafbf8; border: 1px solid #d7e0dc; border-radius: 10px; outline: none; }.field input:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,124,102,.1); }.field textarea { resize: vertical; }.captcha { min-height: 12px; margin-bottom: 14px; overflow: hidden; }.form-status { min-height: 24px; margin: 0 0 8px; color: var(--green); font-size: 13px; font-weight: 700; }.form-status.error { color: #a83f32; }.form-note { margin: 15px 0 0; color: #6d817c; font-size: 11px; }.form-note a { text-decoration: underline; }

.site-footer { padding: 72px 0 24px; color: #bdd0cb; background: var(--deep); }.site-footer .brand { color: #fff; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; }.footer-brand p { max-width: 280px; color: #8eaaa3; }.footer-grid h2 { margin: 0 0 16px; color: #fff; font: 700 13px "Manrope", sans-serif; }.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #9db5af; font-size: 13px; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; margin-top: 54px; padding-top: 22px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #7f9c95; font-size: 12px; }.footer-bottom p { margin: 0; }
.powered-by { margin-left: 12px; color: #9db5af; }.powered-by strong { color: #d8e8e3; font-weight: 700; }

:focus-visible { outline: 3px solid #e2a53d; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .primary-nav { gap: 18px; }.hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }.hero-visual { transform: scale(.86); transform-origin: center; }.phone-front { left: 8px; }.feature-card-large { grid-column: span 12; }.feature-grid > article:nth-child(2), .feature-grid > article:nth-child(3) { grid-column: span 6; }.workflow-grid { gap: 45px; }.privacy-card { grid-template-columns: auto 1fr; }.privacy-links { grid-column: 2; }.faq-grid { gap: 50px; }.contact-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 600px); }.site-header { padding: 10px 0; background: rgba(247,248,242,.92); backdrop-filter: blur(14px); }.nav-toggle { display: block; }.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 62px; left: 14px; right: 14px; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }.primary-nav.open { display: flex; }.primary-nav a { padding: 10px 12px !important; }.nav-cta { margin-top: 4px; text-align: center; }
  .hero { padding: 125px 0 40px; }.hero-grid { display: block; }.hero h1 { font-size: clamp(50px, 15vw, 68px); }.hero-lead { font-size: 17px; }.hero-visual { width: 440px; max-width: 100%; height: 500px; margin: 35px auto 0; transform: none; }.phone { width: 205px; }.phone-front { left: 18px; }.phone-back { right: 15px; }.floating-card { min-width: 155px; padding: 9px 11px; }.float-budget { left: 0; top: 55px; }.float-goal { right: 0; bottom: 40px; }.hero-glow-two { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid p { padding: 20px 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 82px 0; }.section-heading { display: block; }.section-heading > p { margin-top: 20px; }.feature-grid { display: block; }.feature-card { min-height: 0; margin-bottom: 15px; padding: 27px; }.feature-card-wide { display: block; }.recurring-pills, .scan-frame { margin-top: 28px; }.bars { position: relative; right: auto; bottom: auto; left: auto; height: 110px; margin-top: 35px; }.goal-meter { margin-top: 35px; }
  .workflow-grid { display: block; }.workflow-visual { min-height: 500px; margin-top: 45px; padding: 28px 20px; }.insight-card { padding: 24px 18px; }.note-card { right: 10px; bottom: 20px; }.privacy-card { display: block; padding: 34px 26px; }.privacy-mark { margin-bottom: 28px; }.privacy-links { margin-top: 25px; }.faq-grid, .contact-grid { display: block; }.accordion { margin-top: 40px; }.accordion summary { font-size: 16px; gap: 15px; }.download { padding: 60px 0; }.download-card { display: block; min-height: 650px; padding: 42px 27px; }.download-art { margin-top: 50px; }.brand-disc { width: 190px; height: 190px; }.field-row { display: block; }.contact-form { margin-top: 40px; padding: 25px 18px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }.footer-bottom { gap: 20px; flex-direction: column; }
  .powered-by { display: block; margin: 7px 0 0; }
}

@media (max-width: 430px) {
  .hero-visual { height: 450px; }.phone { width: 178px; }.phone-front { left: 5px; }.phone-back { right: 4px; }.floating-card strong { font-size: 11px; }.float-goal { bottom: 28px; }.proof-grid { grid-template-columns: 1fr; }.proof-grid p { border-left: 0 !important; border-right: 0; }.mini-ledger b { display: none; }.donut { width: 170px; height: 170px; }.donut::before { width: 105px; height: 105px; }.note-card { width: 230px; }.store-links { display: block; }.store-links a { margin-top: 10px; }.footer-grid { gap: 32px 18px; }
}
