.price-intro, .pricing-content { max-width: 1100px; margin: auto; padding: 32px 24px; }
.price-intro { padding-bottom: 12px; }
.price-intro h1 { font-size: 38px; line-height: 1.15; margin-bottom: 12px; letter-spacing: 0; }
.price-intro p { max-width: 65ch; margin-bottom: 0; }
.pricing-content h2 { font-size: 27px; line-height: 1.2; margin-bottom: 20px; letter-spacing: 0; }
.pricing-content h3 { font-size: 19px; margin: 24px 0 8px; letter-spacing: 0; }
.budget-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; }
#roof-budget { min-width: 0; }
.budget-layout label { display: block; margin: 16px 0 6px; font-weight: 600; }
.budget-layout input[type="number"], .budget-layout select { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #7b8789; border-radius: 4px; padding: 10px 12px; font: inherit; background: #fff; color: #202d32; }
.budget-layout fieldset { border: 0; padding: 0; margin: 0 0 20px; min-width: 0; }
.budget-layout legend { font-weight: 600; margin-bottom: 8px; }
.measurement-mode { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #7b8789; border-radius: 4px; overflow: hidden; }
.measurement-mode label { display: flex; align-items: center; gap: 8px; margin: 0; padding: 10px; font-size: 15px; background: #fff; }
.measurement-mode label:has(input:checked) { background: #eaf0f8; color: #2b3a52; }
.measurement-mode label + label { border-left: 1px solid #7b8789; }
.measurement-mode input { accent-color: #3d4f6b; width: 16px; height: 16px; flex-shrink: 0; }
.budget-layout button { margin-top: 20px; width: 100%; }
.budget-details { margin-top: 16px; }
.budget-details summary { cursor: pointer; color: #3d4f6b; font-weight: 600; padding-block: 8px; }
.budget-output { background: #eef2f8; border-top: 4px solid #3d4f6b; padding: 24px; scroll-margin-top: 90px; min-width: 0; }
.budget-output h2 { font-size: 23px; margin-bottom: 8px; }
.budget-output:focus-visible { outline: 2px solid #3d4f6b; outline-offset: 4px; }
.budget-output p { margin-bottom: 12px; }
.budget-empty { padding-block: 12px; }
.budget-price { border-bottom: 1px solid #bfd3c8; padding: 16px 0; }
.budget-price strong { display: block; font: 700 27px/1.3 var(--font-display); color: #2b3a52; margin-top: 4px; overflow-wrap: anywhere; }
.included-note { font-weight: 600; color: #3d4f6b; }
.price-note { font-size: 14px; color: #425359; line-height: 1.5; }
.budget-output .btn { margin-top: 16px; width: 100%; padding-inline: 12px; }
.range-track { background: #d8e2dd; height: 10px; margin-top: 10px; }
.range-band { height: 100%; background: #9bbde5; }
#metal-band { background: #99712b; }
.range-axis { display: flex; justify-content: space-between; font-size: 12px; margin-top: 8px; }
.calculation-breakdown { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin: 12px 0; font-size: 14px; }
.calculation-breakdown dd { margin: 0; text-align: right; }
.table-scroll { overflow-x: auto; margin: 16px 0; }
.price-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.price-table caption { text-align: left; font-weight: 600; padding: 8px 0; }
.price-table th, .price-table td { border-bottom: 1px solid #cbd3d6; padding: 12px; text-align: left; }
.price-table th { background: #eef2f8; }
.price-table tbody tr:nth-child(even) { background: #f7f8f8; }
.pricing-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pricing-facts { border-block: 1px solid #cbd3d6; }
[hidden] { display: none !important; }
.budget-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 700px) {
  .price-intro, .pricing-content { padding: 24px 20px; }
  .price-intro { padding-bottom: 0; }
  .price-intro h1 { font-size: 30px; }
  .budget-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .budget-output { padding: 20px; }
  .budget-price strong { font-size: 24px; }
  .price-table { min-width: 550px; }
}
@media print { nav, .nav__mobile, form, .cta-band, footer { display: none !important; } .table-scroll { overflow: visible; } .budget-layout { display: block; } }
