:root {
  --energy-gold: #f59e0b;
  --energy-orange: #f97316;
  --glass-border: rgba(255, 255, 255, 0.1);
  --logo-coral: #ff5e57;
  --logo-grey: #636e72;
  --logo-navy: #0d2137;
  --logo-turquoise: #48c9b0;
  --wave-dark: var(--logo-navy);
  --wave-green: var(--logo-turquoise);
  --wave-light: #f8fafc;
}

/* ══════════════════════════════════════════════════════════
   Reset & Base
══════════════════════════════════════════════════════════ */
* {
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: var(--wave-light);
  color: var(--logo-navy);
  overflow-x: hidden;
  margin: 0;
  background-color: var(--wave-light);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--logo-navy);
  border-radius: 10px;
}

.energy-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  color: white;
}

.featured-body {
  flex: 1;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
}

.article-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-body {
  padding: 28px;
}

.featured-body h3 {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
}

.featured-body p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 18px;
}

.video-body {
  padding: 22px;
}

.material-body {
  padding: 28px;
}

.card-body-inner {
  padding: 28px;
}

.portfolio-card.featured .card-body-inner {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prog-body {
  padding: 32px;
}

.case-body {
  padding: 30px;
}

/* ══════════════════════════════════════════════════════════
   Navbar
══════════════════════════════════════════════════════════ */
/* .navbar {
  padding: 1.2rem 0;
  transition: all 0.4s;
  background: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar.scrolled {
  background: rgba(13, 33, 55, 0.98);
  backdrop-filter: blur(15px);
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--glass-border);
}

.navbar-brand img {
  height: 55px;
  transition: 0.3s;
}

.nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 14px;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dropdown-menu-item {
  color: #0d2137 !important;
  padding: 8px 15px !important;
  border-radius: 8px;
  font-size: 0.8rem;
} */

/* .nav-link:hover,
.nav-link.active {
  opacity: 1;
  color: var(--logo-turquoise) !important;
} */

/* .dropdown-menu {
  background: #fff;
  border-radius: 15px;
  border: none;
  box-shadow: 0 20px 60px rgba(13, 33, 55, 0.12);
  padding: 10px;
  top: 120%;
  min-width: 220px;
}

.dropdown-menu .nav-link {
  color: var(--logo-navy) !important;
  padding: 10px 15px !important;The Data
  border-radius: 10px;
}

.dropdown-menu .nav-link:hover {
  background: var(--wave-light);
  color: var(--logo-turquoise) !important;
}

.nav-link:hover {
  opacity: 1;
  color: var(--logo-turquoise) !important;
}

.navbar-nav .nav-link {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 6px 24px !important;
  transition: all 0.3s ease;
} */

/* .navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #48c9b0 !important;
} */

/* .dropdown-menu-item:hover {
  background: rgba(72, 201, 176, 0.1) !important;
  color: #48c9b0 !important;
} */

/* ══════════════════════════════════════════════════════════
   Hero
══════════════════════════════════════════════════════════ */
.page-hero {
  min-height: 560px;
  background: linear-gradient(
    135deg,
    #0a1a2e 0%,
    var(--logo-navy) 50%,
    #0e2a40 100%
  );
  display: flex;
  align-items: center;
  padding: 130px 0 80px;
  position: relative;
  overflow: hidden;
  height: 117vh;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 80% 40%,
      rgba(72, 201, 176, 0.2) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 10% 90%,
      rgba(255, 94, 87, 0.12) 0%,
      transparent 45%
    );
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-trail {
  font-size: 0.85rem;
  color: var(--logo-turquoise);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.hero-h1 {
  font-size: clamp(2.5rem, 7vw, 2.2rem);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  max-width: 520px;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(72, 201, 176, 0.3);
  border-radius: 100px;
  padding: 8px 22px;
  font-size: 0.85rem;
  margin-bottom: 24px;
  color: var(--logo-turquoise);
  font-weight: 700;
}

.hero-inner h1 {
  font-size: clamp(2.8rem, 6vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 22px;
}

.hero-inner p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 36px;
}

.btn-hero-outline {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 14px 32px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-hero-outline:hover {
  border-color: white;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.hero-numbers {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hero-number-item {
  border-left: 3px solid;
  padding-left: 20px;
}

.hero-number-val {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.hero-number-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.hero-video-container {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--logo-navy);
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.5;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(13, 33, 55, 0.8) 0%,
    rgba(13, 33, 55, 0.4) 50%,
    rgba(13, 33, 55, 0.9) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 900px;
  padding: 0 20px;
}

.hero-tagline {
  font-weight: 800;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.btn-hero-primary {
  background: var(--logo-turquoise);
  color: var(--logo-navy);
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-hero-primary:hover {
  transform: translatey(-4px);
  box-shadow: 0 20px 40px rgba(72, 201, 176, 0.3);
  color: var(--logo-navy);
}

/* ══════════════════════════════════════════════════════════
   Buttons
══════════════════════════════════════════════════════════ */
.btn-collaborate {
  background: linear-gradient(135deg, var(--logo-turquoise), var(--logo-navy));
  color: white;
  padding: 11px 26px;
  border-radius: 100px;
  font-weight: 700;
  border: none;
  box-shadow: 0 10px 20px rgba(13, 33, 55, 0.2);
  transition: 0.4s;
  text-decoration: none;
  display: inline-block;
}

.btn-collaborate:hover {
  transform: translatey(-3px);
  background: var(--logo-coral);
  color: white;
}

.btn-nav-premium {
  position: relative;
  padding: 12px 28px;
  background: #48c9b0;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  border: none;
  display: block;
}

.btn-nav-premium:hover {
  background: #3bb29a;
  transform: translatey(-2px);
  box-shadow: 0 10px 20px rgba(72, 201, 176, 0.3);
  color: #fff;
}

.btn-white {
  background: white;
  color: var(--logo-coral);
  padding: 15px 36px;
  border-radius: 100px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  align-items: center;
  gap: 8px;
}

.btn-white:hover {
  transform: translatey(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  color: var(--logo-coral);
  background: var(--logo-turquoise);
}

.btn-outline-white {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 13px 34px;
  border-radius: 100px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  margin-left: 16px;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: white;
  color: white;
}

.btn-submit {
  width: 100%;
  padding: 17px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--logo-navy), #1a3a5c);
  color: white;
  font-weight: 800;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--logo-turquoise), var(--logo-navy));
  opacity: 0;
  transition: opacity 0.4s;
}

.btn-submit:hover::before {
  opacity: 1;
}

.btn-submit span {
  position: relative;
  z-index: 1;
}

.btn-submit:hover {
  transform: translatey(-3px);
  box-shadow: 0 15px 35px rgba(13, 33, 55, 0.25);
}

.btn-gold {
  background: var(--energy-gold);
  color: var(--logo-navy);
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-gold:hover {
  transform: translatey(-4px);
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.35);
  color: var(--logo-navy);
}

.btn-main {
  background: var(--logo-navy);
  color: white;
  padding: 16px 30px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-main:hover {
  background: var(--logo-coral);
  transform: translatey(-3px);
  color: white;
}

.btn-secondary {
  color: var(--logo-navy);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  padding: 5px 0;
}

.btn-secondary:hover {
  color: var(--logo-turquoise);
  border-color: var(--logo-turquoise);
}

.btn-collaborate-now {
  width: 100%;
  padding: 18px;
  border-radius: 15px;
  border: none;
  background: #0d2137;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s;
}

.btn-collaborate-now:hover {
  background: #48c9b0;
  transform: translatey(-3px);
  box-shadow: 0 15px 30px rgba(72, 201, 176, 0.3);
}

.btn-premium {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 22px 40px;
  background: #0d2137;
  color: #fff;
  border: none;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.btn-text,
.btn-icon {
  position: relative;
  z-index: 2;
}

.btn-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 300%;
  background: radial-gradient(
    circle,
    rgba(72, 201, 176, 0.4) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s ease;
  z-index: 1;
}

.btn-premium:hover {
  transform: translatey(-5px);
  box-shadow: 0 20px 40px rgba(13, 33, 55, 0.2);
}

.btn-premium:hover .btn-glow {
  transform: translate(-50%, -50%) scale(1);
}

.btn-premium:hover .btn-icon {
  transform: translatex(8px);
}

.btn-turquoise {
  background: var(--logo-turquoise);
  color: var(--logo-navy);
  padding: 16px 30px;
  border-radius: 14px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
  font-family: inherit;
}

.btn-turquoise:hover {
  background: var(--logo-coral);
  color: white;
  transform: translatey(-2px);
}

.btn-coral {
  background: var(--logo-coral);
  color: white;
  padding: 16px 36px;
  border-radius: 100px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.btn-coral:hover {
  transform: translatey(-4px);
  box-shadow: 0 20px 40px rgba(255, 94, 87, 0.35);
  color: white;
}

.btn-prog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s;
  border: 2px solid;
}

.btn-prog-navy {
  color: var(--logo-navy);
  border-color: var(--logo-navy);
}

.btn-prog-navy:hover {
  background: var(--logo-navy);
  color: white;
  transform: translatex(4px);
}

.btn-prog-coral {
  color: var(--logo-coral);
  border-color: var(--logo-coral);
}

.btn-prog-coral:hover {
  background: var(--logo-coral);
  color: white;
  transform: translatex(4px);
}

.btn-prog-turquoise {
  color: var(--logo-turquoise);
  border-color: var(--logo-turquoise);
}

.btn-prog-turquoise:hover {
  background: var(--logo-turquoise);
  color: white;
  transform: translatex(4px);
}

.btn-featured {
  background: var(--logo-turquoise);
  color: var(--logo-navy);
  padding: 15px 34px;
  border-radius: 100px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.btn-featured:hover {
  transform: translatey(-3px);
  box-shadow: 0 15px 30px rgba(72, 201, 176, 0.4);
  color: var(--logo-navy);
}

/* ══════════════════════════════════════════════════════════
   Footer
══════════════════════════════════════════════════════════ */
footer {
  background: var(--logo-navy);
  padding: 80px 0 30px;
  color: #fff;
  font-size: 0.9rem;
}

.footer-logo {
  height: 70px;
  margin-bottom: 25px;
  filter: brightness(1.1);
}

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}

.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 40px;
  height: 2px;
  background: var(--logo-coral);
}

.footer-links-list {
  padding: 0;
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 15px;
  transition: transform 0.3s;
}

.footer-links-list li:hover {
  transform: translatex(8px);
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.footer-links-list a i {
  font-size: 0.7rem;
  margin-right: 10px;
  color: var(--logo-turquoise);
}

.footer-links-list a:hover {
  color: var(--logo-turquoise);
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}

.social-link:hover {
  background: var(--logo-coral);
  color: white;
  transform: translatey(-5px);
}

.footer-sub input {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 12px 15px;
  border-radius: 8px 0 0 8px;
}

.footer-sub input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-subscription-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-subscription-box .form-control {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 12px 15px;
  border-radius: 10px;
}

.footer-subscription-box .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.exp-footer-text {
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  color: #fff;
}

.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

/* ══════════════════════════════════════════════════════════
   Section Layout
══════════════════════════════════════════════════════════ */
.wave-divider {
  height: 80px;
  overflow: hidden;
}

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

.section-pad {
  padding: 100px 0;
}

.sub-label {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--logo-turquoise);
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--logo-navy);
}

.section-title .highlight {
  color: var(--logo-coral);
}

.lead-text {
  font-size: 1.05rem;
  color: #64748b;
  line-height: 1.8;
  max-width: 540px;
}

.reveal {
  opacity: 0;
  transform: translatey(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translatey(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.highlight {
  color: var(--logo-coral);
}

.sub-label-gold {
  color: var(--energy-gold);
}

.sub-label-turq {
  color: var(--logo-turquoise);
}

.sub-label-coral {
  color: var(--logo-coral);
}

.section-title .gold {
  color: var(--energy-gold);
}

.section-title .turq {
  color: var(--logo-turquoise);
}

.section-title .coral {
  color: var(--logo-coral);
}

.card-highlight {
  background: linear-gradient(145deg, var(--logo-navy), #1a3a5a);
}

.card-highlight h4,
.card-highlight p {
  color: white;
}
/* 
.card-highlight .map-icon-wrap {
  background: rgba(255, 255, 255, 0.1);
  color: white;
} */

.impact-title .highlight {
  background: linear-gradient(90deg, #0d2137, #48c9b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ══════════════════════════════════════════════════════════
   Cards & Components
══════════════════════════════════════════════════════════ */
.mission-stat-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.08);
  border-top: 4px solid transparent;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
}

.mission-stat-card:hover {
  transform: translatey(-8px);
  box-shadow: 0 25px 50px rgba(13, 33, 55, 0.14);
}

.team-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.08);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  height: 100%;
}

.team-card:hover {
  transform: translatey(-10px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.14);
}

.team-card:hover .team-photo-overlay {
  opacity: 1;
}

.value-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s;
  height: 100%;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translatey(-8px);
  border-color: var(--logo-turquoise);
}

.contact-form-card {
  background: white;
  border-radius: 28px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(13, 33, 55, 0.1);
}

.interest-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 100px;
  border: 2px solid #e2e8f0;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
  transition: all 0.3s;
  user-select: none;
}

.chip-input {
  display: none;
}

.chip-input:checked + .chip-label {
  border-color: var(--logo-turquoise);
  background: rgba(72, 201, 176, 0.08);
  color: var(--logo-turquoise);
}

.info-panel {
  padding-left: 40px;
}

.info-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.07);
  margin-bottom: 20px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.3s;
}

.info-card:hover {
  transform: translatex(6px);
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.12);
}

.collab-types {
  background: var(--logo-navy);
  border-radius: 24px;
  padding: 36px;
  margin-top: 24px;
}

.collab-title {
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  font-size: 1rem;
}

.collab-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.collab-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.collab-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.collab-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.faq-section {
  background: white;
  padding: 90px 0;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-question {
  padding: 24px 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--logo-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s;
}

.faq-question:hover {
  color: var(--logo-turquoise);
}

.faq-question.open {
  color: var(--logo-turquoise);
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 0;
}

.faq-question.open .faq-icon {
  background: var(--logo-turquoise);
  color: white;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer-inner {
  padding: 0 0 24px;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.8;
}

.map-section {
  padding: 0 0 90px;
}

.map-container {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(13, 33, 55, 0.05),
    rgba(72, 201, 176, 0.08)
  );
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(13, 33, 55, 0.12);
  flex-direction: column;
  gap: 12px;
}

.map-icon {
  font-size: 3rem;
}

.map-text {
  font-weight: 700;
  color: var(--logo-navy);
  opacity: 0.5;
}

.map-sub {
  font-size: 0.85rem;
  color: #94a3b8;
}

.energy-card {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 380px;
  box-shadow: 0 20px 50px rgba(13, 33, 55, 0.12);
  transition: 0.4s;
  cursor: pointer;
}

.energy-card:hover {
  transform: translatey(-12px);
  box-shadow: 0 35px 70px rgba(13, 33, 55, 0.18);
}

.energy-card-img {
  position: absolute;
  inset: 0;
}

.energy-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}

.energy-card:hover .energy-card-img img {
  transform: scale(1.08);
}

.energy-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 33, 55, 0.92) 0%,
    rgba(13, 33, 55, 0.3) 60%,
    transparent 100%
  );
}

