@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--bg:#ffffff;--surface:#ffffff;--soft:#f4f8fb;--soft2:#e9f3f7;--ink:#102033;--muted:#647589;--navy:#17395f;--navy2:#245579;--blue:#2e7fad;--cyan:#55aac9;--green:#2a8b68;--amber:#d59634;--red:#d45e68;--line:#dce7ee;--shadow:0 30px 90px rgba(23,57,95,.14);--radius:24px;--max:1180px}
html[data-theme="dark"]{--bg:#07111f;--surface:#0d1a2c;--soft:#0a1627;--soft2:#11233a;--ink:#f3f8fb;--muted:#9bb0c2;--navy:#65b5d2;--navy2:#8bd1e7;--blue:#4aa4c6;--cyan:#70c9e6;--line:#213750;--shadow:0 30px 90px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px;top:8px;z-index:999;padding:10px;background:#fff;color:#000}.skip:focus{left:8px}.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 87%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--line) 80%,transparent)}.nav-shell{height:78px;display:flex;align-items:center;gap:28px;position:relative}.brand img{width:166px}.desktop-nav{display:flex;gap:27px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:700;color:color-mix(in srgb,var(--ink) 78%,var(--muted))}.desktop-nav a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:10px}.theme-toggle,.menu-toggle{border:1px solid var(--line);background:var(--surface);color:var(--ink);width:42px;height:42px;border-radius:13px;display:grid;place-items:center;cursor:pointer}.menu-toggle{display:none}.menu-toggle span{display:block;width:20px;height:2px;background:currentColor;margin:2px}.mobile-nav{display:none}.button{min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;transition:.25s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-compact{min-height:42px;padding:0 17px}.button-primary{background:linear-gradient(135deg,#17395f,#2e7fad);color:#fff;box-shadow:0 15px 34px rgba(46,127,173,.24)}.button-secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}.button-light{background:#fff;color:#17395f}.button-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.text-link{font-weight:800;color:var(--blue)}
.hero{position:relative;min-height:790px;padding:100px 0 120px;display:flex;align-items:center;background:linear-gradient(180deg,color-mix(in srgb,var(--soft) 80%,var(--bg)),var(--bg));overflow:hidden}.hero-aurora{position:absolute;right:-170px;top:-120px;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle at center,rgba(84,170,201,.25),rgba(84,170,201,0) 67%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:54px;align-items:center}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 6px rgba(84,170,201,.14)}.light{color:#9cd8ec}.hero h1,.subhero h1{font-size:clamp(49px,5.8vw,76px);line-height:.99;letter-spacing:-.055em;margin:20px 0 24px}.hero h1 em{font-style:normal;background:linear-gradient(135deg,#17395f,#55aac9);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-lead,.subhero p{font-size:19px;color:var(--muted);max-width:660px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.proof-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px;color:var(--muted);font-size:12px;font-weight:700}.proof-row span:before{content:'✓';color:var(--green);margin-right:7px}.hero-product{position:relative;min-height:590px}.orbit{position:absolute;border:1px solid rgba(84,170,201,.22);border-radius:50%}.orbit-a{width:560px;height:560px;right:-30px;top:0}.orbit-b{width:410px;height:410px;right:50px;top:75px}.dash-window{position:absolute;left:0;top:42px;width:104%;background:var(--surface);border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow);overflow:hidden;transform:perspective(1200px) rotateY(-7deg) rotateX(2deg)}.dash-titlebar{height:52px;display:flex;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid var(--line);font-size:11px}.window-dots{display:flex;gap:5px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#d6e0e6}.window-dots i:nth-child(1){background:#ef8a8e}.window-dots i:nth-child(2){background:#e8c06d}.window-dots i:nth-child(3){background:#72bf9f}.dash-titlebar strong{font-size:11px}.live{margin-left:auto;color:var(--green);font-weight:800}.live i{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px}.dash-layout{display:grid;grid-template-columns:52px 1fr}.dash-side{background:color-mix(in srgb,var(--soft) 84%,var(--surface));border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:18px}.dash-side b{width:29px;height:29px;border-radius:9px;background:linear-gradient(135deg,#17395f,#55aac9);color:white;display:grid;place-items:center}.dash-side i{width:19px;height:19px;border-radius:6px;background:var(--line)}.dash-body{padding:18px}.dash-heading{display:flex;justify-content:space-between;align-items:center}.dash-heading>div{display:flex;flex-direction:column}.dash-heading small,.panel-heading small{font-size:9px;letter-spacing:.1em;color:var(--muted);font-weight:800}.dash-heading strong{font-size:15px}.dash-heading>span{font-size:9px;color:var(--muted);border:1px solid var(--line);border-radius:9px;padding:7px 9px}.kpi-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px;margin:15px 0}.kpi{padding:14px;border-radius:14px;background:var(--soft);border:1px solid color-mix(in srgb,var(--line) 75%,transparent)}.kpi small,.kpi span{display:block;font-size:9px;color:var(--muted)}.kpi strong{display:block;font-size:27px;letter-spacing:-.04em;margin:4px 0}.kpi-main{background:linear-gradient(135deg,#17395f,#2e7fad);color:#fff}.kpi-main small,.kpi-main span{color:rgba(255,255,255,.75)}.dash-charts{display:grid;grid-template-columns:1.5fr .85fr;gap:10px}.chart-panel,.area-panel{border:1px solid var(--line);border-radius:15px;padding:14px;background:var(--surface)}.panel-heading{display:flex;justify-content:space-between}.panel-heading>div{display:flex;flex-direction:column}.panel-heading strong{font-size:12px}.panel-heading>span{font-size:10px;font-weight:800;color:var(--blue)}.line-chart{width:100%;height:150px;margin-top:4px}.chart-grid line{stroke:var(--line);stroke-width:1}.chart-fill{fill:url(#fill)}.chart-stroke{fill:none;stroke:#4ca7c7;stroke-width:4;stroke-linecap:round}.line-chart circle{fill:#4ca7c7;stroke:var(--surface);stroke-width:4}.area-item{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.area-item:last-child{border:0}.area-item>div{display:flex;flex-direction:column}.area-item b{font-size:10px}.area-item small{font-size:8px;color:var(--muted)}.pill{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--soft2);color:var(--blue);font-size:10px;font-weight:900}.pill.good{background:#e8f6f0;color:#2a8b68}.pill.warn{background:#fff2dc;color:#c78623}.phone-mock{position:absolute;right:-18px;bottom:-5px;width:182px;height:356px;background:#fff;border:7px solid #102e4b;border-radius:31px;box-shadow:0 25px 70px rgba(10,34,55,.28);padding:26px 15px 15px;color:#102033;transform:rotate(4deg);z-index:3}.phone-notch{position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:68px;height:16px;background:#102e4b;border-radius:0 0 12px 12px}.phone-brand{display:flex;align-items:center;gap:7px;margin-bottom:24px}.phone-brand b{width:27px;height:27px;border-radius:8px;background:linear-gradient(135deg,#17395f,#55aac9);display:grid;place-items:center;color:#fff}.phone-brand span{font-size:9px;font-weight:800}.phone-mock>small{font-size:8px;color:#6c7d8d}.phone-mock h3{font-size:15px;line-height:1.2;margin:4px 0 17px}.mini-question{margin:12px 0}.mini-question>span{display:block;font-size:9px;font-weight:700;margin-bottom:7px}.mini-question div{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.mini-question i{height:23px;border-radius:7px;background:#edf2f5}.mini-question i.active{background:#2e7fad}.phone-mock button{width:100%;border:0;border-radius:9px;background:#17395f;color:#fff;padding:10px;margin-top:17px;font-size:9px;font-weight:800}.float-card{position:absolute;background:var(--surface);border:1px solid var(--line);box-shadow:0 15px 35px rgba(23,57,95,.14);border-radius:999px;padding:10px 13px;font-size:10px;font-weight:900;z-index:4}.float-positive{top:0;right:5px;color:var(--green)}.float-alert{bottom:70px;left:-35px;color:var(--amber)}
.problem-band{padding:105px 0;background:#17395f;color:#fff;text-align:center}.statement{max-width:950px}.statement h2{font-size:clamp(34px,4.5vw,58px);line-height:1.1;letter-spacing:-.045em;margin:17px 0 22px}.statement p{max-width:750px;margin:auto;color:#c0d2df;font-size:18px}.section{padding:112px 0}.section-soft{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:46px}.section-heading>div{max-width:760px}.section-heading h2,.badge-copy h2,.comparison-copy h2,.pilot-content h2,.detail-copy h2{font-size:clamp(34px,4.2vw,55px);line-height:1.08;letter-spacing:-.045em;margin:13px 0 0}.section-heading>p{max-width:410px;color:var(--muted)}.centered{justify-content:center;text-align:center}.bento-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px}.bento{position:relative;min-height:355px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.bento-wide{background:linear-gradient(145deg,var(--soft),var(--surface))}.bento .num{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#17395f;color:#fff;font-size:11px;font-weight:900}.bento h3{font-size:24px;margin:22px 0 10px}.bento p{color:var(--muted)}.qr-scene{position:absolute;left:30px;right:30px;bottom:28px;display:flex;align-items:center;gap:18px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 14px 35px rgba(23,57,95,.09)}.qr-code{width:80px;height:80px;border:10px solid #17395f;background:repeating-linear-gradient(45deg,#17395f 0 7px,#fff 7px 13px);border-radius:8px}.qr-scene>div:last-child{display:flex;flex-direction:column}.qr-scene small{font-size:9px;color:var(--muted);font-weight:800;letter-spacing:.1em}.qr-scene strong{font-size:15px}.qr-scene span{font-size:10px;color:var(--muted)}.alert-card{position:absolute;left:30px;right:30px;bottom:30px;border-left:4px solid var(--amber);background:var(--soft);border-radius:15px;padding:15px;display:flex;flex-direction:column}.alert-card b{font-size:12px}.alert-card span{font-size:11px;color:var(--ink);margin:3px 0}.alert-card small{font-size:9px;color:var(--muted)}.before-after{position:absolute;left:30px;right:30px;bottom:40px;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.before-after>div{background:var(--soft);border-radius:16px;padding:17px;text-align:center}.before-after small{display:block;color:var(--muted);font-size:9px}.before-after strong{font-size:28px}.before-after>div:last-child strong{color:var(--green)}.steps-line{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:27px}.step span,.flow-card>span,.metric-card>span{width:41px;height:41px;display:grid;place-items:center;border-radius:12px;background:var(--soft2);color:var(--blue);font-weight:900}.step h3{font-size:22px;margin:22px 0 7px}.step p{color:var(--muted);margin:0}.center-cta{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:38px}.badge-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.badge-copy p,.comparison-copy p,.detail-copy p{font-size:18px;color:var(--muted)}.check-list{list-style:none;padding:0;margin:27px 0 0}.check-list li{font-weight:800;margin:13px 0}.check-list li:before{content:'✓';display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:50%;background:#e7f5ef;color:#2a8b68}.badge-stage{position:relative;display:grid;place-items:center}.verified-badge{position:relative;width:min(390px,100%);padding:42px 38px;border-radius:32px;text-align:center;background:linear-gradient(145deg,#17395f,#286b95);color:#fff;box-shadow:0 35px 90px rgba(23,57,95,.25);z-index:2}.seal{width:90px;height:90px;margin:0 auto 22px;border:2px solid rgba(255,255,255,.5);box-shadow:inset 0 0 0 8px rgba(255,255,255,.08);border-radius:50%;display:grid;place-items:center}.seal b{font-size:42px}.verified-badge small{font-size:10px;letter-spacing:.16em;color:#9fd8eb;font-weight:900}.verified-badge h3{font-size:28px;margin:11px 0}.verified-badge p{color:#c7d9e5}.badge-live{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.12);padding:9px 13px;border-radius:999px;font-size:11px;font-weight:900}.badge-live i{width:7px;height:7px;border-radius:50%;background:#72d3aa}.badge-shadow{position:absolute;width:310px;height:55px;bottom:-18px;background:rgba(23,57,95,.18);filter:blur(18px);border-radius:50%}.sector-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.sector{min-height:245px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--surface);transition:.25s}.sector:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(23,57,95,.1)}.sector>span{font-size:11px;color:var(--blue);font-weight:900}.sector h3{font-size:24px;margin:23px 0 9px}.sector p{color:var(--muted)}.sector a{display:inline-block;margin-top:18px;color:var(--blue);font-weight:800;font-size:13px}.comparison-section{background:var(--bg)}.comparison-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:65px;align-items:start}.compare-card{border:1px solid var(--line);border-radius:24px;background:var(--surface);overflow:hidden}.compare-card>div{display:grid;grid-template-columns:1fr 1fr}.compare-card span,.compare-card b{padding:17px 20px;border-bottom:1px solid var(--line);font-size:13px}.compare-card b{border-left:1px solid var(--line);color:var(--navy)}.compare-head{background:#17395f;color:#fff;font-weight:900}.compare-head span{color:#fff}.pilot-card{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#17395f,#266d95);color:#fff;padding:70px}.pilot-glow{position:absolute;right:-160px;top:-250px;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(126,207,235,.36),transparent 68%)}.pilot-content{position:relative;max-width:800px}.pilot-content p{font-size:18px;color:#c5d7e3}.pilot-chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.pilot-chips span{padding:9px 13px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);border-radius:999px;font-size:11px;font-weight:800}.site-footer{background:#0e2944;color:#fff;padding:65px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .85fr;gap:60px}.footer-brand img{width:180px;filter:brightness(0) invert(1)}.footer-brand p{color:#bbcedb;max-width:350px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid b{margin-bottom:6px}.footer-grid a{color:#b8cbd8}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:43px;padding-top:21px;color:#8fa8ba;font-size:11px}
/* Pulse page */.subhero{position:relative;padding:115px 0 110px;background:linear-gradient(180deg,var(--soft),var(--bg));overflow:hidden}.subhero-glow{position:absolute;width:700px;height:700px;right:-250px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(84,170,201,.25),transparent 67%)}.subhero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:65px;align-items:center}.pulse-stack{display:flex;flex-direction:column;gap:13px}.pulse-stack article{display:flex;gap:17px;padding:20px;border-radius:19px;border:1px solid var(--line);background:var(--surface);box-shadow:0 14px 40px rgba(23,57,95,.07)}.pulse-stack article>span{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:#17395f;color:#fff;font-weight:900}.pulse-stack small{font-size:9px;letter-spacing:.12em;color:var(--blue);font-weight:900}.pulse-stack h3{margin:3px 0;font-size:18px}.pulse-stack p{margin:0;font-size:13px}.flow-grid,.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.flow-card,.metric-card{padding:27px;border:1px solid var(--line);background:var(--surface);border-radius:20px}.flow-card h3,.metric-card h3{font-size:21px;margin:21px 0 7px}.flow-card p,.metric-card p{color:var(--muted);margin:0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.dashboard-detail{padding:24px;border:1px solid var(--line);border-radius:25px;background:var(--surface);box-shadow:var(--shadow)}.detail-top{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:14px}.detail-top small{font-weight:900;color:var(--muted)}.detail-top strong{font-size:45px}.detail-top span{color:var(--green);background:#e7f5ef;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:900}.detail-chart{height:210px;display:flex;align-items:end;gap:13px;border-bottom:1px solid var(--line);padding:24px 0 0}.detail-chart i{flex:1;background:linear-gradient(180deg,#55aac9,#2e7fad);border-radius:8px 8px 0 0;min-height:20px}.detail-alert{margin-top:20px;border-left:4px solid var(--amber);background:var(--soft);padding:15px;border-radius:13px;display:flex;flex-direction:column}.detail-alert span{font-size:12px;color:var(--muted);margin-top:4px}
/* demo */.demo-page{background:radial-gradient(circle at top left,#14284c 0,#07111f 40%,#050b14 100%);color:#f7fbff;min-height:100vh}.demo-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1180px)/2));border-bottom:1px solid #20344f;background:rgba(7,17,31,.78);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.demo-header img{width:158px;filter:brightness(0) invert(1)}.demo-header>div{display:flex;align-items:center;gap:18px}.demo-header>div>span,.demo-header>div>a:not(.button){font-size:12px;color:#a5b7c9;font-weight:700}.demo-main{width:min(1120px,calc(100% - 34px));margin:auto;padding:55px 0 80px}.demo-intro{max-width:790px;margin-bottom:35px}.demo-intro h1{font-size:clamp(40px,5vw,65px);line-height:1.02;letter-spacing:-.05em;margin:16px 0}.demo-intro p{font-size:18px;color:#a6b8c9}.demo-app{background:#0d1a2c;border:1px solid #213750;border-radius:28px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.35)}.demo-tabs{display:flex;gap:7px;padding:12px;border-bottom:1px solid #213750}.demo-tab{flex:1;border:1px solid #213750;background:#0a1627;color:#95a9bb;border-radius:13px;padding:13px;font-weight:800;cursor:pointer}.demo-tab.active{background:linear-gradient(135deg,#2e7fad,#55aac9);color:#fff;border-color:transparent}.demo-panel{display:none;padding:34px}.demo-panel.active{display:grid;grid-template-columns:430px 1fr;gap:55px;align-items:center}.demo-phone{background:#08111f;border:8px solid #1d334e;border-radius:35px;padding:12px;max-width:430px}.demo-screen{padding:22px;background:#0b1628;border:1px solid #213750;border-radius:24px}.demo-logo{display:flex;align-items:center;gap:8px;margin-bottom:25px}.demo-logo b{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#2e7fad,#55aac9);display:grid;place-items:center}.demo-logo span{font-size:11px;font-weight:900}.demo-screen>small{font-size:9px;letter-spacing:.1em;color:#7f97aa}.demo-screen h2{font-size:25px;margin:5px 0}.demo-screen>p{color:#93a7b8;font-size:12px;margin-top:0}.demo-field{margin:15px 0}.demo-field label{display:block;color:#b1c1cf;font-size:11px;font-weight:700;margin-bottom:7px}.demo-rating{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.demo-rating button,.demo-chips button{border:1px solid #213750;background:#08111f;color:#91a5b7;cursor:pointer}.demo-rating button{height:38px;border-radius:10px;font-weight:900}.demo-rating button.selected{background:rgba(84,170,201,.2);border-color:#55aac9;color:#fff}.demo-chips{display:flex;flex-wrap:wrap;gap:6px}.demo-chips button{border-radius:999px;padding:7px 9px;font-size:10px}.demo-chips button.selected{background:rgba(84,170,201,.2);border-color:#55aac9;color:#fff}.demo-field textarea{width:100%;min-height:65px;resize:vertical;background:#08111f;color:#fff;border:1px solid #213750;border-radius:11px;padding:10px}.demo-send{width:100%;border:0;border-radius:12px;background:linear-gradient(135deg,#2e7fad,#55aac9);color:#fff;padding:13px;font-weight:900;cursor:pointer}.demo-thanks{display:none;margin-top:10px;color:#72d3aa;text-align:center;font-size:12px;font-weight:800}.demo-explain>span{font-size:12px;color:#55aac9;font-weight:900}.demo-explain h3{font-size:36px;line-height:1.1;margin:16px 0}.demo-explain p,.demo-explain li{color:#a6b8c9}.demo-dashboard{grid-column:1/-1}.demo-dash-top{display:flex;align-items:center;justify-content:space-between}.demo-dash-top small{color:#7f97aa;font-size:9px;letter-spacing:.12em}.demo-dash-top h2{margin:4px 0;font-size:28px}.demo-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.demo-kpis article{background:#0a1627;border:1px solid #213750;border-radius:16px;padding:18px}.demo-kpis small,.demo-kpis span{display:block;color:#8fa4b7;font-size:10px}.demo-kpis strong{display:block;font-size:32px;margin:4px 0}.demo-dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.demo-chart-card{background:#0a1627;border:1px solid #213750;border-radius:16px;padding:18px}.demo-row{margin:14px 0}.demo-row-top{display:flex;justify-content:space-between;font-size:11px;color:#a6b8c9}.demo-bar{height:9px;background:#07111f;border-radius:999px;overflow:hidden;margin-top:7px}.demo-fill{height:100%;background:linear-gradient(90deg,#55aac9,#2e7fad);border-radius:999px}.demo-operational-alert{margin-top:14px;border-left:4px solid #e0a540;background:#0a1627;border-radius:13px;padding:14px;display:flex;flex-direction:column}.demo-operational-alert span{color:#a6b8c9;font-size:12px}.demo-reset-row{display:flex;justify-content:space-between;align-items:center;margin-top:15px;color:#7f97aa;font-size:11px}.demo-reset-row button{border:1px solid #213750;background:#0a1627;color:#a6b8c9;border-radius:10px;padding:9px 12px;cursor:pointer}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}.delay-3{transition-delay:.36s}
@media(max-width:1020px){.desktop-nav,.desktop-only{display:none}.menu-toggle{display:block}.mobile-nav.open{display:flex;position:absolute;left:20px;right:20px;top:69px;flex-direction:column;gap:15px;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.hero-grid,.subhero-grid{grid-template-columns:1fr}.hero-product{margin-top:10px}.bento-grid{grid-template-columns:1fr 1fr}.bento-wide{grid-column:1/-1}.steps-line,.sector-grid,.flow-grid,.metric-grid{grid-template-columns:1fr 1fr}.badge-grid,.comparison-grid,.product-detail-grid{grid-template-columns:1fr}.demo-panel.active{grid-template-columns:1fr}.demo-phone{margin:auto}.demo-explain{text-align:center}.demo-explain ul{list-style:none;padding:0}.demo-kpis{grid-template-columns:1fr 1fr}.demo-kpis article:last-child{grid-column:1/-1}}
@media(max-width:700px){.container{width:min(100% - 28px,var(--max))}.nav-shell{height:70px}.brand img{width:145px}.hero{padding:75px 0 70px;min-height:auto}.hero h1,.subhero h1{font-size:44px}.hero-lead,.subhero p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.proof-row{display:grid;gap:8px}.hero-product{min-height:465px}.dash-window{width:98%;transform:none;top:20px}.dash-side{display:none}.dash-layout{grid-template-columns:1fr}.dash-body{padding:12px}.kpi-grid{grid-template-columns:1fr 1fr}.kpi-grid article:last-child{display:none}.dash-charts{grid-template-columns:1fr}.area-panel{display:none}.phone-mock{width:142px;height:282px;right:-2px;border-width:5px;padding:22px 10px 10px}.phone-mock h3{font-size:12px}.phone-brand{margin-bottom:14px}.float-card{font-size:8px}.float-alert{left:0;bottom:43px}.problem-band,.section{padding:78px 0}.statement h2,.section-heading h2,.badge-copy h2,.comparison-copy h2,.pilot-content h2,.detail-copy h2{font-size:35px}.section-heading{display:block;margin-bottom:32px}.bento-grid,.steps-line,.sector-grid,.flow-grid,.metric-grid{grid-template-columns:1fr}.bento{min-height:315px}.qr-scene{left:22px;right:22px}.center-cta{flex-direction:column}.pilot-card{padding:43px 24px}.compare-card>div{grid-template-columns:1fr}.compare-card b{border-left:0}.compare-head span:first-child{display:none}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:8px}.demo-header{padding:0 15px}.demo-header>div>span,.demo-header>div>a:not(.button){display:none}.demo-header .button{min-height:38px;padding:0 13px}.demo-main{padding-top:35px}.demo-panel{padding:16px}.demo-panel.active{gap:25px}.demo-phone{border-width:5px}.demo-kpis,.demo-dash-grid{grid-template-columns:1fr}.demo-kpis article:last-child{grid-column:auto}.demo-reset-row{flex-direction:column;gap:10px;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}

/* ===== Correzioni impaginazione v2.1 ===== */

/* Logo trasparente e ritagliato, senza riquadro bianco. */
.brand img{
  width:176px;
  height:auto;
  object-fit:contain;
}
html[data-theme="dark"] .brand img{
  filter:brightness(0) invert(1);
}
.footer-brand img{
  width:190px;
  height:auto;
  object-fit:contain;
}
.demo-header img{
  height:auto;
  object-fit:contain;
}

/* Le tre card seguono il flusso della pagina: niente sovrapposizioni. */
.bento{
  display:flex;
  flex-direction:column;
  min-height:430px;
}
.bento h3{
  line-height:1.18;
}
.bento p{
  margin:0 0 26px;
}
.qr-scene,
.alert-card,
.before-after{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  width:100%;
  margin-top:auto;
  flex-shrink:0;
}
.bento-wide .qr-scene{
  min-height:142px;
}
.before-after > div{
  min-width:0;
}

/* Evita tagli con zoom e font di sistema diversi. */
.section,
.site-footer{
  overflow:clip;
}

@media(max-width:1020px){
  .bento{
    min-height:410px;
  }
}

@media(max-width:700px){
  .brand img{
    width:154px;
  }
  .bento{
    min-height:auto;
  }
  .bento p{
    margin-bottom:22px;
  }
  .qr-scene,
  .alert-card,
  .before-after{
    margin-top:10px;
  }
  .footer-brand img{
    width:180px;
  }
}

/* ===== ProSanit 2026: Home a due percorsi + ProSanit Casa ===== */
.brand-home,.casa-page{background:#000;color:#fff}
.brand-home .reveal,.casa-page .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.brand-home .reveal.visible,.casa-page .reveal.visible{opacity:1;transform:none}
.choice-header,.casa-header{position:sticky;top:0;z-index:100;background:rgba(0,0,0,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}
.choice-nav,.casa-nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.choice-brand img{width:165px;filter:brightness(0) invert(1)}
.choice-nav nav,.casa-nav nav{display:flex;align-items:center;gap:26px}.choice-nav nav a,.casa-nav nav a{font-size:14px;font-weight:800;color:#d8e4ed}.choice-nav nav a:hover,.casa-nav nav a:hover{color:#1e8ee6}
.choice-contact,.casa-nav-cta{border:1px solid rgba(255,255,255,.23);padding:9px 14px;border-radius:999px}
.choice-hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 72% 20%,rgba(0,123,214,.18),transparent 36%),#000}
.choice-glow{position:absolute;width:600px;height:600px;border:1px solid rgba(32,139,225,.18);border-radius:50%;right:-120px;top:-220px;box-shadow:0 0 160px rgba(0,123,214,.08)}
.choice-hero-inner{position:relative;z-index:2;padding:90px 0}.choice-kicker,.casa-kicker{font-size:12px;letter-spacing:.18em;font-weight:900;color:#168ce6}.choice-hero h1{font-size:clamp(56px,8vw,112px);line-height:.92;letter-spacing:-.065em;max-width:980px;margin:20px 0 24px}.choice-hero p{font-size:clamp(23px,3vw,34px);color:#d2d9df;margin:0 0 22px}.choice-signature{display:inline-block;color:#65b8ef;font-weight:800;border-top:1px solid rgba(30,142,230,.6);padding-top:12px}
.choice-section{padding:34px 0 105px;background:#000}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.choice-card{min-height:520px;border-radius:30px;padding:44px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.12);transition:transform .25s ease,border-color .25s ease}.choice-card:hover{transform:translateY(-6px);border-color:rgba(30,142,230,.7)}.choice-card-home{background:linear-gradient(160deg,#071728,#02070c 72%)}.choice-card-business{background:#f6f9fb;color:#102033;border-color:#dce7ee}.choice-number{font-size:11px;letter-spacing:.14em;font-weight:900;color:#168ce6}.choice-card h2{font-size:22px;margin:14px 0 55px}.choice-card h3{font-size:clamp(38px,4.2vw,58px);line-height:1.03;letter-spacing:-.045em;margin:0 0 20px}.choice-card p{font-size:17px;max-width:540px;color:#aebbc5}.choice-card-business p{color:#657487}.choice-arrow{font-weight:900;color:#168ce6;font-size:15px}
.choice-manifesto{background:#071728;padding:110px 0}.choice-manifesto .container{max-width:980px}.choice-manifesto span{font-size:12px;letter-spacing:.16em;font-weight:900;color:#68b8ee}.choice-manifesto h2{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.055em;margin:16px 0 24px}.choice-manifesto p{font-size:20px;color:#b7c5d0;max-width:800px}.choice-footer{background:#000;border-top:1px solid rgba(255,255,255,.1);padding:52px 0 35px}.choice-footer img{width:175px;filter:brightness(0) invert(1)}.choice-footer .container>div{display:flex;gap:25px;flex-wrap:wrap;margin:28px 0}.choice-footer a{color:#cbd7e0;font-weight:700}.choice-footer p{font-size:12px;color:#778796}

/* Casa brand */
.casa-header{background:rgba(0,0,0,.9)}.casa-brand{display:flex;align-items:center;gap:8px}.casa-brand img{width:34px;height:34px;object-fit:contain}.casa-brand strong{font-size:21px;letter-spacing:-.03em}.casa-brand span{color:#168ce6;font-size:12px;font-weight:900;letter-spacing:.18em;margin-left:3px}.casa-nav-cta{color:#fff!important;border-color:#168ce6!important}
.casa-hero{position:relative;overflow:hidden;min-height:760px;display:flex;align-items:center;padding:105px 0;background:#000}.casa-halo{position:absolute;width:880px;height:880px;border-radius:50%;right:-330px;top:-380px;background:radial-gradient(circle,rgba(0,126,230,.23),rgba(0,126,230,0) 66%)}.casa-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:center}.casa-hero h1{font-size:clamp(59px,7vw,102px);line-height:.88;letter-spacing:-.058em;margin:22px 0 28px}.casa-hero h1 em{font-style:normal;color:#168ce6}.casa-lead{font-size:21px;max-width:660px;color:#c7d2da}.casa-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.casa-tags span{border:1px solid rgba(255,255,255,.16);padding:8px 12px;border-radius:999px;color:#dce6ed;font-weight:700;font-size:12px}.casa-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:34px}.casa-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 22px;border-radius:13px;background:#168ce6;color:#fff;font-weight:900}.casa-link{font-weight:900;color:#75c1f2}.casa-hero-card{background:#071728;border:1px solid rgba(48,150,226,.28);border-radius:28px;padding:38px;box-shadow:0 30px 90px rgba(0,80,150,.12)}.casa-hero-card .tiny{font-size:10px;letter-spacing:.16em;color:#6cb8eb;font-weight:900}.casa-hero-card>strong{display:block;font-size:36px;line-height:1.05;letter-spacing:-.04em;margin:18px 0}.casa-hero-card p{color:#aab9c5}.casa-hero-card b{color:#fff}
.casa-question{padding:115px 0;background:#071728}.casa-question .container{max-width:1030px}.casa-question h2{font-size:clamp(43px,6vw,75px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 28px}.casa-question p{font-size:20px;color:#b7c6d2;max-width:900px}.casa-warning{color:#fff!important;font-weight:900;margin-top:28px!important;font-size:26px!important}
.casa-section{padding:112px 0;background:#050505}.casa-heading{max-width:900px;margin-bottom:48px}.casa-heading h2{font-size:clamp(42px,5.5vw,72px);line-height:1.01;letter-spacing:-.055em;margin:14px 0 20px}.casa-heading>p{font-size:18px;color:#aebbc5;max-width:760px}.casa-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.casa-card{border:1px solid rgba(255,255,255,.13);border-radius:23px;padding:30px;background:#0a0a0a;min-height:315px}.casa-card>span{color:#168ce6;font-size:11px;font-weight:900;letter-spacing:.14em}.casa-card h3{font-size:31px;letter-spacing:-.04em;margin:45px 0 14px}.casa-card p{color:#aebbc5;margin:0}.casa-card strong{color:#fff}.casa-card-blue{background:#0b3152;border-color:#168ce6}.casa-card-blue p{color:#d6e6f1}
.casa-section-blue{background:#0a2b47}.casa-section-blue .casa-heading>p{color:#c6dbe8}.casa-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.casa-steps article{background:#071c2e;border:1px solid rgba(255,255,255,.12);padding:28px;border-radius:22px;min-height:300px}.casa-steps b{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#168ce6;color:#fff}.casa-steps h3{font-size:28px;margin:52px 0 12px}.casa-steps p{color:#bed0dc;font-size:15px}
.casa-report-grid{display:grid;grid-template-columns:1fr .82fr;gap:70px;align-items:center}.casa-list{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:11px}.casa-list li{color:#c5d0d7}.casa-list li:before{content:'→';color:#168ce6;font-weight:900;margin-right:10px}.home-report{background:#f4f7f9;color:#112130;border-radius:27px;padding:28px;box-shadow:0 35px 100px rgba(0,0,0,.35);transform:rotate(1deg)}.report-top{display:grid;grid-template-columns:1fr auto;gap:4px;border-bottom:1px solid #d8e2e8;padding-bottom:17px}.report-top span{color:#168ce6;font-weight:900;font-size:12px}.report-top b{grid-row:2;font-size:30px;letter-spacing:-.04em}.report-top small{grid-row:1/3;grid-column:2;align-self:center;border:1px solid #cad6dd;border-radius:999px;padding:7px 10px;font-weight:900;color:#6d7a84}.report-score{display:flex;align-items:center;justify-content:space-between;padding:22px 0}.report-score div{display:flex;flex-direction:column}.report-score small{font-size:9px;color:#74838e;font-weight:900;letter-spacing:.12em}.report-score strong{font-size:20px}.report-score>span{background:#fff0d8;color:#a96c12;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:900}.report-row{display:flex;justify-content:space-between;border-top:1px solid #d8e2e8;padding:14px 0;font-size:13px}.report-row b{font-size:10px}.report-warn{color:#ba7616}.report-ok{color:#27805e}.report-action{background:#0e2941;color:#fff;padding:18px;border-radius:16px;margin-top:17px}.report-action small{display:block;color:#6fc0f4;font-size:9px;font-weight:900;letter-spacing:.12em}.report-action strong{display:block;font-size:14px;line-height:1.4;margin-top:6px}
.casa-benefits{padding:115px 0;background:#071728}.casa-benefits .container{max-width:1050px}.casa-benefits h2{font-size:clamp(42px,5.6vw,72px);line-height:1.02;letter-spacing:-.055em;margin:17px 0 42px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.benefit-grid p{border-top:1px solid rgba(255,255,255,.22);padding-top:22px;color:#b8c7d2}.benefit-grid b{color:#fff;font-size:20px}.casa-final{padding:125px 0;background:#168ce6}.casa-final .container{max-width:1000px}.casa-final>div>span{font-size:12px;font-weight:900;letter-spacing:.14em}.casa-final h2{font-size:clamp(50px,7vw,94px);line-height:.95;letter-spacing:-.06em;margin:18px 0}.casa-final p{font-size:20px;max-width:690px}.casa-button-light{background:#fff;color:#0e2c45;margin-top:18px}.casa-disclaimer{background:#020202;padding:28px 0;border-top:1px solid rgba(255,255,255,.08)}.casa-disclaimer p{font-size:11px;color:#71818e;max-width:950px}.casa-footer{background:#000;border-top:1px solid rgba(255,255,255,.1);padding:45px 0 32px}.casa-footer .container>div{display:flex;gap:22px;flex-wrap:wrap;margin:25px 0}.casa-footer .container>div a{font-size:13px;color:#b8c5cf}.casa-footer p{font-size:11px;color:#6f7f8c}

@media(max-width:980px){.choice-grid,.casa-hero-grid,.casa-report-grid{grid-template-columns:1fr}.choice-card{min-height:450px}.casa-hero-card{max-width:650px}.casa-cards{grid-template-columns:1fr 1fr}.casa-steps{grid-template-columns:1fr 1fr}.home-report{max-width:650px}.choice-nav nav a:not(.choice-contact),.casa-nav nav a:not(.casa-nav-cta){display:none}}
@media(max-width:650px){.choice-nav,.casa-nav{min-height:70px}.choice-brand img{width:142px}.choice-hero{min-height:470px}.choice-hero-inner{padding:70px 0}.choice-hero h1{font-size:57px}.choice-section{padding-top:20px}.choice-grid{gap:14px}.choice-card{min-height:410px;padding:30px}.choice-card h2{margin-bottom:38px}.choice-card h3{font-size:39px}.choice-manifesto{padding:80px 0}.choice-manifesto h2{font-size:46px}.casa-brand strong{font-size:18px}.casa-brand span{font-size:10px}.casa-nav-cta{font-size:11px!important;padding:8px 10px}.casa-hero{padding:82px 0;min-height:auto}.casa-hero h1{font-size:55px}.casa-lead{font-size:17px}.casa-hero-grid{gap:36px}.casa-hero-card{padding:28px}.casa-hero-card>strong{font-size:31px}.casa-question,.casa-section,.casa-benefits,.casa-final{padding:82px 0}.casa-question h2,.casa-heading h2,.casa-benefits h2{font-size:43px}.casa-question p{font-size:17px}.casa-cards,.casa-steps,.benefit-grid{grid-template-columns:1fr}.casa-card{min-height:auto}.casa-card h3{margin-top:30px}.casa-steps article{min-height:auto}.casa-steps h3{margin-top:35px}.casa-report-grid{gap:38px}.home-report{padding:21px}.casa-final h2{font-size:54px}.casa-actions{align-items:stretch;flex-direction:column}.casa-button{width:100%}.casa-link{text-align:center}}
