/* ============================================================
   Festiva Perú — Sistema visual corporativo premium
   Paleta: verde botella · verde medio · crema · blanco · dorado (acento)
   Tipografía: Fraunces (titulares editoriales) + Manrope (interfaz/contenido)
   ============================================================ */

:root {
  --verde-oscuro: #0a2b20;
  --verde: #0F3D2E;
  --verde-medio: #1f5c46;
  --verde-suave: #f0f5f2;
  --oro: #C6992F;
  --oro-fuerte: #B3872A;
  --oro-claro: #E7CE93;
  --oro-suave: #FBF1DD;
  --rojo: #A62B22;
  --rojo-fuerte: #8A211A;
  --rojo-profundo: #63140F;
  --rojo-suave: #F3E2DC;
  --crema: #F8F3E8;
  --crema-suave: #FCFAF4;
  --blanco: #FFFFFF;
  --gris-claro: #F3F1EC;
  --texto: #1B231E;
  --texto-suave: #5C665F;
  --borde: rgba(15, 61, 46, 0.12);
  --sombra: 0 24px 50px -26px rgba(15, 61, 46, 0.28);
  --sombra-suave: 0 10px 28px -16px rgba(15, 61, 46, 0.18);
  --sombra-tarjeta: 0 2px 4px rgba(15,61,46,0.04), 0 14px 32px -20px rgba(15,61,46,0.22);
  --radio: 14px;
  --radio-lg: 22px;
  --serif: "Fraunces", "Georgia", serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--texto);
  background: var(--blanco);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
svg { display: block; }
button { font-family: inherit; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Tipografía / utilidades ---------- */
.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--oro-fuerte);
  font-weight: 800;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--oro);
  flex-shrink: 0;
}
.eyebrow.on-dark { color: var(--oro-claro); }
.eyebrow.on-dark::before { background: var(--oro-claro); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--verde);
  line-height: 1.15;
  margin: 0.4em 0 0.5em;
  font-weight: 600;
  letter-spacing: -0.01em;
}

section { position: relative; }

/* ---------- Texturas navideñas sutiles ---------- */
.textura-navidad-clara,
.textura-navidad-oscura {
  position: relative;
}
.textura-navidad-clara::before,
.textura-navidad-oscura::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: repeat;
  background-size: 300px 300px;
  z-index: 0;
}
.textura-navidad-clara::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cg fill='none' stroke='%230F3D2E' stroke-width='2' stroke-linecap='round' opacity='0.06'%3E%3Cpath d='M40 30v50M40 40 26 30M40 40 54 30M40 55 22 44M40 55 58 44'/%3E%3Cpath d='M230 190v50M230 200 216 190M230 200 244 190M230 215 212 204M230 215 248 204'/%3E%3C/g%3E%3Cg fill='%23C6992F' opacity='0.09'%3E%3Cpath d='M150 70l3 8 8 .5-6 5.5 2 8-7-4.5-7 4.5 2-8-6-5.5 8-.5z'/%3E%3Cpath d='M70 240l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3Cpath d='M260 90l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.textura-navidad-oscura::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cg fill='none' stroke='%23E7CE93' stroke-width='2' stroke-linecap='round' opacity='0.10'%3E%3Cpath d='M40 30v50M40 40 26 30M40 40 54 30M40 55 22 44M40 55 58 44'/%3E%3Cpath d='M230 190v50M230 200 216 190M230 200 244 190M230 215 212 204M230 215 248 204'/%3E%3C/g%3E%3Cg fill='%23E7CE93' opacity='0.14'%3E%3Cpath d='M150 70l3 8 8 .5-6 5.5 2 8-7-4.5-7 4.5 2-8-6-5.5 8-.5z'/%3E%3Cpath d='M70 240l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3Cpath d='M260 90l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.textura-navidad-clara > *,
.textura-navidad-oscura > * { position: relative; z-index: 1; }

.section-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 48px;
}
.section-head h2 { font-size: clamp(1.9rem, 3vw, 2.55rem); }
.section-head p { color: var(--texto-suave); font-size: 1.03rem; line-height: 1.6; }
.section-head.align-left { text-align: left; margin-left: 0; }

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---------- Botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--verde);
  color: var(--blanco);
  box-shadow: 0 14px 28px -14px rgba(15, 61, 46, 0.5);
}
.btn-primary:hover {
  background: var(--verde-medio);
  box-shadow: 0 14px 28px -14px rgba(15, 61, 46, 0.55);
}

.btn-secondary {
  background: var(--blanco);
  border-color: var(--borde);
  color: var(--verde);
}
.btn-secondary:hover { background: var(--verde); color: var(--blanco); border-color: var(--verde); }

.btn-secondary-dark {
  background: transparent;
  border-color: rgba(255,255,255,0.5);
  color: var(--blanco);
}
.btn-secondary-dark:hover { background: var(--blanco); color: var(--verde); border-color: var(--blanco); }

.btn-whatsapp {
  background: #1f7a4d;
  color: var(--blanco);
}
.btn-whatsapp:hover { background: #18613c; }

.btn-gold {
  background: var(--oro);
  color: var(--verde-oscuro);
}
.btn-gold:hover { background: var(--oro-fuerte); }

.btn-navidad {
  background: var(--rojo);
  color: var(--blanco);
  box-shadow: 0 14px 28px -14px rgba(99, 20, 15, 0.5);
}
.btn-navidad:hover { background: var(--rojo-fuerte); }

.btn-header-wa span { display: inline; }

/* ============ TOP BAR ============ */
.top-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--verde) 0%, var(--oro) 50%, var(--rojo) 100%);
  z-index: 101;
}

/* ============ HEADER ============ */
.site-header {
  position: fixed;
  top: 6px; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, padding 0.3s ease, background 0.3s ease;
  padding: 16px 0;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 30px -22px rgba(15, 61, 46, 0.4);
  border-color: var(--borde);
  padding: 11px 0;
  background: rgba(255,255,255,0.98);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-inner > * { min-width: 0; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 64px; width: auto; transition: height 0.3s ease; }
.site-header.is-scrolled .brand img { height: 56px; }

.btn-header-cta .cta-full { display: inline; }

.desktop-nav { display: none; align-items: center; gap: 8px; }
.desktop-nav > a {
  position: relative;
  padding: 10px 14px;
  color: var(--verde-oscuro);
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.desktop-nav > a:hover { background: var(--verde-suave); color: var(--verde); }
.desktop-nav > a.is-active { color: var(--oro-fuerte); }

.desktop-catalog { position: relative; }
.desktop-catalog-trigger {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 14px;
  color: var(--verde-oscuro);
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.desktop-catalog-trigger i { font-size: 0.65rem; color: var(--oro-fuerte); transition: transform 0.2s ease; }
.desktop-catalog:hover .desktop-catalog-trigger { background: var(--verde-suave); color: var(--verde); }
.desktop-catalog:hover .desktop-catalog-trigger i { transform: rotate(180deg); }

.desktop-catalog-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 640px;
  max-width: 76vw;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  background: var(--blanco);
  border: 1px solid var(--borde);
  border-radius: var(--radio-lg);
  box-shadow: var(--sombra);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 50;
}
.desktop-catalog:hover .desktop-catalog-panel,
.desktop-catalog:focus-within .desktop-catalog-panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.desktop-catalog-item {
  display: flex; flex-direction: column; gap: 8px;
  padding: 8px; border-radius: 12px;
  transition: background 0.2s ease;
  text-align: center;
}
.desktop-catalog-item:hover { background: var(--crema); }
.desktop-catalog-thumb {
  display: block; width: 100%; aspect-ratio: 4/3;
  border-radius: 9px; overflow: hidden;
}
.desktop-catalog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.desktop-catalog-item:hover .desktop-catalog-thumb img { transform: scale(1.08); }
.desktop-catalog-item span:last-child { font-size: 0.76rem; font-weight: 600; color: var(--verde); line-height: 1.25; }

.desktop-catalog-group { position: relative; }
.desktop-catalog-group-trigger span:last-child { display: flex; align-items: center; justify-content: center; gap: 5px; }
.desktop-catalog-group-trigger i { font-size: 0.6rem; color: var(--oro-fuerte); }
.desktop-catalog-subpanel {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  background: var(--blanco);
  border: 1px solid var(--borde);
  border-radius: var(--radio);
  box-shadow: var(--sombra);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 55;
}
.desktop-catalog-group:hover .desktop-catalog-subpanel,
.desktop-catalog-group:focus-within .desktop-catalog-subpanel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0);
}
.desktop-catalog-subitem {
  display: flex; align-items: center; gap: 9px;
  padding: 6px 8px; border-radius: 8px;
  font-size: 0.78rem; font-weight: 600; color: var(--verde);
  transition: background 0.2s ease;
}
.desktop-catalog-subitem:hover { background: var(--crema); }
.desktop-catalog-subitem-thumb { width: 32px; height: 32px; border-radius: 7px; overflow: hidden; flex-shrink: 0; }
.desktop-catalog-subitem-thumb img { width: 100%; height: 100%; object-fit: cover; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions .btn { padding: 11px 20px; font-size: 0.83rem; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--verde); border-radius: 2px; }

