.pricing-section{margin-top:20px;}
.pricing-section h2{margin:0 0 6px;font-size:20px;color:var(--text-heading);}
.pricing-section-lead{margin:0 0 16px;font-size:14px;color:var(--muted);line-height:1.55;}
.pricing-tariff-badge{display:block;margin-top:2px;font-size:12px;font-weight:400;color:var(--muted);}

.table-wrap{margin-top:0;background:var(--surface);border:1px solid #eaeff5;border-radius:var(--radius);padding:10px 12px;overflow-x:auto;box-shadow:var(--shadow);}
.pricing-section table{width:100%;min-width:640px;border-collapse:collapse;font-size:14px;}
.pricing-section th,.pricing-section td{padding:10px 12px;text-align:left;border-bottom:1px solid #eaeff5;white-space:nowrap;}
.pricing-section thead th{font-weight:600;color:var(--text-heading);background:var(--surface-alt,#f7f9fc);}
.pricing-section tbody th{font-weight:500;color:var(--text);white-space:normal;}
.pricing-section tbody tr:last-child th,.pricing-section tbody tr:last-child td{border-bottom:none;}
