/*
LEVELFORECAST COMPONENTS v1
Reusable component blocks with controlled Arial typography.
*/
.lf-product-path { display: grid; gap: 2rem; }
@media (min-width: 1024px) { .lf-product-path { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.lf-price { font-size: 3rem; line-height: 3.5rem; font-weight: 700; letter-spacing: -.02em; }
.lf-faq-item { border-radius: 1rem; padding: 1.5rem; }
.lf-map-grid { display: grid; gap: 1rem; }
@media (min-width: 768px) {
  .lf-map-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lf-map-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.lf-footer { border-top: 1px solid #1e293b; background: #020617; padding: 4rem 1.5rem; color: #64748b; }
