/*
Theme Name: RG Emporio Motor
Theme URI: https://rgemporiomotor.com/
Author: RG Emporio Motor
Author URI: https://rgemporiomotor.com/
Description: Tema personalizado para RG Emporio Motor — Compra y venta de motos deportivas en Alicante.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: Propietario
Text Domain: rg-emporio-motor
*/

/* ─── RESET & BASE ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold:        #C9A84C;
  --gold-light:  #F0D080;
  --gold-dark:   #8B6914;
  --black:       #080808;
  --black-2:     #111111;
  --black-3:     #1A1A1A;
  --black-4:     #222222;
  --white:       #F5F0E8;
  --white-dim:   rgba(245,240,232,0.07);
}
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
::selection { background: var(--gold); color: var(--black); }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ─── SCROLLBAR ──────────────────────────────────────────── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

/* ─── NOISE OVERLAY ─────────────────────────────────────── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 9999;
}

/* ─── NAV ─────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 5vw;
  z-index: 1000;
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  background: rgba(8,8,8,0.85);
  backdrop-filter: blur(18px);
  border-color: rgba(201,168,76,0.15);
}
.nav-logo img {
  height: 58px; width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(201,168,76,0.35));
  transition: filter 0.3s;
}
.nav-logo img:hover { filter: drop-shadow(0 0 28px rgba(201,168,76,0.6)); }
.nav-links { display: flex; gap: 2.5rem; }
.nav-links a {
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,240,232,0.7);
  transition: color 0.3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 100%;
  height: 1px; background: var(--gold); transition: right 0.3s;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { right: 0; }
.nav-cta {
  padding: 0.6rem 1.8rem; border: 1px solid var(--gold);
  color: var(--gold) !important; font-size: 0.72rem !important;
  letter-spacing: 0.2em; transition: background 0.3s, color 0.3s !important;
}
.nav-cta:hover { background: var(--gold); color: var(--black) !important; }
.nav-cta::after { display: none; }

/* ─── HERO ────────────────────────────────────────────────── */
#hero {
  position: relative; height: 85vh; min-height: 600px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center; padding: 0 8vw; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 75% 50%, rgba(201,168,76,0.07) 0%, transparent 65%),
    radial-gradient(ellipse 50% 70% at 20% 50%, rgba(201,168,76,0.04) 0%, transparent 60%),
    linear-gradient(135deg, #050505 0%, #0d0d0d 100%);
}
.hero-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.035) 1px, transparent 1px);
  background-size: 80px 80px; pointer-events: none;
}
.hero-content {
  position: relative; z-index: 10;
  display: flex; flex-direction: column; align-items: flex-start;
}
/* ─── HERO FORM ──────────────────────────────────────────── */
.hero-form-panel {
  position: relative; z-index: 10;
  background: rgba(14,14,14,0.88); backdrop-filter: blur(24px);
  border: 1px solid rgba(201,168,76,0.2); padding: 2.4rem; width: 100%;
}
.hf-progress { display: flex; gap: 5px; margin-bottom: 2rem; }
.hf-dot { height: 2px; flex: 1; background: rgba(201,168,76,0.15); transition: background 0.4s; }
.hf-dot.active { background: var(--gold); }
.hf-step-label {
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem;
}
.hf-title {
  font-family: 'Playfair Display', serif; font-size: 1.35rem;
  font-weight: 900; margin-bottom: 1.6rem; line-height: 1.2;
}
.hf-step { display: none; }
.hf-step.active { display: block; }
.hf-type-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.7rem; margin-bottom: 1.8rem; }
.hf-type-btn {
  padding: 1.1rem 0.4rem; background: rgba(245,240,232,0.02);
  border: 1px solid rgba(201,168,76,0.12); color: rgba(245,240,232,0.5);
  font-family: 'Montserrat', sans-serif; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer;
  transition: all 0.25s; display: flex; flex-direction: column;
  align-items: center; gap: 0.55rem;
}
.hf-type-btn svg { color: rgba(201,168,76,0.4); transition: color 0.25s; }
.hf-type-btn:hover, .hf-type-btn.sel { background: rgba(201,168,76,0.07); border-color: var(--gold); color: var(--gold); }
.hf-type-btn:hover svg, .hf-type-btn.sel svg { color: var(--gold); }
.hf-field { margin-bottom: 0.85rem; }
.hf-field label {
  display: block; font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,240,232,0.35); margin-bottom: 0.35rem;
}
.hf-field input, .hf-field select, .hf-field textarea {
  width: 100%; padding: 0.7rem 0.9rem;
  background: rgba(245,240,232,0.04); border: 1px solid rgba(201,168,76,0.18);
  color: var(--white); font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem; outline: none; transition: border-color 0.3s; resize: none;
}
.hf-field input::placeholder, .hf-field textarea::placeholder { color: rgba(245,240,232,0.18); }
.hf-field input:focus, .hf-field select:focus, .hf-field textarea:focus { border-color: var(--gold); }
.hf-field select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C9A84C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.8rem center;
  padding-right: 2.2rem; color: var(--white);
}
.hf-field select option { background: #1a1a1a; color: var(--white); }
.hf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.hf-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.4rem; }
.hf-btn-back {
  background: none; border: none; cursor: pointer; color: rgba(245,240,232,0.25);
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; display: flex; align-items: center; gap: 0.4rem;
  transition: color 0.3s; padding: 0;
}
.hf-btn-back:hover { color: var(--white); }
.hf-btn-next {
  display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.8rem 1.8rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black); font-family: 'Montserrat', sans-serif; font-size: 0.68rem;
  font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
  border: none; cursor: pointer; transition: opacity 0.3s, transform 0.3s;
  clip-path: polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px));
}
.hf-btn-next:hover { opacity: 0.88; transform: translateY(-2px); }
.hf-btn-next:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }
.hf-error { font-size: 0.72rem; color: #e05a5a; margin-top: 0.5rem; display: none; }
.hf-success { text-align: center; padding: 0.5rem 0 0.2rem; }
.hf-success-icon {
  width: 52px; height: 52px; border: 2px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); margin: 0 auto 1rem;
}
.hf-success h3 { font-family: 'Playfair Display',serif; font-size: 1.3rem; margin-bottom: 0.5rem; }
.hf-success p { font-size: 0.8rem; color: rgba(245,240,232,0.4); line-height: 1.8; }
.hero-line-top {
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.4;
}
.hero-line-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.4;
}
.hero-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp 0.8s 0.3s forwards;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem, 8vw, 8rem); font-weight: 900;
  line-height: 0.95; letter-spacing: -0.01em; max-width: 680px;
  opacity: 0; animation: fadeUp 0.9s 0.5s forwards;
}
.hero-title em { font-style: italic; color: var(--gold); display: block; }
.hero-title-sub {
  display: block; font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem); font-weight: 400; font-style: normal;
  letter-spacing: 0.03em; color: var(--white); margin-top: 0.5rem; line-height: 1.3;
}
.hero-sub {
  margin-top: 2rem; max-width: 440px; font-size: 0.9rem;
  font-weight: 300; line-height: 1.8; color: rgba(245,240,232,0.55);
  opacity: 0; animation: fadeUp 1s 0.7s forwards;
}
.hero-actions {
  margin-top: 3rem; display: flex; gap: 1.2rem; align-items: center;
  opacity: 0; animation: fadeUp 1s 0.9s forwards;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.8rem; padding: 1rem 2.4rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--black); font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  transition: transform 0.3s, box-shadow 0.3s;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(201,168,76,0.35); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,240,232,0.6); transition: color 0.3s;
}
.btn-ghost svg { transition: transform 0.3s; }
.btn-ghost:hover { color: var(--gold); }
.btn-ghost:hover svg { transform: translateX(4px); }
.hero-stats {
  display: flex; gap: 2.5rem; margin-top: 2.5rem;
  opacity: 0; animation: fadeUp 1s 1.1s forwards;
}
.stat { text-align: center; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.4); margin-top: 0.3rem; }
.hero-scroll {
  position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  opacity: 0; animation: fadeIn 1s 1.5s forwards;
}
.hero-scroll span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(245,240,232,0.35); }
.scroll-line {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.3; transform: scaleY(1); }
  50%      { opacity: 1;   transform: scaleY(1.15); }
}

