:root {
  --blue-700:#1d4ed8;
  --blue-600:#2563eb;
  --blue-500:#3b82f6;
  --blue-100:#dbeafe;
  --blue-50:#eff6ff;
  --ink:#0f172a;
  --text:#334155;
  --muted:#64748b;
  --line:#e2e8f0;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --green:#16a34a;
  --green-soft:#ecfdf3;
  --pink:#db2777;
  --pink-soft:#fdf2f8;
  --purple:#7c3aed;
  --purple-soft:#f5f3ff;
  --warning:#d97706;
  --warning-soft:#fff7ed;
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
  --radius-xl:34px;
  --shadow-sm:0 8px 28px rgba(15,23,42,.06);
  --shadow-md:0 24px 70px rgba(37,99,235,.12);
  --container:1180px;
  --font:"Poppins",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
::selection{background:#bfdbfe;color:#0f172a}

.skip-link{position:fixed;left:12px;top:12px;z-index:9999;padding:12px 16px;background:#fff;border:2px solid var(--blue-600);border-radius:10px;transform:translateY(-140%);transition:transform .2s}
.skip-link:focus{transform:none}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:100px 0}
.section-heading{max-width:760px;margin:0 0 52px}
.section-heading.centered{text-align:center;margin-inline:auto}
.section-heading.narrow{max-width:690px}
.section-kicker{display:block;color:var(--blue-600);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.45rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.055em;margin-bottom:24px;max-width:850px;font-weight:700}
h2{font-size:clamp(1.9rem,3.45vw,3.25rem);line-height:1.08;letter-spacing:-.042em;margin-bottom:18px;font-weight:700}
h3{font-size:1.1rem;line-height:1.3;letter-spacing:-.02em;margin-bottom:10px;font-weight:700}
p{color:var(--text)}
.section-heading p{font-size:1rem;max-width:650px;margin:0 auto}

.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 19px;border:1px solid transparent;border-radius:13px;font-size:.91rem;font-weight:700;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.btn:hover{transform:translateY(-1px)}
.btn:focus-visible,a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:3px}
.btn-primary{background:var(--blue-600);color:#fff;box-shadow:0 9px 22px rgba(37,99,235,.19)}
.btn-primary:hover{background:var(--blue-700);box-shadow:0 12px 28px rgba(37,99,235,.24)}
.btn-secondary{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:0 4px 16px rgba(15,23,42,.04)}
.btn-secondary:hover{border-color:#cbd5e1;background:#f8fafc}
.btn-ghost{color:var(--text)}
.btn-ghost:hover{background:#f8fafc}
.btn-lg{min-height:56px;padding:0 24px;border-radius:15px;font-size:.97rem}
.btn-lg svg{width:18px;height:18px}
.btn-full{width:100%}
.btn-white{background:#fff;color:var(--blue-700);box-shadow:0 10px 30px rgba(15,23,42,.14)}
.btn-white:hover{background:#f8fafc}

.site-header{position:sticky;top:0;z-index:1000;height:76px;display:flex;align-items:center;border-bottom:1px solid rgba(226,232,240,.75);background:rgba(255,255,255,.88);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.nav-wrap{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;letter-spacing:-.025em;flex-shrink:0}
.brand strong{font-weight:800}
.brand-logo{display:block;height:46px;width:auto}
.main-nav{display:flex;align-items:center;justify-content:center;gap:27px}
.mobile-nav-cta{display:none!important}
.main-nav a{font-size:.85rem;font-weight:600;color:#475569;transition:color .2s}
.main-nav a:hover{color:var(--blue-600)}
.nav-actions{display:flex;align-items:center;gap:8px}
.menu-toggle{display:none;background:transparent;border:0;width:48px;height:48px;border-radius:12px;padding:12px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--ink);border-radius:3px;margin:5px 0;transition:.2s}

.hero{position:relative;overflow:hidden;padding-top:82px;padding-bottom:86px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,.91fr) minmax(480px,1.09fr);align-items:center;gap:72px}
.hero-copy{position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #dbeafe;background:#fff;color:#1e40af;border-radius:999px;font-size:.82rem;font-weight:800;margin-bottom:24px;box-shadow:0 5px 20px rgba(37,99,235,.06)}
.eyebrow-dot{width:8px;height:8px;border-radius:99px;background:var(--blue-600);box-shadow:0 0 0 5px rgba(37,99,235,.09)}
.hero-lead{font-size:clamp(1rem,1.65vw,1.14rem);line-height:1.65;max-width:650px;margin-bottom:28px;color:#475569}
.hero-lead strong{color:var(--ink);font-weight:700}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{display:flex;align-items:center;gap:8px;margin:16px 0 0;color:#64748b;font-size:.82rem;font-weight:600}
.hero-note svg{width:18px;height:18px;color:var(--green)}
.hero-product{position:relative;z-index:1;padding:28px 10px 34px 30px}
.hero-product:before{content:"";position:absolute;inset:6% -5% 2% 4%;border-radius:42px;background:linear-gradient(145deg,#eff6ff,#f8fafc);border:1px solid #e0ecff;transform:rotate(2.4deg);z-index:-1}
.app-shell{position:relative;background:#fff;border:1px solid #e6edf7;border-radius:28px;padding:24px;box-shadow:0 35px 85px rgba(30,64,175,.14),0 4px 18px rgba(15,23,42,.04)}
.app-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.app-topbar>div:first-child{display:flex;flex-direction:column;line-height:1.3}
.app-kicker{color:#94a3b8;font-size:.68rem;font-weight:600}
.app-topbar strong{font-size:.88rem}
.avatar{width:38px;height:38px;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8;border-radius:50%;font-size:.72rem;font-weight:850}
.balance-card{padding:24px;border-radius:20px;background:linear-gradient(135deg,#1d4ed8,#2563eb 65%,#3b82f6);color:#fff;box-shadow:0 15px 34px rgba(37,99,235,.18)}
.balance-head{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:700;opacity:.96}
.balance-amount{font-size:2.15rem;font-weight:800;letter-spacing:-.045em;margin-top:5px}
.balance-card p{color:rgba(255,255,255,.73);font-size:.72rem;margin:0 0 16px}
.balance-status{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);padding:7px 10px;border-radius:999px;font-size:.66rem;font-weight:700}
.balance-status span{width:7px;height:7px;background:#86efac;border-radius:50%}
.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:13px}
.metric-card{display:flex;align-items:center;gap:11px;padding:15px;border:1px solid #edf2f7;border-radius:16px;background:#fff}
.metric-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;font-weight:900;font-size:.82rem}
.metric-icon.income{background:var(--green-soft);color:var(--green)}
.metric-icon.expense{background:var(--pink-soft);color:var(--pink)}
.metric-card div{display:flex;flex-direction:column}
.metric-card small{color:#94a3b8;font-size:.63rem;font-weight:600}
.metric-card strong{font-size:.84rem;letter-spacing:-.02em}
.next-card{margin-top:13px;padding:17px;border:1px solid #edf2f7;border-radius:17px}
.card-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.card-title-row strong{font-size:.79rem}.card-title-row span{font-size:.61rem;color:var(--blue-600);font-weight:700}
.next-row,.next-result{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;padding:8px 0}
.next-row span{display:flex;align-items:center;gap:7px;color:#64748b;font-weight:600}.next-row strong{font-size:.72rem}
.dot{width:7px;height:7px;border-radius:99px}.dot-blue{background:#60a5fa}.dot-pink{background:#f472b6}
.next-result{margin-top:5px;padding:10px 11px;background:#f8fafc;border-radius:10px}.next-result span{color:#64748b;font-weight:650}.next-result strong{color:var(--green)}
.float-pill{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid #e7edf5;border-radius:15px;padding:10px 13px;box-shadow:0 15px 40px rgba(15,23,42,.09)}
.float-pill-top{right:-12px;top:7px}.float-pill-bottom{left:-14px;bottom:10px}
.float-pill>span:last-child{display:flex;flex-direction:column;line-height:1.2}.float-pill strong{font-size:.72rem}.float-pill small{font-size:.6rem;color:#94a3b8;margin-top:3px}
.float-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;font-size:.72rem;font-weight:900}.float-icon.success{background:var(--green-soft);color:var(--green)}.float-icon.blue{background:var(--blue-50);color:var(--blue-600)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.7;pointer-events:none}.hero-orb-one{width:280px;height:280px;background:radial-gradient(circle,#dbeafe 0%,rgba(219,234,254,0) 70%);right:-70px;top:40px}.hero-orb-two{width:200px;height:200px;background:radial-gradient(circle,#fce7f3 0%,rgba(252,231,243,0) 70%);left:-70px;bottom:-70px}

.trust-strip{border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;background:#fbfdff}
.trust-strip-inner{min-height:72px;display:flex;align-items:center;justify-content:center;gap:25px;color:#475569;font-weight:800;font-size:.88rem}.trust-strip-inner i{font-style:normal;color:#cbd5e1}
.problem-section{background:#fff}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.info-card{border:1px solid #edf0f5;border-radius:22px;padding:28px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.info-card:hover{transform:translateY(-4px);border-color:#dbeafe;box-shadow:0 18px 44px rgba(15,23,42,.075)}
.icon-box{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;margin-bottom:22px}.icon-box svg{width:25px;height:25px}.icon-blue{background:var(--blue-50);color:var(--blue-600)}.icon-purple{background:var(--purple-soft);color:var(--purple)}.icon-pink{background:var(--pink-soft);color:var(--pink)}
.info-card h3{font-size:1.1rem}.info-card p{margin:0;color:#64748b;font-size:.95rem}

.features-section{background:var(--surface-soft);border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature-card{min-height:390px;display:grid;grid-template-rows:200px auto;border:1px solid #e7edf5;border-radius:26px;background:#fff;overflow:hidden;box-shadow:0 10px 35px rgba(15,23,42,.045);transition:transform .22s,border-color .22s}.feature-card:hover{transform:translateY(-3px);border-color:#d7e4f7}
.feature-visual{position:relative;margin:18px 18px 0;border-radius:20px;background:#f8fafc;border:1px solid #edf2f7;padding:24px;overflow:hidden}
.feature-copy{padding:23px 27px 27px;position:relative}.feature-index{position:absolute;right:24px;top:22px;color:#cbd5e1;font-size:.76rem;font-weight:850;letter-spacing:.08em}.feature-copy h3{font-size:1.28rem;padding-right:40px}.feature-copy p{font-size:.94rem;color:#64748b;margin:0;max-width:520px}
.voice-visual{display:flex;flex-direction:column;justify-content:center;gap:13px;background:linear-gradient(145deg,#f8fbff,#fff)}
.voice-line{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #e7edf5;border-radius:15px;padding:13px 14px;box-shadow:0 8px 20px rgba(15,23,42,.04);font-size:.87rem;font-weight:650}.voice-mic{width:34px;height:34px;display:grid;place-items:center;background:var(--blue-50);border-radius:11px}
.voice-result{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e7edf5;border-radius:15px;padding:13px 15px}.voice-result div{display:flex;flex-direction:column}.voice-result small{font-size:.68rem;color:#94a3b8}.voice-result strong{font-size:1rem}.voice-result>span{font-size:.68rem;font-weight:800;color:#475569;background:#f1f5f9;border-radius:999px;padding:6px 9px}
.available-visual{display:flex;flex-direction:column;justify-content:center}.mini-label{color:#64748b;font-size:.78rem;font-weight:750}.available-visual>strong{font-size:2.45rem;letter-spacing:-.05em;margin:3px 0 13px}.mini-progress{height:8px;border-radius:99px;background:#e2e8f0;overflow:hidden}.mini-progress span{display:block;width:68%;height:100%;background:linear-gradient(90deg,var(--blue-600),#60a5fa);border-radius:99px}.available-visual small{color:#94a3b8;margin-top:10px;font-size:.68rem}
.pending-visual{display:flex;justify-content:center;flex-direction:column;gap:8px}.pending-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e7edf5;padding:12px 13px;border-radius:13px}.pending-row span{display:flex;align-items:center;gap:9px;color:#475569;font-size:.77rem;font-weight:700}.pending-row strong{font-size:.84rem}.pending-arrow{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;font-style:normal}.pending-arrow.green{background:var(--green-soft);color:var(--green)}.pending-arrow.pink{background:var(--pink-soft);color:var(--pink)}.pending-date{display:flex;justify-content:space-between;color:#94a3b8;font-size:.66rem;padding:3px 3px 0}
.premium-feature{border-color:#bfdbfe}.premium-feature .feature-visual{background:linear-gradient(145deg,#f0f6ff,#fff);border-color:#dbeafe}.premium-badge{position:absolute;right:16px;top:15px;background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:5px 9px;font-size:.61rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.projection-head{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;font-weight:800}.projection-head small{color:#94a3b8}.projection-chart{width:100%;height:94px;margin-top:8px}.projection-values{display:flex;justify-content:space-between}.projection-values>span{display:flex;flex-direction:column}.projection-values>span:last-child{text-align:right}.projection-values small{font-size:.62rem;color:#94a3b8}.projection-values strong{font-size:.78rem}

.product-section{overflow:hidden}
.product-row{display:grid;grid-template-columns:1.15fr .85fr;gap:74px;align-items:center;padding:62px 0;border-bottom:1px solid #eef2f6}.product-row:last-child{border-bottom:0;padding-bottom:0}.product-row.reverse .product-mock{order:2}.product-row.reverse .product-copy{order:1}
.product-mock{position:relative}.product-mock:before{content:"";position:absolute;width:70%;height:70%;background:radial-gradient(circle,#dbeafe 0%,rgba(219,234,254,0) 70%);left:-9%;bottom:-20%;z-index:-1}
.browser-frame{overflow:hidden;border:1px solid #e2e8f0;border-radius:23px;background:#fff;box-shadow:0 25px 70px rgba(15,23,42,.10)}
.browser-bar{height:38px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#f8fafc;border-bottom:1px solid #edf2f7}.browser-bar>span{width:7px;height:7px;border-radius:50%;background:#cbd5e1}.browser-bar small{margin:auto;color:#94a3b8;font-size:.56rem;font-weight:700;transform:translateX(-14px)}
.mini-app-layout{display:grid;grid-template-columns:55px 1fr;min-height:350px}.mini-sidebar{padding:14px 10px;background:#fbfdff;border-right:1px solid #eef2f6;display:flex;align-items:center;flex-direction:column;gap:17px}.mini-sidebar b{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:var(--blue-600);color:#fff;font-size:.7rem}.mini-sidebar i{width:24px;height:7px;border-radius:5px;background:#e2e8f0}.mini-sidebar i:first-of-type{background:#bfdbfe}.mini-content{padding:21px 24px}.mini-header{display:flex;align-items:center;justify-content:space-between}.mini-header span{display:flex;flex-direction:column}.mini-header small{color:#94a3b8;font-size:.6rem}.mini-header strong{font-size:.82rem}.mini-header em{width:29px;height:29px;background:#eff6ff;border-radius:50%}.mini-balance{margin-top:17px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:16px;padding:18px;color:#fff;display:flex;flex-direction:column}.mini-balance small{font-size:.6rem;opacity:.82}.mini-balance strong{font-size:1.55rem;line-height:1.2}.mini-balance span{margin-top:8px;font-size:.55rem;background:rgba(255,255,255,.12);border-radius:999px;width:max-content;padding:5px 8px}.mini-metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px}.mini-metrics div{border:1px solid #edf2f7;border-radius:12px;padding:12px;display:flex;flex-direction:column}.mini-metrics small{font-size:.55rem;color:#94a3b8}.mini-metrics b{font-size:.72rem}.mini-list{margin-top:9px;border:1px solid #edf2f7;border-radius:12px;padding:12px}.mini-list b{font-size:.65rem;display:block;margin-bottom:10px}.mini-list span{display:block;height:7px;background:#f1f5f9;border-radius:6px;margin:7px 0}.mini-list span:nth-child(3){width:85%}.mini-list span:nth-child(4){width:68%}
.product-copy{max-width:440px}.product-tag{display:inline-block;background:var(--blue-50);color:var(--blue-700);padding:6px 10px;border-radius:999px;font-size:.7rem;font-weight:850;margin-bottom:17px}.product-copy h3{font-size:clamp(1.65rem,2.7vw,2.35rem);line-height:1.15;margin-bottom:15px}.product-copy p{font-size:1.02rem;color:#64748b}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:28px;color:#475569;font-size:.92rem}.check-list li:before{content:"✓";position:absolute;left:0;top:1px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:.66rem;font-weight:900}.check-list.compact{margin-top:22px;gap:8px}
.movement-ui,.reports-ui{padding:24px;min-height:350px}.movement-title,.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.movement-title span,.reports-header span{display:flex;flex-direction:column}.movement-title small,.reports-header small{font-size:.57rem;color:#94a3b8}.movement-title strong,.reports-header strong{font-size:.82rem}.movement-title button{border:0;background:var(--blue-600);color:#fff;padding:8px 10px;border-radius:9px;font-size:.58rem;font-weight:800}.movement-filter{display:flex;gap:8px;margin-bottom:14px}.movement-filter span{padding:6px 9px;background:#f8fafc;color:#64748b;border-radius:8px;font-size:.55rem;font-weight:750}.movement-filter span:first-child{background:#eff6ff;color:#2563eb}.movement-item{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.move-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;font-style:normal;font-weight:900;font-size:.7rem}.move-green{background:var(--green-soft);color:var(--green)}.move-pink{background:var(--pink-soft);color:var(--pink)}.movement-item span{display:flex;flex-direction:column}.movement-item b{font-size:.67rem}.movement-item small{font-size:.53rem;color:#94a3b8}.movement-item>strong{font-size:.66rem}.money-green{color:var(--green)}.inline-tip{display:flex;gap:10px;align-items:center;padding:12px 14px;background:#f8fafc;border-radius:14px;margin-top:20px}.inline-tip p{font-size:.82rem;margin:0}.inline-tip span{font-size:1.1rem}
.reports-header em{font-style:normal;font-size:.54rem;color:#64748b;background:#f8fafc;padding:7px 9px;border-radius:8px}.reports-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.reports-kpis div{background:#f8fafc;border-radius:10px;padding:10px;display:flex;flex-direction:column}.reports-kpis small{font-size:.51rem;color:#94a3b8}.reports-kpis b{font-size:.68rem}.bars{height:110px;display:flex;align-items:flex-end;gap:9px;padding:17px 8px 0;margin:12px 0;border-bottom:1px solid #e2e8f0}.bars span{flex:1;background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:5px 5px 0 0;opacity:.9}.category-line{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding:8px 2px;font-size:.58rem;color:#64748b}.category-line strong{color:#334155}

.premium-section{background:#eff6ff;position:relative;overflow:hidden}.premium-section:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-150px;bottom:-170px;background:radial-gradient(circle,rgba(255,255,255,.9),rgba(255,255,255,0) 68%)}
.premium-wrap{position:relative;z-index:1;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.premium-copy h2{font-size:clamp(2rem,3.5vw,3.4rem)}.premium-copy>p{font-size:1.05rem;color:#475569}.premium-promise{margin:24px 0 18px;padding:15px 17px;background:rgba(255,255,255,.72);border:1px solid rgba(191,219,254,.9);border-radius:15px;color:#475569;font-size:.9rem}.premium-promise strong{color:#0f172a}.text-link{display:inline-flex;gap:8px;color:var(--blue-700);font-weight:850;font-size:.9rem}
.alerts-panel{background:#fff;border:1px solid #dbeafe;border-radius:25px;padding:18px;box-shadow:0 28px 70px rgba(30,64,175,.12)}.alerts-top{display:flex;justify-content:space-between;align-items:center;padding:4px 5px 13px}.alerts-top>span{display:flex;flex-direction:column}.alerts-top small{font-size:.58rem;color:#94a3b8}.alerts-top strong{font-size:.84rem}.alerts-top i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eff6ff;color:#2563eb;font-style:normal;font-size:.67rem;font-weight:850}.alert-item{display:grid;grid-template-columns:auto 1fr;gap:13px;padding:15px 13px;border-radius:16px;margin-top:8px;border:1px solid #eef2f7}.alert-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;font-size:.68rem;font-weight:900}.alert-item h3{font-size:.82rem;margin-bottom:4px}.alert-item p{font-size:.69rem;line-height:1.45;margin:0;color:#64748b}.alert-warning .alert-icon{background:var(--warning-soft);color:var(--warning)}.alert-info .alert-icon{background:var(--blue-50);color:var(--blue-600)}.alert-trend .alert-icon{background:var(--purple-soft);color:var(--purple)}

.pricing-section{background:#fff}.pricing-grid{max-width:930px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.price-card{position:relative;border:1px solid #e2e8f0;border-radius:25px;background:#fff;padding:31px;box-shadow:0 12px 40px rgba(15,23,42,.045)}.price-card.featured{border:2px solid var(--blue-600);box-shadow:0 24px 65px rgba(37,99,235,.11)}.launch-badge{position:absolute;right:24px;top:24px;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:6px 10px;font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.price-head{display:flex;flex-direction:column;min-height:85px;padding-right:10px}.plan-name{font-size:1.08rem;font-weight:850;margin-bottom:7px}.plan-desc{font-size:.84rem;color:#64748b;max-width:300px}.price{display:flex;align-items:baseline;gap:8px;margin:7px 0 20px}.price strong{font-size:2.55rem;letter-spacing:-.05em}.price span{color:#64748b;font-size:.8rem;font-weight:650}.old-price{height:20px;color:#94a3b8;text-decoration:line-through;font-size:.76rem;font-weight:750;margin-bottom:-5px}.price-divider{height:1px;background:#eef2f7;margin:25px 0}.includes{font-size:.8rem;font-weight:800;color:#334155;margin-bottom:14px}.pricing-note{text-align:center;color:#64748b;font-size:.85rem;margin:24px 0 0}

.comparison-section{background:#f8fafc}.compare-grid{max-width:970px;margin:0 auto;display:grid;grid-template-columns:1fr 70px 1fr;align-items:stretch}.compare-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;min-height:385px;display:flex;flex-direction:column}.premium-compare{border-color:#bfdbfe;background:linear-gradient(145deg,#fff,#f8fbff)}.compare-label{display:inline-block;width:max-content;background:#f1f5f9;color:#475569;border-radius:999px;padding:6px 9px;font-size:.66rem;font-weight:850;margin-bottom:16px}.premium-compare .compare-label{background:#dbeafe;color:#1d4ed8}.compare-card h3{font-size:1.25rem;margin-bottom:22px}.compare-stat{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f1f5f9}.compare-stat span{color:#64748b;font-size:.78rem}.compare-stat strong{font-size:.8rem}.featured-stat{background:#f8fafc;border:0;border-radius:13px;padding:14px;margin-bottom:7px}.featured-stat strong{font-size:1rem}.compare-bottom{margin-top:auto;padding-top:22px;display:flex;flex-direction:column}.compare-bottom strong{font-size:.86rem;color:#1d4ed8}.compare-bottom span{font-size:.72rem;color:#94a3b8}.compare-arrow{display:grid;place-items:center}.compare-arrow span{width:42px;height:42px;display:grid;place-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;color:#2563eb;font-size:1.2rem;box-shadow:0 8px 22px rgba(15,23,42,.05)}.future-alert{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:14px;background:#fff7ed;border:1px solid #ffedd5;border-radius:14px}.future-alert>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#fed7aa;color:#c2410c;font-weight:900}.future-alert p{font-size:.78rem;line-height:1.45;margin:0;color:#7c2d12}.future-note{margin-top:12px;background:#eff6ff;color:#475569;padding:14px;border-radius:14px;font-size:.77rem}.future-note strong{color:#1d4ed8}

.audience-section{background:#fff}.audience-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:980px;margin:0 auto}.audience-chips span{display:inline-flex;align-items:center;min-height:52px;padding:0 18px;border:1px solid #e2e8f0;background:#fff;border-radius:16px;font-size:.9rem;font-weight:750;color:#334155;box-shadow:0 7px 20px rgba(15,23,42,.035);transition:.2s}.audience-chips span:hover{transform:translateY(-2px);border-color:#bfdbfe;background:#fbfdff}
.how-section{background:#f8fafc}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{position:relative;background:#fff;border:1px solid #e7edf5;border-radius:23px;padding:28px;min-height:250px}.step-number{position:absolute;right:25px;top:22px;color:#dbeafe;font-size:2.35rem;font-weight:900;letter-spacing:-.04em}.step-icon{width:50px;height:50px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;border-radius:15px;margin-bottom:25px;font-weight:900;font-size:1.1rem}.step-card h3{max-width:260px}.step-card p{margin:0;color:#64748b;font-size:.9rem}
.security-section{background:#fff}.security-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;padding:45px;border-radius:28px;border:1px solid #e2e8f0;background:linear-gradient(145deg,#fff,#fbfdff);box-shadow:var(--shadow-sm)}.security-copy h2{font-size:clamp(1.9rem,3vw,2.7rem)}.security-copy p{margin:0}.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-grid div{display:flex;align-items:center;gap:11px;padding:15px;background:#fff;border:1px solid #edf2f7;border-radius:14px}.security-grid span{font-size:1.15rem}.security-grid strong{font-size:.8rem;color:#475569}
.faq-section{background:#f8fafc}.faq-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:start}.faq-intro{position:sticky;top:115px}.faq-intro h2{font-size:clamp(2rem,3.5vw,3rem)}.faq-intro p{font-size:.95rem}.faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:17px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:#bfdbfe;box-shadow:0 10px 28px rgba(37,99,235,.05)}.faq-item summary{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;padding:15px 18px;font-size:.92rem;font-weight:800;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-answer{padding:0 18px 17px}.faq-answer p{font-size:.86rem;color:#64748b;margin:0;max-width:680px}.faq-plus{position:relative;flex:0 0 auto;width:28px;height:28px;border-radius:9px;background:#f8fafc}.faq-plus:before,.faq-plus:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:#64748b;transform:translate(-50%,-50%);border-radius:2px}.faq-plus:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .2s}.faq-item[open] .faq-plus:after{transform:translate(-50%,-50%) rotate(0)}
.final-cta-section{background:#fff;padding-top:90px}.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#1d4ed8,#2563eb 58%,#3b82f6);border-radius:32px;text-align:center;padding:76px 30px;color:#fff;box-shadow:0 30px 70px rgba(37,99,235,.19)}.final-cta>*{position:relative;z-index:1}.cta-kicker{display:block;font-size:.78rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#bfdbfe;margin-bottom:15px}.final-cta h2{max-width:770px;margin:0 auto 18px;font-size:clamp(2.2rem,4.5vw,4rem)}.final-cta p{max-width:620px;margin:0 auto 27px;color:rgba(255,255,255,.84);font-size:1.05rem}.final-cta small{display:block;margin-top:14px;color:rgba(255,255,255,.75);font-size:.75rem}.cta-glow{position:absolute!important;border-radius:50%;z-index:0!important;pointer-events:none}.cta-glow-one{width:430px;height:430px;left:-190px;top:-230px;background:radial-gradient(circle,rgba(255,255,255,.17),rgba(255,255,255,0) 70%)}.cta-glow-two{width:390px;height:390px;right:-150px;bottom:-240px;background:radial-gradient(circle,rgba(216,180,254,.2),rgba(216,180,254,0) 70%)}
.site-footer{padding:62px 0 26px;background:#0f172a;color:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px}.site-footer .brand-mark{box-shadow:none}.footer-brand p{color:#94a3b8;font-size:.82rem;max-width:300px;margin-top:16px}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column strong{font-size:.8rem;margin-bottom:5px}.footer-column a,.footer-column span{color:#94a3b8;font-size:.75rem}.footer-column a:hover{color:#fff}.footer-bottom{margin-top:48px;padding-top:22px;border-top:1px solid #1e293b;display:flex;justify-content:space-between;gap:20px;color:#64748b;font-size:.7rem}

.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.js .reveal.is-visible{opacity:1;transform:none}.reveal-delay{transition-delay:.1s}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}

@media (max-width:1080px){
  body{font-size:16px}.section{padding:84px 0}.main-nav{gap:18px}.main-nav a{font-size:.82rem}.nav-actions .btn-ghost{display:none}
  .hero-grid{grid-template-columns:.92fr 1.08fr;gap:38px}.hero-product{padding-left:10px}.float-pill-top{right:-5px}.float-pill-bottom{left:-2px}
  .product-row{gap:45px}.premium-wrap{gap:45px}.security-wrap{gap:40px}.faq-layout{gap:50px}
}

@media (max-width:900px){
  .container{width:min(calc(100% - 32px),var(--container))}.site-header{height:70px}.nav-wrap{grid-template-columns:1fr auto auto;gap:8px}.menu-toggle{display:block;order:3}.nav-actions{order:2}.nav-actions .btn-primary{min-height:44px;padding:0 14px}.main-nav{position:absolute;left:16px;right:16px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:2px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:17px;box-shadow:0 20px 50px rgba(15,23,42,.12)}.main-nav.is-open{display:flex}.main-nav a{padding:12px 13px;border-radius:10px;font-size:.9rem}.main-nav a:hover{background:#f8fafc}.main-nav .mobile-nav-cta{display:flex!important;align-items:center;justify-content:center;background:#2563eb;color:#fff;margin-top:6px}.main-nav .mobile-nav-cta:hover{background:#1d4ed8;color:#fff}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero{padding-top:68px}.hero-grid{grid-template-columns:1fr;gap:45px}.hero-copy{text-align:center}.hero-copy h1,.hero-lead{margin-left:auto;margin-right:auto}.eyebrow{margin-left:auto;margin-right:auto}.hero-actions,.hero-note{justify-content:center}.hero-product{max-width:650px;margin:0 auto;width:100%;padding:20px}.float-pill-top{right:5px}.float-pill-bottom{left:2px}
  .problem-grid{grid-template-columns:1fr}.info-card{display:grid;grid-template-columns:auto 1fr;column-gap:18px}.info-card .icon-box{grid-row:1/3;margin:0}.info-card h3{margin:3px 0 6px}.info-card p{grid-column:2}
  .feature-grid{grid-template-columns:1fr 1fr}.feature-card{min-height:380px}
  .product-row,.product-row.reverse{grid-template-columns:1fr;gap:30px;padding:45px 0}.product-row.reverse .product-mock,.product-row.reverse .product-copy{order:initial}.product-copy{max-width:640px}.product-mock{max-width:720px}
  .premium-wrap{grid-template-columns:1fr;gap:35px}.premium-copy{max-width:720px}.pricing-grid{max-width:760px}.compare-grid{grid-template-columns:1fr;gap:12px;max-width:680px}.compare-arrow{height:46px}.compare-arrow span{transform:rotate(90deg)}.compare-card{min-height:350px}
  .steps-grid{grid-template-columns:1fr}.step-card{min-height:auto}.security-wrap{grid-template-columns:1fr;padding:34px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro{position:static;max-width:650px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-column:last-child{grid-column:2/4}
}

@media (max-width:680px){
  html{scroll-padding-top:74px}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:70px 0}.section-heading{margin-bottom:38px}.section-heading p{font-size:1rem}h1{font-size:clamp(2.45rem,12vw,3.7rem)}h2{font-size:clamp(1.9rem,9vw,2.7rem)}
  .site-header{height:66px}.brand{font-size:.98rem}.brand-mark{width:32px;height:32px}.nav-actions .btn-primary{display:none}.nav-wrap{grid-template-columns:1fr auto}.menu-toggle{order:2}.main-nav{top:71px}
  .hero{padding-top:52px;padding-bottom:62px}.hero-grid{gap:32px}.eyebrow{font-size:.72rem;padding:7px 10px}.hero-lead{font-size:1.05rem}.hero-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-actions .btn{width:100%}.hero-note{font-size:.8rem}.hero-product{padding:12px 0 24px}.hero-product:before{inset:5% -2% -1% -2%;border-radius:30px}.app-shell{border-radius:22px;padding:15px}.balance-card{padding:18px}.balance-amount{font-size:2rem}.metric-grid{gap:8px}.metric-card{padding:11px;gap:8px}.metric-icon{width:28px;height:28px}.next-card{padding:14px}.float-pill{display:none}
  .trust-strip-inner{min-height:62px;gap:10px;font-size:.72rem;overflow-x:auto;justify-content:flex-start;white-space:nowrap}.trust-strip-inner i{font-size:.7rem}
  .info-card{padding:22px;border-radius:19px}.info-card .icon-box{width:44px;height:44px}.info-card p{font-size:.9rem}
  .feature-grid{grid-template-columns:1fr}.feature-card{grid-template-rows:185px auto;min-height:360px}.feature-visual{padding:18px}.feature-copy{padding:21px 22px 24px}.available-visual>strong{font-size:2.2rem}
  .product-row{padding:38px 0}.mini-app-layout{grid-template-columns:42px 1fr;min-height:310px}.mini-sidebar{padding:10px 7px}.mini-content,.movement-ui,.reports-ui{padding:15px}.browser-frame{border-radius:18px}.browser-bar{height:32px}.product-copy h3{font-size:1.7rem}.product-copy p{font-size:.95rem}.reports-kpis{grid-template-columns:1fr 1fr}.reports-kpis div:last-child{grid-column:1/3}.bars{height:85px}
  .premium-section{padding-top:72px;padding-bottom:72px}.alerts-panel{padding:12px;border-radius:20px}.alert-item{padding:12px 10px;gap:10px}.alert-icon{width:32px;height:32px}.alert-item h3{font-size:.76rem}
  .pricing-grid{grid-template-columns:1fr}.price-card{padding:25px;border-radius:21px}.launch-badge{position:static;display:inline-block;margin-bottom:14px}.price-head{min-height:auto;margin-bottom:10px}.price strong{font-size:2.3rem}
  .compare-card{padding:23px;min-height:330px}.audience-chips{justify-content:flex-start}.audience-chips span{min-height:48px;font-size:.82rem;padding:0 14px}.security-wrap{padding:25px;border-radius:22px}.security-grid{grid-template-columns:1fr}.faq-item summary{font-size:.86rem;padding:14px 15px}.faq-answer{padding:0 15px 15px}.final-cta{padding:56px 20px;border-radius:24px}.final-cta p{font-size:.95rem}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 24px}.footer-brand{grid-column:1/3}.footer-column:last-child{grid-column:auto}.footer-bottom{flex-direction:column;margin-top:36px}
}

@media (max-width:430px){
  body{font-size:15.5px}.container{width:min(calc(100% - 24px),var(--container))}.section{padding:62px 0}.hero{padding-top:45px}.hero-copy{text-align:left}.eyebrow{margin-left:0}.hero-actions,.hero-note{justify-content:flex-start}.metric-card{align-items:flex-start}.metric-card strong{font-size:.8rem}.movement-item{grid-template-columns:auto 1fr}.movement-item>strong{grid-column:2}.reports-header em{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.btn,.info-card,.feature-card,.audience-chips span{transition:none}
}
