/* ===== BREE SERIF THEME - PURPLE FOOTER + 120px APP ICONS ===== */
:root {
  --purple-primary: #6C47D4;
  --purple-primary-light: #9B7BE5;
  --purple-primary-dark: #4C2A9E;
  --purple-secondary: #8B5CF6;
  --purple-secondary-light: #E9D5FF;
  --purple-background: #F8F9FC;
  --purple-surface: #FFFFFF;
  --purple-text-dark: #1A1F36;
  --purple-text-muted: #5A6B8C;
  --purple-card-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.08);
  --purple-accent-soft: #F3EFFE;
  --section-gap: 4rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Bree Serif', 'Inter', 'Georgia', serif;
  background-color: var(--purple-background);
  color: var(--purple-text-dark);
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* Bree Serif Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.main-title-elegant,
.title-sub-elegant,
.price-amount,
.stat-number-elegant,
.nav-link-elegant,
.btn,
.hero-title-wrapper,
.stat-label,
.footer-heading-elegant,
.pricing-card-professional .price-period,
.price-features-elegant li,
.faq-question-new,
.faq-answer-new p,
.hero-desc-elegant,
.text-muted-custom,
.app-card-elegant h6,
.btn-app-elegant,
.footer-links-elegant li a,
.footer-copyright p {
  font-family: 'Bree Serif', 'Georgia', 'Times New Roman', serif;
  letter-spacing: 0.01em;
}

.hero-desc-elegant,
.price-features-elegant li,
.faq-answer-new p {
  font-weight: 400;
  line-height: 1.6;
}

.main-title-elegant {
  font-weight: 400;
  letter-spacing: 0.02em;
}

.stat-number-elegant {
  font-weight: 400;
}

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

::-webkit-scrollbar-track {
  background: #EDE9FE;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--purple-primary);
  border-radius: 10px;
}

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

.elegant-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid var(--purple-primary-light);
  border-top: 3px solid var(--purple-primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Navbar */
.navbar-elegant {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.02);
  padding: 0.2rem 0;
}

.nav-link-elegant {
  color: var(--purple-text-dark) !important;
  font-weight: 400;
  margin: 0 0.15rem;
  border-radius: 40px;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
}

.nav-link-elegant:hover,
.nav-link-elegant.active {
  color: var(--purple-primary) !important;
  background: rgba(108, 71, 212, 0.06);
}

.btn-blue,
.btn-outline-red,
.btn-red {
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 1.3rem;
}

.btn-blue {
  background: var(--purple-primary);
  color: white;
  border: none;
}

.btn-blue:hover {
  background: var(--purple-primary-dark);
  transform: translateY(-1px);
  color: white;
}

.btn-outline-red {
  background: transparent;
  border: 1.5px solid var(--purple-primary);
  color: var(--purple-primary);
}

.btn-outline-red:hover {
  background: var(--purple-primary);
  color: white;
  transform: translateY(-1px);
}

.btn-red {
  background: var(--purple-primary);
  color: white;
}

.btn-red:hover {
  background: var(--purple-primary-dark);
  color: white;
}

/* FULLSCREEN HERO SECTION */
.hero-fullscreen {
  position: relative;
  width: 100%;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-fullscreen .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 48px;
  backdrop-filter: blur(3px);
}

.hero-title-wrapper {
  background: rgba(108, 71, 212, 0.85);
  backdrop-filter: blur(6px);
  display: inline-block;
  padding: 0.45rem 1.2rem;
  border-radius: 40px;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 1.5rem;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}

