/* vittora.css — Vittora Dental Studio */

:root {
  --azul: #011520;
  --dorado: #C89A5A;
  --marfil: #F4EFE7;
  --arena: #D8C7B5;
  --gris: #8E8F94;
  --blanco: #FDFAF6;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--blanco);
  color: var(--azul);
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 60px;
  background: rgba(253,250,246,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200,154,90,0.15);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 20px rgba(1,21,32,0.08); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-brand { font-family: 'Playfair Display', serif; font-size: 1.1rem; letter-spacing: 0.12em; color: var(--azul); text-transform: uppercase; }
.nav-brand span { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.55rem; letter-spacing: 0.3em; color: var(--dorado); font-weight: 500; margin-top: -2px; }
nav ul { display: flex; list-style: none; gap: 36px; align-items: center; }
nav ul a { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--azul); text-decoration: none; position: relative; transition: color 0.2s; }
nav ul a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--dorado); transition: width 0.3s; }
nav ul a:hover { color: var(--dorado); }
nav ul a:hover::after { width: 100%; }
.nav-cta { background: var(--dorado) !important; color: #fff !important; padding: 10px 24px; border-radius: 2px; font-size: 0.68rem !important; letter-spacing: 0.25em !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--azul) !important; }
.nav-cta::after { display: none !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--azul); border-radius: 2px; transition: all 0.3s; display: block; }

/* ── HERO ── */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 80px; background: var(--marfil); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; right: -120px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(200,154,90,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 80px; }
.hero-eyebrow { font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--dorado); font-weight: 600; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--dorado); }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 5vw, 4.2rem); line-height: 1.12; color: var(--azul); margin-bottom: 16px; font-weight: 500; }
.hero-title em { font-style: italic; color: var(--dorado); }
.hero-sub { font-size: 0.75rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gris); margin-bottom: 36px; font-weight: 400; }
.hero-desc { font-size: 0.93rem; line-height: 1.85; color: #444; max-width: 420px; margin-bottom: 48px; font-weight: 300; }
.hero-btns { display: flex; gap: 16px; align-items: center; }



.hero-right { position: relative; background: linear-gradient(160deg, var(--azul) 0%, #0d2f45 60%, #071a26 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-right::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(200,154,90,0.12); }
.hero-right::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(200,154,90,0.08); }
.hero-badge { position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%); background: rgba(200,154,90,0.15); backdrop-filter: blur(8px); color: #fff; padding: 24px 28px; border-radius: 4px; text-align: center; border: 1px solid rgba(200,154,90,0.35); }
.hero-badge strong { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--dorado); display: block; }
.hero-badge span { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 400; }

/* ── PILARES ── */
.pilares { background: var(--azul); display: grid; grid-template-columns: repeat(5, 1fr); }
.pilar { padding: 48px 28px; text-align: center; border-right: 1px solid rgba(255,255,255,0.06); transition: background 0.3s; }
.pilar:last-child { border-right: none; }
.pilar:hover { background: rgba(200,154,90,0.1); }
.pilar-icon { width: 36px; height: 36px; margin: 0 auto 20px; color: var(--dorado); }
.pilar-icon svg { width: 100%; height: 100%; }
.pilar h4 { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: #fff; font-weight: 600; margin-bottom: 10px; }
.pilar p { font-size: 0.75rem; color: rgba(255,255,255,0.5); line-height: 1.7; font-weight: 300; }

/* ── STATS ── */
.stats-strip { background: var(--dorado); display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 40px 20px; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: #fff; font-weight: 500; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.8); font-weight: 500; }

/* ── PROMESA ── */
.promesa { padding: 120px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; background: var(--blanco); }
.promesa-img { position: relative; overflow: visible; }
.promesa-img-main { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; display: block; }
.promesa-img-accent { position: absolute; bottom: -30px; right: -30px; width: 200px; height: 200px; object-fit: cover; border-radius: 4px; border: 6px solid var(--blanco); box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.promesa-img::before { content: ''; position: absolute; top: -16px; left: -16px; right: -16px; bottom: -16px; border: 1px solid rgba(200,154,90,0.2); border-radius: 4px; pointer-events: none; z-index: 0; }

/* ── TYPOGRAPHY ── */
.section-eyebrow { font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--dorado); font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--dorado); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.2; color: var(--azul); margin-bottom: 28px; font-weight: 500; }
.section-title em { font-style: italic; color: var(--dorado); }
.section-body { font-size: 0.9rem; line-height: 1.9; color: #555; margin-bottom: 40px; font-weight: 300; }
.checks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 48px; }
.checks li { font-size: 0.78rem; font-weight: 500; color: var(--azul); letter-spacing: 0.05em; display: flex; align-items: center; gap: 10px; }
.checks li::before { content: '✦'; color: var(--dorado); font-size: 0.6rem; flex-shrink: 0; }

/* ── SERVICIOS ── */
.servicios { background: var(--marfil); padding: 120px 80px; text-align: center; }
.servicios-header { max-width: 520px; margin: 0 auto 70px; }
.servicios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.servicio-card { background: #fff; padding: 52px 40px; text-align: left; position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; display: block; color: var(--azul); }
.servicio-card:hover { transform: translateY(-6px); z-index: 2; box-shadow: 0 30px 60px rgba(1,21,32,0.12); }
.servicio-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--dorado); transition: width 0.4s; }
.servicio-card:hover::after { width: 100%; }
.servicio-num { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: rgba(200,154,90,0.15); line-height: 1; margin-bottom: 20px; font-weight: 600; }
.servicio-card h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 500; margin-bottom: 14px; }
.servicio-card p { font-size: 0.83rem; line-height: 1.75; color: #666; font-weight: 300; margin-bottom: 20px; }
.servicio-link { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dorado); font-weight: 600; display: flex; align-items: center; gap: 6px; }
.servicio-link::after { content: '→'; transition: transform 0.2s; }
.servicio-card:hover .servicio-link::after { transform: translateX(4px); }

