
        /* Unified Global Background for Sections */
        #mainContent > section:not(#hero):not(.brands-marquee-section) {
            background-image: url('../public/image/homepage/epr_neo_green_vasundhara_hompage_background_image.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }  

        /* Prevent horizontal overflow on marquee & non-sticky sections */
        .brands-marquee-section, 
        .testimonial-marquee-wrapper,
        .hww-section {
            overflow-x: hidden;
        }
        
        .conveyor-stage, .conveyor-wrapper {
            overflow: clip;
        }

        @keyframes aurora {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes fadePulse {
  0% {
    opacity: 0.4;
    color: rgba(255, 255, 255, 0.3);
  }
  50% { opacity: 1; }
  100% {
    opacity: 0.4;
    color: rgba(255, 255, 255, 0.3);
  }
}

.hero-section {
  position: relative;
  /* 1. This pushes the entire section (video and text) down so it starts below the header */
  margin-top: 65px; 
  /* 2. This makes it fit perfectly on your screen without scrolling */
  height: calc(100vh - 65px); 
  
  display: flex;
  justify-content: center; /* CENTERS EVERYTHING HORIZONTALLY */
  align-items: center; /* CENTERS VERTICALLY */
  padding: clamp(10px, 2vh, 30px) 60px clamp(20px, 3vh, 40px) 60px;
  background: linear-gradient(-45deg, var(--bg-dark), #0B4B5C, #1F7A6B, var(--bg-dark));
  background-size: 400% 400%;
  animation: aurora 18s ease infinite;
  overflow: hidden;
  isolation: isolate;
}
.hero-text-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  opacity: 0.40;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 30% 50%, rgba(10, 47, 68, 0.1), rgba(10, 47, 68, 0.5));
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 820px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-text-wrapper {
    display: inline-block;           /* shrink to content width */
    text-align: left;                /* keeps block left-aligned */
    max-width: 100%;
}
.stagger-item {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-content.fade-out .stagger-item {
  opacity: 0;
  transform: translateY(15px);
  transition: none;
  transition-delay: 0s;
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.5s; }
.delay-4 { transition-delay: 0.7s; }
.delay-5 { transition-delay: 0.9s; }
.delay-6 { transition-delay: 1.1s; }
.delay-7 { transition-delay: 1.3s; }
.delay-8 { transition-delay: 1.5s; }
.delay-9 { transition-delay: 1.7s; }
/* Hero Override: Hindi stays WHITE */

.hero-section .hindi-text {
    color: var(--text-white);
}

.hindi-text {
    font-family: var(--font-hindi);
}

.hindi-cherry {
    font-weight: 800;
}
.text-brown {
    color: var(--earth-brown);
}

.text-green {
    color: var(--brand-primary);
}


.hero-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-subtitle-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.epr-highlight {
  margin: 0 0.2em;
}

/* Hero Override: Hindi stays WHITE */
.hero-section .hindi-text {
  color: var(--text-white);
}
.hero-title-hindi {
  font-size: clamp(2.5rem, 6vw, var(--text-7xl));
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
}

.hero-title-line1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
    text-shadow: 0 4px 40px rgba(0,0,0,0.4);
    margin-bottom: 0.1rem;
}
/* gradient for "EPR" */
.gradient-epr {
    background: linear-gradient(135deg, var(--brand-primary), #34D399, #10B981, #FBBF24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: 0 0 40px rgba(0,230,118,0.15);
}

.hero-title-line2 {
  font-size: clamp(2.2rem, 5vw, 3.75rem);
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0.5rem;
    text-shadow: 0 4px 40px rgba(0,0,0,0.4);
}
.gradient-responsibility {
    background: linear-gradient(135deg, var(--brand-primary), #34D399, #10B981, #FBBF24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: 0 0 40px rgba(0,230,118,0.15), 0 0 80px rgba(16,185,129,0.05);
}

.hero-title-hindi .hindi-white {
  color: #FFFFFF;
  font-weight: 900;
}
/* ================================================================
   LINE 3 – You focus on business. We close the loop.
   (Left aligned, width matches Line 1 exactly)
   ================================================================ */
.hero-title-secondary {
    /* 
       IMPORTANT: Set the font-size to the exact pixel value 
       that makes this line fit perfectly inside the container.
       Use the value from your browser console (see test file).
       Default is a reasonable fallback; adjust as needed.
    */
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.you {
    color: #FBBF24;
    text-shadow: 0 0 30px rgba(251,191,36,0.15);
}
.we {
    color: var(--brand-primary);
    text-shadow: 0 0 30px rgba(0,230,118,0.15);
}
.loop-highlight {
    background: linear-gradient(135deg, #FBBF24, var(--brand-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: 0 0 40px rgba(251,191,36,0.15);
}


.hero-title-secondary .you {
  color: #FBBF24;
  text-shadow: 0 0 30px rgba(251, 191, 36, 0.15);
}

.hero-title-secondary .we {
  color: var(--brand-primary);
  text-shadow: 0 0 30px rgba(0, 230, 118, 0.15);
}

.hero-title-secondary .loop-highlight {
  background: linear-gradient(135deg, #FBBF24 0%, var(--brand-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  text-shadow: 0 0 40px rgba(251, 191, 36, 0.15);
}

.hero-sub-line {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: rgba(255,255,255,0.7);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 0.3rem;
    line-height: 1.5;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    letter-spacing: 0.02em;
    }
.hero-trust-line {
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
}

.hero-trust-line .tricolor-text {
  background: linear-gradient(90deg, #FF9933 0%, var(--text-white) 33%, #1A9E3E 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  font-weight: 800;
  text-shadow: 0 0 30px rgba(26, 158, 62, 0.1);
}

.btn-hero-cta {
  font-size: var(--text-base);
  padding: 1rem 2.8rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
}

.hero-content .hero-cta-group {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 1.2rem; 
  flex-wrap: wrap; 
  width: 100%;
  margin-top: 1.5rem;
}
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
@media (min-width: 481px) {
  .hero-title-hindi { font-size: var(--text-5xl); }
  .hero-title-line2 { font-size: var(--text-5xl); }
  .hero-title-secondary {
    font-size: var(--text-2xl);
    white-space: nowrap;
  }
  .hero-sub-line { font-size: var(--text-lg); }
  .hero-trust-line { font-size: var(--text-3xl); }
}
@media (min-width: 769px) {
  .hero-section { padding: 20px 60px 60px 60px; }
  .hero-title-hindi { font-size: var(--text-7xl); }
  .hero-title-line2 { font-size: var(--text-6xl); }
  .hero-title-secondary { font-size: var(--text-3xl); }
  .hero-trust-line { font-size: var(--text-3xl); }
  .hero-cta-group { justify-content: flex-start; }
}
@media (min-width: 1025px) {
  .hero-title-hindi { font-size: var(--text-7xl); }
  .hero-title-line2 { font-size: var(--text-7xl); }
  .hero-title-secondary { font-size: var(--text-4xl); }
}
@media (max-width: 1024px) {
  .hero-title-hindi { font-size: 2.4rem; }
  .hero-title-line2 { font-size: 2.2rem; }
  .hero-title-secondary { font-size: 0.95rem; }
  .hero-trust-line { font-size: 1.7rem; }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 80px 24px 60px 24px;
    align-items: flex-start;
  }
  .hero-content { max-width: 100%; }
  .hero-text-container { width: 100%; }
  .hero-title-hindi { font-size: 2.8rem; }
  .hero-title-secondary { font-size: 1rem; }
  .hero-sub-line { font-size: 0.9rem; }
  .hero-trust-line { font-size: 1.4rem; }
  .hero-cta-group { justify-content: center; }

  .hero-title-line1 {
    white-space: normal;
    text-align: left;
  }
  .hero-title-line2 { text-align: center; }
}
@media (max-width: 480px) {
  .hero-title-hindi { font-size: 2.2rem; }
  .hero-title-secondary { font-size: 0.8rem; }
  .hero-trust-line { font-size: 1.1rem; }
}
/* ========================================================= */
/* BRANDS MARQUEE SECTION                                    */
/* ========================================================= */
.brands-marquee-section {
  background: var(--text-white);
  padding: 15px 0;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.brands-marquee-title {
  text-align: center;
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #64748b;              /* ← Added from Occurrence 2 */
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.marquee-wrapper {
  display: flex;
  width: 200%;
  animation: marquee 25s linear infinite;
}

.marquee-wrapper:hover {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  justify-content: space-around;
  width: 50%;
  align-items: center;
}

.brand-logo-img {
  height: clamp(25px, 4vw, 35px);
  width: auto;
  padding: 0 clamp(15px, 3vw, 30px);
  transition: transform var(--transition-speed) ease;
  mix-blend-mode: multiply;
  object-fit: contain;
}

.brand-logo-img:hover {
  transform: scale(1.05);
}

/*  Marquaee     */
/* ============================================ */

        .brands-marquee-section {
            background: var(--text-white);
            /* Overrides global section background images */
            padding: 30px 0;
            overflow: hidden;
            position: relative;
            z-index: 5;
        }

        .brands-marquee-title {
            text-align: center;
           font-size: var(--text-xs);
            text-transform: uppercase;
            letter-spacing: 0.15em;
            color: var(--text-muted);
            /* dark gray */
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .marquee-wrapper {
            display: flex;
            width: 200%;
            animation: marquee 25s linear infinite;
        }

        .marquee-wrapper:hover {
            animation-play-state: paused;
        }

        .marquee-content {
            display: flex;
            justify-content: space-around;
            width: 50%;
            align-items: center;
        }

        .brand-logo-placeholder {
            font-size: 1.4rem;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.25);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            padding: 0 40px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: default;
        }

        .brand-logo-placeholder:hover {
            color: var(--brand-primary);
            transform: scale(1.05);
        }

        .brand-logo-placeholder i {
            font-size: 1.8rem;
            color: rgba(255, 255, 255, 0.15);
            transition: color 0.3s ease;
        }

        .brand-logo-placeholder:hover i {
            color: var(--brand-primary);
        }

        /* Real images */
        .brand-logo-img {
            height: 40px;
            width: auto;
            padding: 0 40px;
            transition: transform 0.3s ease;
            mix-blend-mode: multiply;
            /* This removes any solid white backgrounds from the images */
            object-fit: contain;
        }

        .brand-logo-img:hover {
            transform: scale(1.05);
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }
         /* ============================================ */
        /* 4. WHY EPR IS IMPORTANT (ENHANCED)          */
        /* ============================================ */
         /* MAIN LAYOUT */
         /* ========================================================= */
/* WHY EPR IS IMPORTANT — SECTION CSS (home.css)             */
/* ========================================================= */

/* --------------------------------------------------------- */
/* 1. SECTION CONTAINER & LAYOUT                             */
/* --------------------------------------------------------- */
.epr-importance-section {
  position: relative;
  background: transparent;
  padding: 40px 40px 20px;
  z-index: 5;
  margin-top: -2px;
}

.epr-container {
  max-width: 1280px;
  margin: 0 auto;
}

.epr-two-column-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 3rem;
  align-items: stretch;
  margin-top: 1rem;
}

.epr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.wave-divider {
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: -70px;
  overflow: hidden;
  z-index: 6;
}

.wave-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* --------------------------------------------------------- */
/* 2. HEADER (Tag, Heading, Subtitle)                        */
/* --------------------------------------------------------- */
.epr-header {
  text-align: center;
  margin-bottom: 4rem;
}
.epr-badge-stack-gap {
  text-align: center;
}

.epr-tag {
  display: inline-block;
  background: rgba(0, 230, 118, 0.12);
  border: 1px solid rgba(0, 230, 118, 0.2);
  color: var(--brand-primary);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.3rem 1.6rem;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.epr-heading {
  font-size: var(--text-5xl);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.8rem;
}

.epr-subtitle {
  font-size: var(--text-lg);
  color: rgba(255, 255, 255, 0.5);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --------------------------------------------------------- */
/* 3. LEFT COLUMN (Heading & List)                           */
/* --------------------------------------------------------- */
.epr-left-heading-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.epr-circular-subtext {
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
  color: var(--earth-brown);
}

.epr-circular-highlight {
  font-size: 2rem;
}

.epr-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto 0;
  font-size: var(--text-lg);
  text-align: left;
  display: inline-block;
}

.epr-list li {
  margin-bottom: 0.8rem;
}

.epr-list i {
  margin-right: 0.6rem;
  font-size: var(--text-lg);
  transform: translateY(2px);
}

.epr-vertical-separator {
  position: absolute;
  right: -1.5rem;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 230, 118, 0.5), transparent);
  pointer-events: none;
}

/* --------------------------------------------------------- */
/* 4. RIGHT COLUMN (Challenges)                              */
/* --------------------------------------------------------- */
.epr-right-challenges-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.epr-challenges-badge-container {
  text-align: center;
  margin-bottom: 1.2rem;
  margin-top: 0;
}

.badge-danger {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.2);
  color: #EF4444;
  margin: 0;
}

.epr-challenges-card {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.epr-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.epr-stat-box {
  background: rgba(255, 255, 255, 0.03);
  padding: 0.8rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

/* --------------------------------------------------------- */
/* 5. CARDS STACK                                            */
/* --------------------------------------------------------- */
.epr-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.epr-card {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 2px solid #5C4033;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 1.25rem 1.5rem 1.25rem;
  position: relative;
  transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.epr-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(0, 230, 118, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.epr-card-number {
  font-size: var(--text-6xl);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  pointer-events: none;
  user-select: none;
}

.epr-card-icon {
  font-size: var(--text-4xl);
  color: var(--brand-primary);
  margin-bottom: 1.2rem;
  display: inline-block;
  background: rgba(0, 230, 118, 0.08);
  padding: 0.6rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 230, 118, 0.1);
}

.epr-card-title {
  font-size: var(--text-xl);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
}

.epr-card-text {
  font-size: var(--text-sm);
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.epr-card-text strong {
  font-weight: 600;
}

.epr-card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.epr-stat {
  font-size: var(--text-xl);
  font-weight: 800;
  background: linear-gradient(135deg, #FBBF24, var(--brand-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.epr-bottom-cta {
  text-align: center;
  margin-top: 4rem;
}

/* --------------------------------------------------------- */
/* 6. SPECIAL LEGAL CARD                                     */
/* --------------------------------------------------------- */
.epr-importance-section .epr-card-legal {
  background: linear-gradient(145deg, rgba(120, 15, 15, 0.35), rgba(10, 10, 15, 0.85));
  border: 2px solid rgba(255, 69, 69, 0.6);
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.25), inset 0 0 40px rgba(255, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  animation: legalPulse 3.5s ease-in-out infinite;
  }

.epr-card-legal::before {
  content: "⚖️";
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 8.0rem;
  opacity: 0.04;
  transform: rotate(20deg);
  pointer-events: none;
}

@keyframes legalPulse {
  0% {
    border-color: rgba(255, 69, 69, 0.3);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.15), inset 0 0 20px rgba(255, 0, 0, 0.02);
  }
  50% {
    border-color: rgba(255, 69, 69, 0.9);
    box-shadow: 0 0 60px rgba(255, 0, 0, 0.4), inset 0 0 30px rgba(255, 0, 0, 0.08);
  }
  100% {
    border-color: rgba(255, 69, 69, 0.3);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.15), inset 0 0 20px rgba(255, 0, 0, 0.02);
  }
}

.epr-card-legal .epr-card-icon {
  background: rgba(255, 50, 50, 0.2);
  border-color: rgba(255, 50, 50, 0.4);
  color: var(--brand-cherry);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
}

.epr-card-legal .epr-card-title {
  color: var(--brand-cherry);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.epr-card-legal .epr-card-text {
  color: var(--text-light);
}

.epr-card-legal .epr-card-text strong {
  color: var(--text-white);
}

.legal-warning-badge {
  display: inline-block;
  background: #7F1D1D;
  color: #FECACA;
  font-size: var(--text-xs);
  font-weight: 800;
  padding: 0.2rem 0.9rem;
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #F87171;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
  vertical-align: middle;
  white-space: nowrap;
}

.epr-card-legal .epr-card-footer {
  border-top: 2px solid rgba(255, 50, 50, 0.3);
  background: rgba(0, 0, 0, 0.4);
  margin: 0 -1.5rem -1.5rem -1.5rem;
  padding: 1.2rem 2rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: inset 0 8px 20px rgba(0, 0, 0, 0.5);
}

.epr-importance-section .epr-card-legal .epr-stat {
  font-size: var(--text-3xl);
  background: linear-gradient(135deg, #FFD700, #FF4500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(255, 69, 0, 0.4);
  letter-spacing: -0.02em;
}

.epr-importance-section .epr-card-legal:hover {
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(145deg, rgba(120, 15, 15, 0.35), rgba(10, 10, 15, 0.85));
  opacity: 1;
  border-color: #FF4500;
  box-shadow: 0 0 80px rgba(255, 0, 0, 0.5), inset 0 0 60px rgba(255, 0, 0, 0.1);
}

/* --------------------------------------------------------- */
/* 7. IMAGE COLUMN (Roadmap)                                 */
/* --------------------------------------------------------- */
.epr-image-wrapper {
  min-height: 400px;
  position: relative;
}

.roadmap-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.roadmap-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.8s ease;
}

.roadmap-img-container:hover img {
  transform: scale(1.05);
}

.roadmap-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 47, 68, 0.8) 0%, transparent 50%);
  pointer-events: none;
}

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

.float-slow {
  animation: floatSlow 4s ease-in-out infinite;
}

.roadmap-badge-tl {
  position: absolute;
  top: 20px;
  left: -20px;
  background: var(--bg-dark);
  color: #fff;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  font-size: var(--text-2xl);
  z-index: 10;
}

.roadmap-badge-br {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: var(--brand-primary);
  color: var(--bg-dark);
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  font-size: var(--text-4xl);
  z-index: 10;
}

/* --------------------------------------------------------- */
/* 8. SECTION UTILITIES                                      */
/* --------------------------------------------------------- */
.gradient-rich {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #34D399 40%, #10B981 70%, #FBBF24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  text-shadow: 0 0 40px rgba(0, 230, 118, 0.15), 0 0 80px rgba(16, 185, 129, 0.05);
}

/* MODIFIED: !important flags removed */
.glass-vanish:hover,
.glass-vanish:active {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* --------------------------------------------------------- */
/* 9. NEW SEMANTIC CLASSES                                   */
/* --------------------------------------------------------- */

/* --- Spacing / Margins (replaces Tailwind) --- */
.epr-header-gap {
  margin-bottom: 2rem;
}

.epr-heading-gap {
  margin-bottom: 0.8rem;
}

.epr-challenges-text-gap {
  margin-bottom: 1.2rem;
}

.epr-stack-badge-gap {
  margin-bottom: 0.5rem;
}

.epr-cta-top-gap {
  margin-top: 1rem;
}

/* --- Flex / Layout (replaces Tailwind) --- */
.epr-title-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.epr-card-title-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

/* --- Typography / Text Styles (replaces Tailwind) --- */
.epr-stat-number {
  font-size: 1.5rem;
  font-weight: 900;
}

.epr-stat-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--earth-brown);
}

.epr-cta-sub {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 1rem;
  color: var(--brand-primary);
}

.epr-brown-text {
  color: var(--earth-brown);
}

.epr-list-strong {
  font-weight: 800;
  color: var(--brand-cherry);
}

.epr-pibo-highlight {
  font-weight: 900;
  color: var(--brand-cherry);
}

/* --------------------------------------------------------- */
/* 10. RESPONSIVE                                            */
/* --------------------------------------------------------- */
@media (min-width: 481px) {
  .epr-two-column-layout {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .epr-heading {
    font-size: var(--text-5xl);
  }
}

@media (min-width: 769px) {
  .epr-two-column-layout {
    grid-template-columns: 1.25fr 1fr;
    gap: 3rem;
  }
  .epr-heading {
    font-size: var(--text-5xl);
  }
  .epr-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .epr-cards-stack {
    gap: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .epr-heading {
    font-size: var(--text-6xl);
  }
}

@media (min-width: 768px) {
  .epr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .epr-image-wrapper {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .epr-two-column-layout {
    grid-template-columns: 1fr;
  }
  .epr-grid {
    grid-template-columns: 1fr 1fr;
  }
  .epr-heading {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .epr-importance-section {
    padding: 30px 20px 60px;
  }
  .epr-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .epr-heading {
    font-size: 2.2rem;
  }
  .epr-subtitle {
    font-size: 1rem;
  }
  .epr-card-title {
    font-size: 1.3rem;
  }
  .epr-card-legal .epr-card-footer {
    margin: 0 -1.5rem -1.25rem -1.5rem;
    padding: 1rem 1.2rem;
  }
  .epr-card-legal .epr-stat {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .epr-card {
    padding: 1.8rem 1.2rem;
  }
  .epr-card-legal .epr-card-footer {       
    margin: 0 -1.2rem -1.8rem -1.2rem;
  }
  .epr-stat {
    font-size: 1.2rem;
  }
  .epr-card-legal .epr-stat {
    font-size: 1.4rem;
  }
}
/* ============================================ */
/*          CHALLENGES EPR SECTION              */
/* ============================================ */

/* FIX #1: .epr-compact — hardcoded #ffffff and #e9edf2 replaced */
.challenges-section {
  padding: 20px 20px 60px 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.epr-compact {
  max-width: 1280px;
  width: 100%;
  background: var(--bg-white);
  border-radius: 24px;
  padding: 18px 24px;
  box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--border-subtle);
}

.epr-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  align-items: stretch;
}

/* ===== LEFT COLUMN ===== */
.epr-left {
  flex: 1 1 260px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}

/* FIX #2: .epr-left .label — hardcoded #fee2e2 replaced */
.epr-left .label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--brand-cherry);
  background: var(--bg-cherry-light);
  display: inline-block;
  padding: 1px 12px;
  border-radius: 20px;
  margin-bottom: 4px;
  align-self: flex-start;
}

.epr-left h4 {
  font-size: var(--text-base);
  font-weight: 700;
  margin-bottom: 8px;
}

.left-content {
  flex: 1;
  display: flex;
  gap: 8px;
  min-height: 100px;
}

/* Vertical Pagination (1,2,3,4) */
.v-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 4px 0;
  flex-shrink: 0;
  width: 24px;
}

.v-pagination .v-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--border-subtle);
  border: none;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--text-muted);
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v-pagination .v-dot.active {
  background: var(--health-bg);
  color: var(--bg-white);
  box-shadow: 0 2px 6px rgba(15, 107, 62, 0.3);
}

.v-pagination .v-dot:hover:not(.active) {
  background: var(--bg-dot-hover);
}

.challenge-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.challenge-card {
  flex: 1;
  background: var(--bg-surface-light);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
}

.challenge-card .icon {
  background: var(--text-white);
  min-width: 26px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  border: 1px solid var(--border-subtle);
  flex-shrink: 0;
}

.challenge-card .text h5 {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: 4px;
}

.challenge-card .text p {
  font-size: var(--text-base);
  line-height: 1.4;
  margin: 0;
}

/* ===== RIGHT COLUMN ===== */
.epr-right {
  flex: 2 1 440px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}

.right-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 8px;
}

.right-header .left-group .label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--health-bg);
  background: var(--border-light);
  display: inline-block;
  padding: 1px 12px;
  border-radius: 20px;
  margin-bottom: 2px;
}

.right-header .left-group h4 {
  font-size: var(--text-base);
  font-weight: 700;
  margin: 0;
}

/* Carousel Navigation */
.carousel-arrows {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-surface-light);
  padding: 2px 6px;
  border-radius: 30px;
  border: 1px solid var(--border-subtle);
  flex-shrink: 0;
}

.carousel-arrows .nav-arrow {
  background: transparent;
  border: none;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: var(--text-xs);
  color: var(--text-muted-dark);
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}

.carousel-arrows .nav-arrow:hover {
  background: var(--border-subtle);
}

.carousel-arrows .slide-counter {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--text-muted-light);
  min-width: 30px;
  text-align: center;
}