.main-title-elegant {
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.title-sub-elegant {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 1rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.hero-desc-elegant {
  color: rgba(255, 255, 255, 0.92);
  max-width: 620px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Stats Modern */
.stats-wrapper {
  margin-top: -2rem;
  position: relative;
  z-index: 5;
}

.stats-modern {
  background: white;
  border-radius: 60px;
  padding: 0.8rem 2rem;
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: auto;
  border: 0.5px solid rgba(108, 71, 212, 0.1);
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
}

.stat-card {
  text-align: center;
  min-width: 90px;
}

.stat-number-elegant {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--purple-primary);
  display: block;
  letter-spacing: 0.01em;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--purple-text-muted);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.stat-divider {
  width: 1px;
  height: 30px;
  background: #E5E9F0;
}

.whatsapp-stat a {
  color: #25D366 !important;
  text-decoration: none;
  font-size: 1rem;
}

/* Glass card */
.glass-card-elegant {
  background: white;
  border-radius: 36px;
  padding: 2rem;
  box-shadow: var(--purple-card-shadow);
  transition: all 0.3s ease;
  border: 0.5px solid rgba(108, 71, 212, 0.08);
}

/* App cards - 120px ICONS */
.app-card-elegant {
  background: white;
  border-radius: 32px;
  padding: 1.6rem 0.8rem;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  border: 0.5px solid rgba(108, 71, 212, 0.08);
}

.app-card-elegant:hover {
  transform: translateY(-4px);
  border-color: var(--purple-primary-light);
  box-shadow: 0 20px 30px -12px rgba(108, 71, 212, 0.1);
}

.app-icon-elegant {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}

.app-card-elegant h6 {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.btn-app-elegant {
  background: #F5F3FF;
  padding: 0.35rem 1rem;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--purple-text-dark);
  text-decoration: none;
  display: inline-block;
  margin: 0.2rem;
  transition: 0.15s;
}

.btn-app-elegant:hover {
  background: var(--purple-primary-light);
  color: white;
}

/* Pricing Cards */
.pricing-card-professional {
  background: white;
  border-radius: 32px;
  padding: 1.5rem;
  transition: all 0.3s;
  box-shadow: var(--purple-card-shadow);
  border: 0.5px solid #EDE9FE;
}

.price-header {
  margin-bottom: 1.2rem;
}

.price-amount {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--purple-primary);
  line-height: 1;
  letter-spacing: 0.01em;
}

.price-period {
  font-size: 0.8rem;
  color: var(--purple-text-muted);
  font-weight: 400;
}

.price-features-elegant li {
  margin: 0.6rem 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 400;
}

.price-features-elegant li i {
  color: var(--purple-primary);
  font-size: 0.8rem;
}

/* FAQ */
.faq-item-new {
  background: white;
  border-radius: 24px;
  margin-bottom: 0.8rem;
  overflow: hidden;
  border: 0.5px solid #EDE9FE;
}

.faq-question-new {
  padding: 1rem 1.3rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: var(--purple-text-dark);
  font-size: 0.95rem;
}

.faq-answer-new {
  padding: 0 1.3rem 1rem 1.3rem;
  display: none;
  color: var(--purple-text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}

.faq-item-new.active .faq-answer-new {
  display: block;
}

.faq-item-new.active .fa-chevron-down {
  transform: rotate(180deg);
}

/* PURPLE FOOTER - LARGER TEXT */
.footer-elegant {
  background: linear-gradient(135deg, #5B3BBF 0%, #4C2A9E 100%);
  color: #F0EBFF;
  padding: 3rem 0 1.5rem;
  margin-top: 2rem;
}

.footer-heading-elegant {
  color: #FFFFFF;
  margin-bottom: 1.2rem;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}

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

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

.footer-links-elegant li a {
  color: #E0D6FF;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.2s;
  font-weight: 400;
}

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

.footer-copyright {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}

.footer-copyright p {
  font-size: 0.85rem;
}

/* Highlight project name and link */
.highlight-project {
  color: #FFD966;
  font-weight: 400;
}

.highlight-link {
  color: #FFD966;
  text-decoration: none;
  font-weight: 400;
  transition: 0.2s;
}

.highlight-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-app-box img {
  border-radius: 20px;
  transition: transform 0.2s;
}

.footer-app-box img:hover {
  transform: scale(1.02);
}

/* WhatsApp float */
.whatsapp-float-elegant {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #25D366;
  color: white;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.85rem;
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-family: 'Bree Serif', serif;
}

.back-to-top-elegant {
  position: fixed;
  bottom: 22px;
  left: 22px;
  background: var(--purple-primary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  text-decoration: none;
  z-index: 1000;
}

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

/* Feature Icons */
.feature-item-elegant img {
  transition: transform 0.2s;
  max-width: 100px;
}

@media (max-width: 768px) {
  .main-title-elegant {
    font-size: 2.2rem;
  }

  .title-sub-elegant {
    font-size: 1rem;
  }

  .hero-desc-elegant {
    font-size: 0.85rem;
  }

  .stats-modern {
    border-radius: 40px;
    padding: 0.6rem 1rem;
  }

  .stats-grid {
    gap: 0.6rem;
  }

  .hero-fullscreen {
    min-height: 80vh;
  }

  .hero-content {
    background: rgba(0, 0, 0, 0.55);
    padding: 1.5rem;
    margin: 1rem;
    border-radius: 32px;
  }

  .app-icon-elegant {
    width: 80px;
  }

  .app-card-elegant h6 {
    font-size: 0.85rem;
  }

  .btn-app-elegant {
    font-size: 0.65rem;
    padding: 0.25rem 0.8rem;
  }

  .footer-heading-elegant {
    font-size: 1rem;
  }

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

html,
body {
  overflow-x: hidden;
}

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