.pilot-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.07);
  transition: 0.4s;
  height: 100%;
}

.pilot-card:hover {
  transform: translatey(-8px);
  box-shadow: 0 25px 50px rgba(13, 33, 55, 0.12);
}

.vision-card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.07);
  text-align: center;
  transition: 0.4s;
}

.vision-card:hover {
  transform: translatey(-10px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.12);
}

.kpi-card {
  background: white;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.07);
  height: 100%;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}

.kpi-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 22px 0 80px;
  opacity: 0.08;
}

.kpi-card.navy::after {
  background: var(--logo-navy);
}

.kpi-card.coral::after {
  background: var(--logo-coral);
}

.kpi-card.turq::after {
  background: var(--logo-turquoise);
}

.kpi-card:hover {
  transform: translatey(-8px);
  box-shadow: 0 25px 50px rgba(13, 33, 55, 0.12);
}

.sdg-card {
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
  cursor: default;
}

.sdg-card:hover {
  transform: translatey(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.report-card {
  background: white;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.07);
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: all 0.3s;
  height: 100%;
}

.report-card:hover {
  transform: translatey(-6px);
  box-shadow: 0 20px 50px rgba(13, 33, 55, 0.12);
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 36px;
  height: 100%;
  transition: all 0.3s;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(72, 201, 176, 0.3);
}

.premium-card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  transition: all 0.4s;
  height: 100%;
  box-shadow: 0 20px 40px rgba(13, 33, 55, 0.1);
  border-bottom: 5px solid transparent;
}

