/* ============================================================
   DAR MAKRAN REAL ESTATE — LUXURY STYLESHEET
   ============================================================ */
:root {
  --gold: #C9A84C;
  --gold-light: #E2C97E;
  --gold-dark: #8B6914;
  --black: #0A0A0A;
  --dark: #111111;
  --dark2: #1A1A1A;
  --dark3: #222222;
  --gray: #888888;
  --light: #F5F0E8;
  --white: #FFFFFF;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', sans-serif;
  --font-farsi: 'Vazirmatn', sans-serif;
  --transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  --shadow: 0 20px 60px rgba(0,0,0,0.4);
  --shadow-gold: 0 8px 32px rgba(201,168,76,0.25);
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--light); font-family: var(--font-sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }
input, select, textarea, button { font-family: inherit; outline: none; border: none; }

/* FARSI MODE */
body.lang-fa { font-family: var(--font-farsi); direction: rtl; }
body.lang-fa .nav-links { flex-direction: row-reverse; }
body.lang-fa .hero-content, body.lang-fa .section-head, body.lang-fa .about-content { text-align: right; }
body.lang-fa .about-list li { flex-direction: row-reverse; }
body.lang-fa .about-list li i { margin-right: 0; margin-left: 12px; }
body.lang-fa .ci-item { flex-direction: row-reverse; text-align: right; }
body.lang-fa .footer-grid { direction: rtl; }
body.lang-fa .search-inputs { flex-direction: row-reverse; flex-wrap: wrap; }
body.lang-fa .form-row { flex-direction: row-reverse; }

/* ---- LANG BAR ---- */
.lang-bar { background: var(--dark2); padding: 6px 0; border-bottom: 1px solid rgba(201,168,76,0.15); }
.lang-bar .container { display: flex; align-items: center; gap: 10px; }
.lang-label { color: var(--gold); font-size: 14px; }
.lang-btn { background: none; color: var(--gray); font-size: 13px; cursor: pointer; padding: 2px 8px; border-radius: 3px; transition: var(--transition); }
.lang-btn.active, .lang-btn:hover { color: var(--gold); background: rgba(201,168,76,0.12); }
.lang-sep { color: var(--dark3); }

/* ---- CONTAINER ---- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ---- NAVBAR ---- */
.navbar { position: fixed; top: 36px; left: 0; right: 0; z-index: 1000; padding: 18px 0; transition: var(--transition); }
.navbar.scrolled { top: 0; background: rgba(10,10,10,0.95); backdrop-filter: blur(20px); padding: 12px 0; border-bottom: 1px solid rgba(201,168,76,0.2); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 32px; }
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-img { height: 52px; width: auto; object-fit: contain; }
.logo-text { display: flex; align-items: center; gap: 10px; }
.logo-dm { font-family: var(--font-serif); font-size: 28px; font-weight: 700; color: var(--gold); line-height: 1; }
.logo-words { display: flex; flex-direction: column; }
.logo-words span { font-size: 13px; font-weight: 600; color: var(--gold); letter-spacing: 2px; line-height: 1.2; }
.logo-words small { font-size: 9px; color: var(--gray); letter-spacing: 3px; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 13px; font-weight: 500; color: rgba(245,240,232,0.8); letter-spacing: 0.5px; text-transform: uppercase; transition: var(--transition); position: relative; padding-bottom: 4px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--gold); transition: var(--transition); }
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: 10px 24px; background: var(--gold); color: var(--black); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; transition: var(--transition); flex-shrink: 0; }
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: var(--shadow-gold); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--gold); transition: var(--transition); display: block; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ---- HERO ---- */
.hero { position: relative; height: 100vh; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease; }
.hero-slide.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 24px; width: 100%; }
.hero-sub { font-size: 12px; font-weight: 600; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; opacity: 0; animation: fadeUp 1s 0.3s forwards; }
.hero-title { font-family: var(--font-serif); font-size: clamp(44px, 6vw, 82px); font-weight: 700; line-height: 1.1; color: var(--white); margin-bottom: 20px; opacity: 0; animation: fadeUp 1s 0.5s forwards; }
.hero-desc { font-size: 17px; color: rgba(245,240,232,0.8); max-width: 560px; margin-bottom: 40px; opacity: 0; animation: fadeUp 1s 0.7s forwards; }
.hero-search-box { background: rgba(10,10,10,0.85); backdrop-filter: blur(20px); border: 1px solid rgba(201,168,76,0.2); border-radius: 4px; overflow: hidden; max-width: 820px; opacity: 0; animation: fadeUp 1s 0.9s forwards; }
.search-tabs { display: flex; border-bottom: 1px solid rgba(201,168,76,0.15); }
.stab { padding: 12px 24px; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--gray); background: none; cursor: pointer; transition: var(--transition); }
.stab.active, .stab:hover { color: var(--gold); border-bottom: 2px solid var(--gold); }
.search-inputs { display: flex; align-items: center; padding: 16px; gap: 12px; flex-wrap: wrap; }
.si { flex: 1; min-width: 150px; display: flex; align-items: center; gap: 8px; border-right: 1px solid rgba(201,168,76,0.15); padding-right: 12px; }
.si:last-of-type { border-right: none; }
.si i { color: var(--gold); font-size: 14px; flex-shrink: 0; }
.si select { background: none; color: var(--light); font-size: 14px; width: 100%; cursor: pointer; }
.si select option { background: var(--dark2); color: var(--light); }
.search-btn { padding: 12px 28px; background: var(--gold); color: var(--black); font-size: 14px; font-weight: 600; border-radius: 2px; cursor: pointer; transition: var(--transition); white-space: nowrap; }
.search-btn:hover { background: var(--gold-light); }
.hero-dots { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: var(--transition); }
.dot.active { background: var(--gold); width: 24px; border-radius: 4px; }
.hero-scroll { position: absolute; bottom: 32px; right: 48px; color: var(--gold); font-size: 18px; animation: bounce 2s infinite; z-index: 3; }

