html, body {
    max-width: 100%;
    overflow-x: hidden;
}
  .hero-bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 255 / 5%);
    z-index: -2;
  }
  .bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 40% 40%, rgb(0 0 255 / 15%), transparent 70%);
    z-index: -1;
    pointer-events: none;
    filter: blur(100px);
  }

  @media (prefers-reduced-motion: reduce) {
    .bg-glow {
      filter: blur(50px);
    }
  }
.feat-wrapper { padding:5rem 1rem; color:white; }
.feat-container { max-width:1400px; margin:0 auto; }
.feat-header { text-align:center; margin-bottom:4rem; }
.feat-badge {
    display:inline-flex; align-items:center; gap:10px; padding:10px 20px;
    background:rgba(147,51,234,0.1); border:1px solid rgba(147,51,234,0.3);
    border-radius:9999px; color:#c084fc; font-weight:600; font-size:0.9rem;
    backdrop-filter:blur(8px); margin-bottom:1.5rem;
  }
.center-title {
  width: 100% !important;
  text-align: center !important;
  font-size: 3.8rem !important;
  font-weight: 900 !important;
  margin: 0 auto 4rem auto !important;
  padding: 0 !important;
  display: block !important;

  background: linear-gradient(to right, rgb(0 0 255), rgb(0 0 0)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

@media (max-width: 768px) {
  .center-title {
    font-size: 2.8rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 480px) {
  .center-title {
    font-size: 2.4rem !important;
  }
}
.pln-main-badge {
    display:inline-flex; align-items:center; gap:12px; padding:12px 24px;
    background:rgb(0 0 255 / 12%); border:1px solid rgb(0 0 255 / 35%);
    border-radius:9999px; color:rgb(0 0 255); font-weight:700; font-size:1rem;
    backdrop-filter:blur(12px); margin-bottom:2rem;
  }
.pln-main-badge svg { width:22px; height:22px; }
.global-title {
  font-size: 3.8rem;
  font-weight: 900;
  margin: 0 0 1rem;
  background: linear-gradient(to right, #ffffff, rgb(0 0 255));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background: rgb(0 0 255 / 12%);
    border: 1px solid rgb(0 0 255 / 35%);
    border-radius: 9999px;
    color: rgb(0 0 255);
    font-weight: 700;
    font-size: 1rem;
    backdrop-filter: blur(12px);
    margin-bottom: 2rem;
  }
.pln-main-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: rgb(0 0 255 / 12%);
  border: 1px solid rgb(0 0 255 / 35%);
  border-radius: 9999px;
  color: rgb(0 0 255);
  font-weight: 700;
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
  margin-bottom: 1.5rem;
}
.pln-main-badge svg { 
  width: 20px; 
  height: 20px; 
}
.page-badge svg { width: 22px; height: 22px; }
.feedback-slider-wrapper.second-row.fade-mask { padding-top: 20px; }
a { text-decoration:none !important; }
.card-bg-color {background: linear-gradient( 180deg, rgb(0 0 255 / 0%), rgb(0 0 255 / 20%));}