/* Scoped to pricing: preserve every other page and the shared header/footer. */
.bsc-pricing-page .bsc-page-hero { padding-block: 38px; }
.bsc-pricing-page .bsc-page-hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); max-width: 100%; }
.bsc-pricing-page .bsc-page-hero p { max-width: 850px; }
.bsc-pricing-page .bsc-page-hero .bsc-hero__actions { margin-top: 18px; }
.bsc-calculator-section { padding: 44px 0 54px; background: var(--bsc-soft, #f3f8fa); scroll-margin-top: 110px; }
.bsc-calc-heading { display: flex; justify-content: space-between; align-items: start; gap: 24px; margin-bottom: 24px; }
.bsc-calc-heading h2 { margin: 4px 0 8px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.bsc-calc-heading p { margin: 0; color: #506675; font-size: 1rem; }
.bsc-calc-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; background: #e2f4ef; border: 1px solid #a6d7cc; border-radius: 999px; color: #145e52; font-size: .875rem; font-weight: 700; flex-shrink: 0; }
.bsc-calc { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: start; gap: 24px; font-size: 1rem; }
.bsc-calc *, .bsc-calc-method * { box-sizing: border-box; }
.bsc-calc [hidden] { display: none !important; }
.bsc-calc-form { margin: 0; padding: 28px; background: #fff; border: 1px solid var(--bsc-line, #dce7ec); border-radius: 22px; min-width: 0; }
.bsc-calc-form fieldset { min-width: 0; margin: 0 0 28px; padding: 0; border: 0; }
.bsc-calc-form legend { padding: 0; margin: 0 0 20px; color: #10212d; font-size: 1.12rem; font-weight: 750; float: none; width: 100%; }
.bsc-calc-form legend span { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-inline-end: 9px; background: #eaf5f6; color: #176b65; border-radius: 10px; font-size: .875rem; }
.bsc-calc-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; clear: both; }
.bsc-calc-field { min-width: 0; }
.bsc-calc-field--wide { grid-column: 1 / -1; }
.bsc-calc-field label { display: block; margin: 0 0 7px; color: #182f3f; font-size: .9375rem; font-weight: 650; }
.bsc-calc-field label span { font-weight: 400; color: #526775; }
.bsc-calc-field input, .bsc-calc-field select { display: block; width: 100%; min-width: 0; min-height: 49px; height: auto; margin: 0; padding: 10px 12px; border: 1px solid #b7c9d3; border-radius: 9px; background: #fff; color: #10212d; font: inherit; font-size: 1rem; line-height: 1.6; box-shadow: none; }
.bsc-calc-field select { padding-inline-end: 28px; white-space: normal; }
.bsc-calc-field input::placeholder { color: #657986; opacity: 1; }
.bsc-calc-field input:disabled { background: #edf2f5; color: #687b87; cursor: not-allowed; }
.bsc-calc-field small { display: block; margin-top: 7px; color: #566c7b; font-size: .875rem; line-height: 1.7; }
.bsc-calc :focus-visible, .bsc-calc-method :focus-visible { outline: 3px solid #117e81; outline-offset: 3px; }
.bsc-calc [aria-invalid="true"] { border-color: #b03029; }
.bsc-calc-error { border-inline-start: 4px solid #b03029; padding: 12px 14px; color: #8f241f; background: #fff0ed; border-radius: 8px; font-size: .9375rem; }
.bsc-calc-form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.bsc-calc .bsc-button { font: inherit; font-size: 1rem; font-weight: 700; line-height: 1.6; text-align: center; white-space: normal; cursor: pointer; min-height: 48px; }
.bsc-calc .bsc-button:disabled { opacity: .55; cursor: not-allowed; }
.bsc-calc-reset { padding: 10px 0; border: 0; border-radius: 4px; background: transparent; color: #2c5265; text-decoration: underline; text-underline-offset: 4px; font: inherit; font-size: .9375rem; cursor: pointer; }
.bsc-calc-privacy { margin: 16px 0 0; color: #566c7b; font-size: .875rem; line-height: 1.8; }
.bsc-calc-result { position: sticky; top: 112px; min-width: 0; padding: 28px; border: 1px solid #234455; border-radius: 22px; background: linear-gradient(145deg, #0a2638, #061827); color: #e3edf3; box-shadow: 0 16px 40px rgba(6,24,39,.12); overflow-wrap: anywhere; scroll-margin-top: 120px; }
.bsc-calc-result .bsc-calc-label--result { background: #153f47; color: #8ff1d8; border-color: #35645e; font-size: .8125rem; }
.bsc-calc-result h3 { color: #fff; font-size: 1.35rem; margin: 20px 0 12px; line-height: 1.6; }
.bsc-calc-result h4 { color: #fff; margin: 22px 0 10px; font-size: 1rem; }
.bsc-calc-result p { color: #d2e0e8; font-size: .9375rem; line-height: 1.85; margin: 0 0 14px; }
.bsc-calc-result .bsc-calc-price-label { margin: 24px 0 4px; color: #b8ceda; }
.bsc-calc-result .bsc-calc-price { margin: 0 0 14px; line-height: 1.15; }
.bsc-calc-price bdi { display: block; color: #b8f847; font-size: clamp(2.7rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.04em; }
.bsc-calc-price span { display: block; color: #c8dbe6; font-size: .9375rem; margin-top: 12px; }
.bsc-calc-result .bsc-calc-total { padding: 13px 0; border-block: 1px solid #345364; }
.bsc-calc-total strong { color: #fff; }
.bsc-calc-result .bsc-calc-disclaimer { font-size: .875rem; color: #bdd0dc; }
.bsc-calc-result ul { margin: 0; padding-inline-start: 21px; color: #d2e0e8; font-size: .9375rem; line-height: 1.85; }
.bsc-calc-result li { margin: 0 0 9px; padding-inline-start: 2px; }
.bsc-calc-scope { border-top: 1px solid #345364; margin-top: 22px; }
.bsc-calc-scope p { margin-top: 14px; font-size: .875rem; }
.bsc-calc-result-actions { display: grid; gap: 12px; margin-top: 24px; }
.bsc-calc-result-actions .bsc-button { width: 100%; background: #b8f847; color: #10212d; border-color: #b8f847; padding: 12px 16px; border-radius: 10px; }
.bsc-calc-result-actions .bsc-button:hover { background: #ccff72; }
.bsc-calc-copy { background: transparent; border: 1px solid #668797; color: #ecf6fc; padding: 11px 14px; border-radius: 10px; font: inherit; cursor: pointer; min-height: 46px; }
.bsc-calc-result .bsc-calc-copy-status { font-size: .875rem; margin: 0; color: #b4f6de; }
.bsc-calc-copy-fallback { width: 100%; min-height: 160px; resize: vertical; border-radius: 8px; padding: 12px; background: #fff; color: #10212d; font-size: .9375rem; }
.bsc-calc-result .bsc-calc-no-guarantee { border-top: 1px solid #345364; padding-top: 18px; margin-top: 22px; margin-bottom: 0; font-size: .875rem; color: #c6d8e3; }
.bsc-calc-result .bsc-calc-live { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.bsc-calc-method { margin-top: 24px; border: 1px solid #c4d6df; border-radius: 14px; background: #fff; font-size: 1rem; }
.bsc-calc-method summary { padding: 18px 22px; color: #193c4f; font-weight: 700; cursor: pointer; }
.bsc-calc-method > div { padding: 0 22px 20px; }
.bsc-calc-method p { color: #435c6c; margin: 14px 0; }
.bsc-calc-method a { color: #096c70; text-decoration: underline; text-underline-offset: 3px; }
.bsc-calc-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid #d4e1e8; border-radius: 10px; }
.bsc-calc-method table { width: 100%; min-width: 610px; margin: 0; border-collapse: collapse; font-size: .9375rem; }
.bsc-calc-method caption { padding: 14px; text-align: start; background: #eef5f7; font-size: .875rem; color: #415c6c; }
.bsc-calc-method th, .bsc-calc-method td { padding: 13px 15px; border: 0; border-bottom: 1px solid #e0eaef; text-align: start; vertical-align: top; }
.bsc-calc-method thead { background: #e9f2f5; color: #173f52; }
.bsc-calc-method tbody tr:last-child > * { border-bottom: 0; }
.bsc-calc-method tbody tr:nth-child(even) { background: #f6fafb; }
@media (max-width: 940px) {
 .bsc-calc { grid-template-columns: minmax(0, 1fr); }
 .bsc-calc-result { position: static; }
 .bsc-calc-result .bsc-calc-price bdi { font-size: 3.2rem; }
}
@media (max-width: 580px) {
 .bsc-pricing-page .bsc-page-hero { padding-block: 28px; }
 .bsc-calculator-section { padding-block: 30px; }
 .bsc-calc-heading { flex-direction: column; gap: 13px; }
 .bsc-calc-form, .bsc-calc-result { padding: 20px; border-radius: 16px; }
 .bsc-calc-fields { grid-template-columns: minmax(0, 1fr); gap: 17px; }
 .bsc-calc-form-actions { flex-direction: column; align-items: stretch; gap: 8px; }
 .bsc-calc-method summary { padding: 16px; }
 .bsc-calc-method > div { padding-inline: 16px; }
}
