@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Montserrat,sans-serif;color:#1a1a2e;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none}:root{--blue: #0e26a2;--blue-dark: #091e8a;--blue-darker: #071464;--dark: #222222;--footer-bg: #0e0e14;--wa: #25d366;--light-bg: #f4f6fb;--white: #ffffff;--text: #1a1a2e;--text-muted: #5a6070;--text-subtle: #3a3a4a;--border: #e4e8f0;--card-bg: #f8f9fc;--blue-light-bg: #eef1ff;--radius: 1rem;--radius-lg: 1.25rem;--max-w: 80rem;--max-w-md: 48rem;--max-w-lg: 56rem}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.container-md{max-width:var(--max-w-md);margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5rem 0}}@media(min-width:1024px){.section{padding:7rem 0}}.overline{display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;color:var(--blue)}.overline-white{color:#ffffff73}.section-title{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text)}.section-title-white{color:#fff}.section-subtitle{font-size:1rem;line-height:1.75;color:var(--text-muted);margin-top:1rem}.section-subtitle-white{color:#ffffff8c}.accent{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.875rem 1.5rem;border-radius:.75rem;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;white-space:normal;text-align:center;line-height:1.3}@media(min-width:768px){.btn{padding:1rem 2rem;font-size:.95rem}}.btn-wa{background-color:var(--wa);color:#fff}.btn-wa:hover{filter:brightness(1.08);box-shadow:0 8px 24px #25d36659}.btn-blue{background-color:var(--blue);color:#fff}.btn-blue:hover{opacity:.9;box-shadow:0 8px 24px #0e26a24d}.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}.btn-outline-white:hover{background:#fff;color:var(--blue)}.btn-sm{padding:.65rem 1.25rem;font-size:.82rem}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}.card-dark{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);padding:1.75rem}.card-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:var(--blue-light-bg);flex-shrink:0}.card-icon-dark{background:#0e26a28c}.card-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.card-title-white{color:#fff}.card-desc{font-size:.87rem;line-height:1.7;color:var(--text-muted)}.card-desc-white{color:#ffffff8c}.grid-2{display:grid;gap:1.5rem}.grid-3{display:grid;gap:1.25rem}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}.check-list{list-style:none;display:flex;flex-direction:column;gap:.875rem}.check-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.65;color:var(--text-subtle)}.check-list .icon-wrap{width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;background:var(--blue)}.steps{display:flex;flex-direction:column;gap:0}.step{display:flex;gap:1.5rem}.step-left{display:flex;flex-direction:column;align-items:center}.step-number{width:3rem;height:3rem;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px var(--blue-light-bg);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;flex-shrink:0;z-index:1}.step-line{width:1px;flex:1;min-height:3rem;background:linear-gradient(to bottom,#c7d2f8,#e4e8f0);margin-top:.5rem}.step-content{flex:1;padding-bottom:2.5rem;padding-top:.625rem}.step-title{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.3}.step-desc{font-size:.92rem;line-height:1.75;color:var(--text-muted);max-width:35rem}.faq-item{border:1.5px solid var(--border);background:#fff;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:border-color .2s ease;margin-bottom:.625rem}.faq-item.open{border-color:var(--blue)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem}.faq-question h3{font-size:.92rem;font-weight:600;line-height:1.45;color:var(--text);flex:1;transition:color .2s ease}.faq-item.open .faq-question h3{color:var(--blue)}.faq-chevron{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--blue-light-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.faq-item.open .faq-chevron{background:var(--blue);transform:rotate(180deg)}.faq-item.open .faq-chevron svg{stroke:#fff}.faq-answer{display:none;padding:1rem 1.5rem 1.25rem;border-top:1px solid #e4e8f0;font-size:.88rem;line-height:1.75;color:var(--text-muted)}.faq-item.open .faq-answer{display:block}.clients-section .section-header{margin-bottom:2rem}.clients-logos{display:flex;justify-content:center;align-items:center}.clients-logos picture{display:contents}.clients-logos img{width:100%;max-width:68rem;height:auto;display:block}.bg-white{background-color:#fff}.bg-light{background-color:var(--light-bg)}.bg-dark{background-color:var(--dark)}.bg-blue-gradient{background:linear-gradient(155deg,#071564 0%,var(--blue) 65%,#1535b8 100%)}.metrics-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.metrics-strip{grid-template-columns:repeat(4,1fr)}}.metric-item{text-align:center;padding:1.5rem 1rem}.metric-value{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--blue);line-height:1;display:block;margin-bottom:.4rem}.metric-label{font-size:.8rem;color:var(--text-muted);font-weight:500;line-height:1.4}.section-header{max-width:40rem;margin-bottom:2rem}@media(min-width:768px){.section-header{margin-bottom:3.5rem}}.inner-hero{position:relative;overflow:hidden;background:linear-gradient(150deg,#0e26a2,#091e8a 55%,#071464);display:flex;align-items:center;padding-top:5.5rem;padding-bottom:3.5rem}@media(min-width:768px){.inner-hero{min-height:80vh;padding-top:6rem;padding-bottom:4rem}}@media(min-width:1024px){.inner-hero{min-height:100vh;padding-top:0;padding-bottom:0}}.inner-hero-texture{position:absolute;inset:0;background-image:radial-gradient(ellipse at 75% 30%,rgba(255,255,255,.06) 0%,transparent 55%);pointer-events:none}.inner-hero-inner{display:grid;gap:2rem;align-items:center;width:100%;position:relative;z-index:1}@media(min-width:640px){.inner-hero-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width:1024px){.inner-hero-inner{gap:3rem;min-height:100vh;padding:5rem 0}}.inner-hero-text{display:flex;flex-direction:column;gap:1.75rem}.inner-hero-overline{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.375rem 1rem;border-radius:999px;background:#ffffff1a;color:#ffffffd9;border:1px solid rgba(255,255,255,.18);width:fit-content}.inner-hero-title{color:#fff;font-size:clamp(2rem,4.2vw,3.2rem);font-weight:700;line-height:1.18;letter-spacing:-.025em}.inner-hero-subtitle{color:#ffffffbf;font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.75;max-width:32.5rem}.hero-badges{display:flex;flex-wrap:wrap;gap:.75rem}.hero-badge{font-size:.82rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;background:#ffffff17;color:#ffffffe0;border:1px solid rgba(255,255,255,.16)}.inner-hero-ctas{display:flex;flex-direction:column;gap:.875rem}.inner-hero-ctas .btn{width:100%;justify-content:center}@media(min-width:480px){.inner-hero-ctas{flex-direction:row;flex-wrap:wrap}.inner-hero-ctas .btn{width:auto}}.inner-hero-image{display:none}@media(min-width:640px){.inner-hero-image{display:flex;align-items:center;justify-content:center}}@media(min-width:1024px){.inner-hero-image{justify-content:flex-end}}.hero-img-wrap{position:relative}.hero-img-glow{position:absolute;inset:-2.5rem;border-radius:50%;background:#93c5fd;opacity:.15;filter:blur(3rem);pointer-events:none}.hero-img-wrap img{position:relative;width:100%;max-width:16rem;filter:drop-shadow(0 30px 60px rgba(0,0,0,.45));border-radius:1rem;object-fit:cover;object-position:top;max-height:28rem}@media(min-width:768px){.hero-img-wrap img{max-width:20rem;max-height:32rem}}@media(min-width:1024px){.hero-img-wrap img{max-width:23.75rem;max-height:34rem}}@media(min-width:1280px){.hero-img-wrap img{max-width:26.25rem}}.inner-hero-wave{position:absolute;bottom:0;left:0;right:0;line-height:0}.inner-hero-wave svg{width:100%;height:3.5rem;display:block}.pain-card{padding:1.75rem;background:#fff8f8;border:1px solid #fee2e2;border-radius:var(--radius-lg)}.pain-icon{width:3rem;height:3rem;border-radius:.75rem;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;flex-shrink:0}.pain-card h3{font-size:1rem;font-weight:700;color:#991b1b;margin-bottom:.5rem}.pain-card p{font-size:.87rem;line-height:1.65;color:var(--text-muted)}.benefits-grid{display:grid;gap:1.25rem}@media(min-width:640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-item{padding:1.75rem;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg)}.benefit-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--blue-light-bg);display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;flex-shrink:0}.benefit-item h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.benefit-item p{font-size:.87rem;line-height:1.65;color:var(--text-muted)}.segments-grid{display:grid;gap:1.25rem}@media(min-width:640px){.segments-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.segments-grid{grid-template-columns:repeat(4,1fr)}}.segment-card{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow .2s,border-color .2s;cursor:pointer;text-decoration:none}.segment-card:hover{box-shadow:0 8px 24px #0e26a21a;border-color:#c7d2f8}.segment-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--blue-light-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.segment-card h3{font-size:1rem;font-weight:700;color:var(--text)}.segment-card p{font-size:.85rem;line-height:1.65;color:var(--text-muted);flex:1}.segment-link{font-size:.82rem;font-weight:600;color:var(--blue)}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}#site-header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffffa;border-bottom:1px solid rgba(0,0,0,.05);transition:box-shadow .3s ease,transform .3s ease;padding:.75rem 0;transform:translateZ(0);will-change:transform;-webkit-transform:translateZ(0)}#site-header[data-astro-cid-3ef6ksr2].scrolled{box-shadow:0 1px 20px #00000014;border-bottom:none}#site-header[data-astro-cid-3ef6ksr2].header-hidden{transform:translateY(-100%) translateZ(0);-webkit-transform:translateY(-100%) translateZ(0)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo-link[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;flex-shrink:0}.logo[data-astro-cid-3ef6ksr2]{height:2rem;width:auto}.desktop-nav[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:1.75rem}@media(min-width:1024px){.desktop-nav[data-astro-cid-3ef6ksr2]{display:flex}}.nav-link[data-astro-cid-3ef6ksr2]{color:#3a3a4a;font-size:.82rem;font-weight:500;white-space:nowrap;transition:color .15s ease}.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2].active{color:#0e26a2}.header-cta[data-astro-cid-3ef6ksr2]{display:none}@media(min-width:1024px){.header-cta[data-astro-cid-3ef6ksr2]{display:flex}}.btn-wa-header[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;background:#25d366;color:#fff;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:600;transition:opacity .2s}.btn-wa-header[data-astro-cid-3ef6ksr2]:hover{opacity:.9}.menu-toggle[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:space-between;width:1.5rem;height:1.1rem;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}@media(min-width:1024px){.menu-toggle[data-astro-cid-3ef6ksr2]{display:none}}.menu-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;background:#3a3a4a;border-radius:2px;transition:all .25s ease;transform-origin:center}.menu-toggle[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(.45rem) rotate(45deg)}.menu-toggle[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-.45rem) rotate(-45deg)}.mobile-menu[data-astro-cid-3ef6ksr2]{background:#fff;border-top:1px solid #f0f0f5;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.mobile-menu[data-astro-cid-3ef6ksr2][hidden]{display:none}.mobile-nav-link[data-astro-cid-3ef6ksr2]{color:#3a3a4a;font-size:.92rem;font-weight:500;padding:.25rem 0;transition:color .15s ease}.mobile-nav-link[data-astro-cid-3ef6ksr2]:hover{color:#0e26a2}.btn-wa-mobile[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;border-radius:.75rem;background:#25d366;color:#fff;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;margin-top:.25rem;transition:opacity .2s}.btn-wa-mobile[data-astro-cid-3ef6ksr2]:hover{opacity:.9}.site-footer[data-astro-cid-sz7xmlte]{background-color:#0e0e14}.site-footer[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{padding-top:4rem;padding-bottom:4rem}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;gap:2.5rem}@media(min-width:768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr 1fr}}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:1.25rem}.footer-logo[data-astro-cid-sz7xmlte]{height:2rem;width:auto}.footer-tagline[data-astro-cid-sz7xmlte]{color:#ffffff73;font-size:.85rem;line-height:1.8;max-width:20rem}.footer-contacts[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.75rem}.btn-wa-footer[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;background:#25d366;color:#fff;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600;width:fit-content;transition:opacity .2s}.btn-wa-footer[data-astro-cid-sz7xmlte]:hover{opacity:.9}.btn-email-footer[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffa6;font-family:Montserrat,sans-serif;font-size:.82rem;font-weight:600;width:fit-content;transition:opacity .2s}.btn-email-footer[data-astro-cid-sz7xmlte]:hover{opacity:.8}.footer-col-title[data-astro-cid-sz7xmlte]{color:#fff9;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.footer-links[data-astro-cid-sz7xmlte]{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.footer-links[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{color:#fff6;font-size:.84rem;transition:color .15s ease}.footer-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-inner[data-astro-cid-sz7xmlte]{padding-top:1.25rem;padding-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}@media(min-width:640px){.footer-bottom-inner[data-astro-cid-sz7xmlte]{flex-direction:row;align-items:center;justify-content:space-between}}.footer-copy[data-astro-cid-sz7xmlte]{color:#ffffff38;font-size:.76rem}.footer-copy-sub[data-astro-cid-sz7xmlte]{color:#ffffff2e;font-size:.74rem}.wa-float[data-astro-cid-b3xbfayj]{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:.625rem}.wa-tooltip[data-astro-cid-b3xbfayj]{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#fff;border:1px solid #e8ebf5;border-radius:.75rem;box-shadow:0 8px 24px #0e26a21f;max-width:13rem}.wa-tooltip[data-astro-cid-b3xbfayj] p[data-astro-cid-b3xbfayj]{color:#1a1a2e;font-size:.78rem;font-weight:600;line-height:1.45;flex:1}.wa-dismiss[data-astro-cid-b3xbfayj]{background:none;border:none;cursor:pointer;opacity:.4;transition:opacity .2s;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#333}.wa-dismiss[data-astro-cid-b3xbfayj]:hover{opacity:.8}.wa-btn[data-astro-cid-b3xbfayj]{width:3.5rem;height:3.5rem;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #25d36659;transition:transform .2s ease}.wa-btn[data-astro-cid-b3xbfayj]:hover{transform:scale(1.1)}