/* ============ HERO ============ */
.hero {
  padding: 204px 0 0;
  background: linear-gradient(155deg, #EDF2EE 0%, #F8F4EA 45%, #F1E2BC 100%);
  position: relative;
  overflow: hidden;
}
.hero-glow-gold {
  position: absolute; top: -14%; right: -10%;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(198,153,47,0.18), transparent 68%);
  pointer-events: none;
}
.hero-glow-green {
  position: absolute; bottom: -18%; left: -12%;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(15,61,46,0.08), transparent 68%);
  pointer-events: none;
}

/* Ambientación navideña extra del hero: un poco más de estrellas/copos/árboles translúcidos */
.hero.textura-navidad-clara::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cg fill='none' stroke='%23C6992F' stroke-width='2' stroke-linecap='round' opacity='0.10'%3E%3Cpath d='M60 40v34M60 48 50 40M60 48 70 40M60 60 46 51M60 60 74 51'/%3E%3Cpath d='M200 150v34M200 158 190 150M200 158 210 150M200 170 186 161M200 170 214 161'/%3E%3C/g%3E%3Cg fill='%23C6992F' opacity='0.13'%3E%3Cpath d='M130 30l2.6 6.4L139 37l-5 4.6 1.4 6.4-5.4-3.3-5.4 3.3 1.4-6.4-5-4.6 6.4-.6z'/%3E%3Cpath d='M40 190l2 5 5.4.5-4 3.6 1.2 5.2-4.6-2.8-4.6 2.8 1.2-5.2-4-3.6 5.4-.5z'/%3E%3Cpath d='M220 60l2 5 5.4.5-4 3.6 1.2 5.2-4.6-2.8-4.6 2.8 1.2-5.2-4-3.6 5.4-.5z'/%3E%3C/g%3E%3Cpath d='M100 210l7-14 7 14h-4.4l6 10h-4.6l6 11H90l6-11h-4.6l6-10z' fill='%230F3D2E' opacity='0.06'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cg fill='none' stroke='%230F3D2E' stroke-width='2' stroke-linecap='round' opacity='0.06'%3E%3Cpath d='M40 30v50M40 40 26 30M40 40 54 30M40 55 22 44M40 55 58 44'/%3E%3Cpath d='M230 190v50M230 200 216 190M230 200 244 190M230 215 212 204M230 215 248 204'/%3E%3C/g%3E%3Cg fill='%23C6992F' opacity='0.09'%3E%3Cpath d='M150 70l3 8 8 .5-6 5.5 2 8-7-4.5-7 4.5 2-8-6-5.5 8-.5z'/%3E%3Cpath d='M70 240l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3Cpath d='M260 90l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat, repeat;
  background-size: 260px 260px, 300px 300px;
  background-position: 30px 10px, 0 0;
}

