@font-face {
  font-family: "GreenG";
  src: url("../fonts/g-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GreenG";
  src: url("../fonts/g-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GreenG";
  src: url("../fonts/g-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

:root {
  --green: #09a66d;
  --green-2: #007f5f;
  --mint: #e9fbf4;
  --ink: #111827;
  --muted: #667085;
  --line: #e8edf1;
  --paper: #ffffff;
  --soft: #f7f9fb;
  --amber: #ffb423;
  --rose: #ffeff1;
  --shadow: 0 18px 50px rgba(17, 24, 39, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fdfdfd;
    color: var(--ink);
    direction: rtl;
    font-family: "GreenG", Tahoma, Arial, sans-serif;
    letter-spacing: 0;
}

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

img {
  max-width: 100%;
}

.container-xl {
  max-width: 1180px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(232, 237, 241, 0.86);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: 0px 3px 8px 1px #f5f5f5;
}

.top-strip {
  background: #097a58;
  color: #d8fff1;
  font-size: 0.82rem;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-weight: 800;
    font-size: 0.18rem;
    width: 120px;
}

.brand-leaf {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #0bb978, #0d7e62);
  color: #fff;
  box-shadow: 0 10px 24px rgba(9, 166, 109, 0.22);
}

.nav-link {
  color: #344054;
  font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
  color: var(--green-2);
}

.btn-green {
    border: 0;
    border-radius: 10px;
    background: var(--green);
    color: white;
    font-weight: 400;
    box-shadow: 2px 1px 4px #e1e1e1;
}

.btn-green:hover {
  background: var(--green-2);
  color: white;
}

.btn-soft {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: #344054;
  font-weight: 800;
}

.green-level-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.green-level-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(11, 75, 61, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(171, 233, 215, 0.35) 0%, rgba(171, 233, 215, 0) 42%),
    linear-gradient(165deg, #ffffff 0%, #f4fbf8 100%);
  box-shadow: 0 16px 40px rgba(8, 34, 30, 0.08);
  overflow: hidden;
}

.green-level-title {
  margin: 0 0 1.25rem;
  background: linear-gradient(135deg, #7ef0cd 0%, #2fd4a8 45%, #09a66d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

.green-level-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.green-level-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(11, 75, 61, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #1f3d36;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.75;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.green-level-list li:hover {
  transform: translateX(-4px);
  border-color: rgba(11, 75, 61, 0.18);
  box-shadow: 0 8px 20px rgba(8, 34, 30, 0.08);
}

.green-level-icon {
  display: inline-grid;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #e9fbf4, #d4f3e8);
  color: #0d6f5b;
  font-size: 1.1rem;
}

.green-level-visual {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(11, 75, 61, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(171, 233, 215, 0.45) 0%, rgba(171, 233, 215, 0) 48%),
    linear-gradient(160deg, #f7fffc 0%, #ecf9f4 100%);
  box-shadow: 0 16px 40px rgba(8, 34, 30, 0.08);
  overflow: hidden;
}

.green-level-visual-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 168, 130, 0.22) 0%, rgba(31, 168, 130, 0) 70%);
  pointer-events: none;
}

.green-level-lottie {
  position: relative;
  z-index: 1;
  width: min(100%, 580px);
  height: 22em;
  max-height: 340px;
}

.category-slider-section {
  padding: 0.75rem 0 1.25rem;
}

.category-slider-shell {
  position: relative;
  overflow: hidden;
  padding: 0.85rem 3rem;
  border: 1px solid rgba(11, 75, 61, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(171, 233, 215, 0.28) 0%, rgba(171, 233, 215, 0) 55%),
    linear-gradient(180deg, #fbfffe 0%, #f4fbf8 100%);
  box-shadow: 0 14px 36px rgba(8, 34, 30, 0.06);
}

.category-slider-shell.swiper-wrapper::before {
  left: 2.5rem;
  width: 48px;
  background: linear-gradient(to right, #f4fbf8, transparent);
}

.category-slider-shell.swiper-wrapper::after {
  right: 2.5rem;
  width: 48px;
  background: linear-gradient(to left, #f4fbf8, transparent);
}

.category-slider-track.swiper-lite {
  gap: 0.75rem;
  padding: 0.35rem 0.15rem 0.55rem;
  scroll-padding-inline: 0.5rem;
}

.category-slider-section .category-chip.slide-cell {
  min-width: 96px;
  max-width: 112px;
  height: auto;
  min-height: 108px;
  margin: 0;
  padding: 0.65rem 0.45rem 0.55rem;
  gap: 0.55rem;
  border: 1px solid rgba(11, 75, 61, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: #475467;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.category-slider-section .category-chip.slide-cell:hover {
  transform: translateY(-4px);
  border-color: rgba(9, 166, 109, 0.22);
  box-shadow: 0 10px 24px rgba(8, 34, 30, 0.08);
}

.category-slider-section .category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border: 1px solid rgba(11, 75, 61, 0.08);
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #eef9f4);
  transition: background 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.category-slider-section .category-icon svg {
  width: 26px;
  height: 26px;
}

.category-slider-section .category-icon svg path {
  fill: #667085;
  transition: fill 280ms ease;
}

.category-slider-section .category-title {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 2.6em;
  padding: 0;
  overflow: hidden;
  color: #344054;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.category-slider-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(11, 75, 61, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: #0b6b57;
  box-shadow: 0 8px 20px rgba(8, 34, 30, 0.1);
  transform: translateY(-50%);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.category-slider-nav:hover {
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(9, 166, 109, 0.16);
  transform: translateY(-50%) scale(1.04);
}

.category-slider-shell .swiper-prev {
  right: 0.65rem;
  left: auto;
}

.category-slider-shell .swiper-next {
  left: 0.65rem;
  right: auto;
}

.category-slider-section .category-chip.slide-cell > * {
  height: auto;
  display: block;
}

.hero {
  padding: 42px 0 18px;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(118deg, rgba(6, 28, 24, 0.96) 0%, rgba(8, 34, 30, 0.84) 34%, rgba(8, 34, 30, 0.42) 58%, rgba(8, 34, 30, 0.06) 100%),
    var(--hero-image) center/cover no-repeat;
  box-shadow:
    0 32px 70px rgba(6, 28, 24, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(31, 168, 130, 0.18) 0%, rgba(31, 168, 130, 0) 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 38%, rgba(0, 0, 0, 0.12) 100%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.hero-glow--top {
  width: 460px;
  height: 460px;
  top: -180px;
  right: -100px;
  background: radial-gradient(circle, rgba(45, 168, 138, 0.34) 0%, rgba(45, 168, 138, 0) 68%);
}

.hero-glow--bottom {
  width: 320px;
  height: 320px;
  bottom: -140px;
  left: -60px;
  background: radial-gradient(circle, rgba(9, 166, 109, 0.22) 0%, rgba(9, 166, 109, 0) 70%);
}

.hero-mesh {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 78%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  padding: 3.6rem 3rem 3.2rem;
  animation: heroFadeUp 700ms cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #e8fff5;
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-eyebrow {
  margin-bottom: 1.15rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.hero-title {
  margin: 0 0 1.05rem;
  font-size: clamp(1.65rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.015em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.hero-title-accent {
  background: linear-gradient(135deg, #7ef0cd 0%, #2fd4a8 45%, #09a66d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 590px;
  margin: 0 0 1.9rem;
  color: #dff5ec;
  font-size: 1.05rem;
  line-height: 2.05;
  text-align: justify;
  text-align-last: right;
}

.hero h1 {
  margin: 22px 0 16px;
  font-size: clamp(2.1rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.18;
}

.hero p {
  max-width: 560px;
  color: #e7f7f0;
  font-size: 1.08rem;
  line-height: 2;
  text-align: justify;
  text-align-last: right;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 540px;
}

.hero-stat {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1.15rem 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.06) 100%);
  backdrop-filter: blur(14px);
  text-align: center;
  overflow: hidden;
  transition: transform 360ms cubic-bezier(0.2, 0.78, 0.2, 1), border-color 360ms ease, box-shadow 360ms ease;
}

.hero-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(127, 240, 205, 0.9), rgba(9, 166, 109, 0.2));
  opacity: 0.85;
}

.hero-stat:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  animation-play-state: paused;
}
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #c8f5e8;
  font-size: 1.2rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.hero-stat strong {
  font-size: 1.38rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.hero-stat span {
  color: #d6efe6;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.55;
}

.hero-stats .hero-stat:nth-child(1) {
  animation: heroStatFloat 5.6s ease-in-out infinite;
}

.hero-stats .hero-stat:nth-child(2) {
  animation: heroStatFloat 5.6s ease-in-out infinite;
  animation-delay: 0.4s;
}

.hero-stats .hero-stat:nth-child(3) {
  animation: heroStatFloat 5.6s ease-in-out infinite;
  animation-delay: 0.8s;
}

.hero-stat-badge {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroStatFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-stats .hero-stat {
    animation: none !important;
  }
}

.section {
  padding: 42px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 20px;
}

.section-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.section-subtitle {
  max-width: 660px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.feature-tile,
.store-card,
.mall-card,
.step-item,
.info-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 32px rgba(17, 24, 39, 0.045);
}

.feature-tile {
  height: 100%;
  padding: 22px;
}

.lottie-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}

.feature-tile h3,
.step-item h3 {
  font-size: 1.04rem;
  font-weight: 800;
}

.feature-tile p,
.step-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.benefits-section .row {
  justify-content: center;
}

.benefits-section .section-head {
  justify-content: center;
  text-align: center;
}

.benefits-section .section-head > div {
  width: 100%;
  text-align: center;
}

.benefits-section .section-subtitle {
  margin-inline: auto;
}

.benefits-section .benefit-orb .benefits-hint {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.35rem;
  text-align: center;
  color: #5a7d74;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.7;
  opacity: 1;
  transition: opacity 280ms ease, transform 280ms ease;
}

.benefits-section .benefit-orb.is-open .benefits-hint {
  opacity: 0;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transform: translateY(-6px);
}

.benefits-section .col-md-4 {
  display: flex;
}

.benefits-section .benefit-orb {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  width: 100% !important;
  min-height: 226px;
  padding: 1.35rem 1.2rem !important;
  margin-inline: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  border-radius: 22px !important;
  border: 1px solid rgba(11, 75, 61, 0.18);
  background:
    radial-gradient(circle at 18% 12%, rgba(171, 233, 215, 0.38) 0%, rgba(171, 233, 215, 0) 46%),
    linear-gradient(162deg, #ffffff 0%, #f1fbf8 56%, #e6f8f1 100%);
  box-shadow: 0 14px 36px rgba(7, 33, 27, 0.12) !important;
  text-align: center;
  cursor: pointer;
  will-change: transform;
  transition: transform 450ms cubic-bezier(0.2, 0.78, 0.2, 1), box-shadow 450ms cubic-bezier(0.2, 0.78, 0.2, 1), background 450ms cubic-bezier(0.2, 0.78, 0.2, 1);
  animation: benefitCardFloat 5.8s ease-in-out infinite;
}

.benefits-section .benefit-orb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.44) 48%, transparent 100%);
  transform: translateX(-140%);
  animation: benefitShimmer 7s ease-in-out infinite;
  pointer-events: none;
}

.benefits-section .benefit-orb::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 125, 103, 0.22) 0%, rgba(14, 125, 103, 0) 72%);
  top: -72px;
  left: -52px;
  transform: scale(0.95);
  transition: transform 520ms ease, opacity 520ms ease;
  opacity: 0.7;
  pointer-events: none;
}

.benefits-section .col-md-4:nth-child(2) .benefit-orb {
  animation-delay: 0.5s;
}

.benefits-section .col-md-4:nth-child(3) .benefit-orb {
  animation-delay: 1s;
}

.benefits-section .benefit-orb:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 46px rgba(7, 33, 27, 0.19);
}

.benefits-section .benefit-orb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 149, 124, 0.28), 0 20px 46px rgba(7, 33, 27, 0.19);
}

.benefits-section .benefit-orb .benefit-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  margin: 0 0 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.6rem;
  animation: benefitIconPulse 3.2s ease-in-out infinite;
  transition: transform 420ms ease, box-shadow 420ms ease, color 420ms ease, background 420ms ease;
}

.benefits-section .benefit-orb .benefit-icon.icon-card {
  color: #0d6f5b;
  background: rgba(13, 111, 91, 0.12);
}

.benefits-section .benefit-orb .benefit-icon.icon-gift {
  color: #0f7862;
  background: rgba(15, 120, 98, 0.12);
}

.benefits-section .benefit-orb .benefit-icon.icon-wallet {
  color: #0e6a57;
  background: rgba(14, 106, 87, 0.12);
}

.benefits-section .benefit-orb h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
  color: #0b3f33;
  transition: transform 380ms ease, color 380ms ease, letter-spacing 380ms ease;
}

.benefits-section .benefit-orb p {
  position: relative;
  z-index: 1;
  max-width: 255px;
  color: #2e5f54;
  line-height: 1.85;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(14px);
  transition: opacity 330ms ease, transform 420ms cubic-bezier(0.2, 0.78, 0.2, 1), max-height 420ms ease;
}

.benefits-section .benefit-orb.is-open {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 28px 56px rgba(7, 33, 27, 0.24) !important;
  background:
    radial-gradient(circle at 16% 14%, rgba(189, 241, 227, 0.46) 0%, rgba(189, 241, 227, 0) 36%),
    linear-gradient(165deg, #fbfffe 0%, #ebfaf4 100%);
  animation: benefitOpen 430ms cubic-bezier(0.2, 0.78, 0.2, 1), benefitCardFloat 5.8s ease-in-out infinite;
}

.benefits-section .benefit-orb.is-open::after {
  transform: scale(1.2);
  opacity: 1;
}

.benefits-section .benefit-orb.is-open .benefit-icon {
  transform: translateY(-2px) scale(1.08);
  color: #ffffff;
  background: linear-gradient(140deg, #1b8d74, #0b6b57);
  box-shadow: 0 12px 24px rgba(11, 97, 79, 0.28);
}

.benefits-section .benefit-orb.is-open h3 {
  color: #0b4b3d;
  transform: translateY(-2px);
  letter-spacing: 0.01em;
}

.benefits-section .benefit-orb.is-open p {
  opacity: 1;
  max-height: 160px;
  transform: translateY(0);
}

@keyframes benefitShimmer {
  from {
    transform: translateX(-140%);
  }
  55% {
    transform: translateX(140%);
  }
  to {
    transform: translateX(140%);
  }
}

@keyframes benefitIconPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.04);
  }
}

@keyframes benefitCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes benefitOpen {
  0% {
    transform: scale(0.96) translateY(8px);
    opacity: 0.86;
  }
  100% {
    transform: translateY(-8px) scale(1.01);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .benefits-section .benefit-orb,
  .benefits-section .benefit-orb::before,
  .benefits-section .benefit-orb::after,
  .benefits-section .benefit-orb .benefit-icon,
  .benefits-section .benefit-orb p,
  .benefits-section .benefit-orb h3 {
    animation: none !important;
    transition: none !important;
  }
}

.slider-shell {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

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

.slide-card {
  position: relative;
  overflow: hidden;
  min-width: min(78vw, 390px);
  min-height: 220px;
  border-radius: 8px;
  background: #10231e;
  color: white;
  scroll-snap-align: start;
}

.slide-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

.slide-card .slide-copy {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  min-height: 220px;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  background: linear-gradient(0deg, rgba(7, 24, 21, 0.88), rgba(7, 24, 21, 0.08));
}

.slide-card h3 {
  font-weight: 800;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-weight: 800;
  white-space: nowrap;
}

.category-pill.active,
.category-pill:hover {
  border-color: rgba(9, 166, 109, 0.35);
  background: var(--mint);
  color: var(--green-2);
}

.store-card {
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.store-cover {
  position: relative;
  height: 154px;
  background: #dfe8e5;
}

.store-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-bubble {
  position: absolute;
  right: 16px;
  bottom: -26px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.12);
}

.logo-bubble img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}

.store-body {
  padding: 38px 16px 16px;
}

.store-body h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.65rem 0 1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: #f2f6f8;
  color: #475467;
  font-size: 0.78rem;
  font-weight: 700;
}

.tag.green {
  background: var(--mint);
  color: var(--green-2);
}

.promo-band {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 85% 20%, rgba(45, 168, 138, 0.22) 0%, rgba(45, 168, 138, 0) 42%),
    linear-gradient(135deg, #0f2e28 0%, #112d26 48%, #0a211c 100%);
  box-shadow: 0 24px 56px rgba(8, 34, 30, 0.28);
  color: #fff;
}

.promo-band .row {
  min-height: 320px;
}

.promo-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 2rem;
}

.promo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #c8efe3;
  font-size: 0.84rem;
  font-weight: 700;
}

