@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --ink: #030E20;
  --accent: #C8A24A;
  --gold: #D7B65D;
  --muted: #697180;
  --line: #e8edf1;
  --soft: #f4f7fb;
  --white: #fff;
  --shadow: 0 16px 34px rgba(3, 14, 32, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: var(--white);
}

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

img {
  display: block;
  max-width: 100%;
}

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

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

.site-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 20;
}

.navbar {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 22px;
  color: var(--white);
  background: var(--ink);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.navbar__brand img {
  width: 304px;
}

.navbar__toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: transparent;
  border: 0;
  font-size: 28px;
}

.navbar__menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.navbar__menu > a,
.navbar__dropdown > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 74px;
  padding: 0 13px;
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.navbar__menu > a:hover,
.navbar__dropdown:hover > button,
.navbar__dropdown:focus-within > button {
  color: var(--accent);
}

.navbar__dropdown {
  position: relative;
}

.navbar__dropdown > div {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 238px;
  display: none;
  padding: 8px 0;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.navbar__dropdown:hover > div,
.navbar__dropdown:focus-within > div {
  display: block;
}

.navbar__dropdown a {
  display: block;
  padding: 9px 18px;
}

.navbar__dropdown a:hover {
  color: var(--accent);
}

.navbar__contact {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 28px;
}

.navbar__contact a:hover {
  color: var(--accent);
}

.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.hero__slider,
.hero__slide {
  position: absolute;
  inset: 0;
}

.hero__slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity .7s ease;
}

.hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 32, .58);
}

.hero__slide.is-active {
  opacity: 1;
}

.hero__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
}

.hero__controls button {
  width: 48px;
  height: 48px;
  margin: 0 24px;
  color: var(--white);
  background: rgba(3, 14, 32, .38);
  border: 0;
  border-radius: 50%;
  font-size: 34px;
  pointer-events: auto;
}

.search-panel {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: min(860px, calc(100% - 32px));
  transform: translate(-50%, -42%);
}

.search-panel__tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.search-panel__tabs button {
  position: relative;
  padding: 8px 25px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.search-panel__tabs button.is-active {
  color: var(--white);
  background: var(--accent);
}

.search-panel__tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--accent);
}

.search-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr 112px 54px;
  background: var(--white);
  border-radius: 36px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.search-panel label {
  position: relative;
  margin: 0;
}

.search-panel label i {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink);
  font-size: 19px;
  pointer-events: none;
}

.search-panel select,
.search-panel input {
  width: 100%;
  min-height: 58px;
  padding: 0 15px 0 43px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(204, 204, 204, .45);
  outline: none;
}