/* Carousel Track & Slides */
.carousel-wrapper {
  flex: 1;
  min-height: 110px;
  display: flex;
  flex-direction: column;
}

.carousel-track-container {
  flex: 1;
  overflow: hidden;
  border-radius: 14px;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-slide {
  flex: 0 0 100%;
  height: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid var(--border-slide);
  background: var(--bg-surface-lighter);
}

/* Slide 1: Green (Our PRO) */
.carousel-slide.green {
  background: var(--bg-surface-green);
  border-color: var(--health-bg);
  border-width: 2.5px;
  box-shadow: 0 4px 14px -4px rgba(16, 185, 129, 0.2);
}

/* FIX #5: .badge renamed to .epr-badge-slide to avoid global collision */
.carousel-slide.green .slide-header .epr-badge-slide {
  background: var(--health-bg);
  color: var(--bg-white);
  box-shadow: 0 2px 6px rgba(15, 107, 62, 0.3);
}

.carousel-slide.green .slide-header i {
  color: var(--health-bg);
}

/* Slide Content */
.slide-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.slide-header i {
  font-size: var(--text-base);
  color: var(--text-muted);
  width: 20px;
  text-align: center;
}

.slide-header .title {
  font-size: var(--text-sm);
  font-weight: 700;
}

/* FIX #5: Renamed from .badge to .epr-badge-slide */
.slide-header .epr-badge-slide {
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 10px;
  border-radius: 30px;
  letter-spacing: 0.04em;
  margin-left: auto;
  background: var(--border-subtle);
  color: var(--text-muted);
  white-space: nowrap;
}

.slide-body p {
  font-size: var(--text-xs);
  line-height: 1.5;
  margin: 0;
}

.slide-body .highlight {
  font-weight: 600;
  color: var(--health-bg);
}

.slide-body .disadvantage {
  font-weight: 500;
  color: var(--brand-cherry);
}

.slide-footer {
  margin-top: 4px;
}

/* FIX #4: .btn-green-large renamed to .epr-btn-pro (namespaced) */
.epr-btn-pro {
  background: linear-gradient(135deg, var(--health-bg), var(--green-dark));
  color: var(--bg-white);
  border: none;
  padding: 6px 18px;
  border-radius: 40px;
  font-size: var(--text-xs);
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px -4px rgba(16, 185, 129, 0.35);
}

.epr-btn-pro:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(16, 185, 129, 0.5);
}

