/* ============================================================
   RV Best — SEO landing-page components
   Built on the luxe palette (lavender). Scoped to new classes only.
   ============================================================ */

/* ---- generic prose blocks ---- */
.prose-narrow { max-width: 820px; margin: 0 auto; }
.prose-narrow .serif-h2 { margin: 40px 0 14px; }
.prose-narrow .serif-h2:first-child { margin-top: 0; }
.prose-narrow p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.8; margin-bottom: 16px; }
.prose-narrow p b { color: var(--ink); font-weight: 600; }
.prose-ul { list-style: none; padding: 0; margin: 4px 0 8px; }
.prose-ul li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line-2); color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; }
.prose-ul li:last-child { border-bottom: 0; }
.prose-ul li::before { content: ""; position: absolute; left: 4px; top: 18px; width: 9px; height: 9px; border-radius: 2px; background: var(--glacier); transform: rotate(45deg); }
.prose-ul li b { color: var(--ink); font-weight: 600; }

/* ---- price table ---- */
.price-wrap { max-width: 900px; margin: 0 auto; }
.price-table { width: 100%; border-collapse: collapse; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table thead th { text-align: left; font-family: var(--display); font-weight: 600; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--mist); padding: 16px 22px; background: var(--paper-3); border-bottom: 1px solid var(--line); }
.price-table td { padding: 18px 22px; border-bottom: 1px solid var(--line-2); color: var(--ink-2); font-size: .98rem; vertical-align: middle; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td b { color: var(--ink); font-weight: 600; }
.pt-price { font-family: var(--display); font-weight: 700; color: var(--gold); white-space: nowrap; font-size: 1.06rem; }
.pt-price small { display: block; font-weight: 500; color: var(--mist); font-size: .72rem; letter-spacing: .04em; }
.pt-foot { text-align: center; font-size: .82rem; color: var(--mist); margin-top: 16px; }
.pt-guide { color: var(--gold); font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.pt-guide:hover { color: var(--gold-dk); }

/* ---- reserve / lead-capture ---- */
.reserve-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.reserve-copy .serif-h2 { margin: 12px 0 16px; }
.reserve-copy > p { color: var(--ink-2); font-size: 1.06rem; line-height: 1.75; margin-bottom: 22px; }
.reserve-list { list-style: none; padding: 0; margin: 0; }
.reserve-list li { position: relative; padding: 9px 0 9px 30px; color: var(--ink); font-weight: 500; font-size: .98rem; }
.reserve-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); color: #fff; font-size: .7rem; text-align: center; line-height: 20px; }

.reserve-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.reserve-card h3 { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; color: var(--ink); margin-bottom: 20px; }
.reserve-card label { display: block; font-family: var(--display); font-weight: 500; font-size: .8rem; letter-spacing: .02em; color: var(--ink-2); margin-bottom: 14px; }
.reserve-card label .opt { color: var(--mist); font-weight: 400; text-transform: none; letter-spacing: 0; }
.reserve-card input, .reserve-card textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); font-family: var(--body); font-size: .96rem; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease; }
.reserve-card input:focus, .reserve-card textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(123,95,160,.14); }
.rf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rf-submit { width: 100%; justify-content: center; margin-top: 6px; border: 0; cursor: pointer; }
.rf-fine { font-size: .76rem; color: var(--mist); margin-top: 12px; line-height: 1.5; text-align: center; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ---- owner cross-sell band ---- */
.owner-band { display: grid; grid-template-columns: 1.5fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(135deg, #2a1e44 0%, #3d2c63 55%, #4a3576 100%); box-shadow: var(--shadow-lg); }
.owner-band-copy { padding: 56px; color: #fff; }
.owner-band-copy .serif-h2 { color: #fff; margin: 12px 0 16px; }
.owner-band-copy > p { color: rgba(255,255,255,.86); font-size: 1.04rem; line-height: 1.75; margin-bottom: 26px; }
.owner-band-copy > p b { color: #fff; font-weight: 700; }
.owner-band-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.owner-band-actions .btn-fill { background: #fff; color: var(--ink); border: 0; }
.owner-band-actions .btn-fill:hover { background: var(--glacier); }

.owner-band-stat { padding: 48px 40px; background: rgba(0,0,0,.18); border-left: 1px solid rgba(255,255,255,.1); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.obs-num { font-family: var(--serif); font-weight: 700; font-size: 4.4rem; line-height: 1; color: #fff; }
.obs-lbl { font-family: var(--display); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--glacier); margin-top: 4px; }
.obs-rule { height: 1px; background: rgba(255,255,255,.16); margin: 22px 0; }
.obs-row { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0; font-size: .92rem; color: rgba(255,255,255,.7); }
.obs-row b { color: #fff; font-family: var(--display); font-weight: 600; }
.obs-fine { font-size: .72rem; color: rgba(255,255,255,.5); margin-top: 16px; line-height: 1.5; }

/* ---- nearby cities ---- */
.near-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 980px; margin: 0 auto; }
.near-tile { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 26px 24px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.near-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--glacier); }
.near-name { font-family: var(--serif); font-weight: 700; font-size: 1.22rem; color: var(--ink); }
.near-meta { font-size: .86rem; color: var(--mist); }
.near-arrow { position: absolute; top: 22px; right: 22px; color: var(--gold); font-size: 1.1rem; transition: transform .2s ease; }
.near-tile:hover .near-arrow { transform: translateX(4px); }

/* ============================================================ responsive */
@media (max-width: 860px) {
  .reserve-grid { grid-template-columns: 1fr; gap: 32px; }
  .owner-band { grid-template-columns: 1fr; }
  .owner-band-copy { padding: 38px 28px; }
  .owner-band-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding: 32px 28px; }
  .near-grid { grid-template-columns: 1fr 1fr; }
  .obs-num { font-size: 3.6rem; }
}
@media (max-width: 560px) {
  .price-table thead { display: none; }
  .price-table td { display: block; padding: 6px 18px; border: 0; }
  .price-table tr { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .price-table tr:last-child { border-bottom: 0; }
  .pt-price { font-size: 1.2rem; }
  .rf-row { grid-template-columns: 1fr; }
  .near-grid { grid-template-columns: 1fr; }
  .reserve-card { padding: 24px; }
  .owner-band-copy { padding: 30px 22px; }
}
