/* Lotus Pink + Leaf Green + Little Red Theme */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #FFF5F5 0%, #F0F8E8 100%);
  color: #2D3A1F;
  overflow-x: hidden;
}

h1,
h2,
h3,
.hero-title-flow,
.section-header-flow h2 {
  font-family: 'Playfair Display', serif;
}

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

.premium-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(232, 130, 140, 0.2);
  border-top: 4px solid #E8828C;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

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

/* Navbar */
.navbar-flow {
  background: #FFFFFFE6;
  backdrop-filter: blur(12px);
  padding: 0.8rem 0;
  transition: all 0.3s ease;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(232, 130, 140, 0.2);
}

.navbar-flow.scrolled {
  background: #FFFFFFF2;
  box-shadow: 0 8px 20px rgba(232, 130, 140, 0.12);
  padding: 0.4rem 0;
}

.navbar-brand-flow img {
  height: 100px;
  width: auto;
  max-width: 100px;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(232, 130, 140, 0.2);
}

.nav-link-flow {
  font-weight: 500;
  margin: 0 0.8rem;
  color: #4A5E30;
  transition: 0.2s;
  text-decoration: none;
}

.nav-link-flow:hover,
.nav-link-flow.active {
  color: #E8828C;
}

/* Buttons */
.btn-flow-primary {
  background: #E8828C;
  color: white;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(232, 130, 140, 0.3);
}

.btn-flow-primary:hover {
  background: #D96D78;
  transform: translateY(-2px);
  color: white;
}

.btn-flow-outline {
  background: transparent;
  border: 1px solid #E8828C;
  color: #E8828C;
  padding: 0.6rem 1.5rem;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

.btn-flow-outline:hover {
  background: #E8828C10;
  border-color: #D96D78;
  color: #D96D78;
}

/* Hero Section */
.hero-flow {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFF0F0 0%, #E8F5DC 100%);
  text-align: center;
  padding: 4rem 2rem 4rem;
}

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

.hero-content-flow {
  max-width: 900px;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 48px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(232, 130, 140, 0.3);
}

.hero-title-flow {
  font-size: 4.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #4A5E30 0%, #E8828C 50%, #C0392B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub-flow {
  font-size: 1.8rem;
  font-weight: 500;
  color: #E8828C;
  margin-top: 0.5rem;
}

.hero-desc-text {
  font-size: 1rem;
  color: #4A5E30;
  max-width: 800px;
  margin: 1.5rem auto 0;
  line-height: 1.7;
}

/* Stats */
.stats-flow {
  background: white;
  border-radius: 60px;
  padding: 2rem;
  margin-top: -2rem;
  box-shadow: 0 20px 35px -12px rgba(232, 130, 140, 0.15);
  border: 1px solid rgba(232, 130, 140, 0.2);
  position: relative;
  z-index: 5;
}

.stat-number-flow {
  font-size: 2rem;
  font-weight: 700;
  color: #E8828C;
  font-family: 'Playfair Display', serif;
}

.text-muted-light {
  color: #8B9C6E;
}

/* Glass Card */
.glass-card-flow {
  background: #FFFFFFE6;
  backdrop-filter: blur(8px);
  border-radius: 48px;
  padding: 2rem;
  border: 1px solid rgba(232, 130, 140, 0.25);
  box-shadow: 0 15px 30px -12px rgba(232, 130, 140, 0.1);
}

/* App Cards */
.app-card-flow {
  background: white;
  border-radius: 28px;
  padding: 1.5rem 0.8rem;
  text-align: center;
  transition: all 0.25s;
  border: 1px solid rgba(100, 130, 60, 0.2);
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.04);
}

.app-card-flow:hover {
  transform: translateY(-6px);
  border-color: #E8828C;
  box-shadow: 0 20px 25px -12px rgba(232, 130, 140, 0.25);
}

