/* ----------------------------
   Retailer Page Styles
   ---------------------------- */
/* ----------------------------
   Boost Your Sales Section
   ---------------------------- */
.boost-sales {
    background: #fdfdfd;
}

    .boost-sales h2 {
        font-size: 2.4rem;
        font-weight: 700;
    }

    .boost-sales .highlight {
        color: #4CAF50;
    }

.boost-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .boost-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

    .boost-card h5 {
        font-size: 1.2rem;
        margin: 15px 0;
    }

.retailer-hero {
  background: url('../images/retailer-hero-bg.jpg') center/cover no-repeat;
  padding: 120px 20px;
  color: #fff;
  text-align: center;
}

.retailer-hero h1 {
  font-size: 3rem;
  font-weight: 700;
}
.retailer-hero h1 span {
  color: #ffcc00;
}
.retailer-hero p {
  font-size: 1.2rem;
  margin: 15px 0 25px;
}
.retailer-hero .btn {
  padding: 12px 35px;
  font-size: 1rem;
  border-radius: 30px;
}

/* Section Headings */
section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Feature Cards */
.feature-card {
  border: none;
  border-radius: 15px;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.feature-card i {
  display: block;
  margin-bottom: 20px;
}

/* Growth Club */
.growth-club {
  background: #f9f9f9;
}
.stat-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s;
}
.stat-box:hover {
  transform: scale(1.05);
}
.stat-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
}

/* CTA */
.retailer-cta {
  background: linear-gradient(135deg, #4CAF50, #2e7d32);
  color: #fff;
}
.retailer-cta h2 {
  font-size: 2rem;
  font-weight: 700;
}
.retailer-cta .btn {
  margin-top: 15px;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 1rem;
}

/* Footer */
.site-footer {
  font-size: 0.9rem;
}
