/**
 * Wobistro polish pass — kills stock-theme clunk
 * Load last. Higher specificity overrides restaurant style.css
 */

/* —— Global density —— */
/* Do NOT fight header offset here — body.wb-site owns it in v2 */

h1, h2, h3, h4, h5, h6, .title {
  color: #101624 !important;
}

a { transition: color .12s ease, background .12s ease, border-color .12s ease, transform .12s ease !important; }

/* Kill stock button wipe animation */
.primary-btn::before,
.btn.primary-btn::before,
.pricing-area .card .primary-btn::before {
  display: none !important;
  content: none !important;
}

.btn,
.btn.primary-btn,
.btn.secondary-btn,
a.btn {
  border-radius: 999px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  padding: 0.7rem 1.2rem !important;
  box-shadow: none !important;
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.btn.primary-btn,
a.btn.primary-btn {
  background: #2667ff !important;
  background-image: none !important;
  color: #fff !important;
  border: none !important;
}
.btn.primary-btn:hover {
  background: #1649b7 !important;
  transform: translateY(-1px);
}

.btn.secondary-btn,
.btn.wb-btn-ghost {
  background: #fff !important;
  color: #101624 !important;
  border: 1px solid #c5d0df !important;
}
.btn.secondary-btn:hover,
.btn.wb-btn-ghost:hover {
  border-color: #2667ff !important;
  color: #2667ff !important;
  background: #eef4ff !important;
}

.btn-block,
.wb-price-card .btn {
  display: flex !important;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* —— Header height controlled in v2; polish only softens —— */
.header-area.wb-header {
  /* keep fixed from v2; do not shrink min-height below offset */
  min-height: var(--wb-header-h, 80px) !important;
}

.header-area .navbar-brand {
  padding: 0 !important;
  margin-right: 1.5rem !important;
}
.header-area .navbar-brand img,
.header-area .logo img {
  max-height: 30px !important;
  width: auto !important;
}

.header-area .nav-link {
  padding: 0.4rem 0.7rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #2f3a4a !important;
  border-radius: 8px !important;
  line-height: 1.3 !important;
}

.header-area .main-navbar .nav-item {
  margin: 0 0.1rem !important;
}

.header-area .nav-link:hover,
.header-area .nav-link.active,
.header-area .nav-link:focus {
  color: #2667ff !important;
  background: #eef4ff !important;
}

.header-area .more-option {
  gap: 0.5rem;
  align-items: center !important;
}
.header-area .more-option .item:not(:last-child) {
  margin-inline-end: 0.5rem !important;
}
.header-area .more-option .btn.primary-btn {
  padding: 0.5rem 1rem !important;
  font-size: 0.8125rem !important;
}

.header-area .language .nice-select,
.header-area .language select {
  height: 2.25rem !important;
  min-height: 2.25rem !important;
  line-height: 2.15rem !important;
  border-radius: 999px !important;
  border: 1px solid #d9e1ee !important;
  font-size: 0.8125rem !important;
  padding-left: 0.85rem !important;
  background: #fff !important;
}

.header-area .main-navbar .menu-dropdown {
  top: calc(100% + 4px) !important;
  border-radius: 12px !important;
  border: 1px solid #d9e1ee !important;
  box-shadow: 0 12px 32px rgba(16, 22, 36, 0.1) !important;
  padding: 0.4rem !important;
  min-width: 11rem;
}
.header-area .main-navbar .menu-dropdown .nav-link {
  padding: 0.55rem 0.75rem !important;
}
.header-area .main-navbar .menu-dropdown .nav-link::after {
  display: none !important;
}

/* Mobile header */
.main-responsive-nav {
  padding: 0.75rem 0 !important;
}
.main-responsive-nav .logo img {
  max-height: 28px !important;
}
.menu-toggler {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  border: 1px solid #d9e1ee !important;
  background: #fff !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 !important;
}
.menu-toggler span {
  width: 16px !important;
  height: 2px !important;
  background: #101624 !important;
  border-radius: 2px;
  display: block;
}

.mobile-menu .mobile-menu-wrapper {
  margin-top: 64px !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 16px 40px rgba(16, 22, 36, 0.1) !important;
  border: 1px solid #e8eef6 !important;
  border-top: none !important;
}
.mobile-menu .navbar-nav li a {
  border-bottom-color: #eef2f7 !important;
  font-weight: 500 !important;
  color: #101624 !important;
}
.mobile-menu .navbar-nav li a:hover {
  background: #eef4ff !important;
  color: #2667ff !important;
}

/* —— Hero —— */
/* Never undercut header clearance with tiny padding-top */
.wb-hero.home-banner,
.home-banner {
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
  margin: 0 !important;
}
.wb-hero__title {
  font-size: clamp(2rem, 4.2vw, 3.15rem) !important;
  letter-spacing: -0.03em !important;
  line-height: 1.08 !important;
  max-width: 15ch;
}
.wb-hero__lede {
  font-size: 1rem !important;
  line-height: 1.55 !important;
  color: #5d6776 !important;
}
.wb-hero__shot {
  border-radius: 14px !important;
  border: 1px solid #d9e1ee !important;
  box-shadow: 0 20px 50px rgba(28, 42, 70, 0.1) !important;
}
.wb-hero__float {
  border-radius: 10px !important;
  box-shadow: 0 12px 28px rgba(28, 42, 70, 0.12) !important;
}
.wb-hero__proof li {
  font-size: 0.78rem !important;
  color: #445066 !important;
  background: #fff;
  border: 1px solid #e4ebf4;
  border-radius: 999px;
  padding: 0.3rem 0.7rem 0.3rem 0.55rem;
}
.wb-hero__proof li::before {
  width: 0.35rem !important;
  height: 0.35rem !important;
}

/* Strip */
.wb-strip {
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}
.wb-strip__card {
  border-radius: 12px !important;
}
.wb-strip__card figcaption {
  font-size: 0.78rem !important;
  padding: 0.55rem 0.75rem !important;
  color: #445066 !important;
}

/* —— Sections —— */
.wb-section,
.store-area,
.template-area,
.choose-area,
.pricing-area,
.testimonial-area,
.partner-area,
.user-profile-area,
.blog-area {
  padding-top: clamp(2.75rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
}

.pt-90, .pb-90, .pt-120, .pb-120, .ptb-120 {
  padding-top: clamp(2.75rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
}

.mb-30 { margin-bottom: 1rem !important; }

.section-title {
  margin-bottom: 1.75rem !important;
}
.section-title .title,
.wb-section__head .title {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem) !important;
  letter-spacing: -0.025em !important;
}

.wb-kicker,
.section-title .subtitle,
span.subtitle {
  font-size: 0.7rem !important;
  padding: 0.3rem 0.65rem !important;
  margin-bottom: 0.65rem !important;
  background: #eef4ff !important;
  color: #2667ff !important;
  border: 1px solid rgba(38, 103, 255, 0.14) !important;
}

/* —— Cards (generic) —— */
.card {
  border: 1px solid #e4ebf4 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  background: #fff !important;
  transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease !important;
}
.card:hover {
  border-color: rgba(38, 103, 255, 0.28) !important;
  box-shadow: 0 10px 28px rgba(28, 42, 70, 0.06) !important;
  transform: translateY(-2px);
}
.card .card-title,
.card-title {
  font-size: 1rem !important;
  font-weight: 650 !important;
  letter-spacing: -0.015em;
  color: #101624 !important;
}
.card .card-text,
.card-text {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  color: #667085 !important;
  margin-bottom: 0 !important;
}
.card-icon {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 9px !important;
  background: #eef4ff !important;
  color: #2667ff !important;
  margin-bottom: 0.75rem !important;
}

/* Steps */
.wb-step {
  padding: 1.15rem 1.1rem !important;
  height: 100%;
}
.wb-step__num {
  font-size: 0.7rem !important;
  opacity: 0.85;
}
.wb-step .card-title {
  font-size: 0.98rem !important;
  margin-bottom: 0.35rem !important;
}

/* Templates */
.template-area {
  background: #f1f5fb !important;
}
.template-area .card {
  overflow: hidden;
}
.template-area .card-image,
.template-area .lazy-container {
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #e8eef8;
}
.template-area .card-image img,
.template-area .lazy-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}
.template-area .theme-name {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  padding: 0.75rem 0.9rem !important;
  margin: 0 !important;
  border-top: 1px solid #eef2f7;
}

/* Features grid */
.choose-area .card {
  padding: 1.1rem !important;
  height: 100%;
}
.choose-area .card-icon img {
  width: 1.35rem !important;
  height: 1.35rem !important;
  object-fit: contain;
}
.choose-area .choose-content .title {
  font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
  max-width: 14ch;
}
.choose-area .choose-content .text {
  font-size: 0.95rem !important;
  color: #667085 !important;
  max-width: 38ch;
}

/* —— Compact pricing cards —— */
.wb-pricing__tabs .nav-tabs {
  border: 1px solid #d9e1ee !important;
  background: #fff !important;
  border-radius: 999px !important;
  padding: 0.2rem !important;
  display: inline-flex !important;
  gap: 0.15rem;
  margin: 0 auto 1.75rem !important;
}
.wb-pricing__tabs .nav-link {
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0.45rem 1rem !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  color: #667085 !important;
  background: transparent !important;
}
.wb-pricing__tabs .nav-link.active {
  background: #2667ff !important;
  color: #fff !important;
}

.wb-price-card {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 14px !important;
  border: 1px solid #e4ebf4 !important;
  background: #fff !important;
  box-shadow: none !important;
}
.wb-price-card:hover {
  transform: translateY(-3px);
}
.wb-price-card.is-featured {
  border-color: #2667ff !important;
  box-shadow: 0 0 0 1px #2667ff, 0 16px 40px rgba(38, 103, 255, 0.12) !important;
}
.wb-price-card__badge {
  position: absolute;
  top: -0.55rem;
  left: 50%;
  transform: translateX(-50%);
  background: #2667ff;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
}
.wb-price-card__name {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  margin: 0 0 0.35rem !important;
  letter-spacing: -0.02em;
}
.wb-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
.wb-price-card__amount {
  font-size: 2.1rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.035em;
  color: #101624 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums;
}
.wb-price-card__period {
  font-size: 0.85rem;
  color: #667085;
  font-weight: 500;
}
.wb-price-card__metrics {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  background: #f6f8fc;
  border-radius: 10px;
  padding: 0.7rem 0.4rem !important;
  border: 1px solid #eef2f7;
}
.wb-price-card__metrics li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.wb-price-card__metrics strong {
  font-size: 1rem;
  font-weight: 700;
  color: #101624;
  font-variant-numeric: tabular-nums;
}
.wb-price-card__metrics span {
  font-size: 0.65rem;
  color: #667085;
  font-weight: 500;
  line-height: 1.2;
}
.wb-price-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.15rem;
  flex: 1;
}
.wb-price-card__features li {
  position: relative;
  padding: 0.28rem 0 0.28rem 1.2rem;
  font-size: 0.84rem;
  color: #2f3a4a;
  font-weight: 500;
}
.wb-price-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #2667ff;
  box-shadow: inset 0 0 0 2px #eef4ff;
}
.wb-price-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: auto;
}

