:root {
  --brand: #d63031;
  --brand-dark: #b82828;
  --navy: #1a2744;
  --navy-light: #243356;
  --text-muted: #6b7280;
  --bg-light: #f5f6f8;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1f2937;
}

/* Top bar */
.top-bar {
  background-color: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.top-bar a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.top-bar a:hover {
  color: var(--brand);
}

/* Navbar */
.navbar {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0.75rem 0;
}

.navbar-brand .logo-icon {
  width: 44px;
  height: 44px;
  background: var(--brand);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
}

.navbar-brand .brand-title {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.navbar-brand .brand-sub {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}

.nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(31, 41, 55, 0.85) !important;
  padding: 0.5rem 0.75rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand) !important;
}

.dropdown-menu {
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5rem;
}

.dropdown-item {
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
}

.dropdown-item:hover {
  background: rgba(214, 48, 49, 0.08);
  color: var(--brand);
}

.phone-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.phone-icon {
  width: 40px;
  height: 40px;
  background: rgba(214, 48, 49, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 1.1rem;
}

.phone-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.phone-number {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
}

.btn-brand {
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 1.25rem;
  border-radius: 6px;
  border: none;
  transition: background 0.2s;
}

.btn-brand:hover {
  background: var(--brand-dark);
  color: #fff;
}

.btn-outline-light-custom {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  backdrop-filter: blur(4px);
}

.btn-outline-light-custom:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  border: none;
}

.btn-navy:hover {
  background: var(--navy-light);
  color: #fff;
}

/* Hero Carousel */
.hero-carousel .carousel-item {
  height: 560px;
}

.hero-carousel .carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26, 39, 68, 0.92), rgba(26, 39, 68, 0.7), rgba(26, 39, 68, 0.2));
  z-index: 1;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}

.hero-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 540px;
}

.hero-carousel .carousel-indicators {
  margin-bottom: 1.5rem;
}

.hero-carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  opacity: 0.7;
}

.hero-carousel .carousel-indicators button.active {
  width: 32px;
  border-radius: 5px;
  background: var(--brand);
  opacity: 1;
}

/* Section labels */
.section-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand);
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--navy);
}

/* About */
.about-images {
  position: relative;
}

.about-img-main {
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
}

.about-img-offset {
  margin-top: 2.5rem;
}

.experience-badge {
  position: absolute;
  bottom: -24px;
  left: 24px;
  background: var(--brand);
  color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 10px 25px rgba(214, 48, 49, 0.3);
}

.experience-badge .number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.experience-badge .text {
  font-size: 0.75rem;
  font-weight: 500;
  max-width: 140px;
  line-height: 1.4;
}

.about-quote {
  border-left: 4px solid var(--brand);
  padding-left: 1rem;
  color: var(--text-muted);
  font-style: italic;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.check-list li i {
  color: var(--brand);
}

/* Features */
.features-section {
  background: var(--bg-light);
}

.feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  height: 100%;
  transition: box-shadow 0.2s;
}

.feature-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(214, 48, 49, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
}

.feature-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0;
}

/* Services */
.service-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
  height: 100%;
}

.service-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-card img {
  height: 208px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card .card-img-wrap {
  overflow: hidden;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand);
}

.service-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.read-more {
  color: var(--navy);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.read-more:hover {
  color: var(--brand);
}

/* Why Choose */
.why-choose-section {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1600&q=80") center/cover;
  opacity: 0.12;
}

.why-choose-section .container {
  position: relative;
  z-index: 1;
}

.why-badge {
  background: var(--brand);
  color: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(214, 48, 49, 0.3);
}

.why-badge i {
  font-size: 1.75rem;
}

/* FAQ */
.faq-section {
  background: var(--bg-light);
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--bg-light);
  color: var(--navy);
  transition: background 0.2s, color 0.2s;
}

.faq-item.active .faq-toggle {
  background: var(--brand);
  color: #fff;
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Testimonials */
.testimonial-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  background: #fff;
  height: 100%;
}

.testimonial-card .quote-icon {
  color: var(--brand);
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.testimonial-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.testimonial-card footer {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.875rem;
  margin-top: 1rem;
}

.quote-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e7eb;
}

.quote-form-wrap h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
}

.form-control-custom {
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
}

.form-control-custom:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(214, 48, 49, 0.15);
}

.input-icon-wrap {
  position: relative;
}

.input-icon-wrap i {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.875rem;
  pointer-events: none;
}

.input-icon-wrap textarea {
  padding-left: 2.5rem;
  padding-top: 0.75rem;
}

.form-success,
.form-error {
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}

.form-success {
  background: rgba(214, 48, 49, 0.1);
  color: var(--brand);
}

.form-error {
  background: rgba(220, 53, 69, 0.08);
  color: #b42318;
}

/* CTA */
.cta-section {
  background: var(--brand);
  color: #fff;
}

.cta-section h2 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 800;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
}

.site-footer h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.site-footer a:hover {
  color: var(--brand);
}

.footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.5rem;
  transition: background 0.2s;
}

.footer-social a:hover {
  background: var(--brand);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact li i {
  color: var(--brand);
  margin-top: 2px;
}

/* WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  color: #fff;
}

@media (max-width: 991px) {
  .hero-carousel .carousel-item {
    height: 480px;
  }

  .phone-block {
    display: none;
  }
}

/* City Landing Page Styles */
.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(214, 48, 49, 0.15);
  color: #ff6b6b;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(214, 48, 49, 0.3);
}

.trust-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: var(--brand);
}

.trust-card .trust-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}

.trust-card .trust-label {
  font-size: 0.825rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: 0.25rem;
}

.property-type-pill {
  border: 2px solid #e5e7eb;
  background: #ffffff;
  color: var(--navy);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.property-type-pill:hover,
.property-type-pill.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(214, 48, 49, 0.3);
}

.city-service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.75rem;
  transition: all 0.3s ease;
  height: 100%;
}

.city-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--brand);
}

.city-service-icon {
  width: 52px;
  height: 52px;
  background: rgba(214, 48, 49, 0.1);
  color: var(--brand);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.not-city-box {
  background: linear-gradient(135deg, #1a2744 0%, #243356 100%);
  border-radius: 16px;
  color: #ffffff;
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 30px rgba(26, 39, 68, 0.2);
}

.process-step-badge {
  width: 42px;
  height: 42px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.process-step-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.seo-service-block {
  background: #ffffff;
  border-left: 4px solid var(--brand);
  padding: 1.5rem 1.75rem;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5rem;
}

.neighborhood-tag {
  display: inline-block;
  background: rgba(26, 39, 68, 0.06);
  color: var(--navy);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(26, 39, 68, 0.12);
}

