/* ============================================
   Katch Avenue Real Estate
   Exact 1:1 match of jeromem211.sg-host.com
   Colors: Elementor Global Kit (post-11.css)
   Layouts: post-189.css, post-191.css, post-42.css
   ============================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-weight: 400;
  color: #7A7A7A;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.skip-link {
  position: absolute; top: -100%; left: 16px;
  background: #C19856; color: #fff; padding: 8px 16px;
  z-index: 10000; border-radius: 0 0 4px 4px;
  font-family: 'Inter', sans-serif; font-size: 0.875rem;
}
.skip-link:focus { top: 0; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  line-height: 1.15;
  color: #0B151F;
  text-transform: uppercase;
}
h1 { font-size: 2.5rem; }
h2 { font-size: 1rem; font-weight: 400; letter-spacing: 0.1em; color: #7A7A7A; }
h3 { font-size: 1.125rem; font-weight: 700; }
h4 { font-size: 0.875rem; font-weight: 900; }

.tagline {
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #C19856;
  display: block;
  text-transform: none;
}

.gold { color: #C19856; }

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  color: #fff;
  background: #C19856;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn:hover,
.btn:focus-visible {
  background: #0B151F;
  transform: translateY(-1px);
}

/* ===== HEADER ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 20px 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-header.scrolled {
  background: #FFFFFF;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo img { height: 36px; width: auto; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-menu a {
  padding: 8px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7A7A7A;
  transition: color 0.3s ease;
}
.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.active {
  color: #C19856;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-family: 'Arial', sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  color: #C19856;
  border: 1px solid #C19856;
  border-radius: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header-phone:hover {
  background: #C19856;
  color: #fff;
}
.header-phone svg {
  width: 14px; height: 14px;
  fill: #C19856;
  transition: fill 0.3s ease;
}
.header-phone:hover svg { fill: #fff; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: #0B151F;
  border-radius: 2px;
  transition: 0.3s ease;
}
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  top: 0; right: -320px;
  width: 320px;
  height: 100vh; height: 100dvh;
  background: #1B2E41;
  z-index: 999;
  padding: 80px 28px 40px;
  transition: right 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}
.mobile-nav.open { right: 0; }
.mobile-nav a {
  display: block;
  padding: 14px 20px;
  font-family: 'Arial', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: #C19856;
  border-bottom: 1px solid rgba(193,152,86,0.12);
  transition: background 0.3s ease;
}
.mobile-nav a:hover { background: rgba(193,152,86,0.08); }
.mobile-nav .mobile-phone {
  margin-top: auto;
  text-align: center;
  color: #fff;
  background: #C19856;
  border-radius: 10px;
  border: none;
  font-weight: 900;
}

.mobile-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 998;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s ease;
}
.mobile-overlay.open { opacity: 1; pointer-events: auto; }

/* ===== SECTIONS ===== */
section { padding: 120px 0; }

/* ===== HERO ===== */
.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: #fff url('../images/bg-pattern.webp') center/cover no-repeat;
  position: relative;
  padding-top: 120px;
  padding-bottom: 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.46);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-content { animation: fadeInLeft 0.8s ease both; }
.hero-content .tagline { margin-bottom: 12px; }
.hero-content h1 {
  font-size: 4rem;
  color: #0B151F;
  margin-bottom: 18px;
  line-height: 1.1;
}
.hero-content p {
  font-family: 'Verdana', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #303030;
  margin-bottom: 28px;
  max-width: 500px;
}

.hero-visual { animation: fadeInRight 0.8s ease both; }

/* Carousel */
.carousel { position: relative; width: 100%; padding: 30px; }
.carousel-track {
  position: relative; width: 100%; aspect-ratio: 4/3;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
.carousel-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.carousel-slide.active { opacity: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }

.carousel-dots {
  display: flex; justify-content: center; gap: 8px; margin-top: 16px;
}
.carousel-dot {
  width: 10px; height: 10px; border-radius: 50%;
  border: none; background: #ccc; cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-dot.active { background: #C19856; transform: scale(1.3); }

/* ===== ABOUT ===== */
#about { background: #F3F3F3; }
#about .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.about-content .tagline { margin-bottom: 8px; }
.about-content h1 {
  font-size: 2.8rem;
  color: #0B151F;
  margin-bottom: 16px;
}
.about-content p {
  font-family: 'Verdana', sans-serif;
  font-size: 1rem;
  color: #ACABAB;
  line-height: 1.8;
}

.about-content .values {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(193,152,86,0.25);
}
.about-content .values .tagline { font-size: 1rem; }
.about-content .values h3 {
  font-size: 1.5rem;
  color: #0B151F;
  margin-bottom: 12px;
}
.about-content .values p { line-height: 2; }

/* ===== SERVICES ===== */
#services {
  background: #fff url('../images/bg-pattern.webp') center/cover no-repeat;
  text-align: center;
}
#services h1 { font-size: 2.8rem; color: #0B151F; margin-bottom: 14px; }
#services p {
  font-family: 'Verdana', sans-serif;
  font-size: 1rem;
  color: #ACABAB;
  max-width: 600px;
  margin: 0 auto 30px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.services-list li {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #ACABAB;
  padding: 16px 0;
  border-bottom: 1px solid #C19856;
}
.services-list li:hover { color: #C19856; }

/* ===== WHY CHOOSE US ===== */
#why-choose-us { background: #EEEEEE; }
#why-choose-us .container { text-align: center; }
#why-choose-us .tagline { margin-bottom: 6px; }
#why-choose-us h1 { font-size: 2.8rem; color: #0B151F; margin-bottom: 40px; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  text-align: left;
}

.feature-card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.feature-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.feature-card-body { padding: 22px 22px 26px; }
.feature-card-body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0B151F;
  margin-bottom: 10px;
}
.feature-card-body p {
  font-family: 'Verdana', sans-serif;
  font-size: 0.875rem;
  color: #ACABAB;
  line-height: 1.65;
}