.badge-avoid-small {
  font-size: var(--text-xs);
  color: var(--text-muted-light);
  font-weight: 600;
  background: var(--border-subtle);
  padding: 1px 10px;
  border-radius: 30px;
  display: inline-block;
}

/* ===== RESPONSIVE / UTILITIES ===== */
.challenges-header-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
/* ===== Challenges Section – Custom Classes ===== */

.epr-pain-title-case {
  text-transform: capitalize;
}

.epr-flex-grow {
  flex: 1;
}

.epr-center-text {
  text-align: center;
}

/* Uses existing variable — do NOT hardcode #5d4037 */
.epr-brown-text {
  color: var(--earth-brown);
}
/* ============================================ */
/* CHALLENGES EPR SECTION – RESPONSIVE          */
/* ============================================ */

/* Tablet: 768px and below */
@media (max-width: 768px) {
  .challenges-section {
    padding: 15px 12px 40px 12px;
  }

  .epr-compact {
    padding: 14px 16px;
    border-radius: 18px;
  }

  .epr-row {
    flex-direction: column;
    gap: 20px;
  }

  .epr-left {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .epr-right {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .left-content {
    min-height: auto;
  }

  .challenge-card {
    padding: 10px 12px;
  }

  .challenge-card .text h5 {
    font-size: var(--text-base);
  }

  .challenge-card .text p {
    font-size: var(--text-sm);
  }

  .carousel-wrapper {
    min-height: 130px;
  }

  .carousel-slide {
    padding: 12px 14px;
  }

  .slide-header .title {
    font-size: var(--text-xs);
  }

  .slide-body p {
    font-size: 0.7rem;
  }

  .right-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .carousel-arrows {
    align-self: flex-end;
  }
}

/* Small Mobile: 480px and below */
@media (max-width: 480px) {
  .challenges-section {
    padding: 10px 8px 30px 8px;
  }

  .epr-compact {
    padding: 12px 10px;
    border-radius: 14px;
  }

  .epr-row {
    gap: 16px;
  }

  .epr-left h4 {
    font-size: var(--text-sm);
  }

  .challenge-card {
    padding: 8px 10px;
    gap: 8px;
  }

  .challenge-card .icon {
    min-width: 22px;
    width: 22px;
    height: 22px;
    font-size: 0.6rem;
  }

  .challenge-card .text h5 {
    font-size: var(--text-sm);
    margin-bottom: 2px;
  }

  .challenge-card .text p {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .v-pagination {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 0;
    gap: 8px;
  }

  .v-pagination .v-dot {
    width: 22px;
    height: 22px;
    font-size: 0.6rem;
  }

  .left-content {
    flex-direction: column;
    gap: 10px;
  }

  .carousel-wrapper {
    min-height: 150px;
  }

  .carousel-slide {
    padding: 10px 12px;
  }

  .slide-header {
    gap: 6px;
  }

  .slide-header .title {
    font-size: 0.7rem;
  }

  .slide-header .epr-badge-slide {
    font-size: 0.55rem;
    padding: 1px 6px;
  }

  .slide-body p {
    font-size: 0.65rem;
    line-height: 1.4;
  }

  .epr-btn-pro {
    padding: 5px 14px;
    font-size: 0.6rem;
  }

  .badge-avoid-small {
    font-size: 0.6rem;
    padding: 1px 8px;
  }

  .right-header .left-group h4 {
    font-size: var(--text-sm);
  }
}

/* Large Desktop: 1025px and above */
@media (min-width: 1025px) {
  .epr-compact {
    max-width: 1350px;
    padding: 22px 30px;
  }

  .epr-row {
    gap: 28px 40px;
  }

  .carousel-wrapper {
    min-height: 120px;
  }

  .challenge-card {
    padding: 10px 14px;
  }
}
/* ========================================================= */
/* V2 WRAPPERS FOR PIBO SECTION                              */
/* ========================================================= */
.pibo-category-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--earth-brown);
  color: var(--earth-brown);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: var(--text-base);
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.pibo-category-badge:hover {
  background: var(--earth-brown);
  color: var(--text-white);
}

.pibo-badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.pibo-hero-text-wrapper {
  margin-top: 2.5rem;
  font-size: var(--text-2xl);
  font-weight: 600;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sub-heading-spacing {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.title-size {
  font-size: var(--text-4xl);
  margin-bottom: 0.3rem;
}
.pibo-section {
  background: transparent;
  padding: 40px 20px 20px;
  position: relative;
  z-index: 5;
}

.pibo-container {
  max-width: 1280px;
  margin: 0 auto;
}
.hero-header {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-header .sub-heading {
  font-size: var(--text-lg);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.hero-header .main-heading {
  font-size: var(--text-6xl);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.hero-header .main-heading span {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #34D399 50%, #FBBF24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 0.5rem;
}

.pibo-column {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.pibo-column-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.connector-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.invisible {
  visibility: hidden;
}

.connector-wrapper {
  display: none;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.connector-line {
  width: 3px;
  height: 50px;
  background: linear-gradient(180deg, var(--brand-primary), rgba(0, 230, 118, 0.15));
  border-radius: 6px;
}

.connector-line.bottom {
  background: linear-gradient(0deg, var(--brand-primary), rgba(0, 230, 118, 0.15));
}

.connector-dot {
  width: 10px;
  height: 10px;
  background: var(--brand-primary);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 230, 118, 0.6);
  border: 2px solid rgba(0, 230, 118, 0.3);
}
.services-wrapper {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible;
}

.column-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: var(--text-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.8rem;
}

.column-label i {
  color: var(--brand-primary);
  font-size: var(--text-xl);
}

.column-label .label-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 230, 118, 0.4), transparent);
}
.pibo-card,
.service-card {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 1.25rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-card {
  margin-bottom: 0;
}

.pibo-card:last-child {
  margin-bottom: 0;
}

.pibo-card:hover,
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 230, 118, 0.5);
  box-shadow: 0 10px 30px rgba(0, 230, 118, 0.15);
}

.pibo-card {
  border-left: 4px solid var(--earth-brown);
  box-shadow: -5px 0 20px rgba(92, 64, 51, 0.2);
}
/* Service Cards Flip & Glassmorphism */
.service-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  perspective: 1000px;
  height: 180px;
  margin-bottom: 0;
}

.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  border-radius: 1.25rem;
}

.service-card:hover .service-card-inner {
  transform: translateY(-10px) rotateY(180deg);
}

.service-card-front,
.service-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1.25rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid var(--earth-brown);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  text-align: center;
}

.service-card-back {
  transform: rotateY(180deg);
  background: rgba(10, 47, 68, 0.8);
}

/* Hover Effect: Green Line and Gradient Shift */
.service-card:hover .service-card-front,
.service-card:hover .service-card-back {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border-color: var(--brand-primary);
  box-shadow: 0 10px 30px rgba(0, 230, 118, 0.3);
}

.service-card:nth-child(5) .service-card-front,
.service-card:nth-child(5) .service-card-back {
  box-shadow: 0 8px 24px rgba(236, 72, 153, 0.15);
  border-color: rgba(236, 72, 153, 0.3);
}

.service-card:nth-child(6) .service-card-front,
.service-card:nth-child(6) .service-card-back {
  box-shadow: 0 8px 24px rgba(6, 182, 212, 0.15);
  border-color: rgba(6, 182, 212, 0.3);
}
/* Progress Bar */
.progress-track {
  width: 70%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-top: 1rem;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover .progress-fill {
  width: 100%;
}

.service-card:nth-child(1) .progress-fill {
  background: var(--brand-primary);
}

.service-card:nth-child(2) .progress-fill {
  background: #FBBF24;
}

.service-card:nth-child(3) .progress-fill {
  background: #3B82F6;
}

.service-card:nth-child(4) .progress-fill {
  background: #8B5CF6;
}

.service-card:nth-child(5) .progress-fill {
  background: #EC4899;
}

.service-card:nth-child(6) .progress-fill {
  background: #06B6D4;
}
/* Typography & Icon Bounce */
@keyframes iconBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.service-card:hover .service-icon {
  animation: iconBounce 1.5s infinite ease-in-out;
}

.service-icon {
  font-size: var(--text-5xl);
  margin-bottom: 1rem;
}

.service-name {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--earth-brown);
}

.pibo-card .card-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--earth-brown);
  margin-bottom: 0.5rem;
}

.pibo-card .card-title i {
  color: var(--brand-primary);
  font-size: var(--text-xl);
}

.pibo-card .card-desc {
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--earth-brown);
  padding-left: 2.1rem;
}

.service-desc {
  font-size: var(--text-sm);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.services-grid.top-grid {
  margin-bottom: 0;
}

.services-grid.bottom-grid {
  margin-top: 0;
}

.services-gap {
  height: 2.2rem;
  position: relative;
  margin: 0.4rem 0 0.6rem 0;
}

.traveling-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-1.5rem - 40px);
  /* Mathematically targets the exact center of the dot (padding + half connector col) */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary);
  font-size: var(--text-3xl);
  text-shadow: 0 0 15px rgba(0, 230, 118, 0.8);
  animation: walkThrough 5.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 20;
}

@keyframes walkThrough {
  0% {
    left: calc(-1.5rem - 40px);
    opacity: 0;
    transform: translateY(-50%) scale(0.9);
  }
  8% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  88% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  100% {
    left: calc(100% - 20px);
    opacity: 0;
    transform: translateY(-50%) scale(0.9);
  }
}

