@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Karla:wght@300;400;500&display=swap');

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

:root {
  --bg-dark: #1B2A4A;
  --bg-teal: #1B2A4A;
  --bg-surface: #F2E8D5;
  --bg-card: #EAE0CA;
  --bg-light: #E2D8C0;
  --warm-white: #F2E8D5;
  --text-dark: #1C2430;
  --text-mid: #3A4858;
  --muted: #4A5568;
  --muted-light: #5A6A7A;
  --gold: #A8813E;
  --gold-light: #B8924E;
  --forest-light: #D4DDE8;
  --border: rgba(28,36,48,0.1);
  --border-light: rgba(28,36,48,0.07);
  --border-dark: rgba(212,221,232,0.12);
  --radius: 4px;
}

html { scroll-behavior: smooth; }
body { background: var(--bg-dark); color: var(--warm-white); font-family: 'Karla', sans-serif; font-weight: 300; font-size: 18px; line-height: 1.6; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.6rem 4rem;
  background: rgba(27,42,74,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(201,169,110,0.25);
}
.logo { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; letter-spacing: 0.18em; line-height: 1; text-align: center; grid-column: 2; color: #F5F0E8 !important; text-decoration: none; }
.logo-inner { color: #F5F0E8 !important; display: inline-block; position: relative; padding-bottom: 8px; }
.logo-inner > span { color: #C9A96E !important; }
.logo small { display: block; font-family: 'Karla', sans-serif; font-size: 0.65rem; letter-spacing: 0.55em; text-transform: uppercase; color: rgba(201,169,110,0.75); font-weight: 400; margin-top: 0.4rem; text-align: center; }
/* merged above */
.logo-inner::after { content: ''; position: absolute; bottom: 0; left: 10% ; right: 10%; height: 1px; background: linear-gradient(to right, transparent 0%, rgba(201,169,110,0.55) 15%, rgba(201,169,110,1) 40%, rgba(201,169,110,1) 60%, rgba(201,169,110,0.55) 85%, transparent 100%); }
nav ul { list-style: none; display: flex; gap: 2.5rem; justify-content: flex-start; grid-column: 1; align-self: center; }
nav ul li { position: relative; }
nav ul li a { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(245,240,232,0.82); transition: color 0.2s; }
nav ul li a:hover { color: #F5F0E8; }

/* DROPDOWN */
.nav-dropdown { display: none; position: absolute; top: calc(100% + 1.2rem); left: -1.5rem; background: rgba(27,42,74,0.98); backdrop-filter: blur(12px); border: 0.5px solid rgba(201,169,110,0.15); min-width: 240px; padding: 0.6rem 0; z-index: 300; }
.nav-dropdown a { display: block; padding: 0.7rem 1.5rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,240,232,0.6); transition: color 0.2s, background 0.2s; white-space: nowrap; }
.nav-dropdown a:hover { color: var(--gold); background: rgba(201,169,110,0.06); }
.nav-dropdown .dropdown-divider { height: 0.5px; background: rgba(201,169,110,0.1); margin: 0.4rem 0; }
.nav-dropdown.open { display: block; }
.nav-cta { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 0.5px solid rgba(201,169,110,0.45); padding: 0.55rem 1.3rem; justify-self: end; align-self: center; grid-column: 3; white-space: nowrap; transition: all 0.2s; }
.nav-cta:hover { color: var(--bg-dark); background: var(--gold); border-color: var(--gold); }
.nav-mobile { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; grid-column: 3; justify-self: end; }
.nav-mobile span { display: block; width: 22px; height: 1px; background: #F5F0E8; }

/* GOLD LINE */
.gold-line { height: 1.5px; background: linear-gradient(to right, transparent 0%, var(--gold) 20%, var(--gold) 80%, transparent 100%); opacity: 0.6; position: relative; z-index: 200; }

/* HERO */
.hero {
  min-height: 100vh; padding-top: 6rem;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--bg-dark);
}
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 0 4rem 6rem 4rem; }
.eyebrow { font-size: 0.75rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; opacity: 0.7; }
h1 { font-family: 'Cormorant Garamond', serif; font-size: 6rem; font-weight: 300; line-height: 1.0; margin-bottom: 1.8rem; color: var(--gold-light); }
h1 em { font-style: italic; color: #F5F0E8; }
.hero-sub { font-size: 1.1rem; color: var(--forest-light); line-height: 1.8; max-width: 420px; margin-bottom: 2.5rem; opacity: 0.7; }
.btn-row { display: flex; align-items: center; gap: 2rem; }
.btn-primary { background: var(--gold); color: var(--bg-dark); border: none; padding: 1rem 2.2rem; font-family: 'Karla', sans-serif; font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s; }
.btn-primary:hover { opacity: 0.85; }
.btn-ghost { font-size: 0.82rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); cursor: pointer; opacity: 0.7; }
.hero-right { background: #142038; position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 100%; align-self: stretch; z-index: 3; }
.hero-pattern { position: absolute; inset: 0; }
.hero-badge {
  position: absolute; bottom: 2.5rem; left: 2.5rem;
  background: rgba(10,22,18,0.88); backdrop-filter: blur(8px);
  padding: 1.4rem 1.8rem; border: 0.5px solid rgba(201,169,110,0.18); min-width: 260px;
}
.badge-tag { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.badge-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; margin-bottom: 0.4rem; color: var(--gold-light); }
.badge-price { font-size: 0.88rem; color: rgba(201,169,110,0.55); }

/* STATS */
.stats { background: transparent; display: grid; grid-template-columns: repeat(4,1fr); border-top: none; border-bottom: none; }
.stat { padding: 2.2rem 2rem; text-align: center; border-right: 0.5px solid rgba(27,42,74,0.15); }
.stat:last-child { border-right: none; }
.stat-n { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 400; color: var(--gold); line-height: 1; margin-bottom: 0.4rem; }
.stat-l { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); opacity: 0.6; font-weight: 400; }

/* STATS + SEPARATOR */
.section-fade {
  background: var(--bg-dark);
  position: relative; z-index: 2;
  padding-top: 0; padding-bottom: 0;
  border-bottom: 0.5px solid rgba(201,169,110,0.25);
}
/* PROPERTIES SECTION */
.properties-section { padding: 6rem 3rem; background: #F2E8D5; position: relative; z-index: 2; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; }
h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 300; line-height: 1.2; color: var(--text-dark); }
.section-link { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bg-teal); border-bottom: 0.5px solid var(--bg-teal); padding-bottom: 1px; white-space: nowrap; }

/* FILTERS */
.filters { display: flex; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; border-bottom: 0.5px solid var(--border); padding-bottom: 1.2rem; }
.filter-btn {
  padding: 0; border: none; background: none;
  font-family: 'Karla', sans-serif;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; color: var(--muted); transition: color 0.2s;
}
.filter-btn:hover { color: var(--text-dark); }
.filter-btn.active { color: var(--gold); }

/* GRID */
.props-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.prop-card { cursor: pointer; transition: transform 0.25s; background: var(--bg-card); border: 0.5px solid var(--border); }
.prop-card:hover { transform: translateY(-5px); }
.prop-card:hover .prop-img-inner { transform: scale(1.04); }
.prop-img { height: 300px; overflow: hidden; position: relative; background: var(--bg-light); }
@media (min-width: 1600px) { .prop-img { height: 360px; } }
@media (min-width: 2200px) { .prop-img { height: 460px; } }
@media (min-width: 3200px) { .prop-img { height: 580px; } }
.prop-img-inner { width: 100%; height: 100%; transition: transform 0.5s ease; display: flex; align-items: center; justify-content: center; }
.prop-img-inner img { width: 100%; height: 100%; object-fit: cover; }
.prop-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.prop-tag { position: absolute; top: 1rem; left: 1rem; background: var(--bg-dark); color: var(--gold); font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; padding: 0.3rem 0.7rem; }
.prop-tag.exclusiv { background: var(--bg-teal); color: var(--teal-light); }
.prop-body { padding: 1.2rem; }
.prop-zona { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bg-teal); margin-bottom: 0.4rem; }
.prop-titlu { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; line-height: 1.3; margin-bottom: 0.8rem; color: var(--text-dark); }
.prop-divider { width: 2rem; height: 0.5px; background: var(--gold); margin-bottom: 0.8rem; opacity: 0.5; }
.prop-meta { display: flex; gap: 1.2rem; font-size: 0.7rem; color: var(--muted); margin-bottom: 0.8rem; }
.prop-pret { font-size: 0.85rem; }
.prop-pret strong { font-weight: 500; color: var(--text-dark); }
.prop-pret span { color: var(--muted); }
.no-results { grid-column: 1/-1; text-align: center; padding: 4rem; color: var(--muted); font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-style: italic; }

/* VIDEO BADGE ON CARD */
.prop-video-badge {
  position: absolute; bottom: 1rem; right: 1rem;
  background: rgba(15,15,13,0.75); color: var(--warm-white);
  font-size: 0.65rem; padding: 0.3rem 0.6rem; letter-spacing: 0.1em;
}
.prop-img-count {
  position: absolute; bottom: 1rem; left: 1rem;
  background: rgba(15,15,13,0.65); color: var(--warm-white);
  font-size: 0.62rem; padding: 0.25rem 0.6rem; letter-spacing: 0.1em;
}

/* MODAL */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 500;
  background: rgba(0,0,0,0.85); backdrop-filter: blur(6px);
  overflow-y: auto;
}
.modal-overlay.open { display: flex; align-items: flex-start; justify-content: center; padding: 2rem; }
.modal { background: var(--bg-surface); max-width: 900px; width: 100%; margin: auto; position: relative; border: 0.5px solid var(--border-light); }
.modal-close {
  position: absolute; top: 1.5rem; right: 1.5rem; z-index: 10;
  background: var(--bg-dark); color: var(--warm-white); border: 0.5px solid var(--border-light);
  width: 36px; height: 36px; cursor: pointer; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: var(--gold); color: var(--bg-dark); border-color: var(--gold); }