/* Hide old stock pricing list if any leftover */
.pricing-area .pricing-list,
.pricing-area .card .icon,
.pricing-area h5 {
  /* only hide legacy markup if present without wb-price-card */
}
.pricing-area > .container > .row .card:not(.wb-price-card) .pricing-list {
  max-height: 12rem;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 60%, transparent);
}

/* Page title less heavy */
.page-title-area {
  padding: 5.5rem 0 2rem !important;
  margin-bottom: 0 !important;
}
.page-title-area h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
}

/* Footer quieter */
.footer-area {
  padding-top: 3rem !important;
}
.footer-area .footer-top,
.footer-area .pt-120 {
  padding-top: 2.5rem !important;
  padding-bottom: 1.5rem !important;
}
.footer-area p,
.footer-area .info-list li {
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
}
.footer-area h3 {
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 0.04em !important;
  opacity: 0.9;
}
.footer-area .footer-links li {
  margin-bottom: 0.35rem;
}
.footer-area .footer-links a {
  font-size: 0.875rem !important;
}
.footer-area .copy-right-area,
.footer-area .copy-right-content {
  padding: 1rem 0 !important;
  font-size: 0.8rem !important;
  color: rgba(255,255,255,0.5) !important;
}

/* Cookie bar */
.cookie-consent,
.js-cookie-consent {
  border-radius: 12px !important;
  font-size: 0.875rem !important;
}

