html, body {
    max-width: 100%;
    overflow-x: hidden;
}
  .hero-bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 23 107 / 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 23 107 / 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 23 107), 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 23 107 / 12%); border:1px solid rgb(255 23 107 / 35%);
    border-radius:9999px; color:rgb(255 23 107); 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 23 107));
  -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 23 107 / 12%);
    border: 1px solid rgb(255 23 107 / 35%);
    border-radius: 9999px;
    color: rgb(255 23 107);
    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 23 107 / 12%);
  border: 1px solid rgb(255 23 107 / 35%);
  border-radius: 9999px;
  color: rgb(255 23 107);
  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 23 107 / 0%), rgb(255 23 107 / 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);
}

/* === Nova premium glass refresh === */
:root {
  --nova-glass: rgba(13, 15, 24, .68);
  --nova-glass-strong: rgba(17, 19, 30, .88);
  --nova-line: rgba(255, 255, 255, .09);
  --nova-line-hot: rgba(255, 0, 17, .32);
  --nova-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 17, .09), transparent 28%),
    radial-gradient(circle at 86% 36%, rgba(118, 39, 255, .07), transparent 30%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.navbar, .modal-content, .dropdown-menu,
.product-card, .testimonial, .stat-card, .feature-card,
[class*="pricing"], [class*="discord"] .container {
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.product-card, .testimonial, .feature-card, .stat-card {
  border-color: var(--nova-line) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.26);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.product-card:hover, .feature-card:hover, .stat-card:hover {
  transform: translateY(-6px);
  border-color: var(--nova-line-hot) !important;
  box-shadow: 0 24px 58px rgba(0,0,0,.36), 0 0 35px rgba(255,0,17,.08);
}

.hero-btn, .btn, button { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, opacity .2s ease; }
.hero-btn:hover, .btn:hover { transform: translateY(-2px); }

/* Nova 24/7 assistant */
.nova-chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1065;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 84, 94, .48);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 20, 36, .96), rgba(132, 14, 33, .96));
  box-shadow: 0 18px 48px rgba(0,0,0,.44), 0 0 30px rgba(255,0,17,.28);
  cursor: pointer;
}
.nova-chat-launcher:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 22px 58px rgba(0,0,0,.48), 0 0 42px rgba(255,0,17,.4); }
.nova-chat-launcher svg { width: 25px; height: 25px; }
.nova-chat-launcher .nova-chat-status-dot {
  position: absolute; top: 8px; right: 8px; width: 9px; height: 9px; border-radius: 50%;
  background: #46e783; border: 2px solid #16070b; box-shadow: 0 0 12px rgba(70,231,131,.9);
}
.nova-chat-panel {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 1064;
  width: min(390px, calc(100vw - 28px));
  height: min(590px, calc(100vh - 125px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(22, 9, 16, .94), rgba(8, 10, 20, .92));
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  box-shadow: 0 30px 90px rgba(0,0,0,.58), inset 0 1px rgba(255,255,255,.07), 0 0 55px rgba(255,0,17,.1);
  transform-origin: right bottom;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.nova-chat-panel[hidden] { display: flex !important; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(14px) scale(.96); }
.nova-chat-header {
  display: flex; align-items: center; gap: 12px; padding: 16px 17px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(90deg, rgba(255,0,17,.12), rgba(107,44,255,.06));
}
.nova-chat-avatar { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg,#ff2131,#780b22); box-shadow: 0 0 22px rgba(255,0,17,.25); }
.nova-chat-avatar svg { width: 22px; height: 22px; }
.nova-chat-title { min-width: 0; flex: 1; }
.nova-chat-title strong { display:block; color:#fff; font-size:14px; letter-spacing:.01em; }
.nova-chat-title span { display:flex; align-items:center; gap:6px; color:rgba(255,255,255,.56); font-size:11px; }
.nova-chat-title span::before { content:""; width:7px; height:7px; border-radius:50%; background:#46e783; box-shadow:0 0 10px rgba(70,231,131,.75); }
.nova-chat-close { width:34px; height:34px; border:0; border-radius:11px; display:grid; place-items:center; color:rgba(255,255,255,.72); background:rgba(255,255,255,.06); cursor:pointer; }
.nova-chat-close:hover { color:#fff; background:rgba(255,255,255,.11); }
.nova-chat-messages { flex:1; overflow-y:auto; padding:18px 15px; display:flex; flex-direction:column; gap:12px; scrollbar-width:thin; scrollbar-color:rgba(255,255,255,.18) transparent; }
.nova-chat-message { max-width:86%; padding:11px 13px; border-radius:16px; font-size:13px; line-height:1.55; white-space:pre-wrap; }
.nova-chat-message.bot { align-self:flex-start; color:rgba(255,255,255,.84); border:1px solid rgba(255,255,255,.09); border-bottom-left-radius:5px; background:rgba(255,255,255,.055); }
.nova-chat-message.user { align-self:flex-end; color:#fff; border:1px solid rgba(255,72,86,.34); border-bottom-right-radius:5px; background:linear-gradient(145deg,rgba(255,27,43,.9),rgba(139,15,40,.94)); }
.nova-chat-message.typing { display:flex; gap:5px; align-items:center; width:54px; }
.nova-chat-message.typing i { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.55); animation:novaChatTyping 1s infinite ease-in-out; }
.nova-chat-message.typing i:nth-child(2){animation-delay:.15s}.nova-chat-message.typing i:nth-child(3){animation-delay:.3s}
@keyframes novaChatTyping { 0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1} }
.nova-chat-suggestions { display:flex; gap:7px; overflow-x:auto; padding:0 15px 11px; scrollbar-width:none; }
.nova-chat-suggestions::-webkit-scrollbar{display:none}
.nova-chat-chip { flex:0 0 auto; border:1px solid rgba(255,255,255,.11); border-radius:999px; padding:7px 10px; color:rgba(255,255,255,.74); background:rgba(255,255,255,.045); font-size:11px; cursor:pointer; }
.nova-chat-chip:hover { color:#fff; border-color:rgba(255,54,70,.42); background:rgba(255,0,17,.1); }
.nova-chat-form { display:flex; gap:9px; padding:12px; border-top:1px solid rgba(255,255,255,.09); background:rgba(2,4,11,.34); }
.nova-chat-input { flex:1; min-width:0; border:1px solid rgba(255,255,255,.1); border-radius:14px; padding:11px 12px; outline:none; color:#fff; background:rgba(255,255,255,.045); font-size:13px; }
.nova-chat-input:focus { border-color:rgba(255,50,66,.55); box-shadow:0 0 0 3px rgba(255,0,17,.08); }
.nova-chat-input::placeholder { color:rgba(255,255,255,.35); }
.nova-chat-send { width:42px; height:42px; border:0; border-radius:13px; display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,#ff1a2c,#8d0d28); cursor:pointer; box-shadow:0 8px 22px rgba(255,0,17,.2); }
.nova-chat-send:hover { transform:translateY(-2px); }
.nova-chat-send svg { width:18px; height:18px; }
.nova-chat-note { margin:0; padding:0 15px 11px; color:rgba(255,255,255,.34); font-size:10px; text-align:center; }
@media (max-width: 575px) {
  .nova-chat-launcher { right:14px; bottom:14px; }
  .nova-chat-panel { right:14px; bottom:82px; height:min(620px,calc(100vh - 105px)); }
}
@media (prefers-reduced-motion: reduce) { .nova-chat-message.typing i { animation:none; } }


.nova-chat-ticket-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: -2px 14px 10px 14px;
  padding: 9px 13px;
  border: 1px solid rgba(var(--cl-accent-rgb), .35);
  border-radius: 12px;
  background: rgba(var(--cl-accent-rgb), .12);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.nova-chat-ticket-link:hover {
  transform: translateY(-1px);
  background: rgba(var(--cl-accent-rgb), .22);
  border-color: rgba(var(--cl-accent-rgb), .65);
  color: #fff;
}

/* Nova UD v1.7 — final hero copy polish */
.liquid-hero-heading p {
  max-width: 34rem;
  text-wrap: balance;
  letter-spacing: -0.01em;
}
.liquid-hero-copy {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .liquid-hero-heading p {
    max-width: 28rem;
    margin-inline: auto;
  }
  .hero-cta-buttons {
    gap: .7rem;
  }
  .liquid-trust-row {
    margin-top: 1.15rem;
  }
}


/* =========================================================
   Apple-inspired customer dashboard + affiliate center
   ========================================================= */
.nova-apple-sidebar,
.nova-apple-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08) !important;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
.nova-apple-sidebar { border-radius: 28px !important; padding: 18px !important; }
.nova-apple-sidebar::before,
.nova-apple-panel::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(circle at 18% 0%, rgba(255,255,255,.10), transparent 32%);
}
.nova-apple-sidebar-head { display:flex; align-items:center; gap:13px; padding:8px 8px 18px; }
.nova-apple-avatar,.nova-card-icon {
  display:grid; place-items:center; flex:0 0 auto;
  width:46px; height:46px; border-radius:15px;
  color:#fff; border:1px solid rgba(255,255,255,.12);
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 10px 22px rgba(0,0,0,.20);
}
.nova-apple-account-copy { min-width:0; }
.nova-apple-account-copy h5 { margin:1px 0 1px; font-size:.98rem; }
.nova-apple-account-copy small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:185px; font-size:.72rem; }
.nova-apple-eyebrow { display:block; font-size:.64rem; font-weight:800; letter-spacing:.13em; color:rgba(255,255,255,.48); }
.nova-apple-customer-nav { gap:6px !important; }
.nova-apple-customer-nav .nav-link {
  display:flex; align-items:center; gap:11px; width:100%; min-height:52px; padding:8px 10px !important;
  border-radius:16px !important; color:rgba(255,255,255,.72) !important;
  border:1px solid transparent; background:transparent; transition:all .22s ease;
}
.nova-apple-customer-nav .nav-link:hover { color:#fff !important; transform:translateX(2px); background:rgba(255,255,255,.055); border-color:rgba(255,255,255,.07); }
.nova-apple-customer-nav .nav-link.active {
  color:#fff !important; background:linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.065)) !important;
  border-color:rgba(255,255,255,.13) !important; box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 12px 24px rgba(0,0,0,.16);
}
.nova-apple-nav-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.06); }
.nova-apple-customer-nav .active .nova-apple-nav-icon { background:rgba(255,255,255,.10); }
.nova-apple-chevron { margin-left:auto; font-size:.65rem; opacity:.30; }
.nova-apple-logout-row { margin-top:8px; padding-top:8px; border-top:1px solid rgba(255,255,255,.07); }

.nova-apple-panel { border-radius:30px !important; padding:26px; }
.nova-affiliate-hero { display:flex; align-items:center; justify-content:space-between; gap:26px; min-height:190px; }
.nova-affiliate-hero-copy { max-width:610px; position:relative; z-index:1; }
.nova-affiliate-hero h2 { margin:7px 0 9px; font-size:clamp(1.8rem,4vw,2.8rem); letter-spacing:-.045em; }
.nova-affiliate-hero p { margin:0; color:rgba(255,255,255,.60); max-width:560px; }
.nova-tier-badge-shell { min-width:170px; padding:18px 20px; border-radius:22px; text-align:left; background:rgba(255,255,255,.065); border:1px solid rgba(255,255,255,.10); box-shadow:inset 0 1px 0 rgba(255,255,255,.08); position:relative; z-index:1; }
.nova-tier-badge-shell span { display:block; font-size:.62rem; letter-spacing:.13em; font-weight:800; color:rgba(255,255,255,.44); }
.nova-tier-badge-shell strong { display:block; margin-top:5px; font-size:1.25rem; color:#fff; }
.nova-affiliate-link-card,.nova-tier-card { display:flex; flex-direction:column; gap:14px; }
.nova-affiliate-link-card h4,.nova-tier-card h4 { margin:3px 0 0; }
.nova-affiliate-link-card p,.nova-tier-card p { color:rgba(255,255,255,.56); }
.nova-affiliate-link-box { display:flex; align-items:center; gap:12px; padding:13px 13px 13px 16px; border-radius:18px; border:1px solid rgba(255,255,255,.09); background:rgba(0,0,0,.18); }
.nova-affiliate-link-text { min-width:0; flex:1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:rgba(255,255,255,.82); font-size:.86rem; }
.nova-affiliate-actions { display:flex; gap:7px; }
.nova-icon-button { width:40px; height:40px; display:grid; place-items:center; border-radius:13px; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.07); color:#fff; }
.nova-icon-button:hover { background:rgba(255,255,255,.13); transform:translateY(-1px); }
.nova-affiliate-code-row { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:auto; padding-top:13px; border-top:1px solid rgba(255,255,255,.07); color:rgba(255,255,255,.46); font-size:.78rem; }
.nova-affiliate-code-row strong { color:#fff; letter-spacing:.08em; }
.nova-tier-name-large { font-size:clamp(2rem,5vw,3.2rem); font-weight:900; letter-spacing:-.05em; line-height:1; margin:7px 0 10px; color:#fff; }
.nova-action-card { display:grid; grid-template-columns:auto 1fr auto; gap:15px; align-items:center; color:inherit !important; transition:transform .22s ease,border-color .22s ease; }
.nova-action-card:hover { transform:translateY(-3px); border-color:rgba(255,255,255,.17) !important; }
.nova-action-card h5 { margin:3px 0 4px; color:#fff; }
.nova-action-card p { margin:0; font-size:.78rem; color:rgba(255,255,255,.48); }
.nova-action-arrow { opacity:.40; }
.nova-panel-heading { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:18px; position:relative; z-index:1; }
.nova-panel-heading h4 { margin:4px 0 0; }
.nova-panel-note { color:rgba(255,255,255,.38); font-size:.73rem; }
.nova-tier-path { display:grid; grid-template-columns:1fr auto 1fr auto 1fr auto 1fr; align-items:center; gap:12px; position:relative; z-index:1; }
.nova-tier-path > i { opacity:.22; font-size:.7rem; }
.nova-tier-path-item { display:flex; align-items:center; gap:11px; padding:14px; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); }
.nova-tier-path-item div { display:flex; flex-direction:column; }
.nova-tier-path-item strong { color:#fff; }
.nova-tier-path-item small { color:rgba(255,255,255,.40); font-size:.68rem; }
.nova-tier-dot { width:12px; height:12px; border-radius:50%; flex:0 0 auto; background:rgba(255,255,255,.28); box-shadow:0 0 0 5px rgba(255,255,255,.035); }
.tier-bronze .nova-tier-dot { background:#b7835a; }
.tier-silver .nova-tier-dot { background:#cbd0d7; }
.tier-gold .nova-tier-dot { background:#e6bd52; }
.tier-diamond .nova-tier-dot { background:#bdeeff; box-shadow:0 0 18px rgba(189,238,255,.34); }
.nova-apple-table { margin:0; position:relative; z-index:1; }
.nova-apple-table > :not(caption) > * > * { padding:15px 12px; background:transparent !important; border-color:rgba(255,255,255,.07) !important; color:rgba(255,255,255,.72); }
.nova-apple-table thead th { color:rgba(255,255,255,.40); font-size:.67rem; letter-spacing:.08em; text-transform:uppercase; font-weight:800; }
.nova-empty-state { padding:34px !important; color:rgba(255,255,255,.38) !important; }
.nova-affiliate-empty { min-height:290px; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.nova-affiliate-empty h3 { margin:9px 0 8px; }
.nova-affiliate-empty p { max-width:600px; color:rgba(255,255,255,.56); }
@media (max-width: 991.98px) {
  .nova-apple-sidebar { border-radius:24px !important; }
  .nova-apple-customer-nav { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nova-apple-logout-row { margin-top:0; padding-top:0; border-top:0; }
  .nova-affiliate-hero { align-items:flex-start; flex-direction:column; }
  .nova-tier-badge-shell { width:100%; }
}
@media (max-width: 767.98px) {
  .nova-apple-panel { border-radius:24px !important; padding:20px; }
  .nova-tier-path { grid-template-columns:1fr; }
  .nova-tier-path > i { transform:rotate(90deg); justify-self:center; }
  .nova-panel-note { display:none; }
  .nova-affiliate-link-box { align-items:stretch; flex-direction:column; }
  .nova-affiliate-actions { justify-content:flex-end; }
}


/* =========================================================
   NOVA CUSTOMER APP — theme-aware premium dashboard
   Uses the storefront theme variables; no hard-coded brand accent.
   ========================================================= */
.nova-customer-app {
  --nova-accent: var(--cl-accent, #ff176b);
  --nova-accent-rgb: var(--cl-accent-rgb, 255, 23, 107);
  --nova-bg-1: var(--cl-background-primary, #080711);
  --nova-bg-2: var(--cl-background-secondary, #0e0a18);
  --nova-border: var(--cl-border, rgba(255,255,255,.10));
  position: relative;
}
.nova-customer-app::before {
  content:""; position:fixed; width:520px; height:520px; right:-170px; top:110px;
  border-radius:50%; pointer-events:none; z-index:-1;
  background:radial-gradient(circle, rgba(var(--nova-accent-rgb),.13), rgba(var(--nova-accent-rgb),0) 68%);
  filter:blur(12px);
}
.nova-customer-app > .row { position:relative; z-index:1; }

/* Sidebar / brand identity */
.nova-apple-sidebar {
  position:sticky; top:96px; overflow:hidden;
  border:1px solid rgba(255,255,255,.085) !important;
  background:linear-gradient(160deg, rgba(var(--nova-accent-rgb),.075), rgba(255,255,255,.035) 34%, rgba(255,255,255,.018)) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(24px) saturate(145%); -webkit-backdrop-filter:blur(24px) saturate(145%);
}
.nova-apple-sidebar::after {
  content:""; position:absolute; inset:0 0 auto 0; height:2px;
  background:linear-gradient(90deg, transparent, rgba(var(--nova-accent-rgb),.9), transparent); opacity:.8;
}
.nova-apple-sidebar-head { padding:4px 3px 17px; border-bottom:1px solid rgba(255,255,255,.075); margin-bottom:12px; }
.nova-brand-avatar {
  width:48px !important; height:48px !important; padding:7px; overflow:hidden;
  background:linear-gradient(145deg, rgba(var(--nova-accent-rgb),.22), rgba(255,255,255,.055)) !important;
  border:1px solid rgba(var(--nova-accent-rgb),.35) !important;
  box-shadow:0 10px 28px rgba(var(--nova-accent-rgb),.14), inset 0 1px 0 rgba(255,255,255,.12);
}
.nova-brand-avatar img { width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 3px 8px rgba(var(--nova-accent-rgb),.25)); }
.nova-apple-account-copy .nova-apple-eyebrow { color:rgba(var(--nova-accent-rgb),.9); }
.nova-apple-customer-nav .nav-link { position:relative; overflow:hidden; }
.nova-apple-customer-nav .nav-link::before {
  content:""; position:absolute; left:0; top:10px; bottom:10px; width:3px; border-radius:0 8px 8px 0;
  background:var(--nova-accent); transform:scaleY(0); opacity:0; transition:.22s ease;
}
.nova-apple-customer-nav .nav-link:hover { border-color:rgba(var(--nova-accent-rgb),.14) !important; background:rgba(var(--nova-accent-rgb),.055) !important; }
.nova-apple-customer-nav .nav-link.active {
  background:linear-gradient(135deg, rgba(var(--nova-accent-rgb),.17), rgba(var(--nova-accent-rgb),.07) 52%, rgba(255,255,255,.035)) !important;
  border-color:rgba(var(--nova-accent-rgb),.27) !important;
  box-shadow:0 12px 30px rgba(var(--nova-accent-rgb),.08), inset 0 1px 0 rgba(255,255,255,.09) !important;
}
.nova-apple-customer-nav .nav-link.active::before { transform:scaleY(1); opacity:1; }
.nova-apple-customer-nav .nav-link.active .nova-apple-nav-icon {
  color:var(--nova-accent); background:rgba(var(--nova-accent-rgb),.13); border-color:rgba(var(--nova-accent-rgb),.22);
  box-shadow:0 0 20px rgba(var(--nova-accent-rgb),.10);
}

/* Turn every customer page into a consistent app surface */
.nova-customer-app .col-lg-9 > .row > [class*="col-"] > .card,
.nova-customer-app .col-lg-9 > .card,
.nova-customer-app .nova-apple-panel {
  position:relative; overflow:hidden;
  border-radius:26px !important;
  border:1px solid rgba(255,255,255,.085) !important;
  background:linear-gradient(155deg, rgba(255,255,255,.058), rgba(255,255,255,.025) 48%, rgba(var(--nova-accent-rgb),.026)) !important;
  box-shadow:0 20px 56px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter:blur(20px) saturate(135%); -webkit-backdrop-filter:blur(20px) saturate(135%);
}
.nova-customer-app .col-lg-9 > .row > [class*="col-"] > .card::before,
.nova-customer-app .col-lg-9 > .card::before,
.nova-customer-app .nova-apple-panel::before {
  content:""; position:absolute; inset:0 auto auto 0; width:100%; height:1px;
  background:linear-gradient(90deg, transparent, rgba(var(--nova-accent-rgb),.45), rgba(255,255,255,.12), transparent);
}
.nova-customer-app .card h4,.nova-customer-app .card h5,.nova-customer-app .nova-apple-panel h4,.nova-customer-app .nova-apple-panel h5 { letter-spacing:-.025em; }
.nova-customer-app .text-primary,.nova-customer-app a.text-primary { color:var(--nova-accent) !important; }
.nova-customer-app a:not(.btn):hover { color:var(--nova-accent); }

/* Dashboard metric cards */
.nova-customer-app .col-lg-9 > .row:first-child > [class*="col-"] > .card { min-height:142px; justify-content:center; transition:transform .22s ease,border-color .22s ease; }
.nova-customer-app .col-lg-9 > .row:first-child > [class*="col-"] > .card:hover { transform:translateY(-4px); border-color:rgba(var(--nova-accent-rgb),.22) !important; }
.nova-customer-app .col-lg-9 > .row:first-child > [class*="col-"] > .card p:last-child { font-size:1.42rem; font-weight:800; letter-spacing:-.035em; color:#fff; }

/* Buttons, pills, form controls */
.nova-customer-app .btn-primary,.nova-customer-app .btn-outline-primary:hover {
  background:var(--nova-accent) !important; border-color:var(--nova-accent) !important; color:#fff !important;
  box-shadow:0 9px 26px rgba(var(--nova-accent-rgb),.20);
}
.nova-customer-app .btn-outline-primary { border-color:rgba(var(--nova-accent-rgb),.38) !important; color:var(--nova-accent) !important; border-radius:14px; }
.nova-customer-app .btn { border-radius:14px; transition:transform .18s ease, box-shadow .18s ease; }
.nova-customer-app .btn:hover { transform:translateY(-1px); }
.nova-customer-app input,.nova-customer-app textarea,.nova-customer-app select,.nova-customer-app .form-control {
  border-radius:15px !important; border-color:rgba(255,255,255,.10) !important; background:rgba(0,0,0,.18) !important;
}
.nova-customer-app input:focus,.nova-customer-app textarea:focus,.nova-customer-app select:focus,.nova-customer-app .form-control:focus {
  border-color:rgba(var(--nova-accent-rgb),.48) !important; box-shadow:0 0 0 3px rgba(var(--nova-accent-rgb),.10) !important;
}

/* Orders, tickets, balance tables */
.nova-customer-app .table-responsive { border-radius:20px; overflow:hidden; }
.nova-customer-app table.table { margin-bottom:0; }
.nova-customer-app .table > :not(caption) > * > * {
  background:transparent !important; border-color:rgba(255,255,255,.065) !important; padding:15px 13px; vertical-align:middle;
}
.nova-customer-app .table thead th { color:rgba(255,255,255,.43); font-size:.67rem; letter-spacing:.085em; text-transform:uppercase; font-weight:800; }
.nova-customer-app .table tbody tr { transition:background .18s ease; }
.nova-customer-app .table tbody tr:hover { background:rgba(var(--nova-accent-rgb),.035); }
.nova-customer-app .badge { border-radius:999px; padding:.5em .75em; }

/* Affiliate surfaces use the live theme accent */
.nova-affiliate-hero { background:linear-gradient(145deg, rgba(var(--nova-accent-rgb),.12), rgba(255,255,255,.034) 46%, rgba(var(--nova-accent-rgb),.04)) !important; }
.nova-card-icon { color:var(--nova-accent); background:rgba(var(--nova-accent-rgb),.10) !important; border-color:rgba(var(--nova-accent-rgb),.18) !important; }
.nova-icon-button:hover { color:var(--nova-accent); border-color:rgba(var(--nova-accent-rgb),.25); background:rgba(var(--nova-accent-rgb),.10); }
.nova-tier-badge-shell { border-color:rgba(var(--nova-accent-rgb),.20); background:linear-gradient(145deg, rgba(var(--nova-accent-rgb),.11), rgba(255,255,255,.04)); }
.nova-tier-badge-shell span,.nova-affiliate-page .nova-apple-eyebrow { color:rgba(var(--nova-accent-rgb),.82); }
.nova-affiliate-link-box { border-color:rgba(var(--nova-accent-rgb),.13); }
.nova-action-card:hover { border-color:rgba(var(--nova-accent-rgb),.28) !important; box-shadow:0 24px 60px rgba(var(--nova-accent-rgb),.07), inset 0 1px 0 rgba(255,255,255,.08); }

/* Responsive polish */
@media (max-width:991.98px){
  .nova-apple-sidebar { position:relative; top:auto; }
  .nova-customer-app::before { width:360px; height:360px; right:-160px; }
}
@media (max-width:767.98px){
  .nova-customer-app .col-lg-9 > .row > [class*="col-"] > .card,.nova-customer-app .col-lg-9 > .card,.nova-customer-app .nova-apple-panel { border-radius:22px !important; }
  .nova-apple-customer-nav .nav-link { min-height:48px; }
  .nova-brand-avatar { width:44px !important; height:44px !important; }
}

/* Brand logo inside the Dashboard navigation tab */
.nova-dashboard-logo-icon { overflow:hidden; padding:6px !important; }
.nova-dashboard-logo-icon img { width:100%; height:100%; object-fit:contain; display:block; filter:drop-shadow(0 2px 7px rgba(var(--nova-accent-rgb),.26)); }
.nova-apple-customer-nav .nav-link.active .nova-dashboard-logo-icon img { transform:scale(1.04); }
