html, body {
    max-width: 100%;
    overflow-x: hidden;
}
  .hero-bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 0 17 / 5%);
    z-index: -2;
  }
  .bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 40% 40%, rgb(255 0 17 / 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(255 0 17), 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(255 0 17 / 12%); border:1px solid rgb(255 0 17 / 35%);
    border-radius:9999px; color:rgb(255 0 17); 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(255 0 17));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background: rgb(255 0 17 / 12%);
    border: 1px solid rgb(255 0 17 / 35%);
    border-radius: 9999px;
    color: rgb(255 0 17);
    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(255 0 17 / 12%);
  border: 1px solid rgb(255 0 17 / 35%);
  border-radius: 9999px;
  color: rgb(255 0 17);
  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(255 0 17 / 0%), rgb(255 0 17 / 20%));}
/* polished extras */
::selection {
  background: rgba(var(--cl-accent-rgb), 0.28);
  color: #fff;
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.04);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(var(--cl-accent-rgb), 0.95), rgba(var(--cl-accent-rgb), 0.55));
  border-radius: 999px;
  border: 3px solid rgba(0,0,0,0.22);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(var(--cl-accent-rgb), 0.13), transparent 26%),
    radial-gradient(circle at 85% 15%, rgba(255,255,255,0.07), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(var(--cl-accent-rgb), 0.10), transparent 28%);
  z-index: -1;
}

.btn,
.navbar.component .nav-link,
.card,
.product,
.product-card,
.modal-content {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}

.btn:hover,
.card:hover,
.product:hover,
.product-card:hover {
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

/* popup */
.nova-overlay[hidden] { display: none !important; }
.nova-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 3, 8, 0.82);
  backdrop-filter: blur(16px);
  z-index: 9999;
}
.nova-popup {
  width: min(100%, 500px);
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 52, 90, 0.34);
  background:
    radial-gradient(circle at top center, rgba(255, 20, 60, 0.28), transparent 36%),
    radial-gradient(circle at bottom left, rgba(255, 30, 70, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(22, 3, 9, 0.98), rgba(13, 5, 10, 0.98) 48%, rgba(7, 6, 12, 0.99));
  box-shadow: 0 28px 90px rgba(0,0,0,0.62), 0 0 45px rgba(255, 24, 74, 0.18), inset 0 1px 0 rgba(255,255,255,0.05);
  animation: novaPopupIn .45s cubic-bezier(.22,1,.36,1);
}
.nova-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 26%, transparent 74%, rgba(255, 45, 84, 0.16));
}
.nova-popup::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.04);
  pointer-events: none;
}
@keyframes novaPopupIn {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.nova-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  display: grid;
  place-items: center;
}
.nova-close-btn:hover { background: rgba(255, 34, 72, 0.18); color: #fff; border-color: rgba(255, 52, 90, 0.32); }
.nova-tag,
.nova-code-label { letter-spacing: .08em; text-transform: uppercase; }
.nova-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  margin-bottom: 20px;
  font-size: .72rem;
  font-weight: 800;
  color: #ff889f;
  background: rgba(255, 40, 78, 0.12);
  border: 1px solid rgba(255, 63, 98, 0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.nova-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff335f;
  box-shadow: 0 0 18px rgba(255, 51, 95, 0.9);
}
.nova-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.7rem);
  line-height: 1.02;
  font-weight: 900;
  color: #fff;
}
.nova-title span {
  background: linear-gradient(135deg, #ffffff 0%, #ff4f7c 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.nova-subtitle {
  margin: 14px 0 24px;
  color: rgba(255,255,255,0.72);
  font-size: 1rem;
}
.nova-popup a { color: inherit; }
.nova-popup .nova-title,
.nova-popup .nova-subtitle,
.nova-popup .nova-code-text,
.nova-popup .nova-code-label,
.nova-popup .nova-tag,
.nova-popup .nova-benefits,
.nova-popup .nova-footer { position: relative; z-index: 1; }
.nova-code-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 18px 20px;
  border-radius: 22px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255, 35, 72, 0.08));
  border: 1px solid rgba(255, 56, 96, 0.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 16px 30px rgba(0,0,0,0.18);
}
.nova-code-label {
  font-size: .68rem;
  color: rgba(255,255,255,0.56);
  font-weight: 700;
  margin-bottom: 5px;
}
.nova-code-text {
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.nova-copy-btn,
.nova-got-it-btn,
.nova-secondary-btn {
  border: 0;
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 800;
}
.nova-copy-btn {
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(135deg, #ff335f, #ff1744);
  box-shadow: 0 14px 28px rgba(255, 42, 84, 0.26);
}
.nova-copy-btn:hover { transform: translateY(-1px); }
.nova-benefits {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255, 34, 72, 0.07));
  border: 1px solid rgba(255, 56, 96, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.nova-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.82);
  font-weight: 700;
}
.nova-benefit i {
  color: #ff4a76;
  text-shadow: 0 0 14px rgba(255, 50, 90, 0.32);
}
.nova-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nova-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  color: rgba(255,255,255,0.92);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.nova-secondary-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 63, 98, 0.34);
  box-shadow: 0 14px 30px rgba(255, 34, 72, 0.16), inset 0 1px 0 rgba(255,255,255,0.06);
}
.nova-got-it-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #ff335f, #cf143d) !important;
  border: 1px solid rgba(255,255,255,0.10);
  min-width: 156px;
  box-shadow: 0 16px 32px rgba(255, 34, 72, 0.30);
}
.nova-got-it-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(255, 34, 72, 0.36);
}

