/* ---------- ELEGANT PREMIUM THEME - DON TV ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #f5f0e8;
  color: #1a1a2e;
  overflow-x: hidden;
}

/* Elegant Heading Font */
h1,
h2,
h3,
.main-title-mood,
.hero-badge-mood,
.price-amount-mood,
.footer-mood h5 {
  font-family: 'Cormorant Garamond', serif;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #e0d6c8;
}

::-webkit-scrollbar-thumb {
  background: #C9A03D;
  border-radius: 10px;
}

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s ease;
}

.mood-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid #e0d6c8;
  border-top: 4px solid #C9A03D;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* navbar elegant */
.navbar-mood {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  padding: 0.3rem 2rem;
  border-bottom: 1px solid rgba(201, 160, 61, 0.3);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.navbar-brand-logo {
  max-height: 120px;
  width: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 5px rgba(201, 160, 61, 0.2));
  transition: all 0.3s ease;
}

.navbar-brand-logo:hover {
  filter: drop-shadow(0 15px 25px rgba(201, 160, 61, 0.4));
  transform: scale(1.02);
}

.nav-link-mood {
  color: #2c2c3a !important;
  font-weight: 600;
  margin: 0 0.5rem;
  transition: all 0.3s;
  font-size: 0.95rem;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}

.nav-link-mood:hover,
.nav-link-mood.active {
  color: #C9A03D !important;
  transform: translateY(-2px);
}

.btn-mood-primary {
  background: linear-gradient(135deg, #C9A03D 0%, #A67C1E 100%);
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(201, 160, 61, 0.3);
  font-family: 'Montserrat', sans-serif;
}

.btn-mood-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #D4AF37 0%, #B8960F 100%);
  box-shadow: 0 6px 18px rgba(201, 160, 61, 0.4);
  color: #fff;
}

.btn-mood-outline {
  background: transparent;
  border: 2px solid #C9A03D;
  padding: 0.55rem 1.5rem;
  border-radius: 40px;
  color: #C9A03D;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.btn-mood-outline:hover {
  background: #C9A03D;
  color: #fff;
  transform: translateY(-2px);
}

.btn-free-trial-gold {
  background: linear-gradient(135deg, #C9A03D 0%, #A67C1E 100%);
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  box-shadow: 0 6px 15px rgba(201, 160, 61, 0.4);
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

.btn-free-trial-gold:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #D4AF37 0%, #B8960F 100%);
  box-shadow: 0 10px 25px rgba(201, 160, 61, 0.6);
  color: #fff;
}

/* HERO SECTION - BOLD VISIBLE TEXT */
.hero-mood {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f0e8;
}

.hero-background-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 0;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 6rem 1rem;
}

