/*
Theme Name: BMACOW Cinematic
Description: Landing page final B2B con Catálogo, Buscador en vivo, WhatsApp nativo y Cotizador Rápido.
Author: HidroWeb
Version: 11.0.0
*/

:root {
  --color-base: #061917; 
  --color-hueso: #f4efe6;
  --color-gold: #e5aa24;
  --color-gold-hover: #c79018;
  --color-white: #ffffff;
  --color-whatsapp: #25d366;
  --color-whatsapp-hover: #1da851;
  --font-display: "Montserrat", sans-serif;
  --font-body: "Inter", sans-serif;
}

/* =========================================
   RESETS Y ESTRUCTURA BASE
   ========================================= */
html, body { max-width: 100vw; overflow-x: clip !important; box-sizing: border-box; margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: inherit; }
body { font-family: var(--font-body); background: var(--color-base); color: var(--color-white); }
.container-custom { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* =========================================
   BOTONES PRINCIPALES Y LATERALES
   ========================================= */
.sticky-quote-btn {
  position: fixed; right: -85px; top: 50%; transform: translateY(-50%) rotate(-90deg);
  background: var(--color-gold) !important; color: #000000 !important; font-family: var(--font-display);
  font-weight: 800; font-size: 16px; padding: 16px 40px; text-decoration: none;
  z-index: 500; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); border-radius: 8px 8px 0 0;
  transition: all 0.3s ease; cursor: pointer;
}
.sticky-quote-btn:hover { background: var(--color-gold-hover) !important; right: -75px; box-shadow: 0 6px 20px rgba(0,0,0,0.4); }

