@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Montserrat:wght@700;800&family=Manrope:wght@500;600;700;800&display=swap');

:root{
  --blue:#073884;
  --blue-2:#0d56a8;
  --deep:#061f4c;
  --cyan:#54e0e7;
  --ink:#102946;
  --muted:#58697d;
  --line:#d9e3ef;
  --pale:#f2f6fb;
  --white:#fff;
  --shadow:0 18px 50px rgba(8,45,104,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:98px}
body{margin:0;background:#fff;color:var(--ink);font:16px/1.65 'DM Sans',Arial,sans-serif}
body,button,input,select{font-family:'DM Sans',Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
img,video{display:block;max-width:100%}
h1,h2,h3,h4,h5,p,figure{margin-top:0}
h1,h2,h3,h4,h5{font-family:'Manrope',Arial,sans-serif}
.wrap{width:min(100%,1240px);margin:auto;padding-left:36px;padding-right:36px}
.skip{position:absolute;left:15px;top:-100px;z-index:100;background:#fff;padding:14px 18px;border-radius:6px}
.skip:focus{top:15px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #f0ad22;outline-offset:4px}

.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}
.brand img{border-radius:50%;object-fit:cover;background:#03152c}
.brand strong{display:block;font:800 27px/1 'Manrope',Arial,sans-serif;letter-spacing:-1px}
.brand small{display:block;margin-top:5px;font-size:9px;font-weight:700;letter-spacing:1.35px}
.nav nav{display:flex;gap:25px;font-size:14px;font-weight:600}
.nav nav a{padding:10px 0}
.nav nav a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:6px}

.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:52px;padding:14px 23px;border:0;border-radius:7px;background:var(--blue);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s}
.button:hover{background:var(--blue-2);transform:translateY(-2px);box-shadow:0 10px 24px rgba(7,56,132,.18)}
.button span{font-size:21px;line-height:1}
.button.small{min-height:44px;padding:11px 17px;font-size:14px;gap:10px}
.button.light{background:#fff;color:var(--blue)}
.button.light:hover{background:#e4fcff}

.hero{overflow:hidden;background:linear-gradient(125deg,#052a69 0%,#073884 58%,#0b57a4 100%);color:#fff}
.hero-grid{display:grid;grid-template-columns:1.05fr .88fr;gap:72px;align-items:center;padding-top:70px;padding-bottom:70px}
.eyebrow{margin:0 0 20px;font-size:12px;font-weight:800;letter-spacing:2px}
.blue{color:var(--blue)}
.hero .eyebrow{color:#bdeaf9}
h1{margin-bottom:24px;font-size:clamp(46px,5.2vw,72px);font-weight:800;line-height:1.08;letter-spacing:-3.2px}
h1 span{color:#84e9ee}
.intro{max-width:585px;margin-bottom:30px;color:#dce9f8;font-size:19px;line-height:1.72}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hero-link{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.hero-note{margin:17px 0 0;color:#bfd4ed;font-size:13px}
.hero-visual{position:relative;min-height:520px;border:1px solid rgba(255,255,255,.28);border-radius:20px;overflow:hidden;box-shadow:0 30px 65px rgba(0,21,56,.38)}
.hero-visual>img{width:100%;height:520px;object-fit:cover;object-position:center 58%}
.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(2,20,52,.58),transparent 46%);pointer-events:none}
.hero-card{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;padding:21px 23px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(4,33,80,.9);backdrop-filter:blur(10px)}
.hero-card span{display:block;margin-bottom:7px;color:#9eeaf0;font-size:10px;font-weight:800;letter-spacing:1.5px}
.hero-card strong{display:block;font:800 21px/1.3 'Manrope',Arial,sans-serif}
.hero-card p{margin:6px 0 0;color:#dce9f8;font-size:14px}

.trust-strip{border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:25px 25px;border-right:1px solid var(--line)}
.trust-grid>div:first-child{padding-left:0}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong,.trust-grid span{display:block}
.trust-grid strong{margin-bottom:4px;font-family:'Manrope',Arial,sans-serif;font-size:15px}
.trust-grid span{color:var(--muted);font-size:13px;line-height:1.5}

.section{padding-top:90px;padding-bottom:90px}
h2{margin-bottom:20px;font-size:clamp(36px,4vw,50px);font-weight:800;line-height:1.16;letter-spacing:-1.8px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:38px}
.section-heading>p{max-width:390px;margin-bottom:22px;color:var(--muted);font-size:17px}

.problem-section{padding-bottom:72px}
.problem-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:27px}
.problem-options{display:flex;flex-direction:column;gap:11px}
.problem-options button{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:63px;padding:17px 20px;border:1px solid #d3deec;border-radius:9px;background:#fff;color:var(--ink);font:700 16px/1.45 'Manrope',Arial,sans-serif;text-align:left;cursor:pointer;transition:border .2s,background .2s,transform .2s}
.problem-options button:hover{border-color:#7c9fc8;transform:translateX(3px)}
.problem-options button[aria-pressed=true]{border-color:var(--blue);background:#edf4ff;box-shadow:inset 4px 0 var(--blue)}
.problem-options button span{color:var(--blue);font-size:24px}
.problem-panel{display:flex;flex-direction:column;justify-content:space-between;gap:35px;min-height:100%;padding:42px;border-radius:14px;background:linear-gradient(140deg,#062b70,#0c5bb1);color:#fff;box-shadow:var(--shadow)}
.problem-panel h3{margin-bottom:22px;font-size:clamp(30px,3vw,43px);line-height:1.22;letter-spacing:-1px}
.problem-panel p:not(.eyebrow){color:#dceaff;font-size:18px;line-height:1.72}
.problem-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.panel-link{font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:5px}

.services{padding-top:84px}
.service-browser{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
.service-detail{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#f7f9fc;transition:border .2s,box-shadow .2s}
.service-detail>summary{display:grid;grid-template-columns:210px 1fr;min-height:225px;list-style:none;cursor:pointer}
.service-detail>summary::-webkit-details-marker,.case-card>summary::-webkit-details-marker{display:none}
.cover-wrap{position:relative;min-width:0;overflow:hidden;background:#dce6f2}
.service-cover{display:block;width:100%;height:100%;object-fit:cover;image-rendering:auto;transition:transform .35s}
.cover-localizacao{object-position:left center}
.service-detail>summary:hover .service-cover{transform:scale(1.035)}
.cover-wrap>span{position:absolute;left:13px;right:13px;bottom:13px;padding:8px 10px;border:1px solid rgba(255,255,255,.25);border-radius:5px;background:rgba(4,34,79,.88);color:#fff;font-size:10px;font-weight:800;letter-spacing:1.15px;text-align:center}
.service-summary{display:flex;flex-direction:column;justify-content:center;padding:28px}
.service-summary h3{margin:0 0 14px;font-family:'Montserrat','Manrope',Arial,sans-serif;font-size:24px;font-weight:800;line-height:1.35;text-align:center}
.service-summary p{margin:0 0 20px;color:var(--muted);font-size:15px}
.service-expand{display:flex;align-items:center;justify-content:space-between;margin-top:auto;color:var(--blue);font-size:14px;font-weight:800}
.service-expand b{font-size:25px;font-weight:500;line-height:1;transition:transform .2s}
.service-detail[open]{grid-column:1/-1;border-color:#89a9ce;background:#fff;box-shadow:var(--shadow)}
.service-detail[open]>summary{grid-template-columns:260px 1fr;min-height:220px;background:var(--pale);border-bottom:1px solid var(--line)}
.service-detail[open] .service-expand b{transform:rotate(45deg)}
.service-content{padding:38px}
.service-intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:end;margin-bottom:30px}
.service-intro h4,.feature-layout h4,.prevention-layout h4{margin-bottom:12px;font-size:30px;line-height:1.25;letter-spacing:-.7px}
.service-intro>p{margin:0;color:var(--muted);font-size:17px}
.service-cta{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:30px}
.text-link{color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:5px}

.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.media-grid.compact{grid-template-columns:repeat(2,minmax(0,360px))}
.media-grid.one{grid-template-columns:minmax(0,360px)}
.media-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.media-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}
.media-card video{width:100%;height:350px;object-fit:contain;background:#06265d}
.media-card>div{padding:17px 18px}
.media-card strong,.media-card span{display:block}
.media-card strong{font:800 17px/1.35 'Manrope',Arial,sans-serif}
.media-card span{margin-top:5px;color:var(--muted);font-size:13px}
.photo-card{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}
.photo-card img{width:100%;height:350px;object-fit:cover}
.photo-card figcaption,.feature-photo figcaption{padding:14px 17px;color:var(--muted);font-size:13px}

.case-list{display:flex;flex-direction:column;gap:13px}
.case-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#f8fafc}
.case-card>summary{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 22px;list-style:none;cursor:pointer}
.case-card>summary:hover{background:#eff5fb}
.case-card>summary span strong,.case-card>summary span small{display:block}
.case-card>summary span strong{font:800 17px/1.4 'Manrope',Arial,sans-serif}
.case-card>summary span small{margin-top:3px;color:var(--muted);font-size:13px}
.case-card>summary>b{display:flex;align-items:center;gap:14px;flex-shrink:0;color:var(--blue);font-size:13px}
.case-card>summary i{font-style:normal;font-size:22px;transition:transform .2s}
.case-card[open]>summary{border-bottom:1px solid var(--line);background:#edf4fb}
.case-card[open]>summary i{transform:rotate(45deg)}
.case-body{padding:25px;background:#fff}
.case-body>p{color:var(--muted)}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-bottom:22px}
.photo-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.photo-grid.compact-photos{grid-template-columns:repeat(2,minmax(0,330px))}
.photo-grid figure{overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}
.photo-grid img{width:100%;height:300px;object-fit:cover}
.photo-grid figcaption{padding:10px 13px;color:var(--muted);font-size:13px}
.danger-case{border-color:#d9b275}
.danger-layout{display:grid;grid-template-columns:330px 1fr;gap:35px;align-items:center}
.danger-layout h5{margin-bottom:12px;font-size:25px}
.danger-layout p:last-child{color:var(--muted)}

.shared-case{display:grid;grid-template-columns:170px 1fr;gap:25px;align-items:center;margin-top:25px;padding:20px;border:1px solid var(--line);border-radius:11px;background:var(--pale)}
.shared-case img{width:170px;height:135px;object-fit:cover;border-radius:7px}
.shared-case strong{font:800 18px/1.4 'Manrope',Arial,sans-serif}
.shared-case p{margin:6px 0;color:var(--muted)}
.shared-case .text-link{margin:0;font-size:14px}

.feature-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:center}
.feature-photo{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--pale)}
.feature-photo img{width:100%;height:470px;object-fit:cover;object-position:center 60%}
.feature-layout>div>p:not(.eyebrow){color:var(--muted);font-size:17px}
.feature-layout .button{margin-top:12px}
.repair-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:28px 0}
.repair-grid article{padding:20px;border:1px solid var(--line);border-radius:9px;background:var(--pale);text-align:center}
.repair-grid strong{font:800 17px/1.35 'Manrope',Arial,sans-serif}
.repair-grid p{margin:5px 0 0;color:var(--muted);font-size:14px}
.prevention-layout{display:grid;grid-template-columns:1fr .78fr;gap:55px;align-items:center}
.prevention-layout p{color:var(--muted);font-size:17px}
.prevention-layout ul{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:20px 0 0;padding:0;list-style:none}
.prevention-layout li{padding:11px 14px;border:1px solid var(--line);border-radius:7px;background:var(--pale);font-weight:600}
.prevention-layout img{width:100%;height:390px;object-fit:cover;border-radius:12px}

.process-section{padding:82px 0;background:var(--deep);color:#fff}
.light-heading .eyebrow{color:#9ce7ed}
.light-heading>p{color:#c4d5ea}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #315380;border-radius:12px;overflow:hidden}
.process-grid article{min-height:250px;padding:32px;border-right:1px solid #315380}
.process-grid article:last-child{border-right:0}
.process-grid span{color:#8ce7ed;font-size:11px;font-weight:800;letter-spacing:1.5px}
.process-grid h3{margin:45px 0 12px;font-size:23px}
.process-grid p{margin:0;color:#bed0e7}

.region{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}
.region-intro{color:var(--muted);font-size:19px}
.cities{display:flex;flex-wrap:wrap;gap:10px}
.cities span{padding:9px 18px;border:1px solid var(--line);border-radius:30px;color:var(--blue);font-size:14px;font-weight:600}

.contact{padding:70px 0;background:linear-gradient(125deg,#052a69,#0a4b99);color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 440px;gap:70px;align-items:center}
.contact .eyebrow{color:#a5eaf0}
.contact h2{font-size:clamp(38px,4vw,50px)}
.contact p:not(.eyebrow){max-width:520px;color:#d8e5f5}
.phone{display:inline-block;margin-top:20px;color:#fff;font-size:20px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.contact-form{display:flex;flex-direction:column;gap:10px;padding:28px;border:1px solid rgba(255,255,255,.26);border-radius:13px;background:rgba(255,255,255,.09)}
.contact-form label{font-size:14px;font-weight:700}
.contact-form select,.contact-form input{width:100%;min-height:50px;margin-bottom:8px;padding:12px;border:1px solid #aec3de;border-radius:6px;background:#fff;color:var(--ink);font-size:16px}
.contact-form .button{width:100%}
.contact-form .form-note{margin:0;text-align:center;font-size:13px}

.footer{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:34px;padding-bottom:34px}
.footer p{margin:0;color:var(--muted);font-size:13px}
.footer>a:last-child{color:var(--blue);font-size:14px;font-weight:700}
.mobile-whatsapp{display:none}

@media(max-width:1050px){
  .nav nav{gap:14px}.nav nav a{font-size:13px}
  .hero-grid{gap:38px}.hero-visual,.hero-visual>img{height:470px;min-height:470px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid>div:nth-child(2){border-right:0}.trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-grid>div:nth-child(3){padding-left:0}
  .service-detail>summary{grid-template-columns:175px 1fr}
  .service-summary h3{font-size:21px}
  .media-grid.four{grid-template-columns:repeat(2,1fr)}
  .photo-grid.four{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:800px){
  .wrap{padding-left:23px;padding-right:23px}
  .header{position:relative}.nav{min-height:82px;gap:10px}.nav nav{display:none}.nav .button{font-size:12px;padding:10px 12px}.brand img{width:43px;height:43px}.brand strong{font-size:23px}.brand small{font-size:8px;letter-spacing:1px}
  .hero-grid{grid-template-columns:1fr;padding-top:46px;padding-bottom:45px}.hero-visual,.hero-visual>img{min-height:430px;height:430px}
  h1{font-size:49px;letter-spacing:-2.2px}.intro{font-size:18px}
  .section{padding-top:62px;padding-bottom:62px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{max-width:none}
  .problem-layout{grid-template-columns:1fr}.problem-panel{min-height:420px;padding:28px}.problem-panel p:not(.eyebrow){font-size:16px}
  .service-browser{grid-template-columns:1fr}.service-detail[open]{grid-column:auto}.service-detail>summary,.service-detail[open]>summary{grid-template-columns:145px 1fr;min-height:190px}.service-summary{padding:20px}.service-summary h3{font-size:20px}.service-summary p{font-size:14px}.service-content{padding:23px}
  .service-intro{grid-template-columns:1fr;gap:5px}.service-intro h4,.feature-layout h4,.prevention-layout h4{font-size:26px}
  .media-grid,.media-grid.compact,.media-grid.four{grid-template-columns:1fr;max-width:440px}.media-card video{height:440px}.photo-card img{height:440px}
  .case-card>summary{align-items:flex-start;flex-direction:column;gap:13px}.case-card>summary>b{width:100%;justify-content:space-between}.case-body{padding:17px}
  .photo-grid,.photo-grid.four,.photo-grid.compact-photos{grid-template-columns:1fr}.photo-grid img{height:auto;max-height:500px;object-fit:contain;background:#edf3f9}
  .danger-layout,.feature-layout,.prevention-layout{grid-template-columns:1fr}.danger-layout .media-card{max-width:400px}.feature-photo img{height:430px}
  .repair-grid{grid-template-columns:repeat(2,1fr)}
  .shared-case{grid-template-columns:120px 1fr}.shared-case img{width:120px;height:120px}
  .process-grid{grid-template-columns:1fr}.process-grid article{min-height:0;border-right:0;border-bottom:1px solid #315380}.process-grid article:last-child{border-bottom:0}.process-grid h3{margin-top:24px}
  .region{grid-template-columns:1fr;gap:10px}.contact-grid{grid-template-columns:1fr;gap:35px}
  .footer{flex-wrap:wrap}.footer p{order:3;width:100%}.footer>a:last-child{margin-left:auto}
  body{padding-bottom:66px}.mobile-whatsapp{position:fixed;z-index:60;display:flex;align-items:center;justify-content:center;gap:10px;left:12px;right:12px;bottom:10px;min-height:52px;border:1px solid #fff;border-radius:9px;background:#08783f;color:#fff;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.25)}
}

@media(max-width:500px){
  .nav .button span{display:none}.nav .button{max-width:132px}.brand span{display:none}
  h1{font-size:43px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual,.hero-visual>img{height:390px;min-height:390px}.hero-card{left:15px;right:15px;bottom:15px}
  .trust-grid{grid-template-columns:1fr}.trust-grid>div{padding:19px 0;border-right:0;border-bottom:1px solid var(--line)}.trust-grid>div:nth-child(3){padding-left:0}.trust-grid>div:last-child{border-bottom:0}
  .service-detail>summary,.service-detail[open]>summary{display:block}.cover-wrap{height:200px}.service-summary{min-height:205px}.service-content{padding:19px}
  .media-card video,.photo-card img{height:390px}
  .repair-grid{grid-template-columns:1fr}.shared-case{grid-template-columns:1fr}.shared-case img{width:100%;height:190px}
  .prevention-layout ul{grid-template-columns:1fr}
  .footer .brand span{display:block}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .button,.problem-options button,.service-cover,.service-expand b,.case-card>summary i{transition:none}
}
