.hero-banner{padding:6rem 0;background:radial-gradient(circle at top right,rgba(16,185,129,.14),transparent 32rem),radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 34rem),linear-gradient(180deg,#f8fafc,#fff)}
.hero-card{border-radius:28px;box-shadow:0 24px 70px rgba(15,23,42,.12)}
.feature-card{border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 10px 30px rgba(15,23,42,.06);height:100%}
.section-title{letter-spacing:-.03em}
.soft-pill{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:700;font-size:.85rem}
.public-plan{border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 14px 40px rgba(15,23,42,.08);height:100%}
.public-plan--featured{border-color:#2563eb;box-shadow:0 20px 50px rgba(37,99,235,.12)}
.public-section{padding:5rem 0}
.nav-link{font-weight:600}
.icon-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:18px;background:linear-gradient(135deg,#e0f2fe,#eff6ff);color:#1d4ed8;flex:0 0 auto}
.marketing-mosaic img{width:100%;object-fit:cover;min-height:180px}
.stat-chip{display:flex;flex-direction:column;gap:.2rem;padding:.9rem 1rem;border-radius:18px;border:1px solid #dbe4f0;background:rgba(255,255,255,.82);box-shadow:0 10px 26px rgba(15,23,42,.06);min-width:220px;max-width:320px}
.stat-chip strong{font-size:1rem;color:#0f172a}
.stat-chip span{font-size:.85rem;color:#64748b}
.promo-strip{border-radius:28px;background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#10b981);box-shadow:0 24px 60px rgba(15,23,42,.14)}
.text-white-75{color:rgba(255,255,255,.75)}
.metric-promo{border-radius:22px;border:1px solid #e2e8f0;background:#fff;padding:1.25rem;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.quote-card{position:relative;border-radius:22px;border:1px solid #e2e8f0;background:#fff;padding:1.25rem 1.25rem 1.25rem 3rem;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.quote-card__mark{position:absolute;left:1rem;top:.8rem;font-size:3rem;line-height:1;color:#2563eb;font-weight:800}
.ad-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #dbe4f0;box-shadow:0 12px 30px rgba(15,23,42,.05)}
@media (max-width: 991.98px){
  .hero-banner{padding:4rem 0}
  .hero-card{padding:1rem!important}
  .marketing-mosaic img{min-height:140px}
  .ad-banner{flex-direction:column;align-items:flex-start}
}

@media (max-width: 575.98px){
  .hero-banner{padding:3rem 0}
  .public-section{padding:3rem 0}
  .hero-card{border-radius:20px}
  .feature-card,.public-plan{border-radius:18px}
  .marketing-mosaic img{min-height:120px}
  .nav-link{padding:.5rem .65rem}
  .stat-chip{min-width:100%;max-width:100%}
}
