/* ===== VARIABLES ===== */
:root {
  --gold: #c9a84c;
  --gold-light: #e8c96a;
  --gold-dark: #a07830;
  --black: #0a0a0a;
  --dark: #111111;
  --dark2: #1a1a1a;
  --dark3: #222222;
  --text: #e8e8e8;
  --text-muted: #999;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --transition: 0.3s ease;
}

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

/* ===== UTILITIES ===== */
.container { width: 90%; max-width: 1200px; margin: 0 auto; }
.gold { color: var(--gold); }
.section { padding: 90px 0; }
.mt { margin-top: 24px; display: inline-block; }
.mt-sm { margin-top: 10px; }
.full { width: 100%; justify-content: center; }

/* ===== SECTION HEADER ===== */
.section-header { text-align: center; margin-bottom: 60px; }
.section-header.light h2, .section-header.light p { color: var(--white); }
.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.section-header h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--white);
  margin-bottom: 16px;
}
.section-header p {
  max-width: 640px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  letter-spacing: 0.5px;
  text-align: center;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black);
}
.btn-gold:hover { background: linear-gradient(135deg, var(--gold-light), var(--gold)); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,168,76,0.35); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-dark { background: var(--dark3); color: var(--white); border: 1px solid #444; }
.btn-dark:hover { background: #333; }
.btn-nav {
  background: var(--gold);
  color: var(--black);
  padding: 10px 22px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
}
.btn-nav:hover { background: var(--gold-light); }

/* ===== NAVBAR ===== */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  transition: var(--transition);
}
#header.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,0.6); }
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.nav-logo { height: 54px; width: auto; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; }
.brand-name { font-family: 'Cinzel', serif; font-size: 1.1rem; color: var(--gold); font-weight: 700; line-height: 1.2; }
.brand-sub { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  padding: 8px 14px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
  transition: var(--transition);
}
.nav-links a:hover { color: var(--gold); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.82), rgba(0,0,0,0.7)),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80') center/cover no-repeat;
  text-align: center;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 20px 80px;
}
.hero-logo {
  width: 160px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 4px 20px rgba(201,168,76,0.4));
}
.hero h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 500;
}
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 50px; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.88rem;
  color: var(--gold);
  font-weight: 600;
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hero-scroll a {
  color: var(--gold);
  font-size: 1.4rem;
  animation: bounce 2s infinite;
  display: block;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

/* ===== URGENCIA BANNER ===== */
.urgencia-banner {
  background: linear-gradient(135deg, #c9a84c, #a07830);
  padding: 50px 0;
}
.urgencia-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.urg-icon { font-size: 3rem; color: var(--black); opacity: 0.8; }
.urg-text { flex: 1; min-width: 240px; }
.urg-text h2 { font-family: 'Cinzel', serif; color: var(--black); font-size: 1.6rem; margin-bottom: 6px; }
.urg-text p { color: rgba(0,0,0,0.75); font-size: 1rem; }
.urg-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.urg-cta .btn-gold { background: var(--black); color: var(--gold); }
.urg-cta .btn-gold:hover { background: var(--dark3); }
.urg-cta .btn-dark { background: rgba(0,0,0,0.2); color: var(--black); border-color: rgba(0,0,0,0.3); }
.urg-cta .btn-dark:hover { background: rgba(0,0,0,0.35); }

/* ===== SERVICIOS ===== */
.servicios { background: var(--dark); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.service-card {
  background: var(--dark2);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 12px;
  padding: 36px 28px;
  transition: var(--transition);
  cursor: default;
}
.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(201,168,76,0.12);
}
.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 20px;
}
.service-card h3 { font-family: 'Cinzel', serif; font-size: 1.05rem; color: var(--white); margin-bottom: 10px; }
.service-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

/* ===== POR QUÉ ===== */
.porque { background: var(--dark2); }
.porque-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}
.porque-item {
  text-align: center;
  padding: 32px 24px;
  border-radius: 12px;
  background: var(--dark3);
  border: 1px solid rgba(201,168,76,0.1);
  transition: var(--transition);
}
.porque-item:hover { border-color: var(--gold); transform: translateY(-4px); }
.porque-item i {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}
.porque-item h4 { font-family: 'Cinzel', serif; color: var(--white); font-size: 1rem; margin-bottom: 10px; }
.porque-item p { color: var(--text-muted); font-size: 0.88rem; }