#why-choose-us .btn-wrapper { margin-top: 36px; }

/* ===== WHY INVEST IN DUBAI ===== */
#why-invest-in-dubai {
  background: #FFFFFF;
  padding-bottom: 80px;
}
#why-invest-in-dubai .container > .invest-layout {
  padding-bottom: 0;
}

.invest-header { text-align: center; margin-bottom: 44px; }
.invest-header .tagline { margin-bottom: 6px; }
.invest-header h1 { font-size: 2.8rem; color: #0B151F; }

.invest-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: start;
}
.invest-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.invest-visual img {
  width: 560px;
  height: auto;
  display: block;
}

.invest-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.invest-card {
  padding: 20px;
  border: 1px solid rgba(193,152,86,0.15);
  border-radius: 8px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.invest-card:hover {
  border-color: #C19856;
  background: rgba(193,152,86,0.02);
}
.invest-card h3 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 1.06rem;
  font-weight: 900;
  color: #C19856;
  margin-bottom: 8px;
  text-transform: none;
}
.invest-card p {
  font-family: 'Verdana', sans-serif;
  font-size: 0.875rem;
  color: #ACABAB;
  line-height: 1.65;
}
.invest-card p strong { color: #0B151F; }

/* ===== CONTACT ===== */
#contact-us { background: #E9E9E9; }

.contact-centered {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  animation: fadeInUp 0.8s ease both;
}
.contact-centered .tagline { margin-bottom: 8px; }
.contact-centered h1 {
  font-size: 2.8rem;
  color: #0B151F;
  margin-bottom: 14px;
}
.contact-centered > p {
  font-family: 'Verdana', sans-serif;
  font-size: 0.95rem;
  color: #ACABAB;
  margin-bottom: 32px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 36px;
  align-items: center;
}
.contact-detail {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Verdana', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #919191;
  padding: 8px 16px;
  transition: color 0.3s ease;
}
.contact-detail:hover { color: #C19856; }
.contact-detail svg {
  width: 14px; height: 14px;
  fill: #919191;
  flex-shrink: 0;
  transition: fill 0.3s ease;
}
.contact-detail:hover svg { fill: #C19856; }

.contact-cta-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline {
  background: transparent;
  color: #C19856;
  border: 1px solid #C19856;
}
.btn-outline:hover,
.btn-outline:focus-visible {
  background: #C19856;
  color: #fff;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #0B151F;
  padding: 50px 0 0;
  color: #919191;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.footer-brand img { width: 150px; height: auto; margin-bottom: 12px; }
.footer-brand p {
  font-family: 'Verdana', sans-serif;
  font-size: 0.875rem;
  color: #919191;
  font-style: italic;
}

.footer-col h4 {
  font-family: 'Arial', sans-serif;
  font-weight: 900;
  color: #C19856;
  margin-bottom: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a,
.footer-col ul li {
  font-family: 'Verdana', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #919191;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col ul li a:hover { color: #C19856; }

.footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'Verdana', sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #919191;
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links span { cursor: pointer; transition: color 0.3s ease; }
.footer-bottom-links span:hover { color: #C19856; }

/* ===== WHATSAPP ===== */
.whatsapp-float {
  position: fixed; bottom: 20px; right: 20px; z-index: 900;
  background: #28B16D;
  border-radius: 50%;
  width: 56px; height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(40,177,109,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(40,177,109,0.55);
}
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

/* ===== ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(30px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  h1 { font-size: 2.2rem !important; }

  .hero { padding-top: 100px; min-height: auto; }
  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .hero-content p { margin: 0 auto 24px; }
  .hero-visual { max-width: 500px; margin: 0 auto; }

  #about .container { gap: 36px; }

  .invest-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .invest-visual { display: none; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 768px) {
  section { padding: 70px 0; }

  .nav-menu, .header-phone { display: none; }
  .hamburger { display: flex; }

  .hero-content h1 { font-size: 2rem !important; }

  #about .container { grid-template-columns: 1fr; }

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

  .contact-cta-row { flex-direction: column; align-items: center; }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .site-header { padding: 14px 0; }
  .logo img { height: 28px; }
  .hero-content h1 { font-size: 1.6rem !important; }
  .hero-content p { font-size: 0.95rem; }
  .hero-content .tagline { font-size: 1rem; }
  .services-list { flex-direction: column; align-items: center; }
  .btn { padding: 12px 28px; font-size: 0.9rem; }
}
