@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{padding-top:6.5rem;padding-bottom:4rem}}@media(min-width:1024px){.inner-hero{padding-top:7rem;padding-bottom:4rem}}.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;padding:1rem 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%;height:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.45));border-radius:1rem;display:block}.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)}.painel-mockup{background:#fff;border:1px solid #e4e8f0;border-radius:1.25rem;box-shadow:0 12px 48px #0e26a224;padding:1.25rem;overflow:hidden}.mockup-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.mockup-dot{width:10px;height:10px;border-radius:50%;background:#0e26a2;flex-shrink:0}.mockup-title{font-weight:700;font-size:.95rem;color:#1a1a2e}.mockup-badge{margin-left:auto;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#0e26a2;background:#eef1ff;padding:.25rem .5rem;border-radius:999px}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.mockup-stat{background:#f8f9fc;border:1px solid #eef1ff;border-radius:.75rem;padding:.75rem;text-align:center}.mockup-label{display:block;font-size:.65rem;color:#5a6070;margin-bottom:.25rem}.mockup-value{display:block;font-weight:700;color:#0e26a2;font-size:.95rem}.mockup-chart{background:#f8f9fc;border:1px solid #eef1ff;border-radius:.75rem;padding:.75rem .75rem .5rem;margin-bottom:1rem}.mockup-chart-labels{display:flex;justify-content:space-between;font-size:.6rem;color:#8a8fa3;margin-top:.35rem}.mockup-list{border-top:1px solid #eef1ff;padding-top:.75rem}.mockup-list-title{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#5a6070;margin-bottom:.5rem}.mockup-item{display:flex;justify-content:space-between;font-size:.85rem;padding:.35rem 0;border-bottom:1px solid #f4f6fb}.mockup-item:last-child{border-bottom:none}.mockup-count{font-weight:700;color:#0e26a2}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}
