/* --- Hero Section --- */
.hero {
  background: linear-gradient(135deg, var(--bg-subtle) 0%, #e8f5e9 100%);
  padding: 60px 0 100px;
  overflow: hidden;
}

.hero .container {
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-text {
  flex: 1;
  max-width: 600px;
  z-index: 2;
}

.hero-brand {
  margin-bottom: 28px;
}

.hero-brand .app-logo-img {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

.hero-brand .app-logo-name {
  font-size: 1.35rem;
}

.hero-brand-mobile {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.hero-brand-mobile .app-logo-name {
  font-size: 1.1rem;
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(46, 204, 113, 0.15);
  color: var(--primary-dark);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.hero h1 {
  font-size: 4.5rem;
  color: var(--text-main);
  margin-bottom: 24px;
}

.hero h1 span {
  color: var(--primary);
}

.hero p {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hero-stats {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-item h3 {
  font-size: 1.8rem;
  color: var(--text-main);
}

.stat-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

.hero-image-wrapper {
  flex: 1;
  position: relative;
  z-index: 1;
}

.hero-img {
  width: 130%;
  max-width: 800px;
  margin-left: -15%;
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-3deg);
  transition: transform 0.5s ease;
}

.hero-image-wrapper:hover .hero-img {
  transform: rotate(0deg) scale(1.02);
}

.floating-badge {
  position: absolute;
  background: white;
  padding: 16px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 6s ease-in-out infinite;
}

.badge-top {
  top: 20px;
  right: -20px;
  animation-delay: 0s;
}

.badge-bottom {
  bottom: 40px;
  left: -20px;
  animation-delay: 3s;
}

.floating-badge span {
  font-size: 2rem;
}

.badge-text h4 {
  font-size: 1rem;
  margin: 0;
}

.badge-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* --- Features Row --- */
.features-section {
  padding: 40px 0;
  background: white;
  border-bottom: 1px solid var(--border);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-text h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.feature-text p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* --- Category Chips / Scroll --- */
.category-section {
  padding: 60px 0;
}

.category-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  scrollbar-width: none; /* Firefox */
}

.category-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.category-chip {
  min-width: 140px;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  padding: 16px 20px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: var(--transition);
  flex-shrink: 0;
}

.category-chip:hover {
  border-color: var(--primary);
  background: white;
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.chip-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.chip-name {
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
}

/* --- Promo Banners --- */
.promo-section {
  padding: 20px 0 60px;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.promo-banner {
  border-radius: var(--radius);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  color: var(--text-main);
  transition: var(--transition);
}

.promo-banner:hover {
  transform: scale(1.02);
}

.banner-1 {
  background: #fff3e0
    url("https://images.unsplash.com/photo-1542838132-92c53300491e?w=800&q=80")
    no-repeat right center/cover;
}

.banner-2 {
  background: #e3f2fd
    url("https://images.unsplash.com/photo-1574316071802-0d684efa7ab5?w=800&q=80")
    no-repeat right center/cover;
}

.promo-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.promo-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.promo-content h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.promo-content p {
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* --- Newsletter --- */
.newsletter {
  background: var(--bg-dark);
  color: white;
  padding: 80px 0;
  text-align: center;
  border-radius: 40px;
  margin: 40px 24px;
}

.newsletter h2 {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.newsletter p {
  color: #adb5bd;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  background: white;
  padding: 8px;
  border-radius: var(--radius-pill);
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  outline: none;
  font-size: 1rem;
}

@media (max-width: 992px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
  }
  .hero-img {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .floating-badge {
    display: none;
  }
  .promo-grid {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .hero h1 { font-size: 3rem; }
  .features-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════
   DESKTOP HOME REDESIGN — min-width 993px only
   ══════════════════════════════════════════════════════════════════ */
@media (min-width: 993px) {