/* Listón festivo superior del hero: estrellas/copos ambientales + colgantes dorados */
.hero-festive-topper {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 204px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.hero-sparkle {
  position: absolute;
  top: var(--header-h, 108px);
  width: 14px; height: 14px;
  background: var(--oro-claro);
  opacity: 0.55;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-position: center; mask-position: center;
  filter: drop-shadow(0 2px 4px rgba(139,100,20,0.25));
  animation: sparkle-twinkle 4.5s ease-in-out infinite alternate;
}
.sparkle-star {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l2.9 6.9L22 8.6l-5.5 5 1.6 7L12 17.5 5.9 20.6l1.6-7L2 8.6l7.1-.7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l2.9 6.9L22 8.6l-5.5 5 1.6 7L12 17.5 5.9 20.6l1.6-7L2 8.6l7.1-.7z'/%3E%3C/svg%3E");
}
.sparkle-snow {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M3.5 6.5l17 11M20.5 6.5l-17 11'/%3E%3Cpath d='M12 2l-2 3M12 2l2 3M12 22l-2-3M12 22l2-3M3.5 6.5l3.6-.6M3.5 6.5l1 3.5M20.5 6.5l-3.6-.6M20.5 6.5l-1 3.5M3.5 17.5l3.6.6M3.5 17.5l1-3.5M20.5 17.5l-3.6.6M20.5 17.5l-1-3.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M3.5 6.5l17 11M20.5 6.5l-17 11'/%3E%3Cpath d='M12 2l-2 3M12 2l2 3M12 22l-2-3M12 22l2-3M3.5 6.5l3.6-.6M3.5 6.5l1 3.5M20.5 6.5l-3.6-.6M20.5 6.5l-1 3.5M3.5 17.5l3.6.6M3.5 17.5l1-3.5M20.5 17.5l-3.6.6M20.5 17.5l-1-3.5'/%3E%3C/g%3E%3C/svg%3E");
  width: 15px; height: 15px;
}
@keyframes sparkle-twinkle { from { opacity: 0.3; } to { opacity: 0.65; } }

.s1 { left: 2%;  margin-top: 10px; animation-delay: 0s; }
.s2 { left: 14%; margin-top: 26px; animation-delay: .6s; }
.s3 { left: 38%; margin-top: 6px;  animation-delay: 1.2s; }
.s4 { left: 63%; margin-top: 22px; animation-delay: .3s; }
.s5 { left: 85%; margin-top: 8px;  animation-delay: .9s; }
.s6 { left: 97%; margin-top: 28px; animation-delay: 1.5s; }

/* Colgantes navideños dorados */
.hero-ornamento {
  position: absolute;
  top: var(--header-h, 105px);
  bottom: 10px;
  width: 1px;
  transform-origin: top center;
  background: linear-gradient(to bottom, rgba(198,153,47,0), rgba(198,153,47,0.85) 45%, rgba(179,135,42,0.95));
  animation: ornamento-sway 2.9s ease-in-out infinite alternate;
}
@keyframes ornamento-sway {
  from { transform: rotate(-8deg); }
  to   { transform: rotate(8deg); }
}
.ornamento-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.shape-bauble {
  bottom: -15px;
  width: 29px; height: 29px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #FBF1DD, var(--oro) 55%, var(--oro-fuerte) 100%);
  box-shadow: 0 9px 16px -6px rgba(30,20,0,0.5), inset 0 -3px 6px rgba(120,85,20,0.4);
}
.shape-bauble-alt { background: radial-gradient(circle at 34% 28%, #FBF1DD, var(--oro-fuerte) 60%, #7a5717 100%); }
.shape-bauble-small { width: 20px; height: 20px; bottom: -11px; }
.shape-star {
  bottom: -14px;
  width: 26px; height: 26px;
  background: var(--oro);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l3 7 7 .8-5.3 4.7 1.6 7-6.3-3.9-6.3 3.9 1.6-7L1.9 8.8 9 8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l3 7 7 .8-5.3 4.7 1.6 7-6.3-3.9-6.3 3.9 1.6-7L1.9 8.8 9 8z'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 6px rgba(30,20,0,0.4));
}
.shape-tree {
  bottom: -17px;
  width: 24px; height: 31px;
  background: linear-gradient(180deg, var(--oro-claro), var(--oro-fuerte));
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30'%3E%3Cpath d='M12 0l5 9h-3.2l4.2 7h-3.4l4.4 8H5l4.4-8H6l4.2-7H7z'/%3E%3Crect x='10' y='24' width='4' height='6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 30'%3E%3Cpath d='M12 0l5 9h-3.2l4.2 7h-3.4l4.4 8H5l4.4-8H6l4.2-7H7z'/%3E%3Crect x='10' y='24' width='4' height='6'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 6px rgba(30,20,0,0.4));
}

.o1 { left: 6%;  bottom: 54px; animation-duration: 2.7s; animation-delay: 0s; }
.o2 { left: 22%; bottom: 46px; animation-duration: 3.1s; animation-delay: .4s; }
.o3 { left: 38%; bottom: 60px; animation-duration: 2.6s; animation-delay: .2s; }
.o4 { left: 50%; bottom: 58px; animation-duration: 3.3s; animation-delay: .6s; }
.o5 { left: 64%; bottom: 37px; animation-duration: 2.9s; animation-delay: .8s; }
.o6 { left: 14%; bottom: 52px; animation-duration: 3.0s; animation-delay: 1.1s; }
.o7 { left: 76%; bottom: 50px; animation-duration: 2.8s; animation-delay: .3s; }
.o8 { left: 92%; bottom: 64px; animation-duration: 3.2s; animation-delay: .9s; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.hero-grid > * { min-width: 0; }

.hero-year-badge {
  display: inline-flex; align-items: center; gap: 8px;
  max-width: 100%;
  padding: 7px 16px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--rojo);
  color: var(--blanco);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: normal;
}

.hero-year-mark {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(3.4rem, 8.5vw, 6.2rem);
  color: var(--oro);
  opacity: 0.18;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  margin-top: 0.4em;
}
.hero-copy h1 em { font-style: normal; color: var(--oro-fuerte); }
.hero-copy p.lead {
  color: var(--texto-suave);
  font-size: 1.08rem;
  max-width: 480px;
  margin: 16px 0 30px;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }

/* Franja de contacto compacta del hero */
.hero-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-contact-chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 14px 9px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(15,61,46,0.12);
  font-size: 0.79rem;
  font-weight: 600;
  color: var(--verde-oscuro);
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero-contact-chip:hover { background: var(--blanco); transform: translateY(-2px); }
.hero-contact-chip .ic {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(198,153,47,0.16);
  color: var(--oro-fuerte);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* Composición editorial del hero: producto principal + líneas secundarias */
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: repeat(2, minmax(0,1fr));
  gap: 14px;
  min-height: 460px;
}
.hero-tile {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--sombra-tarjeta);
  border: 1px solid rgba(255,255,255,0.5);
}
.hero-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.hero-tile:hover img { transform: scale(1.06); }
.hero-tile::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(10,43,32,0) 45%, rgba(10,43,32,0.55) 100%);
}
.hero-tile-label {
  position: absolute; left: 14px; bottom: 12px; z-index: 2;
  color: var(--blanco);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.hero-tile-main { grid-row: 1 / 3; }
.hero-tile-main .hero-tile-label { font-size: 0.95rem; }
.hero-tile-main .hero-badge-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--oro);
  color: var(--verde-oscuro);
  font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.hero-tile-ring {
  position: absolute; top: -18px; right: -70px;
  width: 84px; height: 84px; border-radius: 50%;
  border: 1px dashed rgba(198,153,47,0.5);
  z-index: 1;
  display: none;
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 22px;
  color: var(--texto-suave);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.scroll-cue .line { width: 34px; height: 1px; background: linear-gradient(90deg, var(--oro), transparent); }

/* ============ PENSADO PARA (audiencias) ============ */
.audiencias { padding: 84px 0; background: var(--crema-suave); }
.audiencias-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.audiencia-card {
  padding: 30px 24px;
  border-radius: var(--radio-lg);
  background: var(--crema-suave);
  border: 1px solid var(--borde);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.audiencia-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sombra-suave);
  background: var(--blanco);
}
.audiencia-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--verde);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: var(--oro-claro);
  font-size: 1.25rem;
}
.audiencia-card h3 { font-size: 1.08rem; margin: 0 0 8px; }
.audiencia-card p { color: var(--texto-suave); font-size: 0.88rem; line-height: 1.6; margin: 0; }

/* ============ CATÁLOGO DESTACADO / GRID ============ */
.catalogo-preview, .catalogo { background: var(--crema); }
.catalogo-preview { padding: 90px 0 96px; overflow: hidden; }

/* Ambientación navideña flotante del catálogo destacado (variante del listón del hero) */
.catalogo-preview-decor { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.catalogo-preview > .container { position: relative; z-index: 1; }
.float-icon {
  position: absolute;
  width: 19px; height: 19px;
  background: var(--oro);
  opacity: 0.45;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-position: center; mask-position: center;
  filter: drop-shadow(0 4px 8px rgba(139,100,20,0.25));
  animation: float-icon-drift 4.6s ease-in-out infinite alternate;
}
.float-star {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l2.9 6.9L22 8.6l-5.5 5 1.6 7L12 17.5 5.9 20.6l1.6-7L2 8.6l7.1-.7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l2.9 6.9L22 8.6l-5.5 5 1.6 7L12 17.5 5.9 20.6l1.6-7L2 8.6l7.1-.7z'/%3E%3C/svg%3E");
}
.float-snow {
  width: 20px; height: 20px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M3.5 6.5l17 11M20.5 6.5l-17 11'/%3E%3Cpath d='M12 2l-2 3M12 2l2 3M12 22l-2-3M12 22l2-3M3.5 6.5l3.6-.6M3.5 6.5l1 3.5M20.5 6.5l-3.6-.6M20.5 6.5l-1 3.5M3.5 17.5l3.6.6M3.5 17.5l1-3.5M20.5 17.5l-3.6.6M20.5 17.5l-1-3.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 2v20M3.5 6.5l17 11M20.5 6.5l-17 11'/%3E%3Cpath d='M12 2l-2 3M12 2l2 3M12 22l-2-3M12 22l2-3M3.5 6.5l3.6-.6M3.5 6.5l1 3.5M20.5 6.5l-3.6-.6M20.5 6.5l-1 3.5M3.5 17.5l3.6.6M3.5 17.5l1-3.5M20.5 17.5l-3.6.6M20.5 17.5l-1-3.5'/%3E%3C/g%3E%3C/svg%3E");
}
@keyframes float-icon-drift {
  from { transform: translateY(0) rotate(0deg); }
  to   { transform: translateY(-20px) rotate(14deg); }
}
.d1 { top: 6%;  left: 2.5%; animation-duration: 5.5s; animation-delay: 0s; }
.d2 { top: 16%; left: 96%;  animation-duration: 6.5s; animation-delay: .8s; }
.d3 { top: 48%; left: 1.5%; animation-duration: 6s;   animation-delay: 1.4s; }
.d4 { top: 58%; left: 97%;  animation-duration: 5.2s; animation-delay: .3s; }
.d5 { top: 88%; left: 3%;   animation-duration: 6.8s; animation-delay: 1s; }
.d6 { top: 90%; left: 95%;  animation-duration: 5.8s; animation-delay: .5s; }
.catalogo { padding: 174px 0 100px; }
.catalogo .section-head, .catalogo-preview .section-head { max-width: 720px; }

.catalogo-preview-grid, .catalogo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.catalogo-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalogo-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalogo-grid + .catalogo-group-head,
.catalogo-group-head + .catalogo-grid { margin-top: 48px; }
.catalogo-grid + .catalogo-grid-lineas { margin-top: 40px; }
.catalogo-group-head { text-align: center; max-width: 620px; margin: 0 auto 36px; }
.catalogo-group-head h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); color: var(--verde); margin: 0.3em 0 0.35em; }
.catalogo-group-head p { color: var(--texto-suave); font-size: 0.95rem; margin: 0; }

