/* Extra layout bits for multi-section GEO pages on top of guide.css */
.geo-cards { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.geo-cards article { padding: 28px; background: #fff; border: 1px solid #e2d8cf; border-radius: 8px; }
.geo-cards h3 { margin: 0 0 14px; font: 750 22px/1.2 Manrope, sans-serif; }
.geo-cards ul { margin: 0; padding: 0; list-style: none; }
.geo-cards li { position: relative; padding: 0 0 10px 16px; color: #4d606d; line-height: 1.55; font-size: 14px; }
.geo-cards li:before { content: "•"; position: absolute; left: 0; color: var(--guide-copper); }
.price-panel { padding: 36px; color: #fff; background: #071d2d; border-radius: 8px; }
.price-panel .from { margin: 0 0 8px; color: #ff9a70; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.price-panel .amount { margin: 0; font: 800 64px/1 Manrope, sans-serif; letter-spacing: -.04em; }
.price-panel .note { margin: 10px 0 24px; color: #b8c6cf; }
.price-panel ul { margin: 0 0 28px; padding: 0; list-style: none; color: #d5dee4; }
.price-panel li { padding: 6px 0; }
.steps { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.steps article { padding: 24px; background: #fff; border: 1px solid #e2d8cf; border-radius: 8px; }
.steps .n { color: var(--guide-copper); font: 800 32px/1 Manrope, sans-serif; opacity: .7; }
.steps h3 { margin: 14px 0 10px; font: 750 18px/1.25 Manrope, sans-serif; }
.steps p { margin: 0; color: #4d606d; font-size: 14px; line-height: 1.55; }
.data-row { display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid #cad5db; }
.data-row .pct { font: 800 28px/1 Manrope, sans-serif; color: var(--guide-copper); }
.data-row h3 { margin: 0 0 6px; font: 750 18px/1.25 Manrope, sans-serif; }
.data-row p { margin: 0; color: #4d606d; font-size: 14px; line-height: 1.55; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; background: #fff; border: 1px solid #e2d8cf; border-radius: 4px; font-size: 13px; font-weight: 600; }
@media (max-width: 900px) {
  .geo-cards, .steps { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .data-row { grid-template-columns: 1fr; gap: 8px; }
}
