.home-2026,
body:has(.home-2026),
body:has(.home-2026) #wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.home-2026 {
  --home-ink: #111827;
  --home-muted: #667085;
  --home-green: #2fb14a;
  --home-panel: #f4f6f8;
  --home-border: rgba(17, 24, 39, 0.1);
  padding-top: 76px;
  overflow: hidden;
  background: #fff;
  color: var(--home-ink);
}

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

.home-2026 a {
  color: inherit;
  text-decoration: none;
}

.home-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.home-intro {
  padding: clamp(30px, 4vw, 52px) 0 clamp(42px, 6vw, 72px);
  background: linear-gradient(145deg, #fff 0%, #f5f8f6 100%);
}

.home-intro .home-shell {
  max-width: 1120px;
}

.home-kicker {
  margin: 0 0 10px;
  color: var(--home-green);
  font-family: "AkrobatBold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-intro .vl-page-title {
  max-width: 1080px;
  overflow-wrap: anywhere;
  font-size: clamp(42px, 5.4vw, 68px) !important;
}

.home-intro-copy {
  max-width: 940px;
  margin: 22px 0 0;
  color: var(--home-muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.7;
}

.home-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--home-green);
  border-radius: 10px;
  font-weight: 700;
}

.home-button-primary {
  background: var(--home-green);
  color: #fff !important;
}

.home-button-secondary {
  color: #208136 !important;
  background: #fff;
}

.home-campaign {
  position: relative;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
  background: var(--home-ink);
}

.homepage-operation-clickable-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home-campaign .homepage-operation-hero {
  width: 100%;
  max-width: 100%;
}

.home-campaign-cover-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.home-main-video {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.home-section {
  padding: clamp(56px, 7vw, 88px) 0;
}

.home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.home-section-heading h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: "AkrobatBold", sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  text-transform: uppercase;
}

.home-quick-links {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.home-quick-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--home-ink);
}

.home-quick-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(9, 15, 25, 0.82) 100%);
}

.home-quick-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-quick-card:hover img {
  transform: scale(1.04);
}

.home-quick-card span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: #fff;
  font-family: "AkrobatBold", sans-serif;
  font-size: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-selection,
.home-videos {
  background: var(--home-panel);
}

.home-scroll-controls {
  display: flex;
  gap: 8px;
}

.home-scroll-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--home-border);
  border-radius: 50%;
  background: #fff;
  color: var(--home-ink);
  font-size: 20px;
  cursor: pointer;
}

.home-product-track {
  display: grid;
  grid-auto-columns: minmax(280px, 32%);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.home-product-card {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #fff;
  scroll-snap-align: start;
}

.home-product-media {
  aspect-ratio: 3 / 2;
  padding: 14px;
  background: #fff;
}

.home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-product-content {
  position: relative;
  min-height: 150px;
  padding: 20px;
  border-top: 1px solid var(--home-border);
}

.home-product-content h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.25;
}

.home-product-link {
  margin: 0;
  color: var(--home-green);
  font-weight: 700;
}

.home-product-price {
  margin: 18px 0 0;
  font-family: "AkrobatBold", sans-serif;
  font-size: 25px;
}

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

.home-guide-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-guide-card:hover {
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.09);
  transform: translateY(-3px);
}

.home-guide-card.is-green {
  border-color: transparent;
  background: var(--home-green);
  color: #fff;
}

.home-guide-card.is-social {
  background: var(--home-ink);
  color: #fff;
}

.home-guide-card h3 {
  margin: 0 0 14px;
  font-family: "AkrobatBold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.home-guide-card p {
  margin: 0 0 24px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.6;
}

.home-guide-card.is-green p,
.home-guide-card.is-social p {
  color: rgba(255, 255, 255, 0.84);
}

.home-guide-card > span:last-child {
  margin-top: auto;
  font-weight: 700;
}

.home-facebook-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--home-green);
  color: var(--home-ink);
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.home-text-link {
  flex: 0 0 auto;
  color: #208136 !important;
  font-weight: 700;
}

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

.home-video-card {
  overflow: hidden;
  border-radius: 16px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.home-video-card iframe,
.home-video-card video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-brand-track {
  display: grid;
  grid-auto-columns: 140px;
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.home-brand-logo {
  display: grid;
  width: 140px;
  height: 120px;
  place-items: center;
  padding: 14px;
  border: 1px solid var(--home-border);
  border-radius: 14px;
  background: #fff;
}

.home-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .home-quick-grid,
  .home-guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-track {
    grid-auto-columns: minmax(270px, 48%);
  }

  .home-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .home-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-intro {
    padding-top: 30px;
  }

  .home-intro-actions,
  .home-section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .home-quick-grid,
  .home-guides-grid {
    grid-template-columns: 1fr;
  }

  .home-quick-card,
  .home-quick-card img {
    min-height: 210px;
  }

  .home-product-track {
    grid-auto-columns: 86%;
  }

  .home-scroll-controls {
    align-self: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-product-track {
    scroll-behavior: auto;
  }

  .home-quick-card img,
  .home-guide-card {
    transition: none;
  }
}