.canasta-card {
  background: var(--blanco);
  border-radius: var(--radio-lg);
  overflow: hidden;
  border: 1px solid var(--borde);
  display: flex;
  flex-direction: column;
  box-shadow: var(--sombra-tarjeta);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.canasta-card:hover { transform: translateY(-8px); box-shadow: var(--sombra); }
.canasta-card.destacado { box-shadow: 0 0 0 2px var(--oro), var(--sombra-tarjeta); }

.canasta-visual { aspect-ratio: 4/3.1; position: relative; overflow: hidden; background: var(--verde-suave); }
.canasta-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.canasta-card:hover .canasta-visual img { transform: scale(1.06); }
.canasta-visual::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(200deg, rgba(15,61,46,0) 55%, rgba(15,61,46,0.5) 100%);
}
.canasta-tag {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(3px);
  color: var(--blanco);
  font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.canasta-tag.tag-oro { background: var(--oro); border-color: var(--oro); color: var(--verde-oscuro); font-weight: 800; }
.canasta-tag.tag-rojo { background: var(--rojo); border-color: var(--rojo); color: var(--blanco); font-weight: 800; }
.canasta-tag.tag-premium {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--oro-claro), var(--oro) 60%, var(--oro-fuerte));
  border-color: var(--oro-fuerte);
  color: var(--verde-oscuro);
  font-weight: 800;
  box-shadow: 0 6px 16px -6px rgba(139, 100, 20, 0.55);
}
.canasta-tag.tag-premium i { font-size: 0.7rem; }
.canasta-card.canasta-premium { box-shadow: 0 0 0 2px var(--oro-fuerte), var(--sombra-tarjeta); }

.canasta-body { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.canasta-body h3 { font-size: 1.14rem; margin: 0; }
.canasta-body p { color: var(--texto-suave); font-size: 0.87rem; line-height: 1.58; margin: 0; flex: 1; }
.canasta-body .btn { margin-top: 10px; width: 100%; padding: 12px; font-size: 0.85rem; }

.catalogo-preview-action { display: flex; justify-content: center; margin-top: 44px; }

/* ============ CAMPAÑA 2026 ============ */
.campania-2026 {
  padding: 96px 0 88px;
  background: var(--crema-suave);
  position: relative;
  overflow: hidden;
}
.campania-2026-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "title     badge"
    "headline  badge"
    "text      badge"
    "ribbon    badge"
    "cta       badge"
    "contact   badge";
  column-gap: 56px;
  row-gap: 10px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.ga-title    { grid-area: title; }
.ga-headline { grid-area: headline; }
.ga-badge    { grid-area: badge; align-self: center; justify-self: center; margin-bottom: 0; }
.ga-text     { grid-area: text; margin-top: 14px; }
.ga-ribbon   { grid-area: ribbon; }
.ga-cta      { grid-area: cta; justify-self: start; margin-top: 4px; }
.ga-contact  { grid-area: contact; }

/* Encabezado tipo flyer: "Preventa" script + "NAVIDEÑA" bold, sin perder el titular de campaña */
.campania-2026-titlelock { margin-bottom: 6px; line-height: 1; }
.campania-2026-title-script {
  display: block;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: clamp(2.6rem, 5.6vw, 3.8rem);
  color: var(--rojo);
  line-height: 1;
}
.campania-2026-title-bold {
  display: block;
  font-family: var(--serif);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: clamp(1.9rem, 4.2vw, 2.9rem);
  color: var(--verde);
  margin-top: -6px;
}
.campania-2026-headline {
  color: var(--texto);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  line-height: 1.3;
  margin: 0 0 4px;
}
.campania-2026-headline em { font-style: normal; color: var(--rojo); }
.ga-text {
  color: var(--texto-suave);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 16px;
  max-width: 440px;
}

/* Cintillo de fecha límite: banner rectangular borgoña, no un texto suelto */
.campania-2026-ribbon {
  display: inline-block;
  background: var(--rojo);
  color: var(--blanco);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0 0 18px;
  box-shadow: 0 10px 22px -12px rgba(163,29,36,0.55);
}

/* Cierre de contacto */
.campania-2026-contact { display: flex; gap: 20px; margin-top: 18px; }
.campania-2026-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--verde);
}
.campania-2026-contact-item i { color: var(--oro-fuerte); font-size: 1rem; }
.campania-2026-contact-item:hover { color: var(--rojo); }

