/* GLOBAL STYLES
-------------------------------------------------- */
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: 'Inter', sans-serif;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.bg-navbar {
  background-color: #F50057 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 2rem;
  z-index: 10;
  text-align: center;
}

.carousel-item {
  height: 26rem;
  background-color: #777;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 26rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .carousel-item,
  .carousel-item>img {
    height: 38rem;
  }
}

.carousel-caption h1 {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.carousel-caption p {
  font-size: 1.1rem;
  font-weight: 400;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .carousel-caption h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }

  .carousel-caption p {
    font-size: 1.4rem;
  }
}

/* Dark caption override for light-background carousel slides
------------------------- */
.carousel-caption-dark,
.carousel-caption-dark h1,
.carousel-caption-dark p {
  color: #212529;
  text-shadow: none;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.marketing .col-lg-4 {
  margin-bottom: 3rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 700;
  margin-top: 1.5rem;
  color: #333;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
  line-height: 1.6;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 6rem 0;
}

.featurette-heading {
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #333;
}

.featurette-heading span.text-muted {
  font-weight: 400;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #666;
}

/* Testimonials Section
------------------------- */
.testimonials {
  background-color: #f8f9fa;
  padding: 5rem 0;
  margin: 4rem 0;
}

.testimonial-item {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-item p {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  font-weight: 700;
  color: #F50057;
}

/* Pricing Section
------------------------- */
.pricing {
  padding: 5rem 0;
  background-color: #fff;
}

.pricing h2 {
  color: #333;
  font-size: 2.2rem;
}

.pricing-card {
  position: relative;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.pricing-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card--pro {
  background: #F50057;
  border-color: #F50057;
  color: #fff;
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFC107;
  color: #333;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 4px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-header {
  margin-bottom: 1.5rem;
}

.pricing-name {
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin: 0.5rem 0 0.25rem;
  color: #F50057;
}

.pricing-card--pro .pricing-price {
  color: #fff;
}

.pricing-period {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.85;
}

.pricing-subtitle {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-bottom: 0;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  flex: 1;
}

.pricing-features li {
  padding: 0.45rem 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-card--pro .pricing-features li {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features .mdi {
  font-size: 1.1rem;
  color: #009688;
  flex-shrink: 0;
}

.pricing-card--pro .pricing-features .mdi {
  color: #FFE082;
}

.pricing-cta {
  margin-top: auto;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.pricing-cta--pro {
  background: #fff;
  color: #F50057;
}

.pricing-cta--pro:hover {
  background: #fff;
  color: #c20048;
}

.pricing-card--family {
  background: linear-gradient(135deg, #fff5f8 0%, #fff 100%);
  border-color: #F50057;
  border-width: 2px;
  text-align: center;
}

.pricing-card--family .pricing-price {
  font-size: 3rem;
}

.pricing-tag-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #F50057;
  background: #fce4ec;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 0.5rem;
}

.pricing-card--pro .pricing-tag-label {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
}

.pricing-features--horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

.pricing-features--horizontal li {
  border-bottom: none;
  width: auto;
}

/* Impact Section
------------------------- */
.impact-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #fff5f8 0%, #f0fffe 100%);
}

.impact-section h2 {
  font-size: 2rem;
  color: #333;
}

.impact-stat {
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  height: 100%;
}

.impact-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: #F50057;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.impact-label {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
}

/* Floating WhatsApp Button
------------------------- */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #FFF;
  text-decoration: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 5rem;
  }
}