/* Common utility classes */
.m-top-40 {
  margin-top: 40px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-left-15 {
  margin-left: 15px;
}

/* Hero section padding to avoid header overlap */
#hero-6 {
  padding-top: 120px !important;
  padding-bottom: 50px !important;
  background: linear-gradient(120deg, #f9a8d4 0%, #fde68a 50%, #86efac 100%);
  color: #2d2a32;
}

#hero-6 h1 {
  color: #1d1b20;
}
#hero-6 p {
  color: #3a3a45;
}

/* Header Download Button */
.btn-download {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 25px;
  font-weight: 600;
  margin-left: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  color: #ffffff !important;
}

/* Adjust for mobile devices */
@media (max-width: 768px) {
  #hero-6 {
    padding-top: 70px !important;
  }

  .btn-download {
    margin-left: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}

/* Why/How/Benefit horizontal blocks */
.info-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.info-block {
  flex: 1;
  min-width: 250px;
  max-width: 325px;
  padding: 20px 25px;
  background: #f5f5f5;
  border-radius: 1rem;
}

.info-block-title {
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-block-text {
  font-size: 1.05em;
  line-height: 1.6;
  color: #444;
  margin: 0;
  font-weight: 400;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .info-blocks {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .info-block {
    max-width: 100%;
    padding: 15px 18px;
  }

  .info-block-title {
    font-size: 1em;
    margin-bottom: 6px;
  }

  .info-block-text {
    font-size: 0.95em;
    line-height: 1.5;
  }

  .hero-img {
    padding-top: 20px;
  }
}

@media (min-width: 416px) and (max-width: 575.99px) {
  #hero-2 .hero-img,
  #hero-6 .hero-img,
  #hero-7 .hero-img,
  #hero-8 .hero-img {
    margin: 0 6% 40px;
  }
}

/* Lightgrey section blocks */
.bg-lightgrey .info-block {
  background: #f0f0f0;
}

/* Fixed section blocks */
.bg-fixed .info-block {
  background: #f5f5f5;
}

/* Increase font size for Why/How/Benefit sections */
.content-txt p strong {
  font-size: 1.15em;
  font-weight: 600;
}

.content-txt p {
  font-size: 1.1em;
  line-height: 1.8;
}

/* Ensure proper spacing */
.content-txt p br {
  line-height: 2;
}

.hero-logo {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 2.5rem;
  margin-bottom: 2rem;
}

.hero-stores-badge {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.hero-stores-badge img {
  height: 60px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hero-stores-badge {
    gap: 10px;
  }
  .hero-stores-badge img {
    height: 45px;
  }
}