.search-panel__submit,
.search-panel__advanced-toggle {
  min-height: 58px;
  color: var(--white);
  background: var(--accent);
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.search-panel__advanced-toggle {
  background: var(--ink);
  font-size: 22px;
}

.advanced-search {
  display: none;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 14px;
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.advanced-search.is-open {
  display: grid;
}

.advanced-search label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.advanced-search select {
  margin-top: 5px;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.section {
  padding: 58px 0;
}

.section-title {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 36px;
  text-align: center;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.25;
  font-weight: 700;
}

.section-title span {
  display: block;
  width: 110px;
  height: 3px;
  margin: 14px auto 10px;
  background: var(--gold);
}

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

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.property-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 5px 7px rgba(3, 14, 32, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.property-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 28px rgba(3, 14, 32, .22);
}

.property-card__media {
  position: relative;
  height: 242px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #eef1f4;
}

.property-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-card__code,
.property-card__tag {
  position: absolute;
  z-index: 2;
  top: 18px;
  padding: 6px 10px;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 5px 7px rgba(3, 14, 32, .18);
  color: var(--accent);
  font-weight: 700;
}

.property-card__code {
  left: 18px;
}

.property-card__tag {
  right: 18px;
}

.property-card__body {
  min-height: 124px;
  padding: 0 22px 18px;
  text-align: center;
}

.property-card__body h3 {
  position: relative;
  z-index: 2;
  margin: -24px auto 10px;
  padding: 7px 10px;
  color: var(--accent);
  background: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.property-card__body h3 small {
  margin-right: 5px;
  font-size: 15px;
}

.property-card__body h4 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.property-card__body p {
  margin: 0;
  color: var(--muted);
}

.property-card__footer {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.services {
  background: var(--white);
}

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

.services article {
  text-align: center;
}

.services i {
  display: inline-grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  color: var(--accent);
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 5px 7px rgba(200, 162, 74, .32);
  font-size: 48px;
}

.services h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.services p {
  margin: 0;
}

.categories {
  background: var(--soft);
}

.categories__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.categories__grid a {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.categories__grid a:nth-child(1),
.categories__grid a:nth-child(2),
.categories__grid a:nth-child(3) {
  grid-column: span 2;
}

.categories__grid a:nth-child(4),
.categories__grid a:nth-child(5) {
  grid-column: span 3;
}

.categories__grid a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 32, .44);
  transition: opacity .2s ease;
}

.categories__grid a:hover::before {
  opacity: .55;
}

.categories__grid strong {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 24px;
  text-shadow: 2px 2px 3px rgba(3, 14, 32, .9);
}

.about__grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 42px;
  align-items: center;
}

.about h2 {
  margin-top: 0;
  font-size: 28px;
}

.about__stats {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  padding: 28px;
  background: var(--ink);
  color: var(--white);
  border-radius: 12px;
}

.about__stats strong {
  color: var(--accent);
  font-size: 36px;
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 26px;
  color: var(--white);
  background: var(--accent);
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.button--dark {
  background: var(--ink);
}

.button--ghost {
  color: var(--ink);
  background: var(--soft);
}

.footer {
  padding-top: 54px;
  color: var(--white);
  background: var(--ink);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr 1fr;
  gap: 40px;
}

.footer__logo {
  width: 270px;
  margin-bottom: 22px;
}

.footer h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
}

.footer p {
  color: var(--white);
}

.footer__contact p {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  margin: 0 0 12px;
}

.footer__contact i {
  line-height: 1.6;
  text-align: center;
}

.footer a {
  display: block;
  color: var(--white);
}

.footer .footer__contact a {
  display: inline;
  overflow-wrap: anywhere;
}

.footer a:hover {
  color: var(--accent);
}

.footer__bottom {
  margin-top: 40px;
  padding: 18px 12px;
  text-align: center;
  background: rgba(3, 14, 32, .34);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  color: var(--accent);
  background: var(--ink);
  border-radius: 999px;
  box-shadow: 2px 2px 8px rgba(3, 14, 32, .28);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .4px;
}

.whatsapp-float i {
  font-size: 29px;
  line-height: 1;
}

.whatsapp-float span {
  line-height: 1;
}

.property-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  padding: 160px 0 70px;
  color: var(--white);
  background-position: center;
  background-size: cover;
}

.property-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 14, 32, .62);
}

.property-hero .container {
  position: relative;
  z-index: 1;
}

.property-hero span {
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
}

.property-hero h1 {
  margin: 8px 0 4px;
  color: var(--white);
  font-size: 42px;
}

.property-detail__grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
}

.property-detail__main,
.contact-card,
.admin-form,
.admin-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(3, 14, 32, .08);
}

.property-detail__main {
  overflow: hidden;
}

.property-detail__main > img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.property-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: var(--soft);
}

.property-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.property-detail__main h2,
.property-detail__main p,
.feature-list {
  margin-left: 28px;
  margin-right: 28px;
}

.property-detail__main h2 {
  color: var(--accent);
  font-size: 30px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 0 28px;
}

.feature-list span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  background: var(--soft);
  border-radius: 999px;
  font-weight: 700;
}

