/* ============================================================
   Public Website CSS
   ============================================================ */

/* Hero Section New */
.hero-section-new {
  position: relative;
  background: radial-gradient(circle at 75% 35%, rgba(37, 99, 235, 0.22) 0%, rgba(15, 23, 42, 0) 55%), radial-gradient(circle at 25% 75%, rgba(124, 58, 237, 0.15) 0%, rgba(15, 23, 42, 0) 55%), linear-gradient(135deg, #07152b 0%, #03070f 100%);
  overflow: hidden;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .hero-section-new {
    min-height: calc(100vh - 72px); /* Uses min-height instead of fixed height to prevent cutoff */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 0 0; /* Clear sticky navbar but less gap */
  }
}

@media (min-width: 1200px) {
  .hero-section-new .container {
    max-width: 1400px !important;
  }
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg-overlay::before {
  content: '';
  position: absolute;
  inset: -20px; /* prevent blur edges */
  background-image: url('../images/heroimg.png');
  background-size: cover;
  background-position: left center;
  opacity: 0.15;
  filter: blur(8px);
}
.hero-bg-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.08) 0%, rgba(15, 23, 42, 0) 50%);
}

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

@media (min-width: 992px) {
  .hero-content-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    overflow: visible; /* Allow content to overflow without cutting off */
  }
}
.hero-pill-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}
.hero-pill-badge span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}
.hero-pill-badge i {
  font-size: 12px;
}
.hero-main-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 3.8rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.cursive-highlight {
  font-family: 'Caveat', cursive;
  color: #facc15;
  font-size: 1.15em;
  display: inline-flex;
  align-items: center;
  position: relative;
  transform: rotate(-1deg);
}
.heart-doodle {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transform: rotate(15deg);
}
.hero-main-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 580px;
  font-weight: 400;
}
.hero-cta-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn-hero-donate {
  background: linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 34px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-hero-donate:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px -5px rgba(124, 58, 237, 0.6);
  color: #ffffff;
}
.btn-hero-involved {
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 13px 32px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-hero-involved:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  transform: translateY(-3px);
  color: #ffffff;
}
.hero-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 560px;
}
.program-pill-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
}
.program-pill-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
.program-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.bg-purple-soft { background: rgba(124, 58, 237, 0.15); color: #a78bfa; }
.bg-orange-soft { background: rgba(249, 115, 22, 0.15); color: #fdba74; }
.bg-green-soft { background: rgba(16, 185, 129, 0.15); color: #6ee7b7; }
.bg-blue-soft { background: rgba(59, 130, 246, 0.15); color: #93c5fd; }
.program-text h6 {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  margin: 0 0 2px 0;
}
.program-text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}
.hero-right-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}
.together-badge-draw {
  position: absolute;
  top: -55px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}
.together-text {
  font-family: 'Caveat', cursive;
  color: rgba(255, 255, 255, 0.85);
  font-size: 19px;
  font-weight: 700;
  transform: rotate(-8deg);
  text-align: center;
  line-height: 1.25;
}
.curvy-arrow {
  margin-top: 2px;
  transform: rotate(5deg);
  opacity: 0.8;
}
.floating-campaigns-badge {
  position: absolute;
  top: 15px;
  right: -20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 16px;
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
  min-width: 165px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.badge-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.badge-icon-circle i {
  color: #7c3aed;
}
.badge-content h4 {
  font-size: 18px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1;
}
.badge-content p {
  font-size: 9.5px;
  color: #64748b;
  margin: 2px 0 4px 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.badge-content a {
  font-size: 10px;
  color: #7c3aed;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.badge-content a:hover {
  color: #4f46e5;
}
.kids-image-frame {
  position: relative;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 25px 60px -12px rgba(0, 0, 0, 0.6);
  z-index: 2;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .kids-image-frame {
    height: auto;
    width: 115%;
    aspect-ratio: 16 / 11;
    margin-left: auto;
    margin-right: -40px;
  }
}

.kids-img {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  display: block;
  object-fit: cover;
  filter: brightness(0.92);
}
.kids-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.3s ease;
}
.kids-image-frame:hover .kids-img-placeholder {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.kids-img-placeholder i {
  font-size: 36px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.kids-img-placeholder span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Auto-hide placeholder if image is loaded */
.kids-image-frame img.kids-img + .kids-img-placeholder {
  display: none !important;
}
.mission-overlay-card {
  position: absolute;
  bottom: -30px;
  left: 4%;
  width: 92%;
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 20px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.95);
}
.mission-left {
  flex: 1;
  padding-right: 15px;
}
.mission-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 4px;
}
.mission-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin: 4px 0 8px 0;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mission-progress-container {
  height: 6px;
  background: #f1f5f9;
  border-radius: 10px;
  overflow: hidden;
}
.mission-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed 0%, #2563eb 100%);
  border-radius: 10px;
}
.mission-donors-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.donor-avatars {
  display: flex;
}
.avatar-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #ffffff;
  margin-left: -6px;
}
.av-1 { background: #f87171; margin-left: 0; }
.av-2 { background: #60a5fa; }
.av-3 { background: #34d399; }
.av-more { background: #94a3b8; font-size: 8px; }
.donors-count-text {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}
.mission-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  border-left: 1px solid #e2e8f0;
  padding-left: 18px;
  min-width: 120px;
}
.goal-stats {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.raised-val {
  font-size: 15px;
  font-weight: 800;
  color: #7c3aed;
  line-height: 1.1;
}
.goal-val {
  font-size: 9.5px;
  color: #64748b;
  font-weight: 600;
  margin-top: 1px;
}
.circular-progress-box {
  width: 44px;
  height: 44px;
}
.circular-chart-svg {
  width: 100%;
  height: 100%;
}
.circle-bg {
  fill: none;
  stroke: #f1f5f9;
  stroke-width: 3.2;
}
.circle-fill {
  fill: none;
  stroke: #7c3aed;
  stroke-width: 3.2;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dasharray 0.3s ease;
}
.circle-text-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 8px;
  font-weight: 800;
  fill: #0f172a;
  text-anchor: middle;
}
.hero-bottom-stats-bar {
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 230px;
  gap: 15px;
  align-items: center;
}
.stat-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stat-bar-icon-box {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(167, 139, 250, 0.12);
  color: #c084fc;
  flex-shrink: 0;
}
.stat-bar-icon-box.color-pink { background: rgba(244, 63, 94, 0.12); color: #fb7185; }
.stat-bar-icon-box.color-indigo { background: rgba(99, 102, 241, 0.12); color: #818cf8; }
.stat-bar-icon-box.color-blue { background: rgba(59, 130, 246, 0.12); color: #60a5fa; }
.stat-bar-icon-box.color-lavender { background: rgba(168, 85, 247, 0.12); color: #c084fc; }
.stat-bar-text h3 {
  font-size: 16.5px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1px 0;
  line-height: 1.1;
}
.stat-bar-text p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
}
.stat-bar-text p span {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.stat-bar-cta-card {
  background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
  border-radius: 12px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px -4px rgba(124, 58, 237, 0.35);
  box-sizing: border-box;
}
.stat-bar-cta-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px -4px rgba(124, 58, 237, 0.5);
  color: #ffffff;
}
.cta-play-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c3aed;
  font-size: 9px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.stat-bar-cta-card:hover .cta-play-btn {
  transform: scale(1.1);
}
.cta-card-text h5 {
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1px 0;
}
.cta-card-text p {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
@keyframes pulse-heart {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); }
  100% { transform: scale(1); }
}
.pulse {
  animation: pulse-heart 1.4s infinite ease-in-out;
}
@media (max-width: 1200px) {
  .stats-bar-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .stat-bar-cta-card {
    grid-column: span 3;
  }
}
@media (max-width: 992px) {
  .hero-section-new {
    height: auto;
    min-height: auto;
    padding: 100px 0 0 0;
    display: block;
  }
  .hero-content-wrapper {
    display: block;
    padding-bottom: 40px;
    overflow: visible;
  }
  .hero-programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-right-wrapper {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .kids-image-frame {
    height: auto;
    max-height: none;
    aspect-ratio: 4 / 3.3;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .hero-bottom-stats-bar {
    margin-top: 40px;
  }
  .stats-bar-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-bar-cta-card {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .hero-main-title {
    font-size: 2.3rem;
  }
  .hero-main-subtitle {
    font-size: 15px;
  }
  .together-badge-draw {
    display: none;
  }
  .floating-campaigns-badge {
    right: 5px;
    top: 20px;
  }
  .hero-programs-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .stats-bar-inner {
    grid-template-columns: 1fr;
  }
  .stat-bar-cta-card {
    grid-column: span 1;
  }
  .mission-overlay-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    bottom: -60px;
  }
  .mission-right {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #f1f5f9;
    padding-top: 10px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .hero-right-wrapper {
    padding-bottom: 90px;
  }
}

/* ============================================================
   SECTION COMMON STYLES
   ============================================================ */
.section { padding: 80px 0; }
.section-sm { padding: 50px 0; }
.section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 2.8rem);
  font-weight: 800; 
  background: linear-gradient(135deg, #10b981 0%, #0ea5e9 50%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 18px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  display: block;
}
.section-title span {
  -webkit-text-fill-color: initial;
  color: var(--brand-primary);
}
.section-subtitle {
  font-size: 16.5px; color: var(--text-secondary);
  max-width: 640px; margin: 0 auto 50px;
  line-height: 1.7;
}
.section-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: #10b981; margin-bottom: 20px;
  padding: 8px 24px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.05);
  position: relative;
}
.section-label::before, .section-label::after {
  content: ''; width: 20px; height: 2px;
  background: var(--brand-primary);
  border-radius: 2px; opacity: 0.5;
}

/* ============================================================
   PUBLIC NAVBAR ADVANCED
   ============================================================ */
.public-navbar {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  padding: 10px 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1030;
}

.public-navbar .navbar-brand {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.public-navbar .brand-logo-box {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.public-navbar .navbar-brand:hover .brand-logo-box {
  transform: scale(1.05) rotate(-5deg);
}

.public-navbar .brand-text {
  font-weight: 700;
  font-size: 20px;
  color: #1e293b;
  letter-spacing: -0.5px;
  transition: opacity 0.2s;
  -webkit-text-fill-color: unset;
  background: none;
}
[data-theme="dark"] .public-navbar .brand-text {
  color: #f1f5f9;
}

.public-navbar .navbar-brand:hover .brand-text {
  opacity: 0.95;
}

.public-navbar .nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: none;
  letter-spacing: -0.1px;
  color: var(--text-secondary) !important;
  padding: 6px 8px !important;
  border-radius: 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.public-navbar .nav-link:hover {
  color: var(--brand-primary) !important;
  background: rgba(37, 99, 235, 0.05);
}

.public-navbar .nav-link.active {
  color: var(--brand-primary) !important;
  background: rgba(37, 99, 235, 0.08);
  font-weight: 600;
}

/* Custom rotating arrow for dropdown-toggle */
.public-navbar .dropdown-toggle::after {
  display: none !important; /* Hide bootstrap default caret */
}

.public-navbar .dropdown-toggle::after {
  content: '\f107' !important; /* fa-angle-down code */
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900 !important;
  border: none !important;
  margin-left: 6px !important;
  font-size: 11px !important;
  vertical-align: middle !important;
  transition: transform 0.25s ease !important;
  display: inline-block !important;
}

@media (min-width: 992px) {
  .public-navbar .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeUp 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .public-navbar .dropdown-menu { margin-top: 0; }
  .public-navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

.public-navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.public-navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.02);
  min-width: 230px;
}

.public-navbar .dropdown-item {
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-secondary);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  gap: 12px;
}

.public-navbar .dropdown-item:last-child {
  margin-bottom: 0;
}

.public-navbar .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--brand-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transform: translateX(4px);
}

.public-navbar .dropdown-item i {
  color: var(--brand-primary);
  font-size: 14px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 6px;
  transition: all 0.25s ease;
}

.public-navbar .dropdown-item:hover i {
  background: var(--brand-primary);
  color: #fff;
}

/* Login Link */
.public-navbar .btn-login {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.public-navbar .btn-login:hover {
  color: var(--brand-primary);
  background: rgba(37, 99, 235, 0.05);
}

/* Donate Button */
.btn-donate {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
  background: var(--gradient-primary);
  border: none;
  color: #fff;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.25);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.btn-donate:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
  color: #fff;
}

.pulse-btn {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4); }
  70% { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

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

/* Mega dropdown list styles */
.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-list li {
  margin-bottom: 2px;
}
.mega-list li a {
  display: block;
  padding: 7px 10px;
  border-radius: 7px;
  color: var(--text-secondary);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mega-list li a:hover {
  background: rgba(37, 99, 235, 0.07);
  color: var(--brand-primary);
  padding-left: 14px;
}
.mega-img-box img {
  border-radius: 10px;
  width: 100%;
  height: 100px;
  object-fit: cover;
  opacity: 0.85;
}

/* Responsive navbar - make compact on medium screens */
@media (min-width: 992px) and (max-width: 1280px) {
  .public-navbar .nav-link {
    font-size: 12px !important;
    padding: 5px 6px !important;
  }
  .public-navbar .navbar-brand img {
    height: 42px !important;
  }
  .public-navbar .brand-text {
    font-size: 15px;
  }
  .public-navbar .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Navbar action buttons (Login, Donate) - compact style */
.navbar-action-btn {
  padding: 7px 16px !important;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-action-btn {
    padding: 6px 12px !important;
    font-size: 12px;
  }
}

/* Responsive Mobile Navigation */
@media (max-width: 991.98px) {
  .public-navbar .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 20px;
    margin-top: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  }
  .public-navbar .navbar-nav {
    align-items: stretch !important;
  }
  .public-navbar .nav-link {
    padding: 10px 16px !important;
    border-radius: 8px;
    width: 100%;
  }
  .public-navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.02) !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding-left: 15px;
    margin-top: 5px;
    min-width: unset;
  }
  .public-navbar .btn-login {
    width: 100%;
    text-align: center;
    padding: 10px !important;
    margin-top: 10px;
  }
  .public-navbar .btn-donate {
    width: 100%;
    text-align: center;
    padding: 12px !important;
  }
}

/* ============================================================
   CAUSE / CAMPAIGN CARDS
   ============================================================ */
.cause-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
}
.cause-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cause-card-img {
  width: 100%; height: 200px; object-fit: cover;
}
.cause-card-body { padding: 20px; }
.cause-card-category {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .8px;
  color: var(--brand-primary); margin-bottom: 8px;
}
.cause-card-title {
  font-size: 17px; font-weight: 700;
  color: var(--text-primary); margin-bottom: 10px; line-height: 1.35;
}
.cause-card-desc { font-size: 13.5px; color: var(--text-secondary); margin-bottom: 16px; }
.cause-progress-label {
  display: flex; justify-content: space-between;
  font-size: 13px; color: var(--text-secondary); margin-bottom: 6px;
}
.cause-progress-label strong { color: var(--brand-primary); }
.cause-amounts {
  display: flex; justify-content: space-between;
  margin-top: 8px; font-size: 13px;
}
.cause-amount-raised { font-weight: 700; color: var(--text-primary); }
.cause-amount-goal { color: var(--text-muted); }

/* ============================================================
   TEAM / VOLUNTEER CARDS
   ============================================================ */
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 30px 24px; text-align: center;
  transition: var(--transition);
}
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.team-card img {
  width: 90px; height: 90px;
  border-radius: 50%; object-fit: cover;
  margin: 0 auto 16px; display: block;
  border: 3px solid var(--brand-primary);
}
.team-card h5 { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.team-card p { font-size: 13px; color: var(--text-muted); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 28px 24px;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  font-family: Georgia, serif;
  font-size: 80px; line-height: .8;
  color: var(--brand-primary); opacity: .15;
  position: absolute; top: 16px; left: 20px;
}
.testimonial-text { font-size: 15px; color: var(--text-secondary); font-style: italic; margin-bottom: 20px; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testimonial-name { font-weight: 700; color: var(--text-primary); font-size: 14px; }
.testimonial-role { font-size: 12px; color: var(--text-muted); }
.stars { color: #f59e0b; font-size: 13px; }

/* ============================================================
   DONATION FORM
   ============================================================ */
.amount-selector {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px;
}
.amount-btn {
  background: var(--bg-body); border: 2px solid var(--border-color);
  border-radius: 10px; padding: 14px; text-align: center;
  cursor: pointer; font-weight: 700; font-size: 16px;
  color: var(--text-primary); transition: var(--transition);
}
.amount-btn:hover, .amount-btn.active {
  border-color: var(--brand-primary); background: rgba(37,99,235,.08);
  color: var(--brand-primary);
}

/* ============================================================
   IMPACT STATS (Public Homepage)
   ============================================================ */
.impact-section { background: var(--gradient-primary); padding: 70px 0; }
.impact-stat {
  text-align: center; color: #fff;
}
.impact-stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 52px; font-weight: 800; line-height: 1;
  display: block;
}
.impact-stat-label { font-size: 14px; opacity: .8; margin-top: 8px; }

/* ============================================================
   PUBLIC FOOTER
   ============================================================ */
.public-footer {
  background: #0d1929; color: rgba(255,255,255,.7);
  padding: 60px 0 0;
}
.footer-brand {
  font-family: 'Poppins', sans-serif;
  font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 12px;
}
.footer-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.55); margin-bottom: 24px; }
.footer-heading { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .6px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,.6); font-size: 14px; transition: var(--transition); }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); font-size: 15px;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--brand-primary); color: #fff; transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0; text-align: center;
  font-size: 13px; color: rgba(255,255,255,.4);
  margin-top: 40px;
}

