html {
  scroll-behavior: smooth;
}

#top,
#indoors,
#science,
#zerofightsquad,
#seenon {
  scroll-margin-top: 118px;
}

/* ================= TOP STRIP ================= */
.top-strip {
  background-color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid #eee;
  font-size: 13px;
  color: var(--primary);
  padding: 8px 0;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.52);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mobile-header,
.mobile-bottom-nav {
  display: none;
}

.ticker-shell {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ticker-scroll 50s linear infinite;
}

.ticker-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  flex: 0 0 auto;
}

.ticker-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
}

/* BULLET CIRCLE */
.ticker-text::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 0px;
}



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ================= NAVBAR ================= */
.custom-navbar {
  background-color: var(--primary);
  padding: 7px 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.navbar-brand img {
  height: 60px;
}

.tm-mark {
  display: inline-block;
  font-size: 0.30em;
  line-height: 1;
  vertical-align: super;
  transform: translateY(-0.3em);
}

/* NAV LINKS */
.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-nav::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--white);
  flex-shrink: 0;
  align-self: center;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-radius: 50%;
  background: var(--white);
  flex-shrink: 0;
  align-self: center;
}

.nav-link {
  color: var(--white) !important;
  font-weight: 800;
  margin: 0;
  position: relative;
  transition: var(--transition);
  font-size: 18px;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link::before {
  content: none;
}

/* ICONS */
.nav-icons a {
  color: var(--white);
  margin-left: 18px;
  transition: var(--transition);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-icons a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.nav-icons a:hover {
  opacity: 0.7;
}

/* ================= MOBILE ================= */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

/* ================= HERO SLIDER ================= */
.hero-slider {
  width: 100%;
  min-height: 640px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.hero-slider-shell {
  position: relative;
}

.hero-slider-track {
  position: relative;
  min-height: 640px;
}

.slider-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease, visibility 0.65s ease;
}

.slider-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.slider-slide .row {
  min-height: 640px;
}

.slider-left {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.slider-left-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.98);
}

.slider-left::after {

  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--primary);
}

/* RIGHT SIDE */
.slider-right {
  background: var(--white);
  padding: 52px 72px 112px 60px;
  position: relative;
}

.slider-right::before {

  position: absolute;
  inset: 50px 48px 50px auto;
  width: 140px;
  border-radius: 999px;
  background: transparent;
  filter: blur(4px);
}

.slider-right::after {
  content: none;
}