/* SLIDER */
.modal-slider-wrap { position: relative; height: 420px; overflow: hidden; background: var(--bg-light); cursor: pointer; }
.slide { display: none; width: 100%; height: 100%; }
.slide.active { display: block; }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slider-controls {
  display: none; position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%);
  gap: 0.6rem; align-items: center; background: rgba(0,0,0,0.6);
  padding: 0.4rem 0.8rem; backdrop-filter: blur(4px);
}
.slider-btn { background: none; border: none; color: var(--warm-white); cursor: pointer; font-size: 1rem; padding: 0 0.3rem; line-height: 1; }
.slider-btn:hover { color: var(--gold); }
#slider-count { font-size: 0.68rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; min-width: 40px; text-align: center; }

/* VIDEO EMBED */
.modal-video-wrap { display: none; padding: 0 2.5rem 1.5rem; background: var(--bg-surface); }
.modal-video-wrap iframe { width: 100%; height: 320px; display: block; }

/* MAP */
.modal-map-wrap { display: none; padding: 1.5rem 2.5rem 2rem; background: var(--bg-surface); border-top: 0.5px solid var(--border); }
.modal-map-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
#modal-map-inner { height: 220px; border: 0.5px solid var(--border-light); }

/* MODAL BODY */
.modal-body { padding: 2.5rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; background: var(--bg-surface); }
.modal-tag { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.modal-titlu { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; line-height: 1.2; margin-bottom: 1.5rem; color: var(--text-dark); }
.modal-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-bottom: 1.5rem; }
.spec { background: var(--bg-card); padding: 0.8rem; text-align: center; border: 0.5px solid var(--border); }
.spec-val { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--text-dark); line-height: 1; margin-bottom: 0.2rem; }
.spec-lbl { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.modal-desc { font-size: 0.88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.5rem; }
.modal-caract h4 { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dark); margin-bottom: 0.8rem; }
.caract-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.caract-item { font-size: 0.72rem; padding: 0.35rem 0.8rem; border: 0.5px solid var(--border); color: var(--text-mid); }
.modal-sidebar { min-width: 220px; }
.modal-pret-box { background: var(--bg-card); border: 0.5px solid var(--border-light); padding: 1.5rem; margin-bottom: 1rem; }
.modal-pret-lbl { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; }
.modal-pret-val { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300; color: var(--gold); }
.modal-contact-btn { width: 100%; padding: 1rem; background: var(--bg-dark); color: var(--warm-white); border: 0.5px solid var(--bg-dark); font-family: 'Karla', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; margin-bottom: 0.5rem; transition: all 0.2s; }
.modal-contact-btn:hover { background: var(--gold); color: var(--bg-dark); border-color: var(--gold); }
.modal-tel { text-align: center; font-size: 0.75rem; color: var(--muted); margin-top: 0.5rem; }

