@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#103b4b;--deep:#063c52;--teal:#048e9e;--aqua:#33d2d6;--muted:#607781;--pale:#eef7f9;--line:#dce7eb;--white:#fff;--heading:'Manrope',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.6 var(--body)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--teal);outline-offset:5px}img{max-width:100%;height:auto;display:block}.container{width:min(1280px,calc(100% - 96px));margin:auto}.topbar{background:var(--deep);color:#d9ecf1;font-size:11px;letter-spacing:.2px}.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:34px}.topbar a{font-weight:600}.topbar a span{color:var(--aqua);margin:0 8px}.header{position:sticky;top:0;background:rgba(255,255,255,.96);z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav{height:94px;display:flex;align-items:center;gap:38px}.brand{width:148px;margin-right:auto;flex-shrink:0}.brand img{width:148px;height:82px;object-fit:contain}.nav nav{display:flex;gap:30px;font-size:13px;font-weight:600}.nav nav a:hover,.text-link:hover{color:var(--teal)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;padding:17px 24px;background:var(--deep);color:white;border:1px solid var(--deep);border-radius:5px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.button:hover{background:#075d71;transform:translateY(-2px)}.button span{font-size:22px;line-height:1;color:var(--aqua)}.button.small{font-size:12px;padding:12px 18px;gap:22px}.menu{display:none}.hero{overflow:hidden;background:#f6fafb}.hero-grid{display:grid;grid-template-columns:1fr 1.03fr;min-height:645px;align-items:center}.hero-copy{padding:60px 0 54px;position:relative;z-index:2}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700;display:flex;gap:9px;align-items:center;margin:0 0 23px}.dot{display:inline-block;width:6px;height:6px;background:var(--teal);border-radius:50%;flex-shrink:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--heading)}h1{font-size:clamp(44px,4.3vw,66px);line-height:1.09;letter-spacing:-3px;font-weight:750;margin-bottom:24px}h1>span{color:var(--teal)}.intro{font-size:16px;color:var(--muted);line-height:1.75;margin-bottom:30px}.actions{display:flex;align-items:center;gap:25px}.text-link{font-size:12px;font-weight:600;display:inline-flex;gap:14px;align-items:center}.text-link span{font-size:18px}.hero-note{font-size:11px;color:var(--muted);margin-top:26px}.check{border:1px solid #8cbabf;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;font-size:9px;color:var(--teal);margin-right:6px}.hero-art{position:relative;height:570px;isolation:isolate;margin-right:-70px;margin-left:6px;background:linear-gradient(145deg,#e3f3f7,#d0eef2);border-radius:160px 0 0 10px;align-self:end}.art-label{position:absolute;top:38px;left:73px;right:52px;font-size:9px;font-weight:600;letter-spacing:1.4px;display:flex;gap:8px;align-items:center}.art-label>span:last-child{margin-left:auto}.giant-type{position:absolute;top:74px;left:29px;font-family:var(--heading);font-size:190px;line-height:1;font-weight:800;letter-spacing:-15px;color:#b9e3e9;transform:skew(-8deg);z-index:-1}.truck{position:absolute;z-index:1;width:660px;max-width:115%;left:-34px;top:108px;filter:drop-shadow(0 28px 16px #0d425124)}.road-line{position:absolute;width:800px;height:300px;border:1px solid #acd5dc;border-radius:50%;transform:rotate(-30deg);top:240px;left:20px;z-index:-1}.line-two{top:264px;left:38px}.cargo-tag{position:absolute;bottom:65px;left:20px;z-index:2;display:flex;gap:13px;align-items:center;background:white;padding:16px 23px;border-radius:6px;box-shadow:0 10px 30px #0a4e5610}.tag-icon{display:grid;place-items:center;width:36px;height:36px;background:#e3f6f7;border-radius:50%;color:var(--teal);font-size:25px}.cargo-tag strong{font-size:12px;display:block}.cargo-tag div>span{display:block;font-size:10px;color:var(--muted)}.art-bottom{position:absolute;bottom:22px;left:40px;right:50px;display:flex;justify-content:space-between;font-size:8px;font-weight:600;letter-spacing:1.3px}.proof{background:white;border-bottom:1px solid var(--line);position:relative}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-block:31px}.proof-grid>div{border-right:1px solid var(--line);padding-left:30px}.proof-grid>div:first-child{padding-left:0}.proof-grid>div:last-child{border:0}.proof strong{font:700 22px var(--heading);letter-spacing:-.7px}.proof strong span{font-size:17px}.proof p{font-size:11px;color:var(--muted);margin:6px 0 0}
@media(min-width:1600px){.hero-art{margin-right:-120px}}@media(max-width:1100px){.container{width:calc(100% - 56px)}.nav{gap:20px}.nav nav{gap:20px}h1{font-size:52px}.hero-art{margin-right:-28px;height:540px}.truck{top:150px}.art-label{left:40px}.giant-type{font-size:150px;top:120px}.hero-grid{min-height:620px}.proof strong{font-size:18px}.proof-grid>div{padding-left:20px}.actions{gap:16px}.text-link{font-size:11px}}@media(max-width:760px){html{scroll-padding-top:90px}.container{width:calc(100% - 40px)}.topbar .container{justify-content:center;font-size:10px;min-height:30px}.topbar a{display:none}.nav{height:78px;gap:14px}.brand,.brand img{width:119px}.brand img{height:69px}.nav-cta{margin-left:auto}.button.small{font-size:10px;padding:11px 12px;gap:10px}.menu{display:block;border:0;background:transparent;font-size:23px;color:var(--ink);padding:5px;cursor:pointer}.nav nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:24px;gap:20px;flex-direction:column}.nav nav.open{display:flex}.hero-grid{display:block}.hero-copy{padding:42px 0 20px}.eyebrow{font-size:8px;letter-spacing:1.2px;margin-bottom:20px}h1{font-size:49px;letter-spacing:-2.5px}.intro{font-size:14px;margin-bottom:23px}.actions{gap:20px}.button{font-size:12px;padding:15px 17px;gap:18px}.hero-note{font-size:10px;margin-top:19px}.hero-art{height:350px;margin:8px -20px 0 12px;border-radius:95px 0 0 0}.art-label{top:23px;left:55px;right:26px;font-size:7px}.giant-type{top:42px;left:37px;font-size:127px}.truck{width:420px;max-width:107%;top:31px;left:-21px}.cargo-tag{bottom:38px;left:2px;padding:11px 15px;gap:10px}.cargo-tag strong{font-size:10px}.cargo-tag div>span{font-size:9px}.tag-icon{width:30px;height:30px}.art-bottom{bottom:12px;left:22px;right:22px;font-size:6px}.proof-grid{grid-template-columns:1fr 1fr;gap:23px 0;padding:27px 0}.proof-grid>div{padding-left:18px}.proof-grid>div:nth-child(odd){padding-left:0}.proof-grid>div:nth-child(2){border:0}.proof strong{font-size:17px}.proof strong span{font-size:15px}.proof p{font-size:10px}.road-line{top:130px;width:600px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
.section{padding:100px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:47px;gap:35px}.section-heading h2{margin-bottom:0}h2{font-size:clamp(32px,3.1vw,44px);line-height:1.2;letter-spacing:-1.8px;font-weight:650}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.8;margin:0 0 3px}.section .eyebrow,.coverage .eyebrow{color:var(--teal);font-size:9px}.service-list{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:80px 1fr 55px;gap:15px;padding:30px 5px;border-bottom:1px solid var(--line);align-items:start;transition:background .2s}.service-row:hover{background:#f6fafb}.service-number{font-size:13px;color:var(--teal);padding-top:8px}.service-row>div{display:grid;grid-template-columns:1fr 1.3fr;gap:10px 30px}.service-row h3{font-size:22px;letter-spacing:-.5px;margin:0;grid-row:span 2}.service-row p{font-size:13px;color:var(--muted);max-width:475px;margin-bottom:5px}.pill{font-size:8px;font-weight:700;letter-spacing:1px;color:var(--teal)}.round-arrow{border:1px solid var(--line);border-radius:50%;height:45px;width:45px;display:grid;place-items:center;font-size:23px}.service-row:hover .round-arrow{background:var(--deep);color:white}.coverage{background:var(--deep);color:white;overflow:hidden}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding-block:77px}.coverage .eyebrow{color:var(--aqua)}h2 em{color:var(--aqua);font-style:normal}.coverage-copy>p:not(.eyebrow){color:#b2ccd5;font-size:14px;max-width:375px;margin-bottom:35px}.coverage h2{font-size:45px}.coverage-place{display:flex;gap:18px;margin-bottom:20px}.coverage-place h3{font-size:16px;margin-bottom:4px}.coverage-place p{font-size:12px;line-height:1.7;color:#b2ccd5}.location-dot{width:12px;height:12px;border:3px solid var(--aqua);border-radius:50%;margin-top:7px;box-shadow:0 0 0 5px #33d2d615}.location-dot.national{border-color:white;box-shadow:0 0 0 5px #ffffff10}.light{color:#daf7f8;margin-top:5px}.map-art{position:relative;text-align:center}.map-art img{width:100%;margin-top:-10px;filter:drop-shadow(0 25px 25px #001b3980)}.map-caption{font-size:8px;letter-spacing:2px;color:#8fb8c7}.map-origin{display:inline-flex;align-items:center;gap:9px;font-size:9px;letter-spacing:1px;border:1px solid #347080;padding:9px 17px;border-radius:3px}.map-origin .dot{background:var(--aqua)}.map-art>p{font-size:9px;color:#a5c2cd;margin:15px 0 0}.fleet-count{display:flex;align-items:center;gap:15px}.fleet-count strong{font-family:var(--heading);font-size:82px;line-height:.9;letter-spacing:-6px;color:var(--teal)}.fleet-count>span{font-size:12px;line-height:1.5;color:var(--muted)}.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.fleet-grid article{border-top:2px solid var(--deep);padding-top:25px}.vehicle-icon{height:100px;display:flex;align-items:start}.vehicle-icon svg{width:116px;height:62px;stroke:var(--teal);stroke-width:1.7;stroke-linejoin:round;fill:none}.fleet-grid .eyebrow{font-size:8px;margin-bottom:12px}.fleet-grid h3{font-size:24px;letter-spacing:-.8px;margin-bottom:13px}.fleet-grid article>p:not(.eyebrow){font-size:13px;line-height:1.8;color:var(--muted);max-width:300px;min-height:71px}.fleet-footer{border-top:1px solid var(--line);padding-top:16px;font-size:11px;font-weight:500}.fleet-detail{font-size:10px;color:var(--muted);margin:25px 0 0}.about{background:var(--pale)}.about-grid{display:grid;grid-template-columns:.88fr 1fr;gap:100px;align-items:center}.operation-photo{position:relative;height:620px;overflow:hidden;border-radius:6px}.operation-photo>img{width:100%;height:100%;object-fit:cover}.operation-photo::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#062d41e0)}.photo-caption{position:absolute;bottom:29px;left:29px;right:20px;color:white;z-index:1}.photo-caption span{display:block;font-size:9px;letter-spacing:2px;margin-bottom:12px}.photo-caption strong{font-family:var(--heading);font-size:23px;letter-spacing:-.5px}.about-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);max-width:430px}.technology{margin:29px 0}.technology>div{display:flex;gap:20px;border-top:1px solid #cfdfe4;padding:18px 0 0}.technology>div>span{font-size:9px;color:var(--teal);padding-top:4px}.technology h3{font-size:14px;margin-bottom:4px}.technology p{font-size:12px;color:var(--muted);margin-bottom:18px}.about-copy .text-link{font-size:11px}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.quote-copy h2{font-size:49px}.quote-copy h2 em{color:var(--teal)}.quote-copy>p:not(.eyebrow){color:var(--muted);font-size:14px;margin:25px 0 30px}.quote-phone{display:block;font-family:var(--heading);font-size:25px;font-weight:600;letter-spacing:-.7px}.quote-phone span{color:var(--teal);margin-left:15px}.email-link{font-size:13px;color:var(--muted);display:block;margin:5px 0 30px}.quote-location{display:flex;gap:14px;font-size:13px}.quote-location>span{color:var(--teal);font-size:24px}.quote-location small{color:var(--muted);font-size:11px}form{padding:34px;border:1px solid var(--line);border-radius:7px;background:#f8fbfc}form h3{font-size:22px;letter-spacing:-.6px;margin-bottom:5px}form>p{font-size:12px;color:var(--muted);margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}label{font-size:11px;font-weight:600}.full{grid-column:1/-1}input,select,textarea{display:block;width:100%;min-width:0;margin-top:7px;border:1px solid #d4e1e6;border-radius:4px;background:#fff;padding:12px;font-size:11px;color:var(--ink)}input::placeholder,textarea::placeholder{color:#85969d}textarea{resize:vertical;min-height:85px}form .button{margin-top:22px;width:100%}form .form-note{font-size:9px;line-height:1.65;text-align:center;margin:13px 5px 0}footer{background:#f1f6f8;border-top:1px solid var(--line)}.footer-top{display:flex;align-items:center;gap:65px;padding-block:34px}.footer-top img{width:140px;object-fit:contain}.footer-top>p{font-size:11px;color:var(--muted);margin:0}.footer-top>p strong{color:var(--ink);font-weight:500}.footer-top>a:not(:first-child){font-size:12px}.footer-top a small{display:block;font-size:10px;color:var(--muted)}.footer-top a span{margin-left:15px;color:var(--teal)}.back-top{margin-left:auto}.footer-bottom{border-top:1px solid #d8e3e8;padding-block:18px;display:flex;justify-content:space-between;font-size:9px;color:var(--muted)}
@media(max-width:1100px){.coverage-grid{gap:25px}.about-grid,.quote-grid{gap:48px}.operation-photo{height:560px}.quote-copy h2{font-size:42px}.fleet-grid{gap:25px}.footer-top{gap:32px}}
@media(max-width:760px){.section{padding:62px 0}.section-heading{display:block;margin-bottom:30px}h2{font-size:31px;letter-spacing:-1.2px}.section-heading>p{margin-top:18px;font-size:12px}.service-row{grid-template-columns:25px 1fr 32px;gap:10px;padding:24px 0}.service-row>div{display:block}.service-row h3{font-size:20px;margin-bottom:12px}.service-row p{font-size:12px;line-height:1.75}.service-number{font-size:10px;padding-top:4px}.round-arrow{width:32px;height:32px;font-size:19px}.coverage-grid{grid-template-columns:1fr;gap:30px;padding-block:58px}.coverage h2{font-size:36px}.coverage-copy>p:not(.eyebrow){font-size:13px}.map-art{max-width:400px;margin:auto}.map-art img{margin-top:0}.map-art>p{font-size:8px}.fleet .section-heading{display:flex;align-items:start;gap:20px}.fleet .section-heading h2{font-size:28px}.fleet-count{gap:8px;margin-top:33px}.fleet-count strong{font-size:49px;letter-spacing:-3px}.fleet-count>span{font-size:9px}.fleet-grid{grid-template-columns:1fr;gap:27px}.fleet-grid article{display:grid;grid-template-columns:76px 1fr;gap:0 20px;padding-top:20px}.vehicle-icon{grid-row:span 4;height:auto}.vehicle-icon svg{width:76px}.fleet-grid h3{font-size:22px}.fleet-grid article>p:not(.eyebrow){min-height:0;font-size:12px}.fleet-footer{grid-column:2;font-size:10px}.fleet-detail{font-size:9px}.about-grid{grid-template-columns:1fr;gap:38px}.operation-photo{height:380px}.operation-photo>img{object-position:50% 53%}.about-copy h2{font-size:33px}.about-copy>p:not(.eyebrow){font-size:13px}.quote-grid{grid-template-columns:1fr;gap:25px}.quote-copy h2{font-size:38px}.quote-copy>p:not(.eyebrow){font-size:13px}.quote-phone{font-size:25px}.quote-copy .eyebrow{font-size:8px}form{padding:23px 20px}.form-grid{gap:15px 12px}input,select,textarea{font-size:16px;padding:10px;letter-spacing:-.4px}input::placeholder,textarea::placeholder{font-size:11px;letter-spacing:0}select{font-size:12px;min-height:44px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-block:28px}.footer-top img{width:125px}.footer-top>p{font-size:9px}.footer-top>a:not(:first-child){font-size:11px}.back-top{margin:0;text-align:right}.footer-bottom{flex-wrap:wrap;gap:10px;font-size:8px}.footer-bottom span:last-child{width:100%}}
/* Refinamento editorial e fotografia real da D2C. */
:root{--ink:#163945;--deep:#123b4a;--teal:#187e8c;--muted:#62767e;--pale:#f0f5f6}
.skip-link{position:fixed;top:-90px;left:20px;z-index:30;background:white;padding:12px 20px;border:2px solid var(--teal)}.skip-link:focus{top:15px}.nav{height:88px}.nav nav{font-size:13px;gap:28px}.button{border-radius:3px;white-space:nowrap;transition:background .2s,transform .2s}.button:active{transform:translateY(1px)}h2,h3{text-wrap:balance}.hero{background:#f7f9f9;border-bottom:1px solid var(--line)}.hero-grid{grid-template-columns:.85fr 1.15fr;gap:62px;min-height:650px;padding-block:58px 64px}.hero-copy{padding:0}.hero-copy .eyebrow{font-size:9px;letter-spacing:1.5px;margin-bottom:25px}h1{font-size:clamp(44px,4.05vw,61px);font-weight:600;letter-spacing:-2.7px;line-height:1.08;margin-bottom:26px}h1>span{display:block;margin-top:4px}.hero-copy .intro{max-width:360px;line-height:1.8;font-size:15px;margin-bottom:29px}.hero-copy .actions{gap:23px;flex-wrap:wrap}.hero-copy .text-link{white-space:nowrap;font-size:12px}.hero-note{margin-top:24px;font-size:11px}.hero-photo{margin:0;min-width:0;position:relative}.photo-frame{overflow:hidden;border-radius:5px 5px 0 0;aspect-ratio:16/9}.photo-frame img{width:100%;height:100%;object-fit:cover}.hero-photo figcaption{padding:25px 28px;background:var(--deep);color:white;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 5px 5px}.hero-photo figcaption .eyebrow{color:#a8cdd4;font-size:8px;letter-spacing:1.7px;margin-bottom:10px}.hero-photo figcaption strong{font:500 20px/1.45 var(--heading);letter-spacing:-.5px}.hero-photo figcaption a{border:1px solid #668591;color:#c4e6ec;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;font-size:22px;transition:background .2s}.hero-photo figcaption a:hover{background:#315b69}.photo-footnote{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.6px;padding-top:17px;color:#6f858d}.proof-grid{padding-block:34px}.proof strong{font-weight:600}.proof strong,.fleet-count strong{font-variant-numeric:tabular-nums}.proof p{font-size:12px}.section{padding:88px 0}.section-heading>p{font-size:14px}.service-row{padding-block:33px}.service-row p{font-size:14px}.service-row h3{font-weight:600}.coverage{background:#123b4a}.coverage h2{font-weight:550}.fleet-grid{gap:38px}.fleet-grid article{border-top:1px solid #8da8b1}.fleet-grid h3{font-weight:600}.fleet-grid article>p:not(.eyebrow){font-size:14px}.fleet-detail{font-size:11px}.about-grid{grid-template-columns:1.05fr 1fr;gap:75px}.operation-gallery{min-width:0}.operation-gallery>figure{margin:0}.operation-gallery>figure>img{width:100%;height:auto;aspect-ratio:640/385;object-fit:cover;border-radius:4px}.operation-gallery figcaption{padding:12px 0 22px;font-size:11px;color:var(--muted);border-bottom:1px solid #d1dfe4}.gallery-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;padding-top:23px;align-items:center}.gallery-detail>img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:3px}.gallery-detail .eyebrow{font-size:7px;letter-spacing:1px;margin-bottom:10px}.gallery-detail p:not(.eyebrow){font:500 17px/1.5 var(--heading);letter-spacing:-.4px;margin-bottom:16px}.gallery-detail .text-link{font-size:10px}.about-copy h2{font-size:39px}.about-copy>p:not(.eyebrow){font-size:14px;line-height:1.8}.technology h3{font-size:15px;font-weight:600}.technology p{font-size:13px}.quote-grid{gap:75px}form{background:white;border-radius:4px;box-shadow:0 15px 40px #183d4906}label{font-size:12px}input,textarea,select{font-size:12px;border-radius:3px}.form-note{color:#647982!important}.footer-top>p{font-size:12px}.footer-bottom{font-size:10px}
@media(max-width:1100px){.nav{gap:20px}.nav nav{gap:19px;font-size:12px}.hero-grid{gap:35px;grid-template-columns:.95fr 1.05fr;min-height:590px}.hero-copy .eyebrow{font-size:8px;letter-spacing:1px}h1{font-size:48px;letter-spacing:-2.2px}.hero-copy .intro{font-size:14px}.hero-photo figcaption{padding:22px}.hero-photo figcaption strong{font-size:17px}.hero-photo figcaption a{width:34px;height:34px;flex-shrink:0}.photo-footnote{font-size:6px}.about-grid{gap:40px}.about-copy h2{font-size:32px}.gallery-detail{gap:16px}.gallery-detail p:not(.eyebrow){font-size:14px}.gallery-detail .eyebrow{font-size:6px}.quote-grid{gap:45px}.proof p{font-size:10px}}
@media(min-width:761px) and (max-width:900px){.hero-grid{gap:27px;grid-template-columns:1fr 1fr}h1{font-size:43px}.hero-copy .actions{gap:16px}.hero-copy .button{padding:14px 17px;font-size:12px}.hero-copy .text-link{font-size:11px}.hero-photo figcaption{padding:20px 17px}.hero-photo figcaption strong{font-size:15px}.hero-photo figcaption .eyebrow{font-size:6px}.photo-footnote{letter-spacing:1px}.nav nav{gap:16px}.nav-cta{padding-inline:13px!important}.brand,.brand img{width:125px}}
@media(max-width:760px){.nav{height:76px;gap:12px}.nav nav{top:76px}.hero-grid{display:flex;flex-direction:column;gap:33px;padding-block:38px 30px;min-height:0;align-items:stretch}.hero-copy{padding:0}.hero-copy .eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:24px}h1{font-size:49px;font-weight:550;line-height:1.08;letter-spacing:-2.5px;margin-bottom:22px}h1>span{margin-top:3px;max-width:330px}.hero-copy .intro{font-size:14px;line-height:1.7;max-width:330px;margin-bottom:25px}.hero-copy .actions{gap:23px}.hero-copy .button{padding:15px 19px;font-size:12px}.hero-copy .text-link{font-size:11px}.hero-note{font-size:10px;margin-top:19px}.hero-photo{width:100%}.hero-photo figcaption{padding:20px}.hero-photo figcaption strong{font-size:17px}.hero-photo figcaption .eyebrow{font-size:7px}.photo-footnote{padding-top:13px;font-size:7px;letter-spacing:1px}.proof-grid{padding-block:26px}.proof p{font-size:10px}.section{padding:58px 0}.section-heading>p{font-size:12px}.service-row{padding-block:24px}.service-row p{font-size:12px}.fleet-grid article>p:not(.eyebrow){font-size:12px}.fleet-detail{font-size:10px}.about-grid{grid-template-columns:1fr;gap:38px}.gallery-detail{grid-template-columns:.85fr 1.15fr;gap:23px}.gallery-detail .eyebrow{font-size:7px}.gallery-detail p:not(.eyebrow){font-size:16px}.gallery-detail .text-link{font-size:10px}.operation-gallery figcaption{font-size:10px}.about-copy h2{font-size:33px}.quote-grid{gap:25px}.footer-top>p{font-size:9px}.footer-bottom{font-size:8px}input,textarea{font-size:16px}select{font-size:12px}.button.small{font-size:10px}}
@media(max-width:370px){h1{font-size:44px}.hero-copy .eyebrow{font-size:7px}.hero-copy .actions{gap:15px}.hero-copy .text-link{font-size:10px}.gallery-detail p:not(.eyebrow){font-size:14px}}
/* Refinamento da hierarquia e da leitura. */
.hero-grid{grid-template-columns:.82fr 1.18fr;gap:64px;min-height:620px;padding-block:60px}.hero-copy .eyebrow{color:var(--teal);font-size:9px}.hero-copy h1{font-size:clamp(43px,4vw,59px);line-height:1.09;letter-spacing:-2.5px;font-weight:600}.hero-copy .intro{font-size:15px;max-width:350px}.hero-photo figcaption{padding:24px 27px}.hero-photo figcaption strong{font-size:20px}.proof{background:#fff}.proof strong{font-size:23px}.proof-grid>div{padding-left:35px}.section-heading .eyebrow{margin-bottom:19px}.service-row>div{grid-template-columns:1fr 1.25fr}.service-row h3{font-size:24px;letter-spacing:-.7px}.service-row p{line-height:1.85;max-width:430px}.service-row .pill{margin-top:5px}.coverage-grid{padding-block:80px}.coverage-copy>p:not(.eyebrow){font-size:15px;line-height:1.8}.coverage-place h3{font-size:17px;font-weight:500}.coverage-place p{font-size:13px}.technology>div{padding-top:22px}.technology p{margin-bottom:22px}.quote-copy h2{font-size:46px}.quote-copy .email-link{font-size:15px;font-weight:500;color:var(--teal);margin-bottom:30px;overflow-wrap:anywhere}.quote form{padding:36px}.quote form>p{font-size:13px}.quote form .form-note{font-size:10px}.nav nav a{position:relative}.nav nav a::after{content:'';position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav nav a:hover::after,.nav nav a[aria-current="location"]::after{transform:scaleX(1)}
@media(max-width:1100px){.hero-grid{gap:36px;min-height:585px}.hero-copy h1{font-size:47px}.hero-copy .intro{font-size:14px}.hero-photo figcaption strong{font-size:17px}.hero-photo figcaption{padding:22px}.proof strong{font-size:18px}.proof-grid>div{padding-left:23px}.service-row h3{font-size:21px}.quote-copy h2{font-size:38px}.quote form{padding:28px}.coverage-copy>p:not(.eyebrow){font-size:14px}}
@media(min-width:761px) and (max-width:900px){.hero-grid{grid-template-columns:.88fr 1.12fr;gap:28px}.hero-copy h1{font-size:42px;letter-spacing:-1.9px}.hero-photo figcaption strong{font-size:15px}.hero-photo figcaption{padding:19px}.hero-copy .eyebrow{font-size:7px;letter-spacing:.8px}.hero-copy .intro{font-size:13px}.proof strong{font-size:17px}.proof p{font-size:9px}}
@media(max-width:760px){.hero-grid{padding-block:36px 30px;gap:29px;min-height:0}.hero-copy h1{font-size:47px;letter-spacing:-2.1px;line-height:1.1;max-width:340px;margin-bottom:21px}.hero-copy .eyebrow{font-size:8px;margin-bottom:22px;letter-spacing:1px}.hero-copy .intro{font-size:14px;line-height:1.75;margin-bottom:23px}.hero-copy .hero-note{margin-top:17px}.hero-photo figcaption{padding:19px 20px}.hero-photo figcaption strong{font-size:17px}.proof strong{font-size:17px}.proof-grid>div{padding-left:18px}.proof-grid>div:nth-child(odd){padding-left:0}.proof p{font-size:10px}.service-row>div{display:block}.service-row h3{font-size:21px}.service-row p{font-size:13px;line-height:1.75}.coverage-grid{padding-block:55px}.coverage-copy>p:not(.eyebrow){font-size:14px}.coverage-place h3{font-size:16px}.coverage-place p{font-size:12px}.quote-copy h2{font-size:36px}.quote-copy .email-link{font-size:14px}.quote form{padding:24px 20px}.quote form>p{font-size:12px}.nav nav a::after{display:none}}
@media(max-width:370px){.hero-copy h1{font-size:42px}.hero-copy .eyebrow{font-size:7px}.hero-copy .actions{gap:15px}}

.quote-actions{display:grid;gap:11px;margin-top:22px}.quote-actions .button{margin-top:0}.quote-actions .email-button{background:#fff;color:var(--deep);border-color:#9db4bd}.quote-actions .email-button span{color:var(--teal)}.quote-actions .email-button:hover{background:#eef5f7;border-color:var(--deep)}