.btn-solid-gold { background: var(--color-gold); color: #000000; padding: 18px 36px; font-family: var(--font-display); font-weight: 800; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: background 0.3s, transform 0.2s; border-radius: 4px; border: none; cursor: pointer; }
.btn-solid-gold:hover { background: var(--color-gold-hover); transform: translateY(-2px); }
.btn-outline-white { background: transparent; border: 2px solid white; color: white; padding: 16px 36px; font-family: var(--font-display); font-weight: 800; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s; border-radius: 4px; }
.btn-outline-white:hover { background: white; color: #000; transform: translateY(-2px); }
.btn-outline-dark { background: transparent; border: 2px solid var(--color-base); color: var(--color-base); padding: 16px 36px; font-family: var(--font-display); font-weight: 800; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s; border-radius: 4px; }
.btn-outline-dark:hover { background: var(--color-base); color: #ffffff; transform: translateY(-2px); }

/* =========================================
   CABECERA INTELIGENTE (HEADER FLOTANTE)
   ========================================= */
.c-header-video { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 9999 !important; padding: 25px 0; transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1); background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 100%); }
.c-header-video__inner { display: flex; justify-content: space-between; align-items: center; padding: 0 40px; }
.c-header-video__brand img { max-height: 55px; width: auto; object-fit: contain; }
.c-header-video__logo-text { font-family: var(--font-display); font-size: 24px; color: white; text-decoration: none; font-weight: 900; }
.text-gold { color: var(--color-gold); }

.header-island { display: inline-flex !important; align-items: center; gap: 20px; background: rgba(255, 255, 255, 0.05) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; border-radius: 50px !important; padding: 8px 20px !important; transition: all 0.4s ease !important; }
.nav-link-icon { color: white; text-decoration: none; font-size: 15px; font-weight: 500; display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
.nav-link-icon:hover { color: var(--color-gold); }
.menu-trigger { background: none; border: none; color: white; font-size: 15px; font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: 12px; }
.hamburger-lines { display: flex; flex-direction: column; gap: 5px; }
.hamburger-lines span { 
  width: 24px; 
  height: 2px; 
  background: #ffffff; 
  border-radius: 2px;
  /* EFECTO RESTA/DIVISIÓN DE COLOR: Se invierte automáticamente según el fondo */
  mix-blend-mode: difference; 
  transition: all 0.3s ease; 
}

.c-header-video.is-scrolled { padding: 15px 0; }
.c-header-video.is-scrolled .header-island { background: rgba(255, 255, 255, 0.08) !important; backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; border-radius: 12px !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; width: 48px !important; height: 48px !important; padding: 0 !important; gap: 0 !important; justify-content: center !important; }
.c-header-video.is-scrolled .nav-link-icon, .c-header-video.is-scrolled .menu-text { display: none !important; }

/* =========================================
   MENÚ Y BUSCADOR PANTALLA COMPLETA
   ========================================= */
.fullscreen-menu, .fullscreen-search { position: fixed; inset: 0; background-color: rgba(6, 25, 23, 0.95); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); z-index: 10000 !important; opacity: 0; visibility: hidden; transition: all 0.4s ease; display: flex; }
.fullscreen-menu { align-items: center; justify-content: center; }
.fullscreen-search { align-items: flex-start; justify-content: center; padding-top: 10vh; }
.fullscreen-menu.is-active, .fullscreen-search.is-active { opacity: 1; visibility: visible; }

.close-menu-btn, .close-search-btn { position: absolute; top: 30px; right: 40px; background: none; border: none; color: white; cursor: pointer; transition: transform 0.3s; z-index: 10001 !important; }
.close-menu-btn:hover, .close-search-btn:hover { transform: scale(1.1); color: var(--color-gold); }

.fs-menu-content { width: 100%; max-width: 1200px; padding: 0 20px; }
.fs-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.fs-menu-col a { display: block; font-family: var(--font-display); font-size: 32px; color: white; text-decoration: none; margin-bottom: 25px; font-weight: 800; transition: color 0.2s, transform 0.2s; }
.fs-menu-col a:hover { color: var(--color-gold); transform: translateX(10px); }
.fs-menu-contact h3 { font-size: 20px; margin-bottom: 15px; color: white; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; display: inline-block; }
.fs-menu-contact p { font-size: 16px; margin-bottom: 10px; color: #d1dcdb; }
.mt-4 { margin-top: 40px; }

.fs-search-content { width: 100%; max-width: 900px; padding: 0 20px; }
.search-form { display: flex; position: relative; border-bottom: 2px solid rgba(255,255,255,0.25); transition: border-color 0.3s; padding-bottom: 8px; margin-bottom: 20px; }
.search-form:focus-within { border-color: var(--color-gold); }
.search-field { width: 100%; background: transparent; border: none; color: white; font-family: var(--font-display); font-size: clamp(22px, 4vw, 36px); font-weight: 700; outline: none; padding-right: 50px; }
.search-field::placeholder { color: rgba(255,255,255,0.3); }
.search-field::-webkit-search-cancel-button { -webkit-appearance: none; height: 16px; width: 16px; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center; background-size: contain; cursor: pointer; margin-right: 12px; opacity: 0.8; transition: opacity 0.2s; }
.search-field::-webkit-search-cancel-button:hover { opacity: 1; }
.search-submit { position: absolute; right: 0; bottom: 8px; background: transparent; border: none; color: white; cursor: pointer; transition: color 0.3s; }
.search-submit:hover { color: var(--color-gold); }

.fs-search-results { max-height: 60vh; overflow-y: auto; padding-right: 15px; margin-top: 10px; }
.fs-search-results::-webkit-scrollbar { width: 5px; }
.fs-search-results::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 4px; }
.fs-search-results::-webkit-scrollbar-thumb { background: var(--color-gold); border-radius: 4px; }
.fs-search-section { margin-bottom: 25px; }
.fs-search-section-title { font-size: 13px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.6); margin-bottom: 15px; font-weight: 700; }
.fs-search-divider { height: 1px; background: rgba(255, 255, 255, 0.1); margin: 25px 0; }
.fs-search-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.fs-brand-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 6px; padding: 12px 15px; display: flex; align-items: center; justify-content: center; text-decoration: none; height: 70px; transition: all 0.3s ease; }
.fs-brand-card:hover { border-color: var(--color-gold); background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.fs-brand-card img { max-height: 40px; width: auto; object-fit: contain; filter: brightness(0) invert(1); transition: filter 0.3s; }
.fs-brand-card:hover img { filter: none; }
.fs-brand-name { color: white; font-size: 14px; font-weight: 700; }
.fs-product-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 6px; padding: 12px; display: flex; gap: 12px; align-items: center; text-decoration: none; transition: all 0.3s ease; }
.fs-product-card:hover { border-color: var(--color-gold); background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.fs-product-img { width: 50px; height: 50px; flex-shrink: 0; background: #ffffff; border-radius: 4px; padding: 4px; display: flex; align-items: center; justify-content: center; }
.fs-product-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.fs-product-title { color: white; font-size: 13px; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.fs-search-loading, .fs-search-no-results { color: rgba(255, 255, 255, 0.5); font-size: 14px; padding: 20px 0; }

/* =========================================
   HERO Y MARCAS
   ========================================= */
.hero-cinematic { position: relative; width: 100%; min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; }
.hero-cinematic__video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-cinematic__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(6, 25, 23, 0.4) 0%, rgba(6, 25, 23, 0.8) 100%); z-index: 2; }
.hero-cinematic__content { position: relative; z-index: 3; width: 100%; text-align: left; }
.content-wrapper { max-width: 1000px; margin: 0 auto; }
.hero-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 20px; color: white; }
.hero-subtitle { font-size: clamp(1.1rem, 2vw, 1.4rem); color: #e2e8e7; margin-bottom: 40px; max-width: 800px; line-height: 1.5; font-weight: 400; }
.hero-actions { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-hours { display: inline-flex; align-items: center; gap: 10px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(5px); padding: 10px 20px; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 14px; font-weight: 500; color: white; }

.s-brands { background-color: var(--color-hueso); padding: 80px 0 60px 0; }
.s-brands__header { text-align: center; margin-bottom: 40px; padding: 0 20px; }
.s-brands__title { font-family: var(--font-display); font-size: 24px; font-weight: 900; color: var(--color-base); letter-spacing: 2px; margin-bottom: 15px; }
.s-brands__line { width: 80px; height: 3px; background-color: var(--color-base); margin: 0 auto; }
.s-brands__marquee-wrapper { background: rgba(6, 25, 23, 0.35); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(6, 25, 23, 0.08); border-bottom: 1px solid rgba(6, 25, 23, 0.08); padding: 40px 0; width: 100%; position: relative; box-shadow: 0 8px 32px rgba(0,0,0,0.03); }
.s-brands__marquee { overflow: hidden; white-space: nowrap; -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent); mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent); }
.s-brands__track { display: inline-block; animation: scrollMarquee 40s linear infinite; }
.s-brands__track a { display: inline-block !important; margin: 0 30px !important; border-radius: 8px !important; transition: transform 0.3s ease !important; vertical-align: middle !important; }
.s-brands__track a:hover { transform: scale(1.08) !important; }
.s-brands__track a .brand-logo { height: 80px; width: auto; object-fit: contain; margin: 0 !important; display: block !important; background: #ffffff; padding: 15px 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: box-shadow 0.3s ease !important; transform: none !important; }
.s-brands__track a:hover .brand-logo { box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important; }
@keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =========================================
   POR QUÉ ELEGIRNOS
   ========================================= */
.s-why-us { padding: 80px 0 100px 0; background-color: var(--color-hueso); position: relative; }
.s-why-us::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(6, 25, 23, 0.1) 1px, transparent 1px); background-size: 30px 30px; opacity: 0.5; pointer-events: none; }
.s-why-us__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start !important; position: relative; z-index: 2; }
.s-why-us__content { position: relative; top: 0; align-self: auto; }
.kicker-text { display: inline-block; font-size: 12px; font-weight: 900; letter-spacing: 2px; color: var(--color-base); margin-bottom: 20px; }
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 3.5vw, 3.5rem); font-weight: 800; line-height: 1.1; color: var(--color-base); margin-bottom: 25px; }
.section-desc { font-size: 17px; color: #4a5d59; line-height: 1.7; margin-bottom: 30px; font-weight: 500; }
.s-why-us__cards { display: flex; flex-direction: column; gap: 40px; }
.feature-card { background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.8); padding: 30px; border-radius: 8px; display: grid; grid-template-columns: auto 1fr; gap: 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.04); transition: transform 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.7); box-shadow: 0 12px 40px rgba(0,0,0,0.08); border-color: var(--color-gold); }
.fc-icon { width: 50px; height: 50px; background: rgba(229, 170, 36, 0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.fc-text { position: relative; z-index: 1; }
.fc-title { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--color-base); margin-bottom: 8px; }
.fc-desc { font-size: 14.5px; color: #4a5c59; line-height: 1.6; font-weight: 500; }
.fc-watermark { position: absolute; bottom: -15%; right: -5%; width: 160px; height: 160px; opacity: 0.15; z-index: 0; pointer-events: none; transition: transform 0.5s ease, opacity 0.5s ease; }
.feature-card:hover .fc-watermark { transform: scale(1.1) rotate(-5deg); opacity: 0.3; }

/* =========================================
   CATÁLOGO WOOCOMMERCE
   ========================================= */
.c-catalog { background-color: var(--color-hueso); min-height: auto; padding: 120px 0 60px 0; color: var(--color-base); }
.c-catalog__hero-clean { padding: 20px 0; margin-bottom: 30px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.c-catalog__title-clean { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--color-base); margin: 0; }
.brand-hero-logo { max-height: 70px !important; width: auto !important; margin: 0 !important; display: block !important; filter: none !important; }
.c-catalog__layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.c-catalog__layout.is-single { grid-template-columns: 1fr; }
.c-catalog__sidebar { background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.05); }
.sidebar-title { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--color-base); margin-bottom: 20px; border-bottom: 2px solid var(--color-gold); padding-bottom: 10px; display: inline-block; }
.sidebar-list { list-style: none; padding: 0; margin: 0; }
.sidebar-list li { margin-bottom: 12px; border-bottom: 1px solid #f0f0f0; padding-bottom: 12px; }
.sidebar-list li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-list a { color: #4a5c59; text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.2s; display: block; }
.sidebar-list a:hover { color: var(--color-gold-hover); }

.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important; gap: 25px !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.c-catalog__grid .woocommerce-products-header, .c-catalog__grid .page-title, .c-catalog__grid .woocommerce-result-count, .c-catalog__grid .woocommerce-ordering { display: none !important; }
.woocommerce ul.products li.product { background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 4px solid transparent; padding: 20px; text-align: left; transition: all 0.3s ease; display: flex; flex-direction: column; margin: 0 !important; width: 100% !important; border-radius: 6px; }
.woocommerce ul.products li.product:hover { border-color: #d0d0d0; border-bottom-color: var(--color-gold); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.c-card__main-link { display: flex; flex-direction: column; flex-grow: 1; text-decoration: none !important; color: inherit; }
.c-card__main-link img:first-child { margin-bottom: 20px; border-radius: 4px; object-fit: contain; mix-blend-mode: multiply; max-height: 180px; width: auto; margin: 0 auto 20px auto; }
.c-card__details { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 15px; flex-grow: 1; }
.c-card__text { width: 60%; }
.c-card__title { font-family: var(--font-body); font-size: 14px; font-weight: 700; color: #333; margin-bottom: 8px; line-height: 1.4; text-transform: uppercase; }
.c-card__main-link:hover .c-card__title { color: var(--color-gold-hover); }
.c-card__more { font-size: 13px; color: #888; text-decoration: none; }
.c-card__blueprint { width: 35%; max-height: 80px; object-fit: contain; opacity: 0.8; }
a.c-card__btn-wssp-solid { display: block !important; background-color: var(--color-whatsapp) !important; color: #ffffff !important; text-align: center !important; padding: 12px 10px !important; font-family: var(--font-display) !important; font-size: 13px !important; font-weight: 800 !important; text-transform: uppercase !important; border-radius: 4px !important; border: none !important; margin-top: 15px !important; text-decoration: none !important; transition: transform 0.2s ease, background-color 0.2s ease !important; }
a.c-card__btn-wssp-solid:hover { background-color: var(--color-whatsapp-hover) !important; transform: translateY(-2px) !important; }

/* =========================================
   FOOTER ISLA 
   ========================================= */
.footer-outer-wrapper { position: relative; background-color: #030a09; padding: 80px 20px 40px 20px; overflow: hidden; }
.footer-blueprint { position: absolute; inset: 0; z-index: 0; opacity: 1; }
.footer-blueprint .draw-path { stroke: rgba(229, 170, 36, 0.7) !important; stroke-width: 2px !important; }
.site-footer-glass { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; background: rgba(6, 25, 23, 0.65) !important; backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important; border-radius: 24px; padding: 50px 40px 20px 40px; color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-col { overflow-wrap: break-word; word-wrap: break-word; }
.footer-logo img { max-height: 55px; width: auto; object-fit: contain; }
.footer-title { font-family: var(--font-display); font-size: 18px; font-weight: 800; margin-bottom: 20px; color: white; }
.footer-desc { font-size: 14.5px; color: #8ca5a1; line-height: 1.6; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-contact li { margin-bottom: 12px; font-size: 14px; color: #8ca5a1; }
.footer-links a { color: #8ca5a1; text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--color-gold); }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 13px; color: rgba(255,255,255,0.5); }

/* =========================================
   WHATSAPP NATIVO Y BOTONES DE COTIZACIÓN
   ========================================= */
.native-float-whatsapp { 
  position: fixed; 
  bottom: 25px; 
  left: 25px; 
  width: 60px; 
  height: 60px; 
  background-color: var(--color-whatsapp); 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); /* Sombra sobria, sin neón */
  z-index: 999; 
  text-decoration: none; 
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; 
}
.native-float-whatsapp:hover { 
  transform: scale(1.05); 
  background-color: var(--color-whatsapp-hover); 
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35); 
}

/* Botón flotante móvil (Píldora dorada sin neón) */
.mobile-float-quote-btn { 
  display: none; 
  position: fixed; 
  bottom: 25px; 
  right: 20px; 
  background: var(--color-gold); 
  color: #000000; 
  font-family: var(--font-display); 
  font-weight: 800; 
  font-size: 13.5px; 
  letter-spacing: 0.5px; 
  padding: 14px 22px; 
  border-radius: 50px; 
  border: 1px solid rgba(0, 0, 0, 0.1); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); /* Sombra elegante */
  z-index: 999; 
  cursor: pointer; 
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; 
}
.mobile-float-quote-btn:hover { 
  background: var(--color-gold-hover); 
  transform: scale(1.05); 
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35); 
}

/* =========================================
   MODAL DE COTIZACIÓN RÁPIDA (PERÚ)
   ========================================= */
.quote-modal { position: fixed; inset: 0; background-color: rgba(3, 12, 11, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); z-index: 10000; opacity: 0; visibility: hidden; transition: all 0.35s ease; display: flex; align-items: center; justify-content: center; padding: 20px; }
.quote-modal.is-active { opacity: 1; visibility: visible; }
.quote-modal-card { background: rgba(6, 25, 23, 0.95); border: 1px solid rgba(229, 170, 36, 0.3); border-radius: 16px; max-width: 600px; width: 100%; padding: 35px 30px; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.5); max-height: 90vh; overflow-y: auto; }
.quote-modal-close { position: absolute; top: 15px; right: 20px; background: none; border: none; font-size: 32px; color: rgba(255,255,255,0.7); cursor: pointer; transition: color 0.2s; }
.quote-modal-close:hover { color: var(--color-gold); }
.quote-kicker { font-size: 11px; font-weight: 900; letter-spacing: 2px; color: var(--color-gold); text-transform: uppercase; }
.quote-title { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: white; margin: 5px 0 10px; }
.quote-subtitle { font-size: 13.5px; color: #a4b4b2; line-height: 1.5; margin-bottom: 25px; }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-group { display: flex; flex-direction: column; gap: 6px; }
.quote-group--full { grid-column: span 2; }
.quote-group label { font-size: 12px; font-weight: 600; color: #d1dcdb; }
.quote-group input, .quote-group textarea, .quote-group select { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; padding: 12px 14px; color: white; font-family: var(--font-body); font-size: 14px; outline: none; transition: border-color 0.2s; }
.quote-group input:focus, .quote-group textarea:focus, .quote-group select:focus { border-color: var(--color-gold); background: rgba(255,255,255,0.08); }
.quote-group input::placeholder, .quote-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.quote-group select { background: #08211e !important; cursor: pointer; }
.quote-group select:disabled { opacity: 0.5; cursor: not-allowed; }
.quote-group select option { background: #061917; color: white; padding: 10px; }
.quote-submit-btn { width: 100%; margin-top: 20px; cursor: pointer; border: none; }
.quote-response-msg { margin-top: 15px; font-size: 13.5px; text-align: center; border-radius: 4px; }
.quote-response-msg.is-success { padding: 12px; background: rgba(37, 211, 102, 0.15); border: 1px solid #25d366; color: #25d366; }
.quote-response-msg.is-error { padding: 12px; background: rgba(235, 77, 75, 0.15); border: 1px solid #eb4d4b; color: #ff7675; }

/* =========================================
   ANIMACIONES SCROLLYTELLING (CON FAILSAFE)
   ========================================= */
/* Si el JS llega a fallar, esta regla fuerza que el texto aparezca sí o sí a los 1.5 segundos */
.reveal-up { 
  opacity: 0; 
  transform: translateY(40px); 
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); 
  animation: forceReveal 0.5s forwards;
  animation-delay: 1.5s;
}
.reveal-up.is-revealed { opacity: 1; transform: translateY(0); animation: none; }
@keyframes forceReveal { to { opacity: 1; transform: translateY(0); } }

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }

.reveal-svg .fade-in-element { opacity: 0; transition: opacity 2s ease; }
.reveal-svg .draw-path { stroke-dasharray: 2000; stroke-dashoffset: 2000; }
.reveal-svg.is-revealed .fade-in-element { opacity: 1; }
.reveal-svg.is-revealed .draw-path { stroke-dashoffset: 0; transition: stroke-dashoffset 4s cubic-bezier(0.25, 1, 0.5, 1); }
.reveal-svg.is-revealed .delay-1 { transition-delay: 0.3s; }
.reveal-svg.is-revealed .delay-2 { transition-delay: 1.0s; }
.reveal-svg.is-revealed .delay-3 { transition-delay: 1.8s; }

/* =========================================
   RESPONSIVE (1024px, 900px, 768px, 600px)
   ========================================= */
@media (max-width: 900px) {
  .s-why-us__grid { grid-template-columns: 1fr; gap: 50px; }
  .c-catalog__layout { grid-template-columns: 1fr; }
  
  /* 1. Header flotante: Cristal escarchado real (Glassmorphism Puro) */
  .c-header-video { 
    background: none !important; 
    top: 2vh !important; 
    left: 4vw !important; 
    right: 4vw !important; 
    width: auto !important; 
    padding: 0 !important; 
    pointer-events: none; 
  }
  
  .c-header-video__inner { 
    pointer-events: auto; 
    background: rgba(255, 255, 255, 0.08) !important; /* Traslúcido real */
    backdrop-filter: blur(16px) saturate(180%) !important; 
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important; 
    border: 1px solid rgba(255, 255, 255, 0.18) !important; 
    border-radius: 16px !important; 
    padding: 10px 20px !important; 
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25) !important; 
    transition: all 0.3s ease !important;
  }
  
  /* Al hacer scroll: Mantiene el Glassmorphism intacto (sin bloque verde sólido) */
  .c-header-video.is-scrolled .c-header-video__inner {
    background: rgba(255, 255, 255, 0.12) !important; /* Cristal sutilmente más escarchado */
    border-color: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.35) !important;
  }
  
  /* 2. Cero doble caja: La isla interna permanece invisible */
  .header-island,
  .c-header-video.is-scrolled .header-island { 
    background: transparent !important; 
    border: none !important; 
    backdrop-filter: none !important; 
    -webkit-backdrop-filter: none !important; 
    box-shadow: none !important; 
    width: auto !important;
    height: auto !important;
    padding: 0 !important; 
    margin: 0 !important;
    border-radius: 0 !important;
  }
  
  .menu-trigger {
    background: transparent !important;
    border: none !important;
    padding: 4px !important;
    margin: 0 !important;
  }
  
  .nav-link-icon, .menu-text { display: none !important; }
  .hero-cinematic__content { margin-top: 15vh !important; }
}
@media (max-width: 1024px) { .sticky-quote-btn { display: none !important; } .mobile-float-quote-btn { display: flex; align-items: center; justify-content: center; } }
@media (max-width: 900px) {
  .s-why-us__grid { grid-template-columns: 1fr; gap: 50px; }
  .c-catalog__layout { grid-template-columns: 1fr; }
  .c-header-video { background: none !important; top: 2vh !important; left: 4vw !important; right: 4vw !important; width: auto !important; padding: 0 !important; pointer-events: none; }
  .c-header-video__inner { pointer-events: auto; background: rgba(255, 255, 255, 0.08) !important; backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; border: 1px solid rgba(255, 255, 255, 0.15) !important; border-radius: 16px !important; padding: 10px 20px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important; }
  .header-island { background: none !important; border: none !important; backdrop-filter: none !important; box-shadow: none !important; padding: 0 !important; }
  .nav-link-icon, .menu-text { display: none !important; }
  .hero-cinematic__content { margin-top: 15vh !important; }
}
@media (max-width: 768px) {
  .fs-menu-grid { grid-template-columns: 1fr; gap: 30px; }
  .fs-menu-col a { font-size: 26px; }
  .fs-search-grid { grid-template-columns: 1fr; gap: 10px; }
  .fullscreen-search { padding-top: 14vh; }
  .footer-grid { grid-template-columns: 1fr !important; text-align: center !important; gap: 30px; }
  .footer-col--brand { grid-column: span 1 !important; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 20px; }
  .footer-logo img { margin: 0 auto; }
  .site-footer-glass { padding: 40px 20px 20px 20px !important; }
  .woocommerce ul.products { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important; }
}
@media (max-width: 600px) {
  .quote-form-grid { grid-template-columns: 1fr; }
  .quote-group--full { grid-column: span 1; }
  .native-float-whatsapp { bottom: 20px; left: 20px; width: 52px; height: 52px; }
  .mobile-float-quote-btn { bottom: 20px; right: 15px; padding: 12px 18px; font-size: 12.5px; }
}