:root {
  --navy: #10233f;
  --blue: #1457d9;
  --blue-dark: #0f46b6;
  --light-blue: #eaf4ff;
  --green: #16a34a;
  --green-dark: #11813b;
  --text: #203049;
  --muted: #64748b;
  --background: #f7fafc;
  --surface: #ffffff;
  --border: #dbe7f5;
  --soft: #f0f6fd;
  --warning: #b45309;
  --danger: #dc2626;
  --shadow: 0 18px 42px rgba(16, 35, 63, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--background);
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 231, 245, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--navy);
  font-size: 1.2rem;
  flex: 0 0 auto;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), #1b7af2);
  box-shadow: 0 8px 22px rgba(20, 87, 217, 0.28);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 auto;
}

.main-nav a,
.footer-links a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  padding: 9px 10px;
  border-radius: var(--radius);
  transition: color 160ms ease, background 160ms ease;
}

.main-nav a:hover,
.footer-links a:hover {
  color: var(--blue);
  background: var(--light-blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 11px 17px;
  font-weight: 750;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 13px 28px rgba(20, 87, 217, 0.24);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

.btn-secondary {
  background: #ffffff;
  color: var(--navy);
  border-color: var(--border);
}

.btn-secondary:hover {
  border-color: rgba(20, 87, 217, 0.35);
  box-shadow: 0 10px 24px rgba(16, 35, 63, 0.08);
}

.btn-whatsapp {
  color: #ffffff;
  background: var(--green);
}

.btn-whatsapp:hover {
  background: var(--green-dark);
}

.text-button {
  border: 0;
  background: var(--light-blue);
  color: var(--blue);
  border-radius: var(--radius);
  padding: 9px 12px;
  font-weight: 750;
}

.hero {
  padding: 82px 0 62px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fafc 88%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
  gap: 58px;
  align-items: center;
}

.hero-copy h1 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 760px;
}

.hero-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-note {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  background: var(--light-blue);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 9px 12px;
  font-weight: 750;
}

.eyebrow {
  display: inline-flex;
  color: var(--blue);
  background: var(--light-blue);
  border: 1px solid rgba(20, 87, 217, 0.12);
  border-radius: var(--radius);
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.hero-map-card {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(20, 87, 217, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(20, 87, 217, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #eaf4ff 64%, #f6fbff 100%);
  background-size: 42px 42px, 42px 42px, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-map-card::before,
.hero-map-card::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(219, 231, 245, 0.82);
  border-radius: var(--radius);
}

.hero-map-card::before {
  width: 54%;
  height: 58px;
  top: 30px;
  left: 28px;
}

.hero-map-card::after {
  width: 42%;
  height: 84px;
  right: 30px;
  bottom: 34px;
}

.radius-preview {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 2px solid rgba(20, 87, 217, 0.45);
  background: rgba(20, 87, 217, 0.1);
  top: 124px;
  left: 132px;
}

.pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(16, 35, 63, 0.18);
}

.pin::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  background: #ffffff;
}

.pin-main {
  width: 24px;
  height: 24px;
  top: 215px;
  left: 225px;
  background: var(--blue);
  z-index: 2;
}

.pin-one {
  top: 150px;
  left: 185px;
  background: var(--green);
}

.pin-two {
  top: 250px;
  left: 310px;
  background: #f59e0b;
}

.pin-three {
  top: 286px;
  left: 150px;
  background: var(--navy);
}

.map-label {
  position: absolute;
  top: 194px;
  left: 260px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 9px 11px;
  font-weight: 800;
  color: var(--navy);
  box-shadow: 0 12px 28px rgba(16, 35, 63, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.stat-card,
.step-card,
.comparison-block,
.roadmap-card,
.listing-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.07);
}

.stat-card {
  padding: 16px;
}

.stat-card strong {
  display: block;
  color: var(--navy);
  margin-bottom: 5px;
}

.stat-card span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section {
  padding: 76px 0;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  text-align: left;
  margin: 0;
}

.section-heading.compact {
  margin-bottom: 26px;
}

.section-heading h2 {
  color: var(--navy);
  margin: 14px 0 10px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 1.03rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-card {
  padding: 22px;
}

.step-card span,
.roadmap-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: var(--radius);
  background: var(--light-blue);
  color: var(--blue);
  font-weight: 850;
  font-size: 0.82rem;
}

.step-card h3,
.comparison-block h3,
.roadmap-card h3 {
  color: var(--navy);
  margin: 16px 0 8px;
  line-height: 1.2;
}

.step-card p,
.comparison-block li,
.roadmap-card li {
  color: var(--muted);
}

.step-card p {
  margin: 0;
}

.difference-section {
  background: #ffffff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.comparison-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.comparison-block {
  padding: 24px;
}

.comparison-block ul,
.roadmap-card ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.comparison-block li + li,
.roadmap-card li + li {
  margin-top: 9px;
}

.focus-block {
  border-color: rgba(20, 87, 217, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
}

.muted-block {
  background: #fbfdff;
}

.search-section {
  background: var(--background);
}

.search-shell {
  display: grid;
  grid-template-columns: 285px minmax(380px, 1fr) 360px;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.filter-panel,
.map-panel,
.results-panel {
  min-width: 0;
}

.filter-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
}

.control-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.control-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

label,
.control-label {
  color: var(--navy);
  font-weight: 800;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--text);
  background: #ffffff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(20, 87, 217, 0.55);
  box-shadow: 0 0 0 4px rgba(20, 87, 217, 0.1);
}

.area-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip,
.segmented-control button {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--text);
  font-weight: 750;
  padding: 9px 11px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.chip:hover,
.segmented-control button:hover {
  border-color: rgba(20, 87, 217, 0.34);
  color: var(--blue);
}

.chip.active,
.segmented-control button.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #ffffff;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.search-summary {
  margin-top: auto;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--soft);
  border: 1px solid var(--border);
}

