:root{--blue:#062b63;--blue-2:#0a4698;--yellow:#ffc400;--yellow-2:#ffab00;--ink:#0b1730;--muted:#5a6578;--bg:#f5f8fc;--white:#fff;--radius:24px;--shadow:0 18px 60px rgba(6,43,99,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.section{padding:92px 0}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border-radius:999px;background:#fff3bf;color:#755500;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.section-title{margin:14px 0 12px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.06;letter-spacing:-.035em}.section-copy{max-width:760px;color:var(--muted);font-size:1.05rem}.loader{position:fixed;inset:0;z-index:9999;background:linear-gradient(145deg,#031a3c,#073b80);display:grid;place-items:center;transition:.55s ease}.loader.hidden{opacity:0;visibility:hidden}.loader-box{text-align:center;color:#fff}.loader-logo{width:150px;height:150px;border-radius:50%;object-fit:contain;background:#fff;padding:8px;box-shadow:0 0 0 0 rgba(255,196,0,.45);animation:pulse 1.4s infinite}.loader-line{width:180px;height:3px;margin:22px auto 0;border-radius:99px;background:rgba(255,255,255,.18);overflow:hidden}.loader-line:after{content:"";display:block;height:100%;width:45%;background:var(--yellow);animation:load 1.2s infinite}.loader p{margin:12px 0 0;font-weight:800;letter-spacing:.08em;font-size:.78rem;text-transform:uppercase}@keyframes pulse{70%{box-shadow:0 0 0 24px rgba(255,196,0,0)}}@keyframes load{from{transform:translateX(-110%)}to{transform:translateX(240%)}}header{position:fixed;z-index:50;top:0;left:0;right:0;transition:.3s}header.scrolled{background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(0,0,0,.08)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:66px;height:66px;object-fit:contain}.brand strong{font-size:1.03rem;line-height:1.05;color:#fff}.brand span{display:block;color:var(--yellow);font-size:.77rem}header.scrolled .brand strong{color:var(--blue)}.menu{display:flex;align-items:center;gap:24px;color:#fff;font-weight:700;font-size:.92rem}.menu a{opacity:.9}.menu a:hover{opacity:1;color:var(--yellow)}header.scrolled .menu{color:var(--blue)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:14px 20px;font-weight:900;cursor:pointer;transition:.25s}.nav-cta,.btn-primary{background:var(--yellow);color:#0a2853;box-shadow:0 10px 24px rgba(255,196,0,.25)}.nav-cta:hover,.btn-primary:hover{transform:translateY(-2px);background:#ffd42e}.btn-secondary{background:#fff;color:var(--blue);border:1px solid rgba(6,43,99,.12)}.mobile-toggle{display:none;border:0;background:transparent;font-size:1.8rem;color:#fff}header.scrolled .mobile-toggle{color:var(--blue)}.hero{min-height:760px;padding:150px 0 86px;display:flex;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 76% 25%,rgba(16,94,200,.65),transparent 30%),linear-gradient(135deg,#031a3c 0%,#073875 56%,#032353 100%);color:#fff}.hero:before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(255,196,0,.2);border-radius:50%;right:-190px;top:110px;box-shadow:0 0 0 70px rgba(255,196,0,.025),0 0 0 140px rgba(255,196,0,.018)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:58px;position:relative}.hero h1{font-size:clamp(2.7rem,5vw,5.2rem);line-height:.98;margin:18px 0 20px;letter-spacing:-.05em}.hero h1 span{color:var(--yellow)}.hero p{font-size:1.12rem;color:#dce8f7;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-card{position:relative}.hero-card img{width:100%;border-radius:32px;box-shadow:0 30px 80px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.13)}.hero-badge{position:absolute;left:-28px;bottom:30px;background:#fff;color:var(--blue);padding:16px 18px;border-radius:18px;box-shadow:var(--shadow);font-weight:900;max-width:230px}.hero-badge small{display:block;color:var(--muted);font-weight:700}.trust-strip{background:#fff;box-shadow:0 12px 38px rgba(6,43,99,.08);position:relative;z-index:4}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:24px;border-right:1px solid #e9eef6;display:flex;gap:12px;align-items:center}.trust-item:last-child{border:0}.trust-icon{width:46px;height:46px;border-radius:14px;background:#fff3bf;display:grid;place-items:center;font-size:1.3rem}.trust-item strong{display:block;color:var(--blue);font-size:.95rem}.trust-item span{display:block;color:var(--muted);font-size:.8rem}.services{background:var(--bg)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px}.card{background:#fff;border:1px solid #e8eef6;border-radius:20px;padding:22px;box-shadow:0 12px 32px rgba(6,43,99,.05);transition:.28s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card-icon{width:50px;height:50px;border-radius:15px;background:var(--blue);color:var(--yellow);display:grid;place-items:center;font-size:1.35rem}.card h3{font-size:1.05rem;line-height:1.25;margin:14px 0 7px}.card p{font-size:.9rem;color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.feature-image{position:relative}.feature-image img{border-radius:30px;box-shadow:var(--shadow);width:100%}.feature-image:after{content:"";position:absolute;inset:18px -18px -18px 18px;border:2px solid var(--yellow);border-radius:30px;z-index:-1}.checklist{display:grid;gap:12px;margin-top:24px}.check{display:flex;gap:12px;align-items:flex-start}.check b{flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#fff3bf;color:#725300;display:grid;place-items:center}.credentials{background:linear-gradient(135deg,#031a3c,#073875);color:#fff;position:relative;overflow:hidden}.credentials .section-copy{color:#d4e3f7}.credential-card{margin-top:30px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}.credential-seal{width:74px;height:74px;border-radius:22px;background:var(--yellow);color:var(--blue);display:grid;place-items:center;font-size:2rem;font-weight:900}.credential-card h3{margin:0}.credential-card p{margin:4px 0 0;color:#dce8f7}.gallery{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px;margin-top:34px}.gallery button{border:0;padding:0;background:none;border-radius:20px;overflow:hidden;cursor:zoom-in;position:relative}.gallery button:first-child{grid-row:span 2}.gallery img{width:100%;height:100%;object-fit:cover;transition:.35s;min-height:230px}.gallery button:hover img{transform:scale(1.03)}.gallery button:after{content:"Ampliar";position:absolute;right:12px;bottom:12px;background:rgba(3,26,60,.86);color:#fff;padding:7px 10px;border-radius:10px;font-size:.75rem;font-weight:800}.coverage{background:var(--bg)}.coverage-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:stretch}.vehicle{background:#fff;border-radius:28px;padding:12px;box-shadow:var(--shadow)}.vehicle img{height:100%;width:100%;object-fit:cover;border-radius:20px}.cities{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0}.city{padding:15px;border-radius:15px;background:#fff;border:1px solid #e4eaf3;font-weight:900;color:var(--blue)}.map-wrap{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:400px;background:#dbe6f2}.map-wrap iframe{width:100%;height:100%;min-height:400px;border:0}.media-section{background:#071f48;color:#fff}.media-section .section-copy{color:#dce8f7}.video-shell{margin-top:30px;max-width:650px;background:#021530;padding:12px;border-radius:28px;box-shadow:0 30px 70px rgba(0,0,0,.25)}.video-shell video{width:100%;max-height:680px;border-radius:20px;background:#000}.cta-band{padding:52px 0;background:linear-gradient(100deg,var(--yellow),#ffd84f);color:var(--blue)}.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:0;line-height:1.1}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px}.contact-panel{background:linear-gradient(145deg,#031a3c,#073875);border-radius:28px;padding:34px;color:#fff}.contact-panel p{color:#dce8f7}.contact-list{display:grid;gap:14px;margin-top:24px}.contact-list div{display:flex;gap:12px;align-items:center}.form{background:#fff;border:1px solid #e7edf6;box-shadow:var(--shadow);border-radius:28px;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.85rem;font-weight:800;color:var(--blue)}.field input,.field select,.field textarea{width:100%;border:1px solid #dce5f0;border-radius:13px;padding:13px 14px;outline:none;background:#fbfdff}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue-2);box-shadow:0 0 0 3px rgba(10,70,152,.08)}.field textarea{min-height:120px;resize:vertical}.form-note{color:var(--muted);font-size:.78rem;margin-top:10px}footer{background:#021530;color:#fff;padding:54px 0 22px}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:40px}.footer-logo{width:104px;height:104px;object-fit:contain;background:#fff;border-radius:18px;padding:4px}.footer-title{font-weight:900;color:var(--yellow);margin-bottom:10px}.footer-links{display:grid;gap:8px;color:#c9d8ec}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:20px;color:#9cb0c9;font-size:.84rem;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.social{display:inline-flex;gap:10px;align-items:center;font-weight:800}.social svg{width:22px;height:22px}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:45;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#25D366;box-shadow:0 12px 35px rgba(37,211,102,.35);transition:.25s}.whatsapp-float:hover{transform:scale(1.06)}.whatsapp-float svg{width:34px;height:34px;fill:#fff}.modal{position:fixed;inset:0;background:rgba(1,12,29,.86);z-index:90;display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modal img{max-width:min(1100px,96vw);max-height:88vh;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.modal-close{position:absolute;top:20px;right:24px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;font-size:1.5rem;cursor:pointer}.reveal{opacity:0;transform:translateY(22px);transition:.75s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.legal{padding:140px 0 80px;background:var(--bg);min-height:100vh}.legal article{background:#fff;border-radius:24px;padding:clamp(24px,5vw,52px);box-shadow:var(--shadow);max-width:960px;margin:auto}.legal h1{color:var(--blue);font-size:clamp(2.2rem,5vw,3.7rem);line-height:1.05}.legal h2{color:var(--blue);margin-top:30px}.legal p,.legal li{color:#48566b}.back-home{display:inline-flex;margin-bottom:18px;color:var(--blue);font-weight:900}@media(max-width:980px){.menu{position:fixed;top:86px;left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;background:#fff;color:var(--blue);padding:20px;border-radius:18px;box-shadow:var(--shadow)}.menu.open{display:flex}.mobile-toggle{display:block}.nav-cta{display:none}.hero{padding-top:130px}.hero-grid,.split,.coverage-grid,.contact-grid{grid-template-columns:1fr}.hero-card{max-width:700px}.hero-badge{left:18px}.trust-grid{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.gallery button:first-child{grid-row:auto;grid-column:1/-1}.credential-card{grid-template-columns:auto 1fr}.credential-card .btn{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.section{padding:70px 0}.container{width:min(100% - 24px,1180px)}.nav{height:74px}.brand img{width:54px;height:54px}.brand strong{font-size:.9rem}.menu{top:74px}.hero{min-height:auto;padding:116px 0 64px}.hero h1{font-size:2.65rem}.hero-actions .btn{width:100%}.hero-badge{position:relative;left:auto;bottom:auto;margin:-18px 14px 0;max-width:none}.trust-grid,.cards,.gallery,.cities,.form-grid,.footer-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid #e9eef6}.gallery button:first-child{grid-column:auto}.gallery img{min-height:210px}.credential-card{grid-template-columns:1fr;text-align:center}.credential-seal{margin:auto}.cta-band .container{display:grid}.cta-band .btn{width:100%}.field.full{grid-column:auto}.whatsapp-float{width:56px;height:56px;right:14px;bottom:14px}.map-wrap iframe{min-height:330px}.footer-bottom{display:grid}.brand span{font-size:.68rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Refino visual v2 */
.image-modal-trigger{border:0;padding:0;background:none;cursor:zoom-in;display:block;width:100%;text-align:inherit}
.hero-image{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 32px 85px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.16);transition:transform .35s ease,box-shadow .35s ease}
.hero-image:hover{transform:translateY(-5px);box-shadow:0 40px 95px rgba(0,0,0,.42)}
.hero-image img{width:100%;height:auto;display:block}
.trust-item{min-width:0;overflow:hidden}.trust-icon{flex:0 0 46px;color:var(--blue);overflow:hidden}.trust-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-item>div{min-width:0}.trust-item strong,.trust-item span{overflow-wrap:anywhere}
.card-icon{overflow:hidden}.card-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-cards .card,.credential-services .card{position:relative;overflow:hidden}.service-cards .card:before,.credential-services .card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--yellow),transparent)}
.feature-image{border-radius:30px;overflow:visible;transition:transform .3s ease}.feature-image:hover{transform:translateY(-4px)}.feature-image img{cursor:zoom-in}
.professional-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:34px;align-items:center;margin-top:32px}.certificate-frame{background:#fff;border-radius:24px;padding:10px;box-shadow:0 28px 70px rgba(0,0,0,.28);overflow:hidden;transition:.3s}.certificate-frame:hover{transform:translateY(-4px)}.certificate-frame img{width:100%;border-radius:17px;cursor:zoom-in}.professional-content{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.professional-content>p{color:#d4e3f7;margin:0}.professional-content .credential-card{margin:0;width:100%;grid-template-columns:auto 1fr;padding:22px}.credential-services{margin-top:28px}.credentials .card{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.18)}.credentials .card h3{color:var(--blue)}.credentials .card p{color:var(--muted)}
.coverage-grid{grid-template-columns:1.05fr .95fr;gap:42px;align-items:start}.coverage-heading{font-size:1.55rem;color:var(--blue);margin:24px 0 6px}.city{position:relative;padding-left:39px}.city:before{content:"";position:absolute;left:15px;top:50%;transform:translateY(-50%);width:10px;height:10px;border:3px solid var(--yellow);border-radius:50%;box-shadow:0 0 0 4px rgba(255,196,0,.16)}.location-panel{background:#fff;border:1px solid #e4eaf3;border-radius:28px;padding:18px;box-shadow:var(--shadow);max-width:540px;justify-self:end;width:100%}.location-copy{padding:8px 8px 16px}.location-copy span{font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--yellow-2)}.location-copy h3{margin:4px 0 4px;font-size:1.65rem;color:var(--blue)}.location-copy p{margin:0;color:var(--muted);font-size:.92rem}.map-wrap{min-height:0;height:300px;border-radius:20px;box-shadow:none}.map-wrap iframe{height:300px;min-height:0}.location-panel>.btn{margin-top:14px;width:100%}
.media-section .video-shell{margin-top:0;max-width:580px;justify-self:end;width:100%}
.problem-section{background:linear-gradient(180deg,#fff,#f5f8fc)}.problem-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center}.problem-copy h2{font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.04em;color:var(--blue);margin:16px 0}.problem-copy p{color:var(--muted);font-size:1.05rem}.problem-points{display:flex;flex-wrap:wrap;gap:10px 16px;margin:24px 0;color:var(--blue);font-weight:850;font-size:.9rem}.problem-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);transition:.3s}.problem-image:hover{transform:translateY(-4px)}.problem-image img{width:100%;height:auto;cursor:zoom-in}
.modal img{background:#fff}.modal-close{z-index:2}
@media(max-width:980px){.professional-grid,.problem-grid{grid-template-columns:1fr}.professional-content{max-width:680px}.location-panel{max-width:none;justify-self:stretch}.coverage-grid{gap:28px}.media-section .video-shell{justify-self:start}.problem-image{max-width:760px;margin:auto}}
@media(max-width:640px){.hero-grid{gap:34px}.hero-image{border-radius:22px}.trust-item{padding:18px 8px}.trust-icon{width:42px;height:42px;flex-basis:42px}.trust-item strong{font-size:.88rem}.trust-item span{font-size:.76rem}.service-cards .card,.credential-services .card{padding:20px}.professional-grid{gap:22px}.certificate-frame{padding:6px;border-radius:18px}.certificate-frame img{border-radius:13px}.professional-content .credential-card{grid-template-columns:1fr;text-align:center}.professional-content .credential-seal{margin:auto}.professional-content{align-items:stretch}.professional-content>.btn{width:100%}.coverage-grid{gap:28px}.coverage-heading{font-size:1.35rem}.cities{grid-template-columns:1fr 1fr;gap:8px}.city{padding:12px 10px 12px 34px;font-size:.88rem}.city:before{left:12px}.location-panel{padding:12px;border-radius:22px}.map-wrap,.map-wrap iframe{height:250px}.problem-grid{gap:28px}.problem-copy h2{font-size:2.35rem}.problem-copy .btn{width:100%}.problem-points{display:grid}.problem-image{border-radius:20px}}
@media(max-width:400px){.cities{grid-template-columns:1fr}}


/* Refino visual v3 — faixa de diferenciais e atendimento regional */
.trust-strip{padding:0;background:#fff}
.trust-strip .container{overflow:hidden}
.trust-grid{width:100%;align-items:stretch}
.trust-item{padding:22px 20px;gap:14px;min-width:0;overflow:visible;align-items:center}
.trust-icon{width:44px;height:44px;flex:0 0 44px;border-radius:13px;overflow:visible;display:grid;place-items:center}
.trust-icon svg{width:20px;height:20px;display:block;overflow:visible;stroke-width:1.7}
.trust-item>div{min-width:0;flex:1}
.trust-item strong{font-size:.93rem;line-height:1.25;margin-bottom:3px;white-space:normal}
.trust-item span:not(.trust-icon){font-size:.78rem;line-height:1.45;white-space:normal;overflow-wrap:normal;word-break:normal}

.cities{align-items:stretch}
.city{display:flex;align-items:center;gap:10px;padding:13px 14px;background:#fff;color:var(--blue);border:1px solid #e4eaf3;border-radius:15px;min-width:0;transition:.22s ease;box-shadow:0 6px 18px rgba(6,43,99,.035)}
.city:before{display:none!important}
.city:hover{transform:translateY(-2px);border-color:rgba(10,70,152,.28);box-shadow:0 10px 24px rgba(6,43,99,.08)}
.maps-icon{width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center}
.maps-icon svg{width:25px;height:25px;display:block}
.city>span:last-child{font-size:.9rem;font-weight:850;line-height:1.25;min-width:0}

@media(max-width:980px){
  .coverage-grid{grid-template-columns:1fr!important;gap:30px!important}
  .coverage-grid>div{min-width:0;width:100%}
  .vehicle{max-width:760px;width:100%;margin:0 auto}
  .location-panel{max-width:760px;width:100%;justify-self:stretch;margin:0 auto}
  .trust-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .trust-strip .container{width:100%;overflow:hidden}
  .trust-grid{grid-template-columns:1fr 1fr;width:100%}
  .trust-item{padding:16px 12px;gap:10px;border-right:1px solid #e9eef6;border-bottom:1px solid #e9eef6;align-items:flex-start}
  .trust-item:nth-child(2n){border-right:0}
  .trust-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px}
  .trust-icon svg{width:18px;height:18px}
  .trust-item strong{font-size:.8rem;line-height:1.2}
  .trust-item span:not(.trust-icon){font-size:.7rem;line-height:1.3}
  .coverage-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:24px!important}
  .coverage-grid>div,.vehicle,.location-panel{width:100%!important;max-width:100%!important;min-width:0!important}
  .vehicle{padding:8px;border-radius:20px}
  .vehicle img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:15px}
  .coverage-heading{font-size:1.3rem;line-height:1.25;margin-top:20px}
  .coverage .section-copy{font-size:.96rem;max-width:none}
  .cities{grid-template-columns:1fr 1fr!important;gap:8px;margin:18px 0 0}
  .city{padding:10px 9px;gap:7px;border-radius:12px}
  .maps-icon{width:21px;height:21px;flex-basis:21px}
  .maps-icon svg{width:21px;height:21px}
  .city>span:last-child{font-size:.78rem}
  .location-panel{padding:10px;border-radius:20px;margin-top:0}
  .location-copy{padding:8px 7px 12px}
  .location-copy h3{font-size:1.35rem}
  .map-wrap,.map-wrap iframe{height:220px!important;min-height:0!important}
  .location-panel>.btn{font-size:.86rem;padding:13px 12px}
}
@media(max-width:430px){
  .trust-grid{grid-template-columns:1fr}
  .trust-item{border-right:0;padding:14px 16px;align-items:center}
  .trust-icon{width:40px;height:40px;flex-basis:40px}
  .trust-item strong{font-size:.84rem}
  .trust-item span:not(.trust-icon){font-size:.72rem}
  .cities{grid-template-columns:1fr!important}
  .city{padding:11px 12px}
  .city>span:last-child{font-size:.82rem}
}

/* Final mobile refinement: hero service categories */
.hero .eyebrow{white-space:nowrap;max-width:100%}
@media(max-width:640px){
  .hero .eyebrow{
    display:flex;
    width:100%;
    justify-content:center;
    gap:0;
    padding:8px 8px;
    font-size:clamp(.58rem,2.75vw,.68rem);
    letter-spacing:.045em;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
  }
}
@media(max-width:360px){
  .hero .eyebrow{font-size:.57rem;letter-spacing:.025em;padding-inline:6px}
}

/* Logo refinement - final publication */
.loader-logo{width:190px;height:190px;border-radius:0;object-fit:contain;background:transparent;padding:0;box-shadow:none;filter:drop-shadow(0 14px 30px rgba(0,0,0,.28));animation:logoPulse 1.4s ease-in-out infinite}
@keyframes logoPulse{0%,100%{transform:scale(.97);opacity:.92}50%{transform:scale(1.03);opacity:1}}
.nav{height:96px}
.brand{flex:0 0 auto;min-width:0}
.brand img{width:142px;height:82px;object-fit:contain;object-position:left center;filter:drop-shadow(0 4px 10px rgba(0,0,0,.16))}
.footer-logo{width:180px;height:auto;max-height:180px;object-fit:contain;object-position:left center;background:transparent;border-radius:0;padding:0;filter:drop-shadow(0 10px 24px rgba(0,0,0,.2))}
@media(max-width:980px){.nav{height:88px}.menu{top:88px}.brand img{width:132px;height:76px}}
@media(max-width:640px){.nav{height:80px}.menu{top:80px}.brand img{width:124px;height:70px}.loader-logo{width:165px;height:165px}.footer-logo{width:158px;max-height:158px}}
@media(max-width:380px){.brand img{width:112px;height:66px}}

/* Final mobile header logo refinement */
@media(max-width:640px){.brand img{width:138px;height:76px}}
@media(max-width:380px){.brand img{width:128px;height:72px}}

/* Mobile brand name beside logo — final refinement */
.mobile-brand-title{display:none}
@media(max-width:640px){
  .brand{display:flex;align-items:center;gap:9px;min-width:0;max-width:calc(100% - 56px)}
  .brand img{width:58px;height:58px;flex:0 0 58px;object-fit:contain}
  .mobile-brand-title{display:block;color:var(--yellow);font-family:Impact,Haettenschweiler,"Arial Narrow Bold","Arial Black",sans-serif;font-size:clamp(.95rem,4.3vw,1.18rem);font-style:italic;font-weight:900;line-height:.95;letter-spacing:.015em;text-transform:uppercase;white-space:nowrap;text-shadow:0 2px 6px rgba(0,0,0,.28)}
  header.scrolled .mobile-brand-title{color:#f2b900;text-shadow:none}
  .mobile-toggle{flex:0 0 auto;margin-left:auto}
}
@media(max-width:380px){
  .brand{gap:7px;max-width:calc(100% - 50px)}
  .brand img{width:52px;height:52px;flex-basis:52px}
  .mobile-brand-title{font-size:.92rem}
}

/* Mobile brand title legibility refinement - 2026-08-08 15:10 */
@media (max-width:640px){
  .brand{gap:9px;min-width:0;}
  .mobile-brand-title{
    display:block;
    color:#ffc400;
    font-family:"Arial Black","Segoe UI Black","Helvetica Neue",Arial,sans-serif;
    font-size:clamp(1rem,4.8vw,1.22rem);
    font-style:normal;
    font-weight:900;
    line-height:1;
    letter-spacing:-.025em;
    text-transform:uppercase;
    white-space:nowrap;
    text-shadow:0 1px 2px rgba(0,0,0,.32);
  }
  header.scrolled .mobile-brand-title{color:#e3ad00;text-shadow:none;}
}
@media (max-width:380px){
  .mobile-brand-title{font-size:.95rem;letter-spacing:-.035em;}
  .brand{gap:7px;}
}