.contact-card {
  align-self: start;
  padding: 26px;
}

.contact-card .button {
  width: 100%;
  margin-top: 12px;
}

.admin-hero {
  padding: 150px 0 58px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #061A38);
}

.admin-hero h1 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 38px;
}

.admin-hero p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.admin-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: start;
}

.admin-login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 140px 16px 60px;
  background:
    linear-gradient(rgba(3, 14, 32, .72), rgba(3, 14, 32, .72)),
    url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.admin-login {
  width: min(430px, 100%);
}

.admin-login__card {
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.admin-login__card img {
  width: 210px;
  padding: 12px;
  margin: 0 auto 18px;
  background: var(--ink);
  border-radius: 10px;
}

.admin-login__card h1 {
  margin: 0;
  text-align: center;
}

.admin-login__card p {
  margin: 8px 0 20px;
  color: var(--muted);
  text-align: center;
}

.admin-login__card label {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
}

.admin-login__card input {
  width: 100%;
  margin-top: 5px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-login__card .button {
  width: 100%;
}

.admin-alert {
  margin-bottom: 14px;
  padding: 10px 12px;
  color: #8b2f24;
  background: #fdece9;
  border-radius: 8px;
  font-weight: 700;
}

.admin-shell {
  background: var(--soft);
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.admin-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 5px 12px rgba(3, 14, 32, .07);
}

.admin-tabs a.is-active {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.admin-two-col {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 28px;
  align-items: start;
}

.admin-list--full {
  padding: 24px;
}

.admin-form--wide {
  max-width: 960px;
  margin: 0 auto;
}

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

.admin-form-grid .span-2 {
  grid-column: span 2;
}

.admin-form,
.admin-list {
  padding: 24px;
}

.admin-form__header,
.admin-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-list__header > div h2 {
  margin-bottom: 3px;
}

.admin-form h2,
.admin-list h2 {
  margin: 0;
  font-size: 22px;
}

.admin-message {
  margin: 0;
  color: var(--accent);
  font-weight: 700;
}

.admin-form label {
  display: block;
  margin-bottom: 13px;
  color: var(--ink);
  font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  margin-top: 5px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}

.admin-image-preview {
  width: min(260px, 100%);
  height: 150px;
  margin-top: 10px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-image-preview--wide {
  width: 100%;
  height: 190px;
}

.admin-thumb {
  width: 120px;
  height: 68px;
  margin-bottom: 6px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--soft);
}

.admin-gallery-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 13px;
}

.admin-gallery-preview img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--accent);
}

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

.form-row--thirds {
  grid-template-columns: .6fr 1fr .7fr;
}

.check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 10px 0 18px;
}

.check-row label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.check-row input {
  width: auto;
  margin: 0;
}

