

.lp-hero,
.lp-platform,
.lp-initiatives {
  font-family: 'Montserrat', sans-serif;
}


body {
  padding-top: 0;
}

.header-wrapper {
  background: transparent;
  box-shadow: none;
  padding: 16px 70px 0;
  box-sizing: border-box;
}

.main-nav {
  max-width: none;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  backdrop-filter: blur(28px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(74, 31, 76, 0.12);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .main-nav {
    background: rgba(255, 255, 255, 0.92);
  }
}

.nav-container {
  max-width: none;
  padding: 10px 28px;
}

.login-link {
  border: 1.5px solid #e6cde6;
  border-radius: 10px;
  padding: 9px 20px;
  gap: 10px;
  background: #ffffff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.login-link:hover,
.login-link:focus {
  background: #ffffff;
  border-color: #632765;
  box-shadow: 0 6px 16px rgba(99, 39, 101, 0.15);
  transform: translateY(-1px);
}

.avatar-wrapper {
  width: 22px;
  height: 22px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.avatar-circle {
  background: transparent;
  box-shadow: none;
}

.avatar-circle img {
  width: 19px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(1449%) hue-rotate(272deg) brightness(89%) contrast(91%);
}

.status-dot {
  display: none;
}

.login-text {
  color: #632765;
  font-size: 16px;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid #e8edf6;
  padding: 20px 16px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  color: #374151;
}

@media (max-width: 720px) {
  .header-wrapper {
    padding: 10px 12px 0;
  }

  .main-nav {
    border-radius: 12px;
  }

  .nav-container {
    padding: 8px 14px;
  }

  .login-link {
    padding: 8px 12px;
  }
}


.lp-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  background-image: url(../../images/newbg.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px 0 70px;
}

.lp-hero .lp-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 56px;
}

.lp-hero-content {
  max-width: 640px;
}

.lp-eyebrow {
  display: inline-block;
  background: rgba(240, 215, 242, 0.85);
  color: #632765;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 26px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.lp-title {
  font-size: 96px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #632765;
  line-height: 1;
  margin: 0 0 22px;
}

.lp-tagline {
  font-size: 19px;
  line-height: 1.65;
  color: #3c2b40;
  margin: 0 0 32px;
  max-width: 560px;
}

.lp-hero-btn {
  display: inline-block;
  background: linear-gradient(135deg, #632765 0%, #9b4d96 55%, #ff657d 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 20px rgba(99, 39, 101, 0.25);
}

.lp-hero-btn:hover {
  background: linear-gradient(135deg, #4a1f4c 0%, #7b3f77 55%, #e14d67 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(99, 39, 101, 0.32);
}


.lp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 220px));
  gap: 24px;
  margin-top: 56px;
}

.lp-stat-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(74, 31, 76, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(74, 31, 76, 0.16);
}

.lp-stat-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-stat-icon svg {
  width: 26px;
  height: 26px;
}

.lp-stat-icon.purple { background: #f3e8ff; color: #9333ea; }
.lp-stat-icon.blue   { background: #dbeafe; color: #2563eb; }
.lp-stat-icon.orange { background: #ffedd5; color: #ea580c; }
.lp-stat-icon.green  { background: #dcfce7; color: #16a34a; }

.lp-stat-value {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.lp-stat-card:nth-child(1) .lp-stat-value { color: #9333ea; }
.lp-stat-card:nth-child(2) .lp-stat-value { color: #2563eb; }
.lp-stat-card:nth-child(3) .lp-stat-value { color: #ea580c; }
.lp-stat-card:nth-child(4) .lp-stat-value { color: #16a34a; }

.lp-stat-label {
  font-size: 14px;
  color: #4b5563;
  margin: 4px 0 0;
}

.lp-stat-card.has-note {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.lp-stat-main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-stat-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 6px;
  font-size: 10px;
  line-height: 1.5;
  color: #6b7280;
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid #f3ecf3;
}

.lp-stat-note span {
  white-space: nowrap;
}

.lp-stat-note b {
  font-weight: 700;
  color: #4b5563;
}

/* ---------------- Section heading ---------------- */

.lp-section-head {
  text-align: center;
  margin-bottom: 50px;
}

.lp-section-head h2 {
  font-size: 34px;
  font-weight: 800;
  color: #4a1f4c;
  margin: 0 0 14px;
}

.lp-initiatives .lp-section-head h2 {
  color: #ffffff;
}

.lp-head-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.lp-head-divider::before,
.lp-head-divider::after {
  content: "";
  width: 44px;
  height: 2px;
  background: #9b4d96;
  border-radius: 2px;
}

.lp-head-divider span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #9b4d96;
}

/* ---------------- Platform section ---------------- */

.lp-platform {
  background: #ffffff;
  border-radius: 28px 28px 0 0;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}

.lp-platform .lp-container {
  max-width: none;
  margin: 0 auto;
}

.lp-initiatives .lp-container {
  max-width: none;
  margin: 0 auto;
  padding: 0 56px;
}

/* image left + numbered feature grid right */
.lp-plat-wrap {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.lp-plat-img {
  position: relative;
}



.lp-plat-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 28px;
  padding-right: 28px;
  box-sizing: border-box;
}

.lp-plat-content h2 {
  font-size: 32px;
  font-weight: 800;
  color: #4a1f4c;
  margin: 0 0 44px;
}

.lp-plat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px 40px;
}

.lp-plat-item {
  position: relative;
}

/* big ghost number behind icon & title */
.lp-plat-num {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  color: #e9ecf1;
  z-index: 0;
  pointer-events: none;
}

.lp-plat-icon,
.lp-plat-item h3,
.lp-plat-item p {
  position: relative;
  z-index: 1;
}

.lp-plat-icon {
  width: 44px;
  height: 44px;
  color: #9b4d96;
  margin-bottom: 14px;
}

.lp-plat-icon svg {
  width: 100%;
  height: 100%;
}

.lp-plat-item h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #111827;
  margin: 0 0 10px;
}

.lp-plat-item p {
  font-size: 14px;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
  max-width: 280px;
}


.lp-portals {
  position: relative;
  background: linear-gradient(135deg, #1a0622 0%, #2d1050 40%, #1a0a3a 100%);
  padding: 56px 0 64px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.lp-portals::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 15% 50%, rgba(168, 85, 247, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 70% at 85% 50%, rgba(6, 182, 212, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 50% 10%, rgba(236, 72, 153, 0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.lp-portals::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.lp-portals .lp-section-head h2 {
  color: #ffffff;
}

.lp-portals .lp-head-divider::before,
.lp-portals .lp-head-divider::after {
  background: rgba(168, 85, 247, 0.55);
}

.lp-portals .lp-head-divider span {
  background: linear-gradient(90deg, #a855f7, #06b6d4);
  box-shadow: 0 0 8px rgba(168, 85, 247, 0.7);
}

.lp-portals .lp-section-head {
  position: relative;
  z-index: 1;
}

.lp-portals-marquee {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.lp-portals-marquee::before,
.lp-portals-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 3;
  pointer-events: none;
}

.lp-portals-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #1a0622 0%, transparent 100%);
}

.lp-portals-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #1a0a3a 0%, transparent 100%);
}

.lp-portals-track {
  display: flex;
  width: max-content;
  padding: 18px 0 26px;
  animation: lp-marquee 32s linear infinite;
}

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

@keyframes lp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-20%); }
}

.lp-portals-group {
  display: flex;
  gap: 22px;
  padding-right: 22px;
}

.lp-portal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 26px 28px 22px;
  width: 210px;
  min-width: 210px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(.22,.68,0,1.4),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  cursor: pointer;
}

.lp-portal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.18) 0%,
    rgba(255,255,255,0.04) 40%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

.lp-portal-card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.5;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.lp-portal-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}

.lp-portal-card:hover::before {
  opacity: 1;
}

.lp-portal-card:hover::after {
  opacity: 0.9;
  transform: scale(1.3);
}

.lp-portal-icon {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow:
    0 6px 18px rgba(49, 20, 90, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.30) inset;
  transition: transform 0.35s cubic-bezier(.22,.68,0,1.4);
}

.lp-portal-card:hover .lp-portal-icon {
  transform: rotate(-6deg) scale(1.12);
}

.lp-portal-icon svg {
  width: 24px;
  height: 24px;
}

.lp-portal-card h3 {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #f0e6ff;
  margin: 0;
  max-width: 160px;
  letter-spacing: 0.01em;
}

.lp-portal-desc {
  position: relative;
  z-index: 2;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(224, 210, 255, 0.65);
  margin: 0;
  max-width: 160px;
}

.lp-portal-card.upcoming {
  cursor: default;
}

.lp-portal-upcoming {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f9c74f;
  background: rgba(249, 199, 79, 0.15);
  border: 1px solid rgba(249, 199, 79, 0.35);
  border-radius: 30px;
  padding: 2px 8px;
  margin-bottom: 4px;
}

.lp-portal-go {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.5) rotate(-45deg);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(.22,.68,0,1.4);
}

.lp-portal-go svg {
  width: 13px;
  height: 13px;
}

.lp-portal-card:hover .lp-portal-go {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.lp-portal-card.samiksha {
  border-color: rgba(168, 85, 247, 0.45);
}
.lp-portal-card.samiksha::after {
  background: #a855f7;
}
.lp-portal-card.samiksha .lp-portal-icon {
  background: linear-gradient(135deg, #9333ea, #7e22ce);
}
.lp-portal-card.samiksha .lp-portal-go {
  background: linear-gradient(135deg, #a855f7, #7e22ce);
}
.lp-portal-card.samiksha:hover {
  border-color: rgba(168, 85, 247, 0.9);
  box-shadow:
    0 20px 50px rgba(168, 85, 247, 0.28),
    0 0 0 1px rgba(168, 85, 247, 0.2) inset;
}

.lp-portal-card.samvida {
  border-color: rgba(236, 72, 153, 0.45);
}
.lp-portal-card.samvida::after {
  background: #ec4899;
}
.lp-portal-card.samvida .lp-portal-icon {
  background: linear-gradient(135deg, #f472b6, #db2777);
}
.lp-portal-card.samvida .lp-portal-go {
  background: linear-gradient(135deg, #ec4899, #db2777);
}
.lp-portal-card.samvida:hover {
  border-color: rgba(236, 72, 153, 0.9);
  box-shadow:
    0 20px 50px rgba(236, 72, 153, 0.28),
    0 0 0 1px rgba(236, 72, 153, 0.2) inset;
}

.lp-portal-card.admission {
  border-color: rgba(203, 166, 203, 0.4);
}
.lp-portal-card.admission::after {
  background: #b06ab3;
}
.lp-portal-card.admission .lp-portal-icon {
  background: linear-gradient(135deg, #b06ab3, #5d275d);
}
.lp-portal-card.admission .lp-portal-go {
  background: linear-gradient(135deg, #b06ab3, #5d275d);
}
.lp-portal-card.admission:hover {
  border-color: rgba(203, 166, 203, 0.85);
  box-shadow:
    0 20px 50px rgba(176, 106, 179, 0.28),
    0 0 0 1px rgba(203, 166, 203, 0.2) inset;
}

.lp-portal-card.samvaad {
  border-color: rgba(6, 182, 212, 0.45);
}
.lp-portal-card.samvaad::after {
  background: #06b6d4;
}
.lp-portal-card.samvaad .lp-portal-icon {
  background: linear-gradient(135deg, #22d3ee, #0891b2);
}
.lp-portal-card.samvaad .lp-portal-go {
  background: linear-gradient(135deg, #06b6d4, #0891b2);
}
.lp-portal-card.samvaad:hover {
  border-color: rgba(6, 182, 212, 0.9);
  box-shadow:
    0 20px 50px rgba(6, 182, 212, 0.28),
    0 0 0 1px rgba(6, 182, 212, 0.2) inset;
}

/* Alumni – blue */
.lp-portal-card.alumni {
  border-color: rgba(90, 156, 248, 0.45);
}
.lp-portal-card.alumni::after {
  background: #3b82f6;
}
.lp-portal-card.alumni .lp-portal-icon {
  background: linear-gradient(135deg, #60a5fa, #1d4ed8);
}
.lp-portal-card.alumni .lp-portal-go {
  background: linear-gradient(135deg, #5a9cf8, #1565d8);
}
.lp-portal-card.alumni:hover {
  border-color: rgba(90, 156, 248, 0.9);
  box-shadow:
    0 20px 50px rgba(59, 130, 246, 0.28),
    0 0 0 1px rgba(90, 156, 248, 0.2) inset;
}

/* Onboarding – emerald/green */
.lp-portal-card.onboarding {
  border-color: rgba(52, 211, 153, 0.45);
}
.lp-portal-card.onboarding::after {
  background: #10b981;
}
.lp-portal-card.onboarding .lp-portal-icon {
  background: linear-gradient(135deg, #34d399, #059669);
}
.lp-portal-card.onboarding .lp-portal-go {
  background: linear-gradient(135deg, #10b981, #059669);
}
.lp-portal-card.onboarding:hover {
  border-color: rgba(52, 211, 153, 0.9);
  box-shadow:
    0 20px 50px rgba(16, 185, 129, 0.28),
    0 0 0 1px rgba(52, 211, 153, 0.2) inset;
}

.lp-portal-card.samvaad-app {
  border-color: rgba(251, 191, 36, 0.45);
}
.lp-portal-card.samvaad-app::after {
  background: #f59e0b;
}
.lp-portal-card.samvaad-app .lp-portal-icon {
  background: linear-gradient(135deg, #fbbf24, #b45309);
}
.lp-portal-card.samvaad-app .lp-portal-go {
  background: linear-gradient(135deg, #f59e0b, #b45309);
}
.lp-portal-card.samvaad-app:hover {
  border-color: rgba(251, 191, 36, 0.9);
  box-shadow:
    0 20px 50px rgba(245, 158, 11, 0.28),
    0 0 0 1px rgba(251, 191, 36, 0.2) inset;
}

@keyframes lp-float-a {
  0%, 100% { transform: translateY(0px);   }
  50%       { transform: translateY(-6px);  }
}
@keyframes lp-float-b {
  0%, 100% { transform: translateY(0px);   }
  50%       { transform: translateY(-9px);  }
}
@keyframes lp-float-c {
  0%, 100% { transform: translateY(0px);   }
  50%       { transform: translateY(-5px);  }
}

.lp-portals-group:first-child .lp-portal-card:nth-child(1) { animation: lp-float-b 4.0s ease-in-out infinite; }
.lp-portals-group:first-child .lp-portal-card:nth-child(2) { animation: lp-float-a 4.6s ease-in-out infinite 0.5s; }
.lp-portals-group:first-child .lp-portal-card:nth-child(3) { animation: lp-float-c 3.8s ease-in-out infinite 1.0s; }
.lp-portals-group:first-child .lp-portal-card:nth-child(4) { animation: lp-float-b 4.3s ease-in-out infinite 1.5s; }
.lp-portals-group:first-child .lp-portal-card:nth-child(5) { animation: lp-float-a 4.1s ease-in-out infinite 0.3s; }
.lp-portals-group:first-child .lp-portal-card:nth-child(6) { animation: lp-float-c 4.4s ease-in-out infinite 0.8s; }
.lp-portals-group:first-child .lp-portal-card:nth-child(7) { animation: lp-float-a 4.2s ease-in-out infinite 1.2s; }

/* Pause float on card hover */
.lp-portal-card:hover {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .lp-portals-track {
    animation: none;
  }
  .lp-portals-marquee {
    overflow-x: auto;
  }
  .lp-portal-card {
    animation: none !important;
  }
}

@media (max-width: 575px) {
  .lp-portal-card {
    padding: 20px 18px;
    width: 180px;
    min-width: 180px;
    gap: 14px;
  }

  .lp-portal-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

  .lp-portal-card h3 {
    font-size: 13px;
  }

  .lp-portals {
    padding: 48px 0 56px;
  }

  .lp-portals-marquee::before,
  .lp-portals-marquee::after {
    width: 60px;
  }
}

.lp-initiatives {
  background: linear-gradient(135deg, #3d193f 0%, #632765 55%, #7b4397 100%);
  padding: 80px 0 90px;
}

.lp-initiative-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.lp-initiative {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.lp-initiative:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.lp-initiative-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0d7ee;
}

.lp-initiative-icon svg {
  width: 24px;
  height: 24px;
}

.lp-initiative h3 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}

.lp-initiative p {
  font-size: 14px;
  line-height: 1.6;
  color: #e5cfe2;
  margin: 0;
}


@media (max-width: 1199px) {
  .lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(248, 240, 249, 0.96) 0%,
        rgba(248, 240, 249, 0.90) 45%,
        rgba(248, 240, 249, 0.55) 75%,
        rgba(248, 240, 249, 0.20) 100%);
    pointer-events: none;
  }

  .lp-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .lp-initiative-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-plat-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .lp-plat-img {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }

  .lp-plat-content h2 {
    text-align: center;
  }

  .lp-title {
    font-size: 76px;
  }
}

@media (max-width: 899px) {
  .lp-hero {
    min-height: 520px;
    padding: 130px 0 50px;
  }

  .lp-hero .lp-container,
  .lp-platform .lp-container,
  .lp-initiatives .lp-container {
    padding: 0 24px;
  }

  .lp-title {
    font-size: 58px;
  }

  .lp-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .lp-hero {
    background-image: linear-gradient(160deg, #faf4fa 0%, #f1def0 55%, #e7cce4 100%);
    min-height: 0;
    padding: 120px 0 50px;
  }

  .lp-hero::before {
    content: none;
  }

  .lp-title {
    font-size: 44px;
    letter-spacing: 2px;
  }

  .lp-tagline {
    font-size: 16px;
  }

  .lp-eyebrow {
    font-size: 12px;
    padding: 8px 18px;
  }

  .lp-stats,
  .lp-plat-grid,
  .lp-initiative-grid {
    grid-template-columns: 1fr;
  }

  .lp-section-head h2 {
    font-size: 26px;
  }

  .lp-platform,
  .lp-initiatives {
    padding: 60px 0;
  }
}
