/* EcomHub-style landing — scoped to webdesign page */
body.page-ecomhub-wd main{background:#f8fafc}
.eh-landing{
  --eh-primary:#e8455a;
  --eh-primary-dark:#d63a4e;
  --eh-primary-soft:#fff1f2;
  --eh-purple:#9333ea;
  --eh-purple-soft:#f3e8ff;
  --eh-text:#0f172a;
  --eh-muted:#64748b;
  --eh-border:#e2e8f0;
  --eh-card:#ffffff;
  --eh-bg:#f8fafc;
  color:var(--eh-text);
  font-family:'Hind Siliguri',Inter,sans-serif;
  overflow-x:hidden;
}
.eh-container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.eh-section{padding:4rem 0}
.eh-section.alt{background:#fff}
.eh-eyebrow{
  display:inline-flex;align-items:center;gap:.4rem;
  font-size:.85rem;font-weight:700;color:var(--eh-primary);
  background:var(--eh-primary-soft);border:1px solid #fecdd3;
  padding:.35rem .85rem;border-radius:999px;margin-bottom:1rem;
}
.eh-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--eh-primary)}
.eh-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2;margin:0 0 .75rem}
.eh-title .hl{color:var(--eh-primary);position:relative}
.eh-sub{color:var(--eh-muted);font-size:1.05rem;line-height:1.75;max-width:640px;margin:0 auto 1.5rem}
.eh-sub.left,.eh-title.left{text-align:left;margin-left:0;margin-right:0}
.eh-center{text-align:center}
.eh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.5rem;border-radius:999px;font:inherit;font-weight:700;
  font-size:.95rem;border:none;cursor:pointer;text-decoration:none;transition:.2s;
}
.eh-btn-primary{background:var(--eh-primary);color:#fff;box-shadow:0 8px 24px rgba(232,69,90,.35)}
.eh-btn-primary:hover{background:var(--eh-primary-dark);transform:translateY(-1px);color:#fff}
.eh-btn-outline{background:#fff;color:var(--eh-text);border:1px solid var(--eh-border);box-shadow:0 2px 8px rgba(15,23,42,.06)}
.eh-btn-outline:hover{border-color:var(--eh-primary);color:var(--eh-primary)}

/* Hero */
.eh-hero{
  padding:3rem 0 2rem;
  background:radial-gradient(ellipse 80% 60% at 50% 0%,#fff1f2 0%,transparent 55%),var(--eh-bg);
}
.eh-hero-inner{text-align:center;max-width:820px;margin:0 auto}
.eh-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}
.eh-path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem;max-width:900px;margin-left:auto;margin-right:auto}
.eh-path-card{
  text-align:left;padding:1.35rem 1.5rem;border-radius:18px;border:1px solid;
  transition:transform .2s,box-shadow .2s;
}
.eh-path-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(15,23,42,.08)}
.eh-path-card.red{background:#fff5f5;border-color:#fecaca}
.eh-path-card.purple{background:#faf5ff;border-color:#e9d5ff}
.eh-path-icon{
  width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.1rem;margin-bottom:.85rem;
}
.eh-path-card.red .eh-path-icon{background:var(--eh-primary)}
.eh-path-card.purple .eh-path-icon{background:var(--eh-purple)}
.eh-path-card h3{font-size:1.05rem;font-weight:800;margin:0 0 .45rem}
.eh-path-card p{margin:0 0 .85rem;color:var(--eh-muted);font-size:.92rem;line-height:1.55}
.eh-path-link{font-weight:700;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem}
.eh-path-card.red .eh-path-link{color:var(--eh-primary)}
.eh-path-card.purple .eh-path-link{color:var(--eh-purple)}

/* Stats */
.eh-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;
  background:#fff;border:1px solid var(--eh-border);border-radius:20px;
  padding:1.5rem;margin-top:-1.5rem;position:relative;z-index:2;
  box-shadow:0 12px 40px rgba(15,23,42,.06);
}
.eh-stat{text-align:center;padding:.75rem}
.eh-stat strong{display:block;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;color:var(--eh-primary)}
.eh-stat span{font-size:.88rem;color:var(--eh-muted);font-weight:600}

/* Platform groups */
.eh-group{margin-bottom:3rem}
.eh-group-head{margin-bottom:1.5rem}
.eh-group-head h3{font-size:1.35rem;font-weight:800;margin:0 0 .35rem}
.eh-group-head p{margin:0;color:var(--eh-muted);font-size:.95rem}
.eh-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.eh-feature-card{
  background:var(--eh-card);border:1px solid var(--eh-border);border-radius:16px;
  padding:1.15rem 1.25rem;display:flex;gap:1rem;align-items:flex-start;
  transition:box-shadow .2s,border-color .2s;
}
.eh-feature-card:hover{box-shadow:0 8px 24px rgba(15,23,42,.06);border-color:#fecdd3}
.eh-feature-icon{
  flex-shrink:0;width:42px;height:42px;border-radius:11px;
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;
}
.eh-feature-card h4{font-size:.95rem;font-weight:800;margin:0 0 .3rem}
.eh-feature-card p{margin:0;font-size:.85rem;color:var(--eh-muted);line-height:1.5}

/* Enterprise */
.eh-enterprise{
  background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4c1d95 100%);
  color:#fff;border-radius:24px;padding:2.5rem;margin:0 1.25rem;
}
.eh-enterprise .eh-eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);color:#fff}
.eh-enterprise .eh-sub{color:rgba(255,255,255,.75)}
.eh-enterprise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.eh-enterprise-card{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:14px;padding:1.15rem;
}
.eh-enterprise-card i{color:#fda4af;font-size:1.15rem;margin-bottom:.65rem}
.eh-enterprise-card h4{font-size:.92rem;font-weight:800;margin:0 0 .35rem}
.eh-enterprise-card p{margin:0;font-size:.82rem;color:rgba(255,255,255,.72);line-height:1.5}
.eh-enterprise-cta{margin-top:2rem;text-align:center}

/* Themes */
.eh-theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}
.eh-theme-card{
  border-radius:16px;overflow:hidden;border:1px solid var(--eh-border);
  background:#fff;box-shadow:0 4px 16px rgba(15,23,42,.05);
}
.eh-theme-preview{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.9rem;text-shadow:0 1px 4px rgba(0,0,0,.25)}
.eh-theme-card span{display:block;padding:.65rem .75rem;font-size:.82rem;font-weight:700;text-align:center}

/* Steps */
.eh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}
.eh-step{
  text-align:center;background:#fff;border:1px solid var(--eh-border);
  border-radius:18px;padding:1.75rem 1.25rem;
}
.eh-step-num{
  width:52px;height:52px;border-radius:50%;margin:0 auto 1rem;
  display:flex;align-items:center;justify-content:center;
  background:var(--eh-primary);color:#fff;font-weight:800;font-size:1.25rem;
}
.eh-step h4{font-size:1.05rem;font-weight:800;margin:0 0 .45rem}
.eh-step p{margin:0;color:var(--eh-muted);font-size:.9rem;line-height:1.55}