/* ─── BRAND STRIP ─────────────────────────────────────────── */
.brand-strip {
  padding: 1.5rem 0; border-top: 1px solid rgba(201,168,76,0.18);
  border-bottom: 1px solid rgba(201,168,76,0.18); background: var(--black-2);
  overflow: hidden; position: relative;
  box-shadow: 0 1px 0 0 rgba(201,168,76,0.08), 0 -1px 0 0 rgba(201,168,76,0.08), inset 0 0 60px rgba(201,168,76,0.03);
}
.brand-strip::before, .brand-strip::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px;
  z-index: 2; pointer-events: none;
}
.brand-strip::before { left: 0; background: linear-gradient(to right, var(--black-2) 0%, transparent 100%); }
.brand-strip::after  { right: 0; background: linear-gradient(to left, var(--black-2) 0%, transparent 100%); }
.brand-shimmer {
  position: absolute; top: 0; bottom: 0; left: 0; width: 80px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.18), transparent);
  animation: brandShimmer 5s ease-in-out infinite; pointer-events: none; z-index: 3;
}
@keyframes brandShimmer {
  0%   { transform: translateX(-100px); opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateX(calc(100vw + 100px)); opacity: 0; }
}
.brand-glow-line {
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,168,76,0.6) 20%, rgba(240,208,128,1) 50%, rgba(201,168,76,0.6) 80%, transparent 100%);
  animation: glowLinePulse 3s ease-in-out infinite; pointer-events: none;
}
@keyframes glowLinePulse {
  0%, 100% { opacity: 0.4; filter: blur(0px); }
  50%       { opacity: 1;   filter: blur(1px) drop-shadow(0 0 4px rgba(201,168,76,0.9)); }
}
.brand-track {
  display: flex; gap: 5rem; align-items: center;
  animation: marquee 20s linear infinite; width: max-content;
}
.brand-name {
  font-family: 'Bebas Neue', sans-serif; font-size: 1.2rem;
  letter-spacing: 0.3em; color: rgba(201,168,76,0.35);
  white-space: nowrap; transition: color 0.3s, text-shadow 0.3s;
}
.brand-name:hover { color: var(--gold); text-shadow: 0 0 18px rgba(201,168,76,0.7); }
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── SECCIÓN GENÉRICA ─────────────────────────────────── */
section { padding: 8rem 8vw; }
.section-label {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 1rem;
}
.section-label::before { content: ''; display: inline-block; width: 40px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 900; line-height: 1.1; max-width: 600px; }
.section-title em { color: var(--gold); font-style: italic; }