.search-summary span {
  display: block;
  color: var(--navy);
  font-weight: 850;
  margin-bottom: 2px;
}

.search-summary small {
  color: var(--muted);
}

.map-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #e8f0f7;
  height: 620px;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.results-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 620px;
}

.results-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--border);
}

.results-heading h3 {
  margin: 8px 0 0;
  color: var(--navy);
}

.listing-list {
  display: grid;
  gap: 12px;
  padding: 14px;
  overflow: auto;
}

.listing-card {
  overflow: hidden;
}

.listing-image {
  min-height: 112px;
  position: relative;
  background: linear-gradient(135deg, #d7eaff, #ffffff);
}

.image-bed {
  background: linear-gradient(135deg, #dbeafe 0%, #b7e4f8 48%, #ffffff 100%);
}

.image-room {
  background: linear-gradient(135deg, #e0f2fe 0%, #c7d2fe 55%, #ffffff 100%);
}

.image-apartment {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 35%, #d1fae5 100%);
}

.image-villa {
  background: linear-gradient(135deg, #ecfccb 0%, #bae6fd 48%, #ffffff 100%);
}

.image-office {
  background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 48%, #f8fafc 100%);
}

.listing-image::before,
.listing-image::after {
  content: "";
  position: absolute;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.listing-image::before {
  width: 48%;
  height: 46px;
  left: 18px;
  bottom: 16px;
}

.listing-image::after {
  width: 26%;
  height: 72px;
  right: 18px;
  bottom: 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 5px 9px;
  background: var(--light-blue);
  color: var(--blue);
  font-weight: 850;
  font-size: 0.78rem;
}

.listing-body {
  padding: 15px;
}

.listing-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.listing-distance {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.listing-card h4 {
  color: var(--navy);
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.24;
}

.listing-card p {
  color: var(--muted);
  margin: 0;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 10px 0;
}

.price-row strong {
  color: var(--navy);
  font-size: 1.12rem;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.feature-list span {
  border-radius: var(--radius);
  background: #f1f5f9;
  color: var(--muted);
  padding: 5px 8px;
  font-size: 0.78rem;
  font-weight: 750;
}

.listing-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.empty-state {
  padding: 26px;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  background: #fbfdff;
  color: var(--muted);
  text-align: center;
}

.leaflet-popup-content-wrapper {
  border-radius: var(--radius);
}

.map-popup {
  min-width: 210px;
}

.map-popup h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 1rem;
}

.map-popup p {
  margin: 0 0 8px;
  color: var(--muted);
}

.popup-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 10px;
}

.popup-actions .btn {
  min-height: 36px;
  padding: 8px 10px;
  font-size: 0.85rem;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.owner-note {
  margin-top: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #ffffff;
  color: var(--navy);
  font-weight: 700;
}

.listing-form {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.full-span {
  grid-column: 1 / -1;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: var(--muted);
}

.checkbox-row input {
  width: auto;
  margin-top: 5px;
}

.form-success {
  margin: 14px 0 0;
  color: var(--green-dark);
  font-weight: 750;
}

.admin-section {
  background: #ffffff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.07);
}

.admin-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: var(--navy);
  background: #f8fbff;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.admin-table td {
  color: var(--text);
  font-size: 0.92rem;
}

.status-pill {
  display: inline-flex;
  border-radius: var(--radius);
  padding: 5px 9px;
  font-weight: 850;
  font-size: 0.78rem;
}

.status-pending {
  background: #fff7ed;
  color: var(--warning);
}

.status-approved {
  background: #dcfce7;
  color: var(--green-dark);
}

.status-rejected {
  background: #fee2e2;
  color: var(--danger);
}

.status-rented {
  background: #eef2ff;
  color: #4338ca;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.admin-actions button {
  border: 1px solid var(--border);
  background: #ffffff;
  border-radius: var(--radius);
  padding: 7px 9px;
  font-weight: 750;
  color: var(--text);
}

.admin-actions button:hover {
  border-color: rgba(20, 87, 217, 0.35);
  color: var(--blue);
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.roadmap-card {
  padding: 22px;
}

.roadmap-card h3 {
  min-height: 58px;
}

.site-footer {
  background: var(--navy);
  color: #ffffff;
  padding: 36px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-brand {
  color: #ffffff;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 10px 0 0;
}

.demo-notice {
  font-weight: 750;
}

.footer-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
}

.footer-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal[aria-hidden="false"] {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 35, 63, 0.62);
}

.modal-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(88vh, 760px);
  overflow: auto;
  background: #ffffff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 28px 80px rgba(16, 35, 63, 0.28);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.modal-badge {
  display: inline-flex;
  border-radius: var(--radius);
  background: var(--light-blue);
  color: var(--blue);
  padding: 6px 10px;
  font-weight: 850;
  font-size: 0.82rem;
}

.modal-panel h2 {
  color: var(--navy);
  margin: 14px 44px 5px 0;
  line-height: 1.15;
}

.modal-area {
  margin: 0 0 16px;
  color: var(--muted);
}

.modal-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.modal-facts div,
.modal-owner {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px;
  background: #fbfdff;
}

.modal-facts span,
.modal-owner span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.modal-facts strong,
.modal-owner strong {
  display: block;
  color: var(--navy);
  margin-top: 4px;
}

.modal-section {
  margin-top: 16px;
}

.modal-section h3 {
  color: var(--navy);
  margin: 0 0 6px;
  font-size: 1rem;
}

.modal-section p {
  margin: 0;
  color: var(--muted);
}

.modal-owner {
  margin-top: 18px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .header-inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .search-shell {
    grid-template-columns: 300px 1fr;
  }

  .results-panel {
    grid-column: 1 / -1;
    height: auto;
    min-height: auto;
  }

  .listing-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
  }

  .roadmap-grid,
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 48px;
  }

  .hero-grid,
  .form-layout,
  .comparison-layout,
  .search-shell {
    grid-template-columns: 1fr;
  }

  .map-panel,
  .map {
    height: 360px;
    min-height: 360px;
  }

  .filter-panel,
  .results-panel {
    min-height: auto;
  }

  .listing-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-map-card {
    min-height: 330px;
  }

  .radius-preview {
    width: 180px;
    height: 180px;
    top: 98px;
    left: 74px;
  }

  .pin-main {
    top: 178px;
    left: 156px;
  }

  .pin-one {
    top: 118px;
    left: 130px;
  }

  .pin-two {
    top: 218px;
    left: 225px;
  }

  .pin-three {
    top: 246px;
    left: 94px;
  }

  .map-label {
    top: 160px;
    left: 190px;
  }

  .modal-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .header-cta {
    width: 100%;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .hero-copy h1 {
    font-size: 2.45rem;
  }

  .hero-actions,
  .modal-actions,
  .listing-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .steps-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .search-shell {
    padding: 10px;
  }

  .filter-panel,
  .listing-form,
  .modal-panel {
    padding: 16px;
  }

  .modal-facts {
    grid-template-columns: 1fr;
  }

  .map-label {
    display: none;
  }
}