/* Testimonials / users - less chrome */
.user-profile-area .card,
.testimonial-area .card {
  padding: 1rem !important;
}
.user-profile-area .icon img {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  object-fit: cover;
}

/* Partners */
.partner-area {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  opacity: 0.85;
}

/* Go top */
.go-top {
  width: 2.5rem !important;
  height: 2.5rem !important;
  background: #101624 !important;
  right: 1rem !important;
  bottom: 1rem !important;
}

/* Forms */
.form-control {
  min-height: 2.65rem !important;
  border-radius: 10px !important;
  border-color: #d9e1ee !important;
  font-size: 0.9rem !important;
}
.form-control:focus {
  border-color: #2667ff !important;
  box-shadow: 0 0 0 3px rgba(38, 103, 255, 0.12) !important;
}

/* Nice-select global */
.nice-select {
  border-radius: 10px !important;
  border-color: #d9e1ee !important;
  height: 2.65rem !important;
  line-height: 2.55rem !important;
  font-size: 0.9rem !important;
}

/* Reduce motion on heavy transitions from stock theme */
.header-area .nav-link,
.card,
.btn {
  transition-duration: 0.15s !important;
}

/* Container: slightly roomier */
@media (min-width: 1200px) {
  .container { max-width: 1120px !important; }
}

