.subway-guide-page .subway-guide-hero {
  display: flex;
  align-items: flex-end;
  height: 360px;
  padding: 28px max(18px, calc((100vw - 1120px) / 2));
  background-size: cover;
  background-position: center;
}
.subway-break-even-page .subway-guide-hero { background-image: url('/assets/images/generated/gen-subway-break-even-western-hero-v1.png'); }
.subway-worth-it-page .subway-guide-hero { background-image: url('/assets/images/generated/gen-subway-worth-it-western-hero-v1.png'); }
.subway-guide-page .subway-guide-hero::after {
  display: block !important;
  background: linear-gradient(90deg, rgba(8,31,50,.54), rgba(8,31,50,.04) 74%);
}
.subway-guide-hero__label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 530px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 16px;
  background: rgba(10,43,66,.70);
  color: #fff;
  box-shadow: 0 16px 38px rgba(4,18,31,.2);
  backdrop-filter: blur(9px);
}
.subway-guide-hero__label span { color:#72eadc; font-size:.75rem; font-weight:850; letter-spacing:.09em; text-transform:uppercase; }
.subway-guide-hero__label strong { font-size:clamp(1.15rem,3vw,1.7rem); line-height:1.2; }
.subway-break-even-page .guide-tool-callout__image {
  background-image: url('/assets/images/generated/gen-subway-break-even-route-detail-v1.png');
  background-position:center;
}
.subway-worth-it-page .guide-tool-callout__image {
  background-image: url('/assets/images/generated/gen-subway-worth-it-hotel-detail-v1.png');
  background-position:center;
}
.subway-guide-page .guide-tool-callout__image::after { background:linear-gradient(0deg,rgba(15,118,110,.12),transparent); }
.subway-guide-page .button {
  border:1px solid rgba(255,255,255,.42);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(20,184,166,.92),rgba(13,148,136,.88));
  color:#fff;
  box-shadow:0 9px 20px rgba(13,148,136,.22);
}
.subway-guide-page .article > h2 {
  margin:24px 0 12px;
  padding:11px 15px;
  border-left:4px solid #2dd4bf;
  border-radius:8px;
  background:linear-gradient(110deg,#153754,#1c4b64);
  color:#fff;
  font-size:1.08rem;
  line-height:1.25;
}
.subway-guide-page .article .faq-item { margin:0 0 10px; padding:14px 16px; }
.subway-guide-page .article .faq-item h3 { margin:0 0 6px; font-size:1rem; }
.subway-guide-page .article .faq-item p { margin:0; line-height:1.52; }
@media (max-width:767px) {
  .subway-guide-page .subway-guide-hero { height:300px; padding:16px; }
  .subway-break-even-page .subway-guide-hero { background-position:58% center; }
  .subway-worth-it-page .subway-guide-hero { background-position:56% center; }
}