.card-will {
  border-color: var(--logo-navy);
}

.card-action {
  border-color: var(--logo-coral);
}

.card-vision {
  border-color: var(--logo-turquoise);
}

.premium-card:hover {
  transform: translatey(-15px);
}

.icon-box-navy {
  color: var(--logo-navy);
  background: rgba(13, 33, 55, 0.1);
}

.icon-box-coral {
  color: var(--logo-coral);
  background: rgba(255, 94, 87, 0.1);
}

.icon-box-turquoise {
  color: var(--logo-turquoise);
  background: rgba(72, 201, 176, 0.1);
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.map-connector {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--logo-turquoise),
    transparent
  );
  opacity: 0.3;
  z-index: 1;
}

.map-card {
  background: white;
  padding: 45px 30px;
  border-radius: 32px;
  text-align: center;
  z-index: 2;
  border: 1px solid rgba(13, 33, 55, 0.05);
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.03);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.map-card:hover {
  transform: translatey(-15px);
  box-shadow: 0 40px 80px rgba(13, 33, 55, 0.1);
  border-color: var(--logo-turquoise);
}

.map-icon-wrap {
  width: 80px;
  height: 80px;
  background: #f8fafc;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 1.8rem;
  color: var(--logo-navy);
  transition: all 0.4s ease;
}

.map-card:hover .map-icon-wrap {
  background: var(--logo-navy);
  color: white;
  transform: rotate(-10deg);
}

.map-card h4 {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--logo-navy);
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.map-card p {
  font-size: 0.95rem;
  color: var(--logo-grey);
  line-height: 1.6;
  opacity: 0.8;
}

.focus-card {
  position: relative;
  height: 500px;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.focus-card h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.focus-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0;
}

.focus-card:hover {
  transform: scale(1.02);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.2);
}

.focus-card:hover .focus-bg {
  transform: scale(1.1);
}

.focus-card:hover .focus-content {
  transform: translatey(0);
}

.focus-card:hover p {
  max-height: 100px;
  opacity: 1;
  margin-top: 15px;
}

.map-wrapper {
  position: relative;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-overlay text {
  font-size: 14px;
  font-weight: 600;
  fill: black;
  paint-order: stroke;
  stroke: white;
  stroke-width: 5px;
  stroke-linejoin: round;
}

.engagement-card {
  position: relative;
  margin-bottom: 25px;
  border-radius: 25px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.card-glass-blur {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.engagement-card:hover {
  transform: translatex(15px) scale(1.02);
  border-color: rgba(72, 201, 176, 0.3);
  background: rgba(72, 201, 176, 0.05);
}

.card-icon-box img {
  width: 80px;
  height: 80px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card-text h5 {
  color: var(--logo-turquoise);
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.card-text p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.5;
}

.impact-card {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow:
    0 10px 30px rgba(13, 33, 55, 0.04),
    0 4px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}

.card-glass-effect {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.impact-card:hover {
  transform: translatey(-12px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.1);
  border-color: rgba(72, 201, 176, 0.3);
}

.impact-card:hover .card-glass-effect {
  opacity: 1;
}

.project-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.03);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-card:hover {
  transform: translatey(-15px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.1);
}

.project-card:hover img {
  transform: scale(1.1);
}

.review-card {
  width: 400px;
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.03);
  transition:
    transform 0.4s ease,
    border-color 0.4s ease;
  flex-shrink: 0;
}

.review-card:hover {
  transform: scale(1.02);
  border-color: rgba(72, 201, 176, 0.3);
  box-shadow: 0 20px 40px rgba(13, 33, 55, 0.06);
}

.why-collaborate-box {
  background: linear-gradient(135deg, #e8f8f5 0%, #fff 100%);
  padding: 50px;
  border-radius: 40px;
  height: 100%;
  border: 1px solid rgba(72, 201, 176, 0.1);
  padding-right: 40px;
}

.donation-form-card {
  background: #fff;
  padding: 50px;
  border-radius: 40px;
  box-shadow: 0 40px 100px rgba(13, 33, 55, 0.06);
  border: 1px solid #f1f5f9;
}

.purpose-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip {
  padding: 10px 22px;
  border-radius: 50px;
  border: 1.5px solid #f1f5f9;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0d2137;
  transition: all 0.3s;
  cursor: pointer;
}

.chip.active,
.chip:hover {
  background: #48c9b0;
  color: #fff;
  border-color: #48c9b0;
}

.chip.active {
  background: #48c9b0;
  color: #fff;
  border-color: #48c9b0;
  box-shadow: 0 10px 20px rgba(72, 201, 176, 0.2);
}

.article-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.07);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translatey(-10px);
  box-shadow: 0 24px 50px rgba(13, 33, 55, 0.12);
}

.sidebar-card {
  background: white;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.07);
  margin-bottom: 24px;
}

.news-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.07);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  height: 100%;
}

.news-card:hover {
  transform: translatey(-10px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.13);
}

.news-card:hover .news-img img {
  transform: scale(1.06);
}

.featured-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 33, 55, 0.1);
}

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

.video-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.07);
  transition: 0.4s;
  height: 100%;
}

.video-card:hover {
  transform: translatey(-8px);
  box-shadow: 0 25px 50px rgba(13, 33, 55, 0.12);
}

.video-card:hover .video-thumb img {
  transform: scale(1.07);
}

.video-card:hover .play-btn {
  background: var(--logo-coral);
  color: white;
  transform: translate(-50%, -50%) scale(1.1);
}

.material-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.07);
  height: 100%;
  transition: 0.4s;
}

.material-card:hover {
  transform: translatey(-12px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.13);
}

.material-card:hover .material-img img {
  transform: scale(1.07);
}

.process-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px;
  text-align: center;
  transition: 0.4s;
  position: relative;
}

.process-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translatey(-8px);
}

.partner-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.06);
  transition: 0.4s;
}

.partner-card:hover {
  transform: translatey(-8px);
  box-shadow: 0 25px 50px rgba(13, 33, 55, 0.12);
}

.portfolio-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.08);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}

.portfolio-card:hover {
  transform: translatey(-12px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.14);
}