/* ─── COLECCIÓN ────────────────────────────────────────── */
#coleccion { background: var(--black-2); }
.col-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 5rem; flex-wrap: wrap; gap: 2rem; }
.col-header p { max-width: 380px; font-size: 0.88rem; line-height: 1.9; color: rgba(245,240,232,0.5); font-weight: 300; }
.motos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.moto-card { position: relative; overflow: hidden; background: var(--black-3); cursor: pointer; aspect-ratio: 4/3; }
.moto-svg { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94); }
.moto-card:hover .moto-svg { transform: scale(1.06); }
.moto-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.92) 0%, rgba(8,8,8,0.3) 50%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem;
  transform: translateY(8px); transition: transform 0.4s;
}
.moto-card:hover .moto-overlay { transform: translateY(0); }
.moto-badge { display: inline-block; padding: 0.3rem 0.8rem; background: var(--gold); color: var(--black); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.8rem; align-self: flex-start; }
.moto-name { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 900; line-height: 1.1; }
.moto-spec { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,240,232,0.5); margin-top: 0.4rem; }
.moto-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; letter-spacing: 0.1em; color: var(--gold); margin-top: 0.8rem; }
.moto-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); margin-top: 1rem; opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
.moto-card:hover .moto-btn { opacity: 1; transform: translateY(0); }
.moto-visual { width: 100%; height: 100%; position: relative; overflow: hidden; background: var(--black-3); }
.moto-visual::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 65%;
  background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(201,168,76,0.28) 0%, rgba(201,168,76,0.06) 50%, transparent 72%);
  pointer-events: none; z-index: 1;
}
.moto-visual img { width: 100%; height: 100%; object-fit: contain; padding: 1.2rem; transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94); display: block; position: relative; z-index: 0; }
.moto-card:hover .moto-visual img { transform: scale(1.07); }
.catalogo-cta { display: flex; justify-content: center; margin-top: 4rem; }
.btn-catalogo {
  display: inline-flex; align-items: center; gap: 1rem; padding: 1.2rem 3rem;
  border: 1px solid var(--gold); color: var(--gold); font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  position: relative; overflow: hidden; transition: color 0.35s;
}
.btn-catalogo::before { content: ''; position: absolute; inset: 0; background: var(--gold); transform: translateX(-101%); transition: transform 0.35s cubic-bezier(0.25,0.46,0.45,0.94); }
.btn-catalogo:hover { color: var(--black); }
.btn-catalogo:hover::before { transform: translateX(0); }
.btn-catalogo span, .btn-catalogo svg { position: relative; }

