/* TitanBridge — dedicated pricing page (matches home pricing section visuals) */
:root {
  --tb-primary: #3b82f6;
  --tb-primary-dark: #1d4ed8;
  --tb-accent: #06b6d4;
  --tb-surface: #f6f9ff;
}

body.tb-pricing-page.legal-body {
  background: #ffffff;
}

.pricing-main {
  flex: 1 0 auto;
  padding: clamp(5.25rem, 14vw, 6.25rem) 0 clamp(4rem, 10vw, 6.5rem);
}

.pricing-main > .section {
  padding-top: 0;
  padding-bottom: clamp(2rem, 6vw, 4rem);
}

img {
  max-width: 100%;
  height: auto;
}

section[id] {
  scroll-margin-top: clamp(4.25rem, 11vw, 5.85rem);
}

.section {
  padding: clamp(3.25rem, 9vw, 5.5rem) 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 6vw, 3rem);
  padding-inline: 0.15rem;
  text-align: center;
}

.section-title .eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tb-primary);
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.section-title h2 {
  font-family: var(--tb-brand-font);
  font-size: clamp(1.42rem, 2.4vw + 0.85rem, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: #0b1b3b;
  margin-bottom: 0.8rem;
}

.section-title p {
  color: #5b6b86;
  margin-bottom: 0;
}

.pricing-card,
.panel {
  height: 100%;
  border: 1px solid #e2eaf7;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 14px 28px rgba(7, 19, 42, 0.06);
  padding: 1.35rem;
}

.pricing-card.popular {
  border: 2px solid var(--tb-primary);
  box-shadow: 0 18px 35px rgba(29, 78, 216, 0.16);
  position: relative;
  background: linear-gradient(150deg, #ffffff 0%, #edf5ff 100%);
}

.pricing-card .badge-plan {
  position: absolute;
  top: -13px;
  right: 14px;
  background: linear-gradient(135deg, var(--tb-primary), var(--tb-accent));
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.35);
}

.price-icon {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
  color: #1e40af;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(6, 182, 212, 0.2));
}

.pricing-card h5 {
  margin-bottom: 0.55rem;
}

.pricing-card h3 {
  font-size: clamp(1.2rem, 2.5vw + 0.65rem, 1.75rem);
  line-height: 1.2;
}

.pricing-card h3 .fs-6 {
  display: inline;
  font-size: 0.58em !important;
  font-weight: 600;
}

.pricing-card .price-note {
  color: #60718f;
  margin-bottom: 0;
  line-height: 1.45;
}

.pricing-points {
  list-style: none;
  padding: 0;
  margin: 0.85rem 0 0;
}

.pricing-points li {
  font-size: 0.9rem;
  color: #344968;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.pricing-points li i {
  color: #10b981;
  margin-top: 0.15rem;
}

.pricing-page-cta .btn-primary {
  background: linear-gradient(135deg, var(--tb-primary), var(--tb-primary-dark));
  border: 0;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.35);
}

.pricing-page-cta .btn-primary:hover {
  filter: brightness(1.06);
}