.card-visual {
  height: 220px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.card-visual .card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-visual .card-status {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.card-meta .location {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
}

.card-meta .year {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.card-stats {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}

.card-stat {
  text-align: center;
}

.card-stat .val {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.card-stat .lbl {
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 600;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 16px;
  transition: gap 0.3s;
}

.card-link:hover {
  gap: 10px;
}

.portfolio-card.featured {
  grid-column: 1/-1;
}

.portfolio-card.featured .card-inner {
  display: flex;
  flex-direction: row;
}

.portfolio-card.featured .card-visual {
  height: auto;
  min-height: 280px;
  flex: 0 0 40%;
  font-size: 7rem;
}

.program-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.program-card:hover {
  transform: translatey(-12px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.14);
}

.pillar-card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.07);
  border-left: 5px solid transparent;
  transition: all 0.4s;
}

.pillar-card:hover {
  transform: translatey(-12px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.12);
}

.pillar-card.turquoise {
  border-color: var(--logo-turquoise);
}

.pillar-card.coral {
  border-color: var(--logo-coral);
}

.pillar-card.navy {
  border-color: var(--logo-navy);
}

.reach-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px;
  text-align: center;
  transition: 0.4s;
}

.reach-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translatey(-8px);
}

.case-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(13, 33, 55, 0.07);
  height: 100%;
  transition: 0.4s;
}

.case-card:hover {
  transform: translatey(-10px);
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.13);
}

.case-card:hover .case-img img {
  transform: scale(1.06);
}

/* ══════════════════════════════════════════════════════════
   Utility Colors
══════════════════════════════════════════════════════════ */
.border-navy {
  border-color: var(--logo-navy);
}

.border-coral {
  border-color: var(--logo-coral);
}

.border-turquoise {
  border-color: var(--logo-turquoise);
}

.text-navy {
  color: var(--logo-navy);
}

.text-coral {
  color: var(--logo-coral);
}

.text-turquoise {
  color: var(--logo-turquoise);
}

/* ══════════════════════════════════════════════════════════
   Page-Specific Components
══════════════════════════════════════════════════════════ */
.stat-big {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-desc {
  font-size: 0.9rem;
  color: rgba(13, 33, 55, 0.5);
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.story-section {
  background: white;
}

.timeline {
  position: relative;
  padding-left: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--logo-turquoise),
    var(--logo-coral),
    var(--logo-navy)
  );
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-dot {
  position: absolute;
  left: -39px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 3px var(--logo-turquoise);
  background: var(--logo-turquoise);
}

.timeline-dot.coral {
  background: var(--logo-coral);
  box-shadow: 0 0 0 3px var(--logo-coral);
}

.timeline-dot.navy {
  background: var(--logo-navy);
  box-shadow: 0 0 0 3px var(--logo-navy);
}

.timeline-year {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--logo-turquoise);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.timeline-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--logo-navy);
  margin-bottom: 8px;
}

.timeline-text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
}

.team-section {
  background: var(--wave-light);
}

.team-photo {
  height: 260px;
  position: relative;
  overflow: hidden;
}

.team-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  background: linear-gradient(
    135deg,
    rgba(13, 33, 55, 0.08),
    rgba(72, 201, 176, 0.15)
  );
}

.team-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 33, 55, 0.8) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.team-social {
  display: flex;
  gap: 10px;
}

.team-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 0.85rem;
}

.team-social a:hover {
  background: var(--logo-coral);
}

.team-info {
  padding: 28px;
}

.team-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.85rem;
  color: var(--logo-turquoise);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.team-bio {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

.values-section {
  background: var(--logo-navy);
  padding: 100px 0;
}

.value-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.value-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: white;
  margin-bottom: 12px;
}

.value-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.cta-strip {
  background: linear-gradient(135deg, var(--logo-coral), #e5433b);
  padding: 80px 0;
  text-align: center;
}

.cta-strip h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}

.cta-strip p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin-bottom: 36px;
}

.contact-section {
  padding: 100px 0;
}

.form-group {
  margin-bottom: 24px;
}

.form-label {
  font-weight: 700;
  font-size: 0.85rem;
  color: #0d2137;
  margin-bottom: 10px;
  display: block;
}

.form-control-wave {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 2px solid #e2e8f0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  color: var(--logo-navy);
  background: #f8fafc;
  transition: all 0.3s;
  outline: none;
}

.form-control-wave:focus {
  border-color: var(--logo-turquoise);
  background: white;
  box-shadow: 0 0 0 4px rgba(72, 201, 176, 0.1);
}

.form-control-wave::placeholder {
  color: #94a3b8;
}

textarea.form-control-wave {
  resize: vertical;
  min-height: 140px;
}

select.form-control-wave {
  cursor: pointer;
}

.info-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.info-title {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--logo-navy);
  margin-bottom: 4px;
}

.info-value {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

.info-value a {
  color: var(--logo-turquoise);
  text-decoration: none;
  font-weight: 600;
}

.info-value a:hover {
  color: var(--logo-navy);
}

.success-msg {
  display: none;
  text-align: center;
  padding: 40px;
}

.success-icon {
  font-size: 4rem;
  margin-bottom: 16px;
}

.success-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 8px;
}

.success-sub {
  color: #64748b;
}

.counter-strip {
  background: var(--energy-gold);
  padding: 0;
  overflow: hidden;
}

.counter-inner {
  display: flex;
}

.counter-stat {
  padding: 30px 50px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
}

.counter-stat:last-child {
  border-right: none;
}

.counter-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--logo-navy);
  line-height: 1;
}

.counter-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(13, 33, 55, 0.7);
  margin-top: 6px;
}

.energy-type {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--energy-gold);
  margin-bottom: 10px;
}

.energy-title {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
}

.energy-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  margin-bottom: 16px;
}

.energy-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--energy-gold);
}

.policy-section {
  background: white;
}

.policy-item {
  padding: 36px;
  background: var(--wave-light);
  border-radius: 20px;
  height: 100%;
  transition: 0.4s;
  border-left: 5px solid transparent;
}

.policy-item:hover {
  background: white;
  box-shadow: 0 20px 50px rgba(13, 33, 55, 0.1);
  transform: translatex(6px);
  border-left-color: var(--energy-gold);
}

.policy-num {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--energy-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.policy-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 10px;
}

.policy-text {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.75;
  margin: 0;
}

.progress-section {
  background: var(--logo-navy);
  padding: 100px 0;
}

.progress-item {
  margin-bottom: 36px;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.progress-name {
  font-weight: 700;
  color: white;
  font-size: 0.95rem;
}

.progress-pct {
  font-weight: 800;
  color: var(--energy-gold);
}

.progress-bar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  height: 10px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 1.5s ease;
}

.pilot-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--energy-gold);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.pilot-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 10px;
  line-height: 1.4;
}

.pilot-text {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.pilot-stats {
  display: flex;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}

.pilot-stat-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--logo-navy);
}

.pilot-stat-label {
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 600;
}

.pilot-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}

.status-active {
  background: rgba(72, 201, 176, 0.2);
  color: var(--logo-turquoise);
}

.status-upcoming {
  background: rgba(245, 158, 11, 0.12);
  color: var(--energy-gold);
}

.status-completed {
  background: rgba(13, 33, 55, 0.08);
  color: var(--logo-navy);
}

.vision-section {
  background: linear-gradient(135deg, #fffbeb, #fff8f0);
  padding: 100px 0;
}

.vision-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: rgba(245, 158, 11, 0.12);
  color: var(--energy-gold);
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.vision-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 10px;
}

.vision-text {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
}