.admin-form__actions {
  display: flex;
  gap: 10px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

td span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.status {
  display: inline-flex;
  width: max-content;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.status.is-active {
  color: #17643a;
  background: #e5f7ed;
}

.status.is-inactive {
  color: #8b2f24;
  background: #fdece9;
}

.actions {
  display: flex;
  gap: 8px;
}

.actions form {
  margin: 0;
}

.actions a,
.actions button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: var(--soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.actions a:hover,
.actions button:hover {
  color: var(--white);
  background: var(--accent);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 30px;
  color: var(--muted);
  background: var(--soft);
  border-radius: 12px;
  text-align: center;
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
  }

  .navbar {
    min-height: 74px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 18px;
  }

  .navbar__brand {
    flex: 1;
  }

  .navbar__brand img {
    width: 284px;
  }

  .navbar__toggle {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    margin-left: 0;
  }

  .navbar__contact {
    display: none;
  }

  .navbar__menu {
    order: 3;
    flex-basis: 100%;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px 0 4px;
  }

  .navbar__menu.is-open {
    display: flex;
  }

  .navbar__menu > a,
  .navbar__dropdown > button {
    width: 100%;
    min-height: 46px;
    justify-content: flex-start;
    padding: 0 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: left;
  }

  .navbar__dropdown > div {
    position: static;
    min-width: 0;
    display: none;
    padding: 0 0 8px;
    background: transparent;
    color: rgba(255, 255, 255, .74);
    box-shadow: none;
    text-align: left;
  }

  .navbar__dropdown.is-open > div {
    display: block;
  }

  .navbar__dropdown a {
    padding: 7px 12px 7px 30px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    line-height: 1.35;
  }

  .navbar__dropdown a:hover {
    color: var(--accent);
  }

  .hero {
    min-height: 650px;
  }

  .hero__slide {
    background-position: center top;
  }

  .hero__slide::after {
    background: linear-gradient(rgba(3, 14, 32, .42), rgba(3, 14, 32, .62));
  }

  .search-panel {
    top: auto;
    bottom: 8px;
    width: min(560px, calc(100% - 24px));
    transform: translateX(-50%);
  }

  .search-panel__grid,
  .advanced-search {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .search-panel__submit,
  .search-panel__advanced-toggle {
    border-radius: 0;
  }

  .search-panel__advanced-toggle {
    display: none;
  }

  .property-grid,
  .services__grid,
  .about__grid,
  .property-detail__grid,
  .admin-grid,
  .admin-two-col,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .admin-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-tabs a {
    justify-content: center;
    border-radius: 10px;
  }

  .admin-list__header,
  .admin-form__header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .categories__grid a,
  .categories__grid a:nth-child(n) {
    grid-column: auto;
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1140px);
  }

  .navbar__brand img {
    width: 272px;
    margin: 0;
  }

  .hero__controls {
    display: none;
  }

  .hero {
    min-height: 675px;
  }

  .search-panel {
    bottom: 24px;
  }

  .search-panel__tabs {
    gap: 8px;
    margin-bottom: 10px;
  }

  .search-panel__tabs button {
    min-height: 44px;
    padding: 0 15px;
    font-size: 12px;
    box-shadow: 0 8px 18px rgba(3, 14, 32, .16);
    white-space: nowrap;
  }

  .search-panel__tabs button.is-active::after {
    bottom: -7px;
  }

  .search-panel__grid {
    border-radius: 24px;
  }

  .search-panel select,
  .search-panel input {
    min-height: 54px;
    padding-left: 52px;
    border-right: 0;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    font-size: 15px;
  }

  .search-panel label i {
    left: 20px;
    font-size: 22px;
  }

  .search-panel__submit {
    min-height: 58px;
    font-size: 15px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
  }

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

  .property-card {
    border-radius: 10px;
  }

  .property-card__media {
    height: 138px;
  }

  .property-card__code,
  .property-card__tag {
    top: 8px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .property-card__code {
    left: 8px;
  }

  .property-card__tag {
    right: 8px;
  }

  .property-card__body {
    min-height: 112px;
    padding: 0 10px 12px;
  }

  .property-card__body h3 {
    margin-top: -18px;
    font-size: 15px;
  }

  .property-card__body h3 small {
    display: block;
    margin: 0 0 2px;
    font-size: 11px;
  }

  .property-card__body h4 {
    font-size: 13px;
    line-height: 1.3;
  }

  .property-card__body p {
    font-size: 11px;
    line-height: 1.35;
  }

  .property-card__footer {
    min-height: 42px;
    gap: 5px;
    padding: 8px 6px;
    font-size: 10px;
  }

  .form-row,
  .form-row--thirds,
  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-grid .span-2 {
    grid-column: span 1;
  }

  .admin-form,
  .admin-list {
    padding: 18px;
  }

  .property-detail__main > img {
    height: 310px;
  }

  .property-gallery,
  .admin-gallery-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 0 14px;
    gap: 7px;
    font-size: 13px;
  }

  .whatsapp-float i {
    font-size: 25px;
  }
}
