/* =====================================================================
   Avante Roscas e Cilindros - CSS do tema
   Medidas tiradas do Figma (frame 1728px, grade de 1276px centralizada).
   ===================================================================== */

/* ---------- Fontes (self-hosted) ---------- */
@font-face { font-family: 'Spartan MB'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/SpartanMB-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Spartan MB'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/SpartanMB-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/Poppins-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/Poppins-400-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/Poppins-500-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/Poppins-500-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/Poppins-600-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/Poppins-600-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ---------- Tokens ---------- */
:root {
	--bg: #f2f2fa;
	--navy: #1c1f3d;
	--blue: #0c49e4;
	--blue-btn: #0d48e6;
	--blue-dark: #022d98;
	--blue-line: #1723a2;
	--ink: #1f1f2a;
	--ink-2: #141414;
	--ink-3: #1e1e1e;
	--gray: #636363;
	--gray-2: #7b7b7b;
	--gray-3: #62628d;
	--card: #f4f4f4;
	--card-2: #f8f8f8;
	--border: #d0d2e8;
	--border-2: #d7d7d7;
	--white: #fff;
	--font-head: 'Spartan MB', 'League Spartan', 'Segoe UI', sans-serif;
	--font-body: 'Poppins', 'Segoe UI', Arial, sans-serif;
	--container: 1276px;
	--gutter: 24px;
	--radius: 17px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bg); color: var(--navy); font-family: var(--font-body); font-size: 16px; line-height: 1.2; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input { font: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--blue); color: #fff; padding: 8px 12px; border-radius: 6px; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

/* ---------- Utilitarios ---------- */
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.eyebrow { font-family: var(--font-head); font-weight: 400; font-size: 16px; line-height: 1.2; text-transform: uppercase; color: var(--blue); }
.eyebrow--center { text-align: center; }
.eyebrow--light { color: #fff; }
.h2 { font-family: var(--font-head); font-weight: 400; font-size: 40px; line-height: 1.1; color: var(--navy); margin-top: 10px; }
.h2--center { text-align: center; margin-left: auto; margin-right: auto; }
.h2--light { color: #fff; }
.h2--semibold { font-weight: 600; }
.icon { width: 1em; height: 1em; }
.note-diamond { display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 18px; color: var(--gray); }
.note-diamond::before { content: ''; width: 12.7px; height: 12.7px; flex: 0 0 auto; background: var(--blue); border-radius: 2px; transform: rotate(45deg); margin: 0 3px; }
.stat { font-size: 20px; line-height: 1.1; color: var(--navy); }
.stat strong { display: block; font-weight: 600; font-size: 29px; }

/* Botoes */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 50px; font-family: var(--font-head); font-weight: 600; font-size: 16px; line-height: 1.2; letter-spacing: -0.16px; white-space: nowrap; transition: background .2s, color .2s, transform .15s; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-dark); }
.btn--poppins { font-family: var(--font-body); background: var(--blue-btn); padding: 14px 18px; }
.btn--light { background: #fff; color: var(--blue-dark); font-family: var(--font-body); }
.btn--light:hover { background: #e8eeff; }
.btn-circle { display: inline-flex; align-items: center; justify-content: center; width: 47px; height: 47px; border-radius: 50%; background: var(--blue); color: #fff; transition: background .2s; }
.btn-circle:hover { background: var(--blue-dark); }
.btn-circle .icon { width: 24px; height: 24px; }
.btn-circle .icon path { fill: #fff; }

/* ---------- Header ---------- */
.site-header { position: relative; height: 104px; border-top: 2px solid var(--blue-line); background: var(--bg); z-index: 50; }
.site-header__inner { display: flex; align-items: center; height: 100%; padding: 0 95px 0 124px; }
.logo { display: block; position: relative; width: 134px; height: 40px; }
.logo .logo__avante { position: absolute; left: 0; top: 0; width: 100%; height: 65.28%; }
.logo .logo__roscas { position: absolute; left: 34.8%; right: 0.24%; bottom: 0; width: auto; height: 17.15%; }
.site-nav { margin-left: 249px; }
.site-nav__list { display: flex; align-items: center; gap: 47px; padding: 10px; }
.site-nav__list a { font-family: var(--font-head); font-weight: 600; font-size: 16px; line-height: 1.1; text-transform: uppercase; color: var(--navy); }
.site-nav__list a:hover { color: var(--blue); }
.site-header__actions { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 0 17.5px; }
.hero__media { position: relative; overflow: hidden; border-radius: 12px; aspect-ratio: 1693 / 798; background: #1a1d24; }
.hero__img { position: absolute; left: -14.22%; top: -26.53%; width: 135.83%; max-width: none; height: 160.96%; object-fit: cover; }
.hero__lead { position: absolute; left: 66.4%; top: 58.8%; width: 492px; max-width: 32%; padding: 30px 27px; border-radius: 4px; background: rgba(40, 40, 40, .63); color: var(--bg); font-size: 20px; line-height: 1.2; }
.hero__cards { position: relative; z-index: 2; display: grid; grid-template-columns: 637fr 422fr 415fr; gap: 16px; margin: -130px 77.5px 0 106.5px; }
.hero-card { position: relative; height: 259px; border: 1px solid var(--border); border-radius: 28px; background: rgba(255, 255, 255, .59); -webkit-backdrop-filter: blur(13.6px); backdrop-filter: blur(13.6px); overflow: hidden; }
.hero-card__box { background: #fff; border-radius: 17px; }
.hero-card--experiencia { display: flex; gap: 10px; padding: 22px 28px 22px 33px; }
.hero-card__side { display: flex; flex-direction: column; justify-content: space-between; width: 195px; flex: 0 0 auto; padding: 12px 20px 0 0; }
.hero-card__title { font-weight: 600; font-size: 20px; line-height: 1.1; color: var(--navy); max-width: 165px; }
.hero-card__link { font-size: 16px; line-height: 1.1; color: var(--blue); text-decoration: underline; text-underline-position: from-font; }
.hero-card--experiencia .hero-card__box--text { width: 209px; flex: 0 0 auto; padding: 72px 23px 0; font-weight: 600; font-size: 20px; line-height: 1.1; color: var(--navy); }
.hero-card__box--img { width: 162px; flex: 0 0 auto; overflow: hidden; }
.hero-card__box--img img { width: 100%; height: 100%; object-fit: cover; }
.hero-card--numeros { padding: 22px 26px 30px; }
.hero-card__box--stat { position: relative; height: 100%; padding: 24px 27px 21px; }
.hero-card__icon { width: 45px; height: 45px; }
.hero-card--numeros .stat { position: absolute; left: 27px; bottom: 21px; width: 165px; }
.avatars { position: absolute; right: 27px; bottom: 21px; display: flex; }
.avatars li + li { margin-left: -8px; }
.avatars img { width: 45px; height: 45px; border-radius: 50%; }
.hero-card--estrutura { padding: 22px 26px 30px; }
.hero-card__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-card--estrutura .hero-card__box--text { position: relative; width: 247px; height: 100%; padding: 98px 27px 0; font-weight: 600; font-size: 20px; line-height: 1.1; color: var(--navy); }
.hero-card--estrutura .hero-card__box--text p { max-width: 161px; }

/* ---------- Parceiro ---------- */
.parceiro { padding-top: 110px; }
.parceiro__grid { display: grid; grid-template-columns: 774px 1fr; column-gap: 123px; }
.parceiro__title { margin-top: 14px; }
.parceiro__logo { width: 210px; height: auto; margin-top: 32px; }
.parceiro__aside { padding-top: 70px; max-width: 405px; font-size: 20px; line-height: 1.2; color: var(--ink-2); }
.parceiro__note { grid-column: 1 / -1; margin-top: 64px; }

/* ---------- Diferenciais ---------- */
.diferenciais { padding: 118px 17.5px 0; }
.diferenciais__panel { background: #fff; border-radius: 8px; padding: 116px 0 140px; }
.diferenciais__title { max-width: 480px; }
.diferenciais__grid { display: grid; grid-template-columns: 528px 1fr; column-gap: 39px; margin-top: 43px; }
.diferenciais__photo img { width: 100%; height: 487px; object-fit: cover; object-position: 50% 30%; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 354px); gap: 22px 18px; }
.feature { display: flex; flex-direction: column; justify-content: space-between; min-height: 232px; padding: 32px 33px 34px; background: var(--card); border-radius: var(--radius); }
.feature__icon { display: block; width: 55px; height: 55px; }
.feature__icon .icon { width: 55px; height: 55px; }
.feature__icon--ring { position: relative; border-radius: 50%; background: #fff; border: .5px solid #ddd; }
.feature__icon--ring .icon { position: absolute; left: 50%; top: 50%; width: 24px; height: 24px; transform: translate(-50%, -50%); }
.feature__text h3 { font-weight: 600; font-size: 18px; line-height: 1.2; color: var(--navy); }
.feature__text p { margin-top: 3px; font-size: 16px; line-height: 1.2; color: var(--navy); }
.feature--wide { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 23px; min-height: 118px; padding: 24px; }

/* ---------- Servicos ---------- */
.servicos { padding-top: 116px; }
.servicos__title { max-width: 1106px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 68px; }
.service { display: flex; flex-direction: column; min-height: 291px; background: #fff; border-radius: var(--radius); overflow: hidden; }
.service--fabricacao, .service--recuperacao { grid-column: span 2; }
.service__media { height: 136px; flex: 0 0 auto; background: #d9d9d9; }
.service__media img { width: 100%; height: 100%; object-fit: cover; }
.service--colunas .service__media img { object-position: 50% 58%; }
.service--recuperacao .service__media img { object-position: 50% 50%; }
.service__body { padding: 28px 30px 30px; }
.service__body h3 { font-weight: 600; font-size: 18px; line-height: 1.2; color: var(--navy); }
.service__body p { margin-top: 9px; font-size: 16px; line-height: 1.2; color: var(--navy); max-width: 525px; }

/* ---------- Banners ---------- */
.banner--resultados { padding-top: 32px; }
.banner__box { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 212px; padding: 30px 141px 30px 74px; border-radius: var(--radius); overflow: hidden; color: #fff; background: #000; isolation: isolate; }
.banner__box::before { content: ''; position: absolute; inset: 0; z-index: -2; background: var(--banner-img) center / cover no-repeat; }
.banner__box::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, 0) 76.3%), rgba(0, 0, 0, .61); }
.banner__title { font-family: var(--font-head); font-weight: 400; font-size: 40px; line-height: 1.1; max-width: 520px; }
.banner__title--semibold { font-weight: 600; max-width: 465px; }
.banner__desc { margin-top: 19px; max-width: 405px; font-size: 20px; line-height: 1.2; }
.banner--catalogo { padding-top: 155px; }
.banner__box--dark { min-height: 378px; padding: 99px 197px 100px 94px; }
.banner__box--dark::before { filter: grayscale(1); }
.banner__box--dark::after { background: rgba(0, 0, 0, .85); }

/* ---------- Resultados (carrossel) ---------- */
.resultados { padding-top: 194px; }
.resultados .h2 { max-width: 520px; }
.carousel { margin-top: 93px; }
.carousel__nav { display: flex; gap: 11px; }
.carousel__btn { width: 55px; height: 55px; border-radius: 50%; transition: transform .15s; }
.carousel__btn .icon { width: 55px; height: 55px; }
.carousel__btn:hover { transform: translateY(-2px); }
.carousel__btn:disabled { opacity: .4; cursor: default; transform: none; }
.carousel__track { display: flex; gap: 20px; margin-top: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding-right: 24px; }
.carousel__track::-webkit-scrollbar { display: none; }
.benefit { flex: 0 0 354px; scroll-snap-align: start; min-height: 300px; padding: 32px 33px 34px; background: #fff; border-radius: var(--radius); }
.benefit__icon { position: relative; display: block; width: 55px; height: 55px; border-radius: 50%; background: #fff; border: .5px solid #ddd; }
.benefit__icon .icon { position: absolute; left: 50%; top: 50%; width: 19px; height: 19px; transform: translate(-50%, -50%) rotate(180deg); }
.benefit h3 { display: flex; align-items: flex-end; min-height: 82px; font-weight: 600; font-size: 18px; line-height: 1.2; color: var(--navy); }
.benefit p { margin-top: 12px; font-size: 16px; line-height: 1.2; color: var(--navy); }

/* ---------- Faixa (marquee) ---------- */
.faixa { position: relative; margin-top: 131px; height: 115px; background: #fff; border-top: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); overflow: hidden; }
.faixa__track { display: flex; align-items: center; height: 100%; width: max-content; gap: 128px; padding: 0 0 0 66px; animation: faixa 40s linear infinite; }
.faixa__track span { font-weight: 500; font-size: 18px; line-height: 1.4; color: var(--blue); white-space: nowrap; }
.faixa:hover .faixa__track { animation-play-state: paused; }
@keyframes faixa { to { transform: translateX(-50%); } }
.faixa--soft { margin-top: 0; height: auto; padding: 0; background: transparent; border: 0; }
.faixa--soft .faixa__track span { color: var(--gray-3); }
.faixa--soft::before, .faixa--soft::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 1; pointer-events: none; }
.faixa--soft::before { left: 0; background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0)); }
.faixa--soft::after { right: 0; background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0)); }
@media (prefers-reduced-motion: reduce) { .faixa__track { animation: none; } }

/* ---------- Processo ---------- */
.processo { background: var(--blue); padding: 84px 0 154px; }
.processo .container { padding-left: 32px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; margin-top: 64px; }
.step { min-height: 209px; padding: 20px; background: var(--bg); border-radius: var(--radius); }
.step__icon { display: block; width: 55px; height: 55px; }
.step__icon .icon { width: 55px; height: 55px; }
.step h3 { margin-top: 21px; overflow-wrap: anywhere; font-weight: 600; font-size: 18px; line-height: 1.1; color: var(--navy); max-width: 197px; }
.step p { margin-top: 8px; font-size: 14px; line-height: 1.1; color: var(--navy); max-width: 206px; }

/* ---------- Sobre ---------- */
.sobre { padding-top: 90px; }
.sobre .container { padding-left: 32px; }
.sobre__head { display: flex; justify-content: space-between; align-items: flex-start; }
.sobre__title { max-width: 421px; }
.sobre__note { margin-top: 4px; margin-right: 8px; font-family: var(--font-head); font-weight: 600; }
.sobre__grid { display: grid; grid-template-columns: 452px 339px 339px; column-gap: 89px; margin-top: 66px; }
.sobre__grid > :nth-child(3) { margin-left: -32px; }
.sobre__photo img { width: 100%; height: 251px; object-fit: cover; border-radius: var(--radius); }
.sobre__text { font-size: 20px; line-height: 1.2; color: var(--ink); }
.sobre__text p + p { margin-top: 24px; }
.sobre__stats { display: grid; grid-template-columns: 541px 298px 272px 1fr; align-items: center; margin-top: 121px; }
.sobre__stats-label { font-family: var(--font-head); font-weight: 600; font-size: 18px; line-height: 1.2; color: var(--gray); max-width: 187px; }
.sobre__stats .stat { max-width: 191px; }

/* ---------- FAQ ---------- */
.faq { padding-top: 147px; }
.faq .h2 { max-width: 582px; }
.accordion { max-width: 1198px; margin: 80px auto 0; }
.accordion__item { background: var(--card-2); border-radius: 8px; }
.accordion__item + .accordion__item { margin-top: 16px; }
.accordion__heading { font-size: inherit; }
.accordion__trigger { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 91px; padding: 20px 24px 21px; text-align: left; font-weight: 500; font-size: 18px; line-height: 25.2px; color: var(--ink-3); }
.accordion__trigger .icon { width: 14px; height: 8px; flex: 0 0 auto; transition: transform .25s; }
.accordion__trigger[aria-expanded="true"] .icon { transform: rotate(180deg); }
.accordion__panel { padding: 0 24px 24px; font-size: 16px; line-height: 1.5; color: var(--ink); max-width: 900px; }

/* ---------- Contato ---------- */
.contato { padding: 122px 17.5px 0; }
.contato__panel { position: relative; display: flex; flex-direction: column; min-height: 843px; border-radius: 24px; overflow: hidden; background: var(--blue) url('../icons/contato-bg.svg') center / 100% 100% no-repeat; }
.contato__grid { display: grid; grid-template-columns: 1fr 488px; column-gap: 40px; padding-top: 80px; padding-left: 99px; }
.contato__copy { padding-top: 60px; }
.tag { display: inline-flex; align-items: center; height: 31px; padding: 0 12px; border: 1px solid #91b0ff; border-radius: 8px; background: rgba(217, 217, 217, .04); font-weight: 500; font-size: 14px; color: #91b0ff; }
.contato__title { margin-top: 15px; max-width: 558px; font-family: var(--font-head); font-weight: 400; font-size: 48px; line-height: 1.1; color: #fff; }
.contato__desc { margin-top: 28px; max-width: 437px; font-weight: 500; font-size: 16px; line-height: 1.4; color: #fff; }
.lead-form { position: relative; padding: 25px 31px 30px; border: 1px solid #4277fb; border-radius: 11px; color: #fff; background: radial-gradient(ellipse 100% 100% at 50% 50%, rgba(12, 73, 228, .25), rgba(11, 57, 172, .25) 50%, rgba(10, 40, 116, .25)); }
.lead-form__title { font-weight: 400; font-size: 24px; line-height: 1.4; }
.lead-form__desc { margin-top: 1px; font-size: 13px; line-height: 1.4; }
.field { margin-top: 10px; }
.field:first-of-type { margin-top: 21px; }
.field label { display: block; font-size: 16px; line-height: 1.4; }
.field input { display: block; width: 100%; height: 36px; padding: 0 10px; border: .5px solid #8c8c8c; border-radius: 4px; background: rgba(217, 217, 217, .31); color: #fff; font-size: 15px; outline: none; transition: background .2s, border-color .2s; }
.field input:focus { background: rgba(255, 255, 255, .22); border-color: #fff; }
.field.is-invalid input { border-color: #ffb4b4; background: rgba(255, 120, 120, .25); }
.field-row { display: grid; grid-template-columns: 200px 200px; column-gap: 25px; }
.field--hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-form__submit { width: 100%; height: 40px; margin-top: 26px; padding: 0; border-radius: 44px; }
.lead-form__submit[disabled] { opacity: .7; cursor: wait; }
.lead-form__status { min-height: 0; margin-top: 10px; font-size: 14px; line-height: 1.4; }
.lead-form__status:empty { display: none; }
.lead-form__status.is-error { color: #ffd2d2; }
.lead-form__status.is-success { color: #fff; font-weight: 500; }
.lead-form__legal { margin-top: 12px; font-size: 12px; line-height: 1.4; }
.lead-form__legal a { text-decoration: underline; text-underline-position: from-font; }
.lead-form.is-sent .field, .lead-form.is-sent .field-row, .lead-form.is-sent .lead-form__submit { display: none; }
.contato .faixa--soft { margin-top: auto; padding: 60px 0 36px; }

/* ---------- Rodape ---------- */
.site-footer { padding: 114px 0 30px; }
.site-footer__grid { display: grid; grid-template-columns: 612px 192px 244px 1fr; padding-left: 33px; }
.site-footer__desc { margin-top: 56px; max-width: 400px; font-size: 16px; line-height: 22.4px; color: var(--gray-2); }
.site-footer__contact { margin-top: 24px; font-size: 14px; line-height: 22.4px; color: var(--gray-2); }
.site-footer__contact li { display: flex; align-items: center; gap: 10px; }
.site-footer__contact li + li { margin-top: 6px; }
.site-footer__contact .icon { width: 16px; height: 16px; flex: 0 0 auto; color: var(--blue); }
.site-footer__contact a:hover { color: var(--blue); }
.site-footer__title { font-weight: 600; font-size: 14px; line-height: 1.1; text-transform: uppercase; color: var(--gray-2); }
.site-footer__col ul { margin-top: 28px; }
.site-footer__col li + li { margin-top: 16px; }
.site-footer__col a { font-weight: 500; font-size: 16px; line-height: 22.4px; color: var(--blue); }
.site-footer__col a:hover { text-decoration: underline; }
.social-list { display: flex; gap: 16px; margin-top: 30px !important; }
.social-list li, .social-list li + li { display: flex; margin: 0; }
.social-list a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--blue); color: #fff; }
.social-list .icon { width: 14px; height: 14px; }
.social-list .icon path { fill: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 110px; padding-left: 33px; padding-right: 13px; font-weight: 500; font-size: 14px; line-height: 19.6px; color: var(--gray-2); }

/* ---------- Paginas internas ---------- */
.page-internal { max-width: 900px; padding-top: 80px; padding-bottom: 120px; }
.page-internal__title { margin-top: 12px; font-family: var(--font-head); font-weight: 400; font-size: 44px; line-height: 1.1; color: var(--navy); }
.page-internal__content { margin-top: 40px; }
.prose { font-size: 17px; line-height: 1.6; color: var(--ink); }
.prose h2 { margin: 40px 0 12px; font-family: var(--font-head); font-weight: 600; font-size: 26px; line-height: 1.2; color: var(--navy); }
.prose h3 { margin: 28px 0 8px; font-weight: 600; font-size: 18px; color: var(--navy); }
.prose p + p, .prose ul, .prose ol { margin-top: 14px; }
.prose ul { padding-left: 22px; list-style: disc; }
.prose ol { padding-left: 22px; list-style: decimal; }
.prose a { color: var(--blue); text-decoration: underline; }
.page-404 .btn { margin-top: 32px; }

/* =====================================================================
   Responsivo
   ===================================================================== */
@media (max-width: 1500px) {
	.site-header__inner { padding: 0 40px; }
	.site-nav { margin-left: 60px; }
	.hero__cards { margin-left: 40px; margin-right: 40px; }
	.site-footer__grid { grid-template-columns: 2.6fr 1fr 1.2fr 1fr; padding-left: 24px; }
	.site-footer__bottom { padding: 0 24px; }
	.sobre__stats { grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 24px; }
	.parceiro__grid { grid-template-columns: minmax(0, 774px) minmax(0, 1fr); column-gap: 60px; }
	.diferenciais__grid { grid-template-columns: minmax(280px, 528px) 1fr; }
	.feature-grid { grid-template-columns: repeat(2, minmax(0, 354px)); }
	.sobre__grid { grid-template-columns: minmax(0, 452px) 1fr 1fr; column-gap: 48px; }
	.sobre__grid > :nth-child(3) { margin-left: 0; }
}
@media (max-width: 1280px) {
	.site-nav__list { gap: 28px; }
	.hero__cards { grid-template-columns: 1.5fr 1fr 1fr; }
	.hero-card--experiencia .hero-card__box--img { display: none; }
	.hero-card__side { width: 150px; }
	.banner__box { padding: 30px 60px; }
	.banner__box--dark { padding: 60px 60px; }
	.contato__grid { padding-left: 40px; column-gap: 32px; }
	.contato__title { font-size: 40px; }
	.diferenciais__panel { padding: 80px 0 100px; }
}
@media (max-width: 1100px) {
	.site-header { height: 84px; }
	.site-header__inner { padding: 0 24px; }
	.site-nav { position: absolute; left: 0; right: 0; top: 100%; margin: 0; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 16px 32px rgba(28, 31, 61, .08); display: none; }
	.site-nav.is-open { display: block; }
	.site-nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; }
	.site-nav__list a { display: block; padding: 16px 24px; }
	.btn--poppins { display: none; }
	.menu-toggle { display: flex; }
	.hero { padding: 0 12px; }
	.hero__media { aspect-ratio: 16 / 10; }
	.hero__img { left: -8%; top: -18%; width: 125%; height: 140%; }
	.hero__lead { left: auto; right: 4%; top: auto; bottom: 22%; width: 42%; max-width: none; padding: 20px; font-size: 17px; }
	.hero__cards { grid-template-columns: 1fr 1fr; margin: -80px 24px 0; }
	.hero-card--experiencia { grid-column: 1 / -1; }
	.hero-card--experiencia .hero-card__box--img { display: block; }
	.parceiro { padding-top: 72px; }
	.parceiro__grid { grid-template-columns: 1fr; row-gap: 24px; }
	.parceiro__aside { padding-top: 0; }
	.parceiro__note { margin-top: 24px; }
	.diferenciais { padding-top: 72px; }
	.diferenciais__grid { grid-template-columns: 1fr; row-gap: 32px; }
	.diferenciais__photo img { height: 380px; }
	.feature-grid { grid-template-columns: repeat(2, 1fr); }
	.servicos { padding-top: 80px; }
	.service-grid { grid-template-columns: repeat(2, 1fr); }
	.service--fabricacao, .service--recuperacao { grid-column: span 2; }
	.resultados { padding-top: 120px; }
	.carousel { margin-top: 48px; }
	.faixa { margin-top: 80px; }
	.processo { padding: 64px 0 80px; }
	.processo .container, .sobre .container { padding-left: var(--gutter); }
	.steps { grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
	.sobre { padding-top: 72px; }
	.sobre__grid { grid-template-columns: 1fr 1fr; column-gap: 32px; row-gap: 32px; margin-top: 40px; }
	.sobre__photo { grid-column: 1 / -1; }
	.sobre__photo img { height: 320px; }
	.sobre__stats { grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 64px; }
	.banner--catalogo { padding-top: 80px; }
	.banner__box--dark { min-height: 0; }
	.faq { padding-top: 96px; }
	.accordion { margin-top: 48px; }
	.contato { padding-top: 80px; }
	.contato__panel { min-height: 0; background-size: cover; }
	.contato__grid { grid-template-columns: 1fr; row-gap: 40px; padding: 64px var(--gutter) 0; }
	.contato__copy { padding-top: 0; }
	.lead-form { max-width: 560px; }
	.contato .faixa--soft { padding: 48px 0 32px; }
	.site-footer { padding-top: 72px; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
	.site-footer__brand { grid-column: 1 / -1; }
	.site-footer__desc { margin-top: 24px; }
	.site-footer__bottom { margin-top: 56px; }
}
@media (max-width: 720px) {
	:root { --gutter: 16px; }
	body { font-size: 15px; }
	.h2, .banner__title, .contato__title { font-size: 30px; }
	.hero { padding: 0 8px; }
	.hero__media { aspect-ratio: auto; height: min(130vw, 560px); }
	.hero__img { position: static; width: 100%; height: 100%; object-position: 30% 50%; }
	.hero__lead { position: static; width: auto; margin: 0; border-radius: 0; background: rgba(40, 40, 40, .75); }
	.hero__media { display: flex; flex-direction: column; }
	.hero__img { flex: 1 1 auto; min-height: 0; }
	.hero__lead { flex: 0 0 auto; padding: 18px 20px; font-size: 16px; }
	.hero__cards { grid-template-columns: 1fr; margin: 24px 8px 0; }
	.hero-card { height: auto; min-height: 0; }
	.hero-card--experiencia { flex-wrap: wrap; padding: 24px; }
	.hero-card__side { width: 100%; padding: 0 0 8px; gap: 12px; }
	.hero-card--experiencia .hero-card__box--text { width: 100%; padding: 20px; font-size: 18px; }
	.hero-card--experiencia .hero-card__box--img { width: 100%; height: 150px; }
	.hero-card--numeros, .hero-card--estrutura { padding: 16px; }
	.hero-card__box--stat { height: 200px; }
	.hero-card--estrutura .hero-card__box--text { width: 70%; height: auto; min-height: 180px; padding: 90px 24px 24px; }
	.diferenciais { padding: 56px 8px 0; }
	.diferenciais__panel { padding: 56px 0 64px; }
	.diferenciais__photo img { height: 260px; }
	.feature-grid { grid-template-columns: 1fr; gap: 12px; }
	.feature { min-height: 0; gap: 24px; padding: 24px; }
	.service-grid { grid-template-columns: 1fr; margin-top: 32px; }
	.service--fabricacao, .service--recuperacao { grid-column: auto; }
	.service { min-height: 0; }
	.service__body { padding: 20px 20px 24px; }
	.banner--resultados { padding-top: 24px; }
	.banner__box { flex-direction: column; align-items: flex-start; padding: 32px 24px; }
	.banner__box--dark { padding: 40px 24px; }
	.resultados { padding-top: 72px; }
	.benefit { flex-basis: 280px; min-height: 0; padding: 24px; }
	.benefit h3 { min-height: 0; margin-top: 20px; }
	.faixa { height: 80px; margin-top: 56px; }
	.faixa__track { gap: 64px; }
	.processo { padding: 56px 0 64px; }
	.steps { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
	.step { min-height: 0; display: grid; grid-template-columns: 55px 1fr; column-gap: 16px; }
	.step h3 { grid-column: 2; margin-top: 4px; }
	.step p { grid-column: 2; }
	.sobre__head { flex-direction: column; gap: 20px; }
	.sobre__grid { grid-template-columns: 1fr; }
	.sobre__photo img { height: 220px; }
	.sobre__text { font-size: 17px; }
	.sobre__text p + p { margin-top: 16px; }
	.sobre__stats { grid-template-columns: 1fr; gap: 24px; margin-top: 48px; }
	.banner--catalogo { padding-top: 56px; }
	.faq { padding-top: 64px; }
	.accordion { margin-top: 32px; }
	.accordion__trigger { min-height: 0; padding: 18px 16px; font-size: 16px; line-height: 1.4; }
	.accordion__panel { padding: 0 16px 20px; }
	.contato { padding: 56px 8px 0; }
	.contato__grid { padding-top: 40px; }
	.lead-form { padding: 20px 16px 24px; }
	.field-row { grid-template-columns: 1fr; }
	.contato .faixa--soft { padding: 32px 0 24px; }
	.site-footer { padding-top: 56px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.site-footer__bottom { flex-direction: column; gap: 4px; margin-top: 40px; }
	.page-internal { padding-top: 40px; padding-bottom: 64px; }
	.page-internal__title { font-size: 32px; }
}