.promo-lead {
  max-width: 520px;
  margin: 1rem 0 1.75rem;
  color: #cfe8df;
  font-size: 1.02rem;
  line-height: 2;
  text-align: justify;
  text-align-last: right;
}

.promo-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.promo-step {
  position: relative;
  padding: 1rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: transform 320ms ease, background 320ms ease, border-color 320ms ease;
}

.promo-step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
}

.promo-step p {
  margin: 0;
  color: #e7f7f0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}

.promo-visual {
  position: relative;
  min-height: 280px;
}

.promo-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #112d26 0%, rgba(17, 45, 38, 0.72) 28%, rgba(17, 45, 38, 0) 62%);
  pointer-events: none;
}

.promo-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.step-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 0.75rem;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #1fa882, #0d6f5b);
  box-shadow: 0 8px 18px rgba(8, 34, 30, 0.35);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}

.promo-band .step-number {
  margin-bottom: 0.75rem;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 0.75rem 1rem;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}

.page-hero {
  padding: 34px 0 22px;
  background: linear-gradient(180deg, #ffffff, #f5faf8);
}

.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  font-weight: 800;
}

.tabs-bar {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: none;
}

.tabs-bar::-webkit-scrollbar {
  display: none;
}

.mall-card {
  overflow: hidden;
}

