.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gallery-grid img{width:100%;height:190px;object-fit:cover;border-radius:16px;border:1px solid var(--line)}.hero-gallery img:first-child{grid-column:span 2;grid-row:span 2;height:392px}.map-frame{width:100%;height:360px;border:0;border-radius:18px;margin-top:8px}.inline-form{display:inline-block;margin-top:12px}.premium-badge{background:#fff4c5!important;border-color:#efd670!important;color:#6e5700!important}.featured-plan{box-shadow:0 15px 40px rgba(20,60,80,.10);transform:translateY(-6px)}.dashboard-head,.owner-plan{display:flex;align-items:center;justify-content:space-between;gap:20px}.owner-plan{margin-top:26px}.city-search{max-width:900px}.listing p{color:var(--muted)}code{background:#f3f5f6;padding:2px 6px;border-radius:6px}.stripe-test-badge{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:#efe8ff;color:#5b35a8;padding:6px 9px;border-radius:999px}@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.hero-gallery img:first-child{grid-column:span 2;height:280px}.dashboard-head,.owner-plan{align-items:flex-start;flex-direction:column}.featured-plan{transform:none}}@media(max-width:520px){.gallery-grid{grid-template-columns:1fr}.gallery-grid img,.hero-gallery img:first-child{grid-column:auto;grid-row:auto;height:230px}}