/* Ambientación navideña densa de la campaña (fondo claro): muchos copos/estrellas a distinta escala, opacidad y giro */
.campania-2026::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat;
  background-size: 640px 480px;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cdefs%3E%3Cpath id='sf' d='M12 2v20M3.5 6.5l17 11M20.5 6.5l-17 11M12 2l-2 3M12 2l2 3M12 22l-2-3M12 22l2-3M3.5 6.5l3.6-.6M3.5 6.5l1 3.5M20.5 6.5l-3.6-.6M20.5 6.5l-1 3.5M3.5 17.5l3.6.6M3.5 17.5l1-3.5M20.5 17.5l-3.6.6M20.5 17.5l-1-3.5' fill='none' stroke='%231f5c46' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath id='st' d='M12 2 14 10 22 12 14 14 12 22 10 14 2 12 10 10Z' fill='%23C6992F'/%3E%3C/defs%3E%3Cuse href='%23sf' opacity='0.12' transform='translate(30,35) scale(0.7) rotate(12)'/%3E%3Cuse href='%23sf' opacity='0.15' transform='translate(140,85) scale(1.1) rotate(-15)'/%3E%3Cuse href='%23sf' opacity='0.09' transform='translate(255,45) scale(0.5) rotate(25)'/%3E%3Cuse href='%23sf' opacity='0.13' transform='translate(375,115) scale(0.9) rotate(5)'/%3E%3Cuse href='%23sf' opacity='0.10' transform='translate(495,55) scale(0.6) rotate(-20)'/%3E%3Cuse href='%23sf' opacity='0.12' transform='translate(585,145) scale(1.0) rotate(15)'/%3E%3Cuse href='%23sf' opacity='0.11' transform='translate(78,195) scale(0.8) rotate(-10)'/%3E%3Cuse href='%23sf' opacity='0.16' transform='translate(215,225) scale(1.2) rotate(20)'/%3E%3Cuse href='%23sf' opacity='0.08' transform='translate(335,255) scale(0.55) rotate(-25)'/%3E%3Cuse href='%23sf' opacity='0.12' transform='translate(455,215) scale(0.85) rotate(10)'/%3E%3Cuse href='%23sf' opacity='0.10' transform='translate(555,295) scale(0.65) rotate(-15)'/%3E%3Cuse href='%23sf' opacity='0.14' transform='translate(28,315) scale(1.05) rotate(25)'/%3E%3Cuse href='%23sf' opacity='0.08' transform='translate(158,355) scale(0.5) rotate(5)'/%3E%3Cuse href='%23sf' opacity='0.13' transform='translate(298,395) scale(0.9) rotate(-10)'/%3E%3Cuse href='%23sf' opacity='0.09' transform='translate(425,375) scale(0.6) rotate(20)'/%3E%3Cuse href='%23sf' opacity='0.11' transform='translate(545,425) scale(0.75) rotate(-5)'/%3E%3Cuse href='%23st' opacity='0.15' transform='translate(195,55) scale(0.5)'/%3E%3Cuse href='%23st' opacity='0.13' transform='translate(445,35) scale(0.4)'/%3E%3Cuse href='%23st' opacity='0.14' transform='translate(95,265) scale(0.45)'/%3E%3Cuse href='%23st' opacity='0.12' transform='translate(495,335) scale(0.5)'/%3E%3Cuse href='%23st' opacity='0.11' transform='translate(345,145) scale(0.35)'/%3E%3Cuse href='%23st' opacity='0.13' transform='translate(58,415) scale(0.4)'/%3E%3C/svg%3E");
}
.campania-2026-decor { position: absolute; inset: 0; pointer-events: none; }
.camp-sparkle {
  position: absolute;
  width: 12px; height: 12px;
  background: var(--oro-fuerte);
  opacity: 0.55;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l2.9 6.9L22 8.6l-5.5 5 1.6 7L12 17.5 5.9 20.6l1.6-7L2 8.6l7.1-.7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1l2.9 6.9L22 8.6l-5.5 5 1.6 7L12 17.5 5.9 20.6l1.6-7L2 8.6l7.1-.7z'/%3E%3C/svg%3E");
  filter: drop-shadow(0 0 4px rgba(139,100,20,0.3));
  animation: camp-sparkle-twinkle 5s ease-in-out infinite alternate;
}
@keyframes camp-sparkle-twinkle { from { opacity: 0.3; } to { opacity: 0.65; } }
.cs1 { top: 10%; left: 4%;  animation-delay: 0s; }
.cs2 { top: 68%; left: 8%;  animation-delay: 1.2s; }
.cs3 { top: 20%; left: 40%; animation-delay: .6s; }
.cs4 { top: 82%; left: 46%; animation-delay: 1.8s; }
.cs5 { top: 14%; left: 92%; animation-delay: .9s; }