/* LIGHTBOX */
.lightbox {
  display: none; position: fixed; inset: 0; z-index: 900;
  background: rgba(0,0,0,0.95); align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 92vw; max-height: 92vh; object-fit: contain;
  display: block; user-select: none;
}
.lightbox-close {
  position: fixed; top: 1.5rem; right: 1.5rem;
  background: var(--bg-dark); color: var(--warm-white);
  border: 0.5px solid rgba(255,255,255,0.15);
  width: 40px; height: 40px; font-size: 1.1rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 901;
}
.lightbox-close:hover { background: var(--gold); color: var(--bg-dark); }
.lightbox-prev, .lightbox-next {
  position: fixed; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.5); color: var(--warm-white);
  border: none; font-size: 1.5rem; width: 48px; height: 64px;
  cursor: pointer; z-index: 901; transition: background 0.2s;
}
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(201,169,110,0.6); }
.lightbox-counter {
  position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  font-size: 0.68rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.5);
}
.modal-whatsapp-btn {
  width: 100%; padding: 0.85rem; background: #25D366; color: white; border: none;
  font-family: 'Karla', sans-serif; font-size: 0.72rem; letter-spacing: 0.18em;
  text-transform: uppercase; cursor: pointer; transition: opacity 0.2s; margin-bottom: 0.5rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.modal-whatsapp-btn:hover { opacity: 0.88; }
.modal-whatsapp-btn svg { width: 16px; height: 16px; fill: white; flex-shrink: 0; }

/* SERVICII */
#servicii { background: var(--bg-dark); padding: 6rem 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; border-top: 0.5px solid rgba(201,169,110,0.1); }
#servicii h2 { color: var(--gold-light); }
#servicii p { color: var(--forest-light); opacity: 0.7; }
.etapa-service-titlu { font-size: 0.9rem; letter-spacing: 0.08em; color: var(--gold-light) !important; margin-bottom: 0.4rem; }
.etapa-service-desc { font-size: 0.82rem; color: var(--forest-light) !important; opacity: 0.65; line-height: 1.75; }

/* CONTACT */
.contact-section { background: var(--bg-surface); padding: 6rem 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; border-top: 0.5px solid var(--border); }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group textarea, .form-group select {
  background: var(--bg-card); border: 0.5px solid var(--border);
  padding: 0.75rem 1rem; font-family: 'Karla', sans-serif; font-size: 0.88rem;
  color: var(--text-dark); outline: none; transition: border-color 0.2s;
  -webkit-appearance: none; appearance: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--bg-teal); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { background: var(--bg-teal); color: var(--teal-light); border: none; padding: 1rem 2rem; font-family: 'Karla', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s; align-self: flex-start; }
.form-submit:hover { opacity: 0.85; }
.form-success { display: none; background: var(--bg-card); color: var(--text-dark); padding: 1rem 1.5rem; font-size: 0.85rem; border: 0.5px solid var(--border); }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 2rem; }
.contact-details { display: flex; flex-direction: column; gap: 1rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item-icon { width: 36px; height: 36px; background: var(--bg-card); border: 0.5px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-icon svg { width: 14px; height: 14px; fill: var(--bg-teal); }
.contact-item-label { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bg-teal); margin-bottom: 0.2rem; }
.contact-item-val { font-size: 0.85rem; color: var(--text-dark); }

/* FOOTER */
footer { background: #131E36; padding: 4rem 3rem 2rem; border-top: 0.5px solid rgba(201,169,110,0.12); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 0.5px solid rgba(217,176,140,0.1); margin-bottom: 2rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; letter-spacing: 0.12em; color: #F5F0E8 !important; margin-bottom: 0.8rem; }
.footer-logo span { color: #C9A96E !important; }
.footer-desc { font-size: 0.78rem; color: rgba(217,176,140,0.5); line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { font-size: 0.78rem; color: rgba(209,232,226,0.5); margin-bottom: 0.6rem; cursor: pointer; transition: color 0.15s; }
.footer-col ul li:hover { color: var(--teal-light); }
.footer-bottom { display: flex; justify-content: space-between; font-size: 0.65rem; color: rgba(217,176,140,0.3); }

/* HERO FEATURED */
.hero-featured-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: #0A1612;
  border-left: 0.5px solid rgba(217,176,140,0.1);
}
.hero-featured-inner { padding: 3rem; }
.hero-featured-card {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; cursor: pointer; overflow: hidden;
  border-left: 0.5px solid rgba(217,176,140,0.1);
}
.hero-featured-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
}
.hero-featured-card:hover .hero-featured-img { transform: scale(1.04); }
.hero-featured-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,32,56,0.96) 0%, rgba(20,32,56,0.5) 40%, rgba(20,32,56,0.1) 100%);
}
.hero-featured-info {
  position: relative; z-index: 2;
  padding: 2.5rem;
}
.hero-featured-tag {
  font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.8rem;
}
.hero-featured-title {
  font-family: 'Cormorant Garamond', serif; font-size: 1.8rem;
  font-weight: 300; color: var(--gold-light); line-height: 1.2;
  margin-bottom: 0.6rem;
}
.hero-featured-price {
  font-size: 0.88rem; color: rgba(217,176,140,0.7); margin-bottom: 1.2rem;
}
.hero-featured-btn {
  display: inline-block; font-size: 0.7rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold);
  border-bottom: 0.5px solid var(--gold); padding-bottom: 2px;
}
@keyframes blink { 0%,100%{opacity:0.5} 50%{opacity:0} }
.hero-left h1 { opacity: 0; }
.fade-in { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: none; }
.hero-left h1.fade-in { opacity: 0; transform: none; transition: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  nav ul, .nav-cta { display: none; }
  .nav-mobile { display: flex; }
  nav ul.mobile-open {
    display: flex !important; flex-direction: column;
    position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
    background: rgba(27,42,74,0.98); backdrop-filter: blur(12px);
    padding: 1.5rem 2rem; gap: 0; z-index: 199;
    overflow-y: auto; border-top: 0.5px solid rgba(201,169,110,0.15);
  }
  nav ul.mobile-open > li { border-bottom: 0.5px solid rgba(201,169,110,0.08); }
  nav ul.mobile-open > li > a { display: block !important; padding: 1rem 0; font-size: 0.9rem; letter-spacing: 0.2em; color: rgba(245,240,232,0.85) !important; }
  nav ul.mobile-open .nav-dropdown { display: flex !important; position: static; background: none; border: none; padding: 0 0 0.8rem 1rem; flex-direction: column; backdrop-filter: none; min-width: unset; box-shadow: none; }
  nav ul.mobile-open .nav-dropdown a { padding: 0.5rem 0; font-size: 0.78rem; color: rgba(245,240,232,0.55) !important; }
  nav ul.mobile-open .dropdown-divider { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-right { height: 50vh; }
  .properties-section, .contact-section { padding: 4rem 1.5rem; }
  h1 { font-size: 2.8rem; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .props-grid { grid-template-columns: repeat(2,1fr); }
  .modal-body { grid-template-columns: 1fr; }
  .modal-sidebar { min-width: unset; }
  .contact-section, #servicii { grid-template-columns: 1fr; gap: 3rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  nav { padding: 1rem 1.5rem; }
  .properties-section, .contact-section { padding: 4rem 1.5rem; }
}
@media (max-width: 600px) {
  .props-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .modal-specs { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  h1 { font-size: 2.2rem; }
  .hero-left { padding: 3rem 1.5rem; }
}