.cta-section {
  background: linear-gradient(135deg, var(--logo-turquoise), #2ecc71);
  padding: 80px 0;
}

.gallery-stats-banner {
  background: white;
  padding: 40px 0;
  border-top: 1px solid #f0f4f8;
  border-bottom: 1px solid #f0f4f8;
}

.gstat-item {
  text-align: center;
  padding: 10px;
}

.gstat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--logo-navy);
  line-height: 1;
}

.gstat-label {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-filters {
  padding: 55px 0 28px;
  text-align: center;
}

.filter-btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid rgba(13, 33, 55, 0.15);
  background: white;
  color: var(--logo-navy);
  text-decoration: none;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--logo-navy);
  color: white;
  border-color: var(--logo-navy);
  transform: translatey(-2px);
  box-shadow: 0 8px 20px rgba(13, 33, 55, 0.15);
}

.gallery-section {
  padding: 0 0 100px;
}

.gallery-grid {
  columns: 3;
  column-gap: 18px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(13, 33, 55, 0.1);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}

.gallery-item:hover {
  transform: translatey(-6px);
  box-shadow: 0 22px 50px rgba(13, 33, 55, 0.18);
}

.gallery-item-inner {
  position: relative;
  overflow: hidden;
}

.gallery-thumb {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  object-fit: cover;
}

.gallery-item:hover .gallery-thumb {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 33, 55, 0.93) 0%,
    rgba(13, 33, 55, 0.25) 55%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  width: fit-content;
}

.tag-plastic {
  background: rgba(255, 94, 87, 0.28);
  color: #ff8a85;
  border: 1px solid rgba(255, 94, 87, 0.45);
}

.tag-community {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.tag-policy {
  background: rgba(144, 205, 244, 0.2);
  color: #90cdf4;
  border: 1px solid rgba(144, 205, 244, 0.35);
}

.tag-media {
  background: rgba(253, 230, 138, 0.2);
  color: #fcd34d;
  border: 1px solid rgba(253, 230, 138, 0.35);
}

.gallery-overlay-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: white;
  margin-bottom: 4px;
  line-height: 1.3;
}

.gallery-overlay-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  margin-bottom: 11px;
}

.gallery-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 15px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s;
  width: fit-content;
}

.gallery-view-btn:hover {
  background: var(--logo-coral);
  border-color: var(--logo-coral);
  color: white;
}

.gallery-category-badge {
  position: absolute;
  bottom: 13px;
  left: 13px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: blur(8px);
  transition: opacity 0.4s;
}

.gallery-item:hover .gallery-category-badge {
  opacity: 0;
}

.badge-plastic {
  background: rgba(255, 94, 87, 0.82);
  color: white;
}

.badge-community {
  background: rgba(13, 33, 55, 0.78);
  color: white;
}

.badge-policy {
  background: rgba(59, 130, 246, 0.82);
  color: white;
}

.badge-media {
  background: rgba(202, 138, 4, 0.82);
  color: white;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(8, 16, 34, 0.97);
  backdrop-filter: blur(18px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox-overlay.open {
  display: flex;
  animation: lbFadeIn 0.3s ease;
}

.lightbox-container {
  max-width: 980px;
  width: 100%;
  display: flex;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.65);
  animation: lbSlideUp 0.35s ease;
  max-height: 90vh;
}

.lightbox-image-pane {
  flex: 1.3;
  position: relative;
  background: #050d1c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 440px;
}

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

.lightbox-info-pane {
  width: 310px;
  flex-shrink: 0;
  background: white;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.lb-tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  width: fit-content;
}

.lb-tag-plastic {
  background: rgba(255, 94, 87, 0.1);
  color: var(--logo-coral);
  border: 1px solid rgba(255, 94, 87, 0.3);
}

.lb-tag-community {
  background: rgba(13, 33, 55, 0.07);
  color: var(--logo-navy);
  border: 1px solid rgba(13, 33, 55, 0.2);
}

.lb-tag-policy {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.lb-tag-media {
  background: rgba(202, 138, 4, 0.1);
  color: #b45309;
  border: 1px solid rgba(202, 138, 4, 0.25);
}

.lb-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--logo-navy);
  line-height: 1.25;
  margin-bottom: 13px;
}

.lb-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.78;
  margin-bottom: 22px;
  flex: 1;
}

.lb-meta {
  border-top: 1px solid #f1f5f9;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lb-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: #64748b;
}

.lb-meta-row i {
  color: var(--logo-turquoise);
  width: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lb-meta-label {
  font-weight: 700;
  color: var(--logo-navy);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  z-index: 10000;
}

.lightbox-close:hover {
  background: var(--logo-coral);
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translatey(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 10000;
}

.lightbox-nav:hover {
  background: white;
  color: var(--logo-navy);
}

.lightbox-prev {
  left: 14px;
}

.lightbox-next {
  right: 14px;
}

.grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
}

.dashboard-section {
  padding: 90px 0;
}

.kpi-icon {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.kpi-val {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.kpi-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
}

.kpi-trend {
  font-size: 0.8rem;
  color: #22c55e;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.kpi-trend.down {
  color: var(--logo-coral);
}

.prog-bar-wrap {
  margin-top: 16px;
}

.prog-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
}

.prog-bar {
  height: 8px;
  border-radius: 100px;
  background: #f1f5f9;
  overflow: hidden;
}

.prog-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 1.5s ease;
}

.sdg-section {
  background: white;
  padding: 90px 0;
}

.sdg-num {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.sdg-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reports-section {
  padding: 90px 0;
  background: var(--wave-light);
}

.report-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.report-year {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.report-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 8px;
}

.report-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
}

.report-download {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--logo-turquoise);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}

.report-download:hover {
  color: var(--logo-coral);
}

.testimonials-section {
  background: var(--logo-navy);
  padding: 90px 0;
}