.global-section-heading {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 auto;
  text-align: center;
}
/* Tablet (481px+) */
@media (min-width: 481px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Desktop (769px+) */
@media (min-width: 769px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-grid {
    grid-template-columns: 1.5fr 80px 2fr;
    gap: 0;
  }
  .pibo-column {
    border-radius: 1.75rem 0 0 1.75rem;
    border-right: none;
  }
  .services-wrapper {
    border-radius: 0 1.75rem 1.75rem 0;
    border-left: none;
  }

  .connector-wrapper {
    display: flex;
    flex-direction: column;
  }

  .connector-line {
    width: 3px;
    height: 50px;
    background: linear-gradient(180deg, var(--brand-primary), rgba(0,230,118,0.15));
  }

  .connector-line.bottom {
    background: linear-gradient(0deg, var(--brand-primary), rgba(0,230,118,0.15));
  }
}

/* ========================================================= */
/*                              */
/* ========================================================= */
/* ========================================================= */
/* HOW WE WORK (CONVEYOR) — COMPLETE CSS                     */
/* All 51 blocks — verbatim, no shortcuts                    */
/* ========================================================= */


/* --------------------------------------------------------- */
/* #1  .hww-section (section wrapper)                        */
/* --------------------------------------------------------- */
.hww-section {
    padding: 20px 20px 20px;
    display: flex;
    justify-content: center;
}


/* --------------------------------------------------------- */
/* #2  .conveyor-wrapper (new radial gradient bg)            */
/* --------------------------------------------------------- */
.conveyor-wrapper {
    background: transparent; /* Removes the dark card background */
    border: none;            /* Removes the border */
    box-shadow: none;        /* Removes the floating shadow */
    border-radius: 0;        /* Removes rounded corners since there is no background */
    
    /* Keep these for layout and spacing */
    padding: 2.2rem 2.2rem 2.8rem 2.2rem;
    position: relative;
    width: 100%;
    max-width: 1100px;
}


/* --------------------------------------------------------- */
/* #3  .hww-main-header (renamed from .conveyor-header)      */
/* --------------------------------------------------------- */
.hww-main-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}


/* --------------------------------------------------------- */
/* #4  .hww-sub-header (renamed — second heading)            */
/* --------------------------------------------------------- */
.hww-sub-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.epr-conveyor-header-gap {
    margin-top: 3rem;
    margin-bottom: 2rem;
}


/* --------------------------------------------------------- */
/* #5  .conveyor-progress-header (new — brand + step counter)*/
/* --------------------------------------------------------- */
.conveyor-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .1rem;
}


/* --------------------------------------------------------- */
/* #6  .conveyor-brand, icon, text                           */
/* --------------------------------------------------------- */
.conveyor-brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.conveyor-brand-icon {
    font-size: 1.6rem;
    color: #10B981;
}
.conveyor-brand-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--earth-brown);
    
}
.conveyor-brand-text span {
    color: var(--earth-brown);
    font-weight: 400;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-left: 0.3rem;
}


/* --------------------------------------------------------- */
/* #7  .conveyor-step-counter + .highlight + strong          */
/* --------------------------------------------------------- */
.conveyor-step-counter {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 0.4rem 1.2rem;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 600;
   color: var(--earth-brown);
    letter-spacing: 0.03em;
}
.conveyor-step-counter strong {
    color: var(--earth-brown);
    font-weight: 700;
}
.conveyor-step-counter .highlight {
    color: #10B981;
}


/* --------------------------------------------------------- */
/* #8  .conveyor-stage (position: relative)                  */
/* --------------------------------------------------------- */
.conveyor-stage {
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 1rem;
    overflow: visible; 
}

/* --------------------------------------------------------- */
/* #9  .conveyor-track + .conveyor-track-progress            */
/* --------------------------------------------------------- */
.conveyor-track {
    position: absolute;
    top: 40px;
    left: 30px;
    right: 30px;
    height: 3px;
    background: rgba(255,255,255,0.06);
    border-radius: 4px;
    transform: translateY(-50%);
    z-index: 1;
}
.conveyor-track-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #10B981, #34D399);
    border-radius: 4px;
    transition: width 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 0 20px rgba(16,185,129,0.3);
}


/* --------------------------------------------------------- */
/* #10 .conveyor-stations + .conveyor-station (base)         */
/* --------------------------------------------------------- */
.conveyor-stations {
    position: absolute;
    top: 40px;
    left: 30px;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    pointer-events: none;
}
.conveyor-station {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 2px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #9F8B73;
}
.conveyor-station:hover {
    border-color: rgba(251,191,36,0.4);
    color: #F8FAFC;
    transform: scale(1.05);
}


/* --------------------------------------------------------- */
/* #11 .conveyor-station.completed (green filled)            */
/* --------------------------------------------------------- */
.conveyor-station.completed {
    border-color: #10B981;
    background: #10B981;
    color: #F8FAFC;
    box-shadow: 0 0 20px rgba(16,185,129,0.15);
}


/* --------------------------------------------------------- */
/* #12 .conveyor-station.active (scaled + glow)              */
/* --------------------------------------------------------- */
.conveyor-station.active {
    border-color: #047857;
    background: #047857;
    color: #F8FAFC;
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(4,120,87,0.4);
}


/* --------------------------------------------------------- */
/* #13 .conveyor-station.active::after (pulse ring)          */
/* --------------------------------------------------------- */
.conveyor-station.active::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(4,120,87,0.3);
    animation: conveyor-pulse-ring 1.8s ease-in-out infinite;
}


/* --------------------------------------------------------- */
/* #14 @keyframes conveyor-pulse-ring                        */
/* --------------------------------------------------------- */
@keyframes conveyor-pulse-ring {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}


/* --------------------------------------------------------- */
/* #15 .conveyor-dot (yellow moving dot, position: absolute) */
/* --------------------------------------------------------- */
.conveyor-dot {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2.5px solid #FCD34D;
    background: transparent;
    transform: translate(-50%, -50%);
    z-index: 12;
    pointer-events: none;
    transition: left 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 0 20px rgba(251,191,36,0.35), 0 0 50px rgba(251,191,36,0.08);
}


/* --------------------------------------------------------- */
/* #16 .conveyor-dot::after (glow animation)                 */
/* --------------------------------------------------------- */
.conveyor-dot::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px solid rgba(251,191,36,0.12);
    animation: conveyor-dot-glow 1.4s ease-in-out infinite alternate;
}


/* --------------------------------------------------------- */
/* #17 @keyframes conveyor-dot-glow                          */
/* --------------------------------------------------------- */
@keyframes conveyor-dot-glow {
    0% { transform: scale(0.7); opacity: 0.1; }
    100% { transform: scale(1.4); opacity: 0.5; }
}


/* --------------------------------------------------------- */
/* #18 .conveyor-cards-row                                   */
/* --------------------------------------------------------- */
.conveyor-cards-row {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    transform: none;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    height: 320px;
    padding: 0 6px;
    z-index: 2;
    pointer-events: none;
}


/* --------------------------------------------------------- */
/* #19 .conveyor-card (base)                                 */
/* --------------------------------------------------------- */
.conveyor-card {
    flex: 1;
    min-width: 0;
    max-width: 280px;              /* 👈 Increased from 220px */
    height: auto;
    min-height: 200px;             /* 👈 Increased from 290px */
    background: var(--brand-cherry); /* 👈 Cherry color (#D2042D) */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem 1.5rem;          /* 👈 Increased padding for bigger card */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #FFFFFF;
    box-shadow: 0 8px 25px rgba(210, 4, 45, 0.3);
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    transform: translateY(35px) scale(0.92);
    border-left: 3px solid transparent;
    position: relative;
    overflow: visible;
}


/* --------------------------------------------------------- */
/* #20 .conveyor-card::after (SVG pattern overlay)           */
/* --------------------------------------------------------- */
.conveyor-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M20 20v-4h-4v4h-4v4h4v4h4v-4h4v-4h-4z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}


/* --------------------------------------------------------- */
/* #21 .conveyor-card > * (z-index fix)                      */
/* --------------------------------------------------------- */
.conveyor-card > * {
    position: relative;
    z-index: 1;
}


/* --------------------------------------------------------- */
/* #22 .conveyor-card.past (dimmed state)                    */
/* --------------------------------------------------------- */
.conveyor-card.past {
    opacity: 0.45;
    transform: translateY(0px) scale(0.92);
    
     background:var(--earth-brown);
    
}


/* --------------------------------------------------------- */
/* #23 .conveyor-card.active (highlighted state)             */
/* --------------------------------------------------------- */
.conveyor-card.active {
    opacity: 1;
    transform: translateY(-8px) scale(1.04);
    
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 60px rgba(16,185,129,0.05);
    background: var(--brand-cherry);
    
    pointer-events: auto;
}


/* --------------------------------------------------------- */
/* #24 .conveyor-card.future (hidden state)                  */
/* --------------------------------------------------------- */
.conveyor-card.future {
    opacity: 0;
    transform: translateY(30px) scale(0.85);
    pointer-events: none;
}