/* Marco decorativo navideño: esferas/estrellas/pino/copos en las esquinas y bordes, parcialmente recortados */
.campania-2026-frame { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.frame-anchor { position: absolute; width: 0; height: 0; }
.frame-anchor .ornamento-shape { animation: none; opacity: 0.85; }
.shape-bauble-red { background: radial-gradient(circle at 34% 28%, #F6C9C4, var(--rojo) 58%, var(--rojo-fuerte) 100%); }
.fa1 { top: -16px; left: -14px; }
.fa2 { top: 6%;   right: 3%; }
.fa3 { bottom: -18px; left: 6%; }
.fa4 { bottom: 8%; right: -12px; }
.fa5 { top: 42%; left: -16px; }
.fa6 { top: 78%; right: 4%; }
.fa7 { top: -14px; right: 16%; }
.fa8 { bottom: -14px; right: 42%; }

/* El "10%" como elemento gráfico protagonista: tipografía libre, sin card ni marco rígido */
.preventa-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.preventa-badge-num {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(6.2rem, 12vw, 11rem);
  line-height: 0.8;
  color: var(--verde);
  text-shadow: 0 8px 22px rgba(15,61,46,0.18);
}
.preventa-badge-num .pct {
  color: var(--oro);
  font-size: 0.48em;
  margin: 0.06em 0 0 2px;
}
.preventa-badge-star { position: relative; display: inline-block; margin: -0.1em -0.22em 0 -0.3em; }
.preventa-badge-star i {
  font-size: 2.3rem;
  background: radial-gradient(circle at 35% 30%, #FBF1DD, var(--oro) 55%, var(--oro-fuerte) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 4px 7px rgba(139,100,20,0.4));
}
.preventa-badge-star::after {
  content: "";
  position: absolute;
  top: 46%; left: 50%;
  width: 8px; height: 8px;
  background: var(--rojo);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 2px var(--crema-suave);
}
.preventa-badge-label {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rojo);
  margin-top: 6px;
  max-width: 260px;
  line-height: 1.3;
}
.preventa-badge-year {
  display: block;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--verde);
  margin-top: 8px;
}

/* ============ PROPUESTA DE VALOR ============ */
.valor { padding: 90px 0; background: var(--crema); overflow: hidden; }
.valor-decor { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.valor > .container { position: relative; z-index: 1; }
.v1 { top: 6%;  left: 2%;  animation-duration: 4.8s; animation-delay: .2s; }
.v2 { top: 24%; left: 97%; animation-duration: 4.3s; animation-delay: .9s; }
.v3 { top: 46%; left: 1.5%; animation-duration: 5.1s; animation-delay: .5s; }
.v4 { top: 50%; left: 96%; animation-duration: 4.5s; animation-delay: 1.1s; }
.v5 { top: 70%; left: 2.5%; animation-duration: 4.9s; animation-delay: .7s; }
.v6 { top: 8%;  left: 95%;  animation-duration: 4.2s; animation-delay: 1.3s; }
.v7 { top: 90%; left: 96%;  animation-duration: 5.2s; animation-delay: .4s; }
.valor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.valor-card {
  background: var(--blanco);
  border: 1px solid var(--borde);
  border-radius: var(--radio-lg);
  padding: 34px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.valor-card:hover { transform: translateY(-6px); box-shadow: var(--sombra-suave); border-color: transparent; }
.icon-badge {
  width: 54px; height: 54px; border-radius: 15px;
  background: var(--verde-suave);
  border: 1px solid rgba(15,61,46,0.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.icon-badge svg, .icon-badge i { width: 24px; height: 24px; color: var(--oro-fuerte); font-size: 1.15rem; }
.valor-card h3 { font-size: 1.1rem; margin: 0 0 8px; }
.valor-card p { color: var(--texto-suave); font-size: 0.9rem; line-height: 1.62; margin: 0; }

/* ============ PERSONALIZACIÓN ============ */
.personalizacion {
  padding: 96px 0;
  background: var(--verde);
  position: relative;
  overflow: hidden;
}
.personalizacion::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(650px 380px at 88% 8%, rgba(198,153,47,0.16), transparent 62%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cg fill='none' stroke='%23E7CE93' stroke-width='2' stroke-linecap='round' opacity='0.10'%3E%3Cpath d='M40 30v50M40 40 26 30M40 40 54 30M40 55 22 44M40 55 58 44'/%3E%3Cpath d='M230 190v50M230 200 216 190M230 200 244 190M230 215 212 204M230 215 248 204'/%3E%3C/g%3E%3Cg fill='%23E7CE93' opacity='0.14'%3E%3Cpath d='M150 70l3 8 8 .5-6 5.5 2 8-7-4.5-7 4.5 2-8-6-5.5 8-.5z'/%3E%3Cpath d='M70 240l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3Cpath d='M260 90l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-size: auto, 300px 300px;
}
.personalizacion-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.personalizacion .section-head { text-align: left; margin: 0; max-width: 460px; }
.personalizacion .section-head h2, .personalizacion .section-head p { color: var(--blanco); }
.personalizacion .section-head p { color: rgba(255,255,255,0.72); }

.personalizacion-steps { margin-top: 30px; display: flex; flex-direction: column; gap: 18px; }
.personalizacion-step {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
}
.personalizacion-step .step-num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--oro);
  color: var(--verde-oscuro);
  font-family: var(--serif); font-weight: 700; font-size: 0.95rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.personalizacion-step span { color: rgba(255,255,255,0.9); font-size: 0.92rem; font-weight: 600; }
.personalizacion-step:not(:last-child) { position: relative; }

.personalizacion-visual {
  position: relative;
  border-radius: var(--radio-lg);
  overflow: hidden;
  aspect-ratio: 4/3.3;
  box-shadow: var(--sombra);
}
.personalizacion-visual img { width: 100%; height: 100%; object-fit: cover; }
.personalizacion-badge {
  position: absolute; left: 20px; bottom: 20px; z-index: 2;
  background: rgba(255,253,248,0.96);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: var(--sombra-suave);
  display: flex; align-items: center; gap: 10px;
}
.personalizacion-badge i { color: var(--oro-fuerte); font-size: 1.1rem; }
.personalizacion-badge span { font-size: 0.82rem; font-weight: 700; color: var(--verde); }

/* ============ CONFIANZA / PRUEBA SOCIAL ============ */
.confianza { padding: 90px 0; background: var(--blanco); }
.confianza-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 56px;
  align-items: center;
}
.confianza-photo {
  border-radius: var(--radio-lg);
  overflow: hidden;
  box-shadow: var(--sombra);
  aspect-ratio: 3/2;
}
.confianza-photo img { width: 100%; height: 100%; object-fit: cover; }
.confianza .section-head { text-align: left; margin: 0 0 26px; max-width: 460px; }
.confianza-points { display: flex; flex-direction: column; gap: 16px; }
.confianza-point { display: flex; gap: 14px; align-items: flex-start; }
.confianza-point i { color: var(--oro-fuerte); font-size: 1.1rem; margin-top: 3px; flex-shrink: 0; }
.confianza-point strong { display: block; color: var(--verde); font-size: 0.98rem; margin-bottom: 3px; }
.confianza-point p { margin: 0; color: var(--texto-suave); font-size: 0.88rem; line-height: 1.55; }
.confianza-note {
  margin-top: 26px;
  padding: 14px 18px;
  border-left: 3px solid var(--oro);
  background: var(--crema-suave);
  border-radius: 0 10px 10px 0;
  font-size: 0.84rem;
  color: var(--texto-suave);
  line-height: 1.55;
}


/* ============ CTA FINAL ============ */
.home-cta { background: var(--verde-medio); overflow: hidden; padding: 0; }
.home-cta-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 30px;
  padding: 76px 24px;
}
.home-cta-content h2 {
  margin: 0 0 16px;
  max-width: 620px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
  line-height: 1.08;
  color: var(--blanco);
}
.home-cta-content h2 span { color: var(--oro-claro); }
.home-cta-content p { margin: 0 0 28px; max-width: 480px; font-size: 1rem; line-height: 1.65; color: rgba(255,255,255,0.86); }
.home-cta-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn-cta-primary, .btn-cta-whatsapp {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 26px;
  border-radius: 999px; font-weight: 700; text-decoration: none;
  transition: 0.22s ease;
}
.btn-cta-primary { background: var(--oro); color: var(--verde-oscuro); border: 1px solid var(--oro); }
.btn-cta-primary:hover { background: var(--oro-claro); transform: translateY(-2px); }
.btn-cta-whatsapp { background: transparent; color: var(--blanco); border: 1px solid rgba(255,255,255,0.55); }
.btn-cta-whatsapp:hover { background: var(--blanco); color: var(--verde-oscuro); transform: translateY(-2px); }
.home-cta-image { display: flex; align-items: center; justify-content: center; }
.home-cta-image img { width: 100%; max-width: 460px; border-radius: var(--radio-lg); box-shadow: var(--sombra); }

/* ============ PENSADO PARA (legacy strip, usado en catálogo/otras) ============ */
.trust-strip { background: var(--blanco); border-top: 1px solid var(--borde); border-bottom: 1px solid var(--borde); padding: 30px 0; }

/* ============ NOSOTROS ============ */
.nosotros { padding: 174px 0 30px; background: var(--crema-suave); }
.nosotros-intro { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; margin-bottom: 70px; }
.nosotros-intro .section-head { text-align: left; margin: 0; max-width: none; }
.nosotros-marcas { display: flex; justify-content: center; align-items: center; border-radius: 15px; overflow: hidden; }
.nosotros-marcas-img { width: 100%; max-width: 480px; height: auto; border-radius: var(--radio-lg); box-shadow: var(--sombra); }

.btn-nosotros {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  margin-top: 30px; padding: 15px 28px;
  background: var(--verde);
  color: var(--blanco);
  border: 2px solid var(--verde);
  border-radius: 999px;
  text-decoration: none; font-weight: 700;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.btn-nosotros span { font-size: 1.05rem; transition: transform 0.25s ease; }
.btn-nosotros:hover { background: var(--oro); border-color: var(--oro); color: var(--verde-oscuro); transform: translateY(-2px); box-shadow: 0 12px 26px -12px rgba(198,153,47,0.5); }
.btn-nosotros:hover span { transform: translateX(4px); }

.diferencia-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }

.mvv-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 40px 0 60px; }
.mvv-card { background: var(--blanco); border: 1px solid var(--borde); border-radius: var(--radio-lg); padding: 28px 26px; }
.mvv-card h3 { font-size: 1.08rem; margin: 0 0 8px; color: var(--verde); }
.mvv-card p { color: var(--texto-suave); font-size: 0.92rem; line-height: 1.65; margin: 0; }

.nosotros-galeria-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.nosotros-galeria-item { border-radius: var(--radio); overflow: hidden; aspect-ratio: 1/1; box-shadow: var(--sombra-tarjeta); }
.nosotros-galeria-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.nosotros-galeria-item:hover img { transform: scale(1.06); }
.diferencia-card {
  padding: 30px 22px;
  border-radius: var(--radio-lg);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.diferencia-card:hover { transform: translateY(-6px); box-shadow: var(--sombra-suave); }
.diferencia-card .icon-badge { background: rgba(255,255,255,0.65); margin: 0 auto 16px; }
.diferencia-card h3 { font-size: 1.02rem; margin: 0 0 8px; }
.diferencia-card p { color: var(--texto-suave); font-size: 0.86rem; line-height: 1.6; margin: 0; }
.diferencia-card:nth-child(5n+1) { background: var(--verde-suave); }
.diferencia-card:nth-child(5n+2) { background: var(--rojo-suave); }
.diferencia-card:nth-child(5n+3) { background: var(--oro-suave); }
.diferencia-card:nth-child(5n+4) { background: var(--crema); }
.diferencia-card:nth-child(5n+5) { background: var(--verde-suave); }
.diferencia-card:nth-child(5n+2) .icon-badge i { color: var(--rojo-fuerte); }
.diferencia-card:nth-child(5n+3) .icon-badge i, .diferencia-card:nth-child(5n+4) .icon-badge i { color: var(--verde); }

/* ============ PROCESO (Cómo trabajamos) ============ */
.proceso { padding: 174px 0 90px; background: var(--verde); position: relative; overflow: hidden; }
.proceso::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 400px at 90% 0%, rgba(198,153,47,0.15), transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cg fill='none' stroke='%23E7CE93' stroke-width='2' stroke-linecap='round' opacity='0.10'%3E%3Cpath d='M40 30v50M40 40 26 30M40 40 54 30M40 55 22 44M40 55 58 44'/%3E%3Cpath d='M230 190v50M230 200 216 190M230 200 244 190M230 215 212 204M230 215 248 204'/%3E%3C/g%3E%3Cg fill='%23E7CE93' opacity='0.14'%3E%3Cpath d='M150 70l3 8 8 .5-6 5.5 2 8-7-4.5-7 4.5 2-8-6-5.5 8-.5z'/%3E%3Cpath d='M70 240l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3Cpath d='M260 90l2 6 6 .3-4.5 4 1.5 6-5-3.3-5 3.3 1.5-6-4.5-4 6-.3z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-size: auto, 300px 300px;
}
.proceso .section-head h2, .proceso .section-head p { color: var(--blanco); }
.proceso .section-head p { color: rgba(255,255,255,0.72); }

.pasos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; position: relative; z-index: 2; counter-reset: paso; }
.paso {
  position: relative;
  padding: 0 22px 0 0;
}
.paso:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px; right: -2px;
  width: calc(100% - 10px);
  border-top: 1.5px dashed rgba(231, 206, 147, 0.4);
}
.paso .num {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--oro);
  display: block;
  margin-bottom: 18px;
}
.paso h4 { color: var(--blanco); font-size: 1.05rem; margin: 0 0 10px; }
.paso p { color: rgba(255,255,255,0.68); font-size: 0.87rem; margin: 0; line-height: 1.6; }

