:root{
  --navy:#0D1B3D;--navy-2:#081225;--navy-3:#10234A;--teal:#17B2A6;--teal-dark:#0D8F86;--amber:#F5A623;
  --bg:#F2F4F7;--surface:#FFFFFF;--surface-2:#E9EEF4;--surface-3:#DCE5EE;--text:#0D1B3D;--muted:#5F6B7E;--line:#D5DEE9;
  --hero-text:#F8FBFF;--hero-muted:#B9C5D8;--shadow-sm:0 12px 30px rgba(12,27,61,.08);--shadow-lg:0 35px 90px rgba(6,18,42,.22);
  --shell:min(1220px,calc(100% - 40px));--header-height:78px;--radius:24px;
}
html[data-theme="dark"]{
  --bg:#071225;--surface:#0D1B33;--surface-2:#12233F;--surface-3:#172B4A;--text:#F7FAFF;--muted:#A8B5C8;--line:#243857;
  --shadow-sm:0 16px 40px rgba(0,0,0,.18);--shadow-lg:0 40px 100px rgba(0,0,0,.34)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:"Segoe UI",Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;inset-inline-start:16px;top:-80px;z-index:200;background:var(--teal);color:#fff;padding:10px 16px;border-radius:10px}.skip-link:focus{top:12px}

.site-header{height:var(--header-height);position:sticky;top:0;z-index:100;border-bottom:1px solid transparent;background:color-mix(in srgb,var(--navy-2) 88%,transparent);color:#fff;transition:.2s ease}.site-header.scrolled{border-color:rgba(255,255,255,.1);box-shadow:0 12px 30px rgba(0,0,0,.18)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand img{width:45px;height:45px;border-radius:12px}.brand span{display:grid;line-height:1.15}.brand b{font-size:.98rem}.brand small{font-size:.68rem;color:#AEBAD0;margin-top:4px}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav a{font-size:.78rem;font-weight:800;color:#C0CBE0;transition:.2s}.desktop-nav a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:8px}.nav-cta{height:42px;padding:0 18px;border-radius:12px;background:var(--teal);display:grid;place-items:center;font-size:.76rem;font-weight:900}.icon-btn,.lang-btn,.menu-btn{height:42px;border:1px solid rgba(255,255,255,.16);background:#0D1B33;color:#fff;border-radius:12px;cursor:pointer}.icon-btn{width:42px;display:grid;place-items:center}.icon-btn svg{width:19px;height:19px}.moon-icon{display:none}html[data-theme="dark"] .sun-icon{display:none}html[data-theme="dark"] .moon-icon{display:block}.language{position:relative}.lang-btn{display:flex;align-items:center;gap:8px;padding:0 11px;font-size:.72rem;font-weight:800}.lang-btn img,.lang-menu img{width:22px;height:15px;object-fit:cover;border-radius:2px}.lang-btn svg{width:15px;height:15px}.lang-menu{position:absolute;top:49px;inset-inline-end:0;width:164px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-sm);padding:7px;color:var(--text)}.lang-menu button{width:100%;border:0;background:transparent;border-radius:9px;padding:9px;display:flex;align-items:center;gap:9px;cursor:pointer}.lang-menu button:hover{background:var(--surface-2)}.menu-btn{display:none;width:42px;padding:10px}.menu-btn span{height:2px;background:#fff;display:block;margin:4px 0;border-radius:5px}.mobile-nav{position:fixed;top:var(--header-height);inset-inline:0;background:var(--navy-2);border-bottom:1px solid rgba(255,255,255,.1);padding-block:10px 18px}.mobile-nav a{display:block;padding:11px;color:#D7E0EF;font-weight:800}

.hero{position:relative;background:var(--navy-2);color:var(--hero-text);min-height:780px;overflow:hidden}.hero-pattern{position:absolute;inset:0;background:radial-gradient(circle at 15% 22%,rgba(23,178,166,.14),transparent 28%),radial-gradient(circle at 86% 78%,rgba(245,166,35,.08),transparent 26%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,auto,46px 46px,46px 46px;mask-image:linear-gradient(to bottom,#000 55%,transparent)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:70px;padding-block:72px 86px}.hero-copy{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 12px;border-radius:999px;background:#103C43;border:1px solid rgba(71,224,208,.28);color:#67E1D5;font-size:.72rem}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 6px rgba(23,178,166,.13)}.hero h1{margin:22px 0 0;font-size:clamp(3.7rem,6.2vw,6.6rem);line-height:.92;letter-spacing:-.065em;max-width:720px}.hero h1 span,.hero h1 em{display:block}.hero h1 em{font-style:normal;color:var(--teal);margin-top:10px}.hero-copy>p{max-width:650px;color:var(--hero-muted);font-size:1.02rem;margin:28px 0 0}.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.btn{min-height:52px;padding:0 21px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;font-size:.82rem;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn svg{width:18px;height:18px}.primary{background:var(--teal);color:#fff;box-shadow:0 14px 30px rgba(23,178,166,.23)}.primary:hover{background:#1CC6B8}.ghost{border-color:rgba(255,255,255,.18);background:#0D1B33;color:#fff}.ghost:hover{background:#142746}.hero-price{margin-top:24px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-price b{font-size:.88rem;color:#fff}.hero-price span{font-size:.7rem;color:#91A0B8;padding-inline-start:12px;border-inline-start:1px solid rgba(255,255,255,.18)}.hero-proof{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px}.hero-proof span{display:flex;align-items:center;gap:6px;font-size:.68rem;color:#CAD4E4}.hero-proof svg{width:16px;height:16px;color:var(--teal);stroke-width:2.4}

.hero-product{position:relative;min-height:650px;display:grid;place-items:center}.hero-product::before{content:"";position:absolute;width:540px;height:540px;border-radius:46px;background:#0E2842;transform:rotate(-5deg);border:1px solid rgba(255,255,255,.06)}.hero-product::after{content:"";position:absolute;width:390px;height:390px;border-radius:50%;border:70px solid rgba(23,178,166,.08);inset-inline-end:-10%;bottom:-8%}.phone-shell{position:relative;z-index:4;width:350px;padding:10px;background:#091426;border:1px solid #31415D;border-radius:44px;box-shadow:0 40px 80px rgba(0,0,0,.36)}.phone-notch{position:absolute;top:17px;left:50%;transform:translateX(-50%);width:102px;height:24px;background:#071020;border-radius:999px;z-index:6}.phone-screen{height:620px;border-radius:35px;background:#F5F7FB;color:#12203A;padding:50px 14px 14px;overflow:hidden;display:flex;flex-direction:column}.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:8px}.app-store{display:flex;align-items:center;gap:8px}.app-store img{width:31px;height:31px;border-radius:9px}.app-store span{display:grid;line-height:1.18}.app-store b{font-size:.72rem}.app-store small{font-size:.52rem;color:#718096;margin-top:3px}.online-pill{display:flex;align-items:center;gap:5px;background:#E7F7F4;border:1px solid #C9EEE8;color:#14796F;padding:6px 8px;border-radius:9px;font-size:.49rem}.online-pill i{width:6px;height:6px;border-radius:50%;background:var(--teal)}.app-slides{position:relative;flex:1;min-height:0;margin-top:16px}.app-slide{position:absolute;inset:0;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.app-slide.active{opacity:1;transform:none;pointer-events:auto}.screen-greeting{display:grid;line-height:1.2}.screen-greeting small{font-size:.56rem;color:#7A8799}.screen-greeting b{font-size:.88rem;margin-top:4px}.sales-hero-card{margin-top:13px;padding:16px;border-radius:17px;background:linear-gradient(135deg,#10224A,#173A61);color:#fff;display:grid;position:relative;overflow:hidden}.sales-hero-card::after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:rgba(23,178,166,.18);inset-inline-end:-28px;top:-25px}.sales-hero-card span{font-size:.58rem;color:#B7C5D9}.sales-hero-card strong{font-size:1.55rem;margin-top:2px}.sales-hero-card small{font-size:.48rem;color:#6FE5D8}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.quick-grid article{border:1px solid #DFE5ED;background:#fff;border-radius:14px;padding:10px;display:grid;min-height:91px;box-shadow:0 7px 18px rgba(13,27,61,.05)}.qicon{width:27px;height:27px;border-radius:8px;background:#E8F8F6;color:var(--teal-dark);display:grid;place-items:center}.qicon svg{width:15px;height:15px}.quick-grid small{font-size:.48rem;color:#6F7D90;margin-top:7px}.quick-grid b{font-size:.8rem;line-height:1.2}.quick-grid i{font-style:normal;font-size:.44rem;color:#8A96A6}.activity-card{margin-top:10px;border:1px solid #E0E7EF;border-radius:13px;padding:9px 10px;background:#fff;display:flex;justify-content:space-between;align-items:center}.activity-card div{display:grid}.activity-card b{font-size:.55rem}.activity-card small{font-size:.43rem;color:#8A96A6}.activity-card span{width:25px;height:25px;border-radius:8px;background:#EDF2F8;display:grid;place-items:center;font-size:.55rem;font-weight:900}.screen-title{display:flex;align-items:center;gap:9px}.screen-title>div{display:grid;line-height:1.2}.screen-title b{font-size:.75rem}.screen-title small{font-size:.48rem;color:#8290A2;margin-top:3px}.input-card{margin-top:16px;border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:11px;display:flex;justify-content:space-between;font-size:.56rem}.input-card span{color:#7A8798}.app-list{margin-top:10px;display:grid;gap:8px}.app-list article{background:#fff;border:1px solid #E0E6EE;border-radius:13px;padding:11px;display:flex;align-items:center;justify-content:space-between}.app-list article span{display:grid}.app-list b,.app-list strong{font-size:.58rem}.app-list small{font-size:.45rem;color:#8793A4}.invoice-summary{margin-top:12px;padding:13px;border-top:1px dashed #CED7E2;display:flex;justify-content:space-between;align-items:center}.invoice-summary span{font-size:.57rem}.invoice-summary b{font-size:1.05rem;color:var(--teal-dark)}.app-button{width:100%;height:38px;border:0;border-radius:11px;background:var(--teal);color:#fff;font-weight:900;font-size:.57rem}.stock-score{margin-top:14px;border-radius:16px;background:#10244A;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.stock-score div{display:grid}.stock-score span{font-size:.49rem;color:#B8C7DC}.stock-score strong{font-size:1.45rem}.stock-score i{font-style:normal;width:68px;height:68px;border-radius:15px;background:#18345E;display:grid;place-items:center;align-content:center}.stock-score i b{font-size:1rem;color:var(--amber)}.stock-score i small{font-size:.4rem;color:#D2DCEC}.stock-list{display:grid;gap:8px;margin-top:10px}.stock-list article{border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:10px;display:flex;align-items:center;justify-content:space-between}.stock-list article span{display:grid}.stock-list b{font-size:.57rem}.stock-list small{font-size:.44rem;color:#8996A7}.stock-list i{font-style:normal;font-size:.45rem;padding:5px 8px;border-radius:999px}.stock-list .ok{background:#E5F7F1;color:#168469}.stock-list .warn{background:#FFF3D8;color:#A56800}.backup-visual{margin-top:25px;border-radius:20px;background:#10244A;color:#fff;padding:22px 15px;text-align:center;display:grid;place-items:center}.backup-visual span{width:48px;height:48px;border-radius:50%;background:#174965;color:#68E7D8;display:grid;place-items:center}.backup-visual svg{width:23px;height:23px;stroke-width:2.5}.backup-visual b{font-size:.75rem;margin-top:8px}.backup-visual small{font-size:.46rem;color:#B9C7D9}.backup-row{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.backup-row span{border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:11px;display:grid}.backup-row small{font-size:.44rem;color:#8693A4}.backup-row b{font-size:.6rem}.app-button.outline{margin-top:12px;background:#fff;border:1px solid #BFD5D2;color:var(--teal-dark)}.app-dots{height:20px;display:flex;align-items:center;justify-content:center;gap:5px}.app-dots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#B8C2D1;cursor:pointer}.app-dots button.active{width:18px;border-radius:99px;background:var(--teal)}.app-nav{height:48px;border-top:1px solid #DFE6EE;display:grid;grid-template-columns:repeat(4,1fr);align-items:end;padding-top:8px}.app-nav span{display:grid;place-items:center;color:#8592A4;font-size:.42rem;gap:2px}.app-nav svg{width:15px;height:15px}.app-nav .active{color:var(--teal-dark)}
.stage-card{position:absolute;z-index:5;border:1px solid rgba(255,255,255,.12);background:#11223F;color:#fff;border-radius:18px;box-shadow:0 28px 55px rgba(0,0,0,.26)}.stage-invoice{width:260px;padding:16px;inset-inline-start:-4%;top:14%}.mini-head{display:flex;align-items:center;gap:8px}.mini-head>div{display:grid;line-height:1.2}.mini-head small{font-size:.53rem;color:#AAB7CB}.mini-head b{font-size:.62rem}.mini-head i{margin-inline-start:auto;font-style:normal;font-size:.46rem;color:#63DED1;background:#123C45;padding:5px 8px;border-radius:999px}.mini-icon{width:31px;height:31px;border-radius:9px;display:grid;place-items:center}.mini-icon.teal{background:#123C45;color:#63DED1}.mini-icon svg{width:17px;height:17px}.mini-line,.mini-total{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:.52rem}.mini-line{color:#C3CEDD;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:8px}.mini-total b{font-size:.75rem;color:#65E2D5}.stage-report{width:225px;padding:16px;inset-inline-end:-3%;bottom:12%}.report-head{display:flex;justify-content:space-between;align-items:center}.report-head div{display:grid}.report-head small{font-size:.48rem;color:#AEB9CA}.report-head b{font-size:.58rem}.report-head span{width:31px;height:31px;border-radius:9px;background:#123C45;color:#6BE4D7;display:grid;place-items:center}.report-head svg{width:17px}.stage-report>strong{display:block;font-size:1.15rem;margin-top:12px}.spark{height:70px;display:flex;align-items:end;gap:6px;margin-top:9px}.spark i{flex:1;background:linear-gradient(var(--teal),#126F6D);border-radius:4px 4px 1px 1px}.demo-badge{position:absolute;z-index:6;bottom:1%;display:flex;align-items:center;gap:7px;font-size:.52rem;color:#B7C5D8}.demo-badge span{width:7px;height:7px;border-radius:50%;background:var(--amber)}

.proof-bar{background:#10213E;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid article{display:flex;align-items:center;gap:12px;padding:23px 20px;border-inline-end:1px solid rgba(255,255,255,.1)}.proof-grid article:last-child{border:0}.proof-grid strong{font-size:2rem;color:var(--teal);line-height:1}.proof-grid div{display:grid;line-height:1.25}.proof-grid b{font-size:.75rem}.proof-grid small{font-size:.56rem;color:#AAB8CC;margin-top:4px}

.section{padding-block:110px}.section-heading{margin-bottom:48px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading.narrow{max-width:850px}.section-heading.split{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end}.section-kicker{display:inline-flex;color:var(--teal-dark);font-size:.7rem;font-weight:900;letter-spacing:.02em;margin-bottom:12px}.section-kicker.light{color:#68E5D7}.section-heading h2,.outcome-copy h2,.security-copy h2,.payment-copy h2,.final-card h2{font-size:clamp(2.25rem,4.6vw,4.6rem);line-height:1.04;letter-spacing:-.05em;margin:0}.section-heading p,.outcome-copy>p,.security-copy>p,.payment-copy>p,.final-card p{color:var(--muted);margin:16px 0 0}.product-showcase{background:var(--surface)}
.screen-tabs{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:24px}.screen-tab{height:47px;border:1px solid var(--line);background:var(--bg);color:var(--muted);border-radius:13px;padding:0 16px;display:flex;align-items:center;gap:8px;font-weight:850;font-size:.73rem;cursor:pointer}.screen-tab svg{width:18px;height:18px}.screen-tab.active{background:var(--navy);color:#fff;border-color:var(--navy);box-shadow:0 10px 25px rgba(13,27,61,.18)}.screen-stage{border-radius:32px;background:var(--navy-2);color:#fff;min-height:620px;padding:54px;display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;align-items:center;overflow:hidden;position:relative}.screen-stage::before{content:"";position:absolute;width:300px;height:300px;border:60px solid rgba(23,178,166,.08);border-radius:50%;inset-inline-start:-120px;bottom:-150px}.screen-copy{position:relative;z-index:2}.screen-number{font-size:.7rem;color:#5DDDD0;font-weight:900}.screen-copy h3{font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.08;margin:12px 0 0;letter-spacing:-.04em}.screen-copy p{color:#AFBED2;margin:16px 0 0;font-size:.87rem}.screen-copy ul{list-style:none;margin:25px 0 0;padding:0;display:grid;gap:12px}.screen-copy li{display:flex;align-items:center;gap:8px;font-size:.72rem;color:#D9E2EF}.screen-copy li svg{width:17px;height:17px;color:var(--teal);stroke-width:2.5}.screen-visual{position:relative;z-index:2}.desktop-app{min-height:480px;border-radius:24px;background:#F3F6FA;color:#14223A;border:8px solid #182B4A;box-shadow:0 35px 70px rgba(0,0,0,.28);display:grid;grid-template-columns:65px 1fr;overflow:hidden;transition:opacity .18s ease,transform .18s ease}.desktop-app.changing{opacity:.15;transform:scale(.985)}.desktop-sidebar{background:#0D1B3D;padding:18px 12px;display:grid;align-content:start;justify-items:center;gap:15px}.desktop-sidebar img{width:34px;height:34px;border-radius:10px;margin-bottom:20px}.desktop-sidebar span{width:30px;height:30px;border-radius:9px;background:#172B4A}.desktop-sidebar span.active{background:#174A54;box-shadow:inset 0 0 0 1px #2D8B88}.desktop-main{padding:24px}.desktop-top{display:flex;justify-content:space-between;align-items:center}.desktop-top div{display:grid}.desktop-top small{font-size:.6rem;color:#778598}.desktop-top b{font-size:.88rem}.desktop-top>span{font-size:.54rem;color:#14796F;background:#DDF4F0;padding:7px 9px;border-radius:9px}.desktop-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.desktop-kpis article{background:#fff;border:1px solid #E0E6EE;border-radius:14px;padding:13px;display:grid}.desktop-kpis small{font-size:.5rem;color:#7C899B}.desktop-kpis b{font-size:.9rem;margin-top:4px}.desktop-kpis i{font-size:.45rem;color:#138B7F;font-style:normal;margin-top:3px}.desktop-chart{background:#fff;border:1px solid #E0E6EE;border-radius:16px;padding:15px;margin-top:12px}.desktop-chart>div{display:flex;justify-content:space-between}.desktop-chart small{font-size:.5rem;color:#7C899B}.desktop-chart b{font-size:.56rem}.desktop-chart svg{width:100%;height:120px;margin-top:8px}.chart-fill{fill:rgba(23,178,166,.12);stroke:none}.chart-line{stroke:var(--teal);fill:none;stroke-width:4}.desktop-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.desktop-bottom article{background:#fff;border:1px solid #E0E6EE;border-radius:14px;padding:12px;display:grid}.desktop-bottom b{font-size:.53rem}.desktop-bottom strong{font-size:1rem;margin-top:4px}.desktop-bottom small{font-size:.44rem;color:#7E8B9D}

.outcome-section{background:var(--bg)}.outcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.outcome-visual{min-height:560px;position:relative;border-radius:34px;background:linear-gradient(145deg,#0E1D3D,#123B4B);overflow:hidden}.outcome-visual::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:#164858;top:-150px;inset-inline-end:-100px}.receipt-card,.stock-alert,.profit-card{position:absolute;background:#fff;color:#14223A;border-radius:20px;box-shadow:0 25px 55px rgba(0,0,0,.22)}.receipt-card{width:270px;padding:22px;top:55px;inset-inline-start:55px;transform:rotate(-4deg)}.receipt-logo{display:flex;align-items:center;gap:9px;font-size:.72rem}.receipt-logo img{width:30px;height:30px;border-radius:9px}.receipt-card>span{display:block;height:9px;border-radius:9px;background:#E6ECF2;margin-top:14px}.receipt-card>span:nth-child(2){width:90%}.receipt-card>span:nth-child(3){width:72%}.receipt-card>span:nth-child(4){width:82%}.receipt-card>div:last-child{border-top:1px dashed #CBD5E1;margin-top:18px;padding-top:15px;display:flex;justify-content:space-between}.receipt-card small{color:#718096;font-size:.58rem}.receipt-card b{font-size:.9rem}.stock-alert{width:300px;padding:17px;inset-inline-end:36px;top:245px;display:flex;align-items:center;gap:12px}.stock-alert>span{width:48px;height:48px;border-radius:14px;background:#FFF0D3;color:#B06B00;display:grid;place-items:center}.stock-alert svg{width:24px;height:24px}.stock-alert div{display:grid}.stock-alert small{font-size:.5rem;color:#7F8B9B}.stock-alert b{font-size:.72rem}.stock-alert i{font-style:normal;font-size:.48rem;color:#B06B00}.profit-card{width:245px;padding:19px;inset-inline-start:80px;bottom:45px;display:grid}.profit-card small{font-size:.52rem;color:#7E8A9B}.profit-card>b{font-size:1.25rem}.mini-bars{height:65px;display:flex;align-items:end;gap:7px;margin-top:10px}.mini-bars i{flex:1;border-radius:5px 5px 1px 1px;background:#D9E5EC}.mini-bars i:nth-child(1){height:34%}.mini-bars i:nth-child(2){height:62%}.mini-bars i:nth-child(3){height:49%}.mini-bars i:nth-child(4){height:78%;background:var(--teal)}.mini-bars i:nth-child(5){height:100%;background:var(--teal)}.outcome-list{display:grid;gap:16px;margin-top:30px}.outcome-list article{display:flex;align-items:flex-start;gap:13px}.outcome-list article>span{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#DDF4F0;color:var(--teal-dark);display:grid;place-items:center;font-size:.62rem;font-weight:900}.outcome-list div{display:grid}.outcome-list b{font-size:.86rem}.outcome-list small{font-size:.7rem;color:var(--muted);margin-top:3px}

.features-section{background:var(--surface)}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(245px,auto);gap:16px}.bento{border:1px solid var(--line);border-radius:24px;background:var(--bg);padding:25px;position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.bento:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.bento-large{grid-column:span 2;display:grid;grid-template-columns:.85fr 1.15fr;gap:20px}.bento h3{font-size:1.15rem;margin:15px 0 0}.bento p{font-size:.72rem;color:var(--muted);margin:8px 0 0}.feature-icon{width:43px;height:43px;border-radius:13px;background:#DDF4F0;color:var(--teal-dark);display:grid;place-items:center}.feature-icon.amber{background:#FFF0D3;color:#A56500}.feature-icon svg{width:22px;height:22px}.bento-ui{align-self:end}.invoice-ui{background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:14px;transform:rotate(-2deg);box-shadow:var(--shadow-sm)}.invoice-ui>div{display:flex;justify-content:space-between;font-size:.62rem}.invoice-ui i{display:block;height:10px;border-radius:8px;background:var(--surface-2);margin-top:10px}.invoice-ui i:nth-child(3){width:72%}.invoice-ui button{width:100%;height:34px;border:0;border-radius:9px;background:var(--teal);color:#fff;font-weight:900;font-size:.55rem;margin-top:13px}.stock-meter{height:55px;border-radius:14px;background:var(--surface);border:1px solid var(--line);margin-top:27px;padding:8px;display:flex;align-items:center;gap:8px}.stock-meter span{height:8px;border-radius:8px;background:var(--teal)}.stock-meter small{font-size:.6rem;font-weight:900}.repair-status{margin-top:28px;border-radius:13px;background:var(--surface);border:1px solid var(--line);padding:11px;display:flex;align-items:center;gap:8px;font-size:.62rem;font-weight:800}.repair-status i{width:9px;height:9px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 6px rgba(245,166,35,.12)}.debt-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:26px}.debt-pills span{padding:7px 9px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:.54rem;font-weight:850}.people-row{display:flex;margin-top:29px}.people-row i,.people-row b{width:38px;height:38px;border-radius:50%;background:#C9D7E6;border:3px solid var(--bg);margin-inline-start:-8px}.people-row i:nth-child(2){background:#91CFC8}.people-row i:nth-child(3){background:#F0BE70}.people-row b{display:grid;place-items:center;background:var(--navy);color:#fff;font-size:.55rem}.report-ui{align-self:center;display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center}.donut{width:125px;height:125px;border-radius:50%;background:conic-gradient(var(--teal) 0 68%,var(--surface-3) 68% 100%);display:grid;place-items:center}.donut::before{content:"";width:78px;height:78px;border-radius:50%;background:var(--surface);grid-area:1/1}.donut span{position:relative;z-index:1;display:grid;text-align:center}.donut b{font-size:1rem}.donut small{font-size:.48rem;color:var(--muted)}.report-lines{display:grid;gap:10px}.report-lines i{height:10px;border-radius:10px;background:linear-gradient(90deg,var(--teal),#79DCD4)}

.security-section{background:var(--navy);color:#fff;position:relative;overflow:hidden}.security-section::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:80px solid rgba(23,178,166,.09);inset-inline-end:-180px;top:-150px}.security-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative}.security-copy>p{color:#B8C5D7}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--teal);font-size:.75rem;font-weight:900;margin-top:23px}.text-link svg{width:18px;height:18px}.security-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.security-cards article{min-height:145px;border-radius:18px;background:#11284A;border:1px solid rgba(255,255,255,.1);padding:19px;display:flex;gap:12px}.security-cards article>span{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#16444F;color:#65E2D5;display:grid;place-items:center}.security-cards svg{width:21px;height:21px}.security-cards div{display:grid;align-content:start}.security-cards b{font-size:.76rem}.security-cards small{font-size:.62rem;color:#AEBBD0;margin-top:6px}

.pricing-section{background:var(--bg)}.pricing-grid{display:grid;grid-template-columns:1.22fr .89fr .89fr;gap:17px;align-items:stretch}.price-card{border:1px solid var(--line);border-radius:25px;background:var(--surface);padding:27px;position:relative}.active-plan{border:2px solid var(--teal);box-shadow:0 24px 55px rgba(23,178,166,.12)}.price-badge,.soon{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:.55rem;font-weight:900}.price-badge{background:#DDF4F0;color:var(--teal-dark)}.soon{background:var(--surface-2);color:var(--muted)}.plan-name{display:flex;align-items:center;gap:10px;margin-top:18px}.plan-name img{width:42px;height:42px;border-radius:12px}.plan-name div{display:grid}.plan-name small{font-size:.5rem;color:var(--muted)}.plan-name b{font-size:1rem}.price{display:flex;align-items:end;gap:7px;margin-top:22px}.price strong{font-size:3.6rem;line-height:.85}.price span{font-size:.7rem;color:var(--muted);margin-bottom:7px}.usd{display:block;color:var(--muted);font-size:.62rem;margin-top:10px}.price-card ul{list-style:none;margin:24px 0;padding:0;display:grid;gap:11px}.price-card li{display:flex;align-items:center;gap:8px;font-size:.7rem}.price-card li svg{width:17px;height:17px;color:var(--teal);stroke-width:2.5}.full{width:100%}.future-plan{padding-top:31px;opacity:.88}.future-plan>b{display:block;font-size:1.3rem;margin-top:18px}.future-price{display:flex;align-items:end;gap:6px;margin-top:20px}.future-price strong{font-size:2.55rem;line-height:.9}.future-price span{font-size:.62rem;color:var(--muted)}.future-plan>small{display:block;font-size:.57rem;color:var(--muted);margin-top:9px}.future-plan ul{border-top:1px solid var(--line);padding-top:18px}.future-plan li::before{content:"•";color:var(--teal);margin-inline-end:5px}

.payment-section{background:var(--surface)}.payment-card{border-radius:30px;background:var(--navy-2);color:#fff;padding:48px;display:grid;grid-template-columns:.82fr 1.18fr;gap:50px;align-items:center}.payment-copy>p{color:#B9C6D8}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-methods article{min-height:110px;border-radius:18px;background:#102341;border:1px solid rgba(255,255,255,.1);padding:14px;display:flex;align-items:center;gap:12px}.payment-logo{width:100px;height:62px;border-radius:12px;display:grid;place-items:center;overflow:hidden;padding:8px}.payment-logo.white{background:#fff}.payment-logo.dark{background:#0A0E18}.payment-logo img{max-width:100%;max-height:100%;object-fit:contain}.payment-methods article>div:last-child{display:grid}.payment-methods b{font-size:.7rem}.payment-methods small{font-size:.54rem;color:#AAB7C9;margin-top:4px}

.faq-section{background:var(--bg)}.faq-shell{max-width:930px}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:17px;background:var(--surface);overflow:hidden}.faq-list details[open]{border-color:color-mix(in srgb,var(--teal) 55%,var(--line));box-shadow:var(--shadow-sm)}.faq-list summary{list-style:none;cursor:pointer;padding:21px 23px;display:flex;justify-content:space-between;align-items:center;gap:18px;font-size:.82rem;font-weight:900}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{width:18px;height:18px;color:var(--muted);transition:transform .2s}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list p{margin:0;padding:0 23px 22px;color:var(--muted);font-size:.72rem}.final-cta{padding:20px 0 95px;background:var(--bg)}.final-card{min-height:330px;border-radius:34px;background:linear-gradient(135deg,#0D1B3D,#123D4C);color:#fff;padding:52px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;position:relative;overflow:hidden}.final-card::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#164A55;inset-inline-end:-60px;bottom:-150px}.final-card>div{position:relative;z-index:1}.final-card p{color:#B8C5D6}.final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.ghost-light{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.06)}

footer{background:var(--surface);border-top:1px solid var(--line);padding:48px 0 22px}.footer-grid{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:35px;align-items:start}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:43px;height:43px;border-radius:12px}.footer-brand span,.footer-contact{display:grid;line-height:1.2}.footer-brand small,.footer-contact small{font-size:.58rem;color:var(--muted);margin-top:4px}.footer-grid nav{display:flex;justify-content:center;gap:19px;flex-wrap:wrap}.footer-grid nav a{font-size:.67rem;color:var(--muted);font-weight:800}.footer-contact{text-align:end}.footer-contact a{font-size:.7rem;color:var(--teal-dark);font-weight:850;margin-top:5px}.footer-bottom{border-top:1px solid var(--line);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:.61rem;color:var(--muted)}

.legal-page{min-height:100vh}.legal-hero{padding:80px 0 42px;border-bottom:1px solid var(--line);background:var(--surface)}.legal-hero h1{font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.1;margin:0}.legal-hero p{color:var(--muted);max-width:700px}.legal-content{padding-block:55px 90px;display:grid;grid-template-columns:260px 1fr;gap:45px}.legal-aside{position:sticky;top:100px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:15px}.legal-aside a{display:block;padding:9px 10px;border-radius:9px;color:var(--muted);font-size:.75rem;font-weight:750}.legal-article{display:grid;gap:18px}.legal-article section{border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:27px}.legal-article h2{margin:0 0 10px}.legal-article p{color:var(--muted)}.back-home{display:inline-flex;align-items:center;gap:7px;color:var(--teal-dark);font-weight:900}.back-home svg{width:18px}
:focus-visible{outline:3px solid color-mix(in srgb,var(--teal) 35%,transparent);outline-offset:3px}

@media(max-width:1100px){.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:35px}.hero h1{font-size:clamp(3.4rem,6vw,5.3rem)}.stage-invoice{inset-inline-start:-1%}.stage-report{inset-inline-end:-1%}.screen-stage{grid-template-columns:.8fr 1.2fr;padding:42px}.bento-grid{grid-template-columns:repeat(2,1fr)}.security-grid{gap:42px}.payment-card{gap:30px}}
@media(max-width:900px){:root{--header-height:70px;--shell:min(1220px,calc(100% - 28px))}.desktop-nav,.nav-cta{display:none}.menu-btn{display:block}.mobile-nav:not([hidden]){display:block}.hero-grid{grid-template-columns:1fr;padding-block:58px 72px}.hero-copy{text-align:center}.eyebrow{margin-inline:auto}.hero h1{margin-inline:auto;max-width:760px}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-proof,.hero-price{justify-content:center}.hero-product{min-height:640px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid article:nth-child(2){border-inline-end:0}.proof-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}.screen-stage{grid-template-columns:1fr}.screen-copy{text-align:center}.screen-copy ul{display:flex;justify-content:center;flex-wrap:wrap}.outcome-grid,.security-grid,.payment-card{grid-template-columns:1fr}.outcome-visual{order:2}.section-heading.split{grid-template-columns:1fr;gap:20px}.pricing-grid{grid-template-columns:1fr}.future-plan{min-height:auto}.final-card{grid-template-columns:1fr;text-align:center}.final-actions{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid nav{grid-column:1/-1;grid-row:2}.legal-content{grid-template-columns:1fr}.legal-aside{position:static;display:flex;overflow:auto}}
@media(max-width:620px){:root{--shell:min(1220px,calc(100% - 20px))}.brand img{width:39px;height:39px}.brand b{font-size:.84rem}.brand small{font-size:.58rem}.lang-btn span{display:none}.hero{min-height:auto}.hero-grid{padding-top:40px;gap:30px}.hero h1{font-size:clamp(2.9rem,13.5vw,4rem);line-height:.96}.hero-copy>p{font-size:.88rem}.hero-actions{display:grid}.hero-actions .btn{width:100%}.hero-price{display:grid;justify-items:center}.hero-price span{border:0;padding:0}.hero-proof{gap:9px 13px}.hero-product{min-height:570px}.hero-product::before{width:360px;height:470px}.phone-shell{width:min(315px,calc(100vw - 40px));padding:8px;border-radius:38px}.phone-screen{height:540px;border-radius:31px;padding:45px 12px 12px}.stage-card{display:none}.demo-badge{bottom:-6px}.proof-grid{grid-template-columns:1fr}.proof-grid article{border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.1)!important}.proof-grid article:last-child{border-bottom:0!important}.section{padding-block:78px}.section-heading h2,.outcome-copy h2,.security-copy h2,.payment-copy h2,.final-card h2{font-size:2.45rem}.screen-tabs{display:grid;grid-template-columns:1fr 1fr}.screen-stage{padding:26px 16px;border-radius:24px}.screen-copy h3{font-size:2rem}.screen-copy ul{display:grid;text-align:start}.desktop-app{min-height:420px;grid-template-columns:47px 1fr;border-width:6px}.desktop-sidebar{padding:12px 7px}.desktop-sidebar img{width:29px}.desktop-sidebar span{width:26px;height:26px}.desktop-main{padding:13px}.desktop-kpis{grid-template-columns:1fr 1fr}.desktop-kpis article:last-child{display:none}.desktop-chart svg{height:95px}.desktop-bottom{grid-template-columns:1fr 1fr}.desktop-bottom article:last-child{display:none}.outcome-grid{gap:45px}.outcome-visual{min-height:490px}.receipt-card{width:230px;inset-inline-start:18px}.stock-alert{width:245px;inset-inline-end:14px}.profit-card{width:205px;inset-inline-start:26px}.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-large{grid-column:auto;grid-template-columns:1fr}.report-ui{grid-template-columns:110px 1fr}.donut{width:105px;height:105px}.security-cards{grid-template-columns:1fr}.payment-card{padding:26px 18px}.payment-methods{grid-template-columns:1fr}.payment-methods article{min-height:92px}.payment-logo{width:90px;height:55px}.final-card{padding:38px 20px}.final-actions{display:grid;width:100%}.final-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}.footer-grid nav{grid-column:auto;grid-row:auto}.footer-contact{text-align:center}.footer-bottom{flex-direction:column;text-align:center}.legal-hero{padding:55px 0 35px}.legal-article section{padding:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Product gallery screen states */
.gallery-heading{margin-top:18px;display:flex;align-items:center;gap:11px}.gallery-icon{width:42px;height:42px;border-radius:12px;background:#DDF4F0;color:var(--teal-dark);display:grid;place-items:center}.gallery-icon svg{width:21px;height:21px}.gallery-heading>div:nth-child(2){display:grid}.gallery-heading small{font-size:.5rem;color:#7D899A}.gallery-heading b{font-size:.8rem}.gallery-heading>i{margin-inline-start:auto;font-style:normal;font-size:.53rem;background:#EDF2F7;color:#637085;padding:7px 10px;border-radius:9px}.gallery-customer{margin-top:18px;border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:13px;display:flex;justify-content:space-between;font-size:.62rem}.gallery-customer span{color:#7D899A}.gallery-table{display:grid;gap:9px;margin-top:10px}.gallery-table article{border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:13px;display:flex;justify-content:space-between}.gallery-table span{display:grid}.gallery-table b,.gallery-table strong{font-size:.65rem}.gallery-table small{font-size:.48rem;color:#8390A1}.gallery-totals{margin-top:13px;border-top:1px dashed #C9D3DE;padding-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center}.gallery-totals span{display:grid}.gallery-totals small{font-size:.5rem;color:#7C899A}.gallery-totals b{font-size:1.25rem;color:var(--teal-dark)}.gallery-totals button,.gallery-restore{height:42px;border:0;border-radius:11px;background:var(--teal);color:#fff;font-size:.58rem;font-weight:900}.gallery-stock-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.gallery-stock-summary article{border-radius:14px;background:#10244A;color:#fff;padding:14px;display:grid}.gallery-stock-summary article.warning{background:#FFF1D7;color:#8A5600}.gallery-stock-summary small{font-size:.5rem;opacity:.75}.gallery-stock-summary b{font-size:1.5rem}.gallery-stock-list{display:grid;gap:9px;margin-top:11px}.gallery-stock-list article{border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:12px;display:flex;align-items:center;justify-content:space-between}.gallery-stock-list span{display:grid}.gallery-stock-list b{font-size:.62rem}.gallery-stock-list small{font-size:.47rem;color:#8491A2}.gallery-stock-list i{font-style:normal;font-size:.48rem;padding:6px 9px;border-radius:999px}.gallery-stock-list .ok{background:#E4F7F1;color:#167C66}.gallery-stock-list .warn{background:#FFF1D7;color:#965B00}.gallery-backup-success{margin-top:20px;border-radius:17px;background:#10244A;color:#fff;padding:22px;display:flex;align-items:center;gap:13px}.gallery-backup-success>span{width:50px;height:50px;border-radius:50%;background:#174B58;color:#65E2D5;display:grid;place-items:center}.gallery-backup-success svg{width:24px;height:24px;stroke-width:2.5}.gallery-backup-success div{display:grid}.gallery-backup-success b{font-size:.78rem}.gallery-backup-success small{font-size:.5rem;color:#B7C4D6}.gallery-backup-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:11px}.gallery-backup-list article{border:1px solid #E0E6EE;background:#fff;border-radius:13px;padding:13px;display:flex;justify-content:space-between}.gallery-backup-list div{display:grid}.gallery-backup-list small{font-size:.48rem;color:#8390A1}.gallery-backup-list b,.gallery-backup-list span{font-size:.57rem}.gallery-restore{width:100%;margin-top:12px;background:#fff;color:var(--teal-dark);border:1px solid #BFD7D3}
@media(max-width:620px){.gallery-backup-list{grid-template-columns:1fr}.gallery-totals{grid-template-columns:1fr}.gallery-stock-summary{grid-template-columns:1fr 1fr}}

/* V12 product-first hero */
.hero-v12{min-height:790px;background:linear-gradient(135deg,#071225 0%,#0B1930 52%,#0A2440 100%)}
.hero-v12 .hero-pattern{background:radial-gradient(circle at 18% 20%,rgba(23,178,166,.18),transparent 27%),radial-gradient(circle at 84% 70%,rgba(23,178,166,.10),transparent 30%),linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:auto,auto,52px 52px,52px 52px}
.hero-grid-v12{grid-template-columns:minmax(410px,.88fr) minmax(560px,1.12fr);gap:56px;padding-block:58px 72px}
.hero-copy-v12 h1{font-size:clamp(3.1rem,5.15vw,5.45rem);line-height:.95;letter-spacing:-.055em;max-width:760px}
.hero-copy-v12 h1 em{margin-top:8px}
.hero-copy-v12>p{max-width:650px;font-size:1.04rem;line-height:1.9;margin-top:24px}
.hero-offer{display:inline-flex;align-items:center;gap:18px;margin-top:24px;padding:13px 16px;border:1px solid rgba(255,255,255,.12);background:rgba(13,31,56,.88);border-radius:18px;box-shadow:0 18px 42px rgba(0,0,0,.14)}
.hero-offer>i{width:1px;height:38px;background:rgba(255,255,255,.14)}
.offer-trial{display:flex;align-items:center;gap:10px}.offer-trial>strong{font-size:2.25rem;line-height:1;color:var(--amber)}.offer-trial span,.offer-price{display:grid}.offer-trial b,.offer-price b{font-size:.78rem;color:#fff}.offer-trial small,.offer-price small{font-size:.59rem;color:#98A8BE;margin-top:3px}
.hero-copy-v12 .hero-actions{margin-top:22px}.hero-copy-v12 .hero-proof{margin-top:20px}
.hero-visual-v12{position:relative;min-height:650px;display:grid;place-items:center;isolation:isolate}
.visual-glow{position:absolute;width:510px;height:510px;border-radius:50%;background:radial-gradient(circle,rgba(23,178,166,.25),rgba(23,178,166,.06) 46%,transparent 72%);filter:blur(2px);z-index:-1}
.screen-stack{position:relative;width:560px;height:590px;display:grid;place-items:center}
.product-phone-v12{position:relative;z-index:5;width:315px;padding:9px;background:#071221;border:1px solid #38506F;border-radius:39px;box-shadow:0 40px 90px rgba(0,0,0,.44);transform:rotate(-1.2deg);transition:transform .35s ease}
.hero-visual-v12:hover .product-phone-v12{transform:rotate(0) translateY(-4px)}
.product-phone-top{height:30px;display:flex;align-items:center;justify-content:center;gap:5px}.product-phone-top span{width:76px;height:16px;border-radius:999px;background:#020913}.product-phone-top i{width:6px;height:6px;border-radius:50%;background:#273B58}.product-phone-top b{width:6px;height:6px;border-radius:50%;background:#273B58}
.product-phone-screen{height:535px;border-radius:29px;overflow:hidden;background:#F4F7FB}.product-phone-screen img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease,transform .35s ease}.product-phone-screen img.changing{opacity:.25;transform:scale(.985)}
.screen-preview{position:absolute;margin:0;width:235px;height:430px;padding:7px;background:#0A172A;border:1px solid #2F4665;border-radius:29px;overflow:hidden;box-shadow:0 28px 65px rgba(0,0,0,.35);z-index:2;opacity:.82}.screen-preview img{width:100%;height:100%;object-fit:cover;border-radius:23px;display:block}.screen-preview-one{inset-inline-start:-5px;top:73px;transform:rotate(-8deg)}.screen-preview-two{inset-inline-end:-4px;top:75px;transform:rotate(8deg)}
.value-chip{position:absolute;z-index:7;display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid rgba(255,255,255,.14);background:#11233F;color:#fff;border-radius:16px;box-shadow:0 20px 45px rgba(0,0,0,.28)}.value-chip span{display:grid}.value-chip small{font-size:.54rem;color:#AFC0D5}.value-chip b{font-size:.78rem;margin-top:2px}.value-chip svg{width:30px;height:30px;padding:7px;border-radius:10px;background:#123C45;color:#65E2D5}.value-sales{inset-inline-end:-13px;top:120px}.value-backup{inset-inline-start:-14px;bottom:83px}.value-backup svg{background:#3D3215;color:var(--amber)}
.hero-screen-switcher{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:-2px;position:relative;z-index:9}.hero-screen-switcher button{border:1px solid rgba(255,255,255,.12);background:#0D1B33;color:#AFC0D5;border-radius:999px;padding:8px 13px;font-weight:800;font-size:.65rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.hero-screen-switcher button:hover{transform:translateY(-1px);color:#fff}.hero-screen-switcher button.active{background:var(--teal);border-color:var(--teal);color:#fff}
.hero-demo-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:10px 0 0;color:#9FB0C7;font-size:.56rem}.hero-demo-note span{width:6px;height:6px;border-radius:50%;background:var(--amber)}
@media(max-width:1100px){.hero-grid-v12{grid-template-columns:minmax(360px,.84fr) minmax(510px,1.16fr);gap:25px}.screen-stack{width:510px}.screen-preview{width:215px;height:395px}.hero-copy-v12 h1{font-size:clamp(2.9rem,5vw,4.6rem)}}
@media(max-width:900px){.hero-v12{min-height:auto}.hero-grid-v12{grid-template-columns:1fr;gap:38px;padding-block:52px 64px}.hero-copy-v12{text-align:center}.hero-copy-v12 h1,.hero-copy-v12>p{margin-inline:auto}.hero-offer{margin-inline:auto}.hero-visual-v12{min-height:640px}.screen-stack{width:min(560px,100%)}.hero-screen-switcher{margin-top:0}}
@media(max-width:620px){.hero-grid-v12{padding-top:34px;gap:22px}.hero-copy-v12 h1{font-size:clamp(2.65rem,12vw,3.55rem);line-height:1}.hero-copy-v12>p{font-size:.86rem;line-height:1.75;margin-top:19px}.hero-offer{width:100%;justify-content:center;gap:12px;padding:11px 10px}.offer-trial>strong{font-size:1.8rem}.offer-trial b,.offer-price b{font-size:.69rem}.offer-trial small,.offer-price small{font-size:.52rem}.hero-visual-v12{min-height:535px}.screen-stack{height:475px;width:100%}.product-phone-v12{width:min(268px,72vw);padding:7px;border-radius:34px;transform:none}.product-phone-top{height:25px}.product-phone-screen{height:435px;border-radius:25px}.screen-preview{width:170px;height:318px;border-radius:23px;padding:5px;opacity:.72}.screen-preview img{border-radius:18px}.screen-preview-one{inset-inline-start:-24px;top:73px}.screen-preview-two{inset-inline-end:-24px;top:73px}.value-chip{padding:9px 10px}.value-chip small{font-size:.46rem}.value-chip b{font-size:.64rem}.value-chip svg{width:25px;height:25px}.value-sales{inset-inline-end:-2px;top:85px}.value-backup{inset-inline-start:-2px;bottom:48px}.hero-screen-switcher{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:6px}.hero-screen-switcher button{width:100%;font-size:.6rem}.hero-demo-note{font-size:.5rem}}
@media(prefers-reduced-motion:reduce){.product-phone-v12,.product-phone-screen img,.hero-screen-switcher button{transition:none!important}}
