/* Page: pricing — hero + body (simple: pricing-hero) */

/* ================= HERO (pricing) ================= */
/* Hero bg images — yahan image path change karo */
.pricing-hero-slide-1 { background-image: url('../../../images/hero-agency-bg.png'); }
.pricing-hero-slide-2 { background-image: url('../../../images/agency-workspace.png'); }
.pricing-hero-slide-3 { background-image: url('../../../images/office-2360063_1920.jpg'); }

/* ================= PAGE HERO (inner pages) ================= */
.pricing-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 140% at 75% 0%, #003B5C 0%, #00203D 52%, #001628 100%);
  color: #fff;
}
.pricing-hero-inner{
  position: relative;
  z-index: 2;
  padding: 3.5rem 1rem 3rem;
}
.pricing-hero-crumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.1rem;
}
.pricing-hero-crumb a{
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.pricing-hero-crumb a:hover{ color: #A8D0EA; }
.pricing-hero-crumb-sep{ color: rgba(255, 255, 255, 0.35); }
.pricing-hero-title{
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.9rem;
}
.pricing-hero-lead{
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 56ch;
  margin: 0 0 1.6rem;
}
.pricing-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.st-btn--lg{
  padding: 0.85rem 1.85rem;
  font-size: 0.95rem;
  border-radius: 10px;
  min-width: 0;
}
@media (min-width: 576px) {
  .st-btn--lg{ min-width: 200px; }
}
.pricing-hero-card{
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 1.6rem 1.45rem 1.35rem;
  color: #fff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.4);
  max-width: 360px;
  margin-left: auto;
}
.pricing-hero-card-tag{
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #A8D0EA;
  margin-bottom: 0.85rem;
}
.pricing-hero-card-body{
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.pricing-hero-card-icon{
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #00203D);
}
.pricing-hero-card-body p{
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
}
.pricing-hero-card-foot{
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.pricing-hero-card-stat strong{
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.pricing-hero-card-stat strong i{
  font-size: 0.72em;
  color: #A8D0EA;
  margin-left: 0.12rem;
}
.pricing-hero-card-stat span{
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.pricing-hero-card-link{
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0072B9;
  text-decoration: none;
  white-space: nowrap;
}
.pricing-hero-card-link:hover{ color: #E8F1F7; }
.pricing-hero-card-badge{
  position: absolute;
  top: -14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(0, 114, 185, 0.45);
}

/* Trust badges strip */
.pricing-hero-badges{
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}
.pricing-hero-badges-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2.25rem;
  padding: 0.85rem 1rem;
}
.pricing-hero-badges span{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.pricing-hero-badges i{ color: #A8D0EA; }

/* ================= RESPONSIVE ================= */
@media (max-width: 1199.98px) {
  .st-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .st-cs__grid { grid-template-columns: repeat(2, 1fr); }
  .st-tech__grid { grid-template-columns: repeat(4, 1fr); }
  .st-review-grid { grid-template-columns: repeat(2, 1fr); }
  .st-offering-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .st-top__inner { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .st-brand__logo { height: 44px; }
  .st-brand__tag { display: none; }
  /* On mobile the strip only hosts the drawer; hide empty bar chrome */
  .st-nav__home { min-height: 42px; }
  .st-nav__inner { min-height: 42px; }
  .st-services__head { position: static; }
  .st-cs__rail { border-radius: 14px; padding: 1.5rem; }
  .st-cs__tab { border-radius: 10px; }
  .st-cs__body { padding: 1.5rem 0 0; }
  .st-hero__panel { max-width: none; margin-left: 0; }
  .st-intro__media { max-width: none; margin: 1rem 0 0; }
  .st-intro__stats { grid-template-columns: repeat(3, 1fr); row-gap: 1.5rem; }
  .st-inquiry { position: static; }
  .pricing-hero-badges-inner { gap: 0.5rem 1.25rem; }
}

@media (max-width: 767.98px) {
  .st-hero__inner { padding: 3.25rem 1rem; }
  .st-svc-grid { grid-template-columns: 1fr; }
  .st-cs__grid { grid-template-columns: 1fr; }
  .st-tech__grid { grid-template-columns: repeat(2, 1fr); }
  .st-review-grid { grid-template-columns: 1fr; }
  .st-offering-grid { grid-template-columns: 1fr; }
  .st-checklist { grid-template-columns: 1fr; }
  .pricing-hero-inner { padding: 2.75rem 1rem 2.5rem; }
  .pricing-hero-badges-inner { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .st-footer__bottom-inner { justify-content: center; text-align: center; }
}

@media (max-width: 575.98px) {
  .st-hero__actions .st-hero__cta { width: 100%; justify-content: center; }
  .st-hero__panel { padding: 1.75rem 1.25rem 1.5rem; }
  .st-hero__panel-foot { grid-template-columns: repeat(3, 1fr); gap: 0.35rem; }
  .st-intro__stats { grid-template-columns: repeat(2, 1fr); }
  .st-intro__media-badge--years { left: 0; }
  .st-intro__media-badge--rating { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .st-hero__panel,
  .st-svc,
  .st-cs__card,
  .st-review,
  .st-btn,
  .st-footer__social a {
    transition: none;
  }
}
