:root {
  --red: #b10f18;
  --red-dark: #810a11;
  --red-soft: #f7e7e8;
  --ink: #17191c;
  --ink-2: #282c31;
  --muted: #656c75;
  --line: #e5e7ea;
  --paper: #ffffff;
  --soft: #f5f6f7;
  --green: #25d366;
  --shadow: 0 18px 46px rgba(20, 23, 28, .10);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 9999; padding: 10px 14px; background: #fff; border: 2px solid var(--red); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.08; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(0,0,0,.06); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 226px; height: 70px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .94rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--red); transition: width .25s ease; }
.main-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; background: var(--red); color: #fff; border-radius: 10px; box-shadow: 0 8px 20px rgba(177,15,24,.22); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 690px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 75% 28%, #fff 0, #eef0f2 40%, #f8f9fa 70%); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 72px 72px; opacity: .22; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(34px, 4vw, 58px); position: relative; z-index: 1; }
.hero-copy { min-width: 0; }
.hero-copy h1 { margin: 16px 0 22px; font-size: clamp(2.6rem, 4.55vw, 4.35rem); line-height: 1; letter-spacing: -.045em; max-width: 730px; overflow-wrap: normal; }
.hero-copy h1 em { color: var(--red); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #4d545c; font-size: clamp(1.02rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; gap: 14px; align-items: stretch; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 13px 22px; border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 14px 28px rgba(177,15,24,.24); }
.button-primary:hover { background: var(--red-dark); }
.button-primary .icon { width: 29px; height: 29px; fill: currentColor; }
.button-primary span { display: grid; line-height: 1.1; }
.button-primary small { margin-top: 5px; font-size: .78rem; opacity: .88; }
.button-secondary { border: 1px solid #9ca1a8; background: rgba(255,255,255,.65); }
.button-secondary:hover { background: #fff; box-shadow: var(--shadow); }
.hero-proof { display: flex; gap: 16px 24px; flex-wrap: wrap; margin-top: 22px; color: #4b525a; font-size: .88rem; font-weight: 700; }
.hero-proof span::first-letter { color: var(--red); }

.hero-visual {
  min-width: 0;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  grid-template-rows: auto minmax(195px, 1fr) minmax(195px, 1fr);
  grid-template-areas:
    "badge main"
    "grinders main"
    "sealer main";
  gap: 16px;
  align-items: stretch;
}
.hero-badge {
  grid-area: badge;
  align-self: start;
  padding: 15px 18px;
  color: #fff;
  background: rgba(22,25,29,.96);
  border-left: 5px solid var(--red);
  border-radius: 12px;
  box-shadow: var(--shadow);
  font-size: .85rem;
}
.hero-badge strong { display: block; font-size: 1.02rem; }
.hero-badge span { display: block; margin-top: 2px; color: rgba(255,255,255,.88); }
.hero-equipment-card {
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(23,25,28,.08);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(20,24,28,.12);
}
.hero-equipment-main { grid-area: main; }
.hero-equipment-grinders { grid-area: grinders; }
.hero-equipment-sealer { grid-area: sealer; }
.hero-equipment-image {
  min-height: 0;
  flex: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 13px;
  background: linear-gradient(145deg, #fff, #f0f1f2);
}
.hero-equipment-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(20,24,28,.13));
}
.hero-equipment-card figcaption {
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 850;
}

.benefits { position: relative; z-index: 4; margin-top: -34px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.benefit { min-height: 150px; display: flex; gap: 16px; align-items: flex-start; padding: 28px 24px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.line-icon { flex: 0 0 auto; color: var(--red); font-size: 2.1rem; line-height: 1; }
.benefit h2 { margin: 0 0 6px; font-size: 1rem; }
.benefit p { margin: 0; color: var(--muted); font-size: .88rem; }

.products-section { background: #fff; }
.products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(26,28,31,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(26,28,31,.13); }
.product-image { height: 205px; padding: 10px; display: grid; place-items: center; background: linear-gradient(155deg, #fbfbfb, #eceeef); overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 20px 18px; }
.product-tag { color: var(--red); font-weight: 800; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin: 8px 0 8px; font-size: 1.08rem; line-height: 1.2; }
.product-card p { margin: 0 0 18px; color: var(--muted); font-size: .86rem; }
.product-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: .84rem; font-weight: 850; }
.product-card a span { color: var(--red); }

.why { background: var(--soft); }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.why-image { position: relative; }
.image-panel { min-height: 540px; display: grid; place-items: center; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #fff, #dfe2e5); box-shadow: var(--shadow); }
.image-panel img { width: 95%; height: 95%; object-fit: contain; mix-blend-mode: multiply; }
.experience-card { position: absolute; right: -26px; bottom: 34px; max-width: 230px; padding: 22px; color: #fff; background: var(--red); border-radius: 16px; box-shadow: 0 18px 32px rgba(177,15,24,.28); }
.experience-card strong { display: block; font-size: 1.45rem; }
.experience-card span { font-size: .88rem; opacity: .9; }
.why-content h2 { margin: 14px 0 16px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.035em; }
.why-content > p { color: var(--muted); font-size: 1.05rem; }
.why-list { margin-top: 28px; display: grid; gap: 2px; }
.why-list article { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid #dadddf; }
.why-list article > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 50%; font-weight: 900; }
.why-list h3 { margin: 0 0 4px; font-size: 1rem; }
.why-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 25px; color: var(--red); font-weight: 900; }

.process { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.step { position: relative; padding: 30px 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(20,22,25,.055); }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -17px; top: 50%; z-index: 4; transform: translateY(-50%); width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); background: #fff; border: 1px solid var(--line); border-radius: 50%; font-weight: 900; }
.step-number { display: inline-grid; place-items: center; width: 55px; height: 55px; color: var(--red); background: var(--red-soft); border-radius: 50%; font-size: 1.5rem; font-weight: 900; }
.step h3 { margin: 18px 0 8px; font-size: 1.06rem; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }

.impact-banner { padding: 42px 0; color: #fff; background: linear-gradient(105deg, #77080e, #b10f18 53%, #71070c); position: relative; overflow: hidden; }
.impact-banner::before { content: "ARS"; position: absolute; right: -30px; top: -90px; font-size: 15rem; font-weight: 950; opacity: .06; letter-spacing: -.08em; }
.impact-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.impact-grid > div { display: flex; align-items: center; gap: 26px; }
.shield-mark { width: 82px; height: 82px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.7); border-radius: 22px 22px 32px 32px; font-size: 2.2rem; box-shadow: inset 0 0 0 6px rgba(255,255,255,.08); }
.impact-grid h2 { margin: 0; font-size: clamp(1.5rem, 3.2vw, 2.55rem); line-height: 1.12; }
.impact-grid > p { margin: 0; padding-left: 40px; border-left: 1px solid rgba(255,255,255,.35); font-size: 1.05rem; }

.faq { background: #f8f8f9; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-item { padding: 0 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq-item summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--red); font-size: 1.5rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: -4px 0 22px; color: var(--muted); font-size: .93rem; }

.contact-cta { color: #fff; background: linear-gradient(120deg, #15181c, #292d32); position: relative; overflow: hidden; }
.contact-cta::after { content: "ARS"; position: absolute; right: -20px; bottom: -120px; color: #fff; font-size: 18rem; line-height: 1; font-weight: 950; opacity: .035; letter-spacing: -.09em; }
.contact-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.contact-inner h2 { margin: 12px 0 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
.contact-inner p { max-width: 720px; color: #c8ccd1; }
.contact-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.contact-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 100px; color: #d9dce0; font-size: .79rem; }
.big-whatsapp { display: flex; align-items: center; gap: 18px; padding: 23px 26px; color: #fff; background: var(--green); border-radius: 18px; box-shadow: 0 20px 45px rgba(37,211,102,.22); transition: transform .2s ease; }
.big-whatsapp:hover { transform: translateY(-3px); }
.big-whatsapp svg { flex: 0 0 auto; width: 55px; height: 55px; fill: currentColor; }
.big-whatsapp span { display: grid; line-height: 1.1; }
.big-whatsapp small { margin-bottom: 6px; font-size: .88rem; }
.big-whatsapp strong { font-size: clamp(1.5rem, 2.7vw, 2.15rem); }

.site-footer { background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1.1fr; gap: 54px; padding: 54px 0; }
.footer-brand img { width: 220px; height: 85px; object-fit: contain; }
.footer-brand p { max-width: 260px; color: var(--muted); }
.footer-grid h2 { margin: 0 0 16px; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: .89rem; }
.footer-grid a:hover { color: var(--red); }
.footer-grid p { margin: 0; color: var(--muted); }
.footer-bottom { padding: 18px 20px; text-align: center; color: #bfc3c8; background: #15171a; font-size: .8rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 1200; width: 62px; height: 62px; display: grid; place-items: center; color: #fff; background: var(--green); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 14px 35px rgba(0,0,0,.24); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 32px; height: 32px; fill: currentColor; }
.floating-label { position: absolute; right: 70px; width: max-content; padding: 9px 12px; color: #fff; background: #17191c; border-radius: 8px; font-size: .78rem; font-weight: 800; opacity: 0; transform: translateX(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.floating-whatsapp:hover .floating-label { opacity: 1; transform: translateX(0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { gap: 48px; }
  .benefit { padding-inline: 18px; }
}

@media (max-width: 860px) {
  .section-pad { padding: 76px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px !important; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-grid, .why-grid, .contact-inner, .impact-grid { grid-template-columns: 1fr; }
  .hero-visual { width: min(100%, 760px); min-height: 560px; margin: 14px auto 0; }
  .hero-copy h1 { max-width: 700px; }
  .benefits { margin-top: 0; padding-top: 24px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .why-image { max-width: 680px; margin: 0 auto; }
  .experience-card { right: 18px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
  .impact-grid { gap: 22px; }
  .impact-grid > p { padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-inner { gap: 36px; }
  .big-whatsapp { max-width: 520px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 180px; height: 58px; }
  .hero { padding-top: 70px; }
  .hero-copy h1 { font-size: 2.55rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-proof { display: grid; gap: 8px; }
  .hero-visual {
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 360px 230px 280px;
    grid-template-areas: "badge" "main" "grinders" "sealer";
    gap: 14px;
  }
  .hero-badge { width: 100%; }
  .hero-equipment-card { border-radius: 15px; }
  .benefits-grid, .products-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .product-image { height: 235px; }
  .image-panel { min-height: 390px; }
  .experience-card { position: relative; right: auto; bottom: auto; margin: -40px 18px 0; }
  .step:not(:last-child)::after { display: none; }
  .impact-grid > div { align-items: flex-start; }
  .shield-mark { width: 58px; height: 58px; font-size: 1.4rem; }
  .contact-pills { display: grid; }
  .big-whatsapp { padding: 20px; }
  .big-whatsapp svg { width: 44px; height: 44px; }
  .big-whatsapp strong { font-size: 1.45rem; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ===== Ajustes comerciais e novos produtos ===== */
.offer-strip {
  position: relative;
  z-index: 1001;
  color: #fff;
  background: linear-gradient(90deg, var(--red-dark), var(--red), #c31a24);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.offer-strip-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 34px;
  flex-wrap: wrap;
  text-align: center;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.offer-strip-inner span { position: relative; }
.offer-strip-inner span:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -20px;
  color: rgba(255,255,255,.65);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  overflow: visible;
}
.brand img {
  width: 242px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
}
.footer-brand img {
  width: 245px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.sales-highlights {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.sales-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(177,15,24,.20);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.sales-highlights span:nth-child(2) {
  color: var(--ink);
  background: #fff;
  border: 1px solid #d6d9dd;
  box-shadow: none;
}

.products-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.product-image { height: 260px; }
.product-card h3 { font-size: 1.25rem; }
.product-card p { font-size: .93rem; }

.parts-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f2f4, #fff 58%, #f7e8e9);
}
.parts-section::before {
  content: "CAF";
  position: absolute;
  right: -42px;
  bottom: -112px;
  color: var(--ink);
  font-size: 15rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
  opacity: .035;
}
.parts-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(44px, 7vw, 88px);
}
.parts-visual { position: relative; }
.parts-image-card {
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 44px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.parts-image-card img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(20,24,28,.12));
}
.factory-badge {
  position: absolute;
  right: -22px;
  bottom: 36px;
  max-width: 205px;
  padding: 17px 20px;
  color: #fff;
  background: var(--red);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(177,15,24,.28);
  font-size: .88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.parts-content h2 {
  margin: 14px 0 17px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.parts-content > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.parts-models {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 26px 0 20px;
}
.parts-models span {
  padding: 8px 12px;
  color: var(--red);
  background: var(--red-soft);
  border: 1px solid #edc7ca;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 900;
}
.parts-list {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.parts-list li {
  position: relative;
  padding-left: 28px;
  color: #3e454d;
  font-weight: 700;
}
.parts-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--red);
  font-weight: 950;
}
.parts-button { width: fit-content; }

@media (max-width: 1080px) {
  .brand img { width: 214px; max-height: 54px; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .parts-grid { gap: 52px; }
}

@media (max-width: 860px) {
  .offer-strip-inner { min-height: 34px; gap: 12px 26px; font-size: .68rem; }
  .offer-strip-inner span:not(:last-child)::after { right: -15px; }
  .parts-grid { grid-template-columns: 1fr; }
  .parts-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .factory-badge { right: 18px; }
}

@media (max-width: 560px) {
  .offer-strip-inner { padding: 8px 0; line-height: 1.25; }
  .offer-strip-inner span { width: 100%; }
  .offer-strip-inner span:not(:last-child)::after { display: none; }
  .brand img { width: 184px; max-height: 48px; }
  .sales-highlights { display: grid; grid-template-columns: 1fr; }
  .sales-highlights span { justify-content: center; }
  .products-grid { grid-template-columns: 1fr; }
  .product-image { height: 255px; }
  .parts-image-card { min-height: 390px; padding: 26px; }
  .factory-badge { position: relative; right: auto; bottom: auto; display: block; max-width: none; margin: -30px 18px 0; }
  .parts-button { width: 100%; }
}

/* ===== Correções finais de layout ===== */
.site-header {
  overflow: visible;
}
.header-inner {
  min-height: 96px;
  padding: 10px 0;
}
.brand {
  flex: 0 0 auto;
  min-width: 0;
  padding: 4px 0;
}
.brand img {
  width: 250px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}
.footer-brand img {
  width: 240px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: left center;
}
.offer-strip-inner {
  min-height: 42px;
}
.hero-copy .eyebrow {
  margin-bottom: 8px;
}
.hero-copy h1 {
  max-width: 760px;
}
.parts-top-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0 12px;
}
.parts-top-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--red-soft);
  color: var(--red);
  border: 1px solid #edc7ca;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.parts-image-card {
  min-height: 440px;
  padding: 30px;
  background: linear-gradient(145deg, #ffffff, #f5f6f7);
}
.parts-image-card img {
  max-height: 380px;
}
.parts-content > p,
.why-content > p,
.contact-inner p {
  max-width: 720px;
}
@media (max-width: 860px) {
  .header-inner {
    min-height: 88px;
  }
  .brand img {
    width: 220px;
  }
}
@media (max-width: 560px) {
  .header-inner {
    min-height: 82px;
    padding: 8px 0;
  }
  .brand img {
    width: 176px;
  }
  .offer-strip-inner {
    min-height: 0;
    padding: 9px 0;
  }
  .parts-top-tags {
    display: grid;
    grid-template-columns: 1fr;
  }
  .parts-image-card {
    min-height: 360px;
    padding: 22px;
  }
}

/* ===== Ajuste definitivo: faixa comercial e logotipo do menu ===== */
.offer-strip {
  display: block !important;
  width: 100% !important;
  color: #ffffff !important;
  background: linear-gradient(90deg, #7d080e 0%, #b10f18 45%, #cf1b25 100%) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .22) !important;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.12) !important;
}
.offer-strip-inner {
  min-height: 46px !important;
  padding: 9px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px 38px !important;
  flex-wrap: wrap !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: .79rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
}
.offer-strip-inner span {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}
.offer-strip-inner span::before {
  content: "✓";
  margin-right: 8px;
  color: #ffffff;
  font-weight: 950;
}
.offer-strip-inner span:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  right: -20px !important;
  width: 1px !important;
  height: 18px !important;
  background: rgba(255,255,255,.42) !important;
}

.site-header {
  overflow: visible !important;
  background: rgba(255,255,255,.98) !important;
}
.header-inner {
  min-height: 116px !important;
  padding: 8px 0 !important;
  overflow: visible !important;
}
.brand {
  width: 210px !important;
  height: 100px !important;
  padding: 4px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  flex: 0 0 210px !important;
}
.brand .brand-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.main-nav {
  align-self: center !important;
}
.footer-brand .footer-logo {
  display: block !important;
  width: 225px !important;
  height: 112px !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 1080px) {
  .brand {
    width: 188px !important;
    height: 92px !important;
    flex-basis: 188px !important;
  }
  .header-inner { min-height: 108px !important; }
}

@media (max-width: 860px) {
  .offer-strip-inner {
    min-height: 42px !important;
    gap: 9px 25px !important;
    font-size: .68rem !important;
  }
  .offer-strip-inner span:not(:last-child)::after { right: -14px !important; }
  .header-inner { min-height: 98px !important; }
  .brand {
    width: 174px !important;
    height: 84px !important;
    flex-basis: 174px !important;
  }
}

@media (max-width: 560px) {
  .offer-strip-inner {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    padding: 10px 0 !important;
    font-size: .65rem !important;
  }
  .offer-strip-inner span {
    width: 100% !important;
    justify-content: center !important;
    white-space: normal !important;
  }
  .offer-strip-inner span:not(:last-child)::after { display: none !important; }
  .header-inner { min-height: 88px !important; }
  .brand {
    width: 148px !important;
    height: 74px !important;
    flex-basis: 148px !important;
  }
}