/* --------------------------------------------------------- */
/* #25 .conveyor-card-0 through .conveyor-card-4             */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* #25 .conveyor-card-0 through .conveyor-card-4             */
/* --------------------------------------------------------- */
.conveyor-card-0 { border-left-color: #0EA5E9; }
.conveyor-card-0 .conveyor-card-icon { color: #38BDF8; }

.conveyor-card-1 { border-left-color: #FBBF24; }
.conveyor-card-1 .conveyor-card-icon { color: #FCD34D; }

.conveyor-card-2 { border-left-color: #10B981; }
.conveyor-card-2 .conveyor-card-icon { color: #34D399; }

.conveyor-card-3 { border-left-color: #FB7185; }
.conveyor-card-3 .conveyor-card-icon { color: #FB7185; }

.conveyor-card-4 { border-left-color: #22D3EE; }
.conveyor-card-4 .conveyor-card-icon { color: #22D3EE; }

/* --------------------------------------------------------- */
/* #26 .conveyor-card-number                                 */
/* --------------------------------------------------------- */
.conveyor-card-number {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    font-size: 0.45rem;
    font-weight: 700;
    color: rgba(148,163,184,0.12);
    letter-spacing: 0.05em;
}


/* --------------------------------------------------------- */
/* #27 .conveyor-card-icon                                   */
/* --------------------------------------------------------- */
.conveyor-card-icon {
    font-size: 2.5rem;
    align-self: center;
    margin-bottom: 0.25rem;
    opacity: 0.9;
}


/* --------------------------------------------------------- */
/* #28 .conveyor-card-title                                  */
/* --------------------------------------------------------- */
.conveyor-card-title {
    font-size: 1.5rem;
    align-self: center;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bg-white);
    margin-bottom: 0.1rem;
}


/* --------------------------------------------------------- */
/* #29 .conveyor-card-sub                                    */
/* --------------------------------------------------------- */
.conveyor-card-sub {
    font-size: .85rem;
    color: var(--bg-white);
    line-height: 1.3;
}


/* --------------------------------------------------------- */
/* #30 .conveyor-controls                                    */
/* --------------------------------------------------------- */
.conveyor-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.8rem;
    z-index: 5;
}


/* --------------------------------------------------------- */
/* #31 .conveyor-controls button (base)                      */
/* --------------------------------------------------------- */
.conveyor-controls button {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    color: var(--earth-brown);
    padding: 0.6rem 1.8rem;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: inherit;
}


/* --------------------------------------------------------- */
/* #32 .conveyor-controls button:hover:not(:disabled)        */
/* --------------------------------------------------------- */
.conveyor-controls button:hover:not(:disabled) {
    background: rgba(255,255,255,0.08);
    color: var(--brand-cherry);
    border-color: rgba(255,255,255,0.12);
    transform: scale(1.02);
}


/* --------------------------------------------------------- */
/* #33 .conveyor-controls button:disabled                    */
/* --------------------------------------------------------- */
.conveyor-controls button:disabled {
    opacity: 0.2;
    cursor: not-allowed;
    transform: scale(0.96);
}


/* --------------------------------------------------------- */
/* #34 .conveyor-controls .btn-primary                       */
/* --------------------------------------------------------- */
.conveyor-controls .btn-primary {
    background: rgba(16,185,129,0.15);
    border-color: rgba(16,185,129,0.2);
    color: #34D399;
    padding: 0.6rem 2.2rem;
}


/* --------------------------------------------------------- */
/* #35 .conveyor-controls .btn-primary:hover:not(:disabled)  */
/* --------------------------------------------------------- */
.conveyor-controls .btn-primary:hover:not(:disabled) {
    background: rgba(16,185,129,0.25);
    border-color: #10B981;
    color: #F8FAFC;
    box-shadow: 0 0 30px rgba(16,185,129,0.1);
}


/* --------------------------------------------------------- */
/* #36 .conveyor-controls .btn-primary.complete              */
/* --------------------------------------------------------- */
.conveyor-controls .btn-primary.complete {
    background: rgba(251,191,36,0.12);
    border-color: rgba(251,191,36,0.15);
    color: #FCD34D;
}


/* --------------------------------------------------------- */
/* #37 .conveyor-controls .btn-primary.complete:hover:not(:disabled) */
/* --------------------------------------------------------- */
.conveyor-controls .btn-primary.complete:hover:not(:disabled) {
    background: rgba(251,191,36,0.2);
    border-color: #FBBF24;
    color: #F8FAFC;
}


/* --------------------------------------------------------- */
/* #38 .conveyor-controls .btn-restart                       */
/* --------------------------------------------------------- */
.conveyor-controls .btn-restart {
    background: rgba(255,255,255,0.03);
    border-color: rgba(255,255,255,0.05);
    color: var(--earth-brown);
    font-size: 0.6rem;
    padding: 0.4rem 1.2rem;
}


/* --------------------------------------------------------- */
/* #39 .conveyor-controls .btn-restart:hover                 */
/* --------------------------------------------------------- */
.conveyor-controls .btn-restart:hover {
    color: var(--brand-cherry);
    border-color: rgba(255,255,255,0.1);
}


/* --------------------------------------------------------- */
/* #40 V2 Wrappers: .hww-cards-wrapper, .hww-card-inner      */
/* --------------------------------------------------------- */
.hww-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1100px;
    margin: 3rem auto 5rem;
    padding: 0 20px;
}
.hww-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* --------------------------------------------------------- */
/* #41 .conveyor-heading-layout                              */
/* --------------------------------------------------------- */
.conveyor-heading-layout {
    font-size: var(--text-5xl);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}


/* --------------------------------------------------------- */
/* #42 .hww-badges-wrapper                                   */
/* --------------------------------------------------------- */
.hww-badges-wrapper {
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* --------------------------------------------------------- */
/* #43 .conveyor-feature-badge                               */
/* --------------------------------------------------------- */
.conveyor-feature-badge {
    background: rgba(92, 64, 51, 0.05);
    border: 1px solid rgba(92, 64, 51, 0.2);
    padding: 6px 16px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


/* --------------------------------------------------------- */
/* #44 .conveyor-badge-arrow                                 */
/* --------------------------------------------------------- */
.conveyor-badge-arrow {
    color: rgba(92, 64, 51, 0.4);
    font-size: var(--text-xl);
}


/* --------------------------------------------------------- */
/* #45 .conveyor-badge (for first header)                    */
/* --------------------------------------------------------- */
.conveyor-badge {
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-primary);
    background: rgba(0, 230, 118, 0.1);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    display: inline-block;
    width: fit-content;
    border: 1px solid rgba(0, 230, 118, 0.2);
}


/* --------------------------------------------------------- */
/* #46 .global-section-heading                               */
/* --------------------------------------------------------- */
.global-section-heading {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}
.global-section-heading .white-text {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
    background: none;
    text-shadow: none;
}


/* --------------------------------------------------------- */
/* #47 .conveyor-heading                                     */
/* --------------------------------------------------------- */
.conveyor-heading {
    font-size: var(--text-4xl);
    font-weight: 800;
    color: #FFFFFF;
    margin: 0;
}


/* --------------------------------------------------------- */
/* #48 .conveyor-title-area                                  */
/* --------------------------------------------------------- */
.conveyor-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}


/* --------------------------------------------------------- */
/* #49 @media (max-width: 800px)                             */
/* --------------------------------------------------------- */
@media (max-width: 800px) {
    .conveyor-wrapper { padding: 1.8rem 1.2rem 2rem 1.2rem; }
    .conveyor-stage { height: 340px; }
    .conveyor-cards-row { height: 160px; gap: 10px; }
    .conveyor-card { height: 135px; padding: 0.8rem; }
    .conveyor-card-title { font-size: 0.7rem; }
    .conveyor-card-sub { font-size: 0.45rem; }
    .conveyor-card-icon { font-size: 1.2rem; }
    .conveyor-station { width: 36px; height: 36px; font-size: 0.7rem; }
    .conveyor-dot { width: 22px; height: 22px; border-width: 2.5px; }
}


/* --------------------------------------------------------- */
/* #50 @media (max-width: 550px)                             */
/* --------------------------------------------------------- */
@media (max-width: 550px) {
    .conveyor-wrapper { padding: 1.2rem 0.8rem 1.6rem 0.8rem; border-radius: 28px; }
    .conveyor-stage { height: 380px; }
    .conveyor-cards-row { gap: 6px; height: 140px; left: 10px; right: 10px; }
    .conveyor-track { left: 20px; right: 20px; }
    .conveyor-stations { left: 20px; right: 20px; }
    .conveyor-dot { left: 20px; width: 20px; height: 20px; border-width: 2px; }
    .conveyor-card { height: 120px; padding: 0.6rem; border-radius: 12px; }
    .conveyor-card-title { font-size: 0.6rem; }
    .conveyor-card-sub { font-size: 0.4rem; display: none; }
    .conveyor-card-icon { font-size: 1rem; margin-bottom: 0.15rem; }
    .conveyor-card-number { font-size: 0.35rem; top: 0.3rem; right: 0.5rem; }
    .conveyor-brand-text { font-size: 0.75rem; }
    .conveyor-brand-text span { font-size: 0.55rem; }
    .conveyor-step-counter { font-size: 0.6rem; padding: 0.25rem 0.8rem; }
    .conveyor-controls button { font-size: 0.6rem; padding: 0.4rem 1rem; }
    .conveyor-station { width: 30px; height: 30px; font-size: 0.6rem; }
    .conveyor-progress-header { margin-bottom: 1.8rem; }
}


/* --------------------------------------------------------- */
/* #51 @media (max-width: 400px)                             */
/* --------------------------------------------------------- */
@media (max-width: 400px) {
    .conveyor-stage { height: 400px; }
    .conveyor-card { height: 100px; }
    .conveyor-card-title { font-size: 0.5rem; }
    .conveyor-station { width: 26px; height: 26px; font-size: 0.5rem; }
    .conveyor-dot { width: 18px; height: 18px; border-width: 2px; }
}

@media (max-width: 768px) {
    .conveyor-cards-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem !important;
        padding-bottom: 1rem;
        justify-content: flex-start !important;
        left: 0 !important;
        right: 0 !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .conveyor-card {
        flex: 0 0 85% !important;
        scroll-snap-align: center;
        opacity: 1 !important;
        transform: none !important;
        height: auto !important;
        min-height: 140px;
    }
    .conveyor-card-sub {
        display: block !important;
        font-size: 0.75rem !important;
    }
}
.hww-method-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 2rem 1.8rem;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hww-method-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(16, 185, 129, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.hww-method-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.hww-method-card p {
    font-size: 0.85rem;
    line-height: 1.6;
    opacity: 0.85;
}

/* ========================================================= */
/* INTERACTIVE TOOLS SECTION — CLEANED & MERGED              */
/* ========================================================= */


/* --------------------------------------------------------- */
/* 1. SECTION LAYOUT                                         */
/* --------------------------------------------------------- */
.tools-section {
  padding: 1rem 20px 5rem;
  background: transparent;
}

.tools-header {
  text-align: center;
  margin-bottom: 3rem;
}

.tools-headline {
  max-width: 900px;
  line-height: 1.4;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1600px;
  margin: 0 auto;
  align-items: stretch;
}

.tools-col {
  width: 100%;
}

.lead-center {
  justify-content: center;
}


/* --------------------------------------------------------- */
/* 2. UTILITIES (Tools-specific)                             */
/* --------------------------------------------------------- */

/* FIX: Separated .hindi-text from .badge-tools (was a syntax error) */
.hindi-text {
  font-family: var(--font-hindi);
}

.badge-tools {
  display: inline-block;
  background: rgba(0, 230, 118, 0.1);
  color: var(--brand-primary);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: var(--text-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 230, 118, 0.3);
}

.result-total {
  border-bottom: 2px solid var(--emerald-mid);
  padding-bottom: 12px;
}

.label-bold {
  font-weight: 700;
  color: var(--bg-dark);
}

.btn-whatsapp {
  background: #25D366;
}

.btn-whatsapp:hover {
  background: #1DA851;
}


/* --------------------------------------------------------- */
/* 3. KEYFRAME (single definition)                           */
/* --------------------------------------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* --------------------------------------------------------- */
/* 4. NEOGREE CALCULATOR (Merged — recovered values kept)    */
/* --------------------------------------------------------- */
.neogree-calc-wrapper {
  max-width: 780px;
  margin: 40px auto;
  background: var(--calc-bg);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(92, 64, 51, 0.15);
  font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.neogree-calc-wrapper .calc-header {
  text-align: center;
  margin-bottom: 28px;
}

.neogree-calc-wrapper .calc-header .badge {
  display: inline-block;
  background: var(--border-light);
  color: var(--health-bg);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 16px;
  border-radius: 30px;
  margin-bottom: 8px;
}

.neogree-calc-wrapper .calc-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--health-bg);
  margin-bottom: 4px;
}

.neogree-calc-wrapper .calc-header h2 span {
  color: #064E3B;
}

.neogree-calc-wrapper .calc-header p {
  color: #064E3B;
  font-size: 0.95rem;
  margin: 0;
}

.neogree-calc-wrapper .calc-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.neogree-calc-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.neogree-calc-wrapper .form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--health-bg);
}

.neogree-calc-wrapper .form-group label .required {
  color: var(--brand-cherry);
}

.neogree-calc-wrapper .form-group select,
.neogree-calc-wrapper .form-group input {
  padding: 12px 16px;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 0.95rem;
  background: #f8fafc;
  transition: 0.2s;
  color: var(--health-bg);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.neogree-calc-wrapper .form-group select:focus,
.neogree-calc-wrapper .form-group input:focus {
  outline: none;
  border-color: var(--health-bg);
  box-shadow: 0 0 0 4px rgba(15, 107, 62, 0.1);
  background: #ffffff;
}

.neogree-calc-wrapper .form-group select:focus-visible,
.neogree-calc-wrapper .form-group input:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

.neogree-calc-wrapper .form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.neogree-calc-wrapper .form-row .form-group {
  flex: 1;
  min-width: 160px;
}

.neogree-calc-wrapper .calc-btn {
  background: linear-gradient(135deg, var(--emerald-mid), #1fa86a);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 60px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 8px 24px -6px rgba(16, 185, 129, 0.4);
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.neogree-calc-wrapper .calc-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -8px rgba(16, 185, 129, 0.5);
  background: linear-gradient(135deg, #0a522f, #189e5e);
}

.neogree-calc-wrapper .calc-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Result Box */
.neogree-calc-wrapper .result-box {
  margin-top: 24px;
  background: #f4fcf7;
  border: 2px solid var(--health-bg);
  border-radius: 16px;
  padding: 20px 24px;
  display: none;
  animation: fadeIn 0.4s ease;
}

.neogree-calc-wrapper .result-box.show {
  display: block;
}

.neogree-calc-wrapper .result-box .result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-light);
  flex-wrap: wrap;
  gap: 8px;
}

.neogree-calc-wrapper .result-box .result-row:last-child {
  border-bottom: none;
}

.neogree-calc-wrapper .result-box .result-label {
  font-size: 0.85rem;
  color: #475569;
  font-weight: 500;
}

.neogree-calc-wrapper .result-box .result-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bg-dark);
}

.neogree-calc-wrapper .result-box .result-value.amount {
  font-size: 1.6rem;
  color: var(--health-bg);
}

.neogree-calc-wrapper .result-box .cta-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px dashed var(--border-light);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.neogree-calc-wrapper .result-box .cta-row .btn-outline {
  background: transparent;
  border: 2px solid var(--health-bg);
  color: var(--health-bg);
  padding: 10px 24px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
  min-width: 160px;
}

.neogree-calc-wrapper .result-box .cta-row .btn-outline:hover {
  background: var(--health-bg);
  color: #fff;
}

.neogree-calc-wrapper .result-box .cta-row .btn-green {
  background: linear-gradient(135deg, var(--health-bg), #1fa86a);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
  min-width: 160px;
  box-shadow: 0 4px 14px -4px rgba(16, 185, 129, 0.35);
}

.neogree-calc-wrapper .result-box .cta-row .btn-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -6px rgba(16, 185, 129, 0.45);
}


/* --------------------------------------------------------- */
/* 5. LEAD CAPTURE (Merged — single definition)              */
/* --------------------------------------------------------- */
.lead-capture {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px dashed var(--border-light);
  display: none;
}

.lead-capture.show {
  display: block;
}

.lead-capture h4 {
  font-size: 0.9rem;
  color: var(--bg-dark);
  margin-bottom: 12px;
}

.lead-capture .lead-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lead-capture .lead-row input {
  flex: 1;
  min-width: 140px;
  padding: 10px 14px;
  border: 2px solid var(--border-light);
  border-radius: 10px;
  font-size: 0.85rem;
  background: #f8fafc;
  transition: 0.2s;
}

.lead-capture .lead-row input:focus {
  outline: none;
  border-color: var(--health-bg);
  background: #ffffff;
}

.lead-capture .lead-row .btn-submit {
  background: var(--health-bg);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

.lead-capture .lead-row .btn-submit:hover {
  background: #0a522f;
}


/* --------------------------------------------------------- */
/* 6. EPR TIMELINE (Merged — single definition)              */
/* --------------------------------------------------------- */
.epr-timeline {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
}

.epr-timeline h4 {
  font-size: 0.85rem;
  color: var(--bg-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.epr-timeline h4 i {
  color: var(--health-bg);
}

.epr-timeline .timeline-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}

.epr-timeline .timeline-item {
  background: #f8fafc;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 10px 14px;
  text-align: center;
}

.epr-timeline .timeline-item .month {
  font-size: 0.65rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.epr-timeline .timeline-item .event {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bg-dark);
  margin-top: 2px;
}

.epr-timeline .timeline-item .event .highlight {
  color: var(--brand-cherry);
}


/* --------------------------------------------------------- */
/* 7. TRUST BADGE (Merged — single definition)               */
/* --------------------------------------------------------- */
.trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eef2f6;
}

.trust-badge span {
  font-size: 0.75rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-badge span i {
  color: var(--health-bg);
}

/* --------------------------------------------------------- */
/* 8. HEALTH CHECK CALCULATOR (Merged — recovered values)    */
/* --------------------------------------------------------- */
.health-check-wrapper {
  max-width: 780px;
  margin: 40px auto;
  background: var(--health-bg);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 20px 50px -12px rgba(15, 107, 62, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.health-check-wrapper .hc-header {
  text-align: center;
  margin-bottom: 28px;
}

.health-check-wrapper .hc-header .badge {
  display: inline-block;
  background: var(--border-light);
  color: var(--health-bg);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 16px;
  border-radius: 30px;
  margin-bottom: 8px;
}

.health-check-wrapper .hc-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--calc-bg);
  margin-bottom: 4px;
}

.health-check-wrapper .hc-header h2 span {
  color: #FFFFFF;
}

.health-check-wrapper .hc-header p {
  color: var(--calc-bg);
  font-size: 0.95rem;
  margin: 0;
}

.health-check-wrapper .question {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  transition: 0.2s;
}

.health-check-wrapper .question:hover {
  border-color: var(--calc-bg);
}

.health-check-wrapper .question .q-text {
  font-size: 0.92rem;
  font-weight: 500;
  color: #FFFFFF;
  flex: 1;
  min-width: 200px;
}

.health-check-wrapper .question .q-text .q-num {
  display: inline-block;
  background: rgba(253, 224, 71, 0.1);
  color: var(--calc-bg);
  font-size: 0.7rem;
  font-weight: 700;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}

.health-check-wrapper .btn-group {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.health-check-wrapper .btn-group button {
  padding: 6px 20px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.2s;
}

.health-check-wrapper .btn-group button:hover {
  border-color: var(--calc-bg);
  background: rgba(253, 224, 71, 0.1);
  color: var(--calc-bg);
}

.health-check-wrapper .btn-group button.selected-yes {
  background: var(--calc-bg);
  border-color: var(--calc-bg);
  color: var(--health-bg);
}

.health-check-wrapper .btn-group button.selected-no {
  background: #D50000;
  border-color: #D50000;
  color: #fff;
}

.health-check-wrapper .hc-btn {
  background: var(--calc-bg);
  color: var(--health-bg);
  border: none;
  padding: 16px 32px;
  border-radius: 60px;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 8px 24px -6px rgba(253, 224, 71, 0.4);
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.health-check-wrapper .hc-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px -8px rgba(253, 224, 71, 0.6);
  background: #FFD54F;
}

.health-check-wrapper .hc-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Result Box */
.health-check-wrapper .result-box {
  margin-top: 24px;
  background: #ffffff;
  border: 2px solid var(--calc-bg);
  border-radius: 16px;
  padding: 20px 24px;
  display: none;
  animation: fadeIn 0.5s ease;
}

.health-check-wrapper .result-box.show {
  display: block;
}

.health-check-wrapper .result-box .score-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-weight: 700;
  border: 4px solid;
}

.health-check-wrapper .result-box .score-circle .number {
  font-size: 2.2rem;
  line-height: 1;
}

.health-check-wrapper .result-box .score-circle .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.health-check-wrapper .result-box .score-circle.red {
  color: var(--brand-cherry);
  border-color: var(--brand-cherry);
  background: #fef2f2;
}

.health-check-wrapper .result-box .score-circle.yellow {
  color: #d97706;
  border-color: #d97706;
  background: #fffbeb;
}

.health-check-wrapper .result-box .score-circle.green {
  color: var(--health-bg);
  border-color: var(--health-bg);
  background: #f0fdf4;
}

.health-check-wrapper .result-box .status-text {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.health-check-wrapper .result-box .action-plan {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 12px 0;
  border: 1px solid var(--border-light);
}

.health-check-wrapper .result-box .action-plan h4 {
  font-size: 0.85rem;
  color: var(--bg-dark);
  margin-bottom: 8px;
}

.health-check-wrapper .result-box .action-plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.health-check-wrapper .result-box .action-plan ul li {
  padding: 4px 0 4px 28px;
  position: relative;
  font-size: 0.82rem;
  color: #334155;
  line-height: 1.5;
}

.health-check-wrapper .result-box .action-plan ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--health-bg);
  font-weight: 700;
}

.health-check-wrapper .result-box .action-plan ul li.missing::before {
  content: "✗";
  color: var(--brand-cherry);
}

.health-check-wrapper .result-box .action-plan ul li.missing {
  color: var(--brand-cherry);
}

/* Lead Capture (inside health check) */
.health-check-wrapper .lead-capture {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px dashed var(--border-light);
  display: none;
}

.health-check-wrapper .lead-capture.show {
  display: block;
}

.health-check-wrapper .lead-capture h4 {
  font-size: 0.9rem;
  color: var(--bg-dark);
  margin-bottom: 12px;
}

.health-check-wrapper .lead-capture .lead-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.health-check-wrapper .lead-capture .lead-row input {
  flex: 1;
  min-width: 140px;
  padding: 10px 14px;
  border: 2px solid var(--border-light);
  border-radius: 10px;
  font-size: 0.85rem;
  background: #f8fafc;
  transition: 0.2s;
}

.health-check-wrapper .lead-capture .lead-row input:focus {
  outline: none;
  border-color: var(--health-bg);
  background: #ffffff;
}

.health-check-wrapper .lead-capture .lead-row .btn-submit {
  background: var(--health-bg);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

.health-check-wrapper .lead-capture .lead-row .btn-submit:hover {
  background: #0a522f;
}

/* Trust Badge (inside health check) */
.health-check-wrapper .trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eef2f6;
}

.health-check-wrapper .trust-badge span {
  font-size: 0.75rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 6px;
}

.health-check-wrapper .trust-badge span i {
  color: var(--health-bg);
}


/* --------------------------------------------------------- */
/* 9. RESPONSIVE MEDIA QUERIES (All merged)                  */
/* --------------------------------------------------------- */

/* Desktop (769px+) */
@media (min-width: 769px) {
  #toolsSection .tools-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* Mobile (600px) */
@media (max-width: 600px) {
  .neogree-calc-wrapper {
    padding: 20px 16px;
    margin: 20px auto;
  }
  .neogree-calc-wrapper .calc-header h2 {
    font-size: 1.4rem;
  }
  .neogree-calc-wrapper .form-row {
    flex-direction: column;
  }
  .neogree-calc-wrapper .form-row .form-group {
    min-width: 100%;
  }
  .neogree-calc-wrapper .result-box {
    padding: 16px;
  }
  .neogree-calc-wrapper .result-box .result-value.amount {
    font-size: 1.3rem;
  }
  .lead-capture .lead-row {
    flex-direction: column;
  }
  .lead-capture .lead-row .btn-submit {
    width: 100%;
    justify-content: center;
  }
  .epr-timeline .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .health-check-wrapper {
    padding: 20px 16px;
  }
  .health-check-wrapper .hc-header h2 {
    font-size: 1.4rem;
  }
  .health-check-wrapper .question {
    flex-direction: column;
    align-items: stretch;
  }
  .health-check-wrapper .question .btn-group {
    justify-content: flex-start;
  }
  .health-check-wrapper .result-box {
    padding: 16px;
  }
  .health-check-wrapper .result-box .score-circle {
    width: 100px;
    height: 100px;
  }
  .health-check-wrapper .result-box .score-circle .number {
    font-size: 1.8rem;
  }
  .health-check-wrapper .lead-capture .lead-row {
    flex-direction: column;
  }
  .health-check-wrapper .lead-capture .lead-row .btn-submit {
    width: 100%;
    justify-content: center;
  }
}

/* Small Mobile (480px) */
@media (max-width: 480px) {
  .tools-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .neogree-calc-wrapper,
  .health-check-wrapper {
    margin: 20px 0;
    padding: 16px;
  }
}
/* ========================================================= */
/* CSR SECTION — COMPLETE CSS (No Tailwind)                  */
/* ========================================================= */

/* --------------------------------------------------------- */
/* 1. SECTION LAYOUT                                         */
/* --------------------------------------------------------- */
.section-pad {
    padding: 6rem 20px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

/* --------------------------------------------------------- */
/* 2. BIG CARD WRAPPER                                       */
/* --------------------------------------------------------- */
.csr-big-card {
    /* Merges your transparent blur effect with your actual background image */
    
   background: linear-gradient(rgba(10, 24, 35, 0.75), rgba(15, 107, 62, 0.75)), url('../public/image/homepage/newgreen1.webp') no-repeat center center;
    
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

/* --------------------------------------------------------- */
/* 3. HEADER (Badge, Heading, Subtitle)                      */
/* --------------------------------------------------------- */
.scrolly-header {
    margin-bottom: 3rem;
}

.csr-header-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.csr-header-gap {
    margin-bottom: 2rem;
}

.csr-badge {
    display: inline-block;
    background: rgba(0, 230, 118, 0.1);
    border: 1px solid rgba(0, 230, 118, 0.2);
    color: var(--brand-primary);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0.4rem 1.6rem;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.heading-csr {
    font-size: var(--text-5xl);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-heading {
    font-size: var(--text-5xl);
    font-weight: 900;
    line-height: 1.2;
}

.subtitle-premium {
    font-size: var(--text-lg);
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}

.subtitle-csr {
    max-width: 700px;
    margin: 0 auto;
}

.no-shadow {
    text-shadow: none;
}

/* --------------------------------------------------------- */
/* 4. CSR GRID & INNER CARDS                                 */
/* --------------------------------------------------------- */
.csr-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.csr-inner-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 2.5rem;
    transition: all 0.2s ease;
}

.csr-inner-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 230, 118, 0.2);
    transform: translateY(-5px);
}

.sustain-card {
    border-left: 3px solid rgba(0, 230, 118, 0.3);
}

.card-heading {
    font-size: var(--text-2xl);
    font-weight: 800;
    color: #FFFFFF;
}

.csr-card-heading {
    margin-bottom: 1.5rem;
}

/* --------------------------------------------------------- */
/* 5. CSR LIST (Sustainability Approach)                     */
/* --------------------------------------------------------- */
.csr-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.csr-list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.csr-list-item:last-child {
    border-bottom: none;
}

.csr-icon {
    font-size: 1.5rem;
    min-width: 2rem;
}

.csr-list-text {
    font-size: var(--text-lg);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.csr-highlight {
    color: var(--brand-primary);
}

.csr-bold {
    font-weight: 700;
}

/* --------------------------------------------------------- */
/* 6. CSR PILLS (Tags/Badges)                                */
/* --------------------------------------------------------- */
.csr-pill-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.csr-pill-gap {
    margin-bottom: 2rem;
}

.csr-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.2rem;
    background: rgba(0, 230, 118, 0.06);
    border: 1px solid rgba(0, 230, 118, 0.1);
    border-radius: 50px;
    font-size: var(--text-sm);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.csr-pill:hover {
    background: rgba(0, 230, 118, 0.12);
    border-color: rgba(0, 230, 118, 0.3);
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* --------------------------------------------------------- */
/* 7. STAT GRID & BOXES (Counter Section)                    */
/* --------------------------------------------------------- */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.stat-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-box:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 230, 118, 0.2);
    transform: translateY(-3px);
}

.stat-box-inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.2rem;
}

.stat-number {
    font-size: var(--text-4xl);
    font-weight: 900;
    color: var(--brand-primary);
}

.stat-number-large {
    font-size: var(--text-3xl);
    font-weight: 900;
    color: var(--brand-primary);
}

.stat-label {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.5rem;
}

.stat-label-upper {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

/* --------------------------------------------------------- */
/* 8. FOOTNOTE                                               */
/* --------------------------------------------------------- */
.csr-footnote {
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
    margin-top: 1.5rem;
    text-align: center;
}

/* --------------------------------------------------------- */
/* 9. CSS-ONLY FADE-IN ANIMATION (No JS needed)              */
/* --------------------------------------------------------- */
.csr-fade-in {
    animation: csrFadeIn 0.8s ease forwards;
    opacity: 0;
}

.csr-fade-delay {
    animation-delay: 0.2s;
}

@keyframes csrFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------- */
/* 10. RESPONSIVE                                            */
/* --------------------------------------------------------- */
@media (max-width: 1024px) {
    .csr-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-pad {
        padding: 3rem 20px;
    }
    .csr-big-card {
        padding: 2.5rem 1.5rem;
    }
    .heading-csr {
        font-size: 2rem;
    }
    .section-heading {
        font-size: 2rem;
    }
    .csr-inner-card {
        padding: 1.8rem 1.5rem;
    }
    .stat-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .csr-big-card {
        padding: 2rem 1.2rem;
        border-radius: 20px;
    }
    .csr-inner-card {
        padding: 1.5rem 1.2rem;
    }
    .csr-pill {
        font-size: var(--text-xs);
        padding: 0.4rem 1rem;
    }
    .stat-number {
        font-size: var(--text-3xl);
    }
    .csr-list-text {
        font-size: var(--text-base);
    }
}
/* ========================================================= */
/* CHOOSE US SECTION — COMPLETE CSS (No Tailwind)            */
/* ========================================================= */

/* --------------------------------------------------------- */
/* 1. SEMANTIC UTILITY CLASSES (Replace Tailwind)            */
/* --------------------------------------------------------- */
.ch-header-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.ch-header-gap {
    margin-bottom: 2rem;
}

/* --------------------------------------------------------- */
/* 2. SECTION LAYOUT                                         */
/* --------------------------------------------------------- */
.section-pad {
    padding: 6rem 20px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

/* --------------------------------------------------------- */
/* 3. HEADER (Badge, Heading, Divider)                       */
/* --------------------------------------------------------- */
.scrolly-header {
    margin-bottom: 3rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 230, 118, 0.1);
    border: 1px solid rgba(0, 230, 118, 0.2);
    padding: 0.4rem 1.6rem;
    border-radius: 50px;
    margin-bottom: 1.2rem;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--brand-primary);
    border-radius: 50%;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.section-badge-text {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand-primary);
}

.heading-jumbo {
    font-size: var(--text-6xl);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-heading {
    font-size: var(--text-5xl);
    font-weight: 900;
    line-height: 1.2;
}

/* Animated Glow Line Divider */
.animated-glow-line-track {
    width: 200px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin: 1.5rem auto 0;
    position: relative;
    overflow: hidden;
}

.animated-glow-line-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
    border-radius: 3px;
    animation: glowLineMove 2s ease-in-out infinite;
}

@keyframes glowLineMove {
    0% { left: -40px; }
    100% { left: 100%; }
}

/* --------------------------------------------------------- */
/* 4. CHOOSE GRID & CARDS                                    */
/* --------------------------------------------------------- */
.choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.choose-card {
    background:var(--cream-bg); 
     border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); 
    position: relative;
    overflow: hidden;
    top: 0;
}

/* Glass morphism effect */
.glass-card {
    
   background: var(--cream-bg);
  
}

.choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-primary), #34D399);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.choose-card:hover::before {
    transform: scaleX(1);
}

.choose-card:hover {
    top: -12px; /* Keeps the perfect bounce! */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    
    /* Turns the card back into transparent glass so you can see the body background! */
    background: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
/* --------------------------------------------------------- */
/* 5. CARD CONTENT (Icon, Title, Text)                       */
/* --------------------------------------------------------- */
.choose-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

/* FIX: Renamed from .choose-heading to .choose-card-title to avoid collision */
.choose-card-title {
    font-size: var(--text-lg);
    font-weight: 700;
   color: var(--earth-brown);
    margin-bottom: 0.5rem;
}

/* FIX: Renamed from .choose-text to .choose-card-text to match CSS */
.choose-card-text {
    font-size: var(--text-sm);
    color: var(--earth-brown);
    line-height: 1.7;
}

/* --------------------------------------------------------- */
/* 6. CSS-ONLY FADE-IN ANIMATION (No JS needed)              */
/* --------------------------------------------------------- */
.ch-fade-in {
    animation: chFadeIn 0.8s ease forwards;
    opacity: 0;
}

.ch-delay-1 { animation-delay: 0.1s; }
.ch-delay-2 { animation-delay: 0.2s; }
.ch-delay-3 { animation-delay: 0.3s; }

@keyframes chFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.shadow-glow-primary {
    text-shadow: 0 0 30px rgba(0, 230, 118, 0.3);
}

/* --------------------------------------------------------- */
/* 7. RESPONSIVE                                             */
/* --------------------------------------------------------- */
@media (max-width: 1024px) {
    .choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-pad {
        padding: 3rem 20px;
    }
    .heading-jumbo {
        font-size: 2rem;
    }
    .section-heading {
        font-size: 2rem;
    }
    .choose-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .choose-card {
        padding: 1.8rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .choose-card {
        padding: 1.5rem 1.2rem;
    }
    .choose-icon {
        font-size: 2rem;
    }
    .choose-card-title {
        font-size: var(--text-base);
    }
    .animated-glow-line-track {
        width: 150px;
    }
}

/* ========================================================= */
/* TESTIMONIALS SECTION      */
/* ========================================================= */
.tm-header-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.tm-header-gap {
    margin-bottom: 2rem;
}

.tm-heading-size {
    font-size: var(--text-5xl);
    font-weight: 900;
    line-height: 1.2;
}

/* --------------------------------------------------------- */
/* 2. ANIMATED DIVIDER                                       */
/* --------------------------------------------------------- */
.tm-divider-track {
    width: 200px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin: 1.5rem auto 0;
    position: relative;
    overflow: hidden;
}

.tm-divider-dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
    border-radius: 3px;
    animation: tmDividerMove 2s ease-in-out infinite;
}

@keyframes tmDividerMove {
    0% { left: -40px; }
    100% { left: 100%; }
}

/* --------------------------------------------------------- */
/* 3. MARQUEE WRAPPER & CONTENT                              */
/* --------------------------------------------------------- */
.tm-marquee-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
}

/* Fade edges for seamless look */
.tm-marquee-wrapper::before,
.tm-marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.tm-marquee-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg-dark), transparent);
}