/* Desktop nav tighten when many items */
@media (min-width: 1200px) {
  .header-area .nav-link {
    padding: 0.4rem 0.55rem !important;
    font-size: 0.84rem !important;
  }
}

/* Blog / listings cards */
.blog-area .card .card-image img {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
}

/* FAQ */
.faq-area .accordion-button,
.accordion-button {
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  color: #101624 !important;
  box-shadow: none !important;
}

/* Utility */
.text-muted, .small {
  color: #667085 !important;
}
.bg-light {
  background: #f1f5fb !important;
}

/* ===== Product UI mock (no photos / no AI art) ===== */
.wb-ui-mock {
  position: relative;
  background: #fff;
  border: 1px solid #d9e1ee;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(16, 22, 36, 0.1);
  overflow: visible;
  font-family: "DM Sans", system-ui, sans-serif;
}
.wb-ui-mock__chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
  border-radius: 16px 16px 0 0;
}
.wb-ui-mock__chrome > span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #d9e1ee;
}
.wb-ui-mock__chrome > span:nth-child(1) { background: #ff5f57; }
.wb-ui-mock__chrome > span:nth-child(2) { background: #febc2e; }
.wb-ui-mock__chrome > span:nth-child(3) { background: #28c840; }
.wb-ui-mock__url {
  margin-left: 0.6rem;
  flex: 1;
  background: #fff;
  border: 1px solid #e4ebf4;
  border-radius: 999px;
  font-size: 0.7rem;
  color: #667085;
  padding: 0.25rem 0.7rem;
  font-weight: 500;
}
.wb-ui-mock__body {
  display: flex;
  min-height: 280px;
}
.wb-ui-mock__nav {
  width: 9.5rem;
  padding: 0.9rem 0.7rem;
  border-right: 1px solid #eef2f7;
  background: #fbfcfe;
  flex-shrink: 0;
}
.wb-ui-mock__brand {
  font-weight: 800;
  font-size: 0.85rem;
  color: #2667ff;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
  padding: 0 0.35rem;
}
.wb-ui-mock__nav-item {
  font-size: 0.72rem;
  font-weight: 600;
  color: #667085;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  margin-bottom: 0.15rem;
}
.wb-ui-mock__nav-item.is-active {
  background: #eef4ff;
  color: #2667ff;
}
.wb-ui-mock__main {
  flex: 1;
  padding: 1rem 1.1rem 1.15rem;
  min-width: 0;
}
.wb-ui-mock__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.wb-ui-mock__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2667ff;
  margin-bottom: 0.2rem;
}
.wb-ui-mock__h {
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #101624;
  line-height: 1.15;
}
.wb-ui-mock__pill {
  font-size: 0.68rem;
  font-weight: 700;
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  white-space: nowrap;
}
.wb-ui-mock__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}
.wb-ui-mock__stat {
  background: #f6f8fc;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 0.55rem 0.45rem;
  text-align: center;
}
.wb-ui-mock__stat strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 750;
  color: #101624;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.wb-ui-mock__stat span {
  font-size: 0.62rem;
  color: #667085;
  font-weight: 500;
}
.wb-ui-mock__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.wb-ui-mock__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fff;
}
.wb-ui-mock__row strong {
  display: block;
  font-size: 0.78rem;
  color: #101624;
  font-weight: 650;
}
.wb-ui-mock__row span {
  font-size: 0.65rem;
  color: #667085;
}
.wb-ui-mock__row em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  color: #667085;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0.25rem 0.5rem;
}
.wb-ui-mock__row em.is-live {
  color: #9a3412;
  background: #ffedd5;
}
.wb-ui-mock__row em.is-ok {
  color: #166534;
  background: #dcfce7;
}