/* music */
.nova-music-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
}
.nova-youtube-player {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
.nova-music-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.nova-control-pill,
.nova-orb-btn {
  border: 0;
  color: #fff;
  font-weight: 800;
}
.nova-control-pill {
  min-width: 104px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(20, 6, 14, 0.96), rgba(8, 7, 14, 0.98));
  border: 2px solid rgba(255, 29, 75, 0.95);
  box-shadow: 0 10px 26px rgba(0,0,0,0.32), 0 0 20px rgba(255, 23, 68, 0.14);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, opacity .22s ease;
}
.nova-control-pill:hover,
.nova-orb-btn:hover { transform: translateY(-2px); }
.nova-control-pill.is-active {
  background: linear-gradient(180deg, rgba(255, 34, 72, 0.24), rgba(22, 6, 11, 0.98));
  box-shadow: 0 12px 30px rgba(0,0,0,0.36), 0 0 26px rgba(255, 30, 78, 0.24);
}
.nova-orb-btn {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 48, 89, 0.34), rgba(14, 7, 15, 0.98) 58%, rgba(0,0,0,1) 100%);
  border: 1px solid rgba(255, 38, 76, 0.38);
  box-shadow: 0 16px 34px rgba(0,0,0,0.44), 0 0 30px rgba(255, 30, 70, 0.22);
}
.nova-orb-btn i {
  text-shadow: 0 0 18px rgba(255, 34, 72, 0.36);
}
.nova-orb-btn.is-playing {
  box-shadow: 0 18px 40px rgba(0,0,0,0.48), 0 0 35px rgba(255, 38, 76, 0.34);
}



/* premium hover glow */
a.button:hover,
a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
[role="button"]:hover,
.btn:hover,
.button:hover {
  box-shadow: 0 0 0 1px rgba(255, 40, 78, 0.34), 0 12px 34px rgba(255, 22, 68, 0.24), 0 0 26px rgba(255, 32, 74, 0.16) !important;
  border-color: rgba(255, 54, 96, 0.36) !important;
  transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}

a.button,
a.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
.btn,
.button {
  transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}

@media (max-width: 640px) {
  .nova-popup {
    padding: 26px 20px;
    border-radius: 22px;
  }
  .nova-footer,
  .nova-code-container {
    flex-direction: column;
    align-items: stretch;
  }
  .nova-got-it-btn,
  .nova-copy-btn {
    width: 100%;
  }
  .nova-music-dock {
    right: 14px;
    bottom: 14px;
  }
  .nova-music-stack {
    align-items: flex-start;
  }
  .nova-control-pill {
    min-width: 96px;
  }
}