.quote-icon {
  font-size: 2.5rem;
  color: var(--logo-turquoise);
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(72, 201, 176, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border: 2px solid rgba(72, 201, 176, 0.3);
}

.author-name {
  font-weight: 700;
  color: white;
  font-size: 0.9rem;
}

.author-title {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.impact-grid {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

.about-section {
  padding: 100px 0;
  background-color: #fff;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(10, 50px);
  gap: 20px;
  position: relative;
}

.grid-item {
  border-radius: 24px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 15px 35px rgba(13, 33, 55, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.grid-item:hover {
  transform: translatey(-8px);
  box-shadow: 0 25px 50px rgba(13, 33, 55, 0.12);
}

.grid-item:hover img {
  transform: scale(1.05);
}

.item-lg {
  grid-column: 1/6;
  grid-row: 1/8;
}

.item-sm-top {
  grid-column: 6/9;
  grid-row: 1/4;
}

.item-icon {
  grid-column: 9/13;
  grid-row: 1/5;
  background: #fff;
}

.item-sm-bot {
  grid-column: 1/4;
  grid-row: 8/11;
}

.item-med {
  grid-column: 4/7;
  grid-row: 8/11;
}

.item-long {
  grid-column: 7/13;
  grid-row: 5/11;
}

.content-box {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label-line {
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--logo-navy);
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.label-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(13, 33, 55, 0.1);
  max-width: 60px;
}

.about-h2 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--logo-navy);
}

.about-p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 35px;
  max-width: 500px;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.why-wave-premium {
  padding: 120px 0;
  background: radial-gradient(circle at top right, #f8fafc, #fff);
  overflow: hidden;
}

.premium-header-content {
  max-width: 900px;
  margin-bottom: 100px;
}

.brand-accent-line {
  width: 60px;
  height: 4px;
  background: var(--logo-turquoise);
  margin-bottom: 25px;
  border-radius: 2px;
}

.why-h2-premium {
  font-size: 3.8rem;
  font-weight: 850;
  color: var(--logo-navy);
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.why-intro-p {
  font-size: 1.35rem;
  line-height: 1.6;
  color: var(--logo-navy);
  font-weight: 500;
  opacity: 0.85;
}

.why-bridge-box {
  background: rgba(72, 201, 176, 0.05);
  border-left: 5px solid var(--logo-turquoise);
  padding: 30px 40px;
  margin-top: 40px;
  border-radius: 0 20px 20px 0;
}

.experience-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  padding: 40px 0;
}

.partner-pill-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.premium-pill {
  background: white;
  padding: 18px 45px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(13, 33, 55, 0.08);
}

.pill-segment {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--logo-navy);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pill-divider {
  width: 6px;
  height: 6px;
  background: var(--logo-coral);
  border-radius: 50%;
}

.focus-section {
  padding: 120px 0;
  background-color: #fff;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.focus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.8s ease;
}

.focus-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(13, 33, 55, 0) 20%,
    rgba(13, 33, 55, 0.6) 60%,
    rgba(13, 33, 55, 0.95) 100%
  );
  z-index: 2;
  transition: opacity 0.4s ease;
}

.focus-content {
  position: relative;
  z-index: 3;
  padding: 40px;
  transform: translatey(20px);
  transition: transform 0.5s ease;
}

.focus-icon {
  width: 50px;
  height: 50px;
  background: var(--logo-turquoise);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(72, 201, 176, 0.3);
}

.focus-header {
  text-align: center;
  margin-bottom: 60px;
}

.focus-label {
  color: var(--logo-turquoise);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}

.focus-title {
  color: var(--logo-navy);
  font-size: 3rem;
  font-weight: 850;
}

.experience-section {
  padding: 120px 0;
  background: #08121c;
}

.india-map {
  width: 100%;
  display: block;
  filter: brightness(1.2) grayscale(1) invert(1);
  opacity: 0.7;
}

.dot {
  fill: #2ecc71;
  filter: drop-shadow(0 0 8px #2ecc71);
}

.engagement-stack {
  padding-left: 50px;
}

.exp-intro {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  line-height: 1.7;
}

.lineage-tag {
  display: inline-block;
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}

.counter-section-premium {
  padding: 100px 0;
  background: radial-gradient(circle at top right, #f8fafc, #fff);
  overflow: hidden;
}

.impact-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 15px;
  margin-top: 8px;
}

.impact-title {
  font-size: 3rem;
  font-weight: 900;
  color: #0d2137;
  letter-spacing: -1px;
}

.accent-line {
  width: 60px;
  height: 4px;
  background: #48c9b0;
  margin: 20px auto 0;
  border-radius: 10px;
}

.icon-sphere {
  width: 60px;
  height: 60px;
  background: rgba(72, 201, 176, 0.08);
  color: #48c9b0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 25px;
  font-size: 1.4rem;
}

.stat-number {
  font-size: 4.5rem;
  font-weight: 900;
  color: #0d2137;
  margin: 0;
  display: inline-block;
  line-height: 1;
}

.stat-plus {
  font-size: 2.5rem;
  color: #48c9b0;
  font-weight: 300;
  vertical-align: top;
  margin-left: 2px;
}

.partnership-carousel-section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.carousel-header {
  margin-bottom: 50px;
}

.carousel-sub {
  color: #48c9b0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  display: block;
}

.carousel-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: #0d2137;
  margin-top: 10px;
}

.logo-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

.logo-marquee-content {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

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

.logo-item {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.logo-item img {
  height: 50px;
  width: auto;
  filter: grayscale(100%) opacity(0.5);
  transition: all 0.4s ease;
}

.logo-item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.1);
}

.domain-expertise-section {
  padding: 100px 0;
  background: #fff;
}

.main-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: #0d2137;
  margin-bottom: 40px;
}

.pillar-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.pillar-item.active {
  background: #f8fafc;
  border-color: rgba(72, 201, 176, 0.2);
  box-shadow: 0 10px 30px rgba(13, 33, 55, 0.04);
}

.pillar-num {
  font-size: 0.8rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pillar-item.active .pillar-num {
  color: #48c9b0;
}

.pillar-txt h5 {
  font-weight: 800;
  margin-bottom: 4px;
  color: #0d2137;
}

.pillar-txt p {
  font-size: 0.85rem;
  margin: 0;
  color: rgba(13, 33, 55, 0.6);
}

.expertise-content-box {
  position: relative;
  height: 550px;
  border-radius: 40px;
  overflow: hidden;
  background: #f1f5f9;
}

.content-panel {
  display: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translatex(30px);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content-panel.active {
  display: block;
  opacity: 1;
  transform: translatex(0);
}

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

.panel-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.panel-info h4 {
  font-weight: 900;
  color: #0d2137;
  font-size: 1.4rem;
}

.project-showcase-section {
  padding: 120px 0;
  background: radial-gradient(circle at bottom left, #f8fafc, #fff);
}

.impact-summary {
  color: rgba(13, 33, 55, 0.6);
  font-size: 1.1rem;
  max-width: 400px;
  margin-left: auto;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.project-img-wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.project-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.project-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #48c9b0;
  text-transform: uppercase;
}

.project-content {
  padding: 35px;
}

.project-content h5 {
  font-weight: 800;
  color: #0d2137;
  margin-bottom: 15px;
}

.project-content p {
  font-size: 0.95rem;
  color: rgba(13, 33, 55, 0.6);
  line-height: 1.6;
  margin-bottom: 25px;
}

.project-btn {
  color: #48c9b0;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.project-btn:hover {
  gap: 12px;
}

.testimonial-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.testimonial-track {
  display: flex;
  width: max-content;
  animation: scroll-smooth 40s linear infinite;
}

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

.review-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #0d2137;
  font-style: italic;
  margin-bottom: 25px;
}

.reviewer-meta h6 {
  font-weight: 800;
  font-size: 0.9rem;
  color: #0d2137;
  margin-bottom: 3px;
}

.reviewer-meta span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #48c9b0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.support-mission-section {
  padding: 120px 0;
  background: #fff;
}

.reason-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  padding: 30px;
  background: #f8fafc;
  border-radius: 25px;
  border: 1px solid rgba(72, 201, 176, 0.1);
}

.reason-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #48c9b0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(72, 201, 176, 0.1);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.reason-info h6 {
  font-weight: 800;
  color: #0d2137;
  margin-bottom: 5px;
}

.reason-info p {
  font-size: 0.9rem;
  color: rgba(13, 33, 55, 0.6);
  line-height: 1.5;
}

.form-control {
  padding: 15px 20px;
  border-radius: 15px;
  border: 1.5px solid #f1f5f9;
  background: #f8fafc;
  transition: all 0.3s ease;
}

.form-control:focus {
  background: #fff;
  border-color: #48c9b0;
  box-shadow: 0 0 0 4px rgba(72, 201, 176, 0.1);
}

section#callToact {
  background: #f8fafc;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 999;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
}

.cat-pill {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cat-energy {
  background: rgba(72, 201, 176, 0.12);
  color: var(--logo-turquoise);
}

.cat-policy {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
}

.cat-plastic {
  background: rgba(255, 94, 87, 0.1);
  color: var(--logo-coral);
}

.cat-report {
  background: rgba(13, 33, 55, 0.08);
  color: var(--logo-navy);
}

.cat-opinion {
  background: rgba(234, 179, 8, 0.1);
  color: #b45309;
}

.cat-science {
  background: rgba(6, 182, 212, 0.1);
  color: #0e7490;
}

.featured-article {
  background: var(--logo-navy);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  min-height: 420px;
  box-shadow: 0 30px 60px rgba(13, 33, 55, 0.18);
  transition: transform 0.4s;
}

.featured-article:hover {
  transform: translatey(-8px);
}

.featured-visual {
  flex: 0 0 44%;
  background: linear-gradient(
    135deg,
    rgba(72, 201, 176, 0.2),
    rgba(13, 33, 55, 0.5)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 380px;
}

.featured-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--logo-navy));
}