/* ============ COTIZAR (form) ============ */
.cotizar { padding: 100px 0; background: var(--crema); }
.cotizar-grid { display: grid; grid-template-columns: 0.85fr 1.4fr; gap: 46px; align-items: stretch; }
.cotizar-side {
  border-radius: var(--radio-lg);
  padding: 42px 36px;
  color: var(--blanco);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(rgba(4, 24, 17, 0.88), rgba(4, 24, 17, 0.62)), url("../img/imagen_formulario.jpg");
  background-size: cover;
  background-position: center;
}
.cotizar-side h2 { color: var(--blanco); font-size: 1.6rem; margin-top: 26px; }
.cotizar-side > p { color: rgba(255,255,255,0.78); font-size: 0.92rem; line-height: 1.62; }
.side-list { margin: 24px 0; display: flex; flex-direction: column; gap: 14px; }
.side-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.87rem; color: rgba(255,255,255,0.92); font-weight: 500; }
.side-list li .check {
  width: 21px; height: 21px; border-radius: 50%;
  background: rgba(198,153,47,0.35);
  color: var(--oro-claro);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; flex-shrink: 0; margin-top: 2px;
}
.whatsapp-quick { margin-top: auto; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.18); }
.whatsapp-quick p { margin: 0 0 16px; font-weight: 500; font-size: 0.86rem; }
.whatsapp-quick .btn-whatsapp { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; }

.form-card { background: var(--blanco); border: 1px solid var(--borde); border-radius: var(--radio-lg); padding: 40px; box-shadow: var(--sombra-suave); }
.form-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--verde); margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 15px; border-radius: 12px;
  border: 1px solid var(--borde);
  font-family: var(--sans); font-size: 0.92rem; color: var(--texto);
  background: var(--gris-claro);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--oro); box-shadow: 0 0 0 3px rgba(198,153,47,0.16); background: var(--blanco);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit {
  width: 100%; margin-top: 20px; padding: 15px 24px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  border: none; border-radius: 999px;
  font-size: 0.95rem; font-weight: 700; cursor: pointer;
  background: var(--verde); color: var(--blanco);
  transition: background 0.2s ease, transform 0.2s ease;
}
.form-submit:hover { background: var(--verde-medio); transform: translateY(-2px); }
.form-submit:disabled { opacity: 0.7; cursor: default; transform: none; }

.checklist-group { margin-bottom: 20px; }
.checklist-group > label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--verde); margin-bottom: 10px; }
.checklist-options { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; margin: 0; width: 100%; height: 100%; }
.chip span {
  display: inline-flex; padding: 10px 18px; border-radius: 999px;
  border: 1px solid var(--borde); font-size: 0.85rem; color: var(--texto-suave);
  transition: all 0.2s ease; cursor: pointer;
}
.chip input:checked + span { background: var(--verde); border-color: var(--verde); color: var(--blanco); }
.chip input:focus-visible + span { box-shadow: 0 0 0 3px rgba(198,153,47,0.3); }