.mall-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.info-panel {
  padding: 22px;
}

.facility {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-weight: 700;
}

.site-footer {
  margin-top: 36px;
  background: #097a58;
  color: #d8ede7;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
  font-weight: 800;
}

.site-footer a {
  display: block;
  margin: 0.55rem 0;
  color: #b8d6ce;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.credit-offcanvas {
  max-width: min(92vw, 520px);
}

.credit-card-option {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  text-align: right;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.credit-card-option:hover {
  transform: translateY(-2px);
  border-color: rgba(9, 122, 88, 0.34);
  box-shadow: var(--shadow);
}

.credit-card-svg {
  width: 100%;
  aspect-ratio: 1.58;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12);
}

.credit-card-svg text {
  display: none;
}

.credit-card-copy {
  position: absolute;
  right: 32px;
  left: 28px;
  bottom: 26px;
  color: #fff;
  pointer-events: none;
}

.credit-card-copy strong,
.credit-card-copy span {
  display: block;
  text-align: right;
}

.credit-card-copy strong {
  font-size: clamp(1.15rem, 5vw, 1.7rem);
  font-weight: 800;
}

.credit-card-copy span {
  margin-top: 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

.credit-card-copy.dark {
  color: #10231e;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.map-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-weight: 800;
}

.map-actions a:hover {
  border-color: rgba(9, 122, 88, 0.32);
  color: #097a58;
}

.bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.bottom-nav a {
  flex: 1;
  padding: 9px 4px 8px;
  color: #667085;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.bottom-nav i {
  display: block;
  margin-bottom: 3px;
  font-size: 1.05rem;
}

.bottom-nav a.active {
  color: var(--green-2);
}

.mobile-sheet {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  background: rgba(12, 28, 25, 0.42);
}

.mobile-sheet.show {
  display: block;
}

.mobile-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(84vw, 360px);
  height: 100%;
  padding: 22px;
  background: #fff;
}

