:root {
  --bg: #f6f1e8;
  --surface: rgba(255, 250, 244, 0.82);
  --surface-strong: #fffaf3;
  --text: #1f1d1a;
  --muted: #6c655d;
  --line: rgba(64, 46, 21, 0.12);
  --primary: #9f6b2e;
  --primary-deep: #6f471d;
  --accent: #234438;
  --shadow: 0 24px 60px rgba(45, 29, 10, 0.12);
  --radius: 24px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(159, 107, 46, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(35, 68, 56, 0.12), transparent 24%),
    linear-gradient(180deg, #f8f3ec 0%, #f4eee5 48%, #efe5d7 100%);
}

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

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

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.06;
}

p {
  margin: 0;
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(246, 241, 232, 0.72);
  border-bottom: 1px solid rgba(64, 46, 21, 0.08);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  display: block;
  flex: 0 0 54px;
  filter: drop-shadow(0 16px 28px rgba(79, 53, 23, 0.18));
}

.brand-logo-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  font-size: 0.82rem;
  color: var(--muted);
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: var(--shadow);
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #433a31;
  font-weight: 600;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta {
  min-height: 46px;
  padding: 0 20px;
  background: #fff8ef;
  border: 1px solid rgba(64, 46, 21, 0.08);
  font-weight: 800;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  cursor: pointer;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #bb8241);
  box-shadow: 0 16px 30px rgba(159, 107, 46, 0.28);
}

.button-secondary {
  background: rgba(255, 250, 243, 0.65);
  border: 1px solid rgba(64, 46, 21, 0.12);
}

.button-block {
  width: 100%;
}

.menu-toggle {
  display: none;
}

.hero {
  padding: 72px 0 56px;
}

.hero-grid,
.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 10ch;
}

.hero-text {
  margin-top: 22px;
  max-width: 60ch;
  font-size: 1.05rem;
  color: #4d443c;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-stats li {
  min-width: 150px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 251, 247, 0.55);
  border: 1px solid rgba(64, 46, 21, 0.08);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.hero-panel {
  position: relative;
  padding: 18px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 251, 246, 0.95), rgba(243, 232, 215, 0.92));
  box-shadow: var(--shadow);
  border: 1px solid rgba(64, 46, 21, 0.1);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(35, 68, 56, 0.14), transparent 38%),
    radial-gradient(circle at bottom right, rgba(159, 107, 46, 0.22), transparent 30%);
  pointer-events: none;
}