/* ===== ZONA ===== */
.zona { background: var(--dark); }
.zona-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.zona-text .section-tag { margin-bottom: 12px; }
.zona-text h2 { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--white); margin-bottom: 16px; }
.zona-text p { color: var(--text-muted); margin-bottom: 24px; }
.zona-list { display: flex; flex-direction: column; gap: 12px; }
.zona-list li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; }
.zona-list i { color: var(--gold); }
.zona-map iframe {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  border: 1px solid rgba(201,168,76,0.2);
  filter: grayscale(30%) brightness(0.85);
}

/* ===== CONTACTO ===== */
.contacto { background: var(--dark2); }
.contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
}
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.info-item i {
  font-size: 1.2rem;
  color: var(--gold);
  margin-top: 4px;
  flex-shrink: 0;
}
.info-item strong { display: block; color: var(--white); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.info-item a, .info-item span { color: var(--text-muted); font-size: 0.95rem; display: block; }
.info-item a:hover { color: var(--gold); }
.whatsapp-box { margin-top: 8px; }

/* FORMULARIO */
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.85rem; color: var(--text-muted); font-weight: 600; letter-spacing: 0.5px; }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--dark3);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: var(--radius);
  color: var(--white);
  padding: 13px 16px;
  font-size: 0.95rem;
  transition: var(--transition);
  resize: vertical;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #555; }
.form-group select option { background: var(--dark3); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}
.form-note { font-size: 0.82rem; color: #666; text-align: center; margin-top: 4px; }

/* ===== FOOTER ===== */
.footer { background: var(--black); border-top: 1px solid rgba(201,168,76,0.15); padding: 70px 0 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 50px;
  padding-bottom: 50px;
}
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; margin-top: 16px; max-width: 300px; }
.footer-logo { height: 80px; width: auto; }
.footer-links h4, .footer-contact h4 {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: 0.95rem;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: var(--text-muted); font-size: 0.9rem; transition: var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-contact p { display: flex; align-items: flex-start; gap: 10px; color: var(--text-muted); font-size: 0.9rem; margin-bottom: 12px; }
.footer-contact i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 22px 0;
  text-align: center;
}
.footer-bottom p { color: #444; font-size: 0.82rem; }

/* ===== FLOAT WHATSAPP ===== */
.float-whatsapp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  background: #25D366;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4);
  transition: var(--transition);
  animation: pulse-wa 2.5s infinite;
}
.float-whatsapp:hover { transform: scale(1.1); background: #1ebe5d; }
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 6px 36px rgba(37,211,102,0.65); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .zona-inner, .contacto-grid { grid-template-columns: 1fr; }
  .zona-map { order: -1; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .hamburger { display: flex; }
  .nav-links {
    position: fixed;
    top: 82px; left: 0; right: 0;
    background: rgba(10,10,10,0.98);
    flex-direction: column;
    padding: 28px 24px 40px;
    gap: 6px;
    border-bottom: 1px solid rgba(201,168,76,0.2);
    transform: translateY(-120%);
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: all; }
  .nav-links a { font-size: 1rem; padding: 12px 16px; width: 100%; }
  .btn-nav { display: block; text-align: center; margin-top: 8px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns .btn { width: 100%; max-width: 300px; justify-content: center; }
  .urgencia-inner { flex-direction: column; text-align: center; }
  .urg-cta { justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .porque-grid { grid-template-columns: 1fr; }
  .hero-badges { flex-direction: column; align-items: center; }
}