.form-feedback { display: none; margin-top: 18px; padding: 15px 18px; border-radius: 14px; background: var(--verde-suave); border: 1px solid rgba(15,61,46,0.14); color: var(--verde); font-size: 0.88rem; }
.form-feedback.is-visible { display: block; }
.form-feedback.is-error { background: #fdecec; border-color: #f2b8b8; color: #a12727; }
.comentarios-full { grid-column: 1 / -1; }

/* ============ FOOTER ============ */
.site-footer { background: var(--verde-oscuro); color: rgba(255,255,255,0.75); padding: 56px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.85fr 1fr 1fr 0.85fr; gap: 34px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand img { height: 40px; }
.footer-about p { font-size: 0.86rem; line-height: 1.6; color: rgba(255,255,255,0.6); max-width: 240px; margin: 0; }
.footer-col h5 { color: var(--oro-claro); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 14px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { display: block; color: rgba(255,255,255,0.72); font-size: 0.86rem; line-height: 1.4; transition: color 0.2s ease; }
.footer-links a:hover { color: var(--oro); }

.footer-contact ul, .footer-suppliers ul { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; }
.footer-contact ul > li > a, .footer-contact .footer-phones, .footer-contact .footer-location, .footer-suppliers a {
  display: grid; grid-template-columns: 20px auto; align-items: center; column-gap: 9px;
}
.footer-contact li i, .footer-suppliers a i { width: 20px; text-align: center; color: var(--oro-claro); font-size: 0.92rem; }
.footer-contact a, .footer-location, .footer-suppliers a { color: rgba(255,255,255,0.68); text-decoration: none; font-size: 0.85rem; }
.footer-phones > span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.footer-phones a { color: rgba(255,255,255,0.68); }
.phone-separator { color: rgba(255,255,255,0.5); }

.footer-bottom {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding-top: 24px; margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}
.footer-bottom p { margin: 0; }
.footer-legal { font-size: 0.7rem; color: rgba(255,255,255,0.4); }
.footer-copy { font-size: 0.76rem; color: rgba(255,255,255,0.52); }

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 32px -10px rgba(0,0,0,0.4);
  color: var(--blanco);
  animation: float-bob 3s ease-in-out infinite;
}
.wa-float svg { width: 27px; height: 27px; }
@keyframes float-bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 90; }
.nav-backdrop.is-open { display: block; }

.main-nav { display: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 1000px) {
  .desktop-nav { display: flex; }
  .nav-toggle { display: none; }
  .main-nav, .main-nav.is-open, .nav-backdrop.is-open { display: none !important; }
}

@media (max-width: 999px) {
  .desktop-nav { display: none !important; }
  .nav-toggle { display: flex !important; }
  .btn-header-wa { display: none; }
  .header-actions .btn-secondary { padding: 11px; }
  .header-inner { gap: 12px; }
  .header-actions { gap: 8px; }
  .brand img { height: 58px; }
  .site-header.is-scrolled .brand img { height: 50px; }

  .main-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 4px;
    position: fixed; top: 0; right: 0; z-index: 110;
    width: min(84vw, 340px); height: 100vh;
    padding: 106px 22px 28px;
    background: var(--verde-oscuro);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav .nav-link {
    display: flex; align-items: center;
    width: 100%; padding: 13px 4px;
    color: var(--blanco) !important;
    background: transparent !important; border: none !important;
    font-size: 0.92rem; font-weight: 600;
    text-align: left; cursor: pointer;
  }
  .main-nav .nav-link.is-active { color: var(--oro-claro) !important; }
  .main-nav .nav-catalog-toggle { gap: 10px; justify-content: space-between; appearance: none; }
  .nav-catalog-arrow { font-size: 0.78rem; transition: transform 0.25s ease; }
  .nav-catalog-toggle.is-open .nav-catalog-arrow { transform: rotate(180deg); }
  .nav-catalog-panel { display: none; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 10px 0 18px; }
  .nav-catalog-panel.is-open { display: grid; }
  .main-nav .nav-product {
    display: flex; flex-direction: column; align-items: center;
    width: 100%; padding: 8px; gap: 8px;
    color: var(--blanco) !important; text-align: center;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
  }
  .nav-product-image { display: block; width: 100%; aspect-ratio: 1/1; border-radius: 9px; overflow: hidden; }
  .nav-product-image img { width: 100%; height: 100%; object-fit: cover; }
  .nav-product-label { font-size: 0.74rem; font-weight: 600; line-height: 1.2; }

  .nav-catalog-group { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 8px; }
  .nav-subcatalog-toggle { position: relative; width: 100%; cursor: pointer; appearance: none; }
  .nav-subcatalog-arrow { position: absolute; top: 12px; right: 12px; font-size: 0.7rem; color: var(--blanco); transition: transform 0.25s ease; }
  .nav-subcatalog-toggle.is-open .nav-subcatalog-arrow { transform: rotate(180deg); }
  .nav-subcatalog-panel { display: none; flex-direction: column; gap: 6px; padding: 2px 4px 4px; }
  .nav-subcatalog-panel.is-open { display: flex; }
  .nav-sublink {
    display: block; padding: 10px 14px; border-radius: 10px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.85) !important; font-size: 0.85rem; font-weight: 600;
  }
  .nav-sublink:hover { background: rgba(255,255,255,0.16); }
}

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; padding-bottom: 40px; }
  .hero-copy p.lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-contact-strip { justify-content: center; }
  .hero-year-badge { justify-content: center; }
  .hero-visual { max-width: 560px; margin: 0 auto; min-height: 400px; }
  .scroll-cue { display: none; }

  .audiencias-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .valor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogo-preview-grid, .catalogo-grid, .catalogo-grid-4, .catalogo-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .diferencia-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nosotros-galeria-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .campania-2026-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "headline"
      "badge"
      "ribbon"
      "text"
      "cta"
      "contact";
    row-gap: 16px;
    text-align: center;
    justify-items: center;
  }
  .ga-text { margin-left: auto; margin-right: auto; margin-top: 0; }
  .ga-cta { justify-self: center; margin-top: 6px; }
  .ga-badge { justify-self: center; margin-bottom: 0; }
  .preventa-badge { align-items: center; }
  .campania-2026-contact { justify-content: center; }
  .nosotros-intro { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .nosotros-intro .section-head { text-align: center; margin: 0 auto; }
  .personalizacion-grid, .confianza-grid { grid-template-columns: 1fr; gap: 36px; }
  .personalizacion .section-head, .confianza .section-head { text-align: center; margin: 0 auto 26px; max-width: 560px; }
  .pasos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .paso:not(:last-child)::after { display: none; }
  .cotizar-grid { grid-template-columns: 1fr; }
  .home-cta-inner { grid-template-columns: 1fr; text-align: center; padding: 56px 24px; }
  .home-cta-content { align-items: center; }
  .home-cta-content h2, .home-cta-content p { margin-left: auto; margin-right: auto; }
  .home-cta-actions { justify-content: center; }
  .home-cta-image { order: -1; }
  .footer-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; }
}

@media (max-width: 760px) {
  .container { padding: 0 18px; }
  .cs3, .cs4 { display: none; }
  .hero { padding-top: 175px; }
  .hero-festive-topper { height: 175px; }
  .hero-sparkle { width: 11px; height: 11px; }
  .sparkle-snow { width: 12px; height: 12px; }
  .shape-bauble { width: 22px; height: 22px; bottom: -11px; }
  .shape-bauble-small { width: 16px; height: 16px; bottom: -7px; }
  .shape-star { width: 19px; height: 19px; bottom: -10px; }
  .shape-tree { width: 18px; height: 23px; bottom: -12px; }
  .o1 { bottom: 44px; }
  .o2 { bottom: 40px; }
  .o3 { bottom: 48px; }
  .o4 { bottom: 46px; }
  .o5 { bottom: 32px; }
  .o6 { bottom: 42px; }
  .o7 { bottom: 40px; }
  .o8 { bottom: 50px; }
  .brand img { height: 48px; }
  .site-header.is-scrolled .brand img { height: 42px; }
  .header-inner { gap: 8px; }
  .btn-header-cta .cta-full { display: none; }
  .btn-header-cta { padding: 10px 14px; }
  .hero-visual { grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 340px; }
  .hero-tile-main .hero-tile-label { font-size: 0.85rem; }

  .audiencias-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .valor-grid { grid-template-columns: 1fr; }
  .catalogo-preview-grid, .catalogo-grid, .catalogo-grid-4, .catalogo-grid-3 { grid-template-columns: 1fr; }
  .diferencia-grid { grid-template-columns: 1fr; }
  .mvv-grid { grid-template-columns: 1fr; }
  .nosotros-galeria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogo { padding-top: 140px; }
  .nosotros { padding-top: 130px; }
  .proceso { padding-top: 140px; }
  .pasos { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cotizar-side { padding: 32px 26px; }
  .form-card { padding: 26px; }
  .footer-grid { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 32px; }
  .footer-about { grid-column: 1 / -1; }
  .eyebrow { font-size: 0.66rem; letter-spacing: 0.16em; }

  /* Preventa 2026: compactar bastante para que entre en una sola pantalla en la mayoría de móviles */
  .campania-2026 { padding: 40px 0 32px; }
  .campania-2026-inner { row-gap: 8px; }
  .campania-2026-titlelock { margin-bottom: 2px; }
  .campania-2026-title-script { font-size: 1.9rem; }
  .campania-2026-title-bold { font-size: 1.5rem; margin-top: -4px; }
  .campania-2026-headline { font-size: 1.05rem; margin: 0 0 2px; }
  .preventa-badge-num { font-size: 4.1rem; }
  .preventa-badge-star i { font-size: 1.5rem; }
  .preventa-badge-star::after { width: 5px; height: 5px; }
  .preventa-badge-label { font-size: 0.82rem; margin-top: 3px; max-width: 220px; }
  .preventa-badge-year { font-size: 0.95rem; margin-top: 3px; }
  .campania-2026-ribbon { padding: 6px 14px; font-size: 0.68rem; margin: 0 0 8px; }
  .ga-text { font-size: 0.88rem; line-height: 1.45; margin-bottom: 6px; }
  .ga-cta { padding: 10px 20px; font-size: 0.85rem; margin-top: 2px; }
  .campania-2026-contact { margin-top: 4px; gap: 14px; }
  .campania-2026-contact-item { font-size: 0.78rem; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .home-cta-actions { flex-direction: column; align-items: stretch; }
  .home-cta-actions .btn-cta-primary, .home-cta-actions .btn-cta-whatsapp { width: 100%; }
  .o3, .o5, .o7, .s2, .s4, .s6 { display: none; }
  .d3, .d4 { display: none; }
  .v2, .v4, .v6 { display: none; }
}
