:root {
  --brand: #3e7f2b;
  --brand-dark: #2f631f;
  --brand-soft: #edf5ea;
  --brand-pale: #f6faf4;
  --ink: #1f281d;
  --ink-soft: #4f6048;
  --line: #d4e1cf;
  --white: #ffffff;
  --danger: #ac2f2f;
  --radius: 14px;
  --shadow-sm: 0 8px 18px rgba(31, 40, 29, 0.08);
  --shadow-md: 0 18px 40px rgba(31, 40, 29, 0.12);
  --navbar-height: 84px;
  --navbar-offset: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-synthesis: none;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

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

.product-image {
  display: block;
  object-fit: contain;
  object-position: center;
}

.product-image--card {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-image--detail {
  width: auto;
  height: auto;
  max-width: min(100%, 980px);
  max-height: min(74vh, 760px);
}

a {
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto;
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 48px 0;
}

.page-head {
  display: grid;
  gap: 2px;
  margin-bottom: 28px;
}

.page-head .eyebrow {
  margin: 0;
}

.page-head h2 {
  margin: 0;
  line-height: 1.15;
}

.page-head > p:not(.eyebrow) {
  margin: 0;
  line-height: 1.22;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 800;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 14px;
  font-family: "Nunito Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2rem, 4.2vw, 3.7rem);
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.7rem);
}

h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
}

p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-weight: 400;
}

.site-shell {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.topbar {
  display: none;
  background: #1f3f15;
  color: #e6f3df;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.topbar-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.topbar p {
  margin: 0;
  font-size: 0.88rem;
  color: #d8edcf;
}

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

.pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #f8fff6;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 6px 12px;
  transition: transform 0.18s ease, background 0.18s ease;
}

.pill-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
  padding: var(--navbar-offset) 0 0;
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  position: relative;
  border-radius: 22px;
  background: rgba(62, 127, 43, 0.1);
  border: 1px solid rgba(62, 127, 43, 0.24);
  backdrop-filter: blur(7px);
  padding-inline: 18px;
}

.logo {
  width: 192px;
  flex-shrink: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  gap: 6px;
  min-width: 0;
  margin-right: 0;
}

.main-nav > a,
.nav-products-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 12px;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  background: transparent;
  font-family: inherit;
}

.main-nav > a span,
.nav-products-link span {
  line-height: 1;
}

.nav-products {
  position: relative;
}

.nav-products-link {
  padding-right: 10px;
}

.nav-products-arrow {
  width: 14px;
  height: 14px;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin-left: 3px;
  line-height: 1;
  transition: color 0.18s ease;
}

.nav-caret-icon {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  transition: transform 0.18s ease;
}

.nav-link-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.main-nav > a.active,
.main-nav > a:hover,
.nav-products-link.active,
.nav-products-link:hover {
  color: var(--brand-dark);
  border-color: #cfe0c8;
  background: var(--brand-soft);
}

.nav-products-arrow:hover,
.nav-products.open .nav-products-arrow {
  color: var(--brand-dark);
}

.nav-products.open .nav-caret-icon {
  transform: rotate(180deg);
}

.products-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: min(780px, 92vw);
  border: 1px solid #d8e3d3;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-md);
  z-index: 32;
  display: grid;
  grid-template-columns: minmax(220px, 290px) 1fr;
  overflow: hidden;
}

.products-menu-panel[hidden] {
  display: none !important;
}

.products-menu-categories {
  border-right: 1px solid #e2eadf;
  background: #f8fbf6;
  max-height: min(60vh, 470px);
  overflow: auto;
}

.products-category-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  border-bottom: 1px solid #e4ece0;
}

.products-category-row.active {
  background: #eaf4e6;
}

.products-category-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  padding: 12px 14px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
  transition: color 0.18s ease;
}

.products-category-link:hover {
  color: var(--brand-dark);
}

