/* ===== EcoGlow Landing Page Styles ===== */
:root {
  --eco-green: #2BAE76;
  --eco-dark-teal: #052622;
  --eco-cream: #EBEBE1;
  --eco-mint: #A8E6CF;
  --eco-sage: rgba(168,230,207,0.3);
  --eco-white: #FFFFFF;
  --eco-gray: #6B7280;
  --eco-light-gray: #F5F5F0;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

.ecoglow-page * { box-sizing: border-box; margin: 0; padding: 0; }
.ecoglow-page { font-family: var(--font-body); color: #1a1a1a; overflow-x: hidden; }
.ecoglow-page img { max-width: 100%; height: auto; }
.eco-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* === HEADER === */
.eco-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 48px; background: var(--eco-white); position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.eco-logo { font-family: var(--font-heading); font-size: 24px; font-weight: 800; color: var(--eco-dark-teal); text-decoration: none; }
.eco-logo span { color: var(--eco-green); }
.eco-nav { display: flex; gap: 32px; list-style: none; }
.eco-nav a { text-decoration: none; color: #333; font-size: 14px; font-weight: 500; transition: color .3s; }
.eco-nav a:hover { color: var(--eco-green); }
.eco-btn-primary { background: var(--eco-green); color: #fff; border: none; padding: 12px 28px;
  border-radius: 25px; font-weight: 600; font-size: 14px; cursor: pointer; text-decoration: none; transition: all .3s; display: inline-block; }
.eco-btn-primary:hover { background: #239963; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(43,174,118,.3); }
.eco-btn-outline { background: transparent; color: #333; border: 2px solid #ddd; padding: 12px 28px;
  border-radius: 25px; font-weight: 600; font-size: 14px; cursor: pointer; text-decoration: none; transition: all .3s; display: inline-flex; align-items: center; gap: 8px; }
.eco-btn-outline:hover { border-color: var(--eco-green); color: var(--eco-green); }

/* === HERO === */
.eco-hero {
  background: var(--eco-cream); padding: 60px 48px; display: flex; align-items: center; gap: 40px; min-height: 500px; position: relative;
}
.eco-hero-content { flex: 1; z-index: 2; }
.eco-hero-content { background: rgba(235,235,225,0.92); padding: 48px; border-radius: 16px; }
.eco-hero h1 { font-family: var(--font-heading); font-size: 48px; font-weight: 800; line-height: 1.15; margin-bottom: 20px; color: #1a1a1a; }
.eco-hero h1 .highlight { color: var(--eco-green); }
.eco-hero p { font-size: 16px; line-height: 1.7; color: var(--eco-gray); margin-bottom: 28px; max-width: 480px; }
.eco-hero p strong { color: var(--eco-green); font-weight: 600; }
.eco-hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.eco-hero-image { flex: 1; position: relative; border-radius: 16px; overflow: hidden; max-height: 420px; }
.eco-hero-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.eco-review-badge {
  position: absolute; bottom: -20px; right: 40px; background: #fff; padding: 12px 20px;
  border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.1); display: flex; align-items: center; gap: 12px; z-index: 3;
}
.eco-review-badge .stars { color: #FFB800; font-size: 18px; }
.eco-review-badge .rating { font-weight: 700; font-size: 16px; }
.eco-review-badge .count { font-size: 12px; color: var(--eco-gray); }

/* === ABOUT === */
.eco-about { padding: 80px 48px; background: var(--eco-white); display: flex; gap: 60px; align-items: center; }
.eco-about-text { flex: 1; }
.eco-section-label { font-size: 14px; font-weight: 600; color: var(--eco-green); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.eco-section-label::before { content: ''; width: 24px; height: 2px; background: var(--eco-green); }
.eco-section-title { font-family: var(--font-heading); font-size: 36px; font-weight: 700; color: var(--eco-green); margin-bottom: 20px; }
.eco-about-text p { font-size: 15px; line-height: 1.8; color: var(--eco-gray); margin-bottom: 16px; }
.eco-about-image { flex: 1; border-radius: 16px; overflow: hidden; }
.eco-about-image img { width: 100%; height: 400px; object-fit: cover; border-radius: 16px; }

/* === SERVICES === */
.eco-services { background: var(--eco-dark-teal); padding: 80px 48px; }
.eco-services .eco-section-label { color: var(--eco-mint); }
.eco-services .eco-section-label::before { background: var(--eco-mint); }
.eco-services-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; margin-bottom: 40px; }
.eco-services-header h2 { font-family: var(--font-heading); font-size: 36px; font-weight: 700; color: #fff; max-width: 500px; }
.eco-services-header h2 span { color: var(--eco-green); }
.eco-services-header p { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; max-width: 400px; }
.eco-service-card-expanded {
  background: var(--eco-white); border-radius: 16px; padding: 40px; display: flex; gap: 32px; margin-bottom: 16px; position: relative;
}
.eco-service-card-expanded .service-number { font-family: var(--font-heading); font-size: 72px; font-weight: 800; color: rgba(43,174,118,.15); line-height: 1; }
.eco-service-card-expanded .service-content { flex: 1; }
.eco-service-card-expanded h3 { font-family: var(--font-heading); font-size: 24px; font-weight: 700; color: var(--eco-green); margin-bottom: 16px; }
.eco-service-card-expanded p { font-size: 14px; line-height: 1.7; color: var(--eco-gray); margin-bottom: 16px; }
.eco-service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.eco-service-tags span { padding: 6px 14px; border: 1px solid #ddd; border-radius: 20px; font-size: 12px; color: #555; }
.eco-service-card-expanded .service-image { flex: 0 0 300px; border-radius: 12px; overflow: hidden; }
.eco-service-card-expanded .service-image img { width: 100%; height: 100%; object-fit: cover; }
.eco-service-collapsed {
  background: rgba(168,230,207,.2); border-radius: 12px; padding: 28px 32px; margin-bottom: 12px;
  display: flex; align-items: center; gap: 20px; cursor: pointer; transition: all .3s;
}
.eco-service-collapsed:hover { background: rgba(168,230,207,.3); }
.eco-service-collapsed .service-number { font-family: var(--font-heading); font-size: 48px; font-weight: 800; color: rgba(255,255,255,.15); }
.eco-service-collapsed h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.eco-service-collapsed p { font-size: 13px; color: rgba(255,255,255,.6); max-width: 600px; }
.eco-service-collapsed .expand-btn {
  margin-left: auto; width: 36px; height: 36px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; background: transparent;
}

/* === GALLERY === */
.eco-gallery { padding: 80px 48px; background: var(--eco-light-gray); }
.eco-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; margin-bottom: 32px; }
.eco-gallery-grid .gallery-item { border-radius: 12px; overflow: hidden; height: 220px; }
.eco-gallery-grid .gallery-item.tall { grid-row: span 1; }
.eco-gallery-grid .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.eco-gallery-grid .gallery-item:hover img { transform: scale(1.05); }
.eco-gallery-bottom { display: grid; grid-template-columns: 1.5fr 1fr; gap: 16px; margin-bottom: 32px; }
.eco-gallery-bottom .gallery-item { border-radius: 12px; overflow: hidden; height: 260px; }
.eco-gallery-bottom .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.eco-gallery-bottom .gallery-item:hover img { transform: scale(1.05); }
.eco-gallery .btn-center { text-align: center; margin-top: 24px; }

/* === SUBSCRIPTIONS === */
.eco-subscriptions { padding: 80px 48px; background: var(--eco-light-gray); text-align: center; }
.eco-subscriptions .eco-section-title { color: var(--eco-green); font-size: 36px; }
.eco-subscriptions .subtitle { color: var(--eco-gray); font-size: 15px; margin-bottom: 32px; }
.eco-toggle { display: inline-flex; gap: 0; border: 2px solid #e0e0e0; border-radius: 30px; padding: 4px; margin-bottom: 40px; }
.eco-toggle button { padding: 10px 24px; border: none; border-radius: 25px; font-size: 14px; font-weight: 600;
  cursor: pointer; background: transparent; color: var(--eco-gray); transition: all .3s; }
.eco-toggle button.active { background: var(--eco-green); color: #fff; }
.eco-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.eco-pricing-card {
  background: var(--eco-white); border-radius: 16px; padding: 36px 28px; text-align: left;
  border: 2px solid transparent; transition: all .3s; position: relative;
}
.eco-pricing-card.popular { border-color: var(--eco-green); }
.eco-pricing-card.popular::before {
  content: 'MOST POPULAR'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--eco-green); color: #fff; padding: 4px 16px; border-radius: 20px; font-size: 11px; font-weight: 700; letter-spacing: .5px;
}
.eco-pricing-card .tier-label { font-size: 12px; font-weight: 700; color: var(--eco-green); text-transform: uppercase; letter-spacing: .5px; }
.eco-pricing-card .tier-name { font-family: var(--font-heading); font-size: 20px; font-weight: 700; margin: 4px 0 12px; }
.eco-pricing-card .price { font-family: var(--font-heading); font-size: 36px; font-weight: 800; }
.eco-pricing-card .price span { font-size: 14px; font-weight: 400; color: var(--eco-gray); }
.eco-pricing-card .subscribe-btn { width: 100%; padding: 12px; border-radius: 8px; font-weight: 600; font-size: 14px;
  cursor: pointer; margin: 20px 0; transition: all .3s; }
.eco-pricing-card .subscribe-btn.filled { background: var(--eco-green); color: #fff; border: none; }
.eco-pricing-card .subscribe-btn.outline { background: transparent; color: var(--eco-dark-teal); border: 2px solid #ddd; }
.eco-pricing-card .subscribe-btn:hover { transform: translateY(-2px); }
.eco-pricing-card ul { list-style: none; padding: 0; }
.eco-pricing-card ul li { padding: 8px 0; font-size: 14px; color: var(--eco-gray); display: flex; align-items: center; gap: 8px; }
.eco-pricing-card ul li::before { content: '✓'; color: var(--eco-green); font-weight: 700; }

/* === TESTIMONIALS === */
.eco-testimonials { padding: 80px 48px; background: var(--eco-white); text-align: center; }
.eco-testimonials .eco-section-title { margin-bottom: 48px; }
.eco-testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 900px; margin: 0 auto; }
.eco-testimonial-card { background: var(--eco-light-gray); border-radius: 16px; padding: 32px; text-align: left; position: relative; }
.eco-testimonial-card .quote-mark { font-size: 80px; color: rgba(43,174,118,.1); font-family: serif; line-height: 1; position: absolute; top: 10px; left: 20px; }
.eco-testimonial-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.eco-testimonial-header img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.eco-testimonial-header .name { font-family: var(--font-heading); font-weight: 700; font-size: 15px; color: var(--eco-green); }
.eco-testimonial-header .title { font-size: 12px; color: var(--eco-gray); }
.eco-testimonial-card .review-text { font-size: 14px; line-height: 1.7; color: var(--eco-gray); position: relative; z-index: 1; }

/* === BLOGS === */
.eco-blogs { padding: 80px 48px; background: var(--eco-light-gray); }
.eco-blogs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.eco-blog-card { background: var(--eco-white); border-radius: 12px; overflow: hidden; transition: transform .3s; }
.eco-blog-card:hover { transform: translateY(-4px); }
.eco-blog-card .blog-image { height: 180px; overflow: hidden; background: var(--eco-mint); }
.eco-blog-card .blog-image img { width: 100%; height: 100%; object-fit: cover; }
.eco-blog-card .blog-body { padding: 20px; }
.eco-blog-card .blog-date { font-size: 12px; color: var(--eco-gray); margin-bottom: 8px; }
.eco-blog-card .blog-title { font-family: var(--font-heading); font-weight: 700; font-size: 16px; margin-bottom: 12px; line-height: 1.4; }
.eco-blog-card .read-more { color: var(--eco-green); font-weight: 600; font-size: 13px; text-decoration: none; }

/* === FAQ === */
.eco-faq { padding: 80px 48px; background: var(--eco-white); }
.eco-faq-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.eco-faq h2 { font-family: var(--font-heading); font-size: 36px; font-weight: 700; }
.eco-faq-buttons { display: flex; gap: 12px; }
.eco-accordion-item { border: 1px solid #e8e8e8; border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: all .3s; }
.eco-accordion-item:hover { border-color: var(--eco-green); }
.eco-accordion-trigger { width: 100%; padding: 20px 24px; background: transparent; border: none; display: flex;
  justify-content: space-between; align-items: center; cursor: pointer; font-size: 15px; font-weight: 500; text-align: left; }
.eco-accordion-trigger .icon { font-size: 20px; color: var(--eco-green); transition: transform .3s; }
.eco-accordion-item.open .eco-accordion-trigger .icon { transform: rotate(45deg); }
.eco-accordion-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.eco-accordion-body .content { padding: 0 24px 20px; font-size: 14px; color: var(--eco-gray); line-height: 1.7; }
.eco-accordion-item.open .eco-accordion-body { max-height: 200px; }

/* === FOOTER === */
.eco-footer { background: var(--eco-dark-teal); color: #fff; padding: 60px 48px 24px; }
.eco-footer-newsletter { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.15); margin-bottom: 40px; }
.eco-footer-newsletter h3 { font-family: var(--font-heading); font-size: 20px; font-weight: 700; max-width: 250px; }
.eco-newsletter-form { display: flex; gap: 12px; }
.eco-newsletter-form input { padding: 12px 20px; border-radius: 8px; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08); color: #fff; width: 280px; font-size: 14px; }
.eco-newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.eco-newsletter-form button { background: var(--eco-green); color: #fff; border: none; padding: 12px 24px;
  border-radius: 8px; font-weight: 600; cursor: pointer; transition: background .3s; }
.eco-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.eco-footer-brand .footer-logo { font-family: var(--font-heading); font-size: 22px; font-weight: 800; margin-bottom: 16px; }
.eco-footer-brand p { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.7; }
.eco-footer-links h4 { font-family: var(--font-heading); font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.eco-footer-links ul { list-style: none; padding: 0; }
.eco-footer-links ul li { margin-bottom: 10px; }
.eco-footer-links ul a { color: rgba(255,255,255,.6); text-decoration: none; font-size: 13px; transition: color .3s; }
.eco-footer-links ul a:hover { color: var(--eco-green); }
.eco-footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; display: flex;
  justify-content: space-between; align-items: center; }
.eco-footer-bottom p { font-size: 12px; color: rgba(255,255,255,.5); }
.eco-social-links { display: flex; gap: 16px; }
.eco-social-links a { color: rgba(255,255,255,.6); font-size: 18px; transition: color .3s; }
.eco-social-links a:hover { color: var(--eco-green); }

/* === RESPONSIVE — targets inline-styled Elementor HTML widgets === */

/* == TABLET (max 992px) == */
@media (max-width: 992px) {
  /* Hero */
  .elementor-section:nth-child(2) [style*="min-height:520px"] {
    min-height: 420px !important;
    margin: 16px 20px !important;
  }
  .elementor-section:nth-child(2) [style*="max-width:520px"] {
    max-width: 440px !important;
    padding: 40px 20px !important;
  }
  .elementor-section:nth-child(2) [style*="font-size:44px"] {
    font-size: 34px !important;
  }
  .elementor-section:nth-child(2) [style*="bottom:30px;right:60px"] {
    bottom: 16px !important; right: 20px !important;
  }

  /* About: make 2 columns stack */
  .eco-about, .elementor-section:nth-child(3) .elementor-row { flex-direction: column !important; }
  .eco-hero { flex-direction: column; padding: 40px 24px; }
  .eco-hero-content { padding: 32px; }
  .eco-hero h1 { font-size: 36px; }
  .eco-about { flex-direction: column; padding: 60px 24px; }

  /* Services */
  .eco-services { padding: 60px 24px; }
  .eco-services-header { flex-direction: column; }
  .eco-service-card-expanded { flex-direction: column; }
  .eco-service-card-expanded .service-image { flex: none; height: 200px; }

  /* Service cards inline */
  [style*="display:flex;gap:32px;margin-bottom:16px"] { flex-direction: column !important; }
  [style*="flex:0 0 300px"] { flex: none !important; height: 220px !important; }

  /* Pricing */
  .eco-pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
  [style*="grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px"] {
    grid-template-columns: 1fr !important; max-width: 400px !important;
  }

  /* Testimonials */
  .eco-testimonial-grid { grid-template-columns: 1fr; }
  [style*="grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px"] {
    grid-template-columns: 1fr !important;
  }

  /* Blogs */
  .eco-blogs-grid { grid-template-columns: 1fr; }
  [style*="grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px"] {
    grid-template-columns: 1fr !important;
  }

  /* Gallery */
  .eco-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  [style*="grid-template-columns:repeat(3,1fr);gap:16px;margin:32px"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .eco-gallery-bottom { grid-template-columns: 1fr; }
  [style*="grid-template-columns:1.5fr 1fr;gap:16px"] {
    grid-template-columns: 1fr !important;
  }

  /* Footer */
  .eco-footer-grid { grid-template-columns: 1fr 1fr; }
  [style*="grid-template-columns:1.5fr 1fr 1fr 1fr"] {
    grid-template-columns: 1fr 1fr !important;
  }
  .eco-footer-newsletter { flex-direction: column; gap: 20px; text-align: center; }
  [style*="display:flex;justify-content:space-between;align-items:center;padding-bottom:40px"] {
    flex-direction: column !important; gap: 20px !important; text-align: center !important;
  }

  /* Services header */
  [style*="display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px"] {
    flex-direction: column !important;
  }
}

/* == MOBILE (max 768px) == */
@media (max-width: 768px) {
  /* Hero */
  .elementor-section:nth-child(2) [style*="min-height:520px"] {
    min-height: 380px !important;
    margin: 10px 12px !important;
    border-radius: 14px !important;
  }
  .elementor-section:nth-child(2) [style*="max-width:520px"] {
    max-width: 100% !important;
    padding: 24px 12px !important;
  }
  .elementor-section:nth-child(2) [style*="padding:48px 44px"] {
    padding: 28px 20px !important;
  }
  .elementor-section:nth-child(2) [style*="font-size:44px"] {
    font-size: 28px !important;
  }
  .elementor-section:nth-child(2) [style*="font-size:15px;line-height:1.7"] {
    font-size: 13px !important;
  }
  .elementor-section:nth-child(2) [style*="display:flex;gap:14px;justify-content:center"] {
    flex-direction: column !important; gap: 10px !important;
  }
  .elementor-section:nth-child(2) [style*="display:flex;gap:14px;justify-content:center"] a {
    text-align: center !important; justify-content: center !important;
  }
  .elementor-section:nth-child(2) [style*="bottom:30px;right:60px"] {
    bottom: 10px !important; right: 12px !important; padding: 10px 14px !important;
    border-radius: 10px !important;
  }
  .elementor-section:nth-child(2) [style*="width:36px;height:36px;border-radius:50%"] {
    width: 28px !important; height: 28px !important;
  }

  /* General section padding */
  .elementor-section .elementor-widget-html {
    overflow-x: hidden;
  }

  /* Section titles */
  .eco-section-title, [style*="font-size:36px"][style*="font-weight:700"] {
    font-size: 26px !important;
  }

  /* Services section padding */
  [style*="background:#052622"][style*="padding:80px 48px"],
  [style*="padding:80px 48px"] {
    padding: 48px 16px !important;
  }

  /* Service expanded card */
  [style*="background:#fff;border-radius:16px;padding:40px;display:flex"] {
    flex-direction: column !important; padding: 24px 16px !important;
  }
  [style*="font-size:72px;font-weight:800"] {
    font-size: 48px !important;
  }
  [style*="flex:0 0 300px;border-radius:12px"] {
    flex: none !important; height: 200px !important; width: 100% !important;
  }

  /* Service collapsed cards */
  [style*="border-radius:12px;padding:28px 32px;margin-bottom:12px;display:flex;align-items:center"] {
    padding: 20px 16px !important; gap: 12px !important;
  }
  [style*="font-size:48px;font-weight:800;color:rgba(255,255,255"] {
    font-size: 32px !important;
  }

  /* Gallery */
  .eco-gallery-grid { grid-template-columns: 1fr; }
  [style*="grid-template-columns:repeat(3,1fr);gap:16px;margin:32px"] {
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns:1.5fr 1fr"] {
    grid-template-columns: 1fr !important;
  }

  /* Pricing */
  [style*="grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px"] {
    grid-template-columns: 1fr !important; max-width: 100% !important;
  }
  [style*="display:inline-flex;border:2px solid #e0e0e0;border-radius:30px"] {
    flex-wrap: wrap !important; justify-content: center !important;
  }

  /* Testimonials */
  [style*="grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px"] {
    grid-template-columns: 1fr !important; max-width: 100% !important;
  }

  /* Blogs */
  [style*="grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px"] {
    grid-template-columns: 1fr !important;
  }

  /* FAQ */
  .eco-faq { padding: 60px 16px; }
  .eco-faq-header { flex-direction: column; gap: 16px; }

  /* Footer */
  [style*="grid-template-columns:1.5fr 1fr 1fr 1fr"] {
    grid-template-columns: 1fr !important; gap: 24px !important;
  }
  [style*="display:flex;justify-content:space-between;align-items:center;padding-bottom:40px"] {
    flex-direction: column !important; gap: 16px !important; text-align: center !important;
  }
  [style*="display:flex;gap:12px;"][style*="onsubmit"] {
    flex-direction: column !important;
  }
  .eco-footer-grid { grid-template-columns: 1fr; }
  [style*="border-top:1px solid rgba(255,255,255,.15);padding-top:20px;display:flex"] {
    flex-direction: column !important; gap: 12px !important; text-align: center !important;
  }

  /* Newsletter form on mobile */
  [style*="width:280px"] {
    width: 100% !important;
  }
}

/* == SMALL MOBILE (max 480px) == */
@media (max-width: 480px) {
  .elementor-section:nth-child(2) [style*="min-height:520px"] {
    min-height: 340px !important;
    margin: 8px !important;
  }
  .elementor-section:nth-child(2) [style*="font-size:44px"] {
    font-size: 24px !important;
  }
  .elementor-section:nth-child(2) [style*="padding:48px 44px"] {
    padding: 20px 14px !important;
  }
  [style*="font-size:36px"][style*="font-weight:800"] {
    font-size: 28px !important;
  }
  [style*="padding:36px 28px"] {
    padding: 24px 16px !important;
  }
}

/* ===== SCROLL ANIMATIONS ===== */
.eg-anim {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.eg-anim.eg-fade-left {
  transform: translateX(-50px);
}
.eg-anim.eg-fade-right {
  transform: translateX(50px);
}
.eg-anim.eg-scale-in {
  transform: scale(0.92);
}
.eg-anim.eg-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

/* Staggered delays for child items */
.eg-anim-stagger > * { opacity: 0; transform: translateY(30px); transition: opacity 0.5s ease, transform 0.5s ease; }
.eg-anim-stagger.eg-visible > *:nth-child(1) { transition-delay: 0s; }
.eg-anim-stagger.eg-visible > *:nth-child(2) { transition-delay: 0.1s; }
.eg-anim-stagger.eg-visible > *:nth-child(3) { transition-delay: 0.2s; }
.eg-anim-stagger.eg-visible > *:nth-child(4) { transition-delay: 0.3s; }
.eg-anim-stagger.eg-visible > *:nth-child(5) { transition-delay: 0.4s; }
.eg-anim-stagger.eg-visible > *:nth-child(6) { transition-delay: 0.5s; }
.eg-anim-stagger.eg-visible > * { opacity: 1; transform: translateY(0); }

/* Counter animation */
.eg-count { display: inline-block; }

/* Accessibility: respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .eg-anim, .eg-anim-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