/* Blog card */
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  overflow: hidden; transition: var(--transition);
}
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-img { width: 100%; height: 190px; object-fit: cover; }
.blog-card-body { padding: 20px; }
.blog-card-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; display: flex; gap: 12px; flex-wrap: wrap; }
.blog-card-title { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 10px; }
.blog-card-excerpt { font-size: 13.5px; color: var(--text-secondary); line-height: 1.6; }

/* Event card */
.event-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 20px; display: flex; gap: 16px;
  align-items: flex-start; transition: var(--transition);
  margin-bottom: 14px;
}
.event-card:hover { box-shadow: var(--shadow-md); }
.event-date-box {
  min-width: 60px; height: 64px; background: var(--gradient-primary);
  border-radius: 12px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; color: #fff;
  flex-shrink: 0;
}
.event-date-day { font-size: 22px; font-weight: 800; line-height: 1; }
.event-date-mon { font-size: 11px; text-transform: uppercase; opacity: .9; }
.event-title { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 5px; }
.event-meta { font-size: 13px; color: var(--text-muted); display: flex; gap: 14px; flex-wrap: wrap; }

/* CTA Section */
.cta-section {
  background: var(--gradient-primary);
  padding: 70px 0; text-align: center;
}
.cta-section h2 { color: #fff; font-size: 2.2rem; font-weight: 800; margin-bottom: 14px; }
.cta-section p { color: rgba(255,255,255,.85); font-size: 17px; margin-bottom: 32px; }

/* Responsive */
@media (max-width: 768px) {
  .hero-title { font-size: 2rem; }
  .hero-stats { gap: 24px; }
  .amount-selector { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 50px 0; }
}

/* ============================================================
   NEW MEGA MENU & OFFCANVAS NAVBAR
   ============================================================ */
/* Desktop Nav Links */
.public-navbar .nav-item {
    margin: 0 4px;
}
.public-navbar .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #475569 !important;
    padding: 10px 12px !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}