/* Pricing */
.eh-pricing-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1.5rem 0 1rem}
.eh-tab,.eh-bill-tab{
  padding:.55rem 1.1rem;border-radius:999px;border:1px solid var(--eh-border);
  background:#fff;font:inherit;font-weight:700;font-size:.88rem;cursor:pointer;color:var(--eh-muted);
}
.eh-tab.active,.eh-bill-tab.active{background:var(--eh-primary);color:#fff;border-color:var(--eh-primary)}
.eh-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}
.eh-price-card{
  background:#fff;border:1px solid var(--eh-border);border-radius:20px;
  padding:1.75rem 1.5rem;position:relative;
}
.eh-price-card.popular{border-color:var(--eh-primary);box-shadow:0 12px 40px rgba(232,69,90,.15)}
.eh-popular-badge{
  position:absolute;top:-12px;left:50%;transform:translateX(-50%);
  background:var(--eh-primary);color:#fff;font-size:.72rem;font-weight:800;
  padding:.25rem .75rem;border-radius:999px;white-space:nowrap;
}
.eh-price-card h4{font-size:1.15rem;font-weight:800;margin:0}
.eh-price-card .desc{color:var(--eh-muted);font-size:.85rem;margin:.25rem 0 1rem}
.eh-price-card .amount{font-size:2rem;font-weight:800;color:var(--eh-primary);margin-bottom:1rem}
.eh-price-card .amount small{font-size:.85rem;color:var(--eh-muted);font-weight:600}
.eh-price-card ul{list-style:none;margin:0 0 1.25rem;padding:0}
.eh-price-card li{padding:.35rem 0;font-size:.88rem;color:var(--eh-text);display:flex;gap:.45rem;align-items:flex-start}
.eh-price-card li i{color:var(--eh-primary);margin-top:.15rem;font-size:.75rem}
.eh-pricing-panel{display:none}
.eh-pricing-panel.active{display:block}