/* ── PROCESO ── */
.proceso { background: var(--blanco); padding: 120px 80px; }
.proceso-header { text-align: center; max-width: 520px; margin: 0 auto 70px; }
.proceso-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.proceso-step { padding: 48px 32px; background: var(--marfil); border-right: 2px solid var(--blanco); }
.proceso-step:last-child { border-right: none; }
.proceso-num { font-family: 'Playfair Display', serif; font-size: 4rem; color: rgba(200,154,90,0.2); line-height: 1; margin-bottom: 16px; font-weight: 600; }
.proceso-step h4 { font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--azul); font-weight: 600; margin-bottom: 12px; }
.proceso-step p { font-size: 0.82rem; line-height: 1.7; color: #666; font-weight: 300; }

/* ── TESTIMONIOS ── */
.testimonios { background: var(--azul); padding: 120px 80px; }
.testimonios-header { text-align: center; max-width: 520px; margin: 0 auto 60px; }
.testimonios-header .section-title { color: #fff; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.test-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(200,154,90,0.2); padding: 40px 36px; border-radius: 4px; position: relative; }
.test-card::before { content: '\201C'; font-family: 'Playfair Display', serif; font-size: 6rem; color: rgba(200,154,90,0.15); position: absolute; top: 16px; left: 28px; line-height: 1; }
.test-card p { font-size: 0.88rem; line-height: 1.85; color: rgba(255,255,255,0.8); font-weight: 300; margin-bottom: 32px; margin-top: 16px; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 14px; }
.test-avatar { width: 44px; height: 44px; border-radius: 50%; background: rgba(200,154,90,0.2); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--dorado); flex-shrink: 0; }
.test-info strong { display: block; font-size: 0.82rem; font-weight: 600; color: #fff; letter-spacing: 0.05em; margin-bottom: 4px; }
.test-info span { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--dorado); font-weight: 500; }

/* ── CTA FINAL ── */
.cta-final { background: var(--marfil); padding: 120px 80px; text-align: center; }
.cta-final .section-title { max-width: 580px; margin: 0 auto 20px; }
.cta-final .section-body { max-width: 460px; margin: 0 auto 48px; }
.cta-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; }
.cta-form input { flex: 1; padding: 16px 20px; border: 1px solid var(--arena); background: #fff; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; color: var(--azul); outline: none; transition: border-color 0.2s; }
.cta-form input:focus { border-color: var(--dorado); }

/* ── BOTONES ── */
.btn-primary { background: var(--azul); color: #fff; padding: 16px 36px; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600; border: none; cursor: pointer; border-radius: 2px; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; white-space: nowrap; }
.btn-primary:hover { background: var(--dorado); transform: translateY(-2px); }
.btn-dorado { background: var(--dorado); color: #fff; padding: 16px 36px; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600; border: none; cursor: pointer; border-radius: 2px; text-decoration: none; transition: background 0.25s, transform 0.2s; display: inline-block; white-space: nowrap; }
.btn-dorado:hover { background: var(--azul); transform: translateY(-2px); }
.btn-ghost { color: var(--azul); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s; }
.btn-ghost:hover { color: var(--dorado); }
.btn-ghost::after { content: '→'; font-size: 1rem; transition: transform 0.2s; }
.btn-ghost:hover::after { transform: translateX(4px); }
.btn-blanco { background: #fff; color: var(--dorado); padding: 16px 40px; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 700; border: none; cursor: pointer; border-radius: 2px; text-decoration: none; transition: background 0.2s, color 0.2s, transform 0.2s; display: inline-block; white-space: nowrap; flex-shrink: 0; }
.btn-blanco:hover { background: var(--azul); color: #fff; transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: var(--azul); padding: 72px 80px 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { font-size: 0.82rem; line-height: 1.8; color: rgba(255,255,255,0.45); font-weight: 300; margin-top: 16px; max-width: 280px; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; letter-spacing: 0.12em; color: #fff; text-transform: uppercase; text-decoration: none; }
.footer-logo span { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.55rem; letter-spacing: 0.3em; color: var(--dorado); font-weight: 500; margin-top: -2px; }
.footer-col h5 { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--dorado); font-weight: 600; margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 0.8rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-col ul a:hover { color: var(--dorado); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.3); font-weight: 300; }
.footer-bottom a { font-size: 0.6rem; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--dorado); }

/* ── PAGE HERO (subpáginas) ── */
.page-hero { background: var(--azul); padding: 140px 80px 80px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(200,154,90,0.08) 0%, transparent 70%); pointer-events: none; }
.page-hero-inner { max-width: 700px; }
.page-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 32px; }
.page-breadcrumb a { color: var(--dorado); text-decoration: none; }
.page-breadcrumb span { color: rgba(255,255,255,0.25); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4vw, 3.6rem); color: #fff; font-weight: 500; line-height: 1.15; margin-bottom: 24px; }
.page-hero h1 em { color: var(--dorado); font-style: italic; }
.page-hero .lead { font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,0.65); font-weight: 300; max-width: 560px; }