/* Phone float */
.wb-ui-mock__phone {
  position: absolute;
  right: -0.75rem;
  bottom: -1.25rem;
  width: 7.5rem;
  background: #101624;
  border-radius: 1.1rem;
  padding: 0.55rem 0.55rem 0.7rem;
  box-shadow: 0 16px 40px rgba(16, 22, 36, 0.28);
  border: 2px solid #1f2937;
  color: #fff;
}
.wb-ui-mock__phone-bar {
  width: 2rem;
  height: 0.22rem;
  background: #374151;
  border-radius: 999px;
  margin: 0.15rem auto 0.55rem;
}
.wb-ui-mock__phone-title {
  font-size: 0.62rem;
  font-weight: 650;
  text-align: center;
  margin-bottom: 0.45rem;
  opacity: 0.9;
}
.wb-ui-mock__qr {
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, #fff 0 12%, transparent 12% 22%, #fff 22% 34%, transparent 34% 44%, #fff 44% 56%, transparent 56% 66%, #fff 66% 78%, transparent 78% 88%, #fff 88%),
    linear-gradient(#fff 0 12%, transparent 12% 22%, #fff 22% 34%, transparent 34% 44%, #fff 44% 56%, transparent 56% 66%, #fff 66% 78%, transparent 78% 88%, #fff 88%),
    #101624;
  background-size: 100% 8%, 8% 100%, auto;
  border-radius: 0.45rem;
  border: 3px solid #fff;
  margin-bottom: 0.45rem;
}
.wb-ui-mock__phone-lines i {
  display: block;
  height: 0.28rem;
  background: #374151;
  border-radius: 999px;
  margin-bottom: 0.28rem;
}
.wb-ui-mock__phone-lines i:nth-child(1) { width: 90%; }
.wb-ui-mock__phone-lines i:nth-child(2) { width: 70%; }
.wb-ui-mock__phone-lines i:nth-child(3) { width: 80%; margin-bottom: 0; }

.wb-ui-mock--compact .wb-ui-mock__body { min-height: 200px; }
.wb-ui-mock--compact .wb-ui-mock__phone { display: none; }

@media (max-width: 991px) {
  .wb-ui-mock__nav { display: none; }
  .wb-ui-mock__phone {
    right: 0.5rem;
    bottom: -0.75rem;
    width: 6.25rem;
  }
}

/* Capability icon grid */
.wb-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}
@media (max-width: 991px) {
  .wb-cap-grid { grid-template-columns: repeat(2, 1fr); }
}
.wb-cap {
  background: #fff;
  border: 1px solid #e4ebf4;
  border-radius: 12px;
  padding: 1.1rem 1rem;
  transition: border-color .12s ease, box-shadow .12s ease, transform .12s ease;
}
.wb-cap:hover {
  border-color: rgba(38, 103, 255, 0.3);
  box-shadow: 0 10px 28px rgba(28, 42, 70, 0.06);
  transform: translateY(-2px);
}
.wb-cap__icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9px;
  background: #eef4ff;
  color: #2667ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.wb-cap__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.wb-cap h3 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  margin: 0 0 0.3rem !important;
  letter-spacing: -0.02em;
  color: #101624 !important;
}
.wb-cap p {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #667085;
  margin: 0;
}

/* Feature grid without icons/images */
.wb-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (max-width: 575px) {
  .wb-feature-grid { grid-template-columns: 1fr; }
}
.wb-feature {
  padding: 1.1rem 1rem !important;
  margin: 0 !important;
  height: 100%;
}
.wb-feature__mark {
  font-size: 0.7rem;
  font-weight: 750;
  color: #2667ff;
  letter-spacing: 0.04em;
  margin-bottom: 0.45rem;
  font-variant-numeric: tabular-nums;
}
.wb-feature .card-title {
  font-size: 0.95rem !important;
  margin-bottom: 0.3rem !important;
}

/* Hide leftover float images if any */
.wb-hero__shot,
.wb-hero__float,
.wb-hero__glow {
  /* keep for legacy but prefer mock */
}
.wb-hero .wb-ui-mock {
  margin-top: 0.25rem;
}

/* ===== Pricing redesign: Monthly / Yearly ===== */
.wb-pricing-page {
  padding-top: clamp(2.5rem, 5vw, 3.5rem) !important;
  padding-bottom: clamp(3rem, 6vw, 4.5rem) !important;
}
.wb-pricing-page__intro {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}
.wb-pricing-page__title {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.12 !important;
  color: #101624 !important;
  margin: 0.5rem 0 0.65rem !important;
  text-wrap: balance;
}
.wb-pricing-page__lede {
  font-size: 1rem;
  line-height: 1.55;
  color: #667085;
  margin: 0;
}
.wb-pricing-page__foot {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #667085;
}
.wb-pricing-page__foot p { margin: 0.35rem 0; }
.wb-pricing-page__foot a {
  color: #2667ff;
  font-weight: 600;
  text-decoration: none;
}
.wb-pricing-page__foot a:hover { text-decoration: underline; }

.wb-pricing {
  max-width: 1080px;
  margin: 0 auto;
}

/* Segmented control */
.wb-pricing__switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.25rem;
  background: #fff;
  border: 1px solid #d9e1ee;
  border-radius: 999px;
  margin: 0 auto 0.65rem;
  width: fit-content;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 2px rgba(16, 22, 36, 0.04);
}
.wb-pricing__switch-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: #667085;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background .12s ease, color .12s ease;
  white-space: nowrap;
}
.wb-pricing__switch-btn:hover {
  color: #101624;
}
.wb-pricing__switch-btn.is-active {
  background: #2667ff;
  color: #fff;
}
.wb-pricing__save-chip {
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #dcfce7;
  color: #166534;
  border-radius: 999px;
  padding: 0.18rem 0.4rem;
  line-height: 1.2;
}
.wb-pricing__switch-btn.is-active .wb-pricing__save-chip {
  background: rgba(255,255,255,0.22);
  color: #fff;
}
.wb-pricing__hint {
  text-align: center;
  font-size: 0.8125rem;
  color: #667085;
  margin: 0 0 1.5rem;
  min-height: 1.25em;
}