/* ---- STATS ---- */
.stats-bar { background: var(--gold); padding: 32px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-item p { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(10,10,10,0.7); margin-top: 4px; }
.stat-num { font-family: var(--font-serif); font-size: 42px; font-weight: 700; color: var(--black); }
.stat-plus { font-size: 28px; font-weight: 700; color: var(--black); }

/* ---- SECTION BASE ---- */
.section { padding: 100px 0; }
.section-head { text-align: center; margin-bottom: 60px; }
.section-sub { font-size: 11px; font-weight: 700; letter-spacing: 4px; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; display: block; }
.section-head h2 { font-family: var(--font-serif); font-size: clamp(32px, 4vw, 52px); font-weight: 700; color: var(--white); margin-bottom: 16px; }
.section-desc { color: var(--gray); max-width: 560px; margin: 0 auto; font-size: 16px; }

/* ---- FILTER BAR ---- */
.filter-bar { display: flex; gap: 8px; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; }
.filter-btn { padding: 10px 24px; border: 1px solid rgba(201,168,76,0.3); color: var(--gray); font-size: 13px; font-weight: 500; letter-spacing: 0.5px; border-radius: 2px; cursor: pointer; background: none; transition: var(--transition); }
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ---- PROPERTIES GRID ---- */
.props-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-bottom: 48px; }
.prop-card { background: var(--dark2); border-radius: 4px; overflow: hidden; cursor: pointer; transition: var(--transition); border: 1px solid rgba(201,168,76,0.08); }
.prop-card:hover { transform: translateY(-8px); border-color: rgba(201,168,76,0.3); box-shadow: var(--shadow); }
.prop-card.hidden { display: none; }
.prop-img-wrap { position: relative; overflow: hidden; height: 240px; }
.prop-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.prop-card:hover .prop-img-wrap img { transform: scale(1.08); }
.prop-badge { position: absolute; top: 16px; left: 16px; background: var(--gold); color: var(--black); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; padding: 4px 12px; text-transform: uppercase; }
.prop-new { background: #1A6B3A; color: white; }
.prop-info { padding: 24px; }
.prop-price { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--gold); margin-bottom: 6px; }
.prop-name { font-size: 17px; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.prop-loc { font-size: 13px; color: var(--gray); margin-bottom: 16px; }
.prop-loc i { color: var(--gold); margin-right: 4px; }
.prop-details { display: flex; gap: 16px; border-top: 1px solid rgba(201,168,76,0.1); padding-top: 16px; }
.prop-det { font-size: 12px; color: var(--gray); display: flex; align-items: center; gap: 5px; }
.prop-det i { color: var(--gold); }
.prop-det span { color: var(--light); font-weight: 500; }

/* ---- CENTER BTN ---- */
.center-btn { text-align: center; }
.btn-outline { display: inline-block; padding: 14px 40px; border: 1px solid var(--gold); color: var(--gold); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border-radius: 2px; transition: var(--transition); }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-gold { display: inline-block; padding: 14px 32px; background: var(--gold); color: var(--black); font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; cursor: pointer; transition: var(--transition); width: 100%; text-align: center; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-gold); }