.search-card,
.spotlight-card,
.property-card,
.testimonial-card,
.contact-form,
.about-panel,
.feature-stack article,
.cta-shell {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.search-card,
.spotlight-card,
.about-panel,
.contact-form,
.cta-shell {
  border-radius: 28px;
  padding: 28px;
}

.toggle-group {
  display: inline-flex;
  padding: 5px;
  border-radius: 999px;
  background: #f0e4d4;
  margin-bottom: 20px;
}

.toggle {
  border: 0;
  background: transparent;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  color: var(--muted);
}

.toggle.is-active {
  color: #fff;
  background: var(--accent);
}

.search-card h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.search-form,
.contact-form {
  display: grid;
  gap: 16px;
}

.search-form label,
.contact-form label {
  display: grid;
  gap: 8px;
  color: #3d342d;
  font-weight: 700;
}

.search-form input,
.search-form select,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(64, 46, 21, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  min-height: 54px;
  padding: 0 16px;
  color: var(--text);
}

.contact-form textarea {
  min-height: 120px;
  padding: 16px;
  resize: vertical;
}

.spotlight-card {
  margin-top: 18px;
  color: #fff7ef;
  background: linear-gradient(135deg, var(--accent), #325d4e);
}

.spotlight-label {
  color: rgba(255, 247, 239, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}

.spotlight-card h3 {
  margin: 8px 0 12px;
  font-size: 1.9rem;
}

.spotlight-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spotlight-meta span,
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.spotlight-meta span {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
}

.trusted-strip {
  padding: 18px 0;
  border-top: 1px solid rgba(64, 46, 21, 0.08);
  border-bottom: 1px solid rgba(64, 46, 21, 0.08);
  background: rgba(255, 250, 242, 0.5);
}

.trusted-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.trusted-grid p {
  font-weight: 700;
}

.trusted-grid div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.trusted-grid span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(64, 46, 21, 0.08);
  font-size: 0.92rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
}

.section-heading h2,
.about-panel h2,
.contact-copy h2,
.cta-shell h2 {
  font-size: clamp(2.1rem, 3.5vw, 3.4rem);
}

.text-link {
  font-weight: 800;
  color: var(--primary-deep);
}

.listing-grid,
.testimonial-grid,
.area-grid {
  display: grid;
  gap: 22px;
}

.listing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.property-card {
  overflow: hidden;
  border-radius: 28px;
}

.property-visual {
  min-height: 240px;
  padding: 18px;
  display: flex;
  align-items: start;
  background-size: cover;
  background-position: center;
}

.visual-one {
  background:
    linear-gradient(180deg, rgba(16, 18, 24, 0.08), rgba(16, 18, 24, 0.28)),
    url("https://images.unsplash.com/photo-1560185007-5f0bb1866cab?auto=format&fit=crop&w=1200&q=80");
}

.visual-two {
  background:
    linear-gradient(180deg, rgba(16, 18, 24, 0.08), rgba(16, 18, 24, 0.28)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80");
}

.visual-three {
  background:
    linear-gradient(180deg, rgba(16, 18, 24, 0.08), rgba(16, 18, 24, 0.28)),
    url("https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1200&q=80");
}

.badge {
  padding: 10px 14px;
  color: #fff;
  background: rgba(35, 68, 56, 0.92);
}

.badge-alt {
  background: rgba(159, 107, 46, 0.92);
}

.property-body {
  padding: 22px;
}

.property-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.property-topline h3 {
  font-size: 1.6rem;
}

.property-topline strong {
  white-space: nowrap;
  color: var(--primary-deep);
}

.property-body p {
  color: #50463d;
}

.property-meta,
.contact-list,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-meta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.property-meta li {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(244, 236, 225, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
}

.about-grid {
  align-items: stretch;
}

.about-panel p + p {
  margin-top: 16px;
}

.feature-stack {
  display: grid;
  gap: 18px;
}

.feature-stack article {
  border-radius: 24px;
  padding: 24px;
}

.feature-stack h3 {
  font-size: 1.55rem;
  margin-bottom: 10px;
}

.area-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.area-card {
  min-height: 280px;
  padding: 24px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.area-one {
  background:
    linear-gradient(180deg, rgba(9, 12, 18, 0.08), rgba(9, 12, 18, 0.62)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80");
}

.area-two {
  background:
    linear-gradient(180deg, rgba(9, 12, 18, 0.08), rgba(9, 12, 18, 0.62)),
    url("https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=900&q=80");
}

.area-three {
  background:
    linear-gradient(180deg, rgba(9, 12, 18, 0.08), rgba(9, 12, 18, 0.62)),
    url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=900&q=80");
}

.area-four {
  background:
    linear-gradient(180deg, rgba(9, 12, 18, 0.08), rgba(9, 12, 18, 0.62)),
    url("https://images.unsplash.com/photo-1448630360428-65456885c650?auto=format&fit=crop&w=900&q=80");
}

.area-card h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
  margin: 0;
  padding: 26px;
  border-radius: 28px;
}

.testimonial-card p {
  font-size: 1.02rem;
}

.testimonial-card footer {
  margin-top: 18px;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card span {
  margin-top: 4px;
  color: var(--muted);
}

.cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.contact-copy p + .contact-list {
  margin-top: 22px;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list li {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.75);
  border: 1px solid rgba(64, 46, 21, 0.08);
}

.site-footer {
  padding: 28px 0 40px;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #564b42;
}

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

.is-hidden {
  display: none;
}

@media (max-width: 1080px) {
  .hero-grid,
  .about-grid,
  .contact-grid,
  .listing-grid,
  .testimonial-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .crm-grid,
  .admin-mini-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(64, 46, 21, 0.12);
    background: rgba(255, 250, 242, 0.9);
    font-weight: 800;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(64, 46, 21, 0.12);
    background: rgba(255, 250, 244, 0.96);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 36px;
  }

  .section {
    padding: 72px 0;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .cta-shell,
  .section-heading,
  .property-topline,
  .trusted-grid {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    min-height: 74px;
  }

  .brand small {
    display: none;
  }

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

  .hero-actions,
  .hero-stats {
    flex-direction: column;
  }

  .hero-stats li,
  .button,
  .header-cta {
    width: 100%;
  }

  .search-card,
  .spotlight-card,
  .about-panel,
  .contact-form,
  .cta-shell,
  .feature-stack article,
  .testimonial-card,
  .property-body {
    padding: 22px;
  }

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

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 10%, rgba(214, 168, 104, 0.22), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(35, 68, 56, 0.18), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(111, 71, 29, 0.16), transparent 28%),
    linear-gradient(180deg, #f8f1e8 0%, #efe3d1 52%, #eadbc6 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 80%);
  opacity: 0.26;
}

.site-header {
  background: rgba(248, 241, 232, 0.82);
  box-shadow: 0 10px 30px rgba(61, 39, 15, 0.06);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  overflow: clip;
  padding: 92px 0 70px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  pointer-events: none;
}

.hero::before {
  width: 340px;
  height: 340px;
  right: -70px;
  top: 20px;
  background: radial-gradient(circle, rgba(159, 107, 46, 0.32), transparent 66%);
}

.hero::after {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: 0;
  background: radial-gradient(circle, rgba(35, 68, 56, 0.18), transparent 68%);
}

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

.hero-copy h1 {
  text-shadow: 0 10px 30px rgba(74, 48, 18, 0.08);
}

.hero-text {
  font-size: 1.1rem;
}

.hero-stats li {
  background: rgba(255, 251, 247, 0.74);
  box-shadow: 0 20px 40px rgba(64, 46, 21, 0.08);
}

.hero-stats li strong {
  color: var(--primary-deep);
}

.hero-panel {
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 249, 241, 0.98), rgba(240, 227, 206, 0.92));
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(35, 68, 56, 0.18), transparent 68%);
  pointer-events: none;
}

.search-card,
.spotlight-card,
.property-card,
.testimonial-card,
.contact-form,
.about-panel,
.feature-stack article,
.cta-shell {
  box-shadow: 0 24px 60px rgba(61, 39, 15, 0.12);
}

.search-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(251, 244, 236, 0.88));
}

.search-form input:focus,
.search-form select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(159, 107, 46, 0.48);
  box-shadow: 0 0 0 5px rgba(159, 107, 46, 0.1);
}

