:root{
  --navy:#071a41; --blue:#0757d9; --blue2:#0b76ee; --pale:#f5f8ff; --ink:#101b33;
  --muted:#657089; --line:#dfe6f2; --white:#fff; --shadow:0 22px 55px rgba(9,38,92,.12);
  --radius:24px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(223,230,242,.7)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:188px;height:auto}
.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:700;color:#40506d}
.nav a:not(.nav-cta):hover{color:var(--blue)}
.nav-cta{background:var(--navy);color:#fff;padding:12px 18px;border-radius:12px;box-shadow:0 8px 18px rgba(7,26,65,.18)}
.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px}
.menu-toggle span{display:block;height:2px;width:22px;background:var(--navy);margin:5px auto;border-radius:5px}
.hero{position:relative;padding:95px 0 75px;background:linear-gradient(135deg,#f7faff 0%,#fff 54%,#eef5ff 100%);overflow:hidden}
.hero-glow{position:absolute;border-radius:50%;filter:blur(2px);opacity:.65;pointer-events:none}
.glow-one{width:520px;height:520px;background:radial-gradient(circle,rgba(7,87,217,.13),transparent 68%);right:-160px;top:-100px}
.glow-two{width:380px;height:380px;background:radial-gradient(circle,rgba(11,118,238,.1),transparent 68%);left:-180px;bottom:-160px}
.hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:70px;align-items:center}
.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:1.7px;font-size:11px;font-weight:800;color:var(--blue);margin-bottom:20px}
.eyebrow span{width:30px;height:2px;background:var(--blue);display:inline-block}
.eyebrow.light{color:#cce0ff}.eyebrow.light span{background:#fff}
h1,h2,h3{font-family:"Manrope",sans-serif}
h1{font-size:clamp(48px,6vw,78px);line-height:1.01;letter-spacing:-3.8px;color:var(--navy);max-width:690px}
h1 em,h2 em{font-style:normal;color:var(--blue)}
.hero-lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:620px;margin:28px 0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:13px;padding:15px 21px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer;transition:.25s ease}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 13px 28px rgba(7,87,217,.23)}
.btn-primary:hover{background:#0047ba;transform:translateY(-2px);box-shadow:0 16px 32px rgba(7,87,217,.3)}
.btn-ghost{border-color:#ccd6e7;background:#fff;color:var(--navy)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.trust-row{display:flex;gap:0;margin-top:48px;border-top:1px solid #dbe3ef;padding-top:22px}
.trust-row div{padding:0 24px;border-right:1px solid #dbe3ef;display:flex;flex-direction:column}
.trust-row div:first-child{padding-left:0}.trust-row div:last-child{border:0}
.trust-row strong{font-family:"Manrope";font-size:16px;color:var(--navy)}
.trust-row span{font-size:12px;color:#8290a9}
.hero-visual{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center}
.browser-card{width:min(100%,520px);background:#fff;border-radius:22px;box-shadow:0 35px 80px rgba(10,41,94,.18);border:1px solid #dbe4f3;overflow:hidden;transform:rotate(1.2deg)}
.browser-top{height:47px;background:#f4f7fc;border-bottom:1px solid #e0e7f1;display:grid;grid-template-columns:80px 1fr 50px;align-items:center;padding:0 14px;gap:10px}
.browser-dots{display:flex;gap:6px}.browser-dots i{width:8px;height:8px;background:#c8d1df;border-radius:50%}
.browser-url{background:#fff;border:1px solid #e0e6ef;border-radius:8px;height:25px;display:flex;align-items:center;justify-content:center;font-size:9px;color:#8290a9}
.browser-shield{width:25px;height:25px;border-radius:50%;background:#eaf7ef;color:#159447;display:grid;place-items:center;font-size:12px;justify-self:end}
.browser-screen{min-height:430px;background:linear-gradient(145deg,#fff 0%,#f3f7ff 100%);position:relative;padding:28px 32px;overflow:hidden}
.mock-nav{display:flex;justify-content:space-between;align-items:center}.mock-logo{font:800 14px Manrope;color:var(--navy)}.mock-logo span{color:var(--blue)}
.mock-links{display:flex;align-items:center;gap:9px}.mock-links i{width:28px;height:5px;border-radius:10px;background:#cfd9e8}.mock-links b{width:46px;height:18px;border-radius:5px;background:var(--blue)}
.mock-content{margin-top:68px}.mock-pill{display:inline-block;background:#e8f1ff;color:var(--blue);font-size:9px;font-weight:800;padding:6px 9px;border-radius:20px}
.mock-title{font:800 38px/1.08 Manrope;letter-spacing:-2px;color:var(--navy);margin-top:15px}.mock-title span{color:var(--blue)}
.mock-line{height:6px;width:180px;background:#d6deea;border-radius:5px;margin:17px 0}
.mock-buttons{display:flex;gap:8px}.mock-buttons b{display:block;width:95px;height:25px;background:var(--blue);border-radius:6px}.mock-buttons i{display:block;width:75px;height:25px;border:1px solid #cbd5e4;border-radius:6px}
.mock-stats{display:flex;gap:30px;margin-top:44px}.mock-stats div{display:flex;flex-direction:column}.mock-stats strong{font:800 19px Manrope;color:var(--navy)}.mock-stats span{font-size:8px;color:#8491a6}
.mock-chart{position:absolute;right:-12px;bottom:25px;width:225px;height:105px;display:flex;align-items:end;gap:7px;opacity:.7}.mock-chart span{flex:1;background:linear-gradient(to top,#b9d1fb,#eaf2ff);border-radius:5px 5px 0 0}.mock-chart span:nth-child(1){height:30%}.mock-chart span:nth-child(2){height:43%}.mock-chart span:nth-child(3){height:35%}.mock-chart span:nth-child(4){height:61%}.mock-chart span:nth-child(5){height:50%}.mock-chart span:nth-child(6){height:77%}.mock-chart span:nth-child(7){height:92%}
.mock-float{position:absolute;right:26px;top:180px;background:#fff;border:1px solid #dce5f2;border-radius:10px;padding:9px 12px;box-shadow:0 12px 25px rgba(20,48,96,.12);font-size:9px;color:#63718a}.mock-float strong{color:#159447;margin-left:8px}
.float-card{position:absolute;background:#fff;border:1px solid #dce5f2;border-radius:14px;padding:12px 15px;display:flex;gap:10px;align-items:center;box-shadow:0 15px 35px rgba(16,46,99,.13);font-size:11px}.float-card b{display:block;font-family:Manrope;color:var(--navy);font-size:12px}.float-card small{display:block;color:#8591a5;font-size:9px}.float-icon{width:32px;height:32px;border-radius:9px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-weight:800}.float-top{top:46px;right:-4px}.float-bottom{bottom:48px;left:-18px}
.problem{padding:100px 0;background:var(--navy);color:#fff}
.problem-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.section-label{font-size:14px;line-height:1.7;text-transform:uppercase;letter-spacing:1.2px;color:#91a3c7}.section-label strong{color:#fff;font-size:25px;letter-spacing:-.5px}
.problem-copy .large{font:600 27px/1.45 Manrope;color:#fff;max-width:760px}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:46px}.mini-grid div{border-top:1px solid rgba(255,255,255,.17);padding-top:17px}.mini-grid span{font-size:11px;color:#72a9ff}.mini-grid b{display:block;font-family:Manrope;margin:9px 0 4px}.mini-grid p{font-size:12px;color:#a9b7d0}
.section-pad{padding:115px 0}
.section-head{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:55px}.section-head h2,.center-head h2,.why-copy h2,.faq-intro h2{font-size:clamp(38px,4.5vw,58px);line-height:1.08;letter-spacing:-2.6px;color:var(--navy)}.section-head>p{max-width:390px;color:var(--muted);font-size:15px}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{padding:30px 27px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.25s ease;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#bcd1f3}.service-card.featured{background:linear-gradient(150deg,#0757d9,#0c70e5);color:#fff;border-color:transparent}.service-card.featured p,.service-card.featured li{color:#dce9ff}.service-number{font:700 11px Manrope;color:#90a0b9}.featured .service-number{color:#b9d6ff}.service-icon{width:48px;height:48px;border-radius:14px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-size:23px;font-weight:700;margin:45px 0 22px}.featured .service-icon{background:rgba(255,255,255,.15);color:#fff}.service-card h3{font-size:21px;letter-spacing:-.5px;margin-bottom:10px}.service-card p{font-size:13px;color:var(--muted);min-height:74px}.service-card ul{list-style:none;margin-top:22px;border-top:1px solid #e7ecf4;padding-top:15px}.featured ul{border-color:rgba(255,255,255,.18)}.service-card li{font-size:11px;color:#657089;padding:5px 0}.service-card li:before{content:"✓";color:var(--blue);font-weight:800;margin-right:8px}.featured li:before{color:#fff}
.why{background:#f5f8fd}.why-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:100px;align-items:center}.blue-panel{background:linear-gradient(145deg,#071a41,#0757d9);border-radius:28px;min-height:510px;padding:30px;color:#fff;box-shadow:0 30px 70px rgba(5,50,125,.2);position:relative;overflow:hidden}.blue-panel:after{content:"";position:absolute;width:340px;height:340px;border:1px solid rgba(255,255,255,.14);border-radius:50%;right:-130px;bottom:-130px}.panel-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.7px;color:#a9c9ff}.panel-title{font:800 43px/1.08 Manrope;letter-spacing:-2px;margin-top:105px}.panel-title em{color:#73aaff;font-style:normal}.funnel{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:55px}.funnel div{border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:10px 8px;font-size:9px;background:rgba(255,255,255,.05)}.funnel span{display:block;color:#75aaff;margin-bottom:4px}.panel-footer{position:absolute;bottom:28px;font-size:11px;color:#c7dcff}
.why-copy>p{color:var(--muted);font-size:15px;max-width:520px;margin:22px 0 32px}.benefits{border-top:1px solid #d8e0ec}.benefits div{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:17px 0;border-bottom:1px solid #d8e0ec}.benefits b{font:700 11px Manrope;color:var(--blue)}.benefits span{font-size:12px;color:#69768c}.benefits strong{display:block;color:var(--navy);font-family:Manrope;margin-bottom:3px}
.center-head{text-align:center;margin-bottom:55px}.center-head .eyebrow{justify-content:center}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.audience-card{padding:28px;border:1px solid var(--line);border-radius:20px;min-height:200px;background:#fff}.audience-card span{font:800 11px Manrope;color:var(--blue)}.audience-card h3{font-size:20px;line-height:1.2;margin:32px 0 9px}.audience-card p{font-size:12px;color:var(--muted)}
.process{background:#f5f8fd}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #d7e0ee}.step{padding:30px 26px 15px 0;border-right:1px solid #d7e0ee;min-height:190px}.step:not(:first-child){padding-left:26px}.step:last-child{border:0}.step>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e7efff;color:var(--blue);font:800 10px Manrope}.step h3{margin:25px 0 7px;font-size:20px}.step p{font-size:12px;color:var(--muted);max-width:220px}
.cta{padding:115px 0;background:linear-gradient(130deg,#06183b 0%,#073f9f 55%,#0757d9 100%);color:#fff;position:relative;overflow:hidden}.cta:after{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-380px;top:-200px}.cta-grid{display:grid;grid-template-columns:1fr .82fr;gap:100px;align-items:center;position:relative;z-index:1}.cta-copy h2{font-size:clamp(40px,4.7vw,62px);line-height:1.07;letter-spacing:-2.8px;max-width:650px}.cta-copy h2 em{color:#72aaff}.cta-copy>p{max-width:550px;color:#b8c9e7;margin:22px 0 30px;font-size:15px}.contact-direct a{display:inline-flex;flex-direction:column;padding-left:18px;border-left:2px solid #70a7ff}.contact-direct span{font-size:11px;color:#a8c7ff;text-transform:uppercase;letter-spacing:1px}.contact-direct b{font:700 20px Manrope;margin-top:2px}
.lead-form{background:#fff;color:var(--ink);border-radius:23px;padding:32px;box-shadow:0 25px 70px rgba(0,0,0,.18)}.form-head>span{font-size:10px;color:var(--blue);font-weight:800;letter-spacing:1.5px}.form-head h3{font-size:28px;margin:4px 0}.form-head p{font-size:11px;color:#7c889b;margin-bottom:20px}.lead-form label{display:block;font-size:11px;font-weight:700;color:#506079;margin-top:12px}.lead-form input,.lead-form select,.lead-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #d8e0ec;background:#f9fbfe;border-radius:9px;padding:11px 12px;outline:none;color:var(--ink);font-size:12px;resize:vertical}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:#7aa6ed;box-shadow:0 0 0 3px rgba(7,87,217,.08)}.btn-full{width:100%;margin-top:17px}.lead-form small{display:block;text-align:center;font-size:9px;color:#8793a6;margin-top:10px}
.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px}.faq-intro p{font-size:14px;color:var(--muted);max-width:320px;margin-top:20px}.faq-intro a{color:var(--blue);font-weight:800}.faq-list details{border-top:1px solid #dbe3ef;padding:22px 0}.faq-list details:last-child{border-bottom:1px solid #dbe3ef}.faq-list summary{cursor:pointer;list-style:none;font:700 15px Manrope;color:var(--navy);display:flex;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:20px;color:var(--blue);font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list details p{font-size:12px;color:var(--muted);max-width:650px;margin-top:12px;padding-right:40px}
.footer{background:#f5f8fd;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:70px;align-items:start}.footer-grid img{width:180px}.footer-grid p{font-size:12px;color:#7a879c;margin-top:14px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px 35px;font-size:12px;font-weight:700;color:#53617a}.footer-action{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#8490a3}.footer-action a{color:var(--blue);font-weight:800;font-size:13px}.footer-bottom{border-top:1px solid #dce3ee;margin-top:45px;padding-top:18px;display:flex;justify-content:space-between;color:#8994a6;font-size:10px}
.mobile-whatsapp{display:none}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){
  .hero-grid{gap:35px}.service-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.why-grid{gap:55px}.cta-grid{gap:50px}
}
@media(max-width:800px){
  .container{width:min(100% - 28px,620px)}.nav-wrap{height:72px}.brand img{width:165px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:0 20px 40px rgba(10,38,86,.12);flex-direction:column;align-items:stretch;gap:2px}.nav.open{display:flex}.nav a{padding:12px 13px}.nav-cta{text-align:center;margin-top:5px}.hero{padding:65px 0 45px}.hero-grid,.problem-grid,.why-grid,.cta-grid,.faq-grid{grid-template-columns:1fr}.hero-visual{min-height:450px;margin-top:15px}.browser-screen{min-height:360px}.float-top{right:0}.float-bottom{left:0}.problem{padding:75px 0}.problem-grid{gap:35px}.mini-grid{grid-template-columns:1fr;gap:20px}.section-pad{padding:80px 0}.section-head{display:block;margin-bottom:35px}.section-head>p{margin-top:18px}.service-grid,.audience-grid{grid-template-columns:1fr 1fr}.service-card p{min-height:auto}.why-grid{gap:45px}.blue-panel{min-height:430px}.panel-title{margin-top:80px}.steps{grid-template-columns:1fr 1fr}.step{border-bottom:1px solid #d7e0ee}.step:nth-child(2){border-right:0}.step:nth-child(3),.step:nth-child(4){border-bottom:0}.cta{padding:80px 0}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-links{max-width:300px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}.mobile-whatsapp{display:flex;position:fixed;z-index:90;bottom:14px;left:14px;right:14px;background:#159447;color:#fff;border-radius:13px;padding:13px 18px;justify-content:space-between;align-items:center;font-weight:800;font-size:13px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
}
@media(max-width:520px){
  h1{font-size:48px;letter-spacing:-2.5px}.hero-lead{font-size:15px}.hero-actions .btn{width:100%}.trust-row{justify-content:space-between}.trust-row div{padding:0 10px}.trust-row div:first-child{padding-left:0}.trust-row strong{font-size:13px}.trust-row span{font-size:10px}.hero-visual{min-height:360px}.browser-card{transform:none}.browser-screen{min-height:290px;padding:20px}.mock-content{margin-top:45px}.mock-title{font-size:28px}.mock-chart{width:150px;height:75px}.mock-float{top:130px;right:14px}.float-card{transform:scale(.88)}.float-top{top:15px}.float-bottom{bottom:10px}.service-grid,.audience-grid{grid-template-columns:1fr}.section-head h2,.center-head h2,.why-copy h2,.faq-intro h2{font-size:40px}.blue-panel{min-height:380px;padding:22px}.panel-title{font-size:36px;margin-top:65px}.funnel{margin-top:35px}.steps{grid-template-columns:1fr}.step,.step:nth-child(2),.step:nth-child(3){border-right:0;border-bottom:1px solid #d7e0ee;padding:25px 0}.step:last-child{border:0}.lead-form{padding:23px}.cta-copy h2{font-size:42px}.footer-links{grid-template-columns:1fr 1fr}}
