:root {
  --brand-blue: #0077a7;
  --brand-blue-dark: #004d6f;
  --brand-blue-soft: #e8f5fa;
  --brand-blue-rgb: 0, 119, 167;
  --brand-red: #e1252f;
  --brand-red-dark: #b71924;
  --brand-red-rgb: 225, 37, 47;
  --green: var(--brand-blue);
  --green-dark: var(--brand-blue-dark);
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --green-soft: var(--brand-blue-soft);
  --yellow: var(--brand-red);
  --ink: #10212b;
  --muted: #60717a;
  --line: #d9e6eb;
  --paper: #ffffff;
  --off: #f5f8fa;
  --shadow: 0 18px 44px rgba(16, 33, 43, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(var(--brand-blue-rgb), 0.08), transparent 34rem),
    var(--paper);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(14px, 2.5vw, 38px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(223, 232, 227, 0.9);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 168px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 32px);
  color: var(--green-dark);
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover {
  border-color: var(--yellow);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(var(--brand-blue-rgb), 0.22);
}

.whatsapp-button {
  gap: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.24);
}

.whatsapp-button:hover {
  background: linear-gradient(135deg, #2be070, #0f7f42);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.32);
}

.whatsapp-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 1.15em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7C49.1 322.8 39.4 288.9 39.4 254c0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.5 32 1.9 131.6 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7C49.1 322.8 39.4 288.9 39.4 254c0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button.secondary {
  color: var(--green-dark);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--green-dark);
}

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 82px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(46px, 5vw, 72px) clamp(14px, 3vw, 44px) 34px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 42, 62, 0.86), rgba(0, 61, 88, 0.58) 48%, rgba(0, 61, 88, 0.12)),
    url("public/leafar-new/hero-rollon.jpg") center / cover no-repeat;
}

.hero-content {
  width: min(740px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.82rem;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 900px;
}

.title-accent {
  color: var(--brand-red);
}

.hero p {
  max-width: 650px;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-strip {
  width: 100%;
  margin-top: clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.hero-strip span {
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(2.1rem, 4.4vw, 3.7rem);
  line-height: 0.82;
}

.hero-strip span:last-child {
  border-right: 0;
}

.section {
  padding: clamp(46px, 6vw, 76px) 0;
}

.lazy-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.reveal-section,
.reveal-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-section.is-visible,
.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.container {
  width: min(1360px, calc(100% - 24px));
  margin: 0 auto;
}

.muted {
  background: var(--off);
}

.scale-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.scale-cards article {
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(var(--brand-blue-rgb), 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(232, 245, 250, 0.9), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 42px rgba(16, 33, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.scale-cards article:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--brand-red-rgb), 0.2);
  box-shadow: 0 24px 54px rgba(16, 33, 43, 0.13);
}

.scale-cards strong {
  display: inline;
  color: var(--green-dark);
  font-size: 1.22em;
  line-height: inherit;
}

.scale-cards span {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  font-weight: 800;
  line-height: 1.35;
}

.history-metrics {
  margin-top: clamp(22px, 4vw, 48px);
}

.lead-warmup {
  background:
    linear-gradient(180deg, #fff, rgba(232, 245, 250, 0.88)),
    var(--paper);
}

.lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.lead-panel h2 {
  max-width: 760px;
}

.lead-panel p:not(.section-kicker) {
  max-width: 700px;
  color: var(--muted);
}

.lead-points {
  display: grid;
  gap: 12px;
}

.lead-points article {
  padding: 18px 20px;
  border: 1px solid rgba(var(--brand-blue-rgb), 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 33, 43, 0.08);
}

.lead-points strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 1.05rem;
}

.lead-points span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.section-heading.narrow {
  max-width: 690px;
  margin-inline: auto;
  text-align: center;
}

.section-heading p,
.split p,
.site-footer p {
  color: var(--muted);
}

.product-carousel {
  position: relative;
}

.equipment-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}

.equipment-tab {
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 33, 43, 0.06);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.equipment-tab:hover {
  border-color: rgba(var(--brand-blue-rgb), 0.34);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(16, 33, 43, 0.1);
}

.equipment-tab.is-active {
  color: #fff;
  border-color: var(--green);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 18px 34px rgba(var(--brand-blue-rgb), 0.22);
}

.carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.carousel-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.carousel-title::before {
  content: "";
  width: 42px;
  flex: 0 0 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--yellow);
}

.carousel-actions {
  display: flex;
  gap: 10px;
}

.carousel-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--green-dark);
  background: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.carousel-arrow:hover:not(:disabled) {
  color: #fff;
  background: var(--green);
  transform: translateY(-2px);
}

.carousel-arrow:disabled {
  cursor: default;
  opacity: 0.38;
}

.product-viewport {
  overflow: hidden;
}

.product-track {
  --cards-per-view: 3;
  --card-gap: 22px;
  display: flex;
  align-items: stretch;
  gap: var(--card-gap);
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-track::-webkit-scrollbar {
  display: none;
}

.product-card,
.parts-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 33, 43, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - (var(--card-gap) * (var(--cards-per-view) - 1))) / var(--cards-per-view));
  scroll-snap-align: start;
  height: auto;
}

.product-card:hover,
.parts-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--brand-blue-rgb), 0.28);
  box-shadow: 0 22px 46px rgba(16, 33, 43, 0.13);
}

.product-media {
  position: relative;
  aspect-ratio: 45 / 31;
  overflow: hidden;
  background: #eaf0f3;
}

