:root {
  --background-color: #090207;
  --default-color: #fce7f3;
  --heading-color: #ffffff;
  --accent-color: #ff2b8c;
  --pink-bright: #ff5eb4;
  --pink-soft: #ff80bf;
  --contrast-color: #ffffff;
  --nav-color: #fff0f7;
  --nav-hover-color: #ff5eb4;
}

::-webkit-scrollbar-thumb {
  background-color: #c01968;
}

body {
  background-color: var(--background-color);
}

.header {
  border-color: rgba(255, 94, 180, 0.3);
  background: rgba(18, 4, 16, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55), 0 0 25px rgba(255, 43, 140, 0.2), inset 0 1px rgba(255, 255, 255, 0.08);
}

.header .logo img,
.footer-about img {
  filter: drop-shadow(0 0 14px rgba(255, 43, 140, 0.85));
}

.navmenu a.active,
.navmenu a:hover {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 94, 180, 0.85);
}

/* Header & General Action Buttons */
.btn-getstarted,
.btn-getstarted:focus,
.index-home .btn-getstarted,
.index-home .btn-getstarted:focus,
.header .btn-getstarted,
.header .btn-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 24px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 160, 215, 0.6) !important;
  background: linear-gradient(135deg, #ff2b8c 0%, #d41470 50%, #9e0850 100%) !important;
  box-shadow: 0 4px 18px rgba(255, 43, 140, 0.45), 0 0 12px rgba(255, 94, 180, 0.25) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-getstarted:hover,
.btn-getstarted:focus:hover,
.index-home .btn-getstarted:hover,
.index-home .btn-getstarted:focus:hover,
.header .btn-getstarted:hover,
.header .btn-logout:hover {
  transform: translateY(-2px) scale(1.04) !important;
  background: linear-gradient(135deg, #ff5eb4 0%, #e6197d 50%, #b3095c 100%) !important;
  box-shadow: 0 8px 26px rgba(255, 43, 140, 0.75), 0 0 22px rgba(255, 120, 190, 0.5) !important;
  border-color: rgba(255, 215, 245, 0.95) !important;
  color: #ffffff !important;
}

.product-card {
  background: rgba(24, 6, 21, 0.82);
  border-color: rgba(255, 94, 180, 0.22);
}

.product-card::before {
  background: linear-gradient(135deg, rgba(255, 43, 140, 0.28), transparent 60%);
}

.product-card:hover {
  border-color: rgba(255, 94, 180, 0.55);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 43, 140, 0.25);
}

.product-card-icon {
  border-color: rgba(255, 94, 180, 0.35);
  background: rgba(255, 43, 140, 0.12);
}

.product-card:hover .product-card-icon {
  border-color: rgba(255, 120, 190, 0.6);
  background: rgba(255, 43, 140, 0.22);
}

.product-card-text,
.section-heading p:last-child,
.faq .faq-container .faq-item .faq-content p {
  color: #f5cbe2;
}

.product-card-btn {
  border-color: rgba(255, 94, 180, 0.4);
  background: rgba(255, 43, 140, 0.14);
  color: #ffffff;
}

.product-card-btn:hover {
  border-color: rgba(255, 120, 190, 0.7);
  background: rgba(255, 43, 140, 0.28);
  color: #ffffff;
}

.index-home .scroll-top,
.index-home .footer .social-links a:hover {
  background-color: #ff2b8c;
}

/* Hero Premium Buttons */
.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff2b8c 0%, #d41470 50%, #9e0850 100%);
  border: 1px solid rgba(255, 150, 210, 0.6);
  box-shadow: 0 8px 30px rgba(255, 43, 140, 0.65), 0 0 20px rgba(255, 94, 180, 0.4);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  background: linear-gradient(135deg, #ff5eb4 0%, #e6197d 50%, #b3095c 100%);
  box-shadow: 0 14px 45px rgba(255, 43, 140, 0.85), 0 0 35px rgba(255, 120, 190, 0.6);
  border-color: rgba(255, 200, 235, 0.9);
  color: #ffffff !important;
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 94, 180, 0.45);
  backdrop-filter: blur(16px);
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-btn-secondary:hover {
  transform: translateY(-3px) scale(1.03);
  background: rgba(255, 43, 140, 0.22);
  border-color: rgba(255, 120, 190, 0.85);
  box-shadow: 0 0 25px rgba(255, 43, 140, 0.45), 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #ffffff !important;
}

/* Remove black background so pink shader is visible everywhere */
section,
.section,
#faq,
.faq,
#cards,
#home {
  background: transparent !important;
  background-color: transparent !important;
}

/* FAQ Accordion Styling - Failproof */
.faq-copy p {
  color: #f5cbe2 !important;
}

.faq .faq-container .faq-item,
.faq-item {
  position: relative;
  background: rgba(24, 6, 21, 0.35) !important;
  border-bottom: 1px solid rgba(255, 94, 180, 0.25) !important;
  padding: 20px 45px 20px 14px !important;
  margin-bottom: 10px;
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
  transition: all 0.25s ease;
}

.faq .faq-container .faq-item:hover,
.faq-item:hover {
  background: rgba(255, 43, 140, 0.12) !important;
  border-bottom-color: rgba(255, 94, 180, 0.6) !important;
}

.faq .faq-container .faq-item h3,
.faq-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.faq .faq-container .faq-item:hover h3,
.faq .faq-container .faq-item.faq-active h3,
.faq-item.faq-active h3 {
  color: #ff5eb4 !important;
}