/* ── DETAIL SECTIONS ── */
.detail-section { padding: 100px 80px; }
.detail-section:nth-child(even) { background: var(--marfil); }
.detail-section:nth-child(odd) { background: var(--blanco); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.detail-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.5vw, 2.4rem); color: var(--azul); font-weight: 500; line-height: 1.2; margin-bottom: 24px; }
.detail-content h2 em { color: var(--dorado); font-style: italic; }
.detail-content p { font-size: 0.9rem; line-height: 1.9; color: #555; font-weight: 300; margin-bottom: 20px; }
.detail-img { width: 100%; height: 440px; object-fit: cover; border-radius: 4px; background: linear-gradient(135deg, var(--marfil) 0%, var(--arena) 100%); }
.detail-img-wrap { position: relative; }
.detail-img-wrap::before { content: ''; position: absolute; top: -16px; right: -16px; bottom: 16px; left: 16px; border: 1px solid rgba(200,154,90,0.25); border-radius: 4px; pointer-events: none; }
.benefit-list { list-style: none; margin-top: 28px; }
.benefit-list li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(200,154,90,0.12); font-size: 0.87rem; color: #444; font-weight: 400; line-height: 1.5; }
.benefit-list li:last-child { border-bottom: none; }
.benefit-list li::before { content: '✦'; color: var(--dorado); font-size: 0.6rem; flex-shrink: 0; margin-top: 4px; }
.cta-band { background: var(--dorado); padding: 80px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.5vw, 2.4rem); color: #fff; font-weight: 500; margin-bottom: 12px; }
.cta-band-text p { font-size: 0.9rem; color: rgba(255,255,255,0.8); font-weight: 300; }

/* ── ANIMACIONES ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.hero-left { animation: fadeUp 0.9s ease both; }
.hero-right { animation: fadeIn 1.1s ease both 0.2s; }
.hero-badge { animation: fadeUp 1s ease both 0.5s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 16px 32px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 120px 40px 60px; }
  .hero-right { height: 380px; }
  .pilares { grid-template-columns: repeat(3, 1fr); }
  .promesa { grid-template-columns: 1fr; gap: 60px; padding: 80px 40px; }
  .servicios { padding: 80px 40px; }
  .servicios-grid { grid-template-columns: 1fr 1fr; }
  .proceso-grid { grid-template-columns: 1fr 1fr; }
  .test-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .cta-band { flex-direction: column; text-align: center; padding: 60px 40px; }
  .page-hero { padding: 120px 40px 60px; }
  .detail-section { padding: 80px 40px; }
  .detail-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  nav { padding: 16px 24px; }
  nav ul { display: none; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--blanco); justify-content: center; align-items: center; gap: 24px; z-index: 200; }
  nav ul.open { display: flex; }
  nav ul a { font-size: 1rem; }
  .nav-toggle { display: flex; z-index: 300; }
  .hero-left { padding: 100px 24px 48px; }
  .hero-right { height: 320px; }
  .hero-badge { left: 50%; bottom: 20px; transform: translateX(-50%); padding: 16px 20px; }
  .hero-badge strong { font-size: 1.5rem; }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pilares { grid-template-columns: 1fr 1fr; }
  .pilar { padding: 32px 16px; }
  .promesa-img::before { display: none; }
  .servicios-grid { grid-template-columns: 1fr; }
  .proceso-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .testimonios, .cta-final { padding: 60px 24px; }
  .cta-form { flex-direction: column; }
  .cta-consent { padding: 0 4px; }
  .page-hero { padding: 100px 24px 48px; }
  .detail-section { padding: 60px 24px; }
  .detail-img-wrap::before { display: none; }
  .cta-band { padding: 48px 24px; }
  .proceso { padding: 60px 24px; }
  .promesa { padding: 60px 24px; }
  .servicios { padding: 60px 24px; }
  footer { padding: 48px 24px 24px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: clamp(2.2rem, 9vw, 2.8rem); }
  .pilares { grid-template-columns: 1fr; }
  .pilar { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .pilar:last-child { border-bottom: none; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stat-num { font-size: 2rem; }
  .servicios-header { padding: 0 4px; }
  .servicio-card { padding: 36px 24px; }
  .proceso-step { padding: 32px 24px; }
  .test-card { padding: 32px 24px; }
  .section-title { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .footer-top { gap: 28px; }
}

/* ── FALLBACK imágenes de servicios ── */
.detail-img {
  background: linear-gradient(135deg, var(--marfil) 0%, var(--arena) 100%);
}

/* ── LOGO DECORATIVO HERO ── */
.hero-deco-logo { position: absolute; width: 60%; max-width: 320px; opacity: 0.09; filter: brightness(100) saturate(0); pointer-events: none; z-index: 0; animation: fadeIn 1.6s ease both 0.4s; }

/* ── CONSENTIMIENTO FORM ── */
.cta-consent { display: flex; align-items: flex-start; gap: 10px; max-width: 480px; margin: 16px auto 0; }
.cta-consent input[type="checkbox"] { margin-top: 3px; accent-color: var(--dorado); flex-shrink: 0; cursor: pointer; width: 15px; height: 15px; }
.cta-consent span { font-size: 0.72rem; color: #666; line-height: 1.55; font-weight: 300; text-align: left; }
.cta-consent a { color: var(--dorado); text-decoration: none; }
.cta-consent a:hover { text-decoration: underline; }

/* ── HERO THIRD RING ── */
.hero-right .hero-ring-outer { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 680px; height: 680px; border-radius: 50%; border: 1px solid rgba(200,154,90,0.06); pointer-events: none; }

/* ── NAV DROPDOWN ── */
.nav-has-dropdown { position: relative; }
.nav-has-dropdown > a::after { display: none !important; }
.nav-dropdown { display: none; position: absolute; top: calc(100% + 16px); left: 50%; transform: translateX(-50%); background: var(--blanco); border: 1px solid rgba(200,154,90,0.2); border-radius: 2px; box-shadow: 0 16px 40px rgba(1,21,32,0.12); list-style: none; min-width: 220px; z-index: 200; padding: 8px 0; gap: 0 !important; flex-direction: column !important; }
.nav-dropdown::before { content: ''; position: absolute; top: -6px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; background: var(--blanco); border-left: 1px solid rgba(200,154,90,0.2); border-top: 1px solid rgba(200,154,90,0.2); rotate: 45deg; }
.nav-has-dropdown:hover .nav-dropdown { display: flex; }
.nav-dropdown li { margin: 0; }
.nav-dropdown li a { display: block; padding: 11px 22px; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--azul); font-weight: 400; white-space: nowrap; transition: background 0.15s, color 0.15s; }
.nav-dropdown li a:hover { background: var(--marfil); color: var(--dorado); }
.nav-dropdown li a::after { display: none !important; }
@media (max-width: 1024px) { .nav-dropdown { display: none !important; } }