/* Grid */
.wb-pricing__panel { display: none; }
.wb-pricing__panel.is-active { display: block; }
.wb-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 991px) {
  .wb-pricing__grid { grid-template-columns: 1fr; max-width: 22rem; margin: 0 auto; }
}

/* Cards */
.wb-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4ebf4;
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.25rem;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  min-height: 100%;
}
.wb-price-card:hover {
  border-color: rgba(38, 103, 255, 0.28);
  box-shadow: 0 12px 32px rgba(28, 42, 70, 0.07);
  transform: translateY(-2px);
}
.wb-price-card.is-featured {
  border-color: #2667ff;
  box-shadow: 0 0 0 1px #2667ff, 0 16px 40px rgba(38, 103, 255, 0.12);
  background: linear-gradient(180deg, #f8faff 0%, #fff 40%);
}
.wb-price-card__ribbon {
  position: absolute;
  top: -0.55rem;
  left: 50%;
  transform: translateX(-50%);
  background: #2667ff;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
}
.wb-price-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.wb-price-card__name {
  font-size: 1.05rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.02em;
  color: #101624 !important;
  margin: 0 !important;
}
.wb-price-card__save {
  font-size: 0.7rem;
  font-weight: 700;
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
}
.wb-price-card__trial {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2667ff;
  background: #eef4ff;
  border-radius: 999px;
  padding: 0.22rem 0.5rem;
}
.wb-price-card__price-block {
  margin-bottom: 1rem;
}
.wb-price-card__amount-row {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.wb-price-card__amount {
  font-size: 2.35rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  line-height: 1 !important;
  color: #101624 !important;
  font-variant-numeric: tabular-nums;
}
.wb-price-card__period {
  font-size: 0.9rem;
  font-weight: 500;
  color: #667085;
}
.wb-price-card__billed {
  margin-top: 0.3rem;
  font-size: 0.78rem;
  color: #667085;
  font-weight: 500;
}
.wb-price-card__metrics {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0.65rem 0.35rem !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  background: #f6f8fc;
  border: 1px solid #eef2f7;
  border-radius: 12px;
}
.wb-price-card__metrics li {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.15rem;
}
.wb-price-card__metrics strong {
  font-size: 1.05rem;
  font-weight: 750;
  color: #101624;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.wb-price-card__metrics span {
  font-size: 0.62rem;
  font-weight: 600;
  color: #667085;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.wb-price-card__features {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.wb-price-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.84rem;
  font-weight: 500;
  color: #2f3a4a;
  line-height: 1.35;
  padding: 0 !important;
}
.wb-price-card__features li::before { display: none !important; content: none !important; }
.wb-price-card__features svg {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: #2667ff;
}
.wb-price-card__actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: stretch;
}
.wb-price-card__actions .btn {
  width: 100%;
  justify-content: center;
  padding: 0.75rem 1rem !important;
  font-size: 0.9rem !important;
}
.wb-price-card__link {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2667ff;
  text-decoration: none;
}
.wb-price-card__link:hover { text-decoration: underline; }

/* Home pricing section head */
.pricing-area.wb-section .wb-section__head {
  margin-bottom: 1.25rem !important;
}

/* Kill old bootstrap nav-tabs leftovers if any */
.wb-pricing .nav-tabs { display: none !important; }

/* =========================================================
   ENTIRELY NEW PRICING SYSTEM — .wb-plans
   Dark full-bleed band, 3-up compare, monthly/yearly toggle
   ========================================================= */

.wb-plans {
  --pl-bg: #0a0e17;
  --pl-bg-2: #111827;
  --pl-ink: #f8fafc;
  --pl-muted: #94a3b8;
  --pl-line: rgba(255, 255, 255, 0.08);
  --pl-blue: #2667ff;
  --pl-blue-soft: rgba(38, 103, 255, 0.18);
  --pl-card: #121826;
  --pl-card-2: #0f1420;
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(38, 103, 255, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 30% at 100% 100%, rgba(38, 103, 255, 0.08), transparent 50%),
    var(--pl-bg);
  color: var(--pl-ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3.25rem, 6vw, 5rem);
  margin: clamp(1rem, 3vw, 2rem) 0 0;
  overflow: hidden;
}

.wb-plans__inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wb-plans__header {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.wb-plans__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7aa2ff;
  margin: 0 0 0.75rem;
}

.wb-plans__headline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  margin-bottom: 0.75rem;
}