.app-icon-flow {
  height: 120px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.btn-app-flow {
  display: inline-block;
  background: #F0F8E8;
  color: #E8828C;
  padding: 0.3rem 1rem;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0.2rem;
  text-decoration: none;
}

.btn-app-flow:hover {
  background: #E8828C;
  color: white;
}

.section-header-flow {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header-flow h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #4A5E30;
}

/* Plan Cards - WIDTH INCREASED */
.plans-row-first,
.plans-row-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.plan-card-new {
  background: white;
  border-radius: 40px;
  padding: 2rem 2rem;
  width: 320px;
  /* INCREASED from 280px to 320px */
  transition: all 0.3s;
  border: 1px solid rgba(100, 130, 60, 0.2);
  box-shadow: 0 12px 18px -10px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.plan-card-new:hover {
  transform: translateY(-8px);
  border-color: #E8828C;
  box-shadow: 0 20px 28px -12px rgba(232, 130, 140, 0.2);
}

.plan-price-new {
  font-size: 2.8rem;
  font-weight: 800;
  color: #E8828C;
}

.plan-period-new {
  color: #8B9C6E;
  font-size: 1rem;
}

.plan-features-new {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
}

.plan-features-new li {
  margin: 0.7rem 0;
  font-size: 0.9rem;
  /* Slightly increased for better readability */
  color: #4A5E30;
}

.plan-features-new li i {
  color: #E8828C;
  margin-right: 0.6rem;
}

.btn-plan-new {
  background: #E8828C;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.btn-plan-new:hover {
  background: #C0392B;
}

/* FAQ */
.faq-item-flow {
  background: white;
  border-radius: 28px;
  margin-bottom: 1rem;
  border: 1px solid rgba(232, 130, 140, 0.2);
}

.faq-question-flow {
  padding: 1.2rem 1.8rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #4A5E30;
}

.faq-question-flow i:first-child {
  color: #E8828C;
  margin-right: 10px;
}

.faq-answer-flow {
  padding: 0 1.8rem 1.2rem;
  display: none;
  color: #6B8A4A;
  line-height: 1.6;
}

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

/* FEATURE ITEMS */
.feature-item img {
  height: 110px;
  width: auto;
  filter: none;
  transition: 0.2s;
}

.feature-row-img-flow {
  max-height: 280px;
  border-radius: 32px;
  box-shadow: 0 20px 30px -12px rgba(232, 130, 140, 0.15);
}

/* Footer */
.footer-flow {
  background: #2D3A1F;
  color: #D4E8B5;
  padding: 4rem 0 3rem;
  margin-top: 2rem;
  font-size: 1rem;
}

.footer-flow h5 {
  color: #E8828C;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.3rem;
}

.footer-flow a {
  color: #B8D68A;
  text-decoration: none;
  transition: 0.2s;
  font-size: 0.95rem;
}

.footer-flow a:hover {
  color: #E8828C;
}

.footer-flow .list-unstyled li {
  margin-bottom: 0.75rem;
}

.footer-flow .list-unstyled li i {
  margin-right: 8px;
  color: #E8828C;
  font-size: 0.8rem;
}

/* Footer Image - 250px size */
.footer-img-large {
  max-width: 250px;
  width: 100%;
  border-radius: 24px;
}

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

.back-to-top-flow {
  position: fixed;
  bottom: 2rem;
  left: 5rem;
  background: #E8828C;
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  text-decoration: none;
  z-index: 99;
}

.back-to-top-flow.visible {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top-flow:hover {
  background: #C0392B;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-title-flow {
    font-size: 2.5rem;
  }

  .hero-sub-flow {
    font-size: 1.3rem;
  }

  .hero-content-flow {
    padding: 1.5rem;
  }

  .navbar-brand-flow img {
    height: 70px;
  }

  .hero-flow {
    padding-top: 2rem;
  }

  .back-to-top-flow {
    right: 1.2rem;
    bottom: 5rem;
  }

  .footer-img-large {
    max-width: 200px;
  }

  .app-icon-flow {
    height: 60px;
  }

  .feature-item img {
    height: 70px;
  }

  .plan-card-new {
    width: 280px;
    padding: 1.5rem;
  }
}

/* Navbar Toggle Button */
.navbar-toggler-flow {
  background: transparent;
  border: 1px solid #E8828C;
  border-radius: 12px;
  padding: 0.5rem 0.8rem;
  color: #E8828C;
  font-size: 1.2rem;
}

html,
body {
  overflow-x: hidden;
}

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