.public-navbar .nav-link:hover {
    color: #0f172a !important;
    background: transparent;
}
.public-navbar .nav-link.active {
    color: #7c3aed !important;
    border-bottom: 2px solid #7c3aed;
    background: transparent;
}
.public-navbar .nav-link i {
    font-size: 15px;
}

/* Mega Menu Dropdown */
.mega-dropdown:hover .mega-menu {
    display: block;
    animation: fadeIn 0.2s ease-in;
}
.mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 0 0 16px 16px;
    padding: 20px 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
    z-index: 1050;
    margin-top: 0;
    border-top: 1px solid #f1f5f9;
}
.mega-menu-row {
    margin: 0;
}
.mega-col {
    padding: 0 15px;
    border-right: 1px solid #f1f5f9;
}
.mega-col:last-child {
    border-right: none;
}
.mega-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mega-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-list li {
    margin-bottom: 10px;
}
.mega-list li a {
    color: #1e293b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s;
}
.mega-list li a:hover {
    color: #7c3aed;
}
.mega-img-box img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.mega-img-box img:hover {
    transform: scale(1.03);
}

/* Offcanvas Mobile Menu (Dark Theme) */
.mobile-offcanvas {
    background-color: #2e2a5d !important;
    width: 320px !important;
    border-right: none !important;
}
.mobile-offcanvas .btn-close-white {
    opacity: 0.8;
}
.mobile-nav-link {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 14px;
    border-radius: 10px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    height: 100%;
}
.mobile-nav-link i:first-child {
    font-size: 16px;
    width: 24px;
    text-align: center;
    margin-right: 8px;
}
.mobile-nav-link .arrow-icon {
    font-size: 10px;
    opacity: 0.4;
    transition: opacity 0.2s;
}
.mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.mobile-nav-link:hover .arrow-icon {
    opacity: 0.8;
}
.mobile-nav-link.active {
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(124, 58, 237, 0.3);
    color: #ffffff;
}