.mobile-panel a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

@media (max-width: 991px) {
  .desktop-nav {
    display: none !important;
  }

  body {
    padding-bottom: 62px;
  }

  .bottom-nav {
    display: flex;
  }

  .hero-shell {
    min-height: 520px;
    border-radius: 22px;
    background:
      linear-gradient(0deg, rgba(8, 34, 30, 0.94) 0%, rgba(8, 34, 30, 0.62) 55%, rgba(8, 34, 30, 0.15) 100%),
      var(--hero-image) center/cover no-repeat;
  }

  .hero-content {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: end;
    padding: 2.1rem 1.35rem 2rem;
  }

  .hero-mesh {
    mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 100%);
    opacity: 0.22;
  }

  .green-level-card,
  .green-level-visual {
    min-height: 280px;
  }

  .green-level-lottie {
    height: 18em;
    max-height: 280px;
  }

  .category-slider-shell {
    padding: 0.75rem 2.35rem;
  }

  .category-slider-section .category-chip.slide-cell {
    min-width: 88px;
    max-width: 96px;
    min-height: 100px;
  }

  .category-slider-section .category-icon {
    width: 46px;
    height: 46px;
  }

  .category-slider-section .category-title {
    font-size: 0.72rem;
  }

  .hero-stats {
    max-width: 100%;
    gap: 0.65rem;
  }

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

  .benefits-section .benefit-orb {
    width: 100%;
    min-height: 208px;
  }

  .promo-content {
    padding: 2rem 1.35rem;
  }

  .promo-visual {
    order: -1;
    min-height: 220px;
  }

  .promo-visual::before {
    background: linear-gradient(180deg, rgba(17, 45, 38, 0) 0%, #112d26 88%);
  }

  .promo-img {
    min-height: 220px;
  }

  .promo-steps {
    gap: 0.65rem;
  }
}