/* ─── FEATURES ────────────────────────────────────────────── */
#features { background: var(--black); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 5rem; }
.feature-item { padding: 3rem; border: 1px solid rgba(201,168,76,0.08); position: relative; transition: background 0.3s; overflow: hidden; }
.feature-item::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.4s; }
.feature-item:hover::before { height: 100%; }
.feature-item:hover { background: rgba(201,168,76,0.03); }
.feat-num { font-family: 'Bebas Neue', sans-serif; font-size: 5rem; line-height: 0.8; color: rgba(201,168,76,0.06); position: absolute; top: 1.5rem; right: 2rem; transition: color 0.4s; }
.feature-item:hover .feat-num { color: rgba(201,168,76,0.12); }
.feat-icon { width: 48px; height: 48px; margin-bottom: 1.5rem; color: var(--gold); }
.feat-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 0.8rem; }
.feat-desc { font-size: 0.85rem; line-height: 1.9; color: rgba(245,240,232,0.45); font-weight: 300; max-width: 340px; }

/* ─── EXPERIENCE ──────────────────────────────────────────── */
#experience { padding: 0; position: relative; min-height: 70vh; display: flex; align-items: center; overflow: hidden; }
.exp-bg {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(8,8,8,0.97) 0%, rgba(8,8,8,0.7) 50%, rgba(8,8,8,0.3) 100%),
              radial-gradient(ellipse 120% 80% at 80% 50%, rgba(201,168,76,0.12) 0%, transparent 65%);
}
.exp-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px); background-size: 80px 80px; }
.exp-content { position: relative; padding: 8rem 8vw; max-width: 700px; }
.exp-quote { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4.5vw, 4.5rem); font-weight: 400; font-style: italic; line-height: 1.25; color: var(--white); }
.exp-quote span { color: var(--gold); }
.exp-author { margin-top: 3rem; display: flex; align-items: center; gap: 1.2rem; }
.exp-avatar { width: 90px; height: 90px; border-radius: 50%; border: 2px solid var(--gold); box-shadow: 0 0 18px rgba(201,168,76,0.55), 0 0 40px rgba(201,168,76,0.2); overflow: hidden; flex-shrink: 0; background: var(--black-3); display: flex; align-items: center; justify-content: center; }
.exp-avatar img { width: 85%; height: 85%; object-fit: contain; }
.exp-author-info strong { display: block; font-size: 0.85rem; font-weight: 600; }
.exp-author-info span { font-size: 0.72rem; color: rgba(245,240,232,0.4); letter-spacing: 0.1em; }
.exp-numbers { position: absolute; right: 8vw; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 3rem; }
.exp-stat { text-align: right; }
.exp-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 4.5rem; line-height: 1; background: linear-gradient(135deg, var(--gold-light), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.exp-stat-label { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(245,240,232,0.35); }

/* ─── TESTIMONIALS ────────────────────────────────────────── */
#testimonials { background: var(--black-2); text-align: center; }
#testimonials .section-label { justify-content: center; }
#testimonials .section-label::before { display: none; }
#testimonials .section-title { margin: 0 auto 4rem; text-align: center; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.testi-card { background: var(--black-3); border: 1px solid rgba(201,168,76,0.1); padding: 2.5rem; text-align: left; position: relative; transition: border-color 0.3s, transform 0.3s; }
.testi-card:hover { border-color: rgba(201,168,76,0.35); transform: translateY(-4px); }
.testi-stars { display: flex; gap: 4px; margin-bottom: 1.5rem; color: var(--gold); font-size: 0.8rem; }
.testi-text { font-size: 0.9rem; line-height: 1.9; color: rgba(245,240,232,0.6); font-style: italic; font-weight: 300; margin-bottom: 1.5rem; }
.testi-author strong { font-size: 0.85rem; font-weight: 700; }
.testi-author span { display: block; font-size: 0.7rem; color: var(--gold); letter-spacing: 0.1em; margin-top: 0.2rem; }
.testi-mark { position: absolute; top: 1.5rem; right: 2rem; font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1; color: rgba(201,168,76,0.07); }

/* ─── CTA ─────────────────────────────────────────────────── */
#cta { padding: 0; position: relative; overflow: hidden; }
.cta-inner { padding: 8rem 8vw; position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.cta-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(201,168,76,0.1) 0%, transparent 70%), var(--black); }
.cta-ring { position: absolute; border: 1px solid rgba(201,168,76,0.08); border-radius: 50%; pointer-events: none; }
.cta-ring-1 { width: 500px; height: 500px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.cta-ring-2 { width: 800px; height: 800px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.cta-ring-3 { width: 1100px; height: 1100px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.cta-title { position: relative; font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 900; line-height: 1.05; max-width: 700px; margin-bottom: 1.5rem; }
.cta-title em { font-style: italic; display: block; background: linear-gradient(90deg, var(--gold-dark) 0%, var(--gold-light) 40%, var(--gold) 60%, var(--gold-dark) 100%); background-size: 250% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: text-shimmer 3.5s ease-in-out infinite; filter: drop-shadow(0 0 18px rgba(201,168,76,0.45)); }
.cta-sub { position: relative; font-size: 0.9rem; line-height: 1.9; color: rgba(245,240,232,0.45); max-width: 480px; margin-bottom: 3rem; font-weight: 300; }
.cta-form { position: relative; display: flex; gap: 0; max-width: 500px; width: 100%; }
.cta-form input { flex: 1; padding: 1rem 1.5rem; background: rgba(245,240,232,0.05); border: 1px solid rgba(201,168,76,0.25); border-right: none; color: var(--white); font-family: 'Montserrat', sans-serif; font-size: 0.85rem; outline: none; transition: border-color 0.3s; }
.cta-form input::placeholder { color: rgba(245,240,232,0.25); }
.cta-form input:focus { border-color: var(--gold); }
.cta-form button { padding: 1rem 2rem; background: var(--gold); color: var(--black); border: none; cursor: pointer; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.3s; white-space: nowrap; }
.cta-form button:hover { background: var(--gold-light); }

/* ─── MAPA ────────────────────────────────────────────────── */
.map-wrapper { position: relative; width: 100%; margin-top: 4rem; border: 1px solid rgba(201,168,76,0.15); overflow: hidden; }
.map-wrapper iframe { width: 100%; height: 320px; display: block; border: 0; filter: grayscale(1) brightness(0.75) contrast(1.1); transition: filter 0.4s; }
.map-wrapper:hover iframe { filter: grayscale(0.4) brightness(0.85) contrast(1.05); }
.map-label { position: absolute; top: 1rem; left: 1rem; background: rgba(8,8,8,0.85); backdrop-filter: blur(8px); border: 1px solid rgba(201,168,76,0.25); padding: 0.5rem 1rem; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }

/* ─── WHATSAPP FLOAT ──────────────────────────────────────── */
#wa-float {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9000;
  width: 58px; height: 58px; border-radius: 50%; background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(201,168,76,0.45); transition: transform 0.3s, box-shadow 0.3s;
  overflow: visible;
}
#wa-float:hover { transform: scale(1.12); box-shadow: 0 6px 28px rgba(201,168,76,0.65); }
#wa-float::before { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(201,168,76,0.4); animation: waPulse 2.2s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

/* ─── FOOTER ──────────────────────────────────────────────── */
footer { background: var(--black); border-top: 1px solid rgba(201,168,76,0.12); padding: 5rem 8vw 3rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(201,168,76,0.08); }
.footer-brand-name { font-family: 'Bebas Neue', sans-serif; font-size: 2.4rem; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 1rem; }
.footer-desc { font-size: 0.83rem; line-height: 1.9; color: rgba(245,240,232,0.35); font-weight: 300; max-width: 280px; }
.footer-socials { display: flex; gap: 1rem; margin-top: 2rem; }
.social-btn { width: 38px; height: 38px; border: 1px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: center; color: rgba(245,240,232,0.4); transition: border-color 0.3s, color 0.3s, background 0.3s; font-size: 0.8rem; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }
.footer-col h4 { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.footer-col ul li a { font-size: 0.82rem; color: rgba(245,240,232,0.4); transition: color 0.3s; font-weight: 300; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.72rem; color: rgba(245,240,232,0.2); letter-spacing: 0.05em; }
.footer-legal { display: flex; gap: 2rem; }
.footer-legal a { font-size: 0.72rem; color: rgba(245,240,232,0.2); transition: color 0.3s; }
.footer-legal a:hover { color: var(--gold); }

/* ─── ANIMATIONS ──────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn  { from { opacity: 0; } to { opacity: 1; } }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s, transform 0.8s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }
.gold-divider { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); margin: 2rem 0; }

/* ─── HAMBURGER ───────────────────────────────────────────── */
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 1100; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; transition: transform 0.35s, opacity 0.35s, background 0.3s; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── MOBILE MENU ─────────────────────────────────────────── */
.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(8,8,8,0.97); backdrop-filter: blur(20px); z-index: 1050; flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 1.4rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(245,240,232,0.75); transition: color 0.3s; text-align: center; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mob-cta { margin-top: 1rem; padding: 0.9rem 2.2rem; border: 1px solid var(--gold); color: var(--gold) !important; font-size: 0.9rem !important; }
.mobile-menu .mob-cta:hover { background: var(--gold); color: var(--black) !important; }
.mobile-menu-line { width: 40px; height: 1px; background: rgba(201,168,76,0.3); }

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1100px) { .cv-grid { grid-template-columns: 1fr !important; } }
@media (max-width: 1024px) {
  .motos-grid { grid-template-columns: 1fr 1fr; }
  .moto-card:first-child { grid-row: span 1; aspect-ratio: 3/4; }
  .features-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .exp-numbers { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  #hero { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 7rem; align-content: start; height: auto; min-height: 100vh; padding-bottom: 5rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .motos-grid { grid-template-columns: 1fr; }
  .moto-card { aspect-ratio: 3/4; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
  section { padding: 5rem 6vw; }
  .cv-grid { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .hero-title { font-size: clamp(2.8rem, 12vw, 5rem); }
  .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
  .hero-scroll { display: none; }
  .nav-logo img { height: 46px; }
  .hf-row { grid-template-columns: 1fr; }
  #wa-float { bottom: 1.2rem; right: 1.2rem; width: 52px; height: 52px; }
}

/* ─── ANIMACIONES EXTRA ───────────────────────────────────── */
@keyframes text-shimmer { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
@keyframes twinkle { 0%, 100% { opacity: 0; transform: scale(0.1) rotate(0deg); } 40%, 60% { opacity: 1; transform: scale(1) rotate(45deg); } }
@keyframes shimmer-sweep { 0% { transform: translateX(-100%) skewX(-12deg); } 100% { transform: translateX(500%) skewX(-12deg); } }
@keyframes ray-pulse { 0%, 100% { opacity: 0; transform: scaleY(0.4); } 50% { opacity: 1; transform: scaleY(1); } }
.gold-spark { position: absolute; pointer-events: none; display: flex; align-items: center; justify-content: center; width: 12px; height: 12px; color: var(--gold); font-size: 10px; line-height: 1; opacity: 0; filter: drop-shadow(0 0 5px rgba(201,168,76,0.95)); animation: twinkle var(--dur, 2.5s) ease-in-out infinite var(--delay, 0s); }
.map-corner { position: absolute; z-index: 10; pointer-events: none; width: 20px; height: 20px; }
.map-corner-tl { top:-1px; left:-1px;  border-top:2px solid var(--gold); border-left:2px solid var(--gold);  box-shadow:-2px -2px 10px rgba(201,168,76,0.5); }
.map-corner-tr { top:-1px; right:-1px; border-top:2px solid var(--gold); border-right:2px solid var(--gold); box-shadow: 2px -2px 10px rgba(201,168,76,0.5); }
.map-corner-bl { bottom:-1px; left:-1px;  border-bottom:2px solid var(--gold); border-left:2px solid var(--gold);  box-shadow:-2px 2px 10px rgba(201,168,76,0.5); }
.map-corner-br { bottom:-1px; right:-1px; border-bottom:2px solid var(--gold); border-right:2px solid var(--gold); box-shadow: 2px 2px 10px rgba(201,168,76,0.5); }
.map-shimmer { position: absolute; inset:0; overflow:hidden; pointer-events:none; z-index:5; }
.map-shimmer::after { content:''; position:absolute; top:0; bottom:0; left:0; width:90px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.14), transparent); animation: shimmer-sweep 7s ease-in-out infinite 1.5s; }
.cta-ray { position: absolute; bottom:0; width:1px; background: linear-gradient(to top, rgba(201,168,76,0.55), transparent); pointer-events: none; transform-origin: bottom; animation: ray-pulse var(--dur, 3s) ease-in-out infinite var(--delay, 0s); }