.wb-plans__headline {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
  color: #fff !important;
  margin: 0 !important;
  max-width: 14ch;
  text-wrap: balance;
}

.wb-plans__sub {
  font-size: 0.95rem;
  color: var(--pl-muted);
  margin: 0;
  max-width: 40ch;
  line-height: 1.5;
}

/* Toggle */
.wb-plans__toggle {
  display: inline-flex;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pl-line);
  border-radius: 999px;
  gap: 0.15rem;
}

.wb-plans__tog {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--pl-muted);
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background .15s ease, color .15s ease;
}

.wb-plans__tog span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
}

.wb-plans__tog.is-on {
  background: #fff;
  color: #0a0e17;
}

.wb-plans__tog.is-on span {
  background: #dcfce7;
  color: #166534;
}

/* Track / cards */
.wb-plans__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .wb-plans__track {
    grid-template-columns: 1fr;
    max-width: 22.5rem;
    margin: 0 auto;
  }
  .wb-plans__headline { max-width: none; }
  .wb-plans__headline-row { flex-direction: column; align-items: flex-start; }
}

.wb-plan {
  display: flex;
  flex-direction: column;
  background: var(--pl-card);
  border: 1px solid var(--pl-line);
  border-radius: 18px;
  padding: 1.35rem 1.25rem 1.25rem;
  min-height: 100%;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.wb-plan:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
}

.wb-plan--hot {
  background: linear-gradient(165deg, #1a2744 0%, #121a2e 45%, #0f1524 100%);
  border-color: rgba(38, 103, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(38, 103, 255, 0.25),
    0 24px 48px rgba(0, 0, 0, 0.35);
  position: relative;
}

.wb-plan--hot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(38, 103, 255, 0.2), transparent 60%);
}

.wb-plan__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.wb-plan__name {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #fff !important;
  margin: 0 !important;
}

.wb-plan__tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--pl-blue);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.wb-plan__price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.25rem;
}

.wb-plan__num {
  font-size: clamp(2.4rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.wb-plan__per {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--pl-muted);
}

.wb-plan__note {
  font-size: 0.78rem;
  color: var(--pl-muted);
  margin: 0 0 1.15rem;
  min-height: 1.2em;
  position: relative;
  z-index: 1;
}

.wb-plan__limits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin: 0 0 1.1rem;
  padding: 0.7rem 0.4rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--pl-line);
  position: relative;
  z-index: 1;
}

.wb-plan__limits div {
  text-align: center;
}

.wb-plan__limits dt {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pl-muted);
  margin: 0 0 0.2rem;
}

.wb-plan__limits dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 750;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.wb-plan__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wb-plan__list li {
  font-size: 0.875rem;
  font-weight: 500;
  color: #cbd5e1;
  padding-left: 1.15rem;
  position: relative;
  line-height: 1.35;
}

.wb-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--pl-blue);
  box-shadow: 0 0 0 3px var(--pl-blue-soft);
}

.wb-plan__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  transition: background .12s ease, color .12s ease, transform .12s ease;
  position: relative;
  z-index: 1;
  margin-top: auto;
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wb-plan__cta:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  transform: translateY(-1px);
}

.wb-plan--hot .wb-plan__cta {
  background: var(--pl-blue);
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(38, 103, 255, 0.35);
}

.wb-plan--hot .wb-plan__cta:hover {
  background: #3b78ff;
}

.wb-plans__foot {
  text-align: center;
  margin: 1.75rem 0 0;
  font-size: 0.8125rem;
  color: var(--pl-muted);
}

.wb-plans__foot a {
  color: #93b4ff;
  font-weight: 600;
  text-decoration: none;
  margin-left: 0.35rem;
}

.wb-plans__foot a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Hide legacy pricing chrome if mixed in */
.pricing-area.wb-section:has(.wb-plans) {
  padding: 0 !important;
  background: transparent !important;
}
/* Pricing page: plans band sits clean under fixed header */
body:has(.wb-plans) .wb-plans {
  margin-top: 0;
}
/* When pricing is first content after header */
.page-inner + .wb-plans,
main > .wb-plans:first-child {
  margin-top: 0;
}

/* ============================================================
   NXP — new light editorial pricing (replaces dark wb-plans look)
   ============================================================ */
