@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#1e293b;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}

.container{max-width:1200px;margin:0 auto;padding:0 16px}

/* ========= NAVBAR ========= */
.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:.3s}
.navbar.scrolled{background:rgba(255,255,255,.95);backdrop-filter:blur(8px);box-shadow:0 1px 3px rgba(0,0,0,.1)}
.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.navbar-logo img{height:48px;width:auto}
.navbar-links{display:none;align-items:center;gap:32px}
.navbar-links a{font-size:14px;font-weight:500;color:#475569;transition:.2s}
.navbar-links a:hover{color:#0d47a1}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;border-radius:8px;background:#1976d2;color:#fff!important;font-size:14px;font-weight:600;transition:.2s;border:none;cursor:pointer;line-height:1.4}
.btn-cta:hover{background:#0d47a1}
.btn-cta-lg{padding:16px 32px;font-size:16px}
.btn-cta-outline{padding:12px 24px;border-radius:8px;border:1px solid #1976d2;color:#1976d2;font-size:14px;font-weight:600;transition:.2s;background:transparent;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.btn-cta-outline:hover{background:#e3f2fd}
.btn-white{padding:16px 32px;border-radius:8px;background:#fff;color:#0d47a1;font-size:16px;font-weight:700;transition:.2s;display:inline-flex;align-items:center;gap:8px}
.btn-white:hover{background:#e3f2fd}
.menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:8px;color:#334155}
@media(min-width:768px){
  .navbar-links{display:flex}
  .menu-toggle{display:none}
}
.mobile-menu{display:none;background:#fff;border-top:1px solid #f1f5f9;padding:16px}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:12px 0;font-size:16px;font-weight:500;color:#475569;border-bottom:1px solid #f1f5f9}
.mobile-menu a:last-child{border:none;margin-top:8px;text-align:center;background:#1976d2;color:#fff!important;border-radius:8px;padding:14px}

/* ========= HERO ========= */
.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(180deg,#e3f2fd,#fff);padding-top:96px;padding-bottom:64px}
.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}
.hero h1{font-size:32px;font-weight:800;color:#0d47a1;line-height:1.2}
@media(min-width:768px){.hero h1{font-size:42px}}
@media(min-width:1024px){.hero h1{font-size:48px}}
.hero>p{font-size:18px;color:#64748b;margin-top:20px;max-width:540px}
.hero-buttons{margin-top:32px}
.hero-form{margin-top:28px;padding:24px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border-radius:12px;border:1px solid #e2e8f0;max-width:720px;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.hero-form>p{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 14px 0}
.form-row{display:flex;flex-direction:column;gap:12px}
@media(min-width:640px){.form-row{flex-direction:row;align-items:stretch}}
.form-row input{flex:1;padding:0 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;font-family:inherit;outline:none;height:48px;line-height:48px;min-width:0}
.form-row input:focus{border-color:#1976d2;box-shadow:0 0 0 3px rgba(25,118,210,.12)}
.form-row button{white-space:nowrap;height:48px;padding:0 20px;line-height:48px;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:inherit;flex-shrink:0;font-size:14px}
.hero-img{border-radius:16px;box-shadow:0 20px 60px rgba(13,71,161,.15);overflow:hidden}
.hero-img img{width:100%;height:auto}

/* ========= SECOES COMUM ========= */
.section-title{text-align:center;margin-bottom:48px}
.section-title h2{font-size:28px;font-weight:800;color:#0d47a1}
@media(min-width:768px){.section-title h2{font-size:36px}}
.section-title p{font-size:16px;color:#64748b;margin-top:12px;max-width:640px;margin-left:auto;margin-right:auto}

/* ========= DORES ========= */
.dores{padding:80px 0;background:#fff}
.dores-grid{display:grid;gap:20px}
@media(min-width:768px){.dores-grid{grid-template-columns:repeat(3,1fr)}}
.dor-card{padding:28px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;transition:.3s}
.dor-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.08)}
.dor-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.dor-icon.red{background:#fef2f2;color:#ef4444}
.dor-icon.amber{background:#fffbeb;color:#f59e0b}
.dor-card h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:8px}
.dor-card p{font-size:14px;color:#64748b;line-height:1.7}

/* ========= SERVICOS ========= */
.servicos{padding:80px 0;background:#f8fafc}
.servicos-grid{display:grid;gap:20px}
@media(min-width:640px){.servicos-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.servicos-grid{grid-template-columns:repeat(3,1fr)}}
.servico-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:.3s;display:flex;flex-direction:column}
.servico-card:hover{box-shadow:0 10px 40px rgba(0,0,0,.08)}
.servico-img{height:180px;overflow:hidden;flex-shrink:0}
.servico-img img{width:100%;height:100%;object-fit:cover;transition:.5s}
.servico-card:hover .servico-img img{transform:scale(1.05)}
.servico-body{padding:24px;flex:1;display:flex;flex-direction:column}
.servico-icon{width:40px;height:40px;border-radius:8px;background:#e3f2fd;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}
.servico-icon svg{color:#1976d2}
.servico-body h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}
.servico-body p{font-size:14px;color:#64748b;line-height:1.7;flex:1}
.servicos-actions{text-align:center;margin-top:40px}

/* ========= COMO FUNCIONA ========= */
.como-funciona{padding:80px 0;background:#fff}
.steps-grid{display:grid;gap:40px;position:relative}
@media(min-width:768px){
  .steps-grid{grid-template-columns:repeat(4,1fr);gap:24px}
  .steps-grid::before{content:'';position:absolute;top:28px;left:12.5%;right:12.5%;height:2px;background:#e2e8f0}
}
.step{text-align:center;position:relative}
.step-num{width:56px;height:56px;border-radius:50%;background:#0d47a1;color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;position:relative;z-index:2}
.step-icon{width:44px;height:44px;border-radius:10px;background:#e3f2fd;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.step-icon svg{color:#1976d2}
.step h3{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:8px}
.step p{font-size:14px;color:#64748b;line-height:1.7}

/* ========= PROVA SOCIAL ========= */
.prova-social{padding:80px 0;background:#0d47a1;color:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:64px}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat{text-align:center}
.stat-icon{width:48px;height:48px;border-radius:10px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.stat-icon svg{color:#fff}
.stat-value{font-size:32px;font-weight:800}
@media(min-width:768px){.stat-value{font-size:40px}}
.stat-label{font-size:14px;color:#e3f2fd;margin-top:4px}
.depos-grid{display:grid;gap:24px}
@media(min-width:768px){.depos-grid{grid-template-columns:repeat(2,1fr)}}
.depo-card{padding:32px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1)}
.depo-card svg{color:#e3f2fd;margin-bottom:16px}
.depo-card p{font-size:16px;font-style:italic;line-height:1.8;color:rgba(255,255,255,.9)}
.depo-author{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.15)}
.depo-author strong{display:block;color:#fff}
.depo-author span{font-size:14px;color:#e3f2fd}

/* ========= FAQ ========= */
.faq{padding:80px 0;background:#f8fafc}
.faq-list{max-width:768px;margin:0 auto}
.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;overflow:hidden}
.faq-question{width:100%;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:#0f172a;font-family:inherit;gap:12px}
.faq-question svg{flex-shrink:0;transition:.2s;color:#475569}
.faq-question.active svg{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:.3s}
.faq-answer.open{max-height:300px}
.faq-answer p{padding:0 20px 18px;font-size:14px;color:#64748b;line-height:1.8}

/* ========= CTA FINAL ========= */
.cta-final{padding:80px 0;background:linear-gradient(135deg,#0d47a1,#1976d2);text-align:center;color:#fff}
.cta-final h2{font-size:28px;font-weight:800}
@media(min-width:768px){.cta-final h2{font-size:36px}}
.cta-final>p{font-size:18px;color:#e3f2fd;margin-top:16px}
.cta-final .btn-white{margin-top:32px}
.cta-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;font-size:13px;color:#e3f2fd}
.cta-badges span{display:inline-flex;align-items:center;gap:4px}

/* ========= RODAPE ========= */
.rodape{background:#0d1f3c;padding:48px 0 24px;color:rgba(255,255,255,.7)}
.rodape-grid{display:grid;gap:32px;margin-bottom:32px}
@media(min-width:768px){.rodape-grid{grid-template-columns:2fr 1fr 1fr}}
.rodape-logo img{height:52px;width:auto;filter:brightness(1.5)}
.rodape p{font-size:14px;line-height:1.7;margin-top:12px}
.rodape h4{font-size:14px;font-weight:600;color:#fff;margin-bottom:12px}
.rodape ul{list-style:none}
.rodape ul li{margin-bottom:8px}
.rodape ul li a{font-size:14px;transition:.2s}
.rodape ul li a:hover{color:#fff}
.rodape a.whatsapp-link{color:#fff;text-decoration:underline;text-underline-offset:3px}
.rodape-bottom{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.4)}
.rodape-bottom a{color:rgba(255,255,255,.5);transition:.2s}
.rodape-bottom a:hover{color:#fff}

/* ========= WHATSAPP FLOAT ========= */
.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.25);transition:.2s}
.whatsapp-float:hover{transform:scale(1.08)}

/* ========= UTILS ========= */
.hidden-serv{display:none}
.hidden-serv.show{display:block}
@media(max-width:767px){
  .stat-value{font-size:28px}
}