.featured-label {
  display: block;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--logo-turquoise);
  text-transform: uppercase;
}

.featured-label .tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--logo-turquoise);
}

.featured-label .date {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.featured-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 20px;
}

.featured-excerpt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  margin-bottom: 28px;
}

.featured-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-role {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--logo-turquoise);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  margin-top: 24px;
  transition: gap 0.3s;
}

.read-more-link:hover {
  gap: 14px;
  color: var(--logo-turquoise);
}

.article-visual {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.article-meta .read-time {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 600;
}

.article-meta .pub-date {
  font-size: 0.78rem;
  color: #94a3b8;
}

.article-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--logo-navy);
  line-height: 1.35;
  margin-bottom: 10px;
}

.article-excerpt {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 20px;
}

.mini-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mini-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.mini-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--logo-navy);
}

.article-link {
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.3s;
}

.article-link:hover {
  gap: 8px;
}

.newsletter-section {
  background: linear-gradient(135deg, var(--logo-navy), #1a3a5c);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 80% 50%,
    rgba(72, 201, 176, 0.1) 0%,
    transparent 60%
  );
}

.newsletter-box {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 60px;
}

.newsletter-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: white;
  margin-bottom: 12px;
}

.newsletter-sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  margin-bottom: 32px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.newsletter-form input {
  flex: 1;
  min-width: 220px;
  padding: 14px 20px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-form button {
  padding: 14px 32px;
  border-radius: 100px;
  background: var(--logo-turquoise);
  color: var(--logo-navy);
  border: none;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: inherit;
}

.newsletter-form button:hover {
  transform: translatey(-2px);
  box-shadow: 0 10px 24px rgba(72, 201, 176, 0.3);
}

.newsletter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.newsletter-tags span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.topic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 44px;
}

.topic-tab {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 2px solid rgba(13, 33, 55, 0.12);
  background: white;
  color: var(--logo-navy);
  cursor: pointer;
  transition: all 0.3s;
}

.topic-tab:hover,
.topic-tab.active {
  background: var(--logo-navy);
  color: white;
  border-color: var(--logo-navy);
}

.sidebar-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--wave-light);
}

.report-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid #f1f5f9;
}

.report-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.report-info {
  flex: 1;
}

.report-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--logo-navy);
  margin-bottom: 4px;
  line-height: 1.3;
}

.report-meta {
  font-size: 0.75rem;
  color: #94a3b8;
}

.trending-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 100px;
  background: var(--wave-light);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--logo-navy);
  margin: 4px;
  text-decoration: none;
  transition: all 0.3s;
}

.trending-tag:hover {
  background: var(--logo-navy);
  color: white;
}

.media-tabs {
  background: white;
  border-bottom: 1px solid #f1f5f9;
  position: sticky;
  top: 72px;
  z-index: 100;
}

.tab-btn {
  background: none;
  border: none;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #64748b;
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tab-btn.active {
  color: var(--logo-navy);
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--logo-turquoise);
  border-radius: 3px 3px 0 0;
}

.tab-btn:hover {
  color: var(--logo-turquoise);
}

.news-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.news-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--logo-turquoise);
  color: white;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-meta {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-bottom: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.news-meta i {
  color: var(--logo-turquoise);
}

.news-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 12px;
  line-height: 1.4;
}

.news-excerpt {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.news-link {
  color: var(--logo-turquoise);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}

.news-link:hover {
  gap: 12px;
  color: var(--logo-coral);
}

.featured-img {
  height: 440px;
  overflow: hidden;
  position: relative;
}

.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s;
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 33, 55, 0.85) 0%,
    transparent 50%
  );
}

.featured-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--logo-coral);
  color: white;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logo-navy);
  font-size: 1.2rem;
  transition: 0.3s;
}

.video-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
}

.video-tag {
  font-size: 0.75rem;
  color: var(--logo-turquoise);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.video-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--logo-navy);
  line-height: 1.4;
  margin-bottom: 8px;
}

.video-views {
  font-size: 0.82rem;
  color: #94a3b8;
}

.press-logo-strip {
  background: white;
  padding: 60px 0;
}

.press-logo {
  height: 40px;
  opacity: 0.4;
  filter: grayscale(100%);
  transition: 0.4s;
}

.press-logo:hover {
  opacity: 0.8;
  filter: grayscale(0%);
}

.newsletter-box h2 {
  color: white;
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.newsletter-box p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  font-size: 1.05rem;
}

.newsletter-input {
  display: flex;
  gap: 14px;
  max-width: 520px;
}

.newsletter-input input {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 16px 22px;
  color: white;
  font-size: 1rem;
  font-family: inherit;
}

.newsletter-input input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-input input:focus {
  outline: none;
  border-color: var(--logo-turquoise);
}

.problem-banner {
  background: var(--logo-coral);
  padding: 24px 0;
}

.problem-ticker {
  display: flex;
  gap: 60px;
  overflow: hidden;
  white-space: nowrap;
}

.problem-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-weight: 700;
  font-size: 0.95rem;
}

.problem-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.problem-section {
  background: white;
}

.problem-stat {
  text-align: center;
  padding: 40px 20px;
}

.problem-num {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--logo-coral);
  line-height: 1;
  margin-bottom: 10px;
}

.problem-label {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 600;
  line-height: 1.5;
}

.material-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.material-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.material-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: white;
  color: var(--logo-navy);
}

.material-name {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 10px;
}

.material-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.material-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.spec-item {
  background: var(--wave-light);
  border-radius: 12px;
  padding: 12px 14px;
}

.spec-label {
  font-size: 0.72rem;
  color: #94a3b8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.spec-val {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--logo-navy);
}

.comparison-section {
  background: white;
}

.compare-table {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(13, 33, 55, 0.08);
}

.compare-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 0;
  background: var(--logo-navy);
  padding: 20px 28px;
}

.compare-header div {
  font-weight: 800;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.compare-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 0;
  padding: 18px 28px;
  border-bottom: 1px solid #f1f5f9;
  background: white;
  align-items: center;
  transition: background 0.3s;
}

.compare-row:hover {
  background: rgba(72, 201, 176, 0.04);
}

.compare-row:last-child {
  border-bottom: none;
}

.compare-property {
  font-weight: 700;
  color: var(--logo-navy);
  font-size: 0.9rem;
}

.compare-cell {
  /* text-align: center; */
  font-size: 0.9rem;
}

.check-good {
  color: var(--logo-turquoise);
  font-size: 1.1rem;
}

.check-bad {
  color: var(--logo-coral);
  font-size: 1.1rem;
}

.check-mid {
  color: #f59e0b;
  font-size: 1.1rem;
}

.plastic-col {
  color: var(--logo-coral);
  font-weight: 700;
}

.process-section {
  background: var(--logo-navy);
  padding: 100px 0;
}

.process-num {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translatex(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  margin-top: 10px;
}

.process-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}

.process-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

.partner-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

.partner-name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 8px;
}

.partner-type {
  font-size: 0.82rem;
  color: #94a3b8;
  font-weight: 600;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 56px;
  background: white;
  padding: 24px 0;
  border-bottom: 1px solid rgba(13, 33, 55, 0.08);
  position: sticky;
  top: 76px;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(13, 33, 55, 0.06);
}

.filter-btn.active.energy {
  background: var(--logo-turquoise);
  border-color: var(--logo-turquoise);
}

.filter-btn.active.plastic {
  background: var(--logo-coral);
  border-color: var(--logo-coral);
}

.filter-btn.active.policy {
  background: #7c3aed;
  border-color: #7c3aed;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 32px;
}

