/* Pricing page — extends the shared Brotherly design system. */
.pricing-page .section { scroll-margin-top: 76px; }
.pricing-page .full { width: 100%; }
.pricing-page .hero .breadcrumb { margin-bottom: 28px; }
.pricing-page .hero-ctas.centered { justify-content: center; }

.microproof { display: flex; flex-wrap: wrap; gap: 10px 0; margin-top: 25px; color: var(--muted); font-size: .9rem; font-weight: 700; }
.microproof span { display: flex; align-items: center; }
.microproof span + span::before { content: ""; width: 4px; height: 4px; margin: 0 11px; border-radius: 50%; background: var(--brand-orange); }
.live-pill { margin-left: auto; padding: 5px 10px; border-radius: 999px; background: #e8f8f2; color: var(--success); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.status-dot { flex: 0 0 11px; width: 11px; height: 11px; border-radius: 50%; box-shadow: 0 0 0 5px rgba(25,89,255,.08); }
.status-dot.blue { background: var(--brand-blue); }
.status-dot.violet { background: var(--brand-violet); }
.status-dot.orange { background: var(--brand-orange); }
.status-dot.green { background: var(--success); }

.trust-strip { border-block: 1px solid var(--line); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 27px 28px; }
.trust-grid div + div { border-left: 1px solid var(--line); }
.trust-grid strong,.trust-grid span { display: block; }
.trust-grid strong { font-size: .98rem; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: .84rem; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.price-card.featured,.featured-dental { border: 2px solid transparent; background: linear-gradient(#fff,#fff) padding-box,var(--gradient) border-box; box-shadow: var(--shadow-lg); }
.price-card.featured { transform: translateY(-10px); }
.popular { position: absolute; top: 0; left: 50%; padding: 7px 14px; border-radius: 999px; background: var(--gradient); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; transform: translate(-50%,-50%); }
.plan-eyebrow,.addon-kicker { display: inline-block; color: var(--brand-blue); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.plan-eyebrow { margin-bottom: 10px; }
.price-card h3 { margin-bottom: 12px; }
.plan-description { min-height: 100px; color: var(--muted); font-size: .95rem; }
.price { display: flex; align-items: end; gap: 10px; margin-top: 24px; }
.price > span { font-size: 3.15rem; font-weight: 800; line-height: .9; letter-spacing: -.06em; }
.price small { max-width: 80px; color: var(--muted); font-size: .8rem; font-weight: 700; line-height: 1.25; }
.price-note,.formula { margin-top: 12px; color: var(--muted); font-size: .83rem; font-weight: 700; }
.price-card .btn { width: 100%; margin-top: 24px; }
.plan-features { display: grid; gap: 12px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); list-style: none; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; font-weight: 700; }
.included { display: inline-flex; flex: 0 0 21px; width: 21px; height: 21px; align-items: center; justify-content: center; border-radius: 50%; background: #e8f8f2; color: var(--success); font-size: .72rem; font-weight: 900; }
.not-included { color: #9da4b2; font-weight: 800; }
.scope-note { padding: 16px; margin-top: 24px; border-radius: 12px; background: var(--surface); color: var(--muted); font-size: .78rem; line-height: 1.55; }

.dental-head { max-width: 900px; }
.dental-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.dental-card { position: relative; padding: clamp(28px,4vw,42px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.dental-card-top { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
.dental-price { text-align: right; white-space: nowrap; }
.dental-price strong,.dental-price span { display: block; }
.dental-price strong { color: var(--brand-blue); font-size: 2.4rem; line-height: 1; letter-spacing: -.05em; }
.dental-price span { color: var(--muted); font-size: .74rem; font-weight: 700; }
.check-list.compact { gap: 11px; }
.example-price { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; margin-top: 28px; border-radius: 14px; background: var(--surface-blue); }
.example-price span { color: var(--muted); font-size: .84rem; font-weight: 700; }
.example-price strong { color: var(--brand-blue); font-size: 1.1rem; white-space: nowrap; }
.dental-card .btn { width: 100%; margin-top: 18px; }
.compliance-note { max-width: 82ch; padding-left: 17px; margin: 25px auto 0; border-left: 3px solid var(--brand-violet); color: var(--muted); font-size: .85rem; }

.calculator-section { background: radial-gradient(circle at 80% 15%,rgba(25,89,255,.1),transparent 35%),#fff; }
.calculator-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,7vw,90px); align-items: center; }
.calculator-card { padding: clamp(26px,4vw,42px); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-lg); }
.calculator-card label { display: grid; gap: 8px; color: var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.calculator-card input,.calculator-card select { width: 100%; min-height: 50px; padding: 10px 13px; border: 1px solid #cbd3e0; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-weight: 700; }
.calculator-card input:disabled { background: var(--surface); color: #a0a6b0; }
.number-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 18px; }
.calculator-alert { padding: 10px 13px; margin-top: 16px; border-radius: 10px; background: #fff4eb; color: #7a4100; font-size: .82rem; font-weight: 700; }
.estimate { padding: 24px; margin: 24px 0 18px; border-radius: 20px; background: var(--gradient); color: #fff; }
.estimate > span { display: block; color: rgba(255,255,255,.85); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.estimate strong { display: block; margin-top: 5px; font-size: clamp(2.5rem,5vw,4rem); line-height: 1; letter-spacing: -.06em; }
.estimate strong small { margin-left: 7px; font-size: .95rem; letter-spacing: 0; }
.estimate p { margin-top: 10px; color: rgba(255,255,255,.88); font-size: .78rem; }

.comparison-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th,.comparison-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: center; font-size: .9rem; }
.comparison-table th:first-child { width: 38%; text-align: left; }
.comparison-table thead th { background: var(--ink); color: #fff; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.comparison-table thead th:first-child { border-radius: 20px 0 0; }
.comparison-table thead th:last-child { border-radius: 0 20px 0 0; }
.comparison-table tbody th { font-weight: 700; }
.comparison-table .complete-col { background: var(--surface-blue); }
.comparison-table thead .complete-col { background: var(--brand-blue); }
.comparison-table tr:last-child th,.comparison-table tr:last-child td { border-bottom: 0; }

.addon-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.addon-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.addon-card h3 { margin-top: 8px; }
.addon-card p { margin-top: 12px; color: var(--muted); font-size: .94rem; }
.pricing-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pricing-steps article { padding: 28px; border-top: 4px solid var(--brand-blue); border-radius: 0 0 18px 18px; background: #fff; }
.pricing-steps article:nth-child(2) { border-color: var(--brand-violet); }
.pricing-steps article:nth-child(3) { border-color: var(--brand-orange); }
.pricing-steps article > span { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin-bottom: 23px; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 800; }
.pricing-steps p { margin-top: 10px; color: var(--muted); font-size: .92rem; }
.onboarding-note { max-width: 760px; padding: 17px 20px; margin: 28px auto 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--muted); font-size: .88rem; text-align: center; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px,7vw,90px); align-items: start; }

@media (max-width: 1024px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .plan-description { min-height: 0; }
}
@media (max-width: 900px) {
  .calculator-wrap,.faq-grid,.dental-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .trust-grid,.pricing-steps,.addon-grid { grid-template-columns: 1fr; }
  .trust-grid div + div { border-top: 1px solid var(--line); border-left: 0; }
  .number-grid { grid-template-columns: 1fr; }
  .dental-card-top,.example-price { align-items: flex-start; flex-direction: column; }
  .dental-price { text-align: left; }
  .microproof { display: grid; }
  .microproof span + span::before { display: none; }
}