/* Mobile Social Icons */
.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.2s;
}
.social-icon:hover {
    transform: scale(1.1);
    color: #ffffff;
}
.social-icon.fb { background: #3b5998; }
.social-icon.tw { background: #1da1f2; }
.social-icon.ig { background: #e1306c; }
.social-icon.ln { background: #0077b5; }
.social-icon.yt { background: #ff0000; }

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

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   ABOUT SECTION PREMIUM
   ============================================================ */
.about-section-premium { background: var(--bg-body); }
.about-img-stack {
  position: relative;
  max-width: 480px;
}
.about-img-main {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}
.about-img-main img { width: 100%; display: block; object-fit: cover; aspect-ratio: 4/3; }
.about-exp-badge {
  position: absolute;
  bottom: 20px; right: 20px;
  background: var(--gradient-primary);
  border-radius: 16px; padding: 14px 18px;
  text-align: center; color: #fff;
}
.exp-number { font-size: 28px; font-weight: 800; display: block; line-height: 1; }
.exp-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.9; }
.about-img-secondary {
  position: absolute;
  top: -20px; left: -20px;
  width: 90px; height: 90px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 20px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 15px 35px rgba(99,102,241,0.3);
}
.about-img-icon { font-size: 36px; color: #fff; }
.about-floating-card {
  position: absolute;
  bottom: -16px; left: 30px;
  background: #fff;
  border-radius: 14px; padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  font-size: 13px;
}
.about-floating-card i { font-size: 22px; }
.about-floating-card strong { display: block; font-weight: 700; color: #1e293b; font-size: 13px; }
.about-floating-card small { color: #64748b; font-size: 11px; }

/* Mission / Vision / Values cards */
.mvv-cards { display: flex; flex-direction: column; gap: 14px; }
.mvv-card {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 14px; padding: 16px;
  transition: all 0.3s ease;
}
.mvv-card:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.mvv-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.mvv-title { font-size: 14.5px; font-weight: 700; color: var(--text-primary); margin: 0 0 4px 0; }
.mvv-text { font-size: 13px; color: var(--text-secondary); margin: 0; line-height: 1.5; }

/* ============================================================
   CAUSES SECTION
   ============================================================ */
.cause-pill-card {
  background: var(--bg-body);
  border: 1px solid var(--border-color);
  border-radius: 20px; padding: 28px 22px;
  text-align: center; height: 100%;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative; overflow: hidden;
}
.cause-pill-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--cause-color);
  transform: scaleX(0); transition: transform 0.3s ease;
  transform-origin: left;
}
.cause-pill-card:hover::before { transform: scaleX(1); }
.cause-pill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: var(--cause-color);
}
.cause-icon-wrap {
  width: 64px; height: 64px; border-radius: 16px;
  background: color-mix(in srgb, var(--cause-color) 12%, transparent);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-size: 26px; color: var(--cause-color);
  transition: all 0.3s ease;
}
.cause-pill-card:hover .cause-icon-wrap {
  background: var(--cause-color);
  color: #fff;
  transform: scale(1.1) rotate(-5deg);
}
.cause-pill-title { font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; }
.cause-pill-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; margin-bottom: 16px; }
.cause-pill-link {
  font-size: 13px; font-weight: 700; color: var(--cause-color);
  text-decoration: none; display: inline-flex; align-items: center; gap: 5px;
  transition: gap 0.2s ease;
}
.cause-pill-link:hover { gap: 8px; color: var(--cause-color); }

/* ============================================================
   HOW YOU CAN HELP
   ============================================================ */
.help-section { background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%); }
[data-theme="dark"] .help-section { background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%); }

.help-card {
  border-radius: 24px; padding: 36px 30px;
  height: 100%; position: relative; overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.help-card:hover { transform: translateY(-10px); }
.help-card-glow {
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  opacity: 0.08; transition: opacity 0.3s;
}
.help-card:hover .help-card-glow { opacity: 0.15; }
.help-card-donate { background: linear-gradient(135deg, #fff 0%, #fef2f2 100%); border: 1px solid #fee2e2; box-shadow: 0 8px 30px rgba(239,68,68,0.08); }
.help-card-donate .help-card-glow { background: #ef4444; }
.help-card-volunteer { background: linear-gradient(135deg, #fff 0%, #f0fdf4 100%); border: 1px solid #d1fae5; box-shadow: 0 8px 30px rgba(16,185,129,0.08); }
.help-card-volunteer .help-card-glow { background: #10b981; }
.help-card-member { background: linear-gradient(135deg, #fff 0%, #f5f3ff 100%); border: 1px solid #ede9fe; box-shadow: 0 8px 30px rgba(124,58,237,0.08); }
.help-card-member .help-card-glow { background: #7c3aed; }

[data-theme="dark"] .help-card-donate { background: linear-gradient(135deg, #1e293b, #2d1515); border-color: #7f1d1d; }
[data-theme="dark"] .help-card-volunteer { background: linear-gradient(135deg, #1e293b, #132010); border-color: #14532d; }
[data-theme="dark"] .help-card-member { background: linear-gradient(135deg, #1e293b, #1e1540); border-color: #3b1a78; }

.help-card-icon {
  width: 68px; height: 68px; border-radius: 20px; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center; font-size: 28px;
}
.help-card-donate .help-card-icon { background: rgba(239,68,68,0.1); color: #ef4444; }
.help-card-volunteer .help-card-icon { background: rgba(16,185,129,0.1); color: #10b981; }
.help-card-member .help-card-icon { background: rgba(124,58,237,0.1); color: #7c3aed; }
.help-card-title { font-size: 22px; font-weight: 800; color: var(--text-primary); margin-bottom: 12px; }
.help-card-desc { font-size: 14.5px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; }
.help-card-features { list-style: none; padding: 0; margin-bottom: 24px; }
.help-card-features li { font-size: 13.5px; color: var(--text-secondary); padding: 5px 0; display: flex; align-items: center; gap: 8px; }
.help-card-features i { font-size: 14px; }
.help-card-donate .help-card-features i { color: #ef4444; }
.help-card-volunteer .help-card-features i { color: #10b981; }
.help-card-member .help-card-features i { color: #7c3aed; }
.help-card-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 50px; font-weight: 700; font-size: 14px;
  text-decoration: none; transition: all 0.3s ease;
}
.help-card-donate .help-card-btn { background: #ef4444; color: #fff; box-shadow: 0 6px 20px rgba(239,68,68,0.3); }
.help-card-donate .help-card-btn:hover { background: #dc2626; color: #fff; transform: translateX(4px); }
.help-card-volunteer .help-card-btn { background: #10b981; color: #fff; box-shadow: 0 6px 20px rgba(16,185,129,0.3); }
.help-card-volunteer .help-card-btn:hover { background: #059669; color: #fff; transform: translateX(4px); }
.help-card-member .help-card-btn { background: #7c3aed; color: #fff; box-shadow: 0 6px 20px rgba(124,58,237,0.3); }
.help-card-member .help-card-btn:hover { background: #6d28d9; color: #fff; transform: translateX(4px); }

/* ============================================================
   SUCCESS STORIES
   ============================================================ */
.story-card {
  background: var(--bg-body); border: 1px solid var(--border-color);
  border-radius: 20px; padding: 24px;
  transition: all 0.3s ease; height: 100%;
}
.story-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); }
.story-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 50px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px;
}
.story-before-after {
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
  background: var(--bg-card); border-radius: 12px; padding: 12px;
}
.story-ba-item { flex: 1; text-align: center; }
.ba-label { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text-muted); margin-bottom: 3px; }
.story-before .ba-label { color: #ef4444; }
.story-after .ba-label { color: #10b981; }
.ba-text { font-size: 12px; font-weight: 600; color: var(--text-primary); line-height: 1.4; }
.story-arrow { color: var(--text-muted); font-size: 12px; flex-shrink: 0; }
.story-text { font-size: 13.5px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 16px; }
.story-person { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border-color); }
.story-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.story-name { display: block; font-size: 14px; font-weight: 700; color: var(--text-primary); }
.story-place { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   VOLUNTEER SECTION
   ============================================================ */
.volunteer-section { background: var(--bg-body); }
.volunteer-mini-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 16px; padding: 16px 10px; text-align: center;
  transition: all 0.3s ease;
}
.volunteer-mini-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.volunteer-mini-card img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin: 0 auto 8px; display: block; }
.vol-avatar-circle { width: 60px; height: 60px; border-radius: 50%; background: var(--gradient-primary); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.volunteer-mini-card h6 { font-size: 13px; font-weight: 700; color: var(--text-primary); margin: 0 0 3px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.volunteer-mini-card span { font-size: 11px; color: var(--text-muted); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vol-stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; background: var(--bg-card); border-radius: 20px;
  padding: 24px; border: 1px solid var(--border-color);
}
.vol-stat-item { text-align: center; }
.vol-stat-item i { font-size: 24px; color: var(--brand-primary); margin-bottom: 8px; display: block; }
.vol-stat-item strong { display: block; font-size: 22px; font-weight: 800; color: var(--text-primary); }
.vol-stat-item span { font-size: 12px; color: var(--text-muted); }
@media (max-width: 576px) { .vol-stats-bar { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   VOICES OF HOPE (SWIPER TESTIMONIALS)
   ============================================================ */
.voices-section { padding: 80px 0; }
.voice-card {
  background: var(--bg-body); border: 1px solid var(--border-color);
  border-radius: 20px; padding: 28px; position: relative;
  height: 100%;
}
.voice-quote { font-size: 48px; color: var(--brand-primary); opacity: 0.15; line-height: 1; margin-bottom: 10px; }
.voice-text { font-size: 14.5px; color: var(--text-secondary); font-style: italic; line-height: 1.8; margin-bottom: 16px; }
.voice-stars { color: #f59e0b; font-size: 14px; margin-bottom: 16px; }
.voice-author { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--border-color); padding-top: 14px; }
.voice-avatar { width: 42px; height: 42px; border-radius: 50%; color: #fff; font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.voice-author strong { display: block; font-size: 14px; font-weight: 700; color: var(--text-primary); }
.voice-author span { font-size: 11px; color: var(--text-muted); }
.voices-pagination { text-align: center; margin-top: 24px; }
.voices-pagination .swiper-pagination-bullet { background: var(--brand-primary); opacity: 0.3; }
.voices-pagination .swiper-pagination-bullet-active { opacity: 1; }

/* ============================================================
   EVENTS PREMIUM
   ============================================================ */
.event-card-premium {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 18px; padding: 20px; display: flex; align-items: center; gap: 16px;
  transition: all 0.3s ease; margin-bottom: 0;
}
.event-card-premium:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.event-date-badge {
  min-width: 56px; background: var(--gradient-primary);
  border-radius: 14px; padding: 10px 6px; text-align: center; color: #fff; flex-shrink: 0;
}
.event-day { font-size: 22px; font-weight: 800; display: block; line-height: 1; }
.event-mon { font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.9; }
.event-icon-box { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.event-info { flex: 1; min-width: 0; }
.event-card-title { font-size: 15px; font-weight: 700; color: var(--text-primary); margin: 0 0 5px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.event-card-meta { font-size: 12px; color: var(--text-muted); display: flex; gap: 12px; flex-wrap: wrap; }
.event-join-btn {
  padding: 8px 18px; border-radius: 50px; background: var(--brand-primary);
  color: #fff; text-decoration: none; font-size: 13px; font-weight: 700;
  white-space: nowrap; transition: all 0.2s;
}
.event-join-btn:hover { background: #1d4ed8; color: #fff; transform: scale(1.05); }

/* ============================================================
   NGO PROJECTS TABS
   ============================================================ */
.projects-section { padding: 80px 0; }
.project-tabs-wrap { display: flex; justify-content: center; margin-bottom: 8px; }
.project-tabs {
  list-style: none; padding: 6px; margin: 0;
  background: var(--bg-body); border: 1px solid var(--border-color);
  border-radius: 50px; display: inline-flex; gap: 4px;
}
.project-tab {
  padding: 10px 24px; border-radius: 50px; cursor: pointer;
  font-size: 14px; font-weight: 600; color: var(--text-secondary);
  transition: all 0.3s ease; white-space: nowrap;
}
.project-tab.active { background: var(--gradient-primary); color: #fff; box-shadow: 0 4px 15px rgba(37,99,235,0.3); }
.project-tab-content { display: none; }
.project-tab-content.active { display: block; }
.project-card {
  background: var(--bg-body); border: 1px solid var(--border-color);
  border-radius: 18px; padding: 22px; display: flex; gap: 16px; align-items: flex-start;
  transition: all 0.3s ease;
}
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.project-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.project-info { flex: 1; }
.project-status-badge {
  display: inline-block; padding: 3px 10px; border-radius: 50px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.active-badge { background: rgba(16,185,129,0.1); color: #10b981; }
.completed-badge { background: rgba(37,99,235,0.1); color: #2563eb; }
.upcoming-badge { background: rgba(245,158,11,0.1); color: #d97706; }
.project-info h5 { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; }
.project-info p { font-size: 13px; color: var(--text-secondary); margin-bottom: 10px; line-height: 1.6; }
.project-meta-row { display: flex; gap: 16px; font-size: 12px; color: var(--text-muted); flex-wrap: wrap; }

/* ============================================================
   DONATION TRANSPARENCY
   ============================================================ */
.transparency-section { background: var(--bg-body); }
.donut-chart-wrap {
  position: relative; display: inline-flex;
  align-items: center; justify-content: center;
  width: 280px; height: 280px; margin: 20px auto;
}
.donut-chart-wrap canvas { position: relative; z-index: 1; }
.donut-center-text {
  position: absolute; text-align: center; z-index: 2;
  pointer-events: none;
}
.donut-center-text strong { display: block; font-size: 36px; font-weight: 800; color: var(--text-primary); line-height: 1; }
.donut-center-text span { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.transparency-bars { display: flex; flex-direction: column; gap: 18px; }
.transparency-bar-item {}
.tbar-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.tbar-label { display: flex; align-items: center; gap: 12px; }
.tbar-icon { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.tbar-label strong { display: block; font-size: 14px; font-weight: 700; color: var(--text-primary); }
.tbar-label small { font-size: 12px; color: var(--text-muted); display: block; }
.tbar-pct { font-size: 18px; font-weight: 800; }
.tbar-track { height: 10px; background: var(--bg-card); border-radius: 50px; overflow: hidden; border: 1px solid var(--border-color); }
.tbar-fill { height: 100%; border-radius: 50px; transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1); }
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 50px; font-size: 12px; font-weight: 600;
  background: var(--bg-card); border: 1px solid var(--border-color); color: var(--text-secondary);
}
.trust-badge i { color: #10b981; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-filter-wrap { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.gallery-filter-btn {
  padding: 8px 20px; border-radius: 50px; border: 1px solid var(--border-color);
  background: transparent; color: var(--text-secondary); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: all 0.3s ease;
}
.gallery-filter-btn.active, .gallery-filter-btn:hover {
  background: var(--gradient-primary); color: #fff; border-color: transparent;
  box-shadow: 0 4px 15px rgba(37,99,235,0.3);
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item {
  position: relative; border-radius: 16px; overflow: hidden;
  aspect-ratio: 1; cursor: pointer;
}
.gallery-thumb {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-thumb { transform: scale(1.08); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.5); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  opacity: 0; transition: opacity 0.3s ease;
  font-size: 13px; font-weight: 600;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 20px; }

/* ============================================================
   PARTNERS & SPONSORS
   ============================================================ */
.partner-type-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 24px; flex-wrap: wrap; }
.partner-type-tab {
  padding: 8px 22px; border-radius: 50px; font-size: 13px; font-weight: 600;
  color: var(--text-secondary); cursor: pointer; border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}
.partner-type-tab.active { background: var(--gradient-primary); color: #fff; border-color: transparent; }
.partners-slider-wrap { overflow: hidden; position: relative; }
.partners-slider-wrap::before, .partners-slider-wrap::after {
  content: ''; position: absolute; top: 0; z-index: 2; height: 100%; width: 80px;
}
.partners-slider-wrap::before { left: 0; background: linear-gradient(to right, var(--bg-body), transparent); }
.partners-slider-wrap::after { right: 0; background: linear-gradient(to left, var(--bg-body), transparent); }
.partners-track {
  display: flex; gap: 20px; width: max-content;
  animation: scrollPartners 25s linear infinite;
}
.partners-track:hover { animation-play-state: paused; }
@keyframes scrollPartners {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partner-logo-box {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 14px; padding: 16px 24px; min-width: 160px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  text-align: center; transition: all 0.3s ease;
}
.partner-logo-box:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-primary); }
.partner-logo-icon { font-size: 28px; color: var(--brand-primary); }
.partner-logo-box span { font-size: 12px; font-weight: 600; color: var(--text-secondary); white-space: nowrap; }

/* ============================================================
   MEMBERSHIP SECTION
   ============================================================ */
.membership-section { background: var(--bg-body); }
.membership-benefits { display: flex; flex-direction: column; gap: 12px; }
.membership-benefit-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 14px; padding: 14px;
  transition: all 0.3s ease;
}
.membership-benefit-item:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.membership-benefit-icon { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.membership-benefit-item strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--text-primary); }
.membership-benefit-item small { font-size: 12px; color: var(--text-muted); }

/* Membership Card Visual */
.membership-card-visual {
  position: relative; display: inline-block;
  width: 100%; max-width: 380px;
}
.mem-card-glow {
  position: absolute; inset: -20px;
  background: radial-gradient(circle, rgba(99,102,241,0.3), transparent 70%);
  filter: blur(20px); pointer-events: none;
}
.mem-card-body {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
  border-radius: 24px; padding: 30px; color: #fff;
  box-shadow: 0 25px 60px rgba(49,46,129,0.4);
  position: relative; overflow: hidden;
}
.mem-card-body::before {
  content: ''; position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,0.05);
}
.mem-card-body::after {
  content: ''; position: absolute;
  bottom: -30px; left: -30px;
  width: 120px; height: 120px; border-radius: 50%;
  background: rgba(255,255,255,0.03);
}
.mem-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.mem-card-logo {
  width: 46px; height: 46px; background: rgba(255,255,255,0.15);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.mem-card-ngo { font-size: 14px; font-weight: 700; }
.mem-card-type { font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.6; }
.mem-card-chip { margin-left: auto; font-size: 28px; opacity: 0.6; }
.mem-card-number { font-size: 18px; letter-spacing: 3px; opacity: 0.8; margin-bottom: 24px; font-family: monospace; }
.mem-card-footer { display: flex; gap: 24px; flex-wrap: wrap; }
.mem-card-label { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.5; margin-bottom: 3px; }
.mem-card-value { font-size: 13px; font-weight: 700; }

/* ============================================================
   AWARDS & RECOGNITION
   ============================================================ */
.awards-section { background: var(--bg-body); }
.award-card {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 20px; padding: 30px 24px; text-align: center;
  position: relative; overflow: hidden; transition: all 0.35s ease;
  height: 100%;
}
.award-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.08); }
.award-ribbon {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
}
.award-icon { font-size: 48px; margin-bottom: 14px; display: block; }
.award-level {
  display: inline-block; padding: 4px 12px; border-radius: 50px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.award-title { font-size: 16px; font-weight: 800; color: var(--text-primary); margin-bottom: 10px; }
.award-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section { padding: 80px 0; }
.faq-accordion { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg-body); border: 1px solid var(--border-color);
  border-radius: 14px; overflow: hidden; transition: all 0.3s ease;
}
.faq-item.open { border-color: var(--brand-primary); box-shadow: 0 4px 20px rgba(37,99,235,0.1); }
.faq-question {
  padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 12px; user-select: none;
}
.faq-question span { font-size: 15px; font-weight: 600; color: var(--text-primary); line-height: 1.4; }
.faq-icon { font-size: 14px; color: var(--brand-primary); flex-shrink: 0; transition: transform 0.3s ease; }
.faq-item.open .faq-icon { color: var(--brand-primary); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-item.open .faq-answer { max-height: 200px; }
.faq-answer p {
  padding: 0 20px 18px; font-size: 14px; color: var(--text-secondary);
  line-height: 1.7; margin: 0; border-top: 1px solid var(--border-color);
  padding-top: 14px;
}

/* ============================================================
   PREMIUM CALL TO ACTION
   ============================================================ */
.premium-cta-section {
  position: relative; padding: 100px 0; text-align: center; overflow: hidden;
  background: radial-gradient(circle at 30% 50%, rgba(99,102,241,0.4) 0%, rgba(10,10,30,0) 50%),
              radial-gradient(circle at 70% 30%, rgba(239,68,68,0.3) 0%, rgba(10,10,30,0) 50%),
              linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
}
.premium-cta-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.premium-cta-content { position: relative; z-index: 2; }
.premium-cta-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px; padding: 6px 18px; font-size: 13px; color: rgba(255,255,255,0.9);
  font-weight: 600; margin-bottom: 20px;
}
.premium-cta-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #fff; margin-bottom: 16px; }
.premium-cta-subtitle { font-size: 16px; color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 40px; line-height: 1.7; }
.premium-cta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.pctabtn {
  display: inline-flex; align-items: center; padding: 14px 30px;
  border-radius: 50px; font-weight: 700; font-size: 14.5px;
  text-decoration: none; transition: all 0.3s ease;
}
.pctabtn-primary { background: #ef4444; color: #fff; box-shadow: 0 8px 25px rgba(239,68,68,0.4); }
.pctabtn-primary:hover { background: #dc2626; color: #fff; transform: translateY(-3px); box-shadow: 0 12px 35px rgba(239,68,68,0.5); }
.pctabtn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.35); }
.pctabtn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; transform: translateY(-3px); }
.pctabtn-ghost { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.15); }
.pctabtn-ghost:hover { background: rgba(255,255,255,0.15); color: #fff; transform: translateY(-3px); }

/* ============================================================
   NEWSLETTER SECTION
   ============================================================ */
.newsletter-section { background: var(--bg-body); padding: 60px 0; }
.newsletter-card {
  background: linear-gradient(135deg, var(--brand-primary), #7c3aed);
  border-radius: 24px; padding: 48px 40px;
  display: flex; align-items: center; gap: 30px; flex-wrap: wrap;
  box-shadow: 0 20px 50px rgba(37,99,235,0.25);
  position: relative; overflow: hidden;
}
.newsletter-card::before {
  content: ''; position: absolute; right: -80px; top: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
.newsletter-icon { font-size: 52px; color: rgba(255,255,255,0.9); flex-shrink: 0; }
.newsletter-content { flex: 1; min-width: 200px; }
.newsletter-content h3 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.newsletter-content p { font-size: 14px; color: rgba(255,255,255,0.8); margin: 0; line-height: 1.6; }
.newsletter-form { flex: 1; min-width: 280px; }
.newsletter-input-wrap { display: flex; gap: 10px; }
.newsletter-input-wrap input {
  flex: 1; padding: 14px 18px; border-radius: 50px; border: none;
  font-size: 14px; outline: none; background: rgba(255,255,255,0.15);
  color: #fff; backdrop-filter: blur(10px);
}
.newsletter-input-wrap input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-input-wrap button {
  padding: 14px 22px; border-radius: 50px; border: none;
  background: #fff; color: var(--brand-primary); font-weight: 700; font-size: 13.5px;
  cursor: pointer; transition: all 0.3s ease; white-space: nowrap;
}
.newsletter-input-wrap button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.newsletter-note { font-size: 11px; color: rgba(255,255,255,0.6); margin: 8px 0 0 18px; }
@media (max-width: 768px) {
  .newsletter-card { flex-direction: column; text-align: center; padding: 32px 24px; }
  .newsletter-input-wrap { flex-direction: column; }
  .newsletter-input-wrap button { width: 100%; }
}

/* ============================================================
   PREMIUM FOOTER
   ============================================================ */
.premium-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  margin-top: auto;
}
.premium-footer::before {
  content: '';
  position: absolute;
  top: -150px; right: -50px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(16,185,129,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.premium-footer::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(59,130,246,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.footer-top { padding-bottom: 60px; position: relative; z-index: 2; }
.footer-brand {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px; font-weight: 800; color: #fff;
  margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
}
.footer-brand i { color: #10b981; }
.footer-about { font-size: 14.5px; line-height: 1.8; margin-bottom: 26px; max-width: 320px; }

.footer-social-premium { display: flex; gap: 12px; }
.footer-social-premium a {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.footer-social-premium a:hover {
  background: #10b981; border-color: #10b981;
  transform: translateY(-4px); box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
}

.footer-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px; font-weight: 700; color: #fff;
  margin-bottom: 24px; position: relative;
}
.footer-title::after {
  content: ''; position: absolute; left: 0; bottom: -8px;
  width: 30px; height: 3px; background: #10b981; border-radius: 50px;
}

.footer-links-premium { list-style: none; padding: 0; margin: 0; }
.footer-links-premium li { margin-bottom: 14px; }
.footer-links-premium a {
  color: rgba(255, 255, 255, 0.7); text-decoration: none;
  font-size: 14.5px; display: inline-flex; align-items: center;
  transition: all 0.3s ease;
}
.footer-links-premium a::before {
  content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  margin-right: 8px; font-size: 12px; color: #10b981;
  transition: transform 0.3s ease;
}
.footer-links-premium a:hover { color: #fff; }
.footer-links-premium a:hover::before { transform: translateX(4px); }

.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
  display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px;
  font-size: 14.5px; line-height: 1.6;
}
.footer-contact-icon {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0;
  background: rgba(16, 185, 129, 0.1); color: #10b981;
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.footer-contact-list a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color 0.3s; }
.footer-contact-list a:hover { color: #10b981; }

.footer-newsletter {
  background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px; padding: 24px; margin-top: 10px;
}
.footer-newsletter p { font-size: 13.5px; margin-bottom: 16px; }
.fn-input-group { display: flex; gap: 8px; }
.fn-input-group input {
  flex: 1; min-width: 0; background: rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px; padding: 10px 14px; color: #fff; font-size: 13.5px; outline: none;
}
.fn-input-group input:focus { border-color: #10b981; }
.fn-input-group button {
  background: #10b981; color: #fff; border: none; border-radius: 8px; padding: 0 16px;
  cursor: pointer; transition: background 0.3s;
}
.fn-input-group button:hover { background: #059669; }

.footer-bottom-premium {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0; position: relative; z-index: 2;
  font-size: 13.5px;
}
.fb-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.fb-links { display: flex; gap: 20px; }
.fb-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; transition: color 0.3s; }
.fb-links a:hover { color: #fff; }

@media (max-width: 991px) {
  .footer-brand { margin-top: 30px; }
  .footer-title { margin-top: 30px; }
}
@media (max-width: 768px) {
  .fb-inner { flex-direction: column; text-align: center; justify-content: center; }
  .fb-links { justify-content: center; }
}