.impact-strip {
  background: var(--logo-navy);
  padding: 70px 0;
}

.impact-number {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.impact-suffix {
  color: var(--logo-turquoise);
}

.impact-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.partners-section {
  background: white;
  padding: 70px 0;
}

.partner-logo-box {
  background: var(--wave-light);
  border-radius: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--logo-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 24px;
  transition: all 0.3s;
}

.partner-logo-box:hover {
  background: var(--logo-navy);
  color: var(--logo-turquoise);
}

.filter-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-tab {
  padding: 10px 24px;
  border-radius: 100px;
  border: 2px solid rgba(13, 33, 55, 0.12);
  background: transparent;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--logo-navy);
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.filter-tab:hover {
  border-color: var(--logo-turquoise);
  color: var(--logo-turquoise);
}

.filter-tab.active {
  background: var(--logo-navy);
  color: white;
  border-color: var(--logo-navy);
}

.programs-section {
  padding: 80px 0;
}

.prog-banner {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}

.prog-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prog-status {
  position: absolute;
  top: 18px;
  right: 17px;
  border-radius: 100px;
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 700;
}

.status-pilot {
  background: rgba(255, 94, 87, 0.15);
  color: var(--logo-coral);
}

.status-research {
  background: rgba(13, 33, 55, 0.1);
  color: var(--logo-navy);
}

.prog-category {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.prog-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 12px;
  line-height: 1.3;
}

.prog-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 24px;
}

.prog-metrics {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 14px;
}

.prog-metric {
  text-align: center;
  flex: 1;
}

.prog-metric-val {
  font-size: 1.3rem;
  font-weight: 800;
}

.prog-metric-label {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
}

.featured-program {
  background: var(--logo-navy);
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 60px;
  padding: 0;
}

.featured-inner {
  padding: 60px;
}

.featured-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 500px;
}

.featured-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.featured-stat-val {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.featured-stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.partners-strip {
  background: white;
  padding: 60px 0;
  border-top: 1px solid rgba(13, 33, 55, 0.06);
}

.partner-logo {
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #94a3b8;
  height: 80px;
  transition: all 0.3s;
  border: 1px solid rgba(13, 33, 55, 0.06);
}

.partner-logo:hover {
  color: var(--logo-navy);
  background: white;
  border-color: var(--logo-turquoise);
  transform: translatey(-4px);
}

.stats-strip {
  background: white;
  padding: 60px 0;
  box-shadow: 0 10px 40px rgba(13, 33, 55, 0.05);
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-num {
  font-size: 3rem;
  font-weight: 800;
  color: var(--logo-navy);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 600;
}

.stat-divider {
  width: 1px;
  background: #f1f5f9;
  align-self: stretch;
}

.pillar-icon {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 24px;
}

.icon-turq {
  background: rgba(72, 201, 176, 0.12);
  color: var(--logo-turquoise);
}

.icon-coral {
  background: rgba(255, 94, 87, 0.12);
  color: var(--logo-coral);
}

.icon-navy {
  background: rgba(13, 33, 55, 0.08);
  color: var(--logo-navy);
}

.pillar-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 14px;
}

.pillar-text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 20px;
}

.pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  background: var(--wave-light);
  color: #64748b;
}

.how-section {
  background: white;
}

.step-item {
  display: flex;
  gap: 28px;
  margin-bottom: 50px;
  align-items: flex-start;
}

.step-num {
  min-width: 60px;
  height: 60px;
  border-radius: 18px;
  background: var(--logo-navy);
  color: white;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-content h5 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 8px;
}

.step-content p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

.step-connector {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, var(--logo-navy), transparent);
  margin-left: 29px;
  margin-bottom: 0;
}

.reach-section {
  background: var(--logo-navy);
  padding: 100px 0;
}

.reach-num {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.reach-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.case-img {
  height: 230px;
  overflow: hidden;
  position: relative;
}

.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.case-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.case-location {
  font-size: 0.82rem;
  color: var(--logo-turquoise);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.case-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--logo-navy);
  margin-bottom: 12px;
  line-height: 1.4;
}

.case-text {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}

.case-metrics {
  display: flex;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.metric-item {
  text-align: center;
}

.metric-num {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--logo-navy);
}

.metric-label {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 600;
}

/* ══════════════════════════════════════════════════════════
   Media Queries & Keyframes
══════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
  .section-pad {
    padding: 70px 0;
  }

  .page-hero {
    height: auto;
    padding: 140px 20px 80px;
  }
}

@media (max-width: 991px) {
  .info-panel {
    padding-left: 0;
    margin-top: 40px;
  }

  .contact-form-card {
    padding: 32px 24px;
  }
}

@media (max-width: 991px) {
  .gallery-grid {
    columns: 2;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    columns: 1;
  }
}

@keyframes lbFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lbSlideUp {
  from {
    transform: translateY(28px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .lightbox-container {
    flex-direction: column;
    max-height: 95vh;
  }

  .lightbox-info-pane {
    width: 100%;
    padding: 24px 20px;
  }

  .lightbox-image-pane {
    min-height: 260px;
  }

  .btn-outline-white {
    margin-left: 0;
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .content-box {
    padding-left: 0;
    margin-top: 50px;
  }

  .bento-grid {
    grid-template-rows: repeat(10, 30px);
  }

  .about-h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1100px) {
  .experience-map {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-connector {
    display: none;
  }

  .why-h2-premium {
    font-size: 2.8rem;
  }
}

@media (max-width: 600px) {
  .experience-map {
    grid-template-columns: 1fr;
  }

  .why-h2-premium {
    font-size: 2.2rem;
  }

  .premium-pill {
    flex-direction: column;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
  }

  .pill-divider {
    display: none;
  }
}

@media (max-width: 991px) {
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .focus-card {
    height: 400px;
  }

  .focus-card p {
    max-height: 100px;
    opacity: 1;
    margin-top: 15px;
  }

  .focus-content {
    transform: translatey(0);
  }
}

@media (max-width: 991px) {
  .engagement-stack {
    padding-left: 0;
    margin-top: 60px;
  }

  .map-dashboard {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .impact-title {
    font-size: 2.2rem;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .impact-card {
    padding: 40px 20px;
  }
}

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

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .logo-marquee-content {
    animation-duration: 15s;
  }

  .logo-item {
    padding: 0 25px;
  }

  .logo-item img {
    height: 35px;
  }
}

@media (max-width: 991px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes scroll-smooth {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Scrolls exactly half way then loops */
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .featured-article {
    flex-direction: column;
  }

  .featured-visual {
    flex: none;
    height: 200px;
    font-size: 5rem;
  }

  .featured-visual::after {
    background: linear-gradient(to top, var(--logo-navy), transparent);
  }

  .featured-body {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .featured-img {
    height: 300px;
  }

  .tab-btn {
    padding: 14px 16px;
    font-size: 0.78rem;
  }

  .newsletter-input {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .compare-header,
  .compare-row {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .compare-cell:nth-child(4),
  .compare-cell:nth-child(5),
  .compare-header div:nth-child(4),
  .compare-header div:nth-child(5) {
    display: none;
  }
}

@media (max-width: 768px) {
  .portfolio-card.featured .card-inner {
    flex-direction: column;
  }

  .portfolio-card.featured .card-visual {
    flex: none;
    height: 220px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .featured-visual {
    min-height: 200px;
  }

  .featured-inner {
    padding: 36px;
  }
}

/* ── Mobile polish: scale down oversized decorative icons ─── */
@media (max-width: 576px) {
    .article-visual { font-size: 2.8rem; height: 140px; }
    .team-photo-placeholder { font-size: 3.2rem; }
    .success-icon { font-size: 2.8rem; }
    .prog-banner { font-size: 2.8rem; height: 150px; }
}
