﻿:root {
  --color-bg: #f7f8fa;
  --color-surface: #ffffff;
  --color-surface-alt: #f0f3f8;
  --color-primary: #0e2a47;
  --color-primary-soft: #1a3f66;
  --color-accent: #1f7a5b;
  --color-accent-soft: #d6eee3;
  --color-warning: #e0a100;
  --color-text: #1c2430;
  --color-muted: #637083;
  --shadow-soft: 0 10px 30px rgba(11, 32, 59, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --transition: all 0.25s ease;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

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

.section-space {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 28px;
}

.section-title h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  margin-bottom: 10px;
}

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

.top-bar {
  background: #071d34;
  color: #dbe6f5;
  font-size: 0.9rem;
}

.top-bar a {
  color: #dbe6f5;
  transition: var(--transition);
}

.top-bar a:hover {
  color: #fff;
}

.main-nav {
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(14, 42, 71, 0.08);
}

.navbar-brand {
  font-weight: 700;
  color: var(--color-primary);
}

.nav-link {
  color: var(--color-primary);
  font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
  color: var(--color-accent);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.65rem 1.2rem;
}

.btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--color-primary-soft);
  border-color: var(--color-primary-soft);
}

.btn-accent {
  color: #fff;
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
}

.btn-accent:hover,
.btn-accent:focus {
  color: #fff;
  filter: brightness(0.95);
}

.btn-soft {
  color: var(--color-primary);
  background: #e8eef7;
  border: 1px solid #d6e0ef;
}

.hero {
  position: relative;
  background: linear-gradient(110deg, rgba(9, 31, 56, 0.94), rgba(20, 54, 88, 0.82)),
    url("https://images.unsplash.com/photo-1560185007-c5ca9d2c014d?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  color: #fff;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.18;
  pointer-events: none;
}

.hero::before {
  width: 360px;
  height: 360px;
  background: linear-gradient(135deg, #73b8ff, #1f7a5b);
  top: -120px;
  right: -80px;
}

.hero::after {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #ffce70, #ff8f4f);
  bottom: -70px;
  left: -60px;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 15px;
}

.hero p {
  color: #d4e0f1;
  max-width: 640px;
}

.search-panel {
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 20px;
  margin-top: 26px;
}

.search-panel .form-label {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-bottom: 4px;
}

.search-panel .form-select,
.search-panel .form-control {
  border-radius: 999px;
  border-color: #d4dde9;
  min-height: 46px;
}

.search-panel .btn {
  width: 100%;
  min-height: 46px;
}

.metric-grid {
  margin-top: 26px;
}

.metric-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  padding: 16px;
}

.metric-value {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
}

.property-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
  height: 100%;
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(14, 42, 71, 0.13);
}

.property-image-wrap {
  position: relative;
  overflow: hidden;
}

.property-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.property-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(11, 28, 52, 0.85);
  color: #fff;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.72rem;
  font-weight: 700;
}

.favorite-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #bf4558;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.favorite-btn.active {
  background: #bf4558;
  color: #fff;
}

.property-content {
  padding: 18px;
}

.property-price {
  font-family: "Sora", sans-serif;
  color: var(--color-primary);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--color-muted);
  font-size: 0.92rem;
  margin-bottom: 12px;
}

.property-location {
  color: var(--color-muted);
  font-size: 0.93rem;
  margin-bottom: 13px;
}

.service-card,
.why-card,
.contact-card,
.story-card,
.blog-card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.service-card,
.why-card,
.contact-card,
.blog-card {
  padding: 24px;
}

.service-icon,
.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.service-icon {
  background: #e8eff8;
  color: var(--color-primary);
}

.why-icon {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

.cta-band {
  background: linear-gradient(135deg, #0e2a47, #1f7a5b);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 38px 32px;
}

.cta-band p {
  color: #dcf5ea;
  margin-bottom: 0;
}

.page-hero {
  background: linear-gradient(120deg, #0e2a47 10%, #1f7a5b 95%);
  color: #fff;
  padding: 95px 0 65px;
}

.page-hero p {
  color: #d8e8f9;
}

.filter-shell {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 20px;
}

.filter-shell .form-label {
  font-size: 0.84rem;
  color: var(--color-muted);
  margin-bottom: 4px;
}

.filter-shell .form-select,
.filter-shell .form-control {
  border-radius: 10px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e9eef6;
  color: var(--color-primary);
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 8px;
}

.sticky-contact {
  position: sticky;
  top: 95px;
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 22px;
}

.sticky-contact .advisor {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.advisor img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.detail-panel {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #d8e0ec;
}

.feature-list li span:first-child {
  color: var(--color-muted);
}

.story-card {
  padding: 28px;
}

.story-card .highlight {
  color: var(--color-accent);
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.contact-form {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.contact-form .form-control,
.contact-form .form-select {
  border-radius: 10px;
  border-color: #ced8e7;
  min-height: 46px;
}

.contact-form textarea.form-control {
  min-height: 120px;
}

.map-wrap iframe {
  width: 100%;
  border: 0;
  min-height: 330px;
  border-radius: var(--radius-lg);
}

.blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
}

.breadcrumb-shell {
  font-size: 0.9rem;
}

.breadcrumb-shell a {
  color: #b8d0ed;
}

footer {
  background: #0a1f37;
  color: #c9d9ed;
  padding: 52px 0 28px;
}

footer a {
  color: #d5e4f6;
}

footer a:hover {
  color: #fff;
}

.footer-title {
  font-family: "Sora", sans-serif;
  margin-bottom: 14px;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1040;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #24d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(23, 143, 66, 0.35);
  font-size: 1.6rem;
}

.mobile-contact-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1035;
  background: #fff;
  border-top: 1px solid #d6deea;
  display: none;
}

.mobile-contact-bar .btn {
  border-radius: 0;
  min-height: 52px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.listing-date {
  color: var(--color-muted);
  font-size: 0.82rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(14, 42, 71, 0.78);
  border-radius: 999px;
  background-size: 56% 56%;
}

@media (max-width: 992px) {
  .section-space {
    padding: 66px 0;
  }

  .hero {
    padding-top: 108px;
  }

  .sticky-contact {
    position: static;
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }

  .hero {
    padding: 96px 0 62px;
  }

  .property-image-wrap img {
    height: 195px;
  }

  .mobile-contact-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body {
    padding-bottom: 54px;
  }
}