.spotlight-card {
  position: relative;
  overflow: hidden;
}

.spotlight-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
}

.trusted-strip {
  background: linear-gradient(90deg, rgba(255, 251, 247, 0.82), rgba(244, 234, 220, 0.82));
}

.section-heading h2,
.about-panel h2,
.contact-copy h2,
.cta-shell h2 {
  letter-spacing: -0.03em;
}

.listing-grid {
  align-items: stretch;
}

.property-card {
  background: rgba(255, 250, 245, 0.8);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(61, 39, 15, 0.16);
  border-color: rgba(159, 107, 46, 0.22);
}

.property-card-rich .property-visual {
  min-height: 270px;
}

.property-visual {
  position: relative;
}

.property-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(11, 15, 18, 0.16) 100%);
}

.badge {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(12px);
}

.property-topline h3 {
  letter-spacing: -0.02em;
}

.property-meta li {
  background: linear-gradient(180deg, #f7ede1, #f2e4d2);
}

.about-panel,
.feature-stack article {
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.86), rgba(248, 239, 228, 0.78));
}

.feature-stack article {
  position: relative;
  overflow: hidden;
}

.feature-stack article::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159, 107, 46, 0.12), transparent 68%);
}

.area-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.area-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(14, 18, 22, 0.72) 100%);
  z-index: -1;
}

.testimonial-card {
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.86), rgba(243, 233, 221, 0.78));
}

.testimonial-card p::before {
  content: "“";
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(159, 107, 46, 0.36);
  margin-bottom: 6px;
}

.cta-shell {
  background:
    linear-gradient(135deg, rgba(35, 68, 56, 0.98), rgba(62, 102, 88, 0.92));
  color: #fff8ef;
}

.cta-shell .eyebrow {
  color: rgba(255, 244, 229, 0.74);
}

.contact-copy {
  padding-right: 18px;
}

.contact-list li {
  background: rgba(255, 252, 248, 0.82);
}

.form-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #1f9d63, #157347);
  box-shadow: 0 18px 34px rgba(21, 115, 71, 0.28);
  font-weight: 800;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.property-card,
.testimonial-card,
.feature-stack article,
.area-card {
  animation: cardRise 0.6s ease both;
}

.property-card:nth-child(2),
.testimonial-card:nth-child(2),
.area-card:nth-child(2) {
  animation-delay: 0.08s;
}