.products-category-toggle {
  width: 44px;
  border: 0;
  border-left: 1px solid #e4ece0;
  background: transparent;
  color: #6f8868;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.18s ease, color 0.18s ease;
}

.products-category-toggle:hover,
.products-category-toggle.active {
  background: #dce9d7;
  color: #355f2b;
}

.products-category-arrow {
  font-size: 1rem;
  font-weight: 900;
}

.products-menu-items {
  max-height: min(60vh, 470px);
  overflow: auto;
  padding: 14px;
}

.products-menu-title {
  text-decoration: none;
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 0.95rem;
  display: inline-block;
  margin-bottom: 10px;
}

.products-menu-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.products-menu-items li a {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  color: var(--ink);
  padding: 8px 10px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.products-menu-items li a:hover {
  border-color: #d3dfce;
  background: #f8fbf6;
  color: var(--brand-dark);
}

.products-empty {
  margin: 0;
  border: 1px dashed #cad9c3;
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  padding: 14px;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #cfd8cb;
  background: #fff;
  color: #111;
  display: inline-grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.icon-circle:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
  background: #f6faf4;
}

.icon-circle-light {
  width: 40px;
  height: 40px;
  background: #f0f2ef;
  border-color: #f0f2ef;
}

.icon-circle-svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-search {
  position: relative;
}

.search-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(430px, 88vw);
  border-radius: 14px;
  border: 1px solid #d8e3d3;
  background: #fff;
  box-shadow: var(--shadow-md);
  padding: 14px;
  z-index: 32;
}

.search-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-dark);
  margin-bottom: 8px;
}

.search-panel input {
  width: 100%;
  border: 1px solid #cddac7;
  border-radius: 10px;
  font: inherit;
  padding: 10px 12px;
  outline: 0;
}

.search-panel input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(62, 127, 43, 0.14);
}

.search-results {
  margin-top: 12px;
  max-height: min(55vh, 420px);
  overflow: auto;
  display: grid;
  gap: 12px;
  padding-right: 4px;
}

.search-group {
  border: 1px solid #e1eadc;
  border-radius: 10px;
  padding: 10px;
}

.search-group-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 8px;
}

.search-group-link span {
  border-radius: 999px;
  background: #e9f3e5;
  color: #355f2b;
  font-size: 0.78rem;
  padding: 2px 9px;
}

.search-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 7px;
}

.search-group li a {
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  display: block;
  padding: 7px 8px;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.search-group li a:hover {
  border-color: #d6e2d0;
  background: #f8fbf6;
}

.search-product-name {
  display: block;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.3;
}

.search-product-meta {
  display: block;
  color: var(--ink-soft);
  font-size: 0.79rem;
}

.search-empty {
  margin: 0;
  border: 1px dashed #cad9c3;
  border-radius: 10px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  padding: 16px 14px;
}

.intranet-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 3px 4px;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.intranet-link:hover {
  border-color: #d6e2d0;
  background: #f8fbf6;
}

.intranet-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.03;
}

.intranet-text strong {
  font-size: 0.78rem;
  font-weight: 700;
  color: #6e766d;
}

.intranet-text small {
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1f281d;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #3e7f2b, #4e9839);
  padding: 12px 24px;
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(62, 127, 43, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cart-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(62, 127, 43, 0.3);
}

.cart-link span {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.menu-btn span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 12% 14%, rgba(62, 127, 43, 0.16), transparent 35%),
    radial-gradient(circle at 84% 4%, rgba(62, 127, 43, 0.13), transparent 30%),
    linear-gradient(180deg, #ffffff, #f3f8f1);
}

.hero-home {
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 0;
  position: relative;
  background: none;
}

.hero-home-layout {
  display: grid;
  gap: 48px;
}

.hero-slider {
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.hero-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.hero-slider-track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 760ms ease;
  will-change: transform;
}

.hero-slide {
  margin: 0;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}

.hero-slide-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  cursor: pointer;
}

.home-hero-actions {
  margin: 0;
  justify-content: center;
}