/* luxury upgrade */
:root {
  --nova-red-1: #ff335f;
  --nova-red-2: #ff1744;
  --nova-red-3: #ff6b8d;
  --nova-glow-soft: rgba(255, 34, 72, 0.18);
  --nova-glow-mid: rgba(255, 34, 72, 0.28);
  --nova-glow-strong: rgba(255, 34, 72, 0.42);
}

/* stronger premium hover feel across the full theme */
a.button,
a.btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
.btn,
.button,
.navbar.component .btn,
.navbar.component .nav-link.btn,
.nova-copy-btn,
.nova-got-it-btn,
.nova-secondary-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
}

a.button::after,
a.btn::after,
button::after,
input[type="button"]::after,
input[type="submit"]::after,
input[type="reset"]::after,
[role="button"]::after,
.btn::after,
.button::after,
.navbar.component .btn::after,
.navbar.component .nav-link.btn::after,
.nova-copy-btn::after,
.nova-got-it-btn::after,
.nova-secondary-btn::after {
  content: "";
  position: absolute;
  inset: -120% auto -120% -35%;
  width: 42%;
  transform: rotate(22deg) translateX(-220%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  pointer-events: none;
  transition: transform .72s cubic-bezier(.22, 1, .36, 1);
  z-index: 0;
}

a.button > *,
a.btn > *,
button > *,
[role="button"] > *,
.btn > *,
.button > *,
.nova-copy-btn > *,
.nova-got-it-btn > *,
.nova-secondary-btn > * {
  position: relative;
  z-index: 1;
}

a.button:hover,
a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
[role="button"]:hover,
.btn:hover,
.button:hover,
.navbar.component .btn:hover,
.navbar.component .nav-link.btn:hover,
.nova-copy-btn:hover,
.nova-got-it-btn:hover,
.nova-secondary-btn:hover {
  transform: translateY(-2px) scale(1.01);
  border-color: rgba(255, 86, 122, 0.54) !important;
  box-shadow:
    0 0 0 1px rgba(255, 60, 96, 0.28),
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 16px 42px rgba(255, 24, 74, 0.22),
    0 0 24px rgba(255, 36, 82, 0.22),
    0 0 54px rgba(255, 28, 76, 0.12) !important;
}

a.button:hover::after,
a.btn:hover::after,
button:hover::after,
input[type="button"]:hover::after,
input[type="submit"]:hover::after,
input[type="reset"]:hover::after,
[role="button"]:hover::after,
.btn:hover::after,
.button:hover::after,
.navbar.component .btn:hover::after,
.navbar.component .nav-link.btn:hover::after,
.nova-copy-btn:hover::after,
.nova-got-it-btn:hover::after,
.nova-secondary-btn:hover::after {
  transform: rotate(22deg) translateX(480%);
}

.nova-popup {
  border-color: rgba(255, 70, 108, 0.38);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(255, 62, 98, 0.12),
    0 0 56px rgba(255, 24, 74, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.nova-code-container,
.nova-benefits {
  backdrop-filter: blur(10px);
}

.nova-code-text {
  letter-spacing: .08em;
  text-shadow: 0 0 22px rgba(255, 42, 84, 0.16);
}

.nova-copy-btn,
.nova-got-it-btn {
  box-shadow:
    0 14px 30px rgba(255, 42, 84, 0.28),
    0 0 26px rgba(255, 36, 82, 0.14);
}

.nova-secondary-btn {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
}

.nova-control-pill:hover,
.nova-orb-btn:hover {
  box-shadow:
    0 14px 34px rgba(0,0,0,0.38),
    0 0 0 1px rgba(255, 70, 108, 0.22),
    0 0 24px rgba(255, 28, 76, 0.22),
    0 0 42px rgba(255, 28, 76, 0.10);
}

/* subtle premium lift on cards */
.card:hover,
.product:hover,
.product-card:hover,
.notification-popup:hover,
.modal-content:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28), 0 0 34px rgba(255, 24, 74, 0.10);
}
