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

:root{
  --blue-950:#04132f;
  --blue-900:#061a3d;
  --blue-800:#0a2b5e;
  --blue-700:#0f3a82;
  --blue-600:#1657c4;
  --blue-500:#2d7df0;
  --cyan:#3cb6ff;
  --green:#9ee03b;
  --green-hover:#b4f24f;
  --white:#fff;
  --gray-50:#f5f7fb;
  --gray-100:#eaeef6;
  --gray-200:#d6deeb;
  --gray-500:#69758c;
  --gray-700:#3b4358;
  --text:#0c1733;
  --display:'Poppins','Segoe UI',sans-serif;
  --body:'Inter','Segoe UI',system-ui,sans-serif;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{border:0;cursor:pointer}
h1,h2,h3,h4,p{margin:0}
h1,h2,h3,h4{font-family:var(--display);letter-spacing:0}
ul{padding:0;margin:0;list-style:none}
[hidden]{display:none!important}
.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}

.topbar{background:#0e356f;color:#d8e8ff;font-size:13px}
.topbar .container{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.topbar-group{display:flex;align-items:center;gap:24px}
.topbar a{display:inline-flex;align-items:center;gap:7px}
.topbar strong{color:#fff}
.topbar svg{width:16px;height:16px;color:#b7d4ff}

.site-header{
  position:sticky;top:0;z-index:1000;
  background:var(--blue-900);
  box-shadow:0 7px 24px rgba(0,0,0,.16);
}
.site-header .container{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.site-logo{display:inline-flex;align-items:center;color:#fff;flex-shrink:0}
.site-logo-img{display:block;width:auto;height:auto;object-fit:contain}
.site-logo--header .site-logo-img{width:205px;max-height:64px}
.site-logo--footer .site-logo-img{width:218px;max-height:68px}
.site-logo-symbol{width:42px;height:40px;display:block}
.site-logo-copy{display:flex;flex-direction:column;line-height:1}
.site-logo-copy strong{font-family:var(--display);font-size:23px;font-weight:900;color:#fff}
.site-logo-copy strong em{font-size:.52em;font-style:normal;color:var(--cyan);margin-left:3px}
.site-logo-copy small{font-size:10px;font-weight:700;color:#8fd4ff;text-transform:uppercase;letter-spacing:1px;margin-top:5px}
.site-nav{display:flex;align-items:center;gap:7px}
.site-nav a{color:#fff;font-size:14px;font-weight:700;padding:10px 13px;border-radius:8px}
.site-nav a:hover{background:rgba(255,255,255,.08)}
.site-nav .nav-cta{background:var(--green);color:var(--blue-900);padding:12px 18px}
.site-nav .nav-cta:hover{background:var(--green-hover)}
.site-menu-button{
  display:none;width:44px;height:44px;border-radius:8px;
  background:rgba(255,255,255,.08);color:#fff;
  align-items:center;justify-content:center;
}
.site-menu-button svg{width:22px;height:22px}

.hero-action{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:0 24px;border-radius:8px;
  background:var(--green);color:var(--blue-900);font-weight:900;
  box-shadow:0 16px 34px -16px rgba(158,224,59,.9);
  transition:transform .2s,background .2s;
}
.hero-action:hover{transform:translateY(-2px);background:var(--green-hover)}
.hero-action.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.38);box-shadow:none}
.hero-action svg{width:20px;height:20px}

.service-hero{
  position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden;color:#fff;
  background-image:
    linear-gradient(90deg,rgba(4,19,47,.96) 0%,rgba(6,26,61,.8) 48%,rgba(6,26,61,.18) 100%),
    url('foto da home.png');
  background-size:cover;background-position:center;
}
.service-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,19,47,.18),transparent 50%)}
.service-hero .container{position:relative;z-index:2}
.service-hero-content{max-width:650px;padding:76px 0}
.service-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;max-width:650px}
.service-hero p{font-size:19px;line-height:1.65;color:#d6e7ff;max-width:570px;margin-top:22px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-proof{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;color:#d6e7ff;font-size:13px}
.hero-proof span{display:inline-flex;align-items:center;gap:7px}
.hero-proof svg{width:17px;height:17px;color:var(--green)}

.section{padding:88px 0}
.section-label{display:block;color:var(--blue-600);font-size:12px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.section-title{font-size:clamp(30px,3.6vw,46px);line-height:1.1;color:var(--blue-900);max-width:780px}
.section-copy{color:var(--gray-700);font-size:17px;line-height:1.75;max-width:720px;margin-top:16px}

.emergency-strip{background:var(--green);color:var(--blue-900)}
.emergency-strip .container{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.emergency-strip strong{font-family:var(--display);font-size:24px}
.emergency-strip a{display:inline-flex;align-items:center;gap:9px;font-size:17px;font-weight:900}
.emergency-strip svg{width:22px;height:22px}

.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}
.reason{
  padding:26px 22px;border:1px solid var(--gray-100);border-radius:8px;background:#fff;
  min-height:210px;
}
.reason-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#edf4ff;color:var(--blue-600);margin-bottom:20px}
.reason-icon svg{width:22px;height:22px}
.reason h3{font-size:18px;color:var(--blue-900);margin-bottom:8px}
.reason p{font-size:14px;color:var(--gray-700);line-height:1.65}

.steps-section{background:var(--gray-50)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;counter-reset:steps}
.step{position:relative;padding:0 38px 0 0;counter-increment:steps}
.step::before{
  content:counter(steps);width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--blue-700);color:#fff;font-weight:900;margin-bottom:18px;
}
.step:not(:last-child)::after{content:'';position:absolute;top:21px;left:55px;right:12px;height:1px;background:var(--gray-200)}
.step h3{font-size:19px;color:var(--blue-900);margin-bottom:8px}
.step p{font-size:14px;line-height:1.65;color:var(--gray-700)}

.coverage-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.coverage-image{aspect-ratio:4/3;border-radius:8px;overflow:hidden}
.coverage-image img{width:100%;height:100%;object-fit:cover}
.coverage-image.cutout{background:#fff}
.coverage-image.cutout img{object-fit:contain;padding:22px}
.coverage-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}
.coverage-list li{display:flex;align-items:center;gap:9px;color:var(--blue-900);font-size:14px;font-weight:700}
.coverage-list svg{width:18px;height:18px;color:var(--green);stroke-width:3px}

.page-contact{background:linear-gradient(135deg,var(--blue-950),var(--blue-700));color:#fff}
.contact-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:start}
.contact-copy h2{font-size:clamp(31px,3.8vw,48px);line-height:1.1}
.contact-copy p{font-size:17px;color:#d6e7ff;line-height:1.7;margin-top:16px}
.contact-form{background:#fff;border-radius:8px;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field.full{grid-column:1/-1}
.form-field label{font-size:13px;font-weight:800;color:var(--blue-900)}
.form-field input,.form-field select,.form-field textarea{
  width:100%;border:1px solid var(--gray-200);border-radius:8px;
  padding:13px 14px;color:var(--text);background:#fff;outline:none;
}
.form-field textarea{min-height:104px;resize:vertical}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(45,125,240,.13)}
.form-consent{grid-column:1/-1;display:flex;gap:9px;color:var(--gray-700);font-size:12px;line-height:1.5}
.form-consent input{width:17px;height:17px;accent-color:var(--blue-600);flex-shrink:0}
.form-submit{grid-column:1/-1;min-height:52px;border-radius:8px;background:var(--green);color:var(--blue-900);font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px}
.form-submit:hover{background:var(--green-hover)}
.form-submit svg{width:20px;height:20px}

.privacy-hero{padding:88px 0;background:linear-gradient(125deg,var(--blue-950),var(--blue-700));color:#fff}
.privacy-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.05;max-width:780px}
.privacy-hero p{color:#d6e7ff;font-size:17px;line-height:1.7;max-width:720px;margin-top:18px}
.privacy-updated{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:#a9c6ee;font-size:13px}
.privacy-updated svg{width:16px;height:16px;color:var(--green)}
.privacy-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:58px;align-items:start}
.privacy-nav{position:sticky;top:118px;padding-right:24px;border-right:1px solid var(--gray-200)}
.privacy-nav strong{display:block;color:var(--blue-900);font-size:13px;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.privacy-nav a{display:block;padding:8px 0;color:var(--gray-700);font-size:14px}
.privacy-nav a:hover{color:var(--blue-600)}
.privacy-content{max-width:780px}
.privacy-content section{scroll-margin-top:120px;margin-bottom:44px}
.privacy-content h2{font-size:26px;color:var(--blue-900);margin-bottom:12px}
.privacy-content h3{font-size:18px;color:var(--blue-900);margin:22px 0 8px}
.privacy-content p,.privacy-content li{color:var(--gray-700);font-size:15px;line-height:1.75}
.privacy-content ul{list-style:disc;padding-left:22px;margin-top:10px}
.privacy-content li{margin-bottom:7px}
.rights-band{background:var(--gray-50);border-left:4px solid var(--green);padding:24px;margin-top:18px}
.privacy-contact{padding:30px;border-radius:8px;background:var(--blue-900);color:#fff}
.privacy-contact h2{color:#fff}
.privacy-contact p{color:#d6e7ff}
.privacy-contact a{display:inline-flex;margin-top:16px;color:var(--green);font-weight:800}

.site-footer{background:var(--blue-900);color:#cfe1ff;padding:58px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:44px}
.footer-brand p{font-size:14px;line-height:1.7;color:#9eb4d4;margin-top:20px}
.footer-col h3{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:17px}
.footer-col li{margin-bottom:10px}
.footer-col a{font-size:14px;color:#cfe1ff}
.footer-col a:hover{color:var(--green)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#9eb4d4;font-size:12px}

.lgpd-banner{
  position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:3000;
  width:min(1120px,calc(100% - 32px));padding:20px 22px;border-radius:8px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  color:#fff;background:var(--blue-900);border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 70px rgba(0,0,0,.34);
}
.lgpd-copy{display:flex;align-items:flex-start;gap:14px}
.lgpd-copy svg{width:22px;height:22px;color:var(--green);flex-shrink:0}
.lgpd-copy strong{display:block;color:#fff;font-size:15px;margin-bottom:3px}
.lgpd-copy p{color:#cfe1ff;font-size:13px;line-height:1.5}
.lgpd-copy a{color:var(--green);font-weight:800}
.lgpd-actions{display:flex;gap:10px;flex-shrink:0}
.lgpd-actions button{min-height:42px;padding:0 17px;border-radius:8px;font-size:13px;font-weight:800}
.lgpd-essential{border:1px solid rgba(255,255,255,.25);color:#fff;background:transparent}
.lgpd-accept{color:var(--blue-900);background:var(--green)}

@media (max-width:960px){
  .topbar-group:last-child{display:none}
  .site-menu-button{display:flex}
  .site-nav{
    position:fixed;top:122px;left:16px;right:16px;
    display:none;flex-direction:column;align-items:stretch;
    padding:18px;border-radius:8px;background:var(--blue-900);
    box-shadow:0 24px 60px rgba(0,0,0,.3);
  }
  .site-nav.is-open{display:flex}
  .site-nav a{text-align:center}
  .reason-grid{grid-template-columns:1fr 1fr}
  .coverage-layout,.contact-layout{grid-template-columns:1fr}
  .privacy-layout{grid-template-columns:1fr}
  .privacy-nav{position:static;border-right:0;border-bottom:1px solid var(--gray-200);padding:0 0 22px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:620px){
  .container{width:min(100% - 32px,var(--container))}
  .topbar .container{min-height:46px}
  .topbar-group{gap:12px}
  .topbar-group a:nth-child(2){display:none}
  .site-header .container{min-height:74px}
  .site-logo--header .site-logo-img{width:158px;max-height:50px}
  .site-logo--footer .site-logo-img{width:188px;max-height:59px}
  .site-logo-symbol{width:36px;height:34px}
  .site-logo-copy strong{font-size:19px}
  .site-logo-copy small{font-size:8px}
  .site-nav{top:120px}
  .service-hero{min-height:590px;background-position:62% center}
  .service-hero-content{padding:64px 0}
  .service-hero h1{font-size:40px}
  .service-hero p{font-size:16px}
  .hero-actions{align-items:stretch;flex-direction:column}
  .hero-action{width:100%}
  .hero-proof{gap:12px;flex-direction:column}
  .emergency-strip .container{min-height:112px;align-items:flex-start;justify-content:center;flex-direction:column}
  .section{padding:64px 0}
  .reason-grid,.steps,.coverage-list,.contact-form{grid-template-columns:1fr}
  .step{padding:0 0 24px}
  .step:not(:last-child)::after{display:none}
  .form-field.full,.form-consent,.form-submit{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .lgpd-banner{bottom:10px;align-items:stretch;flex-direction:column;padding:18px}
  .lgpd-actions{width:100%}
  .lgpd-actions button{flex:1}
}