/* ---- MODAL ---- */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal-box { background: var(--dark2); border: 1px solid rgba(201,168,76,0.2); border-radius: 4px; max-width: 1000px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; transform: translateY(30px); transition: transform 0.4s ease; }
.modal-overlay.open .modal-box { transform: translateY(0); }
.modal-close { position: absolute; top: 16px; right: 16px; z-index: 10; background: rgba(0,0,0,0.5); color: var(--white); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: var(--transition); }
.modal-close:hover { background: var(--gold); color: var(--black); }
.modal-gallery { height: 320px; overflow: hidden; position: relative; }
.modal-gallery img { width: 100%; height: 100%; object-fit: cover; }
.modal-body { display: grid; grid-template-columns: 1fr 340px; gap: 0; }
.modal-left { padding: 32px; }
.modal-left h2 { font-family: var(--font-serif); font-size: 26px; color: var(--white); margin-bottom: 8px; }
.modal-left .modal-price { font-size: 24px; color: var(--gold); font-weight: 700; margin-bottom: 16px; }
.modal-left .modal-loc { color: var(--gray); margin-bottom: 24px; }
.modal-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 24px; }
.mf { background: var(--dark3); padding: 12px; border-radius: 2px; text-align: center; border: 1px solid rgba(201,168,76,0.1); }
.mf i { color: var(--gold); display: block; margin-bottom: 4px; }
.mf span { font-size: 12px; color: var(--gray); display: block; }
.mf strong { font-size: 15px; color: var(--white); }
.modal-left p { color: var(--gray); line-height: 1.8; }
.modal-right { background: var(--dark3); padding: 32px; border-left: 1px solid rgba(201,168,76,0.1); }
.inquiry-form h3 { font-family: var(--font-serif); font-size: 20px; color: var(--gold); margin-bottom: 20px; }
.inquiry-form input, .inquiry-form textarea { width: 100%; background: var(--dark2); border: 1px solid rgba(201,168,76,0.15); color: var(--light); padding: 12px 14px; border-radius: 2px; margin-bottom: 12px; font-size: 14px; transition: var(--transition); }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--gold); }
.whatsapp-form-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; background: #25D366; color: white; border-radius: 2px; font-weight: 600; font-size: 14px; margin-top: 10px; transition: var(--transition); width: 100%; text-align: center; }
.whatsapp-form-btn:hover { background: #1ebe5d; }

/* ---- SERVICES ---- */
.services-section { background: var(--dark); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.service-card { background: var(--dark2); padding: 40px 32px; border: 1px solid rgba(201,168,76,0.08); border-radius: 4px; transition: var(--transition); text-align: center; }
.service-card:hover { border-color: var(--gold); transform: translateY(-6px); box-shadow: var(--shadow-gold); }
.service-icon { width: 64px; height: 64px; background: rgba(201,168,76,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; font-size: 24px; color: var(--gold); transition: var(--transition); }
.service-card:hover .service-icon { background: var(--gold); color: var(--black); }
.service-card h3 { font-family: var(--font-serif); font-size: 20px; color: var(--white); margin-bottom: 14px; }
.service-card p { color: var(--gray); font-size: 15px; line-height: 1.7; }

/* ---- AREAS ---- */
.areas-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.area-card { position: relative; border-radius: 4px; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; }
.area-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.6s ease; }
.area-card:hover .area-img { transform: scale(1.1); }
.area-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 60%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; }
.area-overlay h3 { font-family: var(--font-serif); font-size: 22px; color: var(--white); margin-bottom: 4px; }
.area-overlay p { color: var(--gold); font-size: 14px; font-weight: 600; }

/* AREA MODAL */
.area-modal-box { max-width: 700px; }
.area-modal-img { height: 280px; background-size: cover; background-position: center; }
.area-modal-content { padding: 32px; }
.area-modal-content h2 { font-family: var(--font-serif); font-size: 28px; color: var(--white); margin-bottom: 8px; }
.area-modal-content .area-price { color: var(--gold); font-size: 16px; font-weight: 600; margin-bottom: 16px; }
.area-modal-content p { color: var(--gray); line-height: 1.8; margin-bottom: 20px; }
.area-modal-content .btn-gold { width: auto; display: inline-block; }

/* ---- AGENTS ---- */
.agents-section { background: var(--dark); }
.agents-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.agent-card { background: var(--dark2); border: 1px solid rgba(201,168,76,0.08); border-radius: 4px; overflow: hidden; transition: var(--transition); text-align: center; }
.agent-card:hover { transform: translateY(-6px); border-color: rgba(201,168,76,0.3); }
.agent-img { height: 280px; background-size: cover; background-position: center top; }
.agent-info { padding: 24px; }
.agent-info h3 { font-family: var(--font-serif); font-size: 20px; color: var(--white); margin-bottom: 6px; }
.agent-role { color: var(--gold); font-size: 13px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 6px; }
.agent-spec { color: var(--gray); font-size: 13px; margin-bottom: 18px; }
.agent-socials { display: flex; gap: 12px; justify-content: center; }
.agent-socials a { width: 38px; height: 38px; border: 1px solid rgba(201,168,76,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 15px; transition: var(--transition); }
.agent-socials a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ---- ABOUT ---- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; height: 520px; }
.about-img-main { position: absolute; top: 0; left: 0; right: 80px; bottom: 60px; background-size: cover; background-position: center; border-radius: 4px; }
.about-img-accent { position: absolute; bottom: 0; right: 0; width: 240px; height: 280px; background-size: cover; background-position: center; border-radius: 4px; border: 4px solid var(--dark); }
.about-badge { position: absolute; top: 30px; right: 0; background: var(--gold); color: var(--black); padding: 18px 22px; text-align: center; border-radius: 4px; }
.about-badge-num { display: block; font-family: var(--font-serif); font-size: 36px; font-weight: 700; line-height: 1; }
.about-badge-text { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.about-content .section-sub { text-align: left; }
.about-content h2 { font-family: var(--font-serif); font-size: clamp(28px, 3.5vw, 44px); color: var(--white); margin-bottom: 20px; text-align: left; }
.about-content p { color: var(--gray); margin-bottom: 16px; }
.about-list { margin: 24px 0 32px; display: flex; flex-direction: column; gap: 12px; }
.about-list li { display: flex; align-items: center; gap: 12px; color: var(--light); }
.about-list li i { color: var(--gold); font-size: 16px; flex-shrink: 0; }

/* ---- TESTIMONIALS ---- */
.testimonials-section { background: var(--dark); overflow: hidden; }
.testimonials-slider { overflow: hidden; }
.testi-track { display: flex; gap: 24px; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); }
.testi-card { flex: 0 0 calc(33.333% - 16px); background: var(--dark2); border: 1px solid rgba(201,168,76,0.1); border-radius: 4px; padding: 36px; }
.testi-stars { color: var(--gold); font-size: 18px; margin-bottom: 16px; letter-spacing: 2px; }
.testi-text { color: var(--gray); font-size: 15px; line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar { width: 48px; height: 48px; border-radius: 50%; background-size: cover; background-position: center; flex-shrink: 0; border: 2px solid var(--gold); }
.testi-author strong { display: block; color: var(--white); font-size: 15px; }
.testi-author span { color: var(--gray); font-size: 12px; }
.testi-nav { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }
.testi-nav button { width: 44px; height: 44px; border: 1px solid rgba(201,168,76,0.3); background: none; color: var(--gold); border-radius: 50%; cursor: pointer; font-size: 15px; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.testi-nav button:hover { background: var(--gold); color: var(--black); }

/* ---- INSTAGRAM STRIP ---- */
.insta-strip { background: var(--dark2); }
.insta-header { display: flex; align-items: center; gap: 12px; padding: 28px 24px; border-bottom: 1px solid rgba(201,168,76,0.1); justify-content: center; font-size: 16px; color: var(--gray); }
.insta-header i { font-size: 22px; color: var(--gold); }
.insta-header a { color: var(--gold); font-weight: 600; }
.insta-grid { display: grid; grid-template-columns: repeat(6,1fr); }
.insta-item { aspect-ratio: 1; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.insta-hover { position: absolute; inset: 0; background: rgba(201,168,76,0.6); display: flex; align-items: center; justify-content: center; font-size: 28px; color: white; opacity: 0; transition: var(--transition); }
.insta-item:hover .insta-hover { opacity: 1; }

/* ---- CONTACT ---- */
.contact-section { background: var(--dark); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.ci-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.ci-icon { width: 48px; height: 48px; background: rgba(201,168,76,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 18px; flex-shrink: 0; }
.ci-item h4 { color: var(--white); font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.ci-item p, .ci-item a { color: var(--gray); font-size: 15px; transition: var(--transition); }
.ci-item a:hover { color: var(--gold); }
.contact-hours { background: var(--dark2); border: 1px solid rgba(201,168,76,0.1); padding: 24px; border-radius: 4px; margin-top: 8px; }
.contact-hours h4 { color: var(--gold); font-size: 14px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.contact-hours p { color: var(--gray); font-size: 14px; margin-bottom: 4px; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: var(--dark2); border: 1px solid rgba(201,168,76,0.15); color: var(--light); padding: 14px 16px; border-radius: 2px; font-size: 14px; transition: var(--transition); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form select option { background: var(--dark2); }
.form-success { display: flex; align-items: center; gap: 10px; color: #4CAF50; font-size: 15px; padding: 14px; background: rgba(76,175,80,0.1); border-radius: 2px; border: 1px solid rgba(76,175,80,0.3); }

/* ---- FOOTER ---- */
.footer { background: var(--black); border-top: 1px solid rgba(201,168,76,0.15); }
.footer-top { padding: 80px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { height: 56px; margin-bottom: 20px; }
.footer-brand p { color: var(--gray); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 40px; height: 40px; border: 1px solid rgba(201,168,76,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 16px; transition: var(--transition); }
.footer-socials a:hover { background: var(--gold); color: var(--black); }
.footer-links h4, .footer-contact h4 { color: var(--white); font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; }
.footer-links ul li { margin-bottom: 10px; }
.footer-links ul li a { color: var(--gray); font-size: 14px; transition: var(--transition); }
.footer-links ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact p { color: var(--gray); font-size: 14px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.footer-contact i { color: var(--gold); }
.footer-contact a { color: var(--gray); transition: var(--transition); }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(201,168,76,0.1); padding: 20px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { color: var(--gray); font-size: 13px; }

/* ---- FLOATING BUTTONS ---- */
.float-wa, .float-ig { position: fixed; right: 24px; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; z-index: 999; box-shadow: 0 4px 20px rgba(0,0,0,0.4); transition: var(--transition); }
.float-wa { bottom: 90px; background: #25D366; color: white; }
.float-ig { bottom: 158px; background: linear-gradient(45deg, #f09433,#e6683c,#dc2743,#cc2366,#bc1888); color: white; }
.float-wa:hover, .float-ig:hover { transform: scale(1.1) translateY(-2px); }

/* ---- REVEAL ANIMATION ---- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---- ANIMATIONS ---- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .props-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-img-wrap { height: 360px; }
  .modal-body { grid-template-columns: 1fr; }
  .modal-right { border-left: none; border-top: 1px solid rgba(201,168,76,0.1); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .agents-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2,1fr); }
  .testi-card { flex: 0 0 calc(50% - 12px); }
  .insta-grid { grid-template-columns: repeat(3,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .navbar { top: 0; }
  .nav-links { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(10,10,10,0.98); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; align-items: center; gap: 36px; transform: translateX(100%); transition: transform 0.4s ease; z-index: 999; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 20px; }
  .nav-cta { display: none; }
  .hamburger { display: flex; z-index: 1001; }
  .hero-title { font-size: 36px; }
  .hero-desc { font-size: 15px; }
  .props-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .agents-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .about-content h2 { text-align: center; }
  .about-content .section-sub { text-align: center; }
  .about-list { align-items: flex-start; }
  .testi-card { flex: 0 0 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom .container { flex-direction: column; gap: 8px; text-align: center; }
  .search-inputs { flex-direction: column; }
  .si { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.15); padding-bottom: 12px; width: 100%; }
  .si:last-of-type { border-bottom: none; }
  .form-row { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .hero-title { font-size: 28px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .modal-features { grid-template-columns: repeat(2,1fr); }
}