.tm-marquee-wrapper::after {
    right: 0;
    background: linear-gradient(-90deg, var(--bg-dark), transparent);
}

.tm-marquee-content {
    display: flex;
    gap: 24px;
    animation: tmMarqueeScroll 30s linear infinite;
    width: max-content;
}

.tm-marquee-content:hover {
    animation-play-state: paused;
}

@keyframes tmMarqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* --------------------------------------------------------- */
/* 4. TESTIMONIAL CARDS                                      */
/* --------------------------------------------------------- */

.testimonials-section {
    padding: 6rem 20px;
    background: transparent;
    overflow: hidden;
}
.testimonial-card {
    flex: 0 0 350px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    transition: all 0.3s ease;
}

/* Glass morphism effect */
.tm-card-glass {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 230, 118, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* --------------------------------------------------------- */
/* 5. CARD CONTENT (Quote, Author)                           */
/* --------------------------------------------------------- */
.tm-quote-text {
    font-size: var(--text-sm);
    color: var(--earth-brown);
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.tm-author-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

/* --------------------------------------------------------- */
/* 6. AVATAR CIRCLES (4 Color Variants)                      */
/* --------------------------------------------------------- */
.tm-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-base);
    font-weight: 800;
    flex-shrink: 0;
}

.tm-avatar-emerald {
    background: rgba(16, 185, 129, 0.15);
    color: var(--emerald-mid);
}