/* Stores */
.eh-store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}
.eh-store-card{
  background:#fff;border:1px solid var(--eh-border);border-radius:14px;
  padding:1rem;text-align:center;transition:transform .2s;
}
.eh-store-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(15,23,42,.06)}
.eh-store-card i{font-size:1.5rem;color:var(--eh-primary);margin-bottom:.5rem}
.eh-store-card h4{font-size:.88rem;font-weight:800;margin:0 0 .35rem}
.eh-store-card a{font-size:.78rem;color:var(--eh-primary);font-weight:700;text-decoration:none}

/* Testimonials */
.eh-test-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}
.eh-test-card{
  background:#fff;border:1px solid var(--eh-border);border-radius:18px;padding:1.5rem;
}
.eh-test-card blockquote{margin:0 0 1rem;font-size:.95rem;line-height:1.65;color:var(--eh-text)}
.eh-test-author{display:flex;align-items:center;gap:.75rem}
.eh-test-avatar{
  width:44px;height:44px;border-radius:50%;background:var(--eh-primary-soft);
  color:var(--eh-primary);font-weight:800;display:flex;align-items:center;justify-content:center;
}
.eh-test-author strong{display:block;font-size:.9rem}
.eh-test-author span{font-size:.8rem;color:var(--eh-muted)}

/* FAQ */
.eh-faq{max-width:760px;margin:2rem auto 0}
.eh-faq-item{border:1px solid var(--eh-border);border-radius:14px;background:#fff;margin-bottom:.65rem;overflow:hidden}
.eh-faq-q{
  width:100%;text-align:left;padding:1rem 1.15rem;background:#fff;border:none;
  font:inherit;font-weight:700;font-size:.95rem;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--eh-text);
}
.eh-faq-q i{transition:transform .2s;color:var(--eh-primary)}
.eh-faq-item.open .eh-faq-q i{transform:rotate(180deg)}
.eh-faq-a{display:none;padding:0 1.15rem 1rem;color:var(--eh-muted);font-size:.9rem;line-height:1.65}
.eh-faq-item.open .eh-faq-a{display:block}

/* Final CTA */
.eh-final{
  background:linear-gradient(135deg,#e8455a,#9333ea);color:#fff;
  border-radius:24px;padding:3rem 2rem;text-align:center;margin:0 1.25rem 2rem;
}
.eh-final .eh-eyebrow{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.25);color:#fff}
.eh-final .eh-title{color:#fff}
.eh-final .eh-sub{color:rgba(255,255,255,.85)}
.eh-final .eh-btn-primary{background:#fff;color:var(--eh-primary);box-shadow:none}
.eh-final .eh-btn-outline{background:transparent;border-color:rgba(255,255,255,.45);color:#fff}

@media (max-width:960px){
  .eh-path-grid,.eh-feature-grid,.eh-pricing-grid,.eh-test-grid{grid-template-columns:1fr}
  .eh-stats{grid-template-columns:repeat(2,1fr)}
  .eh-theme-grid,.eh-store-grid{grid-template-columns:repeat(2,1fr)}
  .eh-enterprise-grid,.eh-steps{grid-template-columns:1fr}
  .eh-enterprise{margin:0}
  .eh-final{margin:0 0 2rem;border-radius:0}
}
@media (max-width:560px){
  .eh-stats{grid-template-columns:1fr}
  .eh-theme-grid,.eh-store-grid{grid-template-columns:1fr}
}
