:root{
  --navy:#081a33;--navy-2:#0b2446;--blue:#2f73e6;--blue-2:#1e5ecb;--green:#78bd44;--green-2:#98d462;
  --ink:#12233d;--muted:#62738b;--line:#dfe7f1;--soft:#f4f7fb;--white:#fff;--danger:#ef6a66;--amber:#e9a647;
  --shadow:0 24px 70px rgba(11,31,58,.13);--radius:22px;--container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;font-family:"Manrope",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.container{width:var(--container);margin-inline:auto}.section{padding:110px 0}.section-dark{background:var(--navy);color:white}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:-100px;left:12px;z-index:9999;background:white;padding:12px 18px;border-radius:8px}.skip-link:focus{top:12px}.hidden{position:absolute!important;left:-9999px!important}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,45,84,.08);transition:.3s}.site-header.scrolled{box-shadow:0 8px 32px rgba(9,31,62,.08)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{width:215px;flex:0 0 auto}.brand img{width:100%}.desktop-nav{display:flex;gap:32px;margin-left:auto}.desktop-nav a,.text-link{font-size:14px;font-weight:700;color:#40536e;transition:.2s}.desktop-nav a:hover,.text-link:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:20px}.btn{border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;transition:.25s;white-space:nowrap}.btn svg,.text-arrow svg,.module-card a svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.btn-primary{background:linear-gradient(135deg,var(--blue),#255fce);color:white;box-shadow:0 12px 28px rgba(46,115,230,.26)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(46,115,230,.34)}.btn-small{padding:12px 20px;font-size:13px}.btn-large{padding:16px 23px}.btn-ghost{border:1px solid rgba(255,255,255,.28);color:white;background:rgba(255,255,255,.06)}.btn-ghost:hover{background:rgba(255,255,255,.12)}.menu-toggle{display:none;width:40px;height:40px;border:0;background:transparent;padding:9px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;transition:.3s}.mobile-nav{display:none}
.hero{position:relative;overflow:hidden;padding:155px 0 95px;min-height:860px}.hero-grid{display:grid;grid-template-columns:.92fr 1.18fr;align-items:center;gap:55px;position:relative;z-index:2}.hero-glow{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.hero-glow-one{width:650px;height:650px;right:-200px;top:-100px;background:radial-gradient(circle,rgba(38,106,230,.28),transparent 68%)}.hero-glow-two{width:500px;height:500px;left:-300px;bottom:-250px;background:radial-gradient(circle,rgba(126,195,72,.12),transparent 70%)}.eyebrow,.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--blue);display:flex;align-items:center;gap:10px;margin-bottom:22px}.eyebrow{color:#b9cae4}.eyebrow span{width:26px;height:2px;background:var(--green)}.hero h1{font-size:clamp(46px,5vw,71px);line-height:1.04;letter-spacing:-.045em;margin:0 0 26px;max-width:650px}.hero h1 em{font-style:normal;color:var(--green-2)}.hero-lead{font-size:18px;line-height:1.75;color:#c4d0e2;max-width:585px;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.trust-row{margin-top:34px;display:flex;gap:22px;flex-wrap:wrap;color:#aebdd3;font-size:12px;font-weight:700}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row svg{width:16px;height:16px;fill:none;stroke:var(--green-2);stroke-width:2.5}
.product-stage{position:relative;padding:40px 10px 30px}.dashboard-window{position:relative;background:#f8fafd;border:1px solid rgba(255,255,255,.22);border-radius:22px;overflow:hidden;box-shadow:0 42px 100px rgba(0,0,0,.38);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);z-index:2}.window-bar{height:50px;background:#fff;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #e5eaf1;color:#7b899a;font-size:11px;font-weight:700}.window-dots{display:flex;gap:6px;margin-right:18px}.window-dots i{width:8px;height:8px;border-radius:50%;background:#dce3ec}.window-dots i:first-child{background:#ef8a84}.window-dots i:nth-child(2){background:#e9bf65}.window-dots i:nth-child(3){background:#83c97a}.profile-dot{margin-left:auto;background:#eaf1ff;color:#2c65c2;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;font-size:8px}.dashboard-body{height:492px;display:flex}.dash-sidebar{width:62px;background:#102949;padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:12px}.mini-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--green));display:grid;place-items:center;margin-bottom:7px}.mini-mark span{font-size:24px;line-height:1;color:white;font-weight:600}.dash-sidebar button{border:0;background:transparent;width:36px;height:36px;border-radius:9px;display:grid;place-items:center}.dash-sidebar button.active{background:#2f73e6}.dash-sidebar svg{width:17px;height:17px;stroke:white;fill:none;stroke-width:1.7}.dash-content{flex:1;padding:22px 22px 18px;overflow:hidden}.dash-heading{display:flex;justify-content:space-between;align-items:center;color:#263951}.dash-heading small{display:block;font-size:9px;color:#8190a3}.dash-heading strong{display:block;font-size:16px;margin-top:1px}.dash-heading button{background:white;border:1px solid #dfe6ef;border-radius:7px;padding:7px 9px;font-size:8px;color:#65758a;display:flex;gap:6px;align-items:center}.dash-heading button svg{width:10px;height:10px;fill:none;stroke:currentColor}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:18px 0}.kpi-grid article{background:white;border:1px solid #e9edf3;border-radius:11px;padding:13px;color:#213653;box-shadow:0 5px 15px rgba(16,47,86,.04);position:relative}.kpi-grid small{font-size:8px;color:#7a899e;display:block}.kpi-grid strong{font-size:21px;display:block;margin:3px 0 2px}.kpi-grid em{font-size:7px;color:#8ca0b6;font-style:normal}.kpi-icon{position:absolute;right:11px;top:11px;width:27px;height:27px;border-radius:8px;display:grid;place-items:center}.kpi-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8}.kpi-icon.blue{background:#e8f0ff;color:#2f73e6}.kpi-icon.green{background:#eef9e8;color:#68ad36}.kpi-icon.amber{background:#fff5e4;color:#d58d27}.dash-lower{display:grid;grid-template-columns:1.48fr .92fr;gap:12px}.chart-card,.activity-card{background:white;border:1px solid #e9edf3;border-radius:11px;padding:14px;color:#213653}.card-title{display:flex;justify-content:space-between;align-items:flex-start}.card-title strong{font-size:10px;display:block}.card-title small{font-size:7px;color:#8997a9;display:block}.card-title>span{font-size:11px;font-weight:800;color:#61a833;background:#eef8e9;padding:3px 6px;border-radius:5px}.fake-chart{height:171px;margin-top:10px;position:relative;padding-top:8px}.chart-lines{position:absolute;inset:8px 0 22px;display:flex;flex-direction:column;justify-content:space-between}.chart-lines i{border-top:1px dashed #edf0f5}.fake-chart>svg{position:absolute;left:0;right:0;bottom:21px;width:100%;height:135px;overflow:visible}.fake-chart .area{fill:url(#area)}.fake-chart .line{fill:none;stroke:#3276e8;stroke-width:3;vector-effect:non-scaling-stroke}.chart-labels{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;color:#95a2b2;font-size:7px}.activity-card ul{list-style:none;margin:13px 0 0;padding:0}.activity-card li{display:grid;grid-template-columns:9px 1fr auto;gap:7px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #edf0f4}.activity-card li:last-child{border-bottom:0}.activity-dot{width:7px;height:7px;border-radius:50%;margin-top:3px}.activity-dot.blue{background:#3a7ae6}.activity-dot.green{background:#76bd42}.activity-dot.amber{background:#e9a647}.activity-card li strong{font-size:7.5px;display:block}.activity-card li small,.activity-card time{font-size:6.5px;color:#8a99aa}.floating-card{position:absolute;z-index:4;background:white;color:var(--ink);border-radius:13px;padding:10px 14px;display:flex;gap:9px;align-items:center;box-shadow:0 18px 45px rgba(0,0,0,.22)}.floating-card>span{width:31px;height:31px;border-radius:9px;background:#eaf2ff;color:#2f73e6;display:grid;place-items:center}.floating-card svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}.floating-card strong{font-size:9px;display:block}.floating-card small{font-size:7px;color:#8090a4;display:block}.floating-one{left:-10px;bottom:13px}.floating-two{right:-10px;top:2px}.floating-two>span{background:#eff8e9;color:#69ae37}.stage-orbit{position:absolute;border:1px solid rgba(255,255,255,.11);border-radius:50%;z-index:0}.orbit-one{width:600px;height:600px;left:35px;top:-16px}.orbit-two{width:410px;height:410px;left:135px;top:80px}
.client-strip{border-bottom:1px solid var(--line);background:#fff;padding:27px 0}.client-strip .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.client-strip p{margin:0;color:#8b98a8;font-size:12px;font-weight:700}.client-types{display:flex;gap:27px;align-items:center;flex-wrap:wrap}.client-types span{display:flex;align-items:center;gap:8px;color:#52647b;font-size:12px;font-weight:800}.client-types svg{width:22px;height:22px;fill:none;stroke:#7890aa;stroke-width:1.55}
.split-heading{display:grid;grid-template-columns:1.05fr .8fr;gap:90px;align-items:end;margin-bottom:48px}.section-kicker{margin-bottom:15px}.split-heading h2,.centered-heading h2,.benefit-copy h2,.audience-copy h2,.faq-intro h2,.contact-copy h2{font-size:clamp(35px,4vw,52px);line-height:1.12;letter-spacing:-.035em;margin:0}.split-heading h2 span,.centered-heading h2 span,.benefit-copy h2 span,.audience-copy h2 span,.faq-intro h2 span,.contact-copy h2 span{color:var(--blue)}.split-heading>p,.centered-heading>p{color:var(--muted);font-size:16px;margin:0;line-height:1.8}.problem-section{background:#fff}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.problem-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;position:relative;transition:.3s}.problem-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cbd9ec}.problem-card .number{position:absolute;right:24px;top:22px;font-size:12px;font-weight:800;color:#b1bdcb}.problem-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;margin-bottom:24px}.problem-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6}.problem-icon.red{background:#fff0ef;color:#e56d68}.problem-icon.amber{background:#fff6e7;color:#dd9b35}.problem-icon.blue{background:#eaf2ff;color:#2f73e6}.problem-card h3{font-size:20px;margin:0 0 10px}.problem-card p{color:var(--muted);font-size:14px;margin:0 0 24px}.solution-line{border-top:1px solid var(--line);padding-top:17px;color:#2f73e6;font-size:12px;font-weight:800;display:flex;align-items:center;gap:8px}.solution-line svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.modules-section{background:var(--soft)}.centered-heading{text-align:center;max-width:780px;margin:0 auto 48px}.centered-heading .section-kicker{justify-content:center}.centered-heading h2{margin-bottom:18px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.module-card{background:white;border:1px solid #e2e9f2;border-radius:var(--radius);padding:28px;min-height:285px;display:flex;flex-direction:column;transition:.3s;overflow:hidden;position:relative}.module-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.module-card.featured{grid-row:span 2;background:linear-gradient(155deg,#0d2b51,#0a1d38);color:white;min-height:590px}.module-top{display:flex;align-items:center;justify-content:space-between}.module-icon{width:48px;height:48px;border-radius:14px;background:#edf3ff;color:#2f73e6;display:grid;place-items:center}.featured .module-icon{background:rgba(255,255,255,.1);color:white}.module-icon svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.7}.tag{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#8eca57;background:rgba(129,199,77,.12);padding:6px 8px;border-radius:50px}.module-card h3{font-size:21px;margin:22px 0 10px}.module-card p{font-size:13px;color:var(--muted);margin:0 0 18px}.featured p{color:#becde0}.module-card ul{list-style:none;margin:4px 0 25px;padding:0}.module-card li{font-size:12px;color:#d5e0ef;padding:6px 0 6px 21px;position:relative}.module-card li:before{content:"✓";position:absolute;left:0;color:#8ece58;font-weight:800}.module-card a{font-size:12px;color:#2f73e6;font-weight:800;display:flex;align-items:center;gap:7px;margin-top:auto}.module-card a svg{width:15px}.mini-ui{margin-top:auto;background:#f8fafd;border-radius:13px;padding:13px;transform:rotate(-1deg);box-shadow:0 16px 30px rgba(0,0,0,.2)}.mini-search{width:48%;height:12px;border-radius:5px;background:#e8eef7;margin-bottom:10px}.mini-table{background:white;border-radius:6px;overflow:hidden}.mini-table i{display:block;height:25px;border-bottom:1px solid #edf1f5;position:relative}.mini-table i:before,.mini-table i:after{content:"";position:absolute;top:8px;height:8px;border-radius:4px;background:#e7edf6}.mini-table i:before{left:10px;width:32%}.mini-table i:after{right:10px;width:18%}.mini-table i:nth-child(2):before{width:45%}.mini-table i:nth-child(3):after{background:#dff2d4}.mini-table i:last-child{border:0}
.benefits-section{background:var(--navy);color:white;overflow:hidden}.benefits-grid{display:grid;grid-template-columns:1fr .9fr;gap:100px;align-items:center}.benefit-visual{min-height:520px;position:relative}.visual-backdrop{position:absolute;width:420px;height:420px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(49,116,232,.3),rgba(49,116,232,.03) 62%,transparent 63%);border:1px solid rgba(255,255,255,.07)}.central-pulse{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105px;height:105px;border-radius:26px;background:linear-gradient(135deg,#2f73e6,#79bd45);display:grid;place-items:center;z-index:3;box-shadow:0 25px 55px rgba(14,83,191,.4)}.central-pulse span{font-size:66px;font-weight:300;line-height:1}.central-pulse i{position:absolute;inset:-35px;border:1px solid rgba(255,255,255,.15);border-radius:50%}.central-pulse i:last-child{inset:-95px;border-color:rgba(255,255,255,.08)}.phone-card{position:absolute;width:230px;background:#fff;color:var(--ink);border-radius:17px;padding:18px;box-shadow:0 22px 60px rgba(0,0,0,.3);z-index:4}.phone-card svg{width:28px;height:28px;fill:none;stroke:#2f73e6;stroke-width:1.6;margin-bottom:13px}.phone-card strong{display:block;font-size:13px}.phone-card small{display:block;font-size:10px;color:#77899f;margin-top:3px}.card-a{left:0;top:55px;transform:rotate(-3deg)}.card-b{right:0;top:104px;transform:rotate(3deg)}.card-c{left:95px;bottom:34px;transform:rotate(2deg)}.benefit-copy .section-kicker.light,.audience-copy .section-kicker.light,.contact-copy .section-kicker.light{color:#8fca60}.benefit-copy h2 span,.audience-copy h2 span,.contact-copy h2 span{color:#91d15f}.benefit-copy .lead{color:#b9c8dc;margin:22px 0 30px}.benefit-list{display:flex;flex-direction:column;gap:22px}.benefit-list article{display:grid;grid-template-columns:45px 1fr;gap:15px}.benefit-list article>span{width:43px;height:43px;border-radius:13px;background:rgba(255,255,255,.09);display:grid;place-items:center;color:#8fcb5e}.benefit-list svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7}.benefit-list h3{font-size:15px;margin:0 0 3px}.benefit-list p{font-size:12px;color:#aebdd0;margin:0}
.implementation-section{background:#fff}.steps{display:grid;grid-template-columns:1fr 65px 1fr 65px 1fr 65px 1fr;align-items:start;margin-top:62px}.step{text-align:center;position:relative}.step>span{position:absolute;left:50%;top:-12px;transform:translateX(27px);width:23px;height:23px;border-radius:50%;background:#eaf2ff;color:#2f73e6;font-size:10px;font-weight:800;display:grid;place-items:center}.step-icon{width:75px;height:75px;margin:0 auto 22px;border:1px solid #dce6f2;border-radius:22px;display:grid;place-items:center;background:white;box-shadow:0 12px 35px rgba(20,52,90,.08);color:#2f73e6}.step-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.45}.step h3{font-size:17px;margin:0 0 8px}.step p{font-size:12px;color:var(--muted);margin:0}.step-line{height:1px;border-top:1px dashed #b9c8da;margin-top:37px}
.audience-section{padding-top:20px}.audience-wrap{background:linear-gradient(135deg,#2c70df,#1e5ac1);border-radius:30px;padding:65px 70px;color:white;display:grid;grid-template-columns:.8fr 1.1fr;gap:80px;align-items:center;position:relative;overflow:hidden}.audience-wrap:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.12);border-radius:50%;left:-230px;top:-200px}.audience-copy p{color:#d6e3f8;margin:20px 0 28px}.btn-light{background:white;color:#235fcb;padding:15px 22px}.role-stack{display:flex;flex-direction:column;gap:10px;position:relative}.role-stack article{display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:13px;background:rgba(255,255,255,.96);color:var(--ink);border-radius:14px;padding:13px 16px;box-shadow:0 13px 30px rgba(0,0,0,.14)}.role-avatar{width:41px;height:41px;border-radius:11px;background:#eaf2ff;color:#2f73e6;display:grid;place-items:center}.role-avatar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55}.role-stack strong{display:block;font-size:12px}.role-stack small{display:block;font-size:9px;color:#74869b}.role-stack article>span{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#4c7fcf;background:#ecf3ff;padding:5px 8px;border-radius:50px;font-weight:800}
.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.75fr 1.2fr;gap:105px}.faq-intro p{color:var(--muted);margin:20px 0}.text-arrow{display:flex;align-items:center;gap:8px;color:#2f73e6;font-size:13px;font-weight:800}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;border:0;background:transparent;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;color:var(--ink);font-size:15px;font-weight:800}.faq-item button i{width:24px;height:24px;border:1px solid #d9e2ed;border-radius:50%;position:relative;flex:0 0 auto}.faq-item button i:before,.faq-item button i:after{content:"";position:absolute;left:6px;right:6px;top:11px;height:1.5px;background:#57708e}.faq-item button i:after{transform:rotate(90deg);transition:.25s}.faq-item.open button i:after{transform:rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s}.faq-answer p{overflow:hidden;margin:0;color:var(--muted);font-size:13px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding:0 40px 20px 0}
.contact-section{background:#091d38;color:white;padding:105px 0;position:relative;overflow:hidden}.contact-orb{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(45,112,224,.18),transparent 68%);left:-300px;bottom:-350px}.contact-grid{display:grid;grid-template-columns:.88fr 1fr;gap:80px;align-items:center;position:relative}.contact-copy p{color:#bdcbe0;margin:22px 0}.contact-copy ul{list-style:none;padding:0;margin:25px 0}.contact-copy li{display:flex;align-items:center;gap:10px;font-size:13px;color:#d4e0ef;padding:6px 0}.contact-copy li svg{width:18px;height:18px;fill:none;stroke:#8fce5e;stroke-width:2.4}.contact-direct{border-top:1px solid rgba(255,255,255,.13);margin-top:30px;padding-top:25px;display:flex;gap:30px;flex-wrap:wrap}.contact-direct>div{display:flex;gap:11px;align-items:center}.contact-direct>div>span{width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#8fd05d}.contact-direct svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.contact-direct small{display:block;font-size:9px;color:#90a4be}.contact-direct a{display:block;font-size:11px;font-weight:800}.lead-form{background:white;color:var(--ink);border-radius:24px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.form-head{margin-bottom:22px}.form-head>span{color:#2f73e6;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:800}.form-head strong{display:block;font-size:23px;margin:4px 0}.form-head p{margin:0;color:#8493a5;font-size:10px}.lead-form label{display:block;font-size:10px;font-weight:800;color:#445771;margin-bottom:14px}.lead-form input,.lead-form select{width:100%;height:47px;border:1px solid #dce4ed;border-radius:10px;padding:0 13px;margin-top:6px;color:#263950;background:white;outline:0;transition:.2s;font-size:12px}.lead-form input:focus,.lead-form select:focus{border-color:#3c7be5;box-shadow:0 0 0 3px rgba(47,115,230,.1)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.consent{display:grid!important;grid-template-columns:17px 1fr;gap:9px;align-items:start;font-weight:500!important;line-height:1.5}.consent input{width:16px;height:16px;margin:2px 0 0}.consent a{color:#2f73e6;text-decoration:underline}.btn-submit{width:100%;height:50px;margin-top:4px}.form-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#8b98a8;margin-top:13px;font-size:9px}.form-note svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.7}
.site-footer{background:#06162b;color:white;padding-top:70px}.footer-main{display:grid;grid-template-columns:1.4fr .7fr .8fr 1fr;gap:60px;padding-bottom:55px}.footer-brand img{width:220px;background:white;border-radius:7px;margin-bottom:18px}.footer-brand p{font-size:12px;color:#99abc2;max-width:300px}.footer-brand strong{font-size:11px;color:#c6d3e3}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-links>strong,.footer-contact>strong{font-size:12px;margin-bottom:8px}.footer-links a,.footer-contact a,.footer-contact p{font-size:10px;color:#97a9c0;margin:0}.footer-links a:hover,.footer-contact a:hover{color:white}.footer-contact a{display:flex;gap:8px;align-items:flex-start}.footer-contact svg{width:15px;height:15px;fill:none;stroke:#8ecc5c;stroke-width:1.7;flex:0 0 auto}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;display:flex;justify-content:space-between;color:#7f92aa;font-size:9px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:900;background:#26b864;color:white;height:52px;border-radius:50px;padding:0 17px;display:flex;align-items:center;gap:9px;box-shadow:0 14px 35px rgba(15,115,61,.32);font-size:11px;font-weight:800;transition:.25s}.whatsapp-float:hover{transform:translateY(-3px)}.whatsapp-float svg{width:23px;height:23px;fill:none;stroke:white;stroke-width:1.7}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}
@media(max-width:1100px){.desktop-nav{gap:20px}.desktop-only{display:none}.hero-grid{grid-template-columns:1fr}.hero{padding-top:140px}.hero-copy{max-width:760px}.product-stage{max-width:800px;margin:auto;width:100%}.benefits-grid{gap:45px}.faq-grid{gap:55px}.contact-grid{gap:45px}.footer-main{gap:30px}.client-strip .container{display:block}.client-strip p{text-align:center;margin-bottom:18px}.client-types{justify-content:center}}
@media(max-width:850px){.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav{display:flex;position:absolute;top:82px;left:0;right:0;background:white;flex-direction:column;padding:10px 20px 20px;box-shadow:0 18px 30px rgba(9,31,62,.12);transform:translateY(-15px);opacity:0;pointer-events:none;transition:.25s}.mobile-nav.open{transform:none;opacity:1;pointer-events:auto}.mobile-nav a{padding:12px 10px;border-bottom:1px solid #edf1f5;font-size:13px;font-weight:700}.split-heading,.benefits-grid,.faq-grid,.contact-grid,.audience-wrap{grid-template-columns:1fr}.problem-grid,.module-grid{grid-template-columns:1fr 1fr}.module-card.featured{grid-column:1/-1;grid-row:auto;min-height:520px}.benefit-visual{order:2}.steps{grid-template-columns:1fr 1fr;gap:30px}.step-line{display:none}.audience-wrap{gap:45px}.footer-main{grid-template-columns:1fr 1fr}.contact-copy{max-width:650px}.hero{min-height:auto}.dashboard-body{height:440px}.dash-lower{grid-template-columns:1fr}.activity-card{display:none}}
@media(max-width:620px){:root{--container:min(100% - 28px,1180px)}.section{padding:78px 0}.nav-wrap{height:70px}.brand{width:170px}.nav-actions .btn{display:none}.mobile-nav{top:70px}.hero{padding:120px 0 70px}.hero h1{font-size:43px}.hero-lead{font-size:16px}.hero-actions{display:grid}.btn-large{width:100%}.trust-row{display:grid;gap:9px}.product-stage{padding:25px 0 5px}.dashboard-window{transform:none;border-radius:14px}.dashboard-body{height:360px}.window-bar{height:40px}.dash-sidebar{width:45px;padding:12px 6px}.dash-sidebar button{width:31px;height:31px}.mini-mark{width:30px;height:30px}.dash-content{padding:14px 11px}.dash-heading button{display:none}.kpi-grid{grid-template-columns:1fr 1fr}.kpi-grid article:nth-child(3){display:none}.dash-lower{display:block}.chart-card{padding:11px}.fake-chart{height:145px}.floating-card{display:none}.client-types{display:grid;grid-template-columns:1fr 1fr;gap:16px}.split-heading{grid-template-columns:1fr;gap:20px}.problem-grid,.module-grid{grid-template-columns:1fr}.module-card.featured{min-height:520px}.benefit-visual{min-height:420px;transform:scale(.85);margin:-25px}.phone-card{width:205px}.card-a{left:-20px}.card-b{right:-25px}.card-c{left:45px}.steps{grid-template-columns:1fr}.audience-wrap{padding:44px 26px;border-radius:22px}.role-stack article{grid-template-columns:40px 1fr}.role-stack article>span{display:none}.faq-grid{gap:40px}.form-row{grid-template-columns:1fr;gap:0}.lead-form{padding:24px 18px}.contact-section{padding:78px 0}.footer-main{grid-template-columns:1fr;gap:34px}.footer-bottom{display:block;text-align:center}.footer-bottom span{display:block;margin:4px}.whatsapp-float{width:52px;padding:0;justify-content:center}.whatsapp-float span{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.module-card,.problem-card,.whatsapp-float{transition:none}}
