/* home.css — homepage only */
/* HERO — video bg + hand + mini card — matches UI */
.hero-section{background:#fff; margin-top: -66px}
.hero-wrap{position:relative;max-width:1240px;margin:0 auto}
.hero-card{position:relative;border-radius:24px;overflow:hidden;min-height:600px;background:#cfc9e6;display:flex;align-items:flex-end;justify-content:flex-end}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,5,45,0) 25%,rgba(90,40,180,.35) 55%,rgba(45,5,110,.88) 100%);z-index:3;}
.hero-hand{position:absolute;left:2%;bottom:0;height:96%;max-width:60%;object-fit:contain;object-position:bottom left;z-index:2;mix-blend-mode:normal}
.hero-content{position:relative;z-index:3;color:#fff;max-width:520px;padding:0 24px 56px;margin-right:200px}
.hero-content h1{font-size:clamp(1.55rem,2.8vw,2.15rem);font-weight:700;line-height:1.22;color:#fff;letter-spacing:-.01em}
.hero-content p{color:rgba(255,255,255,.92);font-size:.99rem;margin-top:.9rem;line-height:1.55}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:1.4rem;align-items:center}
.btn-buy-now{background:#fff;color:#5C1FAF;border-radius:100px;padding:.65rem 2.4rem;font-weight:600;font-size:.9rem;border:0}
.btn-buy-now:hover{background:#E7DEF8;color:#5C1FAF}
.hero-mini{position:absolute;right:14px;bottom:14px;width:168px;background:linear-gradient(180deg,#fff 55%,#7E3FD6 55%);border:8px solid #fff;border-radius:24px;padding:8px 8px 10px;text-align:center;box-shadow:var(--ec-shadow);z-index:4}
.hero-mini img{width:100%;border-radius:12px;display:block}
.hero-mini p{font-size:.8rem;font-weight:600;color:#fff;margin:.6rem 0;line-height:1.3}
.hero-mini a{display:block;background:#fff;color:#5C1FAF;border-radius:100px;font-size:.8rem;font-weight:600;padding:.5rem}
.feature-card{background:#F7F4FD;border:0;border-radius:20px;padding:62px 26px 38px;position:relative;height:100%;text-align:left}
.feature-card::before{content:"";position:absolute;top:-2px;right:44px;width:44px;height:44px;background:#fff;border-radius:0 0 18px 18px}
.feature-icon{position:absolute;top:-14px;right:12px;width:48px;height:48px;border-radius:50%;background:#E7DEF8;display:flex;align-items:center;justify-content:center;z-index:2}
.feature-icon img{width:24px;height:24px}
.feature-card h5{font-size:1.02rem;font-weight:600;margin:0}
.feature-card p{font-size:.92rem;color:#7a7a7a;margin:.7rem 0 0;line-height:1.6}
/* Products — UI match */
.pin-card{background:#F7F4FD;border:0;border-radius:20px;padding:12px 12px 20px;height:100%;position:relative;margin-bottom:22px;transition:.2s}
.pin-card:hover{transform:translateY(-4px);box-shadow:var(--ec-shadow-sm)}
.pin-card-img{height:200px;object-fit:cover;width:100%;background:#fff;border-radius:14px;display:block}
.pin-card-body{padding:14px 8px 0 56px}
.pin-card-body h6{font-size:.98rem;font-weight:500;margin:0;color:#111}
.pin-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem}
.price{font-weight:500;font-size:.95rem}
.in-stock{font-size:.85rem;color:#7E3FD6;font-weight:500}
.pin-logo{position:absolute;left:12px;bottom:16px;width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid #E7DEF8;object-fit:cover;padding:3px}
/* Bulk — UI match */
.bulk-left img{border-radius:20px;width:100%;height:380px;object-fit:cover;background:#E8E8E8;display:block}
.bulk-right{background:#D2BCF9 url('../images/footer-img-bg.jpeg') center/cover no-repeat;border-radius:20px;padding:32px 28px;height:380px;display:flex;flex-direction:column;justify-content:space-between}
.bulk-eyebrow{font-size:.85rem;color:#5C1FAF;font-weight:500}
.bulk-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}
.bulk-btn{background:#fff;color:#5C1FAF;border-radius:100px;padding:.8rem 1rem;font-weight:600;text-align:center;display:block}
.bulk-btn:hover{background:#111;color:#fff}
/* API / Merchant — UI match */
.api-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;text-align:center;letter-spacing:-.03em;line-height:1.1;max-width:760px;margin:0 auto}
.api-desc{font-size:.98rem;color:#222;max-width:520px}
.api-mini{background:#F7F4FD;border-radius:16px;padding:52px 20px 24px;position:relative;height:100%}
.api-mini-icon{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:50%;background:#E7DEF8;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#111}
.api-mini h6{font-size:.95rem;font-weight:700;margin:0}
.api-mini p{font-size:.88rem;color:#6b6b6b;margin:.5rem 0 0;line-height:1.5}
.api-visual{border-radius:24px;overflow:hidden;box-shadow:var(--ec-shadow-sm)}
.api-visual img{width:100%;height:100%;object-fit:cover;display:block;border-radius:24px}
.btn-merchant{background:#7E3FD6;color:#fff;border-radius:100px;padding:.75rem 1.8rem;font-weight:600}
.btn-merchant:hover{background:#5C1FAF;color:#fff}
/* How — UI match: lavender cards with notch icon top-right */
.how-card{background:#F7F4FD;border-radius:20px;padding:62px 26px 38px;position:relative;height:100%;text-align:left}
.how-card::before{content:"";position:absolute;top:-2px;right:44px;width:44px;height:44px;background:#fff;border-radius:0 0 18px 18px}
.how-icon{position:absolute;top:-14px;right:12px;width:48px;height:48px;border-radius:50%;background:#E7DEF8;display:flex;align-items:center;justify-content:center;z-index:2}
.how-icon img{width:24px;height:24px}
.how-card h6{font-size:1.02rem;font-weight:600;margin:0}
.how-card p{font-size:.92rem;color:#7a7a7a;margin:.7rem 0 0;line-height:1.6}
/* Testimonials — UI match: lavender bubble cards + overlapping avatar */
.testi-wrap{padding-bottom:10px}
.testi-card{background:#F7F4FD;border:0;border-radius:20px;padding:26px 26px 30px;position:relative;height:100%}
.testi-card::after{content:"";position:absolute;left:32px;bottom:-9px;width:26px;height:26px;background:#F7F4FD;border-radius:0 0 0 8px;transform:rotate(-6deg)}
.testi-quote{font-family:var(--font-head);font-size:2rem;font-weight:800;line-height:.8;color:#000}
.testi-stars{color:#FF9500;font-size:.95rem;letter-spacing:.18em;margin-top:6px}
.testi-text{font-size:.97rem;color:#111;line-height:1.55;margin-top:12px}
.testi-user{display:flex;align-items:center;gap:12px;margin-top:22px;padding-left:4px}
.testi-avatar{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;color:#fff;border:2px solid #fff;box-shadow:0 0 0 2px #E7DEF8;flex-shrink:0}
.testi-name{font-weight:700;font-size:.9rem;line-height:1.2}
.testi-loc{font-size:.85rem;color:#555}
/* CTA — UI match */
.cta-img{border-radius:24px;object-fit:cover;width:100%;height:480px}
.cta-box{display:flex;flex-direction:column;justify-content:center;height:100%;padding:10px 0 10px 32px}
.cta-title{font-size:clamp(2rem,4vw,3.3rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#0e0e12}
.cta-text{color:#2b2b2b;font-size:1rem;max-width:440px}
.cta-btn{background:#7E3FD6;color:#fff;border-radius:100px;padding:.8rem 2rem;font-weight:600}
.cta-btn:hover{background:#5C1FAF;color:#fff}
@media(max-width:1200px){
  .hero-content{max-width:460px;margin-right:190px}
}
@media(max-width:991px){
  .hero-wrap{padding-right:0}
  .hero-card{min-height:0;flex-direction:column;align-items:center;justify-content:flex-end;padding-top:20px}
  .hero-hand{position:relative;left:auto;height:320px;max-width:90%}
  .hero-content{max-width:100%;text-align:center;padding:20px 20px 32px;margin:0}
  .hero-btns{justify-content:center}
  .hero-mini{position:relative;right:auto;bottom:auto;width:200px;margin:0 auto 16px}
  .api-section h2{text-align:center}
  .cta-img{height:340px}
  .cta-box{padding:8px 0 0;text-align:center;align-items:center}
  .cta-text{margin:0 auto}
  .bulk-left img,.bulk-right{height:auto;min-height:300px}
  .bulk-right{gap:2rem}
}
@media(max-width:576px){
  .pin-card-img{height:130px}
  .pin-card-body{padding:10px 4px 0 48px}
  .pin-card-body h6{font-size:.82rem}
  .price,.in-stock{font-size:.78rem}
  .pin-logo{width:34px;height:34px;bottom:12px}
}