.product-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-media-backdrop {
  position: absolute;
  inset: -16px;
  width: calc(100% + 32px) !important;
  height: calc(100% + 32px) !important;
  object-fit: cover;
  filter: blur(16px);
  opacity: 0.28;
  transform: scale(1.05);
}

.product-media-image {
  position: relative;
  z-index: 1;
  object-fit: contain;
}

.product-card > .product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 270px;
  padding: 20px;
}

.product-category {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.text-link:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #2be070, #0f7f42);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.3);
}

.parts-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
}

.parts-grid article {
  text-align: center;
}

.parts-grid img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: contain;
  padding: 16px;
  background: #fff;
}

.parts-grid h3 {
  min-height: 68px;
  display: grid;
  place-items: center;
  padding: 12px;
  font-size: 0.86rem;
}

.centered-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.benefits {
  display: grid;
  gap: 22px;
}

.benefit-feature,
.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.benefit-feature.reverse,
.split.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.85fr);
}

.benefit-feature.reverse img,
.split.reverse img {
  order: 2;
}

.benefit-feature img,
.split img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.benefit-feature:hover img,
.split:hover img {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 24px 56px rgba(18, 33, 27, 0.18);
}

.benefit-feature ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.benefit-feature li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.benefit-feature li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.service-band {
  color: #fff;
  background: var(--green-dark);
}

.service-band p {
  color: rgba(255, 255, 255, 0.78);
}

.service-band .split img {
  max-height: 520px;
  object-fit: cover;
}

.about-section {
  padding: clamp(44px, 5vw, 66px) 0;
  background:
    linear-gradient(135deg, rgba(232, 245, 250, 0.95), rgba(255, 255, 255, 0.96)),
    var(--off);
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.about-copy {
  max-width: 640px;
}

.about-copy h2 {
  max-width: 620px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.about-copy p {
  max-width: 610px;
  color: var(--muted);
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(var(--brand-blue-rgb), 0.16);
  border-radius: 999px;
  color: var(--green-dark);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(16, 33, 43, 0.06);
}

.about-visual {
  position: relative;
  min-height: 320px;
}

.about-visual img {
  width: 86%;
  aspect-ratio: 1.55;
  margin-left: auto;
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 24px 58px rgba(18, 33, 27, 0.16);
}

.about-stat {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: min(270px, 58%);
  padding: 26px 28px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--brand-red));
  box-shadow: 0 22px 42px rgba(var(--brand-blue-rgb), 0.26);
}

.about-stat strong {
  display: block;
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.85;
}

.about-stat span {
  display: block;
  margin-top: 12px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 900;
  line-height: 1.1;
}

.cta-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 77, 111, 0.96), rgba(0, 119, 167, 0.92)),
    var(--green-dark);
}

.cta-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.cta-panel h2 {
  margin-inline: auto;
  max-width: 820px;
}

.cta-panel p:not(.section-kicker) {
  margin-inline: auto;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.cta-panel .button {
  white-space: nowrap;
}

.site-footer {
  padding: 48px 0 30px;
  color: #dce9e4;
  background: #052638;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: clamp(24px, 4vw, 52px);
}

.footer-brand-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.footer-logo {
  width: 170px;
  height: auto;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1rem;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 10px;
  color: #dce9e4;
}

.site-footer .footer-whatsapp {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}

.floating-whatsapp .whatsapp-icon {
  width: 1.55em;
  height: 1.55em;
}

.lazy-media {
  opacity: 0;
  transition: opacity 420ms ease, transform 420ms ease;
}

.lazy-media.is-loaded {
  opacity: 1;
}

.product-media-backdrop.lazy-media.is-loaded {
  opacity: 0.28;
}

img:not([src]) {
  min-height: 120px;
  background: linear-gradient(135deg, #eef5f1, #f8faf8);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 22px 22px;
    background: #fff;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 13px 0;
  }

  .header-cta {
    display: none;
  }

  .product-track {
    --cards-per-view: 2;
  }

  .equipment-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-section,
  .reveal-card {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding-top: 46px;
    background:
      linear-gradient(180deg, rgba(0, 42, 62, 0.72), rgba(0, 61, 88, 0.42)),
      url("public/leafar-new/hero-rollon-mobile-9x16.jpg") center center / cover no-repeat;
  }

  .hero-strip {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .hero-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .benefit-feature,
  .benefit-feature.reverse,
  .split,
  .split.reverse,
  .lead-panel,
  .about-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .scale-cards {
    grid-template-columns: 1fr;
  }

  .scale-cards article {
    min-height: 150px;
  }

  .cta-panel .button {
    width: 100%;
    white-space: normal;
  }

  .benefit-feature.reverse img,
  .split.reverse img {
    order: 0;
  }

  .about-visual {
    min-height: auto;
  }

  .about-visual img {
    width: 100%;
  }

  .about-stat {
    position: relative;
    width: 100%;
    margin-top: -42px;
  }

  .parts-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(142px, 46vw);
    grid-template-columns: none;
    gap: 12px;
    margin-inline: -12px;
    padding: 4px 12px 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .parts-grid.is-auto-scrolling {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .parts-grid::-webkit-scrollbar {
    display: none;
  }

  .parts-grid article {
    scroll-snap-align: start;
  }

  .parts-grid img {
    aspect-ratio: 1.12;
    padding: 12px;
  }

  .equipment-tabs {
    grid-template-columns: 1fr;
  }

  .carousel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .carousel-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .product-track {
    --cards-per-view: 1;
  }

  .brand img {
    width: 136px;
  }

  .parts-grid h3 {
    min-height: auto;
    padding: 10px;
    font-size: 0.8rem;
  }
}