.property-card:nth-child(3),
.testimonial-card:nth-child(3),
.area-card:nth-child(3) {
  animation-delay: 0.16s;
}

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

  .contact-copy {
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .whatsapp-float {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .property-card-rich .property-visual {
    min-height: 240px;
  }
}

.page-hero {
  padding-bottom: 28px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  max-width: 12ch;
}

.page-intro {
  margin-top: 18px;
  max-width: 62ch;
  color: #554a40;
  font-size: 1.05rem;
}

.login-shell {
  width: min(520px, 100%);
  margin: 0 auto;
}

.password-card {
  width: min(640px, 100%);
}

.login-form h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.compact-top {
  padding-top: 22px;
}

.properties-layout,
.admin-layout,
.detail-grid,
.detail-columns {
  display: grid;
  gap: 24px;
}

.properties-layout,
.admin-layout {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}

.filter-panel,
.table-shell,
.detail-media,
.detail-aside,
.empty-state {
  background: rgba(255, 250, 245, 0.82);
  border: 1px solid rgba(64, 46, 21, 0.1);
  box-shadow: 0 24px 60px rgba(61, 39, 15, 0.12);
  border-radius: 28px;
}

.filter-panel {
  padding: 24px;
  position: sticky;
  top: 104px;
}

.filter-panel h2,
.admin-layout h2,
.detail-columns h2 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.listing-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.empty-state {
  padding: 28px;
}

.empty-state h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.admin-table-wrap {
  min-width: 0;
}

.table-shell {
  overflow: hidden;
}

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

.admin-table th,
.admin-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(64, 46, 21, 0.08);
}