@media (max-width: 575px) {
  .top-strip {
    display: none;
  }

  .hero {
    padding-top: 14px;
  }

  .hero-shell {
    margin: 0;
    border-radius: 18px;
  }

  .hero-title {
    font-size: 1.65rem;
  }

  .hero-lead {
    font-size: 0.96rem;
    line-height: 1.95;
  }

  .hero-stat {
    padding: 0.85rem 0.5rem;
  }

  .hero-stat strong {
    font-size: 1.15rem;
  }

  .hero-stat span {
    font-size: 0.74rem;
  }

  .hero h1 {
    font-size: 2.05rem;
  }

  .hero p {
    font-size: 0.96rem;
  }

  .hero-stat {
    min-width: calc(50% - 8px);
  }

  .slide-card {
    min-width: 86vw;
  }

  .promo-band {
    border-radius: 18px;
  }

  .promo-lead {
    font-size: 0.94rem;
    line-height: 1.95;
  }

  .promo-step {
    padding: 0.85rem 0.5rem;
  }

  .promo-step p {
    font-size: 0.82rem;
  }

  .step-number {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }
}


.loader {
    background: #ffffff;
    padding: 0.5em;
    border-radius: 1em;
    border: 1px solid #c1c1c1;
    display: flex;
    box-shadow: 0px 0px 11px #d9d9d9;
    gap: 6px;
    margin: 0 auto;
}

    .loader div {
        width: 8px;
        height: 8px;
        background: #a5a5a5;
        border-radius: 50%;
        animation: bounce 1.2s infinite ease-in-out;
    }

        .loader div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .loader div:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0.3);
        opacity: 0.3;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}