.hf-core-page-hero,
.hf-home-hero { padding: clamp(4.5rem, 9vw, 8rem) 1.25rem; background: #111820; color: #fff; }
.hf-page-hero-grid,
.hf-hero-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hf-core-page-hero h1,
.hf-home-hero h1 { max-width: 18ch; font-size: clamp(2.35rem, 5vw, 4.7rem); line-height: 1.03; margin: .5rem 0 1.2rem; }
.hf-page-lede { max-width: 68ch; color: #d7dde3; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hf-page-visual { min-height: 380px; border: 1px solid rgba(255,255,255,.18); background: radial-gradient(circle at 70% 25%, rgba(223,21,34,.25), transparent 32%), linear-gradient(145deg,#29333d,#151c23); display: grid; place-items: end start; padding: 1.2rem; overflow: hidden; position: relative; }
.hf-page-visual:before { content: ""; position: absolute; inset: 12% -16% -22% 18%; border: 1px solid rgba(255,255,255,.17); transform: skew(-17deg); box-shadow: 0 0 0 36px rgba(255,255,255,.02),0 0 0 72px rgba(255,255,255,.02); }
.hf-page-visual span { position: relative; z-index: 1; padding: .5rem .7rem; background: rgba(7,12,17,.76); color: #dfe5ea; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.hf-trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin-top: 2rem; font-size: .82rem; color: #d7dde3; }
.hf-trust-row span:before { content: "✓"; color: #ef2a36; margin-right: .4rem; }
.hf-content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 2rem; }
.hf-content-card { border-top: 2px solid #e01522; background: #fff; padding: 1.35rem; box-shadow: 0 10px 28px rgba(15,23,32,.08); }
.hf-content-card h3 { margin-top: 0; font-size: 1.1rem; }
.hf-content-card p { margin-bottom: 0; color: #4d5864; }
.hf-section ul { columns: 2; gap: 2.5rem; }
.hf-section li { break-inside: avoid; margin-bottom: .65rem; }
.hf-faq-list { display: grid; gap: .75rem; max-width: 900px; }
.hf-faq-list details { border: 1px solid #d9dee3; background: #fff; padding: 1rem 1.1rem; }
.hf-faq-list summary { cursor: pointer; font-weight: 700; }
.hf-faq-list p { color: #4d5864; margin-bottom: .25rem; }
.hf-rfq-band { background: #e01522; color: #fff; }
.hf-rfq-band p { color: #fff; }
.hf-rfq-band .is-style-outline .wp-block-button__link { border-color: #fff; color: #fff; }
.hf-last-updated { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: 1.25rem 0 2.5rem; font-size: .8rem; color: #67717c; }
@media (max-width: 880px) {
  .hf-page-hero-grid,.hf-hero-grid { grid-template-columns: 1fr; }
  .hf-page-visual { min-height: 290px; }
  .hf-content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .hf-core-page-hero,.hf-home-hero { padding-top: 3.6rem; }
  .hf-page-visual { min-height: 230px; }
  .hf-content-grid { grid-template-columns: 1fr; }
  .hf-section ul { columns: 1; }
}
