:root{--color-primary:#0d3647;--color-primary-dark:#082a38;--color-primary-light:#164e62;--color-secondary:#0d4832;--color-secondary-dark:#083625;--color-secondary-light:#1d6249;--color-text:#404040;--color-text-muted:#6b6b6b;--color-heading:#172126;--color-background:#fff;--color-background-soft:#f4f6f5;--color-background-blue-soft:#edf3f5;--color-border:#dce3e1;--color-white:#fff;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--shadow-soft:0 16px 50px #0d364714;--container-max:1440px;--header-mobile-height:72px;--font-display:"Barlow Condensed", "Barlow", "Archivo", system-ui, sans-serif;--font-body:"Barlow", "Inter", system-ui, sans-serif}@media (prefers-color-scheme:dark){:root{--color-background:#fff;--color-background-soft:#f4f6f5}}.container{width:min(100% - 2.5rem, var(--container-max));margin-inline:auto}*{box-sizing:border-box}:root{font:16px/1.65 var(--font-body);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--color-text);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}.app-shell{flex-direction:column;flex:1;min-height:100%;display:flex}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-heading);margin:0;font-weight:600}h1{letter-spacing:-.03em;font-size:clamp(2.7rem,6vw,5.5rem);line-height:.98}h2{letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}h3{font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.15}p{margin:0}a{color:inherit}img{max-width:100%;display:block}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.mobile-menu-root{inset:var(--header-mobile-height) 0 0;z-index:900;visibility:hidden;pointer-events:none;position:fixed}.mobile-menu-root.is-open{visibility:visible;pointer-events:auto}.mobile-menu-overlay{z-index:0;opacity:0;pointer-events:none;background:#0812188c;transition:opacity .28s;position:absolute;inset:0}.mobile-menu-root.is-open .mobile-menu-overlay{opacity:1;pointer-events:auto}.mobile-menu-panel{z-index:1;background:var(--color-primary);width:min(86vw,400px);padding:20px 0 calc(28px + env(safe-area-inset-bottom,0px));opacity:0;pointer-events:none;flex-direction:column;justify-content:space-between;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .32s;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu-root.is-open .mobile-menu-panel{opacity:1;pointer-events:auto;transform:translate(0)}.mobile-menu__nav{padding:8px 1.75rem 0}.mobile-menu__list{margin:0;padding:0;list-style:none}.mobile-menu__item{opacity:0;transition:opacity .32s,transform .32s;transition-delay:calc(var(--i) * 60ms);border-bottom:1px solid #ffffff1f;transform:translateY(14px)}.mobile-menu-root.is-open .mobile-menu__item{opacity:1;transform:translateY(0)}.mobile-menu__link{min-height:64px;font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-white);align-items:baseline;gap:12px;font-size:26px;font-weight:600;text-decoration:none;display:flex;position:relative}.mobile-menu__link-index{font-family:var(--font-body);color:#fff6;font-size:13px;font-weight:600}.mobile-menu__link-label{position:relative}.mobile-menu__link.is-active .mobile-menu__link-label{color:var(--color-secondary-light)}.mobile-menu__link.is-active .mobile-menu__link-label:after{content:"";background:var(--color-secondary-light);height:2px;position:absolute;bottom:-6px;left:0;right:0}.mobile-menu__link:focus-visible{outline:2px solid var(--color-secondary-light);outline-offset:4px;border-radius:var(--radius-sm)}.mobile-menu__footer{flex-direction:column;gap:12px;padding:24px 1.75rem 0;display:flex}.mobile-menu__cta{border-radius:var(--radius-sm);background:var(--color-secondary-light);min-height:52px;color:var(--color-white);justify-content:center;align-items:center;padding:0 24px;font-size:16px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.mobile-menu__cta:hover{background:var(--color-secondary)}.mobile-menu__cta:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}.mobile-menu__region{color:#ffffff8c;margin:0;font-size:13px}@media (width>=900px){.mobile-menu-root{display:none}}@media (prefers-reduced-motion:reduce){.mobile-menu-overlay,.mobile-menu-panel,.mobile-menu__item{transition-duration:.001ms;transition-delay:0s}}.site-header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);background:#ffffffeb;width:100%;position:fixed;top:0;left:0}.site-header__bar{height:var(--header-mobile-height);justify-content:space-between;align-items:center;gap:24px;display:flex}.site-header__brand{align-items:center;height:100%;display:flex}.site-header__brand img{width:auto;height:42px}.site-header__nav{align-items:center;gap:8px;display:none}.site-header__link{height:44px;color:var(--color-primary);border-radius:var(--radius-sm);align-items:center;padding:0 14px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.site-header__link:hover{background:var(--color-background-blue-soft)}.site-header__link.is-active{color:var(--color-secondary);background:var(--color-background-soft)}.site-header__toggle{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:background .2s;display:inline-flex}.site-header__toggle:hover{background:var(--color-background-blue-soft)}.site-header__toggle-bar{background:var(--color-primary);border-radius:1px;width:22px;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s;display:block}.site-header__toggle.is-open .site-header__toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}.site-header__toggle.is-open .site-header__toggle-bar:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__toggle.is-open .site-header__toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=900px){.site-header__nav{display:flex}.site-header__toggle{display:none}}@media (prefers-reduced-motion:reduce){.site-header__toggle-bar{transition:none}}.site-footer{background:var(--color-primary);color:#ffffffdb;margin-top:auto;padding:64px 0 0}.site-footer__grid{grid-template-columns:1fr;gap:40px;padding-bottom:48px;display:grid}.site-footer__brand img{filter:brightness(0)invert();width:auto;height:44px;margin-bottom:16px}.site-footer__brand p{color:#ffffffb3;max-width:42ch;font-size:14.5px;line-height:1.6}.site-footer__col h3{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;margin-bottom:16px;font-size:14px;font-weight:700}.site-footer__col ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.site-footer__col a,.site-footer__col p{color:#ffffffdb;font-size:14.5px;line-height:1.5;text-decoration:none}.site-footer__col a:hover{color:var(--color-secondary-light)}.site-footer__bottom{border-top:1px solid #ffffff24;flex-direction:row;justify-content:space-between;padding:20px 0;display:flex}.site-footer__bottom p{color:#ffffff8c;font-size:13px}.site-footer__bottom a{font-weight:800;text-decoration:none}.site-footer__bottom a:hover{color:#f4951f;transition:color .2s ease-in-out}@media (width>=700px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.site-footer__bottom{flex-direction:row}}@media (width<=700px){.site-footer__bottom{flex-direction:column;align-items:center;gap:8px}}.site-loader{z-index:1200;background:var(--color-primary);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.site-loader__rig{justify-content:center;align-items:center;display:flex;position:relative}.site-loader__cable{background:#ffffff8c;width:2px;height:56px;position:absolute;top:-56px;left:50%;transform:translate(-50%)}.site-loader__hook{border:2px solid #ffffffb3;border-top:none;border-radius:0 0 8px 8px;width:14px;height:10px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.site-loader__logo{filter:brightness(0)invert();width:auto;height:clamp(32px,5vw,44px);position:relative}.site-loader__progress{background:#ffffff2e;width:clamp(120px,20vw,180px);height:2px;position:absolute;bottom:clamp(28px,6vh,56px);left:50%;overflow:hidden;transform:translate(-50%)}.site-loader__progress-fill{background:var(--color-secondary-light);width:100%;height:100%;display:block}@media (width<=639.98px){.site-loader__cable{height:40px;top:-40px}.site-loader__hook{top:-8px}}.crane-sequence{--truck-base:#123241;--truck-detail:#002533;--crane-detail:#0d4832;--cable-color:#202c32;background:#fff;width:100%;max-width:100%;height:100dvh;position:relative;overflow-x:clip}.crane-stage{background:#fff;height:100dvh;position:relative;overflow:hidden}.truck-stage-center{z-index:1;place-items:center;display:grid;position:absolute;inset:0}.truck-rig{aspect-ratio:387/182;width:clamp(340px,31vw,540px);position:relative}@media (width<=1023.98px){.truck-rig{width:clamp(300px,46vw,460px)}}@media (width<=639.98px){.truck-rig{width:clamp(230px,66vw,350px)}}.truck-illustration{width:100%;height:100%;display:block;overflow:visible}.truck-suspension{will-change:transform}.truck-ground ellipse{fill:var(--truck-base);opacity:.16}.truck-ground-strip{opacity:.07}.truck-real-body path{fill:var(--truck-detail);fill-rule:evenodd}.crane-real-details path{fill:var(--crane-detail);fill-rule:evenodd}.wheel path{fill:var(--truck-detail);fill-rule:evenodd;will-change:transform}.cable-rig{z-index:3;width:0;height:0;position:absolute;top:15%;left:88.2%}.cable-swing{transform-origin:top;will-change:transform;position:absolute;top:0;left:0}.cable-shaft{transform-origin:top;will-change:transform;width:clamp(2px,.22vw,4px);height:56vh;position:absolute;top:0;left:0}.cable-shaft svg{width:100%;height:100%;display:block;overflow:visible}.cable-shaft polygon{fill:var(--cable-color)}@media (width<=1023.98px){.cable-shaft{height:50vh}}@media (width<=639.98px){.cable-shaft{height:42vh}}.hook-rig{will-change:transform;width:clamp(11px,1.2vw,18px);position:absolute;top:0;left:50%}.hook-rig svg{width:100%;height:auto;display:block;overflow:visible}.hook-rig path{fill:var(--cable-color);fill-rule:evenodd}.traction-dust{z-index:1;width:0;height:0;position:absolute;top:92%}.traction-dust--rear{left:72.6%}.traction-dust--front{left:26.4%}.dust-puff{background:var(--truck-base);opacity:0;will-change:transform, opacity;border-radius:50%;width:8px;height:8px;position:absolute;top:-4px;left:-4px}.dust-puff:nth-child(2){width:6px;height:6px;left:1px}.dust-puff:nth-child(3){width:7px;height:7px;top:-1px;left:-8px}.dust-puff:nth-child(4){width:5px;height:5px;top:1px;left:4px}.dust-puff--sm{width:5px;height:5px}.scroll-hint-anchor{z-index:1;pointer-events:none;position:absolute;bottom:clamp(20px,3vh,34px);left:50%;transform:translate(-50%)}.scroll-hint{max-width:calc(100vw - 32px);color:var(--truck-detail);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform, opacity;background:#ffffffeb;border:1px solid #12324124;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:9px 14px 9px 16px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 8px 24px #00253314,0 2px 6px #0025330d}.scroll-hint__icon{place-items:center;width:20px;height:20px;animation:1.4s ease-in-out infinite scroll-hint-bounce;display:grid}.scroll-hint__icon svg{display:block}@keyframes scroll-hint-bounce{0%,to{transform:translateY(-2px)}50%{transform:translateY(3px)}}@media (width<=639.98px){.scroll-hint-anchor{bottom:18px}.scroll-hint{letter-spacing:.08em;gap:7px;padding:8px 12px 8px 14px;font-size:10px}.scroll-hint__icon{width:18px;height:18px}}.hero-panel{z-index:2;color:#fff;will-change:transform;background-color:#082430;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.hero-panel:before{content:"";opacity:.28;pointer-events:none;background-image:url(/fleet-hero.jpg);background-position:bottom;background-size:cover;position:absolute;inset:0}.hero-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#0d364799 0%,#082430e6 75%);position:absolute;inset:0}.hero-content{z-index:2;text-align:left;max-width:720px;margin:0 auto;padding:0 24px;position:relative}.hero-eyebrow{letter-spacing:2.4px;color:#ffffffd9;margin:0 0 16px;font-size:13px;font-weight:600}.hero-content h1{letter-spacing:-1.4px;color:#fff;margin:0 0 20px;font-size:clamp(32px,5vw,56px);line-height:108%}.hero-description{color:#ffffffe0;max-width:560px;font-size:clamp(16px,1.6vw,19px);line-height:155%}.hero-actions{flex-wrap:wrap;gap:12px;margin:28px 0 20px;display:flex}.btn{font:inherit;cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:12px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:border-color .3s,background .3s,color .3s;display:inline-flex}.btn:focus-visible{outline-offset:2px;outline:2px solid #fff}.btn-primary{color:#fff;background:#0d4832}.btn-primary:hover{background:#1d6249}.btn-secondary{color:#fff;background:0 0;border-color:#ffffffbf}.btn-secondary:hover{background:#ffffff1a;border-color:#fff}.hero-note{color:#ffffffbf;margin:0;font-size:14px}@media (width<=639.98px){.hero-actions{flex-direction:column}.btn{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.crane-sequence{height:auto}.crane-stage{height:auto;min-height:100dvh;overflow:visible}.hero-panel{min-height:100dvh;position:relative;transform:none}.truck-stage-center,.scroll-hint-anchor{display:none}.scroll-hint__icon{animation:none}}.about-intro{background:var(--color-background);padding:88px 0}.about-intro__grid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid;overflow-x:hidden}.about-intro__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:14px;font-size:13px;font-weight:700}.about-intro__text h2{margin-bottom:22px}.about-intro__text p{max-width:62ch;color:var(--color-text);margin-bottom:16px;font-size:16px;line-height:1.65}.about-intro__link{color:var(--color-primary);border-bottom:2px solid var(--color-secondary);align-items:center;gap:8px;margin-top:12px;padding-bottom:2px;font-weight:700;text-decoration:none;display:inline-flex}.about-intro__panel{aspect-ratio:4/3;border-radius:var(--radius-lg);background:linear-gradient(150deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);justify-content:center;align-items:center;padding:32px;display:flex;position:relative;overflow:hidden}.about-intro__visual{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.about-intro__logo{object-fit:contain;filter:brightness(0)invert();width:clamp(150px,38%,280px);max-width:70%;height:auto;display:block}@media (width>=900px){.about-intro__grid{grid-template-columns:1.1fr .9fr;gap:64px}}.service-card{border-radius:var(--radius-md);background:var(--color-primary);isolation:isolate;position:relative;overflow:hidden}.service-card__media{aspect-ratio:4/5;background:repeating-linear-gradient(135deg, #ffffff0d 0 2px, transparent 2px 14px), linear-gradient(160deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);place-items:center;display:grid;position:relative;overflow:hidden}.service-card__cover{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.service-card__media:after{content:"";pointer-events:none;background:linear-gradient(#082a380d 0%,#082a3833 60%,#082a38bf 100%);position:absolute;inset:0}.service-card__icon{color:#ffffffe6;width:34%;max-width:120px;height:auto;transition:transform .4s}.service-card__body{pointer-events:none;flex-direction:column;justify-content:flex-end;padding:18px;display:flex;position:absolute;inset:0}.service-card__top{pointer-events:auto;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.service-card__badge{background:var(--color-secondary);max-width:78%;color:var(--color-white);font-family:var(--font-display);border-radius:var(--radius-sm);padding:10px 16px;font-size:clamp(18px,2vw,22px);font-weight:600;line-height:1.1;transition:transform .3s,background .3s;display:inline-block}.service-card__toggle{border-radius:var(--radius-sm);min-height:44px;color:var(--color-white);cursor:pointer;background:#0d364780;border:1px solid #ffffff80;flex-shrink:0;padding:0 16px;font-size:13px;font-weight:600}.service-card__details{pointer-events:auto;color:#ffffffeb;grid-template-rows:0fr;margin-top:12px;transition:grid-template-rows .35s;display:grid}.service-card__details>*{overflow:hidden}.service-card__details p{margin-bottom:10px;font-size:14.5px;line-height:1.55}.service-card__details ul{color:#fffc;flex-direction:column;gap:6px;margin:0 0 14px;padding:0;font-size:13.5px;list-style:none;display:flex}.service-card__details li:before{content:"— ";color:var(--color-secondary-light)}.service-card__cta{background:var(--color-white);min-height:44px;color:var(--color-primary);border-radius:var(--radius-sm);align-items:center;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.service-card.is-expanded .service-card__details{grid-template-rows:1fr}.service-card.is-expanded .service-card__body{background:linear-gradient(#082a3826 0%,#082a38bf 45%,#082a38f5 100%)}@media (hover:hover) and (pointer:fine){.service-card__toggle{display:none}.service-card__details{grid-template-rows:0fr}.service-card__body{background:linear-gradient(#082a3800 0% 100%);transition:background .35s}.service-card:hover .service-card__body,.service-card:focus-within .service-card__body{background:linear-gradient(#082a3826 0%,#082a38bf 45%,#082a38f5 100%)}.service-card:hover .service-card__details,.service-card:focus-within .service-card__details{grid-template-rows:1fr}.service-card:hover .service-card__cover,.service-card:focus-within .service-card__cover,.service-card:hover .service-card__icon,.service-card:focus-within .service-card__icon{transform:scale(1.06)}.service-card:hover .service-card__badge,.service-card:focus-within .service-card__badge{background:var(--color-secondary-light);transition:background .3s}}@media (prefers-reduced-motion:reduce){.service-card__icon,.service-card__badge,.service-card__details,.service-card__body{transition:none}}.section-heading{max-width:46ch;margin-bottom:40px}.section-heading--center{text-align:center;max-width:60ch;margin-inline:auto}.section-heading__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:12px;font-size:13px;font-weight:700}.section-heading--dark .section-heading__eyebrow{color:var(--color-secondary-light)}.section-heading--dark h2{color:var(--color-white)}.section-heading__description{color:var(--color-text-muted);margin-top:16px;font-size:16px;line-height:1.65}.section-heading--dark .section-heading__description{color:#ffffffc7}.services-section{background:var(--color-background-soft);padding:88px 0}.services-section__header{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.services-section__link{color:var(--color-primary);border-bottom:2px solid var(--color-secondary);flex-shrink:0;align-items:center;gap:8px;margin-bottom:40px;padding-bottom:2px;font-weight:700;text-decoration:none;display:inline-flex}.services-section__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=700px){.services-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.services-section__header{flex-direction:row;justify-content:space-between;align-items:flex-end}.services-section__header .section-heading{margin-bottom:0}}@media (width>=1100px){.services-section__grid{grid-template-columns:repeat(3,1fr)}}.differentials{background:var(--color-primary);color:#ffffffe6;padding:88px 0}.differentials__list{border-top:1px solid #ffffff24;grid-template-columns:1fr;gap:0;margin:0;padding:0;list-style:none;display:grid}.differentials__item{border-bottom:1px solid #ffffff24;gap:20px;padding:24px 0;display:flex}.differentials__number{font-family:var(--font-display);color:var(--color-secondary-light);flex-shrink:0;width:48px;font-size:28px;font-weight:600}.differentials__item h3{color:var(--color-white);margin-bottom:6px}.differentials__item p{color:#ffffffb8;max-width:52ch;font-size:15px;line-height:1.6}@media (width>=900px){.differentials__list{grid-template-columns:repeat(2,1fr);column-gap:48px}.differentials__item:nth-child(odd){border-right:1px solid #ffffff24;padding-right:24px}.differentials__item:nth-child(2n){padding-left:24px}}.equipment-safety{background:var(--color-background);margin:auto;padding:88px 0;display:block}.equipment-safety__grid{grid-template-columns:1fr;gap:32px;max-width:1080px;margin-inline:auto;display:grid;overflow-x:hidden}.equipment-safety__visual{border-radius:var(--radius-lg);border:1px solid var(--color-border);background-image:url(/manutencao-caminhao.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-end;min-height:220px;padding:24px;display:flex;position:relative}.equipment-safety__badge{background:var(--color-secondary);color:var(--color-white);border-radius:var(--radius-sm);padding:12px 20px;font-size:15px;font-weight:700;display:inline-block}.equipment-safety__points{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.equipment-safety__points li{border-left:3px solid var(--color-secondary);padding-left:20px}.equipment-safety__points h3{margin-bottom:6px}.equipment-safety__points p{color:var(--color-text);max-width:58ch;font-size:15px;line-height:1.6}@media (width>=900px){.equipment-safety__grid{grid-template-columns:.8fr 1.2fr;gap:56px}}.segments{background:var(--color-background-soft);padding:88px 0}.segments__list{flex-wrap:wrap;justify-content:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.segments__list li{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-primary);border-radius:999px;padding:12px 20px;font-size:14.5px;font-weight:600}.regions{background:var(--color-background);padding:88px 0}.regions__container{grid-template-columns:1fr;gap:48px;display:grid}.regions__info{flex-direction:column;display:flex}.regions__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary-light);margin:0 0 16px;font-size:13px;font-weight:700}.regions__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-heading);margin:0 0 20px;font-size:clamp(2.4rem,4.8vw,3.4rem);line-height:1.05}.regions__title-highlight{color:var(--color-secondary)}.regions__description{color:var(--color-text-muted);max-width:44ch;margin:0 0 36px;font-size:16px;line-height:1.6}.regions__stats{align-items:center;gap:32px;margin-top:48px;display:flex}.regions__stat{flex-direction:column;display:flex}.regions__stat-number{font-family:var(--font-display);color:var(--color-secondary);font-size:clamp(2rem,3vw,2.75rem);font-weight:600;line-height:1}.regions__stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-top:6px;font-size:11px;font-weight:600}.regions__stat-divider{background-color:var(--color-border);align-self:center;width:1px;height:48px}.regions__content{flex-direction:column;display:flex}.regions__list{border-top:1px solid var(--color-border);grid-template-columns:1fr;column-gap:32px;margin:0;padding:0;list-style:none;display:grid}.regions__list-item{border-bottom:1px solid var(--color-border);align-items:center;padding:14px 0;display:flex}.regions__item-number{color:var(--color-secondary-light);flex-shrink:0;width:24px;font-size:13px;font-weight:600}.regions__item-name-wrap{justify-content:space-between;align-items:center;width:100%;display:flex}.regions__item-name{color:var(--color-heading);font-size:15px;font-weight:600}.regions__badge-sede{letter-spacing:.05em;color:var(--color-white);background:var(--color-secondary-light);border-radius:4px;padding:3px 6px;font-size:9px;font-weight:700;line-height:1}.regions__footer{margin-top:32px}.regions__footer-text{letter-spacing:.05em;color:var(--color-text-muted);font-size:12px;font-weight:600}.regions__footer-link{color:var(--color-secondary);text-underline-offset:4px;font-weight:700;text-decoration:underline;transition:color .2s}.regions__footer-link:hover{color:var(--color-secondary-light)}@media (width>=576px){.regions__list{grid-template-columns:1fr 1fr;column-gap:48px}}@media (width>=992px){.regions__container{grid-template-columns:1fr 1.2fr;gap:80px}.regions__info{padding-bottom:16px}}.cta-band{background:var(--color-secondary);color:var(--color-white);padding:80px 0}.cta-band__inner{max-width:60ch}.cta-band__inner h2{color:var(--color-white);margin-bottom:18px}.cta-band__inner p{color:#ffffffd9;margin-bottom:28px;font-size:16px;line-height:1.6}.cta-band__actions{flex-wrap:wrap;gap:14px;display:flex}.cta-band__button{border-radius:var(--radius-sm);border:2px solid #0000;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.cta-band__button--primary{background:var(--color-white);color:var(--color-secondary-dark)}.cta-band__button--secondary{color:var(--color-white);background:0 0;border-color:#fff9}.cta-band__button--secondary:hover{border-color:var(--color-white)}.contact-quick{background:var(--color-background-soft);padding:88px 0}.contact-quick__grid{grid-template-columns:1fr;gap:16px;display:grid}.contact-quick__card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:22px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.contact-quick__card:hover{border-color:var(--color-secondary);transform:translateY(-2px)}.contact-quick__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary);font-size:12.5px;font-weight:700}.contact-quick__value{color:var(--color-primary);font-size:16px;font-weight:600}@media (width>=700px){.contact-quick__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.contact-quick__grid{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){.contact-quick__card{transition:none}}.page-hero{background:var(--color-primary);color:var(--color-white);padding:156px 0 64px}.page-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-secondary-light);margin-bottom:16px;font-size:13px;font-weight:700}.page-hero h1{color:var(--color-white);max-width:22ch;font-size:clamp(2.2rem,5vw,3.6rem)}.page-hero__description{color:#fffc;max-width:60ch;margin-top:20px;font-size:16px;line-height:1.65}.sobre-intro{background:var(--color-background);padding:88px 0}.sobre-intro__grid{grid-template-columns:1fr;gap:40px;display:grid;overflow-x:hidden}.sobre-intro__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:12px;font-size:13px;font-weight:700}.sobre-intro__content h2{max-width:20ch;margin-bottom:18px}.sobre-intro__content p{color:var(--color-text);max-width:62ch;font-size:16px;line-height:1.65}.sobre-intro__content p+p{margin-top:16px}.sobre-intro__facts{border-left:2px solid var(--color-border);align-self:start;padding-left:24px}.sobre-intro__facts p{color:var(--color-text-muted);font-size:15px;line-height:1.8}@media (width>=900px){.sobre-intro__grid{grid-template-columns:1.4fr 1fr;gap:64px}}.sobre-contact{background:var(--color-background-soft);padding:64px 0}.sobre-contact__inner{max-width:62ch}.sobre-contact__inner h2{margin-bottom:12px}.sobre-contact__inner p{color:var(--color-text);margin-bottom:28px;font-size:16px;line-height:1.6}.sobre-contact__button{width:auto;font:inherit;border-radius:var(--radius-sm);background:var(--color-primary);min-height:48px;color:var(--color-white);justify-content:center;align-items:center;padding:12px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:background .3s;display:inline-flex}.sobre-contact__button:hover{background:var(--color-primary-dark)}@media (width<=639.98px){.sobre-contact__button{text-align:center;width:100%}}.servicos-list{background:var(--color-background);padding:88px 0 40px}.servicos-item{border-bottom:1px solid var(--color-border);grid-template-columns:1fr;gap:32px;padding:48px 0;scroll-margin-top:96px;display:grid}.servicos-item:first-child{padding-top:0}.servicos-item__visual{aspect-ratio:16/10;border-radius:var(--radius-lg);background:linear-gradient(150deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);overflow:hidden}.servicos-item__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.servicos-item__image-fallback{color:#ffffffbf;text-align:center;place-items:center;width:100%;height:100%;font-size:14px;display:grid}.servicos-item__content h2{margin-bottom:16px}.servicos-item__description{color:var(--color-text);max-width:65ch;margin-bottom:28px;font-size:16px;line-height:1.65}.servicos-item__columns{grid-template-columns:1fr;gap:20px;margin-bottom:28px;display:grid}.servicos-item__columns h3{color:var(--color-secondary);margin-bottom:10px;font-size:15px}.servicos-item__columns ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.servicos-item__columns li{color:var(--color-text);padding-left:16px;font-size:14.5px;position:relative}.servicos-item__columns li:before{content:"";background:var(--color-secondary);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.servicos-item__cta{background:var(--color-primary);min-height:48px;color:var(--color-white);border-radius:var(--radius-sm);align-items:center;padding:0 24px;font-size:14.5px;font-weight:700;text-decoration:none;display:inline-flex}.servicos-item__cta:hover{background:var(--color-primary-dark)}@media (width>=700px){.servicos-item__columns{grid-template-columns:1fr 1fr}}@media (width>=900px){.servicos-item{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px}.servicos-item--reverse{direction:rtl}.servicos-item--reverse>*{direction:ltr}}.contact-form{grid-template-columns:1fr;gap:20px;display:grid}.contact-form__field{flex-direction:column;gap:8px;display:flex}.contact-form__field label{color:var(--color-heading);font-size:14px;font-weight:600}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:48px;font:inherit;color:var(--color-heading);background:var(--color-white);padding:0 14px;font-size:15px}.contact-form__field textarea{resize:vertical;min-height:96px;padding:12px 14px}.contact-form__field input[aria-invalid=true],.contact-form__field select[aria-invalid=true]{border-color:#b3261e}.contact-form__error{color:#b3261e;font-size:13px}.contact-form__submit{border-radius:var(--radius-sm);background:var(--color-secondary);min-height:52px;color:var(--color-white);cursor:pointer;border:none;justify-self:start;padding:0 28px;font-size:15px;font-weight:700}.contact-form__submit:hover{background:var(--color-secondary-dark)}.contact-form__note{color:var(--color-text-muted);font-size:13.5px}@media (width>=700px){.contact-form{grid-template-columns:1fr 1fr}.contact-form__field--full,.contact-form__submit,.contact-form__note{grid-column:1/-1}}.contato-content{background:var(--color-background);padding:88px 0}.contato-content__grid{grid-template-columns:1fr;gap:48px;display:grid}.contato-content__info h2,.contato-content__form h2{margin-bottom:24px}.contato-content__list{flex-direction:column;gap:18px;margin:0 0 28px;padding:0;list-style:none;display:flex}.contato-content__list li{border-bottom:1px solid var(--color-border);flex-direction:column;gap:4px;padding-bottom:18px;display:flex}.contato-content__list span{letter-spacing:.08em;text-transform:uppercase;color:var(--color-secondary);font-size:12.5px;font-weight:700}.contato-content__list a,.contato-content__list p{color:var(--color-heading);font-size:16px;text-decoration:none}.contato-content__list a:hover{color:var(--color-primary)}.contato-content__whatsapp{background:var(--color-secondary);min-height:48px;color:var(--color-white);border-radius:var(--radius-sm);align-items:center;padding:0 24px;font-weight:700;text-decoration:none;display:inline-flex}.contato-content__whatsapp:hover{background:var(--color-secondary-dark)}@media (width>=900px){.contato-content__grid{grid-template-columns:.8fr 1.2fr;gap:72px}}