.tm-avatar-amber {
    background: rgba(251, 191, 36, 0.15);
    color: var(--gold-sunrise);
}

.tm-avatar-blue {
    background: rgba(59, 130, 246, 0.15);
    color: var(--emerald-mid);
}

.tm-avatar-purple {
    background: rgba(139, 92, 246, 0.15);
    color: var(--emerald-mid);
}

/* --------------------------------------------------------- */
/* 7. AUTHOR INFO                                            */
/* --------------------------------------------------------- */
.tm-author-info {
    flex: 1;
}

.tm-author-name {
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--emerald-dark);
    margin-bottom: 2px;
}

.tm-author-role {
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.4);
}

/* --------------------------------------------------------- */
/* 8. CSS-ONLY FADE-IN ANIMATION                             */
/* --------------------------------------------------------- */
.tm-fade-in {
    animation: tmFadeIn 0.8s ease forwards;
    opacity: 0;
}

@keyframes tmFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------------------------------------------- */
/* 9. RESPONSIVE                                             */
/* --------------------------------------------------------- */
@media (max-width: 1024px) {
    .testimonial-card {
        flex: 0 0 320px;
    }
}

@media (max-width: 768px) {
    .section-pad {
        padding: 3rem 20px;
    }
    .tm-heading-size {
        font-size: 2rem;
    }
    .testimonial-card {
        flex: 0 0 300px;
    }
    .tm-marquee-wrapper::before,
    .tm-marquee-wrapper::after {
        width: 50px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        flex: 0 0 280px;
        padding: 20px;
    }
    .tm-quote-text {
        font-size: var(--text-xs);
    }
    .tm-avatar {
        width: 38px;
        height: 38px;
        font-size: var(--text-sm);
    }
    .tm-divider-track {
        width: 150px;
    }
}
/* ========================================================= */
/* SCROLLYTELLING (PIBO) SECTION — COMPLETE CSS              */
/* ========================================================= */