.home-hero-actions .btn {
  width: 220px;
  min-width: 220px;
}

.home-carousel-section {
  padding-top: 6px;
  background: #ffffff;
}

.home-carousel-intro {
  margin: 0 0 20px;
  text-align: right;
}

.home-carousel-intro h2 {
  margin: 0;
  color: var(--brand);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 400;
  line-height: 1.12;
  text-transform: uppercase;
}

.home-categories-section {
  padding-top: 24px;
}

.home-categories-title {
  margin: 0;
  color: var(--brand);
  font-style: normal;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.home-carousel {
  --home-carousel-items: 4;
  --home-carousel-gap: 24px;
  position: relative;
  padding-inline: 54px;
}

.home-carousel-viewport {
  overflow: hidden;
}

.home-carousel-track {
  display: flex;
  gap: var(--home-carousel-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 520ms ease;
  will-change: transform;
}

.home-carousel-item {
  flex: 0 0 calc((100% - (var(--home-carousel-gap) * (var(--home-carousel-items) - 1))) / var(--home-carousel-items));
  min-width: 0;
  text-align: center;
  padding: 8px 8px 14px;
}

.home-carousel-media {
  height: 128px;
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: 0;
  display: grid;
  place-items: center;
  padding: 0 10px;
  overflow: hidden;
}

.home-carousel-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 124px;
  object-fit: contain;
  object-position: center;
}

.home-carousel-media span {
  color: #2f5f22;
  font-weight: 800;
  font-size: 1.06rem;
  letter-spacing: 0.02em;
}

.home-carousel-item h3 {
  margin: 10px 0 2px;
  color: #2c322b;
  font-size: clamp(0.94rem, 1.22vw, 1.08rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: none;
}

.home-carousel-brand {
  margin: 0 0 10px;
  color: #6e776c;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-carousel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(128px, 82%);
  text-decoration: none;
  border-radius: 999px;
  background: var(--brand);
  border: 1px solid var(--brand-dark);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 7px 13px;
  box-shadow: 0 5px 12px rgba(26, 57, 18, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.home-carousel-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 7px 14px rgba(26, 57, 18, 0.26);
}

.home-carousel-nav {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6f7470;
  font-size: 3rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: color 0.18s ease, transform 0.18s ease;
}

.home-carousel-nav:hover {
  color: #2f5f22;
  transform: translateY(-50%) scale(1.06);
}

.home-carousel-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.home-carousel-nav.prev {
  left: 4px;
}

.home-carousel-nav.next {
  right: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider-track,
  .home-carousel-track,
  .clients-logo-track {
    transition-duration: 0ms !important;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
  align-items: center;
}

.hero-copy p {
  max-width: 66ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  padding: 11px 20px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(120deg, var(--brand), #4f9c39);
  color: var(--white);
  box-shadow: 0 10px 20px rgba(62, 127, 43, 0.22);
}

.btn-secondary {
  background: var(--white);
  color: var(--brand-dark);
  border-color: var(--brand);
}

.btn-danger {
  background: #fff;
  color: var(--danger);
  border-color: #e9bbbb;
}

.hero-panel {
  border: 1px solid #cfe0c8;
  background: var(--white);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.hero-panel ul {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.quick-counters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quick-counters li {
  border-left: 2px solid #b5d0ab;
  padding-left: 12px;
}

.quick-counters strong {
  display: block;
  color: var(--brand-dark);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.card p {
  min-height: 54px;
}

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.32);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.category-card-media {
  position: absolute;
  inset: 0;
}

.category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 12, 6, 0.08) 0%, rgba(5, 10, 5, 0.34) 56%, rgba(3, 8, 4, 0.54) 100%);
}

.category-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 20px 18px;
  align-items: flex-start;
}

.category-card-copy {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}

.category-card h3,
.category-card-subtitle,
.category-card-count {
  color: #ffffff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.62);
  text-align: left;
}

.category-card h3 {
  margin: 0;
  line-height: 1.15;
}

.category-card-subtitle {
  margin: 6px 0 0;
  min-height: 0 !important;
  line-height: 1.25;
}

.category-card-count {
  margin: 8px 0 0;
  min-height: 0 !important;
}

.category-card-count strong {
  color: #ffffff;
}

.category-card-btn {
  margin-top: 0;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.94);
  color: #1f3118;
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.category-card-btn:hover {
  background: #ffffff;
}

.category-card:hover,
.category-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(8, 14, 8, 0.28);
}

.category-card:hover .category-card-media img,
.category-card:focus-within .category-card-media img {
  transform: scale(1.09);
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  font-weight: 800;
  font-size: 0.72rem;
  color: #205313;
  background: #deecd8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.step strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #deecd8;
  color: #245317;
  margin-bottom: 10px;
}

.strip {
  background: linear-gradient(120deg, #2e6020, #3e7f2b);
  color: #eaf4e7;
}

.strip p,
.strip h2 {
  color: #f2faf0;
}

.strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.list-inline li {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
}

.clients-trust {
  position: relative;
  isolation: isolate;
  background: #ffffff;
  border-top: 1px solid #dbe4d7;
  border-bottom: 1px solid #dbe4d7;
}

.clients-trust-inner {
  position: relative;
  display: grid;
  gap: 6px;
  z-index: 2;
  padding-top: 92px;
  overflow: visible;
}

.clients-trust-copy {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 30;
  display: grid;
  gap: 0;
  pointer-events: none;
}

.clients-trust-heading,
.clients-trust-title {
  margin: 0 0 2px;
  text-align: center;
  color: #111111 !important;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 11;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.clients-trust-subtitle {
  margin: 0 0 6px;
  text-align: center;
  color: #1f1f1f !important;
  font-size: clamp(0.96rem, 1.35vw, 1.18rem);
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  z-index: 11;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.clients-logo-carousel {
  --clients-logo-items: 6;
  --clients-logo-gap: 6px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.clients-logo-viewport {
  overflow: hidden;
}

.clients-logo-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--clients-logo-gap);
  transform: translate3d(0, 0, 0);
  transition: transform 620ms ease;
  will-change: transform;
}

.clients-logo-item {
  flex: 0 0 128px;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 4px 0;
}

.clients-logo-item img {
  width: 100%;
  max-width: 128px;
  height: 52px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.page-title-wrap {
  padding: 26px 0 20px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f4f8f2);
}

.empresa-title-wrap {
  padding: 30px 0 8px;
  border-bottom: 0;
  background: #ffffff;
}

.about-modern-section {
  padding-top: 10px;
  padding-bottom: 72px;
}

.about-modern-shell {
  display: grid;
  gap: 22px;
}

.about-modern-head {
  width: min(980px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 10px;
}

.about-modern-kicker {
  margin: 0;
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 800;
}

.about-modern-head h2 {
  margin: 0;
  color: #1f2f19;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.14;
}

.about-modern-head > p {
  margin: 0;
  color: #2d3f27;
  font-size: 1.02rem;
  line-height: 1.7;
}

.about-modern-highlight {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: 22px;
  align-items: stretch;
  background: linear-gradient(180deg, #f4f8f2, #edf4e9);
  border-radius: 24px;
  padding: 18px;
}

.about-modern-image {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #e7efe2;
}

.about-modern-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-modern-image-main {
  min-height: 360px;
}

.about-modern-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.about-modern-copy h3 {
  margin: 0;
  color: #23431a;
  font-size: clamp(1.16rem, 1.9vw, 1.46rem);
}

.about-modern-copy p {
  margin: 0;
  color: #2b3e25;
  font-size: 1rem;
  line-height: 1.7;
}

.about-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-modern-block {
  display: grid;
  gap: 9px;
  background: #f7faf5;
  border-radius: 18px;
  padding: 16px 16px 14px;
}

.about-modern-block h3 {
  margin: 0;
  color: #24411c;
  font-size: clamp(1.06rem, 1.7vw, 1.3rem);
}

.about-modern-block p {
  margin: 0;
  color: #2e4028;
  font-size: 0.98rem;
  line-height: 1.66;
}

.about-modern-image-side {
  min-height: 220px;
}

.about-modern-cta {
  width: min(980px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.about-modern-cta p {
  margin: 0;
  color: #24351e;
  font-size: 1.02rem;
  line-height: 1.66;
  max-width: 74ch;
}

.services-title-wrap {
  padding: 30px 0 10px;
  border-bottom: 0;
  background: #ffffff;
}

.services-modern-section {
  padding-top: 10px;
  padding-bottom: 72px;
}

.services-modern-shell {
  display: grid;
  gap: 26px;
}

.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: 22px;
  align-items: stretch;
}

.services-intro-copy {
  display: grid;
  align-content: center;
  gap: 10px;
}

.services-kicker {
  margin: 0;
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 800;
}

.services-intro-copy h2 {
  margin: 0;
  color: #1f2f19;
  font-size: clamp(1.45rem, 2.8vw, 2.3rem);
  line-height: 1.14;
}

.services-intro-copy p {
  margin: 0;
  color: #2e4028;
  font-size: 1rem;
  line-height: 1.7;
}

.services-intro-media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #edf3e9;
}

.services-intro-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.services-journey {
  display: grid;
  gap: 8px;
}

.services-journey-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9e4d4;
}

.services-journey-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #d9e4d4;
}

.services-step {
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e3efde;
  color: #245018;
  display: inline-grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.services-journey-item h3 {
  margin: 0 0 3px;
  color: #21361b;
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  line-height: 1.24;
}

.services-journey-item p {
  margin: 0;
  color: #33462d;
  font-size: 0.98rem;
  line-height: 1.58;
}

.services-cta {
  background: linear-gradient(180deg, #f4f8f2, #ebf2e7);
  border-radius: 20px;
  padding: 20px;
  display: grid;
  gap: 12px;
}

.services-cta p {
  margin: 0;
  color: #2a3d24;
  font-size: 1.01rem;
  line-height: 1.66;
}

.services-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumb {
  margin: 0 0 8px;
  font-size: 0.84rem;
  color: #698360;
}

.breadcrumb a {
  color: #47653d;
  text-decoration: none;
}

.layout-2col {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  gap: 18px;
}

.sidebar {
  align-self: start;
  position: sticky;
  top: 98px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.filter-block {
  margin-bottom: 16px;
}

.filter-block h4 {
  margin-bottom: 10px;
  font-size: 1.03rem;
}

.field,
.select,
textarea {
  width: 100%;
  border: 1px solid #c4d6bd;
  background: #fdfefd;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
}

textarea {
  min-height: 92px;
  resize: vertical;
}

.field:focus,
.select:focus,
textarea:focus {
  outline: 2px solid #a8c89d;
  outline-offset: 1px;
}

.checkbox-list,
.radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.checkbox-list label,
.radio-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: #33442e;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

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

.product-grid.list-mode {
  grid-template-columns: 1fr;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.product-grid.list-mode .product-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.zoom-card {
  box-shadow: 0 10px 24px rgba(29, 51, 24, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.zoom-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(29, 51, 24, 0.14);
}

.product-visual {
  position: relative;
  height: auto;
  min-height: 220px;
  background: #ffffff;
  color: #2a3328;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  overflow: visible;
  border-bottom: 0;
  flex-shrink: 0;
}

.product-visual.has-image {
  background: #ffffff;
}

.product-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.product-grid.list-mode .product-visual {
  min-height: 250px;
}

.product-visual span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.zoom-card .product-visual::after {
  content: "GREEN RENTAL";
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.zoom-card .product-visual.has-image::after {
  content: none;
}

.product-body {
  padding: 14px;
  border-top: 1px solid #e2e8df;
  background: #ffffff;
}

.product-body h3 {
  margin-bottom: 8px;
}

.product-meta {
  margin: 0 0 8px;
  font-size: 0.82rem;
  color: #60785a;
}

.mini-specs {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.mini-specs li {
  font-size: 0.83rem;
  color: #35512e;
  padding-left: 14px;
  position: relative;
}

.mini-specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #3e7f2b;
}

.product-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-actions .btn {
  padding: 8px 12px;
  font-size: 0.83rem;
}

.contact-direct-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
  max-width: 320px;
}

.contact-direct-actions .btn {
  width: 100%;
  min-width: 0;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.detail-image {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  min-height: clamp(420px, 58vh, 680px);
  display: grid;
  place-items: center;
  color: var(--ink);
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

.detail-image.has-image {
  background: #ffffff;
  color: var(--ink);
}

.detail-image > div {
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
}

.detail-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, 980px);
  max-height: min(74vh, 760px);
  object-fit: contain;
  object-position: center;
}

.detail-image span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
}

.detail-summary {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 18px;
}

.detail-summary ul {
  margin: 14px 0 18px;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.price-note {
  margin: 6px 0 10px;
  font-size: 0.88rem;
  color: #335029;
  background: #edf5ea;
  border: 1px solid #d0e1ca;
  border-radius: 10px;
  padding: 8px 10px;
}

.detail-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.detail-flags span {
  font-size: 0.77rem;
  font-weight: 800;
  border: 1px solid #cfe0c8;
  border-radius: 999px;
  padding: 4px 9px;
  color: #34542a;
  background: #f6fbf4;
}

.tabs {
  margin-top: 18px;
}

.tab-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.tab-buttons button {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: #30472b;
  font-weight: 800;
  padding: 7px 14px;
  cursor: pointer;
}

.tab-buttons button.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 0.93rem;
}

.spec-table th {
  width: 45%;
  color: #3e5538;
}

.quote-layout {
  display: grid;
  grid-template-columns: 1fr 0.36fr;
  gap: 16px;
}

.stepper {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.step-chip {
  flex: 1;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: #435a3d;
  padding: 10px 12px;
  font-weight: 800;
  text-align: center;
}

.step-chip.active {
  border-color: var(--brand);
  background: #e7f2e2;
  color: #234f15;
}

.step-content {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.step-pane {
  display: none;
}

.step-pane.active {
  display: block;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 0.9fr auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
}

.cart-item h4 {
  margin: 0;
  font-size: 1.06rem;
}

.cart-item small {
  color: #5c7554;
}

.inline-field {
  display: grid;
  gap: 4px;
  font-size: 0.8rem;
  color: #41563a;
}

.empty-state {
  border: 1px dashed #b9ceb1;
  background: #f8fcf6;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}

.step-actions {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.quote-summary {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  align-self: start;
  position: sticky;
  top: 96px;
}

.quote-summary h3 {
  margin-bottom: 10px;
}

.summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.summary-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.summary-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.notice {
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.notice.info {
  background: #ecf5e8;
  border: 1px solid #cce0c5;
  color: #2a5220;
}

.notice.error {
  background: #fdeeee;
  border: 1px solid #f0c2c2;
  color: #8f2424;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.44fr 0.56fr;
  gap: 16px;
}

.contact-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.site-footer {
  margin-top: 40px;
  background: #234919;
  color: #ffffff;
  padding: 40px 0 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr auto;
  gap: 16px;
  align-items: start;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 6px;
}

.footer-grid > div:nth-child(1) {
  justify-items: start;
  text-align: left;
}

.footer-grid > div:nth-child(2) {
  justify-items: start;
  text-align: left;
}

.footer-grid > div:nth-child(3) {
  justify-items: start;
  text-align: left;
}

.footer-social-column {
  justify-self: end;
  align-self: start;
  display: flex;
}

.footer-grid p,
.footer-grid a {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  display: block;
  line-height: 1.5;
}

.footer-grid h3 {
  color: #ffffff;
  margin: 0 0 4px;
}

.footer-grid a:hover {
  opacity: 0.86;
}

.footer-logo {
  width: 188px;
  margin-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 14px;
  padding-top: 10px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}

.footer-social {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.footer-social-stack {
  display: none !important;
}

.footer-social-link {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  text-decoration: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.footer-social-link:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.footer-social-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(17, 57, 27, 0.32);
  z-index: 90;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 34px rgba(17, 57, 27, 0.38);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  display: block;
}

.toast-wrap {
  position: fixed;
  right: 14px;
  bottom: 92px;
  z-index: 80;
  display: grid;
  gap: 8px;
}

.toast {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--brand);
  color: #2a3e24;
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 240px;
  box-shadow: var(--shadow-md);
  font-size: 0.88rem;
}

@media (max-width: 1080px) {
  .clients-trust-inner {
    padding-top: 86px;
  }

  .category-card {
    min-height: 340px;
  }

  .category-card-content {
    min-height: 340px;
    padding: 18px 16px;
  }

  .clients-logo-carousel {
    --clients-logo-gap: 6px;
  }

  .clients-logo-item img {
    max-width: 112px;
    height: 48px;
  }

  .home-carousel {
    --home-carousel-gap: 18px;
    padding-inline: 44px;
  }

  .home-carousel-media {
    height: 152px;
  }

  .product-visual {
    min-height: 200px;
  }

  .product-grid.list-mode .product-visual {
    min-height: 220px;
  }

  .home-carousel-item h3 {
    font-size: clamp(0.92rem, 1.6vw, 1.06rem);
  }

  .home-carousel-btn {
    min-width: min(126px, 84%);
    font-size: 0.74rem;
    padding: 7px 12px;
  }

  .logo {
    width: 176px;
  }

  .main-nav {
    gap: 2px;
  }

  .main-nav > a,
  .nav-products-link {
    font-size: 0.84rem;
    padding: 7px 9px;
  }

  .nav-products-arrow {
    width: 13px;
    height: 13px;
  }

  .nav-actions {
    gap: 8px;
  }

  .icon-circle {
    width: 44px;
    height: 44px;
  }

  .intranet-text strong {
    font-size: 0.74rem;
  }

  .intranet-text small {
    font-size: 0.96rem;
  }

  .cart-link {
    padding: 11px 18px;
    font-size: 0.92rem;
  }

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

  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-summary {
    position: static;
  }

  .about-modern-highlight {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .about-modern-image-main {
    min-height: 300px;
  }

  .about-modern-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .services-intro-media img {
    min-height: 280px;
  }
}

@media (max-width: 940px) {
  .intranet-text small {
    font-size: 0.88rem;
  }

  .hero-grid,
  .layout-2col,
  .detail-grid,
  .contact-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --navbar-height: 76px;
    --navbar-offset: 16px;
  }

  .hero-home {
    padding-top: 36px;
    padding-bottom: 0;
  }

  .hero-home-layout {
    gap: 36px;
  }

  .menu-btn {
    display: inline-block;
    order: 3;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 4px);
    left: 4%;
    right: 4%;
    width: auto;
    background: rgba(62, 127, 43, 0.1);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    z-index: 31;
    flex: initial;
    margin-right: 0;
  }

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

  .main-nav > a,
  .nav-products-link {
    justify-content: flex-start;
    padding: 10px 10px;
    font-size: 0.92rem;
  }

  .main-nav > a span,
  .nav-products-link span {
    line-height: 1.2;
  }

  .nav-products {
    width: 100%;
  }

  .nav-products-arrow {
    width: 14px;
    height: 14px;
    margin-left: 3px;
  }

  .products-menu-panel {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
    border-radius: 10px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-height: 360px;
  }

  .products-menu-categories,
  .products-menu-items {
    max-height: 360px;
  }

  .nav-actions {
    order: 2;
    margin-left: auto;
    gap: 6px;
  }

  .intranet-text {
    display: none;
  }

  .intranet-link {
    padding: 0;
    border: 0;
  }

  .intranet-link:hover {
    background: transparent;
  }

  .icon-circle,
  .icon-circle-light {
    width: 40px;
    height: 40px;
  }

  .cart-link {
    margin-left: 0;
    font-size: 0.84rem;
    padding: 9px 14px;
  }

  .search-panel {
    width: min(380px, 90vw);
  }

  .nav-wrap {
    min-height: 76px;
    gap: 10px;
    border-radius: 18px;
    padding-inline: 14px;
  }

  .logo {
    width: 152px;
  }

  .home-carousel {
    padding-inline: 34px;
  }

  .home-carousel-nav {
    width: 32px;
    height: 32px;
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  .clients-trust-inner {
    padding-top: 80px;
  }

  .category-card {
    min-height: 320px;
  }

  .category-card-content {
    min-height: 320px;
    padding: 16px 14px;
  }

  .clients-trust-inner {
    gap: 10px;
  }

  .clients-logo-carousel {
    --clients-logo-gap: 6px;
  }

  .clients-logo-item {
    flex-basis: 96px;
    padding: 3px 0;
  }

  .clients-logo-item img {
    max-width: 96px;
    height: 42px;
  }

  .logo {
    width: 132px;
  }

  .menu-btn {
    width: 38px;
    height: 38px;
  }

  .menu-btn span {
    width: 20px;
  }

  .nav-actions {
    gap: 5px;
  }

  .nav-wrap {
    border-radius: 15px;
    padding-inline: 10px;
  }

  .icon-circle,
  .icon-circle-light {
    width: 36px;
    height: 36px;
  }

  .icon-circle-svg {
    width: 18px;
    height: 18px;
  }

  .cart-link {
    font-size: 0.8rem;
    padding: 8px 11px;
  }

  .search-panel {
    right: -70px;
    width: min(96vw, 360px);
  }

  .home-carousel {
    --home-carousel-gap: 12px;
    padding-inline: 20px;
  }

  .home-carousel-media {
    height: 136px;
  }

  .product-visual {
    min-height: 180px;
  }

  .product-grid.list-mode .product-visual {
    min-height: 200px;
  }

  .home-carousel-item h3 {
    margin: 10px 0 8px;
    font-size: clamp(0.86rem, 4.8vw, 1.02rem);
  }

  .home-carousel-btn {
    min-width: min(118px, 82%);
    font-size: 0.7rem;
    padding: 6px 10px;
  }

  .home-carousel-nav {
    width: 26px;
    height: 26px;
    font-size: 2rem;
  }

  .products-menu-panel {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .products-menu-categories,
  .products-menu-items {
    max-height: none;
  }

  .topbar-inner {
    padding: 8px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar p {
    font-size: 0.82rem;
  }

  .hero-actions,
  .product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .btn {
    width: 100%;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float svg {
    width: 27px;
    height: 27px;
  }

  .about-modern-section {
    padding-bottom: 52px;
  }

  .about-modern-head {
    gap: 8px;
  }

  .about-modern-head > p,
  .about-modern-copy p,
  .about-modern-block p,
  .about-modern-cta p {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .about-modern-image-main {
    min-height: 230px;
  }

  .about-modern-image-side {
    min-height: 180px;
  }

  .services-modern-section {
    padding-bottom: 52px;
  }

  .services-modern-shell {
    gap: 20px;
  }

  .services-intro-copy p,
  .services-journey-item p,
  .services-cta p {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .services-intro-media img {
    min-height: 220px;
  }

  .services-step {
    min-width: 32px;
    height: 32px;
    font-size: 0.76rem;
  }

  .services-cta {
    padding: 16px 14px;
  }

  .services-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .card-grid,
  .product-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .stepper {
    flex-direction: column;
  }
}
