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

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #0D0D0D;
  color: #fff;
}

.font-serif { font-family: 'Cormorant Garamond', serif; }

/* Hero */
.hero-bg {
  background-image:
    linear-gradient(to bottom, rgba(13,13,13,0.55) 0%, rgba(13,13,13,0.75) 60%, #0D0D0D 100%),
    url('../images/hero-bg.jpg');
  background-size: cover;
  background-position: center;
}

/* Prices */
.price-up  { color: #4ade80; }
.price-down { color: #f87171; }

/* Buttons */
.btn-gold {
  background-color: transparent;
  border: 1px solid #C9A84C;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  transition: background 0.2s;
  display: inline-block;
}
.btn-gold:hover { background-color: rgba(201,168,76,0.15); }

.btn-gold-solid {
  background-color: #C9A84C;
  color: #0D0D0D;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.75rem 1.75rem;
  transition: background 0.2s;
  display: inline-block;
}
.btn-gold-solid:hover { background-color: #E2C97E; }

/* Navbar */
.nav-link {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #ccc;
  transition: color 0.2s;
}
.nav-link:hover { color: #C9A84C; }

/* Typography */
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
}
.gold-text {
  color: #C9A84C;
  font-style: italic;
}

/* Cards */
.price-card {
  background: #141414;
  border: 1px solid #2a2a2a;
}

.what-card {
  background: #141414;
  border: 1px solid #1e1e1e;
  overflow: hidden;
  transition: border-color 0.2s;
}
.what-card:hover { border-color: #C9A84C; }

.card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Icon box */
.icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #C9A84C;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Avalúo form */
.date-btn {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #ccc;
  font-size: 0.7rem;
  text-align: center;
  padding: 0.6rem 0;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.date-btn.active,
.date-btn:hover { border-color: #C9A84C; color: #C9A84C; }

.time-btn {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #ccc;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem 0;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.time-btn.active,
.time-btn:hover { border-color: #C9A84C; color: #C9A84C; }

.form-input {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.75rem 1rem;
  width: 100%;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.form-input input { background: transparent; outline: none; flex: 1; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 0.8rem; }
.form-input input::placeholder { color: #555; }
.form-input:focus-within { border-color: #C9A84C; }

/* Process */
.step-box {
  background: #141414;
  border: 1px solid #2a2a2a;
}
.step-icon {
  width: 5rem;
  height: 5rem;
  border: 1px solid #C9A84C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* Testimonials */
.testimonial-card {
  background: #141414;
  border: 1px solid #1e1e1e;
}

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #1a1208 0%, #0D0D0D 50%, #1a1208 100%);
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

/* Footer */
.footer-bg { background: #080808; }

/* ─── Modals ──────────────────────────────────────────────────────────────── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,0.85);
  display: flex; align-items: center; justify-content: center;
  padding: 1rem;
  backdrop-filter: blur(4px);
}
.modal-box {
  background: #141414;
  border: 1px solid #2a2a2a;
  max-width: 680px; width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
}
.modal-box::-webkit-scrollbar { display: none; }
.modal-close {
  position: absolute; top: 1rem; right: 1rem; z-index: 10;
  width: 2rem; height: 2rem;
  border: 1px solid #2a2a2a;
  color: #aaa; font-size: 1.2rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  background: #0d0d0d;
  cursor: pointer; transition: border-color .2s, color .2s;
}
.modal-close:hover { border-color: #C9A84C; color: #C9A84C; }
.modal-img-wrap { position: relative; height: 240px; overflow: hidden; }
.modal-img { width: 100%; height: 100%; object-fit: cover; }
.modal-img-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #141414 0%, transparent 60%);
}
.modal-body { padding: 1.75rem; }

/* ─── Calendar ────────────────────────────────────────────────────────────── */
.cal-day {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; color: #ccc;
  border: 1px solid transparent;
  cursor: pointer; transition: border-color .15s, color .15s;
}
.cal-day:not(:disabled):hover { border-color: #C9A84C; color: #C9A84C; }
.cal-day-disabled { color: #333; cursor: not-allowed; }
.cal-day.picked { border-color: #C9A84C; color: #C9A84C; background: rgba(201,168,76,.08); }

/* ─── Testimonial dots ────────────────────────────────────────────────────── */
.testimonial-dot {
  width: .5rem; height: .5rem;
  border-radius: 50%;
  background: #2a2a2a;
  border: none; cursor: pointer;
  transition: background .2s, transform .2s;
}
.testimonial-dot.active { background: #C9A84C; transform: scale(1.25); }

/* Hide scrollbar on testimonials track */
#testimonialsTrack::-webkit-scrollbar { display: none; }