.sc-text-center { text-align: center; }
.sc-font-bold { font-weight: 700; }
.sc-start-align { align-items: flex-start; }

/* --------------------------------------------------------- */
/* 2. SECTION LAYOUT                                         */
/* --------------------------------------------------------- */
.scrolly-section {
    position: relative;
    padding: 6rem 20px;
    background: transparent;
}
.scrolly-header-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
}
.subtitle-scrolly {
    max-width: 700px;
    margin: 0 auto;
}
.scrolly-glow {
    text-shadow: 0 0 30px rgba(0, 230, 118, 0.3);
}

/* --------------------------------------------------------- */
/* 3. SCROLLY WRAPPER (The 40/60 Layout)                     */
/* --------------------------------------------------------- */
.scrolly-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

/* --------------------------------------------------------- */
/* 4. LEFT STICKY PANEL (40% + Grid Overlap)                 */
/* --------------------------------------------------------- */
.sc-sticky-panel {
    position: sticky;
    top: 35vh; 
    align-self: flex-start;
    
    flex: 0 0 38%; 
    min-width: 0;
    max-width: none;
    
    display: grid;
    /* Anchors the text perfectly to the top-left so it never shifts */
    align-items: start; 
}

/* Base Question Box (Invisible, ZERO Movement) */
.question-box {
    grid-column: 1;
    grid-row: 1;
    
    background: transparent; 
    border: none;
    padding: 0; 
    margin: 0;
    
    opacity: 0; 
    /* Fast 0.3s fade prevents the texts from bleeding into each other! */
    transition: opacity 0.3s ease; 
    pointer-events: none; 
}

/* Active State (Solid Emerald Green, Zero Movement) */
.question-box.active {
    opacity: 1; 
    pointer-events: auto;
    
    font-size: var(--text-5xl); 
    font-weight: 900;
    line-height: 1.1;
    
    /* Solid color prevents cross-fade rendering bugs */
    color: #10B981; 
    
    /* Soft glowing shadow for depth */
    text-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}

/* --------------------------------------------------------- */
/* 5. RIGHT SCROLL PANEL (Takes the remaining 60%)           */
/* --------------------------------------------------------- */
.scroll-right-panel {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* --------------------------------------------------------- */
/* 6. CONTENT BLOCKS (The Answer Cards)                      */
/* --------------------------------------------------------- */
.content-block {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 4px solid rgba(255, 255, 255, 0.05); 
    border-radius: 24px;
    padding: 2.5rem;
    
    /* Starts dimmed by default */
    opacity: 0.35;                  
    
    /* Smooth 0.8s fade on color and opacity. NO transform! */
    transition: opacity 0.8s ease, border-color 0.8s ease, box-shadow 0.8s ease;
}

/* When JS marks as active (in viewport) */
.content-block.in-view {
    opacity: 1;
    border-color: #10B981; 
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.15);
}

/* When scrolled past (dimmed) */
.content-block.fade-out {
    opacity: 0.35;
}

.content-block:hover {
    border-color: rgba(16, 185, 129, 0.4);
}

/* --------------------------------------------------------- */
/* 7. CONTENT BLOCK INNER                                    */
/* --------------------------------------------------------- */
.content-body-pad {
    padding: 0.5rem 0;
}
.answer-title {
    font-size: var(--text-3xl);
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

/* --------------------------------------------------------- */
/* 8. MOBILE-ONLY HEADER & SCROLL PROMPT                     */
/* --------------------------------------------------------- */
.mobile-only-header {
    display: none;               
    font-size: var(--text-2xl);
    font-weight: 800;
    
    /* Updated to Brand Green so it isn't pure white! */
    color: #10B981;
    margin-bottom: 1rem;
}

.scroll-prompt {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: rgba(0, 230, 118, 0.08);
    border: 1px solid rgba(0, 230, 118, 0.2);
    border-radius: 50px;
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--brand-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    animation: scrollPromptBounce 2s ease-in-out infinite;
}
.scroll-prompt i {
    font-size: var(--text-sm);
}

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

/* --------------------------------------------------------- */
/* 9. RESPONSIVE (No !important tags used)                   */
/* --------------------------------------------------------- */
@media (max-width: 1024px) {
    .scrolly-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    .sc-sticky-panel {
        position: static;
        flex: none; 
        min-width: 100%;
        max-width: 100%;
        display: flex;
        gap: 0.8rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
    .question-box {
        flex: 0 0 auto;
        white-space: nowrap;
        margin: 0;
        opacity: 1; 
        font-size: var(--text-base);
        padding: 1rem;
        background: rgba(255,255,255,0.05); 
        border-radius: 12px;
        text-shadow: none;
    }
    .question-box.active {
        font-size: var(--text-lg);
        background: rgba(0, 230, 118, 0.1);
        color: #10B981;
    }
}

@media (max-width: 768px) {
    .scrolly-section {
        padding: 3rem 20px;
    }
    .sc-sticky-panel {
        display: none;           
    }
    .mobile-only-header {
        display: block;          
    }
    .scroll-right-panel {
        gap: 2rem;
    }
    
    /* Using specific selector paths instead of !important tags */
    .scroll-right-panel .content-block,
    .scroll-right-panel .content-block.in-view,
    .scroll-right-panel .content-block.fade-out {
        padding: 1.8rem 1.5rem;
        opacity: 1;
    }
    
    .answer-title {
        font-size: var(--text-2xl);
    }
    .text-brown {
        font-size: var(--text-base);
        color: var(--earth-brown);
    }
}

@media (max-width: 480px) {
    .scroll-right-panel .content-block {
        padding: 1.5rem 1.2rem;
    }
    .answer-title {
        font-size: var(--text-xl);
    }
}

/* --------------------------------------------------------- */
/* 10. FIXES FOR MISSING/CONFLICTING CLASSES                 */
/* --------------------------------------------------------- */
.text-brown { color: var(--earth-brown); }

.highlight-cherry {
    color: var(--brand-cherry);
    font-weight: 700;
    background: linear-gradient(120deg, rgba(210, 4, 45, 0.15) 0%, rgba(210, 4, 45, 0.05) 100%);
    padding: 0 0.3rem;
    border-radius: 4px;
}

.text-green { color: var(--brand-primary); font-weight: 600; }

.section-divider {
    width: 200px;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin: 1.5rem auto 0;
    position: relative;
    overflow: hidden;
}

.travel-dot {
    position: absolute;
    top: 0; left: 0;
    width: 40px; height: 100%;
    background: linear-gradient(90deg, transparent, var(--brand-primary), transparent);
    border-radius: 3px;
    animation: travelDotMove 2s ease-in-out infinite;
}

@keyframes travelDotMove {
    0% { left: -40px; }
    100% { left: 100%; }
}
/* ========================================================= */
/* FAQ SECTION — FINAL (Real live-site values + fills)       */
/* ========================================================= */

*, *::before, *::after { box-sizing: border-box !important; }  /* REAL */

.faq-section-wrapper { padding: 6rem 20px; background: transparent; }  /* fill */

/* Brown card — REAL */
.new-faq-card {
    width: 100%; max-width: 950px; margin: 0 auto;
    background: #9F8B73; border-radius: 24px; padding: 2.5rem 1.5rem;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2); overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Header — fill (matches screenshot) */
.new-faq-header { text-align: center; margin-bottom: 2.5rem; }
.new-faq-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,0.18); color: #FFFFFF;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
    padding: 0.5rem 1.4rem; border-radius: 50px;
    text-transform: uppercase; margin-bottom: 1.2rem;
}
.new-faq-header h2 { font-size: 2.5rem; font-weight: 800; color: #FFFFFF; margin-bottom: 0.8rem; }
.new-faq-header h2 span { color: #A5D6B7; }
.new-faq-header p { font-size: 1rem; color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto; line-height: 1.6; }

/* List + auto numbers */
.new-faq-list { counter-reset: faq-counter; display: flex; flex-direction: column; gap: 0.9rem; }

/* Items — REAL */
.new-faq-item { background: #f4fdf8; border: 1px solid #cdeeda; border-radius: 14px; overflow: hidden; transition: all 0.25s ease; }
.new-faq-item.active { background: #eafbf1; border-color: #0f6b3e; box-shadow: 0 4px 15px rgba(15,107,62,0.12); }

/* Question row — fill */
.new-faq-question { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; cursor: pointer; }
.new-faq-q-left { display: flex; align-items: center; gap: 0.9rem; flex: 1; min-width: 0; }

/* Number circle — base fill, active REAL */
.new-faq-num {
    counter-increment: faq-counter;
    width: 34px; height: 34px; min-width: 34px; border-radius: 50%;
    background: #e5e7eb; color: #374151;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; font-weight: 700;
}
.new-faq-num::before { content: counter(faq-counter); }
.new-faq-item.active .new-faq-num { background: #0f6b3e; color: #FFFFFF; }

/* Text — REAL */
.new-faq-text { font-size: 0.92rem; font-weight: 600; color: #064e3b; line-height: 1.35; min-width: 0; word-break: break-word; }
.new-faq-text .highlight { color: #0f6b3e; }

.flex-center-gap { display: flex; align-items: center; gap: 0.8rem; flex-shrink: 0; }

/* Tag + chevron — fill (matches screenshot) */
.new-faq-tag {
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: #065f46; background: #d1fae5; padding: 0.35rem 0.9rem;
    border-radius: 20px; white-space: nowrap;
}
.new-faq-icon { color: #064e3b; font-size: 0.85rem; transition: transform 0.3s ease; }
.new-faq-item.active .new-faq-icon { transform: rotate(180deg); }

/* Answer — REAL */
.new-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; padding: 0 18px; color: #064e3b; }
.new-faq-item.active .new-faq-answer { max-height: 1200px; padding: 0 18px 14px; }
.new-faq-answer p { margin: 0 0 10px 0; color: #064e3b; font-size: 0.92rem; line-height: 1.7; }
.new-faq-answer li { margin-bottom: 4px; color: #064e3b; font-size: 0.92rem; }
.new-faq-answer .highlight-box { background: rgba(15,107,62,0.08); border-left: 4px solid #0f6b3e; padding: 8px 14px; border-radius: 0 10px 10px 0; margin: 8px 0; }

/* Steps — fill */
.step-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0; }
.step-item { display: flex; align-items: center; gap: 8px; background: #ffffff; border: 1px solid #cdeeda; border-radius: 10px; padding: 8px 10px; font-size: 0.85rem; color: #064e3b; }
.step-num { width: 24px; height: 24px; min-width: 24px; border-radius: 50%; background: #0f6b3e; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; }
.step-span-2 { grid-column: span 2; }

/* CTA — fill */
.new-faq-cta { text-align: center; margin-top: 2rem; }
.new-faq-btn { display: inline-flex; align-items: center; gap: 0.6rem; background: #0f6b3e; color: #FFFFFF; font-weight: 700; font-size: 0.95rem; padding: 0.9rem 2rem; border-radius: 50px; text-decoration: none; transition: all 0.25s ease; }
.new-faq-btn:hover { background: #064e3b; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,107,62,0.3); }

/* Responsive */
@media (max-width: 768px) {
    .faq-section-wrapper { padding: 3rem 15px; }
    .new-faq-card { padding: 1.8rem 1rem; }
    .new-faq-header h2 { font-size: 1.8rem; }
    .new-faq-question { flex-wrap: wrap; }
    .step-grid { grid-template-columns: 1fr; }
    .step-span-2 { grid-column: span 1; }
}