.faq .faq-container .faq-item .faq-toggle,
.faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 18px;
  color: #ff80bf;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.faq .faq-container .faq-item.faq-active .faq-toggle,
.faq-item.faq-active .faq-toggle {
  transform: rotate(90deg);
  color: #ff2b8c !important;
}

.faq .faq-container .faq-item .faq-content,
.faq-item .faq-content {
  display: none !important;
  padding-top: 14px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq .faq-container .faq-item.faq-active .faq-content,
.faq-item.faq-active .faq-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.faq .faq-container .faq-item .faq-content p,
.faq-item .faq-content p {
  color: #fce7f3 !important;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.footer {
  border-top-color: rgba(255, 94, 180, 0.22);
}

/* Cabinet & Admin overrides */
.cabinet-shell {
  color: #fce7f3;
}

.cabinet-tabs {
  border-color: rgba(255, 94, 180, 0.3);
  background: rgba(20, 4, 18, 0.86);
}

.cabinet-tabs .nav-link {
  color: #f5cbe2;
}

.cabinet-tabs .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 43, 140, 0.16);
}

.cabinet-tabs .nav-link.active {
  background: linear-gradient(135deg, #ff2b8c, #a8135c);
  box-shadow: inset 0 0 0 1px rgba(255, 190, 225, 0.4), 0 5px 14px rgba(255, 43, 140, 0.38);
}

.cabinet-profile,
.cabinet-panel,
.profile-stat,
.cabinet-shell .product-card,
.admin-module,
.admin-metric,
.activation-card,
.security-note {
  border-color: rgba(255, 94, 180, 0.22);
  background: rgba(22, 5, 20, 0.88);
}

.profile-head {
  border-bottom-color: rgba(255, 94, 180, 0.22);
  background: linear-gradient(145deg, rgba(120, 15, 68, 0.65), rgba(20, 4, 18, 0.4));
}

.profile-logo {
  border-color: rgba(255, 120, 190, 0.4);
  background: rgba(30, 5, 26, 0.75);
}

.profile-kicker,
.section-kicker,
.metric-label,
.admin-module label,
.profile-stat span,
.product-card .product-type {
  color: #ff80bf;
}

.profile-email,
.section-heading p:last-child,
.activation-card > p,
.security-note > p,
.security-list li,
.product-card p {
  color: #f5cbe2;
}

.profile-uid {
  background: rgba(255, 43, 140, 0.18);
  color: #fff0f7;
}

.profile-status h2 i,
.profile-stat i,
.security-list i,
.admin-module h3 i {
  color: #ff5eb4;
}

.product-card::after {
  background: linear-gradient(145deg, transparent 45%, rgba(255, 43, 140, 0.24));
}

.cabinet-shell .btn-primary {
  border-color: #ff5eb4;
  background: linear-gradient(135deg, #ff2b8c, #a8135c);
}

.cabinet-shell .btn-primary:hover {
  background: linear-gradient(135deg, #ff5eb4, #c9186f);
}

.cabinet-shell .btn-outline {
  border-color: rgba(255, 94, 180, 0.4);
  background: rgba(255, 43, 140, 0.12);
  color: #fff0f7;
}

.cabinet-shell .btn-outline:hover {
  border-color: rgba(255, 120, 190, 0.75);
  background: rgba(255, 43, 140, 0.24);
}

.cabinet-shell .form-control,
.cabinet-shell .form-select,
.auth-field input {
  border-color: rgba(255, 94, 180, 0.28);
  background: rgba(14, 2, 12, 0.85);
  color: #ffffff;
}

.cabinet-shell .form-control::placeholder,
.auth-field input::placeholder {
  color: #f5cbe2;
  opacity: 0.6;
}

.cabinet-shell .form-control:focus,
.cabinet-shell .form-select:focus,
.auth-field input:focus {
  border-color: #ff2b8c;
  background: rgba(22, 3, 19, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 43, 140, 0.2);
}

.admin-banner {
  border-color: rgba(255, 94, 180, 0.4);
  background: rgba(255, 43, 140, 0.18);
  color: #fff0f7;
}

.admin-banner i {
  color: #ff5eb4;
}

/* Alternating glowing and shimmering letter animations */
@keyframes shinyLetterPink {
  0%, 100% {
    color: #ff2b8c;
    text-shadow: 0 0 10px rgba(255, 43, 140, 0.85), 0 0 25px rgba(255, 94, 180, 0.65), 0 0 45px rgba(255, 43, 140, 0.45);
    filter: brightness(1.05);
  }
  50% {
    color: #ff70b8;
    text-shadow: 0 0 18px rgba(255, 94, 180, 1), 0 0 38px rgba(255, 43, 140, 0.95), 0 0 65px rgba(255, 128, 191, 0.85);
    filter: brightness(1.35);
  }
}

@keyframes shinyLetterWhite {
  0%, 100% {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 150, 205, 0.4);
    filter: brightness(1);
  }
  50% {
    color: #fff0f7;
    text-shadow: 0 0 16px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 94, 180, 0.75);
    filter: brightness(1.2);
  }
}

.shiny-letter-glow {
  display: inline-block;
  animation: shinyLetterPink 2.4s ease-in-out infinite;
}

.shiny-letter-alt {
  display: inline-block;
  animation: shinyLetterWhite 2.4s ease-in-out infinite;
  animation-delay: 1.2s;
}