/* FULLY TRANSPARENT TEXT BOX - NO BACKGROUND */
.hero-text-box {
  background: #d5bf6c82;
  backdrop-filter: none;
  border-radius: 64px;
  padding: 0;
  border: 2px solid #C9A03D;
  box-shadow: none;
  max-width: 850px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* BOLD BADGE */
.hero-badge-mood {
  background: rgba(201, 160, 61, 0.15);
  backdrop-filter: blur(4px);
  padding: 0.7rem 2rem;
  border-radius: 60px;
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 3px;
  border: 1.5px solid rgba(201, 160, 61, 0.7);
  color: #8B6914;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* EXTRA BOLD MAIN TITLE with strong gradient */
.main-title-mood {
  font-size: 6.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #5a3e00 0%, #C9A03D 40%, #F5D060 100%, #C9A03D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.8rem;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 6px;
}

/* BOLD SUBTITLE */
.subtitle-light {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a2e;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 5px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  word-spacing: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

/* BOLD DESCRIPTION */
.hero-description-light {
  backdrop-filter: blur(2px);
  padding: 1rem 1.5rem;
  border-radius: 20px;
  border: none;
  color: #1a1a2e;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto 2rem auto;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.hero-buttons .btn-mood-primary,
.hero-buttons .btn-mood-outline {
  padding: 0.9rem 2.5rem;
  font-size: 1rem;
  min-width: 190px;
  letter-spacing: 1.5px;
  border-radius: 50px;
  font-weight: 800;
}

/* stats light */
.stats-grid-mood {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 2rem 1rem;
  border-radius: 50px;
  margin-top: -2rem;
  position: relative;
  z-index: 3;
  border: 1px solid #e8e0d0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stat-item-mood {
  text-align: center;
  min-width: 110px;
}

.stat-number-mood {
  font-size: 1.8rem;
  font-weight: 800;
  color: #C9A03D;
  display: block;
  font-family: 'Cormorant Garamond', serif;
}

.stat-item-mood div:last-child {
  color: #4a4a5a;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
}

/* glass cards light */
.glass-card-mood {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  border-radius: 36px;
  padding: 1.8rem;
  border: 1px solid rgba(201, 160, 61, 0.25);
  transition: 0.3s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.glass-card-mood-light {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  border-radius: 36px;
  padding: 1.8rem;
  border: 1px solid rgba(201, 160, 61, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.tv-img,
.qr-code-img {
  border-radius: 24px;
}

.text-muted-custom {
  color: #5a5a6e !important;
  font-family: 'Montserrat', sans-serif;
}

.apps-section {
  background: linear-gradient(145deg, #ffffff 0%, #faf7f2 100%);
  padding: 4rem 0;
}

.app-card-mood {
  background: #ffffff;
  border-radius: 32px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #e8e0d0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.app-card-mood:hover {
  transform: translateY(-8px);
  border-color: #C9A03D;
  box-shadow: 0 15px 30px rgba(201, 160, 61, 0.12);
}

.app-icon-circle-mood img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.app-card-mood h6 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.8rem 0;
  color: #1a1a2e;
  font-family: 'Montserrat', sans-serif;
}

.btn-app-mood {
  background: linear-gradient(135deg, #C9A03D 0%, #A67C1E 100%);
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.3rem;
  display: inline-block;
  transition: 0.2s;
  font-size: 0.8rem;
  border: none;
  box-shadow: 0 2px 6px rgba(201, 160, 61, 0.3);
  font-family: 'Montserrat', sans-serif;
}

.btn-app-mood:hover {
  background: linear-gradient(135deg, #D4AF37 0%, #B8960F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201, 160, 61, 0.4);
  color: #fff;
}

.pricing-section {
  background: #faf7f2;
}

.pricing-card-mood {
  background: #ffffff;
  border-radius: 32px;
  padding: 2rem 1.5rem;
  border: 1px solid #e8e0d0;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.pricing-card-mood:hover {
  border-color: #C9A03D;
  transform: scale(1.02);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.price-amount-mood {
  font-size: 3rem;
  font-weight: 800;
  color: #C9A03D;
  font-family: 'Cormorant Garamond', serif;
}

.price-features {
  list-style: none;
  padding-left: 0;
}

.price-features li {
  margin: 0.7rem 0;
  font-size: 0.9rem;
  color: #2a2a3e;
  font-family: 'Montserrat', sans-serif;
}

.faq-section-new {
  background: #ffffff;
}

.faq-item-mood {
  background: #ffffff;
  margin: 1rem 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e8e0d0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.faq-question-mood {
  padding: 1.2rem 1.5rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #faf7f2;
  color: #1a1a2e;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.faq-question-mood:hover {
  color: #C9A03D;
}

.faq-answer-mood {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  padding: 0 1.5rem;
  background: #ffffff;
  color: #4a4a5a;
  font-family: 'Montserrat', sans-serif;
}

.faq-item-mood.active .faq-answer-mood {
  max-height: 200px;
  padding: 0 1.5rem 1.2rem;
}

.features-section {
  background: #faf7f2;
}

.feature-item-mood {
  background: rgb(145 147 59 / 29%);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(201, 160, 61, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  width: 140px;
}

.feature-item-mood:hover {
  transform: translateY(-8px);
  border-color: #C9A03D;
  box-shadow: 0 15px 30px rgba(201, 160, 61, 0.3);
  background: rgba(0, 0, 0, 0.65);
}

.feature-item-mood img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  transition: 0.2s;
  filter: brightness(1.1);
}

.feature-item-mood div {
  color: #C9A03D !important;
  font-weight: 700;
  margin-top: 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif;
}

.footer-mood {
  background: linear-gradient(135deg, #C9A03D 0%, #A67C1E 100%);
  border-top: none;
  padding: 3rem 0 1rem;
}

.footer-mood h5 {
  color: #1a1a2e;
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
}

.footer-links-mood {
  list-style: none;
  padding-left: 0;
}

.footer-links-mood li {
  margin-bottom: 0.6rem;
}

.footer-links-mood li a {
  color: #1a1a2e;
  text-decoration: none;
  transition: 0.2s;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.footer-links-mood li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-divider {
  background: rgba(26, 26, 46, 0.2);
  margin: 2rem 0;
  height: 1px;
}

.copyright-mixed {
  color: #1a1a2e;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.copyright-mixed a {
  color: #1a1a2e;
  font-weight: 800;
  text-decoration: none;
}

.copyright-mixed a:hover {
  color: #ffffff;
}

.footer-app-box img {
  max-width: 260px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #25D366;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 99;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: #C9A03D;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  text-decoration: none;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #D4AF37;
  color: #fff;
}

@media (max-width: 768px) {
  .main-title-mood {
    font-size: 3.2rem;
    letter-spacing: 3px;
  }

  .stats-grid-mood {
    gap: 1rem;
  }

  .navbar-brand-logo {
    max-height: 70px;
  }

  .hero-text-box {
    padding: 0;
  }

  .hero-buttons .btn-mood-primary,
  .hero-buttons .btn-mood-outline {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
    min-width: 140px;
  }

  .subtitle-light {
    font-size: 0.9rem;
    letter-spacing: 3px;
    word-spacing: 5px;
  }

  .hero-description-light {
    font-size: 0.85rem;
    padding: 0.8rem;
  }

  .hero-badge-mood {
    font-size: 0.7rem;
    padding: 0.5rem 1.2rem;
  }

  .app-icon-circle-mood img {
    width: 65px;
    height: 65px;
  }

  .footer-mood h5 {
    font-size: 1.1rem;
  }

  .footer-links-mood li a {
    font-size: 0.85rem;
  }

  .feature-item-mood {
    width: 100px;
    padding: 0.8rem;
  }

  .feature-item-mood img {
    width: 60px;
    height: 60px;
  }

  .feature-item-mood div {
    font-size: 0.7rem;
  }
}

@media (max-width: 992px) {
  .navbar-brand-logo {
    max-height: 80px;
  }

  .main-title-mood {
    font-size: 4.5rem;
  }
}

html,
body {
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}