/* CONTENT */
.slider-content {
  max-width: 580px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.slider-content--intro {
  text-align: left;
}

.hero-brand-logo {
  display: block;
  width: min(100%, 430px);
  height: auto;
  margin: 0 0 42px;
}

/* HEADLINE */
.slider-content h1 {
  color: var(--primary);
  font-size: clamp(2.4rem, 4.5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: lowercase;
  margin-bottom: 65px;
}

.slider-content h1 .fade-element,
.slider-content h1 .counter-line {
  display: block;
}

.counter-heading {
  letter-spacing: -0.05em;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.counter-heading .counter-line--boxed {
  display: inline-flex;
  align-items: flex-end;
  gap: 18px;
}

.counter-digit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(72px, 7vw, 98px);
  height: clamp(108px, 10vw, 136px);
  border-radius: 16px;
  background: var(--primary);
  color: var(--white);
  font-size: clamp(4.5rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(193, 0, 5, 0.18);
  overflow: hidden;
  margin-right: 5px;
}

.counter-digit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-50%);
}

.counter-trailing {
  display: inline-flex;
  align-items: flex-end;
  margin-left: 10px;
  color: var(--primary);
  font-size: clamp(3rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1;
  padding-bottom: 6px;
}

/* DESCRIPTION */
.slider-content p {
  color: var(--primary);
  font-size: 17px;
  margin: 20px 0 0;
  line-height: 1.75;
  max-width: 48ch;
}

/* TAGLINE */
.slider-content .tagline {
  color: var(--primary);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-top: 0;
  text-transform: lowercase;
}

.slider-content h4.tagline {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.35;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.hero-highlight-card {
  padding: 18px 20px;
  border: 1px solid rgba(193, 0, 5, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.hero-highlight-label {
  display: block;
  margin-bottom: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-highlight-card strong {
  color: var(--gray-900);
  font-size: 15px;
  line-height: 1.5;
}

.slider-controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 15px rgba(17, 24, 39, 0.14);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.slider-arrow,
.feature-slider-arrow,
.zero-media-nav,
.nav {
  width: 49px;
  height: 49px;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(2, 72, 55, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.slider-arrow i,
.feature-slider-arrow i,
.zero-media-nav i,
.nav i {
  font-size: 1.15rem;
  line-height: 1;
}

.slider-arrow:hover,
.feature-slider-arrow:hover,
.zero-media-nav:hover,
.nav:hover {
  transform: translateY(-2px);
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(2, 72, 55, 0.24);
}

.slider-arrow:disabled,
.feature-slider-arrow:disabled,
.zero-media-nav:disabled,
.nav:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 999px;
  background: rgba(193, 0, 5, 0.24);
  padding: 0;
  transition: width var(--transition), background var(--transition), transform var(--transition);
}

.slider-dot.is-active {
  width: 42px;
  background: var(--primary);
  transform: scale(1.02);
}

.fade-element {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.slider-slide.is-active .fade-element,
.fade-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.slider-slide.is-active h1 .fade-element:nth-child(1) {
  transition-delay: 0.18s;
}

.slider-slide.is-active h1 .fade-element:nth-child(2) {
  transition-delay: 0.28s;
}

.slider-slide.is-active .counter-line {
  transition-delay: 0.18s;
}

.slider-slide.is-active .slider-content>p.fade-element {
  transition-delay: 0.38s;
}

.slider-slide.is-active .tagline.fade-element {
  transition-delay: 0.48s;
}

.slider-slide.is-active .hero-cta-wrap.fade-element {
  transition-delay: 0.58s;
}

.slider-slide.is-active .hero-highlights.fade-element {
  transition-delay: 0.58s;
}

@media (prefers-reduced-motion: reduce) {

  .slider-slide,
  .fade-element,
  .ticker-track,
  .slider-arrow,
  .slider-dot {
    transition: none;
    animation: none;
  }

  .ticker-text::before {
    animation: none;
  }
}

.btn-get-yours {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  text-transform: lowercase;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 6px 16px rgba(193, 0, 5, 0.25);
  text-decoration: none;
}

/* hover */
.btn-get-yours:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(193, 0, 5, 0.35);
}

/* active click */
.btn-get-yours:active {
  transform: scale(0.97);
}

/* optional: center alignment */
.btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.hero-cta-wrap {
  margin-top: 70px;
  text-align: center;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 330px);
  padding: 10px 28px 12px;
  border: 4px solid #024837;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.hero-cta:hover {
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 72, 55, 0.16);
}

/* INDOOR PROTECTION SECTION STARTS */
.feature-slider-section {
  background: #fff;
  overflow: visible;
}

.feature-slider-section.py-5 {
  padding-top: 72px !important;
  padding-bottom: 74px !important;
}

.feature-slider-header {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.feature-slider-header > div {
  width: 100%;
}

.feature-slider-title,
.science-copy h2,
.zero-kicker {
  color: var(--primary);
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: lowercase;
  text-wrap: balance;
}

.feature-slider-subtitle {
  max-width: 1180px;
  margin: 14px auto 0;
  color: #024837;
  font-size: clamp(0.98rem, 1.3vw, 1.1rem);
  font-weight: 500;
  line-height: 1.35;
  text-transform: lowercase;
}

.feature-slider {
  position: relative;
}

.feature-slider--thumb-gallery {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.feature-showcase--gallery {
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1fr);
  gap: 26px;
}

.feature-showcase--home {
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1fr);
  gap: 34px;
  align-items: center;
}

.feature-showcase--home .feature-slider-column {
  position: static;
}

.feature-slider-column,
.feature-kit-column {
  min-width: 0;
}

.feature-slider-column {
  position: sticky;
  top: 118px;
  align-self: start;
}

.feature-slider-viewport {
  overflow: hidden;
}

.feature-slider--thumb-gallery .feature-slider-viewport {
  position: relative;
  background: #ffffff;
  min-height: 520px;
  overflow: hidden;
}

.feature-slider-track {
  display: flex;
  gap: 28px;
  transition: transform 0.65s ease;
  will-change: transform;
}

.feature-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.feature-slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.feature-slider-controls--below {
  margin-top: 18px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.feature-showcase--home .feature-slider-controls--below {
  display: none;
}

.feature-card {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(17, 24, 39, 0.12);
}

.feature-slider--thumb-gallery .feature-card {
  aspect-ratio: auto;
  height: 520px;
  border-radius: 28px;
  box-shadow: none;
  background: #ffffff;
}

.home-product-slider__card {
  aspect-ratio: 1.28 / 1;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
}

.home-product-slider__card .card-bg {
  object-fit: contain;
}

.home-product-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}

.home-product-slider__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(2, 72, 55, 0.42);
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.home-product-slider__dots button.is-active {
  width: 28px;
  background: var(--secondary);
}

.indoor-products-slider {
  max-width: 920px;
  margin: 0 auto;
}

.indoor-products-slider .feature-slider-track {
  gap: 0;
}

.indoor-products-slider__slide {
  padding: 0 4px;
}

.indoor-product-panel--slider {
  min-height: auto;
  padding-left: 0;
}

.indoor-products-slider__dots {
  margin-top: 34px;
}

.feature-slider--thumb-gallery .card-bg {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.feature-slider-thumbs {
  display: grid;
  gap: 10px;
  max-height: 440px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.feature-slider-thumbs::-webkit-scrollbar {
  display: none;
}

.feature-slider-thumb-shell {
  display: grid;
  gap: 10px;
  width: 72px;
  max-height: 520px;
}

.feature-slider-thumb-arrow {
  width: 72px;
  height: 30px;
  border: 0;
  background: #ffffff;
  color: #202020;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.feature-slider-thumb-arrow:hover,
.feature-slider-thumb-arrow:focus-visible {
  background: #ffffff;
  color: var(--primary);
}

.feature-slider-thumb-arrow i {
  font-size: 0.95rem;
  line-height: 1;
}

.feature-slider-thumb {
  width: 72px;
  height: 70px;
  padding: 0;
  border: 1px solid #e6e0d5;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-slider-thumb.is-active {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary);
}

.feature-slider-fullscreen {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #111;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.feature-slider--thumb-gallery .feature-slider-fullscreen {
  display: none;
}

.feature-slider-fullscreen:hover,
.feature-slider-fullscreen:focus-visible {
  background: #fff;
  transform: scale(1.04);
}

.feature-slider-fullscreen i {
  font-size: 1.2rem;
}

.card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-kit-card {
  min-height: 100%;
  padding: 28px 24px 24px;
  border: 1px solid rgba(193, 0, 5, 0.14);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(17, 24, 39, 0.08);
  display: flex;
  flex-direction: column;
}

.feature-kit-copy h3 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.feature-kit-copy h3 span {
  display: inline-block;
  padding-left: 6px;
}

.feature-kit-subtitle {
  margin: 18px 0 0;
  color: var(--primary);
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.45;
}

.feature-kit-text {
  margin: 12px 0 0;
  color: var(--primary);
  font-size: 1rem;
  line-height: 1.45;
}

.feature-kit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  margin-top: 22px;
}

.feature-kit-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 4px solid #0b5a45;
  border-radius: 999px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.feature-kit-purchase {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.feature-kit-price {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.feature-kit-qty {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 8px 20px;
  border: 4px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 800;
}

.feature-kit-qty button {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  padding: 0;
}

.feature-kit-button {
  display: block;
  margin-top: 20px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(193, 0, 5, 0.18);
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

.feature-kit-benefits {
  margin-top: auto;
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-kit-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.feature-kit-benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid #0b5a45;
  color: #0b5a45;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
}

.feature-kit-benefit p {
  margin: 0;
  color: var(--primary);
  font-size: 0.95rem;
  line-height: 1.3;
}

.feature-kit-bundle {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 2px solid rgba(193, 0, 5, 0.16);
}

.feature-kit-bundle h4 {
  margin: 0 0 16px;
  color: #0b5a45;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.feature-kit-bundle-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-kit-bundle-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 3px solid var(--primary);
}

.feature-kit-bundle-image {
  width: 86px;
  height: 86px;
  object-fit: contain;
  display: block;
}

.feature-kit-bundle-copy h5 {
  margin: 0;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.feature-kit-bundle-copy p {
  margin: 10px 0 0;
  color: var(--primary);
  font-size: 0.84rem;
  line-height: 1.45;
}

.feature-kit-bundle-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.feature-kit-bundle-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 16px;
  border-top: 3px solid var(--primary);
}

.feature-kit-bundle-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 0.9rem;
  text-decoration: none;
}

/* INDOOR PROTECTION SECTION ENDS */

/* PRODUCT SECTION STARTS */
.product-showcase {
  background: #ffffff;
}

.product-showcase__toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 20px;
}

.product-showcase__arrow {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(2, 72, 55, 0.18);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.product-showcase__arrow:hover {
  transform: translateY(-2px);
  background: var(--primary);
}

.product-showcase__arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.product-carousel__viewport {
  overflow: hidden;
}

.product-carousel__track {
  display: flex;
  gap: 40px;
  transition: transform 0.65s ease;
  will-change: transform;
}

.product-slide {
  flex: 0 0 calc((100% - 40px) / 2);
  min-width: 0;
}

.product-card {
  padding: 24px 28px 24px;
  background: #ffffff;
  border: 1px solid rgba(193, 0, 5, 0.16);
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(33, 21, 20, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-card--feature {
  min-height: 100%;
  padding: 26px 26px 24px;
  background: #ffffff;
  box-shadow: 0 24px 48px rgba(17, 24, 39, 0.08);
  gap: 18px;
}

.product-card__header {
  padding-bottom: 10px;
  border-bottom: 2px dotted rgba(11, 90, 69, 0.6);
}

.product-card__header h3 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.15rem, 2.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: none;
}

.product-card--feature .product-card__header h3 {
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.product-card__formula {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 6px 0 4px;
}

.product-card--feature .product-card__formula {
  gap: 12px;
  padding: 0;
}

.product-card__formula-item {
  min-width: 0;
  min-height: 132px;
  padding: 16px 18px 14px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1 1 0;
}

.product-card--feature .product-card__formula-item {
  min-height: 118px;
  padding: 14px 10px 12px;
}

.product-card__formula-value {
  display: block;
  color: #0b5a45;
  font-size: clamp(2rem, 2.4vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
}

.product-card--feature .product-card__formula-value {
  font-size: clamp(2rem, 2.6vw, 2.5rem);
}

.product-card__formula-label {
  display: block;
  margin-top: 6px;
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
}

.product-card--feature .product-card__formula-label {
  font-size: 0.82rem;
}

.product-card__formula-operator {
  align-self: center;
  color: var(--primary);
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
}

.product-card--feature .product-card__formula-operator {
  font-size: 2.4rem;
}

.product-card__icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 22px;
  justify-items: center;
}

.product-card--feature .product-card__icons {
  margin-top: 0;
  gap: 14px 16px;
}

.product-card--feature .product-card__icon {
  width: 98px;
  height: 98px;
}

.product-card--feature .product-card__icon img {
  max-width: 98px;
}

.product-card__icon {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
}

.product-card__icon img {
  width: 100%;
  max-width: 112px;
  height: auto;
  display: block;
}

.product-card__price {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.product-card--feature .product-card__price {
  font-size: clamp(2.65rem, 2.6vw, 2rem);
}

.product-card--feature .product-card__actions {
  gap: 14px;
}

.product-card--feature .product-card__qty,
.product-card--feature .product-card__cta {
  min-height: 54px;
}

.product-card--feature .product-card__qty {
  padding: 0 14px;
  gap: 14px;
  font-size: 1.6rem;
}

.product-card--feature .product-card__qty span {
  font-size: 1.3rem;
}

.product-card--feature .product-card__cta {
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
}

.product-card--feature .product-card__bundle {
  padding-top: 8px;
}

.product-card--feature .product-card__bundle-title {
  padding: 8px 0;
  font-size: 1rem;
}

.product-card--feature .product-card__bundle-offer {
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px 0 4px;
}

.product-card--feature .product-card__bundle-image {
  width: 88px;
}

.product-card--feature .product-card__bundle-copy h4 {
  font-size: 0.96rem;
}

.product-card--feature .product-card__bundle-copy p {
  font-size: 0.78rem;
  line-height: 1.1;
}

.product-card--feature .product-card__bundle-price {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.88rem;
}

.product-card--feature .product-card__dots {
  padding-top: 8px;
}

.product-card--feature .product-card__footer-links {
  padding-top: 8px;
}

.product-card--feature .product-card__footer-link {
  font-size: 0.88rem;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.product-card__qty {
  min-height: 58px;
  padding: 0 16px;
  border: 4px solid var(--primary);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.product-card__qty button {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1;
  padding: 0;
}

.product-card__qty span {
  font-size: 1.55rem;
}

.product-card__cta {
  min-height: 58px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(193, 0, 5, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(1.45rem, 1.7vw, 1.95rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.product-card__bundle {
  padding-top: 14px;
}

.product-card__bundle-title {
  margin: 0;
  padding: 10px 0;
  border-top: 2px dotted rgba(11, 90, 69, 0.7);
  border-bottom: 2px dotted rgba(11, 90, 69, 0.7);
  color: var(--primary);
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-card__bundle-offer {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0 6px;
}

.product-card__bundle-image {
  width: 110px;
  max-width: 100%;
  height: auto;
  display: block;
}

.product-card__bundle-copy h4 {
  margin: 0;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: lowercase;
}

.product-card__bundle-copy p {
  margin: 3px 0 0;
  color: var(--primary);
  font-size: 0.84rem;
  line-height: 1.15;
}

.product-card__bundle-price {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: lowercase;
}

.product-card__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 6px;
}

.product-card__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
}

.product-card__footer-links {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-top: 14px;
}

.product-card__footer-link {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.2;
}

.indoor-product-panel {
  min-height: 100%;
  padding: 0 0 0 6px;
  color: var(--primary);
  display: flex;
  flex-direction: column;
}

.indoor-product-panel__header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px dotted rgba(32, 32, 32, 0.72);
}

.indoor-product-panel__header h3 {
  position: relative;
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.45rem, 3.7vw, 3.55rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

.indoor-product-panel__header .tm-mark {
  position: relative;
  top: -0.58em;
  margin-left: 4px;
  font-size: 0.32em;
  letter-spacing: 0;
}

.indoor-product-panel__header p {
  margin: 10px 0 0;
  color: var(--primary);
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  font-weight: 800;
  line-height: 1.25;
}

.indoor-product-panel__header p span,
.indoor-product-panel__header p strong:last-child {
  color: var(--secondary);
}

.indoor-product-panel__header p .indoor-product-panel__formula-number {
  color: var(--secondary);
}

.indoor-product-panel__price {
  margin: 16px 0 20px;
  color: var(--primary);
  font-size: clamp(1.8rem, 2.3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.indoor-product-panel__price span {
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  font-weight: 500;
}

.indoor-product-panel__benefits {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  column-gap: 36px;
  row-gap: 14px;
  margin-bottom: 22px;
}

.indoor-product-panel__benefit {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.indoor-product-panel__benefit img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.indoor-product-panel__benefit p {
  margin: 0;
  color: var(--primary);
  font-size: clamp(0.86rem, 1.125vw, 1.16rem);
  font-weight: 800;
  line-height: 1.2;
}

.indoor-product-panel__actions {
  display: grid;
  grid-template-columns: minmax(128px, 150px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 2px;
}

.indoor-product-panel__qty {
  min-height: 56px;
  border-color: var(--secondary);
  color: var(--primary);
  gap: 14px;
  padding: 0 20px;
}

.indoor-product-panel__qty span {
  font-size: 1.25rem;
}

.indoor-product-panel__cta {
  min-height: 56px;
  border: 4px solid var(--secondary);
  border-radius: 999px;
  color: var(--primary);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  font-size: clamp(1.35rem, 1.7vw, 1.95rem);
  font-weight: 800;
  line-height: 1;
}

.indoor-product-panel__footer-links {
  display: flex;
  align-items: center;
  gap: 72px;
  margin-top: 22px;
}

.indoor-product-panel__footer-links a {
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.2;
}

.indoor-product-panel__footer-links i {
  font-size: 1.2rem;
}

.indoor-product-panel__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 32px;
}

.indoor-product-panel__dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
}

.product-showcase.is-static .product-showcase__toolbar {
  display: none;
}

.product-lineup-section {
  background: #ffffff;
}

.product-lineup {
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.product-lineup-card {
  position: relative;
  padding: 28px 30px 32px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-lineup-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 22px;
  width: 2px;
  background: transparent;
  background-size: 2px 7px;
  background-repeat: repeat-y;
}

.product-lineup-card__title {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.2rem, 1.35vw, 1.85rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.product-lineup-card__title .tm-mark {
  font-size: 0.30em;
  transform: translateY(-0.34em);
}

.product-lineup-card__visual {
  position: relative;
  width: min(100%, 236px);
  aspect-ratio: 1 / 1;
  min-height: 236px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-lineup-card__visual--trap {
  padding: 10px;
}

.product-lineup-card__visual--sachets {
  min-height: 236px;
  padding: 10px;
}

.product-lineup-card__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-lineup-card__visual--trap .product-lineup-card__image {
  width: 100%;
}

.product-lineup-card__visual--sachets .product-lineup-card__image {
  width: 100%;
}

.product-lineup-card__ghost {
  position: absolute;
  z-index: 1;
  width: 96px;
  height: auto;
  opacity: 0.98;
  filter: drop-shadow(0 10px 14px rgba(30, 18, 15, 0.1));
}

.product-lineup-card__ghost--sachet {
  width: 102px;
}

.product-lineup-card__ghost--pro-one {
  right: 26px;
  bottom: 22px;
}

.product-lineup-card__ghost--pro-two {
  right: 6px;
  bottom: 8px;
}

.product-lineup-card__ghost--refill-pro-one {
  left: 18px;
  top: 34px;
  transform: rotate(-10deg);
}

.product-lineup-card__ghost--refill-pro-two {
  left: 54px;
  top: 28px;
  transform: rotate(-3deg);
}

.product-lineup-card__ghost--refill-pro-three {
  right: 30px;
  top: 20px;
  transform: rotate(3deg);
}

.product-lineup-card__ghost--refill-lite-one {
  left: 34px;
  top: 42px;
  transform: rotate(-9deg);
}

.product-lineup-card__ghost--refill-lite-two {
  left: 58px;
  top: 26px;
  transform: rotate(-2deg);
}

.product-lineup-card__formula {
  margin-top: 14px;
  color: var(--primary);
  font-size: clamp(0.98rem, 1.08vw, 1.32rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-transform: none;
}

.product-lineup-card__formula-green {
  color: #0b5a45;
}

.product-lineup-card__formula-red {
  color: var(--primary);
}

.product-lineup-card__price {
  margin: 16px 0 0;
  color: var(--primary);
  font-size: clamp(1.5rem, 1.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.product-lineup-card__cta {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(193, 0, 5, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.feature-kit-button,
.product-card__cta,
.product-lineup-card__cta {
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.feature-kit-button:hover,
.product-card__cta:hover,
.product-lineup-card__cta:hover,
.feature-kit-button:focus-visible,
.product-card__cta:focus-visible,
.product-lineup-card__cta:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(193, 0, 5, 0.28);
  filter: brightness(1.03);
}

.feature-kit-button:active,
.product-card__cta:active,
.product-lineup-card__cta:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(193, 0, 5, 0.2);
}

/* PRODUCT SECTION ENDS */

/* ================= STEPS SECTION starts ================= */

.steps-section {
  background: #ffffff;
}

.steps-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.step-card {
  position: relative;
  min-height: 560px;
  padding: 24px;
  border: 1px solid rgba(193, 0, 5, 0.22);
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 45px rgba(45, 20, 16, 0.12);
  isolation: isolate;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.step-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}

.intro-card {
  background-position: center;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}

.step-card-intro .card-overlay {
  background: transparent;
}

.step-card-1 .card-overlay {
  background: transparent;
}

.step-card-2 .card-overlay {
  background: transparent;
}

.step-card-3 .card-overlay {
  background: transparent;
}

.card-content {
  position: absolute;
  inset: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  z-index: 2;
}

.step-card-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}



.intro-card h3 {
  margin: 0;
  font-size: clamp(2rem, 1.35rem + 1.55vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #ffffff;
}

.divider {
  width: 100%;

  height: 2px;
  margin: auto 0 28px;
  background: transparent;
}

.tagline {
  margin: 0;
  font-size: clamp(1.4rem, 1.05rem + 0.9vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.step-number {
  display: inline-flex;
  align-self: flex-start;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.95);
}

.step-card h4 {
  margin: 0;
  font-size: clamp(1.7rem, 1.2rem + 1vw, 2.3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-transform: lowercase;
}

.small-text {
  position: relative;
  margin: auto 0 0;
  padding-top: 22px;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
  text-wrap: balance;
}

.small-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(100%, 280px);
  height: 2px;
  background: transparent;
}

.step-card:hover {
  transform: translateY(-10px);
  border-color: rgba(193, 0, 5, 0.42);
  box-shadow: 0 32px 58px rgba(45, 20, 16, 0.18);
}

.btn-get-yours {
  display: inline-block;
  margin-top: 8px;
  background: var(--primary);
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 26px rgba(193, 0, 5, 0.22);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: lowercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.btn-get-yours:hover {
  background: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(193, 0, 5, 0.28);
}

/* ================= STEPS SECTION ends ================= */


.comparison-section {
  font-family: var(--font);
  padding: 90px 0;
  background: #ffffff;
}

.comparison-shell {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(193, 0, 5, 0.1);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(75, 26, 22, 0.12);
  overflow: hidden;
}

.comparison-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.comparison-shell>* {
  position: relative;
  z-index: 1;
}

.comparison-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.comparison-brand,
.comparison-risks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.comparison-risks {
  align-items: flex-end;
  text-align: right;
}

.comparison-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(193, 0, 5, 0.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.comparison-eyebrow-danger {
  background: rgba(17, 24, 39, 0.06);
  color: #7f1316;
}

.comparison-logo {
  width: min(100%, 360px);
  height: auto;
  display: block;
}

.comparison-header p {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 1.6rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--primary);
  letter-spacing: -0.04em;
}

.comparison-table {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.comparison-table::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
  background: transparent;
  opacity: 0.72;
  pointer-events: none;
}

.comparison-row {
  display: flex;
  min-height: 96px;
  position: relative;
}

.left {
  flex: 0 0 52%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 22px 24px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.88);
  position: relative;
  overflow: hidden;
}

.left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.right {
  flex: 0 0 48%;
  background: #ffffff;
  color: #171717;
  display: flex;
  align-items: center;
  padding: 22px 24px;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  position: relative;
}

.left p,
.right p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 1;
}

.icon img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.cross {
  width: 40px;
  height: 40px;
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.05);
  border: 1px solid rgba(17, 24, 39, 0.08);
  position: relative;
}

.cross::before,
.cross::after {
  content: "";
  position: absolute;
  width: 52%;
  height: 3px;
  background: #111827;
  top: 50%;
  left: 24%;
  border-radius: 999px;
}

.cross::before {
  transform: rotate(45deg);
}

.cross::after {
  transform: rotate(-45deg);
}

.comparison-row:hover .left {
  background: var(--primary);
}

.comparison-row:hover .right {
  background: #ffffff;
}

/* SCIENCE SECTION STARTS */

/* SCIENCE SECTION STARTS */
.science-section {
  position: relative;
  font-family: var(--font);
  background: #ffffff;
  padding: 74px 0 76px;
}

.science-section::after {
  display: none;
}

.science-section--embedded {
  padding: 0;
  margin: 0 0 32px;
  background: transparent;
}

.science-section--embedded::after {
  display: none;
}

.science-section--embedded .science-copy {
  margin-bottom: 24px;
}

.science-section--embedded .science-shell {
  margin: 0;
}

.science-copy {
  margin: 0 auto 32px;
  text-align: center;
}

.science-copy__eyebrow {
  margin: 0 0 14px;
  color: var(--secondary);
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  font-weight: 800;
  line-height: 1.2;
  text-transform: lowercase;
}

.science-copy h2 {
  margin: 0;
}

.science-copy__subtitle {
  margin: 18px auto 0;
  max-width: 980px;
  color: var(--secondary);
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.18;
  text-transform: lowercase;
}

.science-copy__subtitle strong {
  font-weight: 800;
  font-style: italic;
}

.science-shell {
  margin: 0 auto;
  padding: 0;
}

.science-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 2fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.science-video-card {
  width: 100%;
}

.science-video-placeholder {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  border-radius: 14px;
  border: 3px solid var(--secondary);
  background: #ffffff;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.science-video {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* Prevent cutting of video content */
  display: block;
}

.science-video-trigger {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  transition: opacity 0.3s ease, background 0.3s ease;
}

.science-video-trigger:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* Hide placeholder text when video exists/plays */
.science-video-placeholder .science-video {
  z-index: 1;
}

.science-video-trigger span {
  position: relative;
  /* Required for ripple pseudo-elements */
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  box-shadow: 0 10px 25px rgba(193, 0, 5, 0.3);
  isolation: isolate;
  /* Required for z-index containment of ripples */
  z-index: 1;
}

/* CONTENT SIDE */
.science-content {
  min-width: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100%;
}

.science-formula {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(24px, 4vw, 68px);
  row-gap: 14px;
  width: 100%;
  margin: 0 0 46px;
  text-align: center;
}

.formula-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 8px 10px 12px;
  border-radius: 22px;
  background: #ffffff;
}

.formula-label {
  font-size: 0.9rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.formula-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: clamp(1.15rem, 1.95vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  max-width: 11ch;
  margin: 0 auto;
  letter-spacing: -0.03em;
}

.formula-value .num {
  color: #006b54;
  font-size: 1.05em;
}

.formula-value .text-green {
  color: #006b54;
}

.formula-value .text-red {
  color: var(--primary);
}

.formula-sublabel {
  font-size: 0.82rem;
  color: var(--primary);
  margin-top: 6px;
  max-width: 11ch;
  line-height: 1.15;
}

.formula-operator {
  align-self: center;
  font-size: clamp(1.9rem, 2.8vw, 2.45rem);
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
}

.formula-result {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 10ch;
  margin: 0 auto;
  text-align: center;
}

.result-num {
  font-size: clamp(2.35rem, 4.2vw, 3.7rem);
  font-weight: 600;
  line-height: 0.85;
  color: #006b54;
  letter-spacing: -0.05em;
}

.result-content .text-red {
  font-size: clamp(1.1rem, 1.9vw, 1.7rem);
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.science-description {
  width: 100%;
  margin: 0 0 26px;
}

.science-description p {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: clamp(1rem, 1.38vw, 1.28rem);
  font-weight: 600;
  line-height: 1.18;
  text-align: left;
}

.science-description p:last-child {
  margin-bottom: 0;
}

.science-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1.08fr);
  gap: clamp(26px, 3.2vw, 54px);
  align-items: center;
}

.science-detail-copy {
  min-width: 0;
}

.science-cycle-image {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.science-validation {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin: 0;
}

.validation-divider {
  width: 100%;
  border-top: 2px dotted var(--secondary);
}

.validation-title {
  margin: 0;
  max-width: 100%;
  color: var(--primary);
  font-size: clamp(1.35rem, 2.025vw, 2rem);
  font-weight: 800;
  text-transform: lowercase;
  line-height: 1;
  text-align: center;
  white-space: normal;
  letter-spacing: 0;
}

.validation-title--underlined {
  text-decoration: none;
}

/* Keep original play logic */
.science-video-trigger-original {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  z-index: 5;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .science-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .science-formula {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
  }

  .formula-item {
    max-width: 220px;
  }
}


/* SCIENCE SECTION STARTS */

/* SQUAD SECTION STARTS */
.zero-thank-you {
  width: min(1320px, calc(100% - 48px));
  margin: 26px auto 0;
  padding: 26px 0 24px;
  background: #c80006 url("../images/zero-bg.jpg") repeat;
  font-family: var(--font);
}

.zero-thank-you__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 3.24fr) minmax(353px, 1.26fr);
  gap: 20px;
  align-items: stretch;
}

.zero-thank-you__media {
  margin: 0;
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.zero-thank-you__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.zero-thank-you__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.4vw, 34px);
  border-radius: 10px;
  background: #ffffff;
}

.zero-thank-you__card h1 {
  margin: 0 0 22px;
  color: var(--secondary);
  font-size: clamp(1.68rem, 2.8vw, 3.08rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: lowercase;
}

.zero-thank-you__lead {
  margin: 0 0 18px;
  color: var(--secondary);
  font-size: clamp(0.89rem, 1.15vw, 1.1rem);
  font-weight: 800;
  line-height: 1.28;
}

.zero-thank-you__lead strong,
.zero-thank-you__people strong,
.zero-thank-you__footer strong {
  color: var(--primary);
}

.zero-thank-you--community .zero-thank-you__card h1,
.zero-thank-you--community .zero-thank-you__lead--green {
  color: var(--secondary);
}

.zero-thank-you--community .zero-thank-you__lead--red {
  color: var(--primary);
}

.zero-thank-you__people p {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(0.633rem, 0.735vw, 0.77rem);
  font-weight: 600;
  line-height: 1.18;
}

.zero-thank-you__people p:first-child {
  margin-bottom: 8px;
  font-weight: 500;
}

.zero-thank-you__footer {
  width: min(1320px, calc(100% - 48px));
  margin: 20px auto 0;
  padding: 0 2px;
  background: #ffffff;
  text-align: left;
}

.zero-thank-you__footer p {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.zero-squad {
  font-family: var(--font);
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 76px 0 76px;
}

.zero-squad::before {
  display: none;
}

.zero-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.zero-squad__image {
  display: block;
  width: min(100%, 1180px);
  height: auto;
  margin: 0 auto;
}

.zero-squad__headline {
  margin: 38px 0 38px;
  color: var(--secondary);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-transform: lowercase;
}

.zero-squad__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.zero-squad__benefit {
  display: grid;
  grid-template-columns: clamp(72px, 7vw, 94px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.zero-squad__benefit img {
  width: 100%;
  height: auto;
  display: block;
}

.zero-squad__benefit p {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.16rem, 1.92vw, 1.64rem);
  font-weight: 800;
  line-height: 1.18;
}

.zero-intro {
  max-width: 1180px;
  margin: 0 auto 42px;
  color: var(--primary);
  text-align: center;
}

.zero-intro__eyebrow {
  margin: 0 0 18px;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  font-weight: 800;
  line-height: 1.1;
}

.zero-kicker {
  margin: 0 0 24px;
}

.zero-intro__lead {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.zero-intro__lead span {
  color: var(--primary);
}

.zero-intro__copy {
  margin: 8px 0 0;
  color: var(--primary);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 400;
  line-height: 1.35;
}

.zero-membership {
  padding: 84px 0 92px;
  background: #ffffff;
  font-family: var(--font);
}

.zero-membership__inner {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.zero-membership__head {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.zero-membership__crown {
  width: clamp(92px, 10vw, 126px);
  height: auto;
  display: block;
}

.zero-membership__head p {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.21rem, 2.09vw, 1.705rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.zero-membership__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  margin: 64px 0 76px;
}

.zero-membership__benefit {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  text-align: left;
}

.zero-membership__benefit img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}

.zero-membership__benefit p,
.zero-membership__benefit h3 {
  margin: 0;
  font-weight: 800;
  line-height: 1.12;
}

.zero-membership__kicker,
.zero-membership__split {
  color: var(--secondary);
  font-size: clamp(0.77rem, 0.99vw, 0.946rem);
}

.zero-membership__kicker span {
  color: var(--primary);
}

.zero-membership__kicker .zero-membership__red {
  color: var(--primary);
}

.zero-membership__benefit h3 {
  margin-top: 4px;
  color: var(--primary);
  font-size: clamp(1.155rem, 1.76vw, 1.595rem);
}

.zero-membership__split {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.zero-membership__title {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.2rem, 3.74vw, 3.3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.zero-membership__title span {
  color: var(--secondary);
}

.zero-membership__join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 330px);
  min-height: 46px;
  margin-top: 30px;
  padding: 8px 28px;
  border: 3px solid var(--secondary);
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
  white-space: nowrap;
  transition: transform 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
}

.zero-membership__join:hover,
.zero-membership__join:focus-visible {
  border-color: var(--primary);
  filter: brightness(1.02);
  transform: translateY(-2px);
}

.join-squad-modal__content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.22);
}

.join-squad-modal__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(2, 72, 55, 0.12);
  padding: 22px 24px;
}

.join-squad-modal__header .modal-title {
  margin: 4px 0 0;
  color: var(--primary);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.join-squad-modal__body {
  padding: 24px;
}

.join-squad-form__footer {
  justify-content: flex-end;
}

.join-squad-form__footer .contact-form__submit {
  min-width: 170px;
}

.account-modal .modal-dialog {
  max-width: 560px;
}

.account-modal__content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.22);
}

.account-modal__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(2, 72, 55, 0.12);
  padding: 22px 24px;
}

.account-modal__eyebrow {
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-modal__header .modal-title {
  margin: 4px 0 0;
  color: var(--primary);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.account-modal__body {
  padding: 24px;
}

.account-modal__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.account-modal__tab {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 2px solid rgba(2, 72, 55, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--secondary);
  padding: 8px 16px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.account-modal__tab.active,
.account-modal__tab:hover,
.account-modal__tab:focus-visible {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.account-form {
  margin-top: 0;
}

.account-form__fields {
  display: grid;
  gap: 14px;
}

.account-form__field {
  display: grid;
  gap: 8px;
}

.account-form__field span,
.account-form__check span {
  color: #24323b;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: lowercase;
}

.account-form__check a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.account-form__check a:hover,
.account-form__check a:focus-visible {
  color: var(--secondary);
}

.account-form__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}

.account-form__check {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.account-form__check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--primary);
}

.account-form__check--full {
  margin-top: 16px;
}

.account-form__link {
  border: 0;
  background: transparent;
  color: var(--primary);
  padding: 0;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: lowercase;
}

.account-form__link:hover,
.account-form__link:focus-visible {
  color: var(--secondary);
}

.account-form__link--bottom {
  display: inline-flex;
  margin-top: 16px;
}

.account-form__helper {
  margin: 0 0 18px;
  color: #536169;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.55;
}

.account-form__footer {
  justify-content: flex-end;
}

.account-form__footer .contact-form__submit {
  min-width: 170px;
}

.zero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.zero-column {
  min-width: 0;
}

.zero-column--video {
  text-align: left;
}

.zero-column--image {
  text-align: right;
}

.zero-heading,
.zero-side-label,
.zero-column-note {
  margin: 0 0 26px;
  font-size: clamp(2rem, 2vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 700;
  color: var(--primary);
}

.zero-column-note,
.zero-side-label--bottom {
  margin-top: 26px;
  margin-bottom: 0;
}

.zero-side-label {
  font-weight: 300;
}

.zero-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.zero-center-logo {
  width: clamp(140px, 16vw, 210px);
  max-width: 100%;
  height: auto;
  display: block;
}

.zero-tagline {
  margin-top: 22px;
  color: var(--primary);
}

.zero-tagline--left {
  text-align: left;
}

.zero-tagline--right {
  text-align: right;
}

.zero-tagline-handle,
.zero-tagline-hash,
.zero-tagline-line {
  margin: 0;
  color: var(--primary);
}

.zero-tagline-handle {
  font-size: clamp(1.2rem, 1.5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.05;
}

.zero-tagline-hash {
  margin-top: 4px;
  font-size: clamp(1.15rem, 1.65vw, 1.95rem);
  font-weight: 300;
  line-height: 1.05;
}

.zero-tagline-line {
  margin-top: 6px;
  font-size: clamp(1.45rem, 1.9vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.zero-media-slider {
  display: block;
}

.zero-media-viewport {
  overflow: hidden;
}

.zero-media-track {
  display: flex;
  gap: 0;
  transition: transform 0.55s ease;
  will-change: transform;
}

.zero-media-card {
  flex: 0 0 100%;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

.zero-media-frame {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  border: 5px solid #ffffff;
  box-shadow: 0 16px 40px rgba(68, 27, 17, 0.14);
  aspect-ratio: 1.42 / 1;
}

.zero-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zero-media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(193, 0, 5, 0.92);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  box-shadow: 0 12px 28px rgba(193, 0, 5, 0.24);
  isolation: isolate;
}

.science-video-play::before,
.science-video-play::after,
.zero-media-play::before,
.zero-media-play::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  animation: zeroPlayRipple 2.2s ease-out infinite;
  z-index: -1;
}

.science-video-play::after,
.zero-media-play::after {
  animation-delay: 1.1s;
}

.science-video-play i,
.zero-media-play i {
  position: relative;
  z-index: 1;
}

.zero-media-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}

.zero-media-modal__content {
  position: relative;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #fffdfd;
  box-shadow: 0 30px 70px rgba(23, 15, 13, 0.22);
}

.zero-media-modal .modal-dialog {
  padding: 1rem;
}

.zero-media-modal__header {
  border-bottom: 1px solid rgba(193, 0, 5, 0.08);
  padding: 18px 22px;
}

.zero-media-modal__header .modal-title {
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.zero-media-modal__body {
  padding: 18px;
}

.zero-media-modal__body img,
.zero-media-modal__body video {
  width: 100%;
  max-height: 75vh;
  border-radius: 22px;
  object-fit: contain;
  background: #120d0c;
  display: block;
}

.modal-backdrop.zero-media-modal-backdrop {
  background: rgba(11, 90, 69, 0.72);
  backdrop-filter: blur(8px);
}

.modal-backdrop.zero-media-modal-backdrop.show {
  opacity: 1;
}

.zero-media-modal--video .modal-dialog {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.zero-media-modal--video .zero-media-modal__content {
  width: 100%;
  min-height: 100vh;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.zero-media-modal--video .zero-media-modal__header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  padding: 18px;
  border-bottom: 0;
  background: transparent;
  pointer-events: none;
}

.zero-media-modal--video .zero-media-modal__header .modal-title {
  display: none;
}

.zero-media-modal--video .zero-media-modal__header .btn-close {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.58);
  background-size: 14px;
  opacity: 1;
  filter: invert(1);
  pointer-events: auto;
  position: relative;
  z-index: 21;
}

.zero-media-modal--video .zero-media-modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0;
  background: transparent;
}

.zero-media-modal--video .zero-media-modal__body video,
.zero-media-modal--video .zero-media-modal__body iframe {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 0;
  background: #000;
  object-fit: contain;
}

/* AS SEEN ON SECTION STARTS */
.seen-on-section {
  position: relative;
  overflow: hidden;
  padding: 34px 0 90px;
  background: #ffffff;
}

.seen-on-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.seen-on-kicker {
  margin: 0 0 34px;
  text-align: center;
  font-size: var(--h2-uniform-size);
  line-height: 0.95;
  letter-spacing: -0.07em;
  font-weight: 800;
  color: var(--primary);
}

.seen-on-card {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.seen-on-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

@keyframes zeroPlayRipple {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }

  70% {
    transform: scale(1.9);
    opacity: 0;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}


/* SQUAD SECTION ENDS */

/* LOGO SECTION STARTS */
.impact-section {
  font-family: var(--font);
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* ================= IMPACT STATS SECTION ================= */
.impact-stats {
  position: relative;
  padding: 82px 0 116px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.impact-stats--zero-page {
  padding-bottom: 42px;
}

.impact-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.impact-stats .container {
  position: relative;
  z-index: 1;
}

.impact-stats__intro {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.impact-stats__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(2, 72, 55, 0.08);
  color: var(--secondary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}

.impact-stats__title {
  margin: 0;
  color: var(--primary);
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  text-wrap: balance;
}

.impact-stats__subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  color: #5f6766;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 500;
  line-height: 1.7;
}

.impact-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.impact-stats__card {
  min-height: 320px;
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 28px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 3px solid var(--secondary);
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.impact-stats__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: -1;
}

.impact-stats__card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  z-index: -1;
}

.impact-stats__card:hover {
  transform: translateY(-10px);
  box-shadow: none;
  border-color: var(--secondary);
}

.impact-stats__card-accent {
  display: none;
}

.impact-stats__icon {
  width: 96px;
  height: 96px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--primary);
  border-radius: 50%;
  box-shadow:
    0 14px 28px rgba(2, 72, 55, 0.18),
    0 0 0 10px rgba(2, 72, 55, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.impact-stats__icon img {
  max-width: 55%;
  max-height: 55%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.impact-stats__card:hover .impact-stats__icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 18px 34px rgba(2, 72, 55, 0.22),
    0 0 0 12px rgba(2, 72, 55, 0.1);
}

.impact-stats__card:hover .impact-stats__icon img {
  filter: grayscale(0) opacity(1);
}

.impact-stats__number {
  margin: 0;
  font-size: clamp(2.4rem, 3.2vw, 3rem);
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.07em;
  line-height: 0.95;
  text-wrap: balance;
}

.impact-stats__label {
  margin: 14px 0 0;
  font-size: 1.18rem;
  font-weight: 700;
  color: #213546;
  text-transform: lowercase;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.impact-stats__divider {
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}

.impact-stats__divider--bottom {
  margin-top: 54px;
  margin-bottom: 0;
}

.impact-stats__divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: var(--primary);
  z-index: 1;
}

.impact-stats__divider-icon {
  width: 62px;
  height: 62px;
  background: #fff;
  border: 1px solid rgba(193, 0, 5, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 22px rgba(193, 0, 5, 0.08);
}

.impact-stats__divider-icon img {
  width: 30px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(94%) saturate(7432%) hue-rotate(356deg) brightness(88%) contrast(118%);
}


.impact-main {
  position: relative;
  background: #ffffff;
  text-align: center;
  padding: 56px 24px 44px;
  overflow: hidden;
}

.impact-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.impact-main>* {
  position: relative;
  z-index: 1;
}

.impact-heading {
  margin: 0 0 44px;
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  color: var(--primary);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.logo-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  width: 100%;
}

.logo-slider-viewport {
  overflow: hidden;
  padding: 12px 8px 16px;
  margin: -12px -8px -16px;
}

.logos {
  display: flex;
  gap: var(--logo-gap, 18px);
  align-items: stretch;
  transition: transform 0.65s ease;
  will-change: transform;
}

.logo-card {
  flex: 0 0 calc((100% - (var(--logo-visible-count, 5) - 1) * var(--logo-gap, 18px)) / var(--logo-visible-count, 5));
  min-width: 0;
  min-height: 234px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(193, 0, 5, 0.08);
  box-shadow: 0 5px 8px rgba(72, 30, 20, 0.08);
  display: grid;
  place-items: center;
}

.logo-card-image {
  width: 100%;
  max-width: 200px;
  max-height: 150px;
  object-fit: contain;
  display: block;
}

.logo-slider-empty {
  margin: 24px auto 0;
  color: var(--gray-500);
}

.nav {
  flex-shrink: 0;
}

.disclaimer {
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 0.8rem;
  color: #8a5a55;
  line-height: 1.5;
}





/* LOGO SECTION ENDS */

/* COMMUNITY IMPACT STARTS */
.community-impact {
  position: relative;
  font-family: var(--font);
  background: #ffffff;
  overflow: hidden;
}

/* Old community-impact__top removed and consolidated into stats-grid-section above */


.community-impact__center-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.community-impact__badge-circle {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.96);
  background: var(--primary);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 30px rgba(48, 16, 12, 0.16);
}

.community-impact__badge-circle img {
  width: 54px;
  height: 54px;
  display: block;
}

.community-impact__body {
  position: relative;
  padding: 80px 30px 120px;
  background: #ffffff;
}

.community-impact__gallery-shell {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 60px;
  padding: 0;
  border-radius: 32px;
  overflow: hidden;


}

.community-impact__gallery {
  width: 100%;
  height: auto;
  display: block;
}

.community-impact__footer-band {
  position: relative;
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 18px;
  color: #ffffff;
  text-align: center;
}

.community-impact__hashtags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.community-impact__hashtags span {
  font-size: clamp(2rem, 5vw, 4.15rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.community-impact__caption {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.4rem);
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}

.community-impact__dots {
  position: absolute;
  right: 12px;
  bottom: 28px;
  display: inline-flex;
  gap: 12px;
}

.community-impact__dots span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  display: block;
}

/* MEMBERSHIP SECTION STARTS */
.home-membership {
  padding: 0 0 96px;
  background: #ffffff;
  font-family: var(--font);
}

.home-membership__inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.home-membership__icon {
  width: clamp(118px, 13vw, 168px);
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.home-membership__eyebrow {
  margin: 0 0 20px;
  color: var(--primary);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.home-membership__title {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.home-membership__title span {
  color: var(--secondary);
}

.home-membership__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 96px);
  margin: 42px auto 34px;
  align-items: center;
}

.home-membership__card {
  position: relative;
  aspect-ratio: 1000 / 968;
  width: min(100%, 264px);
  min-height: 0;
  padding: 38px 14px;
  margin: 0 auto;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-membership__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12%;
  background: var(--primary);
}

.home-membership__card::after {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 1;
  background: url("../images/element-bg.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-membership__card p,
.home-membership__card strong {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.82rem, 1vw, 0.95rem);
  font-weight: 800;
  line-height: 1.55;
  text-wrap: balance;
}

.home-membership__card strong {
  color: var(--secondary);
}

.home-membership__cta {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: min(100%, 760px);
  margin: 0 auto;
  border: 4px solid var(--secondary);
  border-radius: 999px;
  background: var(--secondary);
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  box-shadow: 0 16px 30px rgba(2, 72, 55, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.home-membership__cta:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(193, 0, 5, 0.2);
}
/* MEMBERSHIP SECTION ENDS */

/* COMMUNITY IMPACT ENDS */

/* SCIENCE PAGE STARTS */
.science-page {
  background: #ffffff;
}

.science-voices {
  padding: 72px 0 64px;
  background: #ffffff;
}

.science-voices__intro {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.science-voices__title {
  color: var(--primary);
  line-height: 0.98;
}

.science-voices__subtitle {
  margin: 18px auto 0;
  max-width: 62ch;
  color: #4f5a63;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.8;
}

.science-voices__slider {
  position: relative;
}

.science-voices__controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 30px 0 0;
}

.science-voices__viewport {
  overflow: hidden;
  padding-top: 8px;
}

.science-voices__track {
  display: flex;
  gap: 42px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.science-voices__slide {
  flex: 0 0 calc((100% - 84px) / 3);
  min-width: 0;
}

.science-voice-card {
  position: relative;
  padding-top: 74px;
}

.science-voice-card__portrait-shell {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 158px;
  height: 158px;
  padding: 12px;
  border-radius: 50%;
  background: var(--secondary);
  transform: translateX(-50%);
  box-shadow: 0 18px 36px rgba(4, 92, 71, 0.18);
}

.science-voice-card__portrait {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
}

.science-voice-card__panel {
  min-height: 462px;
  padding: 110px 20px 24px;
  border-radius: 18px;
  background: var(--primary);
  box-shadow: none;
}

.science-voice-card__header {
  text-align: center;
}

.science-voice-card__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.23rem, 1.53vw, 1.7rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.science-voice-card__header p {
  margin: 8px auto 0;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.science-voice-card__quote {
  position: relative;
  margin-top: 18px;
  min-height: 286px;
  padding: 34px 32px 40px;
  border: 0;
  isolation: isolate;
}

.science-voice-card__quote::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/element-bg.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.science-voice-card__quote p {
  position: static;
  margin: 0;
  padding: 5px;
  color: #ffffff;
  font-size: clamp(0.95rem, 1.12vw, 1.12rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}



.science-voice-card__quote em {
  font-style: italic;
}

.science-proof {
  padding: 0 0 96px;
  background: #ffffff;
}

.science-proof__card {
  margin: 0;
  padding: clamp(18px, 2vw, 28px);
  border-radius: 36px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.science-proof__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: none;
}

.science-proof__video {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.science-proof__media {
  width: 100%;
  height: auto;
  display: block;
}

.science-proof__trigger {
  border-radius: inherit;
}

.science-proof__card--inline {
  width: 100%;
  max-width: none;
  margin: 0 0 64px;
  padding: 0;
}

.science-dharavi {
  padding: 0 0 96px;
  background: #ffffff;
}

.science-dharavi__card {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(320px, 1fr);
  background: #ffffff;
  border: 1px solid rgba(193, 0, 5, 0.08);
  box-shadow: 0 24px 60px rgba(63, 28, 20, 0.08);
  overflow: hidden;
}

.science-dharavi__map-panel {
  min-width: 0;
}

.science-dharavi__map {
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: block;
  object-fit: cover;
}

.science-dharavi__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 30px 34px 28px;
}

.science-dharavi__title {
  color: var(--primary);
  line-height: 0.98;
}

.science-dharavi__icons {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin-top: 26px;
}

.science-dharavi__stats {
  margin: 28px 0 0;
  color: var(--primary);
  font-size: clamp(1.4rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.science-dharavi__hashtags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  color: var(--secondary);
  font-size: clamp(1.6rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.science-dharavi__hashtags span {
  white-space: nowrap;
}

.science-impact {
  padding: 0 0 96px;
  background: #ffffff;
}

.science-impact__card {
  padding: clamp(26px, 3.2vw, 44px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(193, 0, 5, 0.08);
  box-shadow: 0 24px 60px rgba(63, 28, 20, 0.08);
}

.science-impact__title {
  color: var(--primary);
  line-height: 0.98;
}

.science-impact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(220px, 0.78fr) minmax(250px, 0.96fr);
  gap: clamp(20px, 2.8vw, 38px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 48px);
}

.science-impact__sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
}

.science-impact__source {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.science-impact__source-image {
  width: clamp(86px, 9vw, 120px);
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
}

.science-impact__source-label {
  margin: 0;
  max-width: 15ch;
  color: #0f5847;
  font-size: clamp(0.88rem, 1.1vw, 1.02rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.science-impact__flow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 26px);
  min-height: 360px;
  padding-top: 88px;
}

.science-impact__badge {
  position: absolute;
  top: 18px;
  width: clamp(50px, 4.5vw, 86px);
  height: auto;
}

.science-impact__badge--left {
  left: 8px;
}

.science-impact__badge--right {
  right: 8px;
}

.science-impact__arrow {
  position: relative;
  width: clamp(72px, 7vw, 104px);
  height: 0;
  border-top: 6px solid var(--primary);
  flex: 0 0 auto;
}

.science-impact__arrow::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -1px;
  width: 20px;
  height: 20px;
  border-top: 6px solid var(--primary);
  border-right: 6px solid var(--primary);
  transform: rotate(45deg);
}

.science-impact__arrow--left {
  transform: scaleX(-1);
}

.science-impact__mosquito {
  width: clamp(150px, 18vw, 250px);
  height: auto;
  display: block;
}

.science-impact__result {
  display: flex;
  justify-content: center;
}

.science-impact__product {
  width: min(100%, 380px);
  height: auto;
  display: block;
}

.science-impact__headline {
  margin: clamp(34px, 4vw, 52px) 0 0;
  color: var(--primary);
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.07em;
  text-align: center;
  text-transform: lowercase;
}

.science-citizens {
  padding: 0 0 110px;
  background: #ffffff;
}

.science-citizens__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.science-citizens__title {
  color: var(--primary);
  line-height: 0.98;
}

.science-citizens__controls {
  display: inline-flex;
  gap: 12px;
}

.science-citizens__carousel {
  padding: clamp(18px, 2vw, 26px);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(2, 72, 55, 0.12);
  box-shadow: 0 24px 54px rgba(43, 59, 52, 0.08);
}

.science-citizens__viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.science-citizens__viewport::-webkit-scrollbar {
  display: none;
}

.science-citizens__track {
  display: flex;
  gap: 18px;
}

.science-citizen-slide {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.science-citizen-card {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

.science-citizen-card__frame {
  position: relative;
  display: block;
  aspect-ratio: 0.66 / 1;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(68, 27, 17, 0.12);
}

.science-citizen-card__frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.science-citizen-card__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.science-citizen-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 12px 12px 0;
}

.science-citizen-card__headline {
  display: block;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.2;
}

.science-citizen-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
}

.science-citizen-card__brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
}

.science-citizen-card__brand-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}

.science-citizen-card__subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
}

.science-citizen-card__play {
  top: 56%;
}

.science-citizen-slide__caption {
  margin: 16px 0 0;
  color: var(--primary);
  font-size: clamp(1rem, 1.45vw, 1.5rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.science-did-you-know {
  padding: 0 0 88px;
  background: #ffffff;
}

.science-did-you-know__head {
  margin: 0 auto 34px;
  text-align: center;
}

.science-did-you-know__title {
  margin: 0;
  color: var(--primary);
  line-height: 0.98;
}

.science-did-you-know__carousel {
  width: min(59.5%, 583px);
  margin: 0 auto;
}

.science-did-you-know__viewport {
  width: 100%;
  overflow: hidden;
}

.science-did-you-know__track {
  display: flex;
  gap: 0;
  transition: transform 0.5s ease;
  will-change: transform;
}

.science-did-you-know__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.science-did-you-know__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  border: 3px solid var(--secondary);
  background: #ffffff;
}

.science-did-you-know__controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 18px;
}

.science-case-studies {
  padding: 88px 0;
  background: #ffffff;
}

.mosquito-cycle-section {
  padding: 80px 0px;
  background: #ffffff;
  overflow: hidden;
}

.mosquito-cycle {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.mosquito-cycle__header {
  position: relative;
  z-index: 5;
  margin-bottom: 64px;
  text-align: center;
}

.mosquito-cycle__title {
  margin: 0;
  color: #c10005;
  font-size:var(--h2-uniform-size);
  line-height: 0.95;
}

.mosquito-cycle__body {
  display: flex;
  justify-content: center;
  min-height: 760px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 750px;
}

.mosquito-cycle__holder {
  width: 100%;
  min-height: 760px;
  margin: 0 auto;
  position: relative;
}

.mosquito-cycle__background {
  display: flex;
  align-items: center;
  justify-content: center;
 
  
  width: 100%;
  height: 100%;

  background: url("../images/cycle-bg.jpg") center / contain no-repeat;
}

.mosquito-cycle__mosquito {
  display: flex;
  width: 80%;
  height: 80%;
  flex: 0 0 auto;
  background: url("../images/cycle-mosquito.png") center / contain no-repeat;
}

.mosquito-cycle__center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #c10005;
  font-size: clamp(0.78rem, 1.5vw, 1.18rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: lowercase;
}

.mosquito-cycle__note {
  position: absolute;
  z-index: 2;
  margin: 0;
  color: #c10005;
  font-size: clamp(0.62rem, 0.9vw, 0.82rem);
  font-weight: 800;
  line-height: 1.22;
  text-align: left;
}

.mosquito-cycle__note strong {
  display: block;
}

.mosquito-cycle__note--start {
  left: -25%;
  top: 15%;
  max-width: 24ch;
}

.mosquito-cycle__note--end {
  right: -25%;
  bottom: 15%;
  max-width: 26ch;
}

.science-case-studies__head {
  max-width: 1120px;
  margin: 0 auto 40px;
  text-align: center;
}

.science-case-studies__title {
  margin: 0;
  color: var(--primary);
  text-align: center;
}

.science-case-studies__copy {
  max-width: 1080px;
  margin: 26px auto 0;
  color: var(--secondary);
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.science-case-studies__copy p {
  margin: 0;
}

.science-case-studies__copy strong {
  font-weight: 800;
}

.science-case-studies__carousel {
  width: 100%;
  max-width: none;
  margin: 0;
}

.science-case-studies__viewport {
  overflow: hidden;
  width: 100%;
}

.science-case-studies__track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.science-case-study-card {
  flex: 0 0 calc((100% - 24px) / 2);
  min-width: 0;
  margin: 0;
}

.science-case-studies__controls {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 28px;
}

.science-case-study-card__link {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: clamp(340px, 28vw, 405px);
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 3px solid var(--secondary);
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}

.science-case-study-card__link:hover {
  border-color: var(--secondary);
}

.science-case-study-card__media {
  min-width: 0;
  background: #ffffff;
  overflow: hidden;
}

.science-case-study-card__media img {
  width: 100%;
  height: 100%;
  min-height: clamp(340px, 28vw, 405px);
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.science-case-study-card__link:hover .science-case-study-card__media img {
  transform: scale(1.04);
}

.science-case-study-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 32px;
}

.science-case-study-card__eyebrow {
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(2, 72, 55, 0.08);
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.science-case-study-card__title {
  color: var(--primary);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-transform: lowercase;
}

.science-case-study-card__meta {
  color: #334155;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.science-case-study-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 6px;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 800;
  text-transform: lowercase;
}

/* SCIENCE PAGE ENDS */

[data-slider],
[data-feature-slider],
[data-product-carousel],
[data-logo-slider],
[data-media-slider] {
  touch-action: pan-y;
}

/* CASE STUDY PAGE STARTS */
.case-study-page {
  background: #ffffff;
}

.case-study-page__hero {
  position: relative;
  padding: 86px 0 34px;
  overflow: hidden;
}

.case-study-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.case-study-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.case-study-page__title {
  color: var(--primary);
}

.case-study-page__subtitle {
  max-width: 62ch;
  margin: 18px auto 0;
  color: #4e5a63;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.case-study-page__summary {
  padding: 22px 0 70px;
}

.case-study-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(193, 0, 5, 0.1);
  box-shadow: 0 24px 60px rgba(63, 28, 20, 0.08);
}

.case-study-page__visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

.case-study-page__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 54px);
}

.case-study-page__content h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.07em;
  text-transform: lowercase;
}

.case-study-page__content p {
  margin: 22px 0 0;
  color: #334155;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.case-study-page__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.case-study-page__stats article {
  padding: 16px 14px;
  border-radius: 18px;
  background: #ffffff;
}

.case-study-page__stats strong,
.case-study-page__stats span {
  display: block;
}

.case-study-page__stats strong {
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.case-study-page__stats span {
  margin-top: 8px;
  color: #0f5847;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: lowercase;
}

.case-study-page__proof {
  padding: 0 0 96px;
}

.case-study-page__proof img {
  width: min(100%, 980px);
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(43, 59, 52, 0.08);
}
/* CASE STUDY PAGE ENDS */

/* CONTACT PAGE STARTS */
.contact-page {
  background: #ffffff;
}

.contact-page__hero {
  position: relative;
  padding: 86px 0 34px;
  overflow: hidden;
}

.contact-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.contact-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.contact-page__hero-copy {
  width: min(100%, 780px);
  margin: 0 auto;
  text-align: center;
}

.contact-page__title {
  margin: 0;
  color: var(--primary);
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  text-wrap: balance;
}

.contact-page__subtitle {
  max-width: 62ch;
  margin: 18px auto 0;
  color: #4e5a63;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.contact-page__section {
  padding: 18px 0 96px;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 30px;
  align-items: start;
}

.contact-page__details {
  display: grid;
  gap: 24px;
}

.contact-info-card,
.contact-form-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(193, 0, 5, 0.1);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 22px 48px rgba(17, 24, 39, 0.08),
    0 2px 0 rgba(255, 255, 255, 0.86) inset;
}

.contact-info-card {
  padding: 30px;
}

.contact-info-card--primary {
  background: #ffffff;
}

.contact-info-card--secondary {
  background: #ffffff;
}

.contact-info-card__accent {
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 5px;
  border-radius: 0 0 999px 999px;
  background: var(--primary);
}

.contact-info-card__header {
  position: relative;
  z-index: 1;
}

.contact-info-card__eyebrow,
.contact-form-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-info-card__header h2,
.contact-form-card__content h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.contact-info-card__header p,
.contact-form-card__content p {
  margin: 16px 0 0;
  color: #5e686e;
  font-size: 1rem;
  line-height: 1.7;
}

.contact-link-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.contact-link-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(193, 0, 5, 0.12);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
  color: #15232b;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-link-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(193, 0, 5, 0.24);
  box-shadow: 0 18px 32px rgba(17, 24, 39, 0.08);
  color: #15232b;
}

.contact-link-pill__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

.contact-office-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.contact-office-card {
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(2, 72, 55, 0.12);
}

.contact-office-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #173340;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-office-card p {
  margin: 0;
  color: #4c555c;
  font-size: 1rem;
  line-height: 1.8;
}

.partner-badge {
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(2, 72, 55, 0.14);
}

.partner-badge__image {
  display: block;
  width: min(100%, 390px);
  height: auto;
  border-radius: 18px;
}

.partner-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.partner-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  color: #16242d;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.partner-contact-list a i {
  color: var(--primary);
  font-size: 1.05rem;
}

.partner-contact-list a:hover {
  color: var(--primary);
}

.contact-form-card {
  min-height: 100%;
  background: #ffffff;
}

.contact-form-card__glow {
  position: absolute;
  inset: auto -40px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.contact-form-card__content {
  position: relative;
  padding: 34px;
  z-index: 1;
}

.contact-form {
  margin-top: 28px;
}

.contact-form .form-label {
  margin-bottom: 10px;
  color: #24323b;
  font-size: 0.98rem;
  font-weight: 600;
}

.contact-form__control {
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(193, 0, 5, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #17222c;
  padding: 15px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.contact-form__control::placeholder {
  color: #97a0a6;
}

.contact-form__control:focus {
  border-color: rgba(193, 0, 5, 0.32);
  box-shadow: 0 0 0 4px rgba(193, 0, 5, 0.08);
}

.contact-form__textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

.contact-form__note {
  margin: 0;
  color: #667179;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-form__submit {
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  min-width: 220px;
  min-height: 56px;
  padding: 14px 26px;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(193, 0, 5, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(193, 0, 5, 0.24);
}
/* CONTACT PAGE ENDS */

.page-hero__inner {
  position: relative;
  padding-bottom: 30px;
}

.page-hero__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background: transparent;
}

/* CART PAGE STARTS */
.cart-page {
  background: #ffffff;
}

.cart-page__hero {
  position: relative;
  padding: 84px 0 34px;
  background: #ffffff;
  overflow: hidden;
}

.cart-page__hero-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.cart-page__title {
  margin: 0;
  color: var(--primary);
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  text-wrap: balance;
}

.cart-page__subtitle {
  max-width: 70ch;
  margin: 18px auto 0;
  color: var(--secondary);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.35;
}

.cart-page__section {
  padding: 24px 0 96px;
}

.cart-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
  gap: 34px;
  align-items: start;
}

.cart-page__items {
  display: grid;
  gap: 20px;
}

.cart-item {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 24px;
  padding: 20px;
  border: 3px solid var(--secondary);
  border-radius: 8px;
  background: #ffffff;
}

.cart-item__media {
  margin: 0;
  min-width: 0;
  display: grid;
  place-items: center;
  background: #ffffff;
}

.cart-item__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
}

.cart-item__body {
  min-width: 0;
}

.cart-item__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.cart-item__eyebrow {
  margin: 0 0 6px;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.cart-item h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.cart-item__price {
  color: var(--primary);
  font-size: clamp(1.3rem, 1.8vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.cart-item__formula {
  margin: 16px 0 0;
  padding: 12px 0;
  border-top: 2px dotted rgba(32, 32, 32, 0.7);
  border-bottom: 2px dotted rgba(32, 32, 32, 0.7);
  color: var(--primary);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  font-weight: 800;
  line-height: 1.25;
}

.cart-item__formula span {
  color: var(--secondary);
}

.cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cart-item__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 2px solid rgba(2, 72, 55, 0.22);
  border-radius: 999px;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cart-item__qty {
  min-height: 50px;
  padding: 0 18px;
  border: 4px solid var(--secondary);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--primary);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.cart-item__qty button,
.cart-item__remove {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
}

.cart-item__qty span {
  font-size: 1.15rem;
}

.cart-item__remove {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: lowercase;
}

.cart-page__continue a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 4px solid var(--secondary);
  border-radius: 999px;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: lowercase;
}

.cart-summary {
  position: sticky;
  top: 132px;
  padding: 24px;
  border-radius: 8px;
  background: var(--primary);
  color: #ffffff;
}

.cart-summary h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.cart-summary__rows {
  display: grid;
  gap: 14px;
}

.cart-summary__rows div,
.cart-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
}

.cart-summary__rows strong,
.cart-summary__total strong {
  font-weight: 800;
  text-align: right;
}

.cart-summary__total {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px dotted rgba(255, 255, 255, 0.72);
  align-items: flex-end;
  font-size: 1.15rem;
}

.cart-summary__total strong {
  font-size: 1.7rem;
  line-height: 1;
}

.cart-summary__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  font-size: clamp(1.15rem, 1.35vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}

.cart-summary__note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  color: #ffffff;
}

.cart-summary__note i {
  font-size: 2rem;
  line-height: 1;
}

.cart-summary__note p,
.cart-summary__support p {
  margin: 0;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.cart-summary__support {
  margin-top: 24px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.cart-summary__support h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.cart-summary__support a {
  display: inline-flex;
  margin-top: 14px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: lowercase;
}
/* CART PAGE ENDS */

/* ================= SHOP NOW PAGE STARTS ================= */

.shop-page {
  background: #ffffff;
  color: var(--primary);
}

.shop-page__hero {
  padding: 54px 0 4px;
  background: #ffffff;
}

.shop-page__hero-inner {
  text-align: center;
}

.shop-page__hero h1 {
  color: var(--primary);
}

.shop-page__products {
  padding: 18px 0 50px;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(18px, 2.6vw, 34px);
  row-gap: 46px;
  max-width: 1240px;
  margin: 0 auto;
}

.shop-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--primary);
}

.shop-product-card__top {
  min-height: 116px;
}

.shop-product-card h2 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.62rem, 2.15vw, 2.45rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.shop-product-card h2 span {
  font-weight: 700;
}

.shop-product-card h2 .tm-mark {
  font-size: 0.34em;
  transform: translateY(-0.38em);
}

.shop-product-card__formula {
  max-width: 260px;
  margin: 10px 0 0;
  color: var(--primary);
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 800;
  line-height: 1.18;
}

.shop-product-card__formula span,
.shop-product-card__note span {
  color: #005643;
  font-size: 1.38em;
  font-weight: 900;
  line-height: 0.9;
}

.shop-product-card__formula strong,
.shop-product-card__note strong {
  color: var(--primary);
  font-weight: 900;
  padding: 0 6px;
}

.shop-product-card__visual {
  width: 100%;
  height: clamp(188px, 20vw, 252px);
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-product-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.shop-product-card--trap .shop-product-card__visual img {
  max-width: 96%;
}

.shop-product-card--refill .shop-product-card__visual img {
  max-width: 88%;
}

.shop-product-card__note {
  margin: 14px 0 0;
  color: var(--primary);
  font-size: clamp(0.72rem, 0.82vw, 0.86rem);
  font-weight: 800;
  line-height: 1.08;
}

.shop-product-card__price {
  margin: 16px 0 0;
  color: var(--primary);
  font-size: clamp(1.22rem, 1.48vw, 1.55rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.shop-product-card__cta {
  width: min(100%, 224px);
  min-height: 48px;
  margin-top: 18px;
  border: 3px solid #005643;
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shop-product-card__cta:hover,
.shop-product-card__cta:focus-visible {
  background: #005643;
  color: #ffffff;
  transform: translateY(-2px);
}

.shop-bundles {
  scroll-margin-top: 150px;
  padding: 22px 0 66px;
  background: #ffffff;
}

.shop-bundles__mark {
  width: 64px;
  margin: 0 auto 6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.shop-bundles__mark span {
  aspect-ratio: 1;
  background: #005643;
}

.shop-bundles__mark span:nth-child(5) {
  background: var(--primary);
}

.shop-bundles h2 {
  margin: 0 0 28px;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  text-transform: lowercase;
}

.shop-bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 90px);
  max-width: 1120px;
  margin: 0 auto;
}

.shop-bundle-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-bundle-card__copy h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: clamp(1.85rem, 2.6vw, 2.5rem);
  font-weight: 700;
  line-height: 0.98;
  text-transform: lowercase;
}

.shop-bundle-card__copy p,
.shop-bundle-card__copy strong {
  display: block;
  margin: 0;
  color: var(--primary);
  font-size: clamp(0.96rem, 1.2vw, 1.22rem);
  font-weight: 700;
  line-height: 1.25;
}

.shop-bundle-card__copy strong {
  color: #005643;
}

.shop-bundle-card__copy small {
  display: block;
  color: #005643;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.1;
}

.shop-bundle-card__purchase p {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: clamp(0.86rem, 1vw, 1.03rem);
  font-weight: 900;
  line-height: 1.16;
}

.shop-bundle-card__price {
  margin-bottom: 16px;
  color: var(--primary);
  display: flex;
  align-items: baseline;
  gap: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-bundle-card__price span {
  font-size: clamp(1.05rem, 1.3vw, 1.32rem);
}

.shop-bundle-card__price del {
  color: var(--primary);
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  font-weight: 500;
}

.shop-bundle-card__price strong {
  color: var(--primary);
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  line-height: 1;
}

/* ================= SHOP NOW PAGE ENDS ================= */

/* CHECKOUT PAGE STARTS */
.checkout-page {
  background: #ffffff;
}

.checkout-hero {
  padding: 66px 0;
  background: var(--secondary);
}

.checkout-hero__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.checkout-hero__steps a,
.checkout-hero__steps strong {
  color: #ffffff;
  text-decoration: none;
}

.checkout-page__section {
  padding: 64px 0 96px;
}

.checkout-coupon {
  max-width: 560px;
  margin-bottom: 38px;
}

.checkout-coupon p {
  margin: 0 0 14px;
  color: var(--secondary);
  font-size: 0.96rem;
  font-weight: 800;
}

.checkout-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px;
  border: 2px solid rgba(2, 72, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.checkout-coupon__form input,
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.select2{
  width: 100%;
  min-height: 48px;
  border: 2px solid rgba(2, 72, 55, 0.12);
  border-radius: 0;
  background: #ffffff;
  color: var(--secondary);
  font: inherit;
  padding: 10px 14px;
  outline: none;
}
span.select2-selection.select2-selection--single {
    border:none;
}


.checkout-coupon__form input:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: var(--secondary);
}

.checkout-coupon__form button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: var(--primary);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: lowercase;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.55fr);
  gap: 42px;
  align-items: start;
}

.checkout-form {
  display: grid;
  gap: 28px;
}

.checkout-panel {
  min-width: 0;
}

.checkout-panel h1,
.checkout-panel h2,
.checkout-order h2 {
  margin: 0 0 22px;
  color: var(--secondary);
  font-size: clamp(1.55rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.checkout-form label {
  display: block;
  /*margin-bottom: 16px;*/
  color: var(--secondary);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.checkout-form label > span {
  display: block;
  margin-bottom: 8px;
}

.checkout-form b {
  color: var(--primary);
}

.checkout-form small {
  display: block;
  margin-top: 6px;
  color: rgba(2, 72, 55, 0.72);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
}

.checkout-form textarea {
  min-height: 160px;
  resize: vertical;
}

.checkout-form__grid--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px !important;
  font-weight: 800 !important;
}

.woocommerce-form__label-for-checkbox input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--primary);
}

.woocommerce-form__label-for-checkbox span {
  margin: 0 !important;
}

.checkout-order {
  position: sticky;
  top: 132px;
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 3px solid var(--secondary);
  box-shadow: 0 24px 50px rgba(2, 72, 55, 0.08);
}

.checkout-order h2 {
  text-align: center;
}

.checkout-order__table {
  display: grid;
}

.checkout-order__head,
.checkout-order__row,
.checkout-order__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 2px dotted rgba(32, 32, 32, 0.36);
  color: var(--secondary);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: lowercase;
}

.checkout-order__item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 2px dotted rgba(32, 32, 32, 0.22);
}

.checkout-order__item img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}

.checkout-order__item p {
  margin: 0;
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.15;
}

.checkout-order__item span {
  display: block;
  margin-top: 4px;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
}

.checkout-order__item > strong {
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-order__qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  border: 2px solid rgba(2, 72, 55, 0.22);
  border-radius: 999px;
  color: var(--primary);
  overflow: hidden;
}

.checkout-order__qty button {
  width: 28px;
  height: 26px;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 800;
  line-height: 1;
}

.checkout-order__qty strong {
  color: var(--secondary);
  font-size: 0.86rem;
}

.checkout-order__shipping {
  display: grid;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 2px dotted rgba(32, 32, 32, 0.22);
  color: var(--secondary);
}

.checkout-order__shipping > span {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: lowercase;
}

.checkout-order__shipping label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
}

.checkout-order__shipping input {
  accent-color: var(--primary);
}

.checkout-order__total {
  border-bottom: 0;
  align-items: flex-end;
  font-size: 1.05rem;
}

.checkout-order__total strong {
  color: var(--secondary);
  font-size: 1.8rem;
  line-height: 1;
}

.checkout-payment {
  margin-top: 20px;
}

.checkout-payment p {
  margin: 0 0 12px;
  color: var(--secondary);
  font-size: 0.92rem;
  font-weight: 700;
}

.checkout-payment__method {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background: rgba(2, 72, 55, 0.06);
  color: var(--secondary);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.checkout-payment__method i {
  color: var(--primary);
  font-size: 1.7rem;
}

.checkout-order__privacy {
  margin: 20px 0 0;
  color: rgba(2, 72, 55, 0.8);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

#place_order {
  width: 100%;
  min-height: 58px;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}
/* CHECKOUT PAGE ENDS */

/* MEMBERSHIP PAGE STARTS */
.membership-page {
  background: #ffffff;
}

.membership-page__hero {
  position: relative;
  padding: 84px 0 28px;
  overflow: hidden;
}

.membership-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.membership-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.membership-page__title {
  color: var(--primary);
}

.membership-page__subtitle,
.membership-page__lede,
.membership-agreement__head p,
.membership-agreement__card li,
.membership-terms-grid__item p {
  color: #536169;
  font-size: 1.02rem;
  line-height: 1.8;
}

.membership-page__subtitle {
  max-width: 34ch;
  margin: 18px auto 0;
  font-size: 1.18rem;
  font-weight: 700;
  color: #17232c;
}

.membership-page__lede {
  max-width: 66ch;
  margin: 18px auto 0;
  font-weight: 500;
}

.membership-agreement__card {
  border: 1px solid rgba(193, 0, 5, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 24px 52px rgba(17, 24, 39, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.membership-terms-grid__item span {
  display: inline-block;
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.membership-page__section {
  padding: 22px 0 96px;
}

.membership-page__section--agreement {
  padding-top: 8px;
}

.membership-agreement {
  padding: clamp(26px, 4vw, 40px);
  border-radius: 34px;
  border: 1px solid rgba(193, 0, 5, 0.1);
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(17, 24, 39, 0.08);
}

.membership-agreement__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.membership-agreement__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.membership-agreement__card {
  padding: 28px 24px;
  border-radius: 28px;
}

.membership-agreement__card h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.membership-agreement__card strong {
  color: #18242d;
}

.membership-agreement__card ul {
  margin: 20px 0 0;
  padding-left: 18px;
}

.membership-agreement__card li {
  margin-bottom: 12px;
}

.membership-agreement__card--terms,
.membership-agreement__card--signoff {
  margin-top: 22px;
}

.membership-terms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.membership-terms-grid__item {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(193, 0, 5, 0.08);
}

.membership-terms-grid__item p {
  margin: 10px 0 0;
}

.membership-signoff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 56px;
  margin-top: 18px;
}

.membership-signoff-form {
  margin-top: 18px;
}

.membership-signoff-grid__item {
  display: grid;
  gap: 10px;
  margin: 0;
}

.membership-signoff-grid__item span {
  color: var(--secondary);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.membership-signoff-grid__input {
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  border-bottom: 4px dashed #243d4f;
  background: transparent;
  color: #18242d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0;
  outline: none;
}

.membership-signoff-grid__input:focus {
  border-bottom-color: var(--primary);
}

.membership-signoff-grid__input--signature {
  min-height: 44px;
}

.membership-signoff-grid__item--full {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.membership-signoff-form__check {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
  color: #23323d;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.7;
}

.membership-signoff-form__check input {
  margin-top: 0.3rem;
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.membership-signoff-form__actions {
  margin-top: 24px;
}

.membership-signoff-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 18px 36px rgba(193, 0, 5, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.membership-signoff-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(193, 0, 5, 0.26);
}

.membership-agreement__support {
  margin-top: 24px;
}

.membership-agreement__support p {
  margin: 0 auto;
  color: var(--primary);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
}

.membership-agreement__support p + p {
  margin-top: 12px;
}

.membership-agreement__support a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.membership-agreement__support a:hover {
  opacity: 0.82;
}
/* MEMBERSHIP PAGE ENDS */

/* LEGAL PAGES START */
.legal-page {
  background: #ffffff;
}

.legal-page__hero {
  position: relative;
  padding: 84px 0 28px;
  overflow: hidden;
}

.legal-page__hero-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.legal-page__title {
  color: var(--primary);
}

.legal-page__subtitle {
  max-width: 74ch;
  margin: 18px auto 0;
  color: #536169;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.75;
}

.legal-page__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.legal-page__button {
  min-width: 166px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.legal-page__button--primary {
  border: 3px solid var(--primary);
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(193, 0, 5, 0.16);
}

.legal-page__button--secondary {
  border: 3px solid var(--secondary);
  background: #ffffff;
  color: var(--secondary);
}

.legal-page__button:hover,
.legal-page__button:focus-visible {
  transform: translateY(-2px);
}

.legal-page__button--primary:hover,
.legal-page__button--primary:focus-visible {
  color: #ffffff;
  box-shadow: 0 20px 36px rgba(193, 0, 5, 0.22);
}

.legal-page__button--secondary:hover,
.legal-page__button--secondary:focus-visible {
  border-color: var(--primary);
  color: var(--primary);
}

.legal-page__section {
  padding: 22px 0 96px;
}

.legal-page__layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.legal-page__aside,
.legal-page__content {
  border: 1px solid rgba(193, 0, 5, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 52px rgba(17, 24, 39, 0.08);
}

.legal-page__aside {
  position: sticky;
  top: 118px;
  padding: 24px;
}

.legal-page__aside-label {
  display: block;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-page__aside strong {
  display: block;
  margin-top: 8px;
  color: var(--secondary);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.legal-page__aside p {
  margin: 16px 0 0;
  color: #536169;
  font-size: 0.92rem;
  line-height: 1.65;
}

.legal-page__aside a {
  display: block;
  margin-top: 12px;
  color: var(--primary);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  word-break: break-word;
}

.legal-page__aside a:hover {
  color: var(--secondary);
}

.legal-page__content {
  padding: clamp(24px, 4vw, 42px);
}

.legal-page__content--single {
  max-width: 980px;
  margin: 0 auto;
}

.legal-page__document-title {
  margin: 0 0 26px;
  color: var(--primary);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
}

.legal-page__document-title--secondary {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 2px solid rgba(193, 0, 5, 0.14);
}

.legal-page__doc-section {
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid rgba(2, 72, 55, 0.1);
}

.legal-page__doc-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-page__intro,
.legal-page__block {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(2, 72, 55, 0.1);
}

.legal-page__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-page__intro h2,
.legal-page__block h2,
.legal-page__doc-section h2,
.legal-page__content > h2 {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.08;
}

.legal-page__block h3,
.legal-page__doc-section h3,
.legal-page__content > h3 {
  margin: 18px 0 0;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.legal-page__intro p,
.legal-page__block p,
.legal-page__block li,
.legal-page__block address,
.legal-page__doc-section p,
.legal-page__doc-section li,
.legal-page__content > p {
  color: #536169;
  font-size: 1.02rem;
  line-height: 1.78;
}

.legal-page__intro p,
.legal-page__block p,
.legal-page__doc-section p,
.legal-page__content > p {
  margin: 16px 0 0;
}

.legal-page__content > h2,
.legal-page__content > h3 {
  margin-top: 28px;
}

.legal-page__block ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.legal-page__doc-section ul,
.legal-page__doc-section ol {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 24px;
}

.legal-page__doc-section ul ul,
.legal-page__doc-section ol ul,
.legal-page__doc-section ol ol {
  gap: 8px;
  margin-top: 10px;
}

.legal-page__doc-section li {
  padding-left: 4px;
}

.legal-page__block li::marker {
  color: var(--primary);
}

.legal-page__doc-section li::marker {
  color: var(--primary);
  font-weight: 800;
}

.legal-page__block a,
.legal-page__block address a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.legal-page__block a:hover,
.legal-page__block address a:hover {
  color: var(--secondary);
}

.legal-page__definition-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.legal-page__definition-list > div {
  border: 1px solid rgba(2, 72, 55, 0.1);
  border-radius: 8px;
  background: rgba(2, 72, 55, 0.025);
  padding: 18px;
}

.legal-page__definition-list p,
.legal-page__definition-list ul {
  margin-top: 8px;
}

.legal-page__block--accent {
  border: 1px solid rgba(193, 0, 5, 0.12);
  border-radius: 8px;
  background: rgba(193, 0, 5, 0.025);
  padding: 24px;
}

.legal-page__block--contact address {
  margin: 14px 0 0;
  padding: 18px;
  border-left: 4px solid var(--primary);
  background: rgba(193, 0, 5, 0.035);
  font-style: normal;
}
/* LEGAL PAGES END */

/* ABOUT PAGE STARTS */
.about-page {
  background: #ffffff;
}

.about-page__hero {
  position: relative;
  padding: 58px 0 8px;
  overflow: hidden;
}

.about-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.about-page__title {
  color: var(--primary);
}

.about-page__subtitle {
  max-width: 72ch;
  margin: 18px auto 0;
  color: #4e5a63;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.about-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-page__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  flex-shrink: 0;
}

.about-page__mission,
.about-page__solutions,
.about-page__science,
.about-page__proof,
.about-page__partnership,
.about-page__vision,
.about-page__sdgs {
  padding: 34px 0;
}

.about-page__sdgs {
  padding-bottom: 82px;
}

.about-mission {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.about-mission__copy h2,
.about-page__section-head h2,
.about-science__panel h2,
.about-partnership h2,
.about-vision h2 {
  margin: 0;
  color: var(--primary);
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  text-wrap: balance;
}

.about-mission__copy p {
  max-width: 66ch;
  margin: 22px 0 0;
  color: #4e5a63;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.75;
}

.about-mission__visual {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
}

.about-mission__visual img {
  width: min(100%, 390px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 22px 34px rgba(17, 24, 39, 0.14));
}

.about-mission__visual figcaption {
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.about-mission__visual span,
.about-solution-card__label {
  display: block;
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-mission__visual strong {
  display: block;
  margin-top: 6px;
  color: var(--primary);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: lowercase;
}

.about-page__section-head {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.about-page__section-head .about-page__eyebrow {
  justify-content: center;
}

.about-page__section-head p {
  max-width: 62ch;
  margin: 16px auto 0;
  color: #59656d;
  font-size: 1.02rem;
  line-height: 1.7;
}

.about-solutions-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.about-solution-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(193, 0, 5, 0.12);
  border-radius: 28px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(193, 0, 5, 0.22);
  box-shadow: 0 24px 48px rgba(17, 24, 39, 0.11);
}

.about-solution-card h3 {
  margin: 18px 0 0;
  color: var(--primary);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.about-solution-card p {
  max-width: 34ch;
  margin: 14px 0 0;
  color: #536069;
  font-size: 1rem;
  line-height: 1.7;
}

.about-solution-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}

.about-science {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.about-science__panel {
  padding: 34px;
  border-radius: 30px;
}

.about-science__panel--dark {
  background: var(--secondary);
}

.about-science__panel--dark .about-page__eyebrow,
.about-science__panel--dark h2,
.about-science__panel--dark p {
  color: #ffffff;
}

.about-science__panel--dark .about-page__eyebrow::before {
  background: #ffffff;
}

.about-science__panel p {
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.75;
}

.about-science__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-science__steps article {
  padding: 24px 20px;
  border: 1px solid rgba(2, 72, 55, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(2, 72, 55, 0.06);
}

.about-science__steps span {
  display: block;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.about-science__steps h3,
.about-proof-card h3 {
  margin: 16px 0 0;
  color: var(--secondary);
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: lowercase;
}

.about-science__steps p,
.about-proof-card p,
.about-partnership p,
.about-vision p {
  margin: 12px 0 0;
  color: #536069;
  font-size: 0.98rem;
  line-height: 1.7;
}

.about-proof-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-proof-card {
  height: 100%;
  padding: 26px 24px;
  border: 1px solid rgba(193, 0, 5, 0.1);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.about-proof-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

.about-partnership {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(26px, 4vw, 60px);
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: var(--primary);
}

.about-partnership .about-page__eyebrow,
.about-partnership h2,
.about-partnership p {
  color: #ffffff;
}

.about-partnership .about-page__eyebrow::before {
  background: #ffffff;
}

.about-partnership p {
  margin: 0;
  font-weight: 500;
}

.about-vision {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.about-vision .about-page__eyebrow {
  justify-content: center;
}

.about-vision p {
  max-width: 68ch;
  margin: 18px auto 0;
  font-size: 1.05rem;
}

.about-sdgs {
  max-width: 1380px;
  margin: 0 auto;
}

.about-sdgs h2 {
  margin: 0 0 20px;
  color: var(--secondary);
  font-size: clamp(1.65rem, 2.55vw, 2.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-sdgs__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.about-sdgs__grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}
/* ABOUT PAGE ENDS */

/* INDOORS PAGE STARTS */
.indoors-page {
  background: #ffffff;
}

.indoors-page__hero {
  position: relative;
  padding: 84px 0 12px;
  overflow: hidden;
}

.indoors-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.indoors-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.indoors-page__title {
  color: var(--primary);
}

.indoors-page__subtitle {
  max-width: 62ch;
  margin: 18px auto 0;
  color: #4e5a63;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.indoors-page__section {
  padding: 42px 0 96px;
}

.indoors-page__section-head {
  margin-bottom: 30px;
}

.indoors-page__impact {
  padding: 0 0 34px;
}

.indoors-page__tabs-section {
  padding: 10px 0 6px;
}

.indoors-page__tabs-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px 18px;
  border: 2px solid var(--secondary);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(2, 72, 55, 0.08);
  overflow-x: auto;
  scrollbar-width: none;
}

.indoors-page__tabs-rail::-webkit-scrollbar {
  display: none;
}

.indoors-page__tab {
  position: relative;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  padding: 8px 16px 8px 16px;
  color: var(--primary);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1;
  text-transform: lowercase;
  white-space: nowrap;
}

.indoors-page__tab::before {
  content: "\2022";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 1.3rem;
}

.indoors-page__tab.is-active {
  color: #d95d63;
}

.indoors-page__tab:focus-visible {
  outline: 2px solid rgba(2, 72, 55, 0.34);
  outline-offset: 3px;
  border-radius: 999px;
}

.indoors-page__tab-panel[hidden] {
  display: none !important;
}

.indoors-page__section--tabbed {
  padding-top: 30px;
}

.indoors-page__content-shell {
  position: relative;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  border: 1px solid rgba(193, 0, 5, 0.12);
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(17, 24, 39, 0.07);
}

.indoors-page__content-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.indoors-page__content-head .impact-stats__eyebrow {
  justify-content: center;
}

.indoors-page__content-head h2 {
  color: var(--primary);
}

.indoors-page__image-tab {
  max-width: 1160px;
  margin: 0 auto;
}

.indoors-page__image-tab--split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.indoors-page__image-tab--triple {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.indoors-page__image-tab-media {
  width: 100%;
  height: auto;
  display: block;
}

.indoors-page__image-tab-media--split {
  border-radius: 0;
}

.indoors-page__image-tab-media--triple {
  border-radius: 0;
}

.indoors-description-split {
  --description-red: #c40008;
  --description-green: #075c4c;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.indoors-description-split--images {
  align-items: start;
}

.indoors-description-split__image-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.indoors-description-split__panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #ffffff;
}

.indoors-description-split__panel--base {
  padding: 24px 22px 28px;
}

.indoors-description-split__eyebrow {
  margin: 0 0 18px;
  color: var(--description-red);
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
}

.indoors-description-split__base-copy {
  position: relative;
  z-index: 2;
  max-width: 70%;
}

.indoors-description-split__base-copy h2 {
  margin: 0 0 -10px 42px;
  color: var(--description-red);
  font-size: clamp(2.25rem, 4.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.indoors-description-split__line-box {
  min-height: 304px;
  padding: 108px 28px 28px;
  border: 2px solid var(--description-green);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  color: var(--description-red);
  text-align: center;
  font-weight: 800;
}

.indoors-description-split__line-box p {
  margin: 0;
  font-size: clamp(0.9rem, 1.35vw, 1.13rem);
  line-height: 1.25;
}

.indoors-description-split__line-box p + p {
  margin-top: 18px;
}

.indoors-description-split__base-image {
  position: absolute;
  z-index: 3;
  right: -2%;
  top: 118px;
  width: min(52%, 330px);
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.18));
}

.indoors-description-split__panel--sachet {
  padding: 24px 24px 28px;
}

.indoors-description-split__panel--sachet > h2 {
  margin: 0 0 36px;
  color: var(--description-red);
  text-align: center;
  font-size: clamp(1.45rem, 2.45vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.indoors-description-split__panel--sachet > h2 span {
  color: var(--description-green);
  font-size: 1.85em;
}

.indoors-description-split__sachet-body {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.indoors-description-split__sachet-stack {
  position: relative;
  min-height: 270px;
}

.indoors-description-split__sachet-stack img {
  position: absolute;
  width: 62%;
  max-width: 210px;
  filter: drop-shadow(0 12px 14px rgba(86, 55, 24, 0.14));
}

.indoors-description-split__sachet-stack img:nth-child(1) {
  left: 0;
  top: 12px;
  opacity: 0.62;
}

.indoors-description-split__sachet-stack img:nth-child(2) {
  left: 18%;
  top: 54px;
  opacity: 0.82;
}

.indoors-description-split__sachet-stack img:nth-child(3) {
  left: 36%;
  top: 96px;
}

.indoors-description-split__sachet-copy {
  color: var(--description-red);
  font-weight: 800;
}

.indoors-description-split__sachet-copy > p {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 34px;
  font-size: clamp(0.84rem, 1.1vw, 1rem);
  line-height: 1.2;
}

.indoors-description-split__sachet-copy i {
  color: var(--description-green);
  font-size: 1.7rem;
  line-height: 1;
}

.indoors-description-split__formula {
  position: relative;
  margin-top: 18px;
  padding: 92px 18px 22px;
  border: 2px solid var(--description-green);
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 8px 0;
  text-align: right;
}

.indoors-description-split__formula h3 {
  position: absolute;
  right: 18px;
  top: -78px;
  margin: 0;
  color: var(--description-red);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 0.95;
}

.indoors-description-split__formula h3 span {
  font-weight: 400;
}

.indoors-description-split__formula p {
  margin: 0 0 8px;
  color: var(--description-red);
  font-size: clamp(0.95rem, 1.35vw, 1.16rem);
  line-height: 1;
}

.indoors-description-split__formula strong {
  display: block;
  color: var(--description-red);
  font-size: clamp(0.83rem, 1.12vw, 1rem);
  line-height: 1.25;
}

.indoors-page__love-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 1px minmax(0, 1.1fr);
  gap: 44px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.indoors-page__love-layout::before {
  content: "";
  grid-column: 2;
  width: 1px;
  min-height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(7, 92, 76, 0.22) 8%,
    rgba(7, 92, 76, 0.55) 50%,
    rgba(7, 92, 76, 0.22) 92%,
    transparent
  );
}

.indoors-page__love-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  grid-column: 1;
  margin: 0;
}

.indoors-page__protection {
  grid-column: 3;
}

.indoors-page__love-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  text-align: left;
}

.indoors-page__love-icon {
  width: 120px;
  height: auto;
  display: block;
  margin: 0;
}

.indoors-page__love-item h3 {
  margin: 8px 0 14px;
  color: var(--primary);
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: lowercase;
}

.indoors-page__love-item p {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(0.96rem, 1.2vw, 1.08rem);
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: lowercase;
}

.indoors-page__love-item p strong {
  font-weight: 800;
}

.indoors-page__protection h2 {
  margin: 0 0 42px;
  color: var(--primary);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: lowercase;
}

.indoors-page__protection-list {
  display: grid;
  gap: 28px;
}

.indoors-page__protection-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.indoors-page__protection-item p {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(0.98rem, 1.32vw, 1.13rem);
  line-height: 1.25;
  text-transform: lowercase;
}

.indoors-page__protection-item p strong {
  font-weight: 800;
}

.indoors-page__protection-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.indoors-page__protection-item h3 {
  margin: 0;
  color: var(--primary);
  font-size: clamp(1.05rem, 1.55vw, 1.36rem);
  font-weight: 800;
  line-height: 1.28;
  text-transform: lowercase;
}

.indoors-page__content-shell--tech {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.indoors-page__tech-list {
  margin: 0;
  padding-left: 1.4rem;
}

.indoors-page__tech-list li,
.indoors-page__tech-copy p {
  margin: 0;
  color: #c40008;
  font-size: clamp(1rem, 1.45vw, 1.42rem);
  font-weight: 500;
  line-height: 1.24;
}

.indoors-page__tech-list li + li {
  margin-top: 22px;
}

.indoors-page__tech-copy p {
  margin-top: 22px;
}

.indoors-page__tech-copy p strong {
  font-weight: 800;
}

.indoors-page__tech-list li::marker {
  font-size: 0.9em;
}

.indoors-page__tech-alert {
  margin-top: 26px !important;
}

.indoors-page__tech-copy sup {
  font-size: 0.58em;
  top: -0.45em;
}

.indoors-page__tech-alert {
  font-size: clamp(1.35rem, 2.1vw, 2.2rem) !important;
  font-weight: 800 !important;
}

.indoors-page__content-shell--faq {
  max-width: 1080px;
}

.indoors-page__faq-copy {
  display: grid;
  gap: 24px;
}

.indoors-page__faq-intro {
  margin: 0;
  color: #c40008;
  font-size: clamp(1rem, 1.45vw, 1.42rem);
  font-weight: 500;
  line-height: 1.24;
}

.indoors-page__faq-list {
  margin: 4px 0 0;
  padding-left: 1.4rem;
}

.indoors-page__faq-list li {
  color: #c40008;
}

.indoors-page__faq-question,
.indoors-page__faq-answer {
  display: inline;
  color: inherit;
  font-size: clamp(1rem, 1.45vw, 1.42rem);
  line-height: 1.24;
}

.indoors-page__faq-question {
  color: var(--secondary);
  font-weight: 700;
  margin-right: 0.35rem;
}

.indoors-page__faq-answer {
  font-weight: 500;
}

.indoors-page__content-shell--description {
  padding: clamp(8px, 2vw, 20px) clamp(14px, 2.4vw, 26px) clamp(18px, 2.6vw, 24px);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.indoors-description {
  max-width: 1220px;
  margin: 0 auto;
  --indoors-red: #c40008;
  --indoors-green: #0a5b4e;
}

.indoors-description__top {
  display: grid;
  grid-template-columns: minmax(250px, 0.88fr) minmax(360px, 1.26fr) minmax(250px, 0.88fr);
  align-items: center;
  gap: clamp(4px, 1.4vw, 18px);
}

.indoors-description__left,
.indoors-description__right {
  position: relative;
  z-index: 1;
}

.indoors-description__left {
  padding-top: clamp(8px, 2vw, 34px);
}

.indoors-description__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0;
}

.indoors-description__product-title,
.indoors-description__headline,
.indoors-description__sachet-head,
.indoors-description__cycle {
  margin: 0;
  color: var(--indoors-red);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.indoors-description__product-title {
  margin-left: clamp(18px, 2.8vw, 46px);
  line-height: 0.82;
}

.indoors-description__product-line {
  display: block;
}

.indoors-description__product-line--brand {
  font-size: clamp(2.4rem, 4.4vw, 4.35rem);
}

.indoors-description__brand-first {
  color: var(--indoors-red);
}

.indoors-description__brand-rest {
  color: var(--indoors-green);
}

.indoors-description__product-line--name {
  font-size: clamp(2.9rem, 4.8vw, 4.8rem);
}

.indoors-description__headline {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 0.96;
  text-align: right;
}

.indoors-description__headline span {
  display: block;
}

.indoors-description__sachet-head {
  margin: 0 0 6px;
  line-height: 0.88;
  text-align: right;
}

.indoors-description__sachet-line {
  display: block;
}

.indoors-description__sachet-line--top {
  font-size: clamp(2.7rem, 4.4vw, 4.35rem);
  font-weight: 800;
}

.indoors-description__sachet-line--bottom {
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 500;
}

.indoors-description__info-card {
  position: relative;
  padding: 34px 28px 20px;
  border: 3px solid var(--indoors-green);
  border-radius: 22px;
  background: transparent;
}

.indoors-description__info-card p {
  margin: 0;
  color: var(--indoors-red);
  font-size: clamp(0.88rem, 1.48vw, 1.22rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.indoors-description__info-card p + p {
  margin-top: 12px;
}

.indoors-description__info-card--left {
  width: 112%;
  margin-top: -8px;
  margin-right: -14%;
  padding-top: 54px;
}

.indoors-description__info-card--right {
  width: 104%;
  margin-top: 10px;
  margin-left: -4%;
  padding-top: 52px;
}

.indoors-description__info-card--right p {
  text-align: right;
}

.indoors-description__info-card--right p:first-child {
  font-size: clamp(0.96rem, 1.7vw, 1.3rem);
}

.indoors-description__info-card--left::before,
.indoors-description__info-card--left::after,
.indoors-description__info-card--right::before,
.indoors-description__info-card--right::after {
  content: "";
  position: absolute;
  background: #fff;
}

.indoors-description__info-card--left::before {
  top: -4px;
  left: -4px;
  width: clamp(48px, 9vw, 92px);
  height: 18px;
}

.indoors-description__info-card--left::after {
  top: -4px;
  left: -4px;
  width: 18px;
  height: clamp(54px, 10vw, 94px);
}

.indoors-description__info-card--right::before {
  top: -4px;
  right: -4px;
  width: clamp(42px, 8vw, 84px);
  height: 18px;
}

.indoors-description__info-card--right::after {
  top: -4px;
  right: -4px;
  width: 18px;
  height: clamp(54px, 10vw, 94px);
}

.indoors-description__center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(430px, 44vw, 660px);
}

.indoors-description__product-image {
  width: min(100%, 600px);
  height: auto;
  display: block;
  transform: translateY(10px);
  filter: drop-shadow(0 20px 24px rgba(17, 24, 39, 0.22));
}

.indoors-description__cycle {
  margin-top: 10px;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1;
  text-align: right;
}

.indoors-description__cycle span {
  color: var(--indoors-green);
}

.indoors-description__bottom {
  margin-top: -34px;
}

.indoors-description__icon-row {
  display: flex;
  align-items: center;
  gap: clamp(26px, 2.8vw, 40px);
  margin-left: clamp(24px, 4vw, 78px);
}

.indoors-description__icon {
  width: clamp(78px, 8vw, 96px);
}

.indoors-description__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.indoors-description__footer {
  margin: 10px 0 0 clamp(24px, 4vw, 78px);
  color: var(--indoors-red);
  font-size: clamp(0.92rem, 1.5vw, 1.18rem);
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 769px) {
  .indoors-description {
    position: relative;
    min-height: 700px;
    max-width: 1180px;
    padding-bottom: 128px;
  }

  .indoors-description__top {
    position: relative;
    display: block;
    min-height: 560px;
  }

  .indoors-description__left,
  .indoors-description__right {
    position: static;
    padding-top: 0;
  }

  .indoors-description__product-title {
    position: absolute;
    top: 92px;
    left: 74px;
    z-index: 3;
    margin: 0;
    line-height: 0.82;
  }

  .indoors-description__product-line--brand {
    font-size: clamp(1.9rem, 3vw, 3rem);
  }

  .indoors-description__product-line--name {
    font-size: clamp(2.25rem, 3.5vw, 3.75rem);
  }

  .indoors-description__center {
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: 2;
    min-height: 0;
    transform: translateX(-50%);
  }

  .indoors-description__product-image {
    width: min(100%, 470px);
    transform: none;
    filter: drop-shadow(0 20px 22px rgba(17, 24, 39, 0.18));
  }

  .indoors-description__headline {
    position: absolute;
    top: 34px;
    right: 58px;
    z-index: 3;
    margin: 0;
    font-size: clamp(1.95rem, 3vw, 3rem);
    line-height: 0.95;
  }

  .indoors-description__sachet-head {
    position: absolute;
    top: 288px;
    right: 116px;
    z-index: 3;
    margin: 0;
  }

  .indoors-description__sachet-line--top {
    font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  }

  .indoors-description__sachet-line--bottom {
    font-size: clamp(1.75rem, 2.5vw, 2.7rem);
  }

  .indoors-description__info-card {
    border-width: 3px;
    border-radius: 16px;
    background: transparent;
  }

  .indoors-description__info-card p {
    font-size: clamp(0.8rem, 1.05vw, 1rem);
  }

  .indoors-description__info-card--left {
    position: absolute;
    top: 145px;
    left: 20px;
    z-index: 1;
    width: 575px;
    margin: 0;
    padding: 58px 34px 18px 34px;
  }

  .indoors-description__info-card--right {
    position: absolute;
    top: 408px;
    right: 84px;
    z-index: 1;
    width: 450px;
    margin: 0;
    padding: 48px 24px 12px 24px;
  }

  .indoors-description__info-card--right p {
    font-size: clamp(0.72rem, 0.98vw, 0.92rem);
    text-align: right;
  }

  .indoors-description__info-card--right p:first-child {
    font-size: clamp(0.84rem, 1.05vw, 1rem);
  }

  .indoors-description__info-card--left::before {
    width: 74px;
    height: 14px;
  }

  .indoors-description__info-card--left::after {
    width: 14px;
    height: 96px;
  }

  .indoors-description__info-card--right::before {
    width: 98px;
    height: 14px;
  }

  .indoors-description__info-card--right::after {
    width: 14px;
    height: 66px;
  }

  .indoors-description__cycle {
    position: absolute;
    right: 88px;
    top: 548px;
    z-index: 3;
    margin: 0;
    font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  }

  .indoors-description__bottom {
    position: absolute;
    left: 72px;
    bottom: 12px;
    margin: 0;
  }

  .indoors-description__icon-row {
    gap: 44px;
    margin-left: 0;
  }

  .indoors-description__icon {
    width: 82px;
  }

  .indoors-description__footer {
    margin: 10px 0 0;
    font-size: 0.92rem;
  }
}

.indoors-page__usage-grid,
.indoors-page__benefits-grid,
.indoors-page__specs-grid {
  display: grid;
  gap: 22px;
}

.indoors-page__usage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indoors-page__usage-card,
.indoors-page__benefit-card,
.indoors-page__spec-card,
.indoors-page__faq-card {
  height: 100%;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(2, 72, 55, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(2, 72, 55, 0.06);
}

.indoors-page__usage-step,
.indoors-page__spec-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.indoors-page__usage-card h3,
.indoors-page__faq-card h3 {
  margin: 0 0 12px;
  color: #12232f;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: lowercase;
}

.indoors-page__usage-card p,
.indoors-page__benefit-card p,
.indoors-page__faq-card p,
.indoors-page__spec-value {
  margin: 0;
  color: #4e5a63;
  font-size: 1rem;
  line-height: 1.8;
}

.indoors-page__benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.indoors-page__benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.indoors-page__benefit-icon {
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--primary);
  box-shadow: inset 0 0 0 1px rgba(2, 72, 55, 0.08);
}

.indoors-page__benefit-icon img {
  max-width: 68px;
  max-height: 68px;
  width: auto;
  height: auto;
}

.indoors-page__specs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.indoors-page__specs-grid--description {
  max-width: 860px;
  margin: 0 auto;
}

.indoors-page__spec-label {
  margin-bottom: 10px;
}

.indoors-page__spec-value {
  color: #12232f;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: lowercase;
}

.indoors-page__faq-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.indoors-page__impact-art {
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.indoors-page__impact-image {
  width: 100%;
  height: auto;
  display: block;
}

.indoors-page__impact-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -42%);
  width: clamp(78px, 8vw, 110px);
  height: clamp(78px, 8vw, 110px);
  display: grid;
  place-items: center;
}

.indoors-page__impact-badge-ring {
  position: absolute;
  inset: -22%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: transparent;
}

.indoors-page__impact-badge-core {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary);
  display: grid;
  place-items: center;
  box-shadow: 0 16px 34px rgba(193, 0, 5, 0.24);
}

.indoors-page__impact-badge-core img {
  width: 54%;
  height: auto;
  display: block;
}

.indoors-page__impact-copy {
  position: static;
  margin: 8px 0 0;
  text-align: left;
}

.indoors-page__impact-copy--discover {
  inset: 0;
  right: auto;
  bottom: auto;
  display: grid;
  place-items: center;
  text-align: center;
}

.indoors-page__impact-copy p,
.indoors-page__impact-copy h2 {
  margin: 0;
  color: var(--primary);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.45);
}

.indoors-page__impact-copy p {
  font-size: clamp(1.8rem, 3.35vw, 3rem);
}

.indoors-page__impact-copy h2 {
  margin-top: 10px;
  font-size: clamp(1.95rem, 3.65vw, 3rem);
}

.indoors-page__impact-support {
  max-width: 740px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--secondary);
  font-size: clamp(0.95rem, 1.18vw, 1.08rem);
  font-weight: 600;
  line-height: 1.18;
  text-transform: lowercase;
}

.indoors-page__impact-support li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 22px;
}

.indoors-page__impact-support li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.indoors-page__impact-support li:last-child {
  margin-bottom: 0;
}

.indoors-page__impact-copy--discover h2 {
  margin-top: 0;
}

.indoors-page__lineup-section {
  padding-top: 0;
}

.indoors-page__lineup-head {
  margin-bottom: 22px;
}

.indoors-page__eco-cta {
  padding: 0 0 88px;
}

.indoors-page__eco-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-radius: 26px;
  background: var(--secondary);
  box-shadow: none;
  text-decoration: none;
}

.indoors-page__eco-copy {
  display: grid;
  gap: 0;
}

.indoors-page__eco-title {
  color: #ffffff;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.indoors-page__eco-logo {
  flex: 0 0 auto;
  width: clamp(132px, 16vw, 220px);
  min-height: 56px;
  display: grid;
  place-items: center;
}

.indoors-page__eco-logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  display: block;
}
/* INDOORS PAGE ENDS */

/* FAQ PAGE STARTS */
.faq-page {
  background: #ffffff;
}

.faq-page__hero {
  position: relative;
  padding: 84px 0 38px;
  overflow: hidden;
}

.faq-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.faq-page__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}

.faq-page__hero-copy {
  text-align: center;
}

.faq-page__title {
  margin: 0;
  color: var(--primary);
  font-size: var(--h2-uniform-size);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-transform: lowercase;
  text-wrap: balance;
}

.faq-page__subtitle {
  max-width: 62ch;
  margin: 18px auto 0;
  color: #4f5a62;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.8;
}

.faq-side-card__eyebrow {
  display: block;
  color: var(--secondary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-page__section {
  padding: 14px 0 96px;
}

.faq-page__layout {
  max-width: 980px;
  margin: 0 auto;
}

.faq-page__sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 122px;
}

.faq-side-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(193, 0, 5, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 20px 44px rgba(17, 24, 39, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.faq-side-card--accent {
  background: var(--primary);
}

.faq-side-card h2 {
  margin: 14px 0 0;
  color: var(--primary);
  font-size: clamp(1.85rem, 2vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: lowercase;
}

.faq-side-card p {
  margin: 16px 0 0;
  color: #5d686f;
  font-size: 0.98rem;
  line-height: 1.75;
}

.faq-side-card__links {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.faq-side-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(193, 0, 5, 0.12);
  background: #ffffff;
  color: #18242d;
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
}

.faq-side-card__links a i {
  color: var(--primary);
}

.faq-side-card__list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #5d686f;
}

.faq-side-card__list li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.faq-page__content {
  min-width: 0;
  padding-left: 0;
}

.faq-accordion {
  display: grid;
  gap: 16px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(193, 0, 5, 0.1);
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 38px rgba(17, 24, 39, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.faq-item .accordion-button {
  box-shadow: none;
}

.faq-item__button {
  padding: 24px 70px 24px 24px;
  background: transparent;
  color: var(--secondary);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq-item__button:not(.collapsed) {
  background: #ffffff;
  color: var(--secondary);
}

.faq-item__button::after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(2, 72, 55, 0.1);
  background-position: center;
  background-size: 16px;
}

.faq-item__body {
  padding: 0 24px 24px;
  color: #58646c;
  font-size: 1rem;
  line-height: 1.8;
}

.faq-item__body p {
  margin: 0 0 12px;
}

.faq-item__body p:last-child {
  margin-bottom: 0;
}

.faq-item__list {
  margin: 0;
  padding-left: 18px;
}

.faq-item__list li {
  margin-bottom: 8px;
}
/* FAQ PAGE ENDS */

/* MOSQUITO PROBLEM PAGE STARTS */
.mosquito-problem-page {
  background: #ffffff;
}

.mosquito-problem-hero {
  padding: 58px 0 34px;
}

.mosquito-problem-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.mosquito-problem-hero__inner p {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.43rem, 2.86vw, 2.89rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.mosquito-problem-hero__inner h1 {
  margin: 10px 0 0;
  color: var(--primary);
  font-size: clamp(1.53rem, 3.03vw, 2.89rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

.mosquito-problem-content {
  padding: 18px 0 96px;
}

.mosquito-problem-layout {
  max-width: 1360px;
  margin: 0 auto;
}

.mosquito-problem-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.mosquito-problem-copy__bullets ul {
  margin: 0;
  padding-left: 1.4rem;
  color: var(--secondary);
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
  font-weight: 500;
  line-height: 1.02;
}

.mosquito-problem-copy__bullets li + li {
  margin-top: 4px;
}

.mosquito-problem-copy__article {
  color: var(--secondary);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 500;
  line-height: 1.1;
}

.mosquito-problem-copy__article h2,
.mosquito-problem-copy__article h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1em;
  font-weight: 800;
  line-height: 1.05;
}

.mosquito-problem-copy__article p {
  margin: 0 0 5px;
}

.mosquito-problem-copy__article strong {
  color: var(--primary);
  font-weight: 800;
}

.mosquito-info-side {
  align-self: center;
  color: var(--secondary);
  font-size: clamp(1.18rem, 1.7vw, 1.62rem);
  font-weight: 500;
  line-height: 1.08;
}

.mosquito-info-side p {
  margin: 0 0 28px;
}

.mosquito-info-side p:last-child {
  margin-bottom: 0;
}

.mosquito-info-side strong,
.mosquito-info-side h2 {
  color: var(--primary);
  font-weight: 800;
}

.mosquito-info-side h2 {
  margin: 28px 0;
  font-size: inherit;
  line-height: inherit;
}

.mosquito-info-side--bold {
  font-weight: 800;
}

.mosquito-info-side--large {
  font-size: clamp(1.45rem, 2.64vw, 2.68rem);
}

.mosquito-info-article h3 {
  margin-top: 18px;
}

.mosquito-info-article h3:first-child {
  margin-top: 0;
}

.mosquito-info-article ul {
  margin: 0 0 5px;
  padding-left: 1.3rem;
}

.mosquito-info-article li {
  margin: 0;
}

.mosquito-problem-copy--media {
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1fr);
  align-items: center;
}

.mosquito-info-media {
  margin: 0;
}

.mosquito-info-media img {
  width: 100%;
  height: auto;
  display: block;
}
/* MOSQUITO PROBLEM PAGE ENDS */

/* FOOTER STARTS */
.site-footer {
  background: #ffffff;
  color: #0f0f0f;
  padding: 52px 0 26px;
}

.site-footer__inner {
  position: relative;
}

.site-footer__content {
  margin: 0;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.site-footer__card {
  min-height: 282px;
  padding: 22px 28px 26px;
  background: #ffffff;
  border: 2px solid var(--secondary);
  border-radius: var(--radius);
  color: var(--primary);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.site-footer__heading {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: clamp(1.75rem, 2vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.site-footer__card a {
  display: block;
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.32;
  text-decoration: none;
}

.site-footer__card a:last-child {
  margin-bottom: 0;
}

.site-footer__card a:hover {
  color: var(--secondary);
  opacity: 1;
}

.site-footer__card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.site-footer__card--movement {
  justify-content: space-between;
}

.site-footer__spotlight-title {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: clamp(2rem, 2.4vw, 2.65rem);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
}

.site-footer__spotlight-copy {
  margin: 0;
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.14;
  max-width: 190px;
}

.site-footer__bottom {
  margin-top: 30px;
  padding: 0;
}

.site-footer__bottom p {
  margin: 0;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
}

.site-footer__disclaimer {
  margin-top: 16px !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

.site-footer__top-link {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 10px;
  border-radius: 999px;
  background: var(--primary);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(193, 0, 5, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, color 0.2s ease;
}

.site-footer__top-link.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-footer__top-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.site-footer__top-link-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
}

/* FOOTER ENDS */

/* DHARAVI PILOT PAGE STARTS */
.dharavi-pilot-page {
  background: #ffffff;
}

.dharavi-pilot {
  min-height: calc(100vh - 112px);
  padding: clamp(34px, 5vw, 70px) 0;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.dharavi-pilot__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.92fr);
  gap: clamp(36px, 5vw, 66px);
  align-items: center;
}

.dharavi-pilot__media {
  min-width: 0;
}

.dharavi-pilot__video,
.dharavi-pilot__image {
  width: 100%;
  aspect-ratio: 0.95 / 1;
  display: block;
  object-fit: cover;
  background: #111111;
}

.dharavi-pilot__content {
  min-width: 0;
}

.dharavi-pilot__title {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.8rem, 4.4vw, 4.6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-transform: lowercase;
}

.dharavi-pilot__partners {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 44px);
  flex-wrap: wrap;
  margin-top: clamp(28px, 3vw, 38px);
}

.dharavi-pilot__icici {
  display: block;
}

.dharavi-pilot__icici img {
  width: clamp(180px, 18vw, 280px);
  height: auto;
  display: block;
}

.dharavi-pilot__smile img {
  width: clamp(130px, 14vw, 190px);
  height: auto;
  display: block;
}

.dharavi-pilot__copy {
  max-width: 55ch;
  margin-top: clamp(34px, 3.4vw, 48px);
  color: var(--primary);
  font-size: clamp(0.85rem, 1.09vw, 1.14rem);
  font-weight: 600;
  line-height: 1.22;
  text-transform: lowercase;
}

.dharavi-pilot__copy p {
  margin: 0;
}

.dharavi-pilot__green {
  color: var(--secondary);
}

.dharavi-pilot__stat {
  margin: 18px 0 0;
  color: var(--primary);
  font-size: clamp(1.76rem, 2.8vw, 3.36rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.dharavi-pilot__hashtags {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  max-width: 540px;
  margin-top: clamp(28px, 3.3vw, 42px);
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.6vw, 2rem);
  font-weight: 800;
  line-height: 1;
}

/* DHARAVI PILOT PAGE ENDS */

/* BENGALURU CASE STUDY PAGE STARTS */
.bengaluru-case-page {
  background: #ffffff;
}

.bengaluru-case {
  min-height: calc(100vh - 112px);
  padding: clamp(34px, 5vw, 70px) 0;
  background: #ffffff;
}

.case-study-return-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(22px, 2.5vw, 34px);
  color: var(--primary);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}

.case-study-return-link:hover {
  color: var(--secondary);
}

.bengaluru-case__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.bengaluru-case__media {
  min-width: 0;
}

.bengaluru-case__image {
  width: 100%;
  aspect-ratio: 0.98 / 1;
  display: block;
  object-fit: cover;
}

.bengaluru-case__content {
  min-width: 0;
}

.bengaluru-case__title {
  margin: 0;
  color: var(--primary);
  font-size: clamp(2.8rem, 4.4vw, 4.6rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.bengaluru-case__directive {
  max-width: 56ch;
  margin-top: clamp(24px, 2.7vw, 34px);
  color: var(--secondary);
  font-size: clamp(0.8rem, 0.95vw, 0.94rem);
  font-weight: 500;
  line-height: 1.3;
}

.bengaluru-case__directive p,
.bengaluru-case__copy p {
  margin: 0;
}

.bengaluru-case__directive strong {
  font-weight: 800;
}

.bengaluru-case__copy {
  max-width: 55ch;
  margin-top: clamp(28px, 3.2vw, 44px);
  color: var(--secondary);
  font-size: clamp(0.85rem, 1.09vw, 1.14rem);
  font-weight: 600;
  line-height: 1.26;
}

.bengaluru-case__copy strong {
  color: var(--secondary);
  font-weight: 800;
}

.bengaluru-case__copy span {
  color: var(--primary);
  font-weight: 800;
}

.bengaluru-case__stat {
  margin: clamp(42px, 4.4vw, 66px) 0 0;
  color: var(--primary);
  font-size: clamp(1.76rem, 2.8vw, 3.36rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.bengaluru-case__hashtags {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 540px;
  margin-top: 24px;
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.6vw, 2rem);
  font-weight: 800;
  line-height: 1;
}
/* BENGALURU CASE STUDY PAGE ENDS */

/* ONGC CASE STUDY PAGE STARTS */
.ongc-case-page {
  background: #ffffff;
}

.ongc-case {
  min-height: calc(100vh - 112px);
  padding: clamp(34px, 5vw, 70px) 0;
  background: #ffffff;
}

.ongc-case__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.ongc-case__media,
.ongc-case__content {
  min-width: 0;
}

.ongc-case__image {
  width: 100%;
  aspect-ratio: 1.04 / 1;
  display: block;
  object-fit: cover;
}

.ongc-case__logo {
  width: clamp(92px, 9vw, 120px);
  height: auto;
  display: block;
  margin-bottom: clamp(26px, 3.2vw, 42px);
}

.ongc-case__copy {
  max-width: 58ch;
  color: var(--secondary);
  font-size: clamp(0.85rem, 1.06vw, 1.08rem);
  font-weight: 600;
  line-height: 1.28;
}

.ongc-case__copy p {
  margin: 0;
}

.ongc-case__copy span {
  color: var(--primary);
}

.ongc-case__spacer {
  margin-top: clamp(30px, 3vw, 42px) !important;
}

.ongc-case__stat {
  margin: clamp(42px, 4.4vw, 66px) 0 0;
  color: var(--primary);
  font-size: clamp(1.76rem, 2.8vw, 3.36rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}

.ongc-case__hashtags {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 540px;
  margin-top: 24px;
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.6vw, 2rem);
  font-weight: 800;
  line-height: 1;
}
/* ONGC CASE STUDY PAGE ENDS */

/* PROTECTION CALCULATOR PAGE STARTS */
.calculator-page {
  background: #ffffff;
}

.calculator-hero {
  padding: clamp(38px, 4.8vw, 64px) 0 clamp(18px, 2.8vw, 34px);
  background: #ffffff;
}

.calculator-hero__inner {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.calculator-hero__title {
  max-width: none;
  margin: 8px auto 0;
  color: var(--primary);
  line-height: 0.92;
  white-space: nowrap;
}

.calculator-hero__copy {
  max-width: 58ch;
  margin: 14px auto 0;
  color: var(--secondary);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 1.32;
}

.calculator-section {
  padding: 0 0 clamp(54px, 6vw, 84px);
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}

.calculator-form {
  display: grid;
  gap: 12px;
}

.calculator-panel,
.calculator-summary {
  border: 2px solid rgba(2, 72, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.calculator-panel {
  padding: clamp(18px, 2vw, 26px);
}

.calculator-panel__head,
.calculator-coverage-panel__head {
  margin-bottom: 16px;
}

.calculator-panel__head h2,
.calculator-coverage-panel__head h2,
.calculator-summary__head h2 {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.18rem, 1.65vw, 1.65rem);
  font-weight: 800;
  line-height: 1.04;
}

.calculator-panel__head p,
.calculator-coverage-panel__head p {
  max-width: 60ch;
  margin: 8px 0 0;
  color: var(--secondary);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.3;
}

.calculator-field {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
}

.calculator-field:last-child {
  margin-bottom: 0;
}

.calculator-field span {
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 800;
}

.calculator-field input,
.calculator-field select {
  width: 100%;
  min-height: 44px;
  border: 2px solid rgba(2, 72, 55, 0.14);
  border-radius: 0;
  background: #ffffff;
  color: var(--secondary);
  font: inherit;
  font-weight: 600;
  padding: 8px 12px;
  outline: none;
}

.calculator-field input:focus,
.calculator-field select:focus {
  border-color: var(--secondary);
}

.calculator-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.calculator-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 2px solid rgba(2, 72, 55, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: var(--secondary);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: lowercase;
}

.calculator-tab i {
  font-size: 1rem;
}

.calculator-tab.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.calculator-zone-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.calculator-zone-list span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(2, 72, 55, 0.12);
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.18;
}

.calculator-summary {
  position: sticky;
  top: 118px;
  padding: clamp(18px, 1.9vw, 24px);
}

.calculator-summary__head p {
  margin: 0 0 6px;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calculator-summary__grid,
.calculator-summary__breakdown {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.calculator-summary__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calculator-summary__grid div,
.calculator-summary__breakdown div,
.calculator-summary__metric,
.calculator-summary__cost {
  border: 1px solid rgba(2, 72, 55, 0.12);
  padding: 12px;
}

.calculator-summary span {
  display: block;
  color: rgba(2, 72, 55, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: lowercase;
}

.calculator-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--secondary);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 700;
  line-height: 1;
}

.calculator-summary__cost {
  margin-top: 12px;
  background: var(--primary);
  border-color: var(--primary);
}

.calculator-summary__cost span,
.calculator-summary__cost strong {
  color: #ffffff;
}

.calculator-summary__cost strong {
  font-size: clamp(1.55rem, 2.1vw, 2rem);
}

.calculator-summary__metric {
  margin-top: 8px;
  background: rgba(2, 72, 55, 0.04);
}

.calculator-summary__breakdown {
  grid-template-columns: 1fr;
}
/* PROTECTION CALCULATOR PAGE ENDS */

/* PROTECTION CALCULATOR PAGE ENDS */
input.shipping_method {
    height:13px;
    width:13px;
}

.woocommerce-cart .entry-header, 
.woocommerce-checkout .entry-header,
.woocommerce-cart aside#secondary {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    /* display:none; */
}
.woocommerce-NoticeGroup,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
}

.woocommerce-NoticeGroup-checkout {
    grid-column: 1 / -1;
}

.woocommerce-order-received .woocommerce{
  padding:5%;
}

/* PHOTO GALLERY PAGE STARTS */
.photo-gallery-page {
  background: #ffffff;
}

.photo-gallery-hero {
  padding: clamp(44px, 5.2vw, 76px) 0 clamp(22px, 3vw, 42px);
  background: linear-gradient(180deg, rgba(193, 0, 5, 0.06), rgba(255, 255, 255, 0));
}

.photo-gallery-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.photo-gallery-hero__title {
  margin-top: 8px;
  color: var(--primary);
}

.photo-gallery-hero__copy {
  max-width: 72ch;
  margin: 16px auto 0;
  color: var(--secondary);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 1.45;
}

.photo-gallery-section {
  padding: clamp(20px, 3vw, 36px) 0 clamp(72px, 7vw, 104px);
}

.photo-gallery-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.photo-gallery-section__eyebrow,
.photo-gallery-card__category,
.photo-gallery-modal__meta {
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-gallery-section__head h2 {
  max-width: 640px;
  margin: 8px 0 0;
  color: var(--secondary);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.photo-gallery-section__head p {
  max-width: 360px;
  margin: 0;
  color: rgba(2, 72, 55, 0.74);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
}

.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.1vw, 28px);
}

.photo-gallery-card {
  min-width: 0;
}

.photo-gallery-card__button {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(2, 72, 55, 0.12);
  border-radius: 8px;
  background: #ffffff;
  padding: 0;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.photo-gallery-card__button:hover {
  border-color: rgba(193, 0, 5, 0.28);
  box-shadow: 0 18px 42px rgba(2, 72, 55, 0.12);
  transform: translateY(-4px);
}

.photo-gallery-card__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: rgba(2, 72, 55, 0.06);
}

.photo-gallery-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.photo-gallery-card__button:hover .photo-gallery-card__image-wrap img {
  transform: scale(1.045);
}

.photo-gallery-card__count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--secondary);
  padding: 7px 11px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(2, 72, 55, 0.16);
}

.photo-gallery-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.photo-gallery-card__title {
  color: var(--secondary);
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
  font-weight: 800;
  line-height: 1.08;
}

.photo-gallery-card__summary {
  color: rgba(2, 72, 55, 0.7);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
}

.photo-gallery-card__meta {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 6px;
}

.photo-gallery-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
}

.photo-gallery-card__meta i {
  color: var(--primary);
}

.zero-gallery-section {
  padding-top: clamp(16px, 2vw, 28px);
  padding-bottom: clamp(18px, 2vw, 26px);
  background: #ffffff;
}

.zero-gallery-section__intro {
  margin-bottom: 34px;
}

.photo-gallery-section__cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(22px, 2.4vw, 30px);
}

.photo-gallery-section__cta .feature-kit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 224px);
  min-height: 46px;
  margin-top: 0;
  padding: 8px 28px;
  border: 3px solid var(--secondary);
  background: #ffffff;
  color: var(--primary);
  box-shadow: none;
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
}

.photo-gallery-section__cta .feature-kit-button:hover,
.photo-gallery-section__cta .feature-kit-button:focus-visible {
  background: #ffffff;
  color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}

.zero-video-section {
  padding: clamp(34px, 4vw, 56px) 0 clamp(62px, 6vw, 92px);
  background: #ffffff;
}

.zero-video-section__intro {
  margin-bottom: 28px;
}

.zero-video-slider {
  max-width: 1240px;
  margin: 0 auto;
}

.zero-video-slider__track {
  gap: 28px;
}

.zero-video-slide {
  flex: 0 0 calc((100% - 56px) / 3);
}

.zero-video-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(2, 72, 55, 0.18);
  border-radius: 8px;
  background: #ffffff;
  padding: 0;
  color: inherit;
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.zero-video-card:hover,
.zero-video-card:focus-visible {
  border-color: var(--primary);
  transform: translateY(-3px);
}

.zero-video-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: rgba(2, 72, 55, 0.06);
}

.zero-video-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.zero-video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(193, 0, 5, 0.92);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  box-shadow: 0 12px 28px rgba(193, 0, 5, 0.24);
  isolation: isolate;
  z-index: 2;
}

.zero-video-card__play i {
  color: #ffffff;
  font-size: 1.8rem;
}

.zero-video-slider__controls {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.zero-media-modal__iframe {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
  border: 0;
  background: #000000;
}

.photo-gallery-modal__content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fffdfd;
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.22);
}

.photo-gallery-modal__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(2, 72, 55, 0.1);
  padding: 18px 22px;
}

.photo-gallery-modal__header .modal-title {
  margin-top: 4px;
  color: var(--secondary);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.photo-gallery-modal__body {
  padding: 16px;
}

.photo-gallery-carousel__inner {
  border-radius: 8px;
  overflow: hidden;
  background: #101010;
}

.photo-gallery-carousel__figure {
  position: relative;
  margin: 0;
  background: #101010;
}

.photo-gallery-carousel__figure img {
  width: 100%;
  height: min(66vh, 620px);
  object-fit: contain;
  display: block;
}

.photo-gallery-carousel__figure figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: min(520px, calc(100% - 32px));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--secondary);
  padding: 9px 14px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.photo-gallery-carousel__control {
  top: 50%;
  bottom: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  opacity: 1;
  transform: translateY(-50%);
}

.photo-gallery-carousel__control:hover {
  background: var(--primary);
  color: #ffffff;
}

.photo-gallery-carousel__control--prev {
  left: 14px;
}

.photo-gallery-carousel__control--next {
  right: 14px;
}

.photo-gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 2px 2px;
  scrollbar-width: thin;
}

.photo-gallery-thumb {
  flex: 0 0 86px;
  height: 64px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 8px;
  background: rgba(2, 72, 55, 0.08);
  padding: 0;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.photo-gallery-thumb.active,
.photo-gallery-thumb:hover {
  border-color: var(--primary);
  opacity: 1;
  transform: translateY(-1px);
}

.photo-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* PHOTO GALLERY PAGE ENDS */