.admin-table th {
  background: rgba(244, 234, 220, 0.7);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.table-action {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(64, 46, 21, 0.12);
  background: #fff9f1;
  font-weight: 700;
  cursor: pointer;
  margin-right: 8px;
}

.table-action-danger {
  color: #8f2e28;
  border-color: rgba(143, 46, 40, 0.22);
  background: rgba(255, 240, 238, 0.86);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: capitalize;
}

.status-pill.is-active,
.status-pill.status-tamamlandi {
  color: #1d5a46;
  background: rgba(35, 68, 56, 0.12);
}

.status-pill.is-passive {
  color: #7a5d35;
  background: rgba(159, 107, 46, 0.14);
}

.status-pill.status-yeni {
  color: #7a5d35;
  background: rgba(159, 107, 46, 0.16);
}

.status-pill.status-aranacak {
  color: #7a4a1f;
  background: rgba(209, 154, 75, 0.18);
}

.status-pill.status-gorusuldu {
  color: #234438;
  background: rgba(35, 68, 56, 0.14);
}

.crm-filter-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.crm-filter-bar select,
.crm-filter-bar input {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(64, 46, 21, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.crm-grid,
.advisor-list,
.admin-mini-grid {
  display: grid;
  gap: 18px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.dashboard-card,
.task-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(64, 46, 21, 0.1);
  background: rgba(255, 250, 245, 0.86);
  box-shadow: 0 20px 44px rgba(61, 39, 15, 0.08);
}

.dashboard-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 700;
}

.dashboard-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.admin-mini-grid-wide {
  margin-top: 22px;
}

.task-list {
  display: grid;
  gap: 14px;
}

.task-card strong,
.task-card span,
.task-card small {
  display: block;
}

.task-card p {
  margin: 8px 0 6px;
  font-weight: 700;
}

.task-card.is-today {
  border-color: rgba(159, 107, 46, 0.26);
}

.crm-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.admin-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.crm-card,
.advisor-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(64, 46, 21, 0.1);
  background: rgba(255, 250, 245, 0.86);
  box-shadow: 0 20px 44px rgba(61, 39, 15, 0.08);
}

.crm-card.is-unread {
  border-color: rgba(159, 107, 46, 0.24);
}

.crm-card-head,
.crm-actions,
.crm-action-buttons,
.crm-controls {
  display: flex;
  gap: 14px;
}

.crm-card-head,
.crm-actions {
  align-items: center;
  justify-content: space-between;
}

.crm-card-head strong,
.advisor-card strong {
  display: block;
  font-size: 1.05rem;
}

.advisor-avatar {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 12px;
}

.crm-card-head span,
.advisor-card span,
.advisor-card small,
.crm-meta {
  color: var(--muted);
}

.advisor-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.crm-meta {
  margin: 10px 0 14px;
  font-size: 0.92rem;
}

.crm-message {
  margin-bottom: 16px;
}

.crm-controls {
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.crm-controls label,
.crm-notes {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #3d342d;
}

.crm-controls select,
.crm-notes textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(64, 46, 21, 0.12);
  background: rgba(255, 255, 255, 0.8);
}

.crm-notes textarea {
  min-height: 96px;
  resize: vertical;
}

.crm-action-buttons {
  flex-wrap: wrap;
}

.checkbox-row {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.checkbox-row input {
  width: 18px;
  height: 18px;
  min-height: auto;
}

.detail-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.detail-media {
  overflow: hidden;
  padding: 16px;
}

.detail-media img {
  width: 100%;
  min-height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.detail-gallery {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.gallery-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
}

.gallery-thumb.is-active {
  border-color: rgba(159, 107, 46, 0.7);
  box-shadow: 0 12px 24px rgba(159, 107, 46, 0.18);
}

.detail-copy,
.detail-aside {
  padding: 12px 0;
}

.detail-copy h1 {
  font-size: clamp(2.3rem, 4.2vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.detail-price {
  margin: 20px 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--primary-deep);
}

.detail-meta {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.detail-meta li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.76);
  border: 1px solid rgba(64, 46, 21, 0.08);
}

.detail-meta strong,
.detail-meta span {
  display: block;
}

.detail-columns {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: start;
}

.detail-location-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
}

.map-card,
.location-insight-card {
  min-height: 100%;
}

.map-frame {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(64, 46, 21, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
}

.detail-meta-stacked {
  margin-bottom: 18px;
}

.location-copy {
  margin-bottom: 18px;
  color: #554a40;
}

.feature-tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.feature-tags span {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f7ede1, #f2e4d2);
  font-weight: 700;
}

.listing-tools {
  margin: 18px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tool-chip,
.pagination-button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(64, 46, 21, 0.12);
  background: rgba(255, 249, 241, 0.92);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.tool-chip.is-active,
.pagination-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #bb8241);
  border-color: transparent;
}

.compare-bar,
.compare-panel {
  margin-bottom: 18px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.84);
  border: 1px solid rgba(64, 46, 21, 0.1);
  box-shadow: 0 20px 48px rgba(61, 39, 15, 0.08);
}

.compare-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.compare-actions,
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.compare-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(64, 46, 21, 0.08);
}

.compare-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.compare-card h3 {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.compare-list,
.crm-history ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-list {
  display: grid;
  gap: 10px;
}

.compare-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(247, 237, 225, 0.62);
}

.pagination {
  margin-top: 24px;
}

.detail-tools {
  margin-bottom: 0;
}

.priority-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.priority-low {
  color: #2c5c4b;
  background: rgba(35, 68, 56, 0.12);
}

.priority-normal {
  color: #6f471d;
  background: rgba(159, 107, 46, 0.12);
}

.priority-high {
  color: #7a4a1f;
  background: rgba(209, 154, 75, 0.18);
}

.priority-urgent {
  color: #8f2e28;
  background: rgba(255, 240, 238, 0.92);
}

.crm-status-stack {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
}

.crm-controls-extended label {
  min-width: 180px;
  flex: 1 1 180px;
}

.crm-history {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(64, 46, 21, 0.08);
}

.crm-history strong {
  display: block;
  margin-bottom: 12px;
}

.crm-history ul {
  display: grid;
  gap: 10px;
}

.crm-history li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(247, 237, 225, 0.54);
}

.crm-history li span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .properties-layout,
  .admin-layout,
  .detail-grid,
  .detail-columns,
  .detail-location-grid,
  .listing-grid-wide,
  .compare-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
  }
}

@media (max-width: 820px) {
  .results-head {
    flex-direction: column;
    align-items: start;
  }

  .compare-bar {
    flex-direction: column;
    align-items: start;
  }

  .dashboard-card strong {
    font-size: 1.7rem;
  }

  .map-frame iframe {
    height: 320px;
  }
}

@media (max-width: 560px) {
  .detail-media {
    padding: 12px;
  }

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

  .gallery-thumb img {
    height: 82px;
  }

  .detail-copy h1 {
    font-size: 2rem;
  }

  .detail-meta li {
    flex-direction: column;
    align-items: start;
  }

  .map-frame iframe {
    height: 260px;
  }
}
