.page-jump-nav{
  background:#fff;
  border:1px solid #e4e7eb;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  padding:1rem;
}
.page-jump-title{
  display:block;
  color:#212529;
  font-weight:800;
  margin:0 0 .75rem;
}
.page-jump-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:.75rem;
  list-style:none;
  margin:0;
  padding:0;
}
.page-jump-list a{
  align-items:center;
  background:#fff7f8;
  border:1px solid rgba(220,53,69,.24);
  border-radius:12px;
  color:#9f1f2d;
  display:flex;
  font-size:.94rem;
  font-weight:750;
  justify-content:center;
  line-height:1.6;
  min-height:48px;
  padding:.65rem .8rem;
  text-align:center;
  text-decoration:none;
  transition:border-color .18s ease,background-color .18s ease,transform .18s ease;
}
.page-jump-list a:hover{
  background:#fff0f2;
  border-color:#dc3545;
  color:#7f1722;
  transform:translateY(-1px);
}
.page-jump-list a:focus-visible{
  outline:3px solid rgba(220,53,69,.3);
  outline-offset:3px;
}
main h2[id],main h3[id]{scroll-margin-top:150px}
.section-lead{line-height:1.95;max-width:75rem}
.related-route-links{
  background:#f8f9fa;
  border:1px solid #e9ecef;
  border-radius:14px;
  padding:1rem;
}
.area-pill h3{margin-bottom:.45rem}
.area-pill span{display:block;color:#6c757d;line-height:1.8}
.answer-strip{
  background:linear-gradient(135deg,#fff,#fff7f8);
  border:1px solid rgba(220,53,69,.18);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
  padding:1.25rem;
}
.answer-formula{background:#f8f9fa;border-right:4px solid #dc3545;border-radius:10px;font-weight:800;line-height:1.9;padding:.8rem 1rem}
.intent-table th{background:#f8f9fa;color:#212529;font-weight:800;white-space:nowrap}
.intent-table td{color:#5f6670;line-height:1.8}
.price-factors-table-wrap{overflow:hidden}
.price-factors-table{margin-bottom:0}
.intent-table a{color:#9f1f2d;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.seo-content-media{background:#fff;border:1px solid #e4e7eb;border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.06);overflow:hidden}
.seo-content-media img{display:block;height:auto;max-height:330px;object-fit:contain;width:100%}
.seo-content-media figcaption{color:#6c757d;font-size:.88rem;line-height:1.8;padding:.8rem 1rem}
@media (max-width:991.98px){
  .page-jump-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  main h2[id],main h3[id]{scroll-margin-top:170px}
}
@media (max-width:767.98px){
  .price-factors-table-wrap{overflow:visible}
  .price-factors-table,.price-factors-table tbody,.price-factors-table tr,.price-factors-table td{display:block;width:100%}
  .price-factors-table thead{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
  .price-factors-table tr{background:#fff;border:1px solid #e4e7eb!important;border-radius:16px;box-shadow:0 8px 20px rgba(15,23,42,.05);margin:0 0 .85rem;overflow:hidden;padding:.2rem 1rem}
  .price-factors-table td{border:0!important;border-bottom:1px dashed #e4e7eb!important;color:#3f4650;display:grid;gap:.75rem;grid-template-columns:minmax(6.75rem,40%) minmax(0,1fr);padding:.78rem 0;text-align:right}
  .price-factors-table td:last-child{border-bottom:0!important}
  .price-factors-table td::before{color:#9f1f2d;content:attr(data-label);font-size:.82rem;font-weight:800;line-height:1.7}
}
@media (max-width:575.98px){
  .page-jump-nav{border-radius:14px;padding:.85rem}
  .page-jump-list{grid-template-columns:1fr;gap:.6rem}
  .page-jump-list a{justify-content:flex-start;text-align:right;min-height:46px}
}
@media (prefers-reduced-motion:reduce){
  .page-jump-list a{transition:none}
  .page-jump-list a:hover{transform:none}
}