.nxp {
  --nx-ink: #0c1222;
  --nx-mute: #5b6578;
  --nx-line: #e6ebf2;
  --nx-soft: #f4f7fb;
  --nx-blue: #2667ff;
  --nx-blue-d: #1a4fd6;
  background: #fff;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  border-top: 1px solid var(--nx-line);
  border-bottom: 1px solid var(--nx-line);
}
.nxp__wrap {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}
.nxp__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--nx-line);
}
.nxp__intro-text { max-width: 32rem; }
.nxp__kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nx-blue);
  margin-bottom: 0.55rem;
}
.nxp__h {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem) !important;
  font-weight: 750 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
  color: var(--nx-ink) !important;
  margin: 0 0 0.55rem !important;
  text-wrap: balance;
}
.nxp__p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--nx-mute);
}
.nxp__bill {
  display: inline-flex;
  background: var(--nx-soft);
  border: 1px solid var(--nx-line);
  border-radius: 12px;
  padding: 0.2rem;
  gap: 0.15rem;
}
.nxp__bill-btn {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--nx-mute);
  padding: 0.6rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background .12s ease, color .12s ease, box-shadow .12s ease;
}
.nxp__bill-btn em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
  color: #15803d;
  background: #dcfce7;
  border-radius: 6px;
  padding: 0.15rem 0.35rem;
}
.nxp__bill-btn.is-on {
  background: #fff;
  color: var(--nx-ink);
  box-shadow: 0 1px 3px rgba(12, 18, 34, 0.08);
}
.nxp__bill-btn.is-on em {
  background: #bbf7d0;
}

/* 3-column table-like layout */
.nxp__table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--nx-line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 900px) {
  .nxp__table {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
  .nxp__col + .nxp__col {
    border-top: 1px solid var(--nx-line);
  }
  .nxp__intro { flex-direction: column; align-items: flex-start; }
}

.nxp__col {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.35rem 1.35rem;
  background: #fff;
  min-height: 100%;
  position: relative;
}
@media (min-width: 901px) {
  .nxp__col + .nxp__col {
    border-left: 1px solid var(--nx-line);
  }
}
.nxp__col.is-hot {
  background: linear-gradient(180deg, #f5f8ff 0%, #fff 42%);
  z-index: 1;
}
@media (min-width: 901px) {
  .nxp__col.is-hot {
    box-shadow: 0 0 0 1px var(--nx-blue), 0 20px 50px rgba(38, 103, 255, 0.1);
    border-radius: 12px;
    margin: -0.5rem 0;
    padding-top: 1.75rem;
    padding-bottom: 1.6rem;
  }
}

.nxp__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--nx-blue);
  margin-bottom: 0.65rem;
}
.nxp__badge--ghost { visibility: hidden; }
.nxp__col.is-hot .nxp__badge {
  color: #fff;
  background: var(--nx-blue);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  min-height: auto;
}

.nxp__name {
  font-size: 1.15rem !important;
  font-weight: 750 !important;
  letter-spacing: -0.025em;
  color: var(--nx-ink) !important;
  margin: 0 0 1rem !important;
}

.nxp__cost {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.25rem;
}
.nxp__cost strong {
  font-size: clamp(2.2rem, 3.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--nx-ink);
  font-variant-numeric: tabular-nums;
}
.nxp__cost span {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--nx-mute);
}
.nxp__fine {
  font-size: 0.78rem;
  color: var(--nx-mute);
  margin: 0 0 1.15rem;
  min-height: 1.15em;
}

.nxp__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-bottom: 1.15rem;
  padding: 0.75rem 0.4rem;
  background: var(--nx-soft);
  border-radius: 10px;
}
.nxp__stats div {
  text-align: center;
}
.nxp__stats b {
  display: block;
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--nx-ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.nxp__stats i {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--nx-mute);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.nxp__feats {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.nxp__feats li {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2a3344;
  line-height: 1.35;
  padding-left: 1.1rem;
  position: relative;
}
.nxp__feats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 2px;
  background: var(--nx-blue);
}

.nxp__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  color: var(--nx-ink) !important;
  background: var(--nx-soft);
  border: 1px solid var(--nx-line);
  transition: background .12s ease, color .12s ease, border-color .12s ease, transform .12s ease;
}
.nxp__cta:hover {
  background: #e8eef8;
  color: var(--nx-ink) !important;
  transform: translateY(-1px);
}
.nxp__col.is-hot .nxp__cta {
  background: var(--nx-blue);
  border-color: var(--nx-blue);
  color: #fff !important;
}
.nxp__col.is-hot .nxp__cta:hover {
  background: var(--nx-blue-d);
  color: #fff !important;
}

.nxp__note {
  text-align: center;
  margin: 1.5rem 0 0;
  font-size: 0.8125rem;
  color: var(--nx-mute);
}
.nxp__note a {
  color: var(--nx-blue);
  font-weight: 600;
  text-decoration: none;
}
.nxp__note a:hover { text-decoration: underline; }

/* Hide old systems if leftover in DOM */
.wb-plans { display: none !important; }
