/* ============================================================
   LESS ENERGY · CLIMATIZACIÓN — Premium UI
   Azul/blanco luminoso · estilo Apple/Tesla/Daikin
   ============================================================ */
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@500,600,700&f[]=satoshi@400,500,700,900&display=swap');

:root {
  /* Brand */
  --navy: #0A2540;
  --navy-700: #0E3157;
  --blue: #0B63F6;
  --blue-600: #0A56DB;
  --blue-300: #4D9FFF;
  --sky: #E9F2FF;
  --sky-2: #F4F8FF;
  --mint: #33E6A6;
  --ink: #0A1828;
  --slate: #50657B;
  --line: #E4ECF6;
  --white: #FFFFFF;
  --bg: #F6F9FE;

  --grad-blue: linear-gradient(135deg, #0B63F6 0%, #0A2540 100%);
  --grad-sky: radial-gradient(1200px 600px at 70% -10%, #DCEBFF 0%, rgba(220,235,255,0) 60%);
  --shadow-sm: 0 1px 2px rgba(10,37,64,.05), 0 2px 6px rgba(10,37,64,.05);
  --shadow-md: 0 4px 12px rgba(10,37,64,.06), 0 18px 40px -14px rgba(10,37,64,.18);
  --shadow-lg: 0 10px 22px rgba(11,99,246,.12), 0 40px 80px -26px rgba(11,99,246,.42);
  --r-sm: 12px; --r-md: 18px; --r-lg: 26px; --r-xl: 34px;
  --ff-display: 'Clash Display', 'Segoe UI', sans-serif;
  --ff-body: 'Satoshi', 'Segoe UI', system-ui, sans-serif;
  --maxw: 1240px;
  --ease: cubic-bezier(.16,1,.3,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; color-scheme: only light; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { width: min(100% - 40px, var(--maxw)); margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 20px;
  background: var(--sky); padding: 7px 15px; border-radius: 100px; border: 1px solid rgba(11,99,246,.16);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 3px rgba(11,99,246,.18); }
.energy .eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.energy .eyebrow::before { box-shadow: 0 0 0 3px rgba(77,159,255,.2); }
h1, h2, h3 { font-family: var(--ff-display); font-weight: 600; line-height: 1.05; letter-spacing: -.02em; color: var(--navy); }
.h-sec { font-size: clamp(2.15rem, 5vw, 3.7rem); letter-spacing: -.025em; }
.lead { font-size: clamp(1.08rem, 1.55vw, 1.26rem); color: var(--slate); max-width: 60ch; line-height: 1.65; }
.section { padding: clamp(70px, 9vw, 130px) 0; position: relative; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; border-radius: 100px; font-weight: 700; font-size: .98rem;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--grad-blue); color: #fff; box-shadow: var(--shadow-lg); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 36px 80px -22px rgba(11,99,246,.5); }
.btn-ghost { background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.btn-ghost:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -14px rgba(37,211,102,.55); }

/* ============ NAV ============ */
/* Barra superior corporativa */
.topbar { position: fixed; inset: 0 0 auto 0; z-index: 89; background: var(--navy); color: #fff; overflow: hidden; transition: transform .45s var(--ease); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 40px; }
.tb-left, .tb-right { display: flex; align-items: center; gap: 22px; }
.tb-item { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: #C7D7EC; transition: color .25s; }
.tb-item:hover { color: #fff; }
.tb-item svg { width: 15px; height: 15px; color: var(--blue-300); }
.tb-right .tb-item { color: #fff; }
body.is-scrolled .topbar { transform: translateY(-100%); }

.nav {
  position: fixed; inset: 40px 0 auto 0; z-index: 90;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s, top .45s var(--ease);
  padding: 16px 0;
}
body.is-scrolled .nav { top: 0; }
.nav.scrolled { background: rgba(255,255,255,.85); backdrop-filter: blur(20px) saturate(170%); box-shadow: 0 8px 28px -14px rgba(10,37,64,.28), 0 1px 0 rgba(228,236,246,.8); padding: 11px 0; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav .logo { height: 60px; width: auto; transition: height .4s; }
.nav.scrolled .logo { height: 50px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-weight: 500; font-size: .96rem; color: var(--navy); position: relative; padding: 4px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--blue); transition: width .3s var(--ease); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.nav-promo { background: linear-gradient(100deg,#0B63F6,#1AA06B); color: #fff; padding: 8px 15px; border-radius: 100px; font-weight: 700; box-shadow: 0 6px 16px -6px rgba(11,99,246,.5); transition: transform .25s var(--ease); }
.nav-links a.nav-promo:hover { transform: translateY(-2px); }
.nav-links a.nav-promo::after { display: none; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.cart-btn { position: relative; display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 100px; background: var(--navy); color: #fff; font-weight: 700; font-size: .9rem; transition: transform .3s var(--ease); }
.cart-btn:hover { transform: translateY(-2px); }
.cart-btn svg { width: 18px; height: 18px; }
.cart-count { position: absolute; top: -7px; right: -7px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 100px; background: var(--mint); color: var(--navy); font-size: .74rem; font-weight: 900; display: grid; place-items: center; transform: scale(0); transition: transform .35s var(--ease); }
.cart-count.show { transform: scale(1); }
.nav-burger { display: none; }

/* ============ HERO ============ */
.hero { position: relative; padding: 196px 0 90px; overflow: hidden; }
@media (max-width: 760px) { .tb-hide { display: none; } .tb-item { font-size: .76rem; } .topbar-inner { height: 36px; } .nav { top: 36px; } }
@media (max-width: 560px) { .tb-right { display: none; } .tb-left { gap: 14px; } }
.hero::before { content: ""; position: absolute; inset: 0; background: var(--grad-sky); z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background-image: radial-gradient(rgba(11,99,246,.07) 1.2px, transparent 1.2px); background-size: 30px 30px; -webkit-mask: radial-gradient(120% 90% at 60% 0, #000 30%, transparent 75%); mask: radial-gradient(120% 90% at 60% 0, #000 30%, transparent 75%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); z-index: -1; opacity: .55; }
.orb-1 { width: 460px; height: 460px; background: radial-gradient(circle, #7FB4FF, transparent 70%); top: -120px; right: -80px; }
.orb-2 { width: 360px; height: 360px; background: radial-gradient(circle, #B7F5DC, transparent 70%); bottom: -120px; left: -100px; opacity: .4; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); padding: 8px 8px 8px 16px; border-radius: 100px; font-size: .85rem; font-weight: 600; color: var(--navy); box-shadow: var(--shadow-sm); }
.hero-badge b { background: var(--sky); color: var(--blue); padding: 4px 11px; border-radius: 100px; font-size: .76rem; }
.hero h1 { font-size: clamp(2.8rem, 6.4vw, 5.1rem); margin: 22px 0; letter-spacing: -.035em; line-height: 1.02; }
.hero h1 .grad { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: clamp(1.08rem, 1.6vw, 1.28rem); color: var(--slate); max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: .92rem; color: var(--navy); }
.trust-item .ti-ic { width: 40px; height: 40px; border-radius: 12px; background: var(--sky); display: grid; place-items: center; color: var(--blue); }
.trust-item .ti-ic svg { width: 20px; height: 20px; }
.trust-item small { display: block; color: var(--slate); font-weight: 500; font-size: .8rem; }

/* Hero visual card */
.hero-visual { position: relative; }
.hero-card {
  position: relative; background: #fff; border-radius: var(--r-xl); padding: 28px;
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.hero-unit {
  border-radius: var(--r-lg); padding: 34px 30px; background: linear-gradient(150deg, #0A2540, #0B63F6);
  color: #fff; position: relative; overflow: hidden; min-height: 230px;
}
.hero-unit::after { content: ""; position: absolute; right: -40px; top: -40px; width: 200px; height: 200px; border: 2px solid rgba(255,255,255,.14); border-radius: 50%; }
.hero-unit::before { content: ""; position: absolute; right: -10px; top: -10px; width: 130px; height: 130px; border: 2px solid rgba(255,255,255,.1); border-radius: 50%; }
.hu-label { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; opacity: .8; font-weight: 700; }
.hu-temp { font-family: var(--ff-display); font-size: 4rem; font-weight: 600; line-height: 1; margin: 14px 0 4px; }
.hu-temp sup { font-size: 1.4rem; vertical-align: super; }
.hu-mode { display: inline-flex; gap: 8px; margin-top: 12px; }
.hu-chip { background: rgba(255,255,255,.16); padding: 6px 13px; border-radius: 100px; font-size: .78rem; font-weight: 600; }
.hu-wave { position: absolute; bottom: 18px; left: 30px; right: 30px; display: flex; gap: 5px; align-items: flex-end; height: 30px; }
.hu-wave span { flex: 1; background: rgba(255,255,255,.5); border-radius: 4px; animation: eq 1.4s var(--ease) infinite; }
@keyframes eq { 0%,100% { height: 30%; } 50% { height: 100%; } }
.hero-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 22px; }
.hm-item { text-align: center; padding: 14px 6px; background: var(--sky-2); border-radius: var(--r-sm); }
.hm-item b { display: block; font-family: var(--ff-display); font-size: 1.5rem; color: var(--navy); }
.hm-item span { font-size: .76rem; color: var(--slate); font-weight: 600; }
.hero-float { position: absolute; background: #fff; border-radius: var(--r-md); box-shadow: var(--shadow-md); padding: 13px 17px; display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: .9rem; border: 1px solid var(--line); }
.hf-1 { top: -40px; left: -26px; animation: float 5s ease-in-out infinite; }
.hf-2 { bottom: -58px; right: -26px; animation: float 5s ease-in-out infinite .8s; }
.hero-float .dot { width: 34px; height: 34px; border-radius: 10px; background: var(--mint); display: grid; place-items: center; color: var(--navy); }
.hero-float .dot.blue { background: var(--sky); color: var(--blue); }
.hero-float small { display: block; font-weight: 500; color: var(--slate); font-size: .76rem; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ============ BRAND MARQUEE ============ */
/* ===== Banda de pilares (Climatización inteligente · Doble ahorro · Máximo confort) ===== */
/* ===== Banner de promoción ===== */
.promo-banner { display: block; background: linear-gradient(100deg, #0A2540 0%, #0B63F6 58%, #1AA06B 150%); color: #fff; text-decoration: none; position: relative; overflow: hidden; }
.promo-banner::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 22px 22px; }
.promo-banner-in { position: relative; display: flex; align-items: center; gap: 18px; padding: 15px 0; flex-wrap: wrap; justify-content: center; text-align: center; }
.pb-tag { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); padding: 6px 15px; border-radius: 100px; font-weight: 800; font-size: .82rem; white-space: nowrap; }
.pb-txt { font-size: 1rem; color: #EAF2FF; }
.pb-txt strong { color: #fff; }
.pb-cta { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--navy); font-weight: 800; padding: 10px 20px; border-radius: 100px; white-space: nowrap; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease); }
.promo-banner:hover .pb-cta { transform: translateY(-2px); }
.pb-cta svg { width: 17px; height: 17px; }
@media (max-width: 720px) { .pb-txt { font-size: .9rem; } .promo-banner-in { gap: 12px; } }

.pillars-band { background: var(--navy); color: #fff; }
.pillars-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 26px 0; }
.pillar { display: flex; align-items: center; gap: 16px; padding: 6px 22px; position: relative; }
.pillar + .pillar::before { content: ""; position: absolute; left: 0; top: 14%; bottom: 14%; width: 1px; background: rgba(255,255,255,.14); }
.pl-ic { flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px; background: rgba(11,99,246,.22); color: var(--blue-300); display: grid; place-items: center; }
.pl-ic svg { width: 26px; height: 26px; }
.pillar b { display: block; font-family: var(--ff-display); font-size: 1.12rem; color: #fff; font-weight: 600; }
.pillar span { font-size: .86rem; color: #A9C0DD; }
@media (max-width: 820px) { .pillars-inner { grid-template-columns: 1fr; gap: 4px; padding: 18px 0; } .pillar + .pillar::before { display: none; } .pillar { padding: 13px 8px; border-top: 1px solid rgba(255,255,255,.1); } .pillar:first-child { border-top: none; } }

.brands { padding: 46px 0; background: #fff; border-block: 1px solid var(--line); }
.brands-head { text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin-bottom: 26px; }
.marquee { display: flex; overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 56px; padding-right: 56px; animation: scrollx 32s linear infinite; flex-shrink: 0; }
.brands:hover .marquee-track { animation-play-state: paused; }
@keyframes scrollx { to { transform: translateX(-100%); } }
.brand-item { font-family: var(--ff-display); font-size: 1.45rem; font-weight: 600; color: var(--navy); opacity: .55; white-space: nowrap; transition: opacity .3s, color .3s; display: flex; align-items: center; gap: 9px; }
.brand-item:hover { opacity: 1; color: var(--blue); }
.brand-item .pro { font-family: var(--ff-body); font-size: .64rem; font-weight: 800; letter-spacing: .08em; background: var(--navy); color: #fff; padding: 3px 8px; border-radius: 100px; }

/* ============ STATS ============ */
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 28px; position: relative; overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; }
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.stat-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--grad-blue); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.stat-card:hover::before { transform: scaleX(1); }
.stat-num { font-family: var(--ff-display); font-size: clamp(2.4rem,4vw,3.2rem); font-weight: 600; color: var(--navy); line-height: 1; }
.stat-num .suf { color: var(--blue); }
.stat-card p { margin-top: 10px; font-weight: 600; color: var(--slate); }

/* ============ SERVICES ============ */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 54px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; position: relative; overflow: hidden; }
.svc-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-blue); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-ic { width: 60px; height: 60px; border-radius: 16px; background: var(--sky); display: grid; place-items: center; color: var(--blue); margin-bottom: 22px; transition: background .4s, color .4s; }
.svc-ic svg { width: 28px; height: 28px; }
.svc-card:hover .svc-ic { background: var(--grad-blue); color: #fff; }
.svc-card h3 { font-size: 1.32rem; margin-bottom: 10px; }
.svc-card p { color: var(--slate); font-size: .97rem; }
.svc-card .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 700; color: var(--blue); font-size: .92rem; }
.svc-card .more svg { width: 16px; height: 16px; transition: transform .3s; }
.svc-card:hover .more svg { transform: translateX(5px); }

/* ============ CATALOG ============ */
/* ===== Soluciones — rejilla de categorías (estilo líder) ===== */
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 54px; }
.sol-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; }
.sol-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.sol-vis { height: 168px; display: grid; place-items: center; position: relative; overflow: hidden; }
.sol-vis svg { width: 78%; max-width: 220px; position: relative; z-index: 1; filter: drop-shadow(0 14px 20px rgba(10,37,64,.14)); }
.sol-vis::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.5) 1px, transparent 1px); background-size: 16px 16px; opacity: .4; }
.sv-a, .sv-d { background: linear-gradient(150deg, #E9F2FF, #F4F8FF); }
.sv-b { background: linear-gradient(150deg, #DCEBFF, #EEF5FF); }
.sv-c { background: linear-gradient(150deg, #E6F7F0, #F1FBF7); }
.sv-e { background: linear-gradient(150deg, #DDE9FB, #EFF4FE); }
.sv-f { background: linear-gradient(150deg, #0A2540, #0E3157); }
.sv-f svg { filter: drop-shadow(0 14px 20px rgba(0,0,0,.3)); }
.sv-f::after { background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); }
.sol-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.sol-body h3 { font-size: 1.3rem; margin-bottom: 9px; }
.sol-body p { color: var(--slate); font-size: .96rem; flex: 1; }
.sol-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; font-weight: 700; color: var(--blue); font-size: .94rem; }
.sol-link svg { width: 16px; height: 16px; transition: transform .3s; }
.sol-card:hover .sol-link svg { transform: translateX(5px); }
@media (max-width: 1000px) { .sol-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .sol-grid { grid-template-columns: 1fr; } }

.catalog { background: linear-gradient(180deg, #fff, var(--sky-2)); }
.cat-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 36px 0 18px; }
.chip { padding: 10px 20px; border-radius: 100px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .9rem; color: var(--slate); transition: all .25s var(--ease); }
.chip.active, .chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-2px); }
.cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s; display: flex; flex-direction: column; }
.product:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.product-top { position: relative; padding: 26px 26px 0; background: radial-gradient(120% 100% at 50% 0, var(--sky), #fff); }
.product-tag { position: absolute; top: 16px; left: 16px; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; }
.tag-premium { background: var(--navy); color: #fff; }
.tag-confort { background: var(--blue); color: #fff; }
.tag-valor { background: var(--mint); color: var(--navy); }
.product-eff { position: absolute; top: 16px; right: 16px; background: #1FA463; color: #fff; font-weight: 900; font-size: .8rem; padding: 6px 10px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.product-unit { height: 150px; display: grid; place-items: center; }
.product-unit svg { width: 150px; height: auto; filter: drop-shadow(0 16px 24px rgba(10,37,64,.18)); }
.product-body { padding: 22px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.product-brand { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }
.product h3 { font-size: 1.18rem; margin: 6px 0 8px; }
.product .desc { font-size: .9rem; color: var(--slate); flex: 1; }
.product-specs { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0; }
.spec { font-size: .76rem; font-weight: 600; color: var(--navy); background: var(--sky-2); border: 1px solid var(--line); padding: 5px 10px; border-radius: 8px; }
/* Sello de pack (rediseñado: paquete llave en mano, elegante) */
.product-pack { display: flex; align-items: center; gap: 11px; font-size: .84rem; font-weight: 600; color: var(--navy); background: linear-gradient(180deg,#fff,var(--sky-2)); border: 1px solid var(--line); padding: 11px 14px; border-radius: 12px; margin: 6px 0 18px; }
.product-pack svg { width: 23px; height: 23px; color: var(--blue); flex-shrink: 0; }
.product-pack b { font-weight: 800; }

/* Lista de especificaciones completa */
.spec-list { list-style: none; margin: 6px 0 14px; border-top: 1px solid var(--line); }
.spec-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 8px 2px; border-bottom: 1px solid var(--line); font-size: .85rem; }
.spec-list li > span { color: var(--slate); white-space: nowrap; }
.spec-list li > b { color: var(--navy); font-weight: 700; text-align: right; }

/* Badge "Más vendido" (caballo de batalla 3.000 frig.) */
.best-badge { position: absolute; left: 16px; bottom: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; background: #FFB400; color: #4A3500; font-size: .72rem; font-weight: 800; padding: 5px 11px; border-radius: 100px; box-shadow: var(--shadow-sm); letter-spacing: .02em; }

/* Barra de filtro por marca */
.cat-brandbar { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 0 0 46px; }
.cat-brandbar label { font-weight: 700; color: var(--navy); font-size: .92rem; }
#brandSelect { padding: 12px 42px 12px 18px; border: 1.5px solid var(--line); border-radius: 100px; background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%230A2540" stroke-width="3" stroke-linecap="round"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 16px center; font-family: inherit; font-weight: 600; color: var(--navy); font-size: .92rem; cursor: pointer; appearance: none; -webkit-appearance: none; transition: border-color .25s, box-shadow .25s; }
#brandSelect:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,99,246,.12); }
.cat-count { font-size: .88rem; color: var(--slate); font-weight: 700; background: var(--sky-2); border: 1px solid var(--line); padding: 8px 14px; border-radius: 100px; }
.cat-empty { grid-column: 1 / -1; text-align: center; padding: 56px 20px; color: var(--slate); font-weight: 600; }

/* ===== Acordeón por marca ===== */
.cat-hint { text-align: center; color: var(--slate); max-width: 62ch; margin: 30px auto 40px; font-size: .98rem; }
.cat-accordion { display: grid; gap: 16px; max-width: 1180px; margin-inline: auto; }
.brand-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow .3s, border-color .3s, transform .3s; }
.brand-panel:hover { box-shadow: var(--shadow-sm); }
.brand-panel.open { box-shadow: var(--shadow-md); border-color: var(--blue-300); }
.brand-panel.open .brand-head { background: linear-gradient(180deg, var(--sky), #fff); }
.brand-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 26px; text-align: left; transition: background .25s; }
.brand-head:hover { background: var(--sky-2); }
.bh-name { font-family: var(--ff-display); font-size: 1.34rem; font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 12px; }
.brand-tier { font-family: var(--ff-body); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; }
.bh-meta { display: inline-flex; align-items: center; gap: 16px; color: var(--slate); }
.bh-count { font-weight: 800; color: var(--blue); font-size: .92rem; white-space: nowrap; }
.bh-types { font-size: .85rem; font-weight: 500; white-space: nowrap; }
.bh-chev { width: 24px; height: 24px; color: var(--navy); transition: transform .35s var(--ease); flex-shrink: 0; }
.brand-panel.open .bh-chev { transform: rotate(180deg); }
.brand-body { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease); }
.brand-body .cat-grid { padding: 8px 26px 30px; }

/* ===== Distancia de tubería en el presupuesto ===== */
.cl-dist-row { display: flex; flex-direction: column; gap: 4px; margin: 8px 0; }
.cl-dist-row label { font-size: .73rem; font-weight: 600; color: var(--slate); }
.cl-dist { padding: 8px 30px 8px 12px; border: 1.5px solid var(--line); border-radius: 9px; background: var(--sky-2) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="%230A2540" stroke-width="3" stroke-linecap="round"><path d="M6 9l6 6 6-6"/></svg>') no-repeat right 10px center; font-family: inherit; font-weight: 700; font-size: .85rem; color: var(--navy); cursor: pointer; appearance: none; -webkit-appearance: none; }
.cl-dist:focus { outline: none; border-color: var(--blue); }

/* ===== Bloque de asesoramiento ===== */
.advisor { display: flex; align-items: center; gap: 26px; max-width: 1180px; margin: 42px auto 0; padding: 34px 38px; border-radius: var(--r-xl); background: linear-gradient(135deg, var(--sky), var(--sky-2)); border: 1px solid var(--line); }
.advisor-ic { flex-shrink: 0; width: 66px; height: 66px; border-radius: 18px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-md); }
.advisor-ic svg { width: 32px; height: 32px; }
.advisor-txt { flex: 1; }
.advisor-txt h3 { font-size: 1.35rem; margin-bottom: 6px; }
.advisor-txt p { color: var(--slate); font-size: .97rem; max-width: 64ch; }
.advisor-cta { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.advisor-cta .btn { justify-content: center; }
@media (max-width: 860px) { .advisor { flex-direction: column; text-align: center; } .advisor-txt p { margin-inline: auto; } .advisor-cta { width: 100%; } }
@media (max-width: 620px) { .bh-types { display: none; } .brand-head { padding: 18px; gap: 10px; } .bh-name { font-size: 1.15rem; } .brand-body .cat-grid { padding: 8px 16px 22px; } }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.product-price { font-family: var(--ff-display); font-weight: 600; color: var(--navy); font-size: 1.4rem; line-height: 1; }
.product-price small { display: block; font-family: var(--ff-body); font-size: .72rem; color: var(--slate); font-weight: 600; }
.add-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--sky); color: var(--blue); font-weight: 700; font-size: .88rem; padding: 11px 16px; border-radius: 100px; transition: all .3s var(--ease); }
.add-btn:hover { background: var(--grad-blue); color: #fff; transform: translateY(-2px); }
.add-btn.added { background: var(--mint); color: var(--navy); }
.add-btn svg { width: 16px; height: 16px; }
.cat-note { text-align: center; margin-top: 30px; font-size: .85rem; color: var(--slate); }

/* ============ ENERGY / PARENT ============ */
.energy { background: var(--navy); color: #fff; border-radius: 0; overflow: hidden; position: relative; }
.energy::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 400px at 80% 0, rgba(11,99,246,.45), transparent 60%); }
.energy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; }
.energy h2 { color: #fff; }
.energy .lead { color: #C5D6EC; }
.energy .eyebrow { color: var(--blue-300); }
.energy .eyebrow::before { background: var(--blue-300); }
.energy-list { margin-top: 30px; display: grid; gap: 16px; }
.el-item { display: flex; gap: 16px; align-items: flex-start; }
.el-item .el-ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; background: rgba(11,99,246,.2); display: grid; place-items: center; color: var(--blue-300); }
.el-item .el-ic svg { width: 22px; height: 22px; }
.el-item b { display: block; font-size: 1.05rem; color: #fff; }
.el-item span { color: #A9C0DD; font-size: .94rem; }
.energy-card { background: linear-gradient(155deg, rgba(255,255,255,.1), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.15); border-radius: var(--r-xl); padding: 38px; backdrop-filter: blur(10px); }
.gauge { text-align: center; }
.gauge-ring { width: 200px; height: 200px; margin: 0 auto 20px; position: relative; }
.gauge-ring svg { transform: rotate(-90deg); }
.gauge-val { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.gauge-val b { font-family: var(--ff-display); font-size: 2.8rem; color: #fff; line-height: 1; }
.gauge-val span { color: var(--blue-300); font-weight: 700; font-size: .85rem; }
.energy-card p { text-align: center; color: #C5D6EC; }
.energy-card .badge-row { display: flex; gap: 10px; justify-content: center; margin-top: 22px; flex-wrap: wrap; }
.energy-card .badge-row span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); padding: 8px 14px; border-radius: 100px; font-size: .82rem; font-weight: 600; }

/* ============ SECTORS ============ */
/* ===== Proceso "Cómo trabajamos" ===== */
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 58px; position: relative; }
.proc-grid::before { content: ""; position: absolute; top: 37px; left: 13%; right: 13%; height: 2px; background: linear-gradient(90deg, var(--blue-300) 0%, var(--blue-300) 72%, var(--line)); z-index: 0; }
.proc-step { position: relative; z-index: 1; text-align: center; }
.proc-num { width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 50%; background: #fff; border: 2px solid var(--blue-300); display: grid; place-items: center; font-family: var(--ff-display); font-size: 1.7rem; font-weight: 700; color: var(--blue); box-shadow: 0 6px 18px -6px rgba(11,99,246,.4); transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s; }
.proc-step:hover .proc-num { transform: translateY(-4px) scale(1.05); background: var(--grad-blue); color: #fff; border-color: transparent; }
.proc-step h3 { font-size: 1.18rem; margin-bottom: 9px; }
.proc-step p { color: var(--slate); font-size: .94rem; max-width: 32ch; margin-inline: auto; }
@media (max-width: 860px) { .proc-grid { grid-template-columns: 1fr 1fr; gap: 34px; } .proc-grid::before { display: none; } }
@media (max-width: 520px) { .proc-grid { grid-template-columns: 1fr; } }

.sectors-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; }
.sector { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; display: flex; align-items: center; gap: 18px; transition: transform .4s var(--ease), box-shadow .4s; }
.sector:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.sector-ic { flex-shrink: 0; width: 56px; height: 56px; border-radius: 15px; background: var(--sky); color: var(--blue); display: grid; place-items: center; }
.sector-ic svg { width: 28px; height: 28px; }
.sector b { display: block; font-family: var(--ff-display); font-size: 1.12rem; color: var(--navy); }
.sector span { font-size: .88rem; color: var(--slate); }

/* ============ AREAS ============ */
/* ===== Showroom — galería de fotos reales ===== */
.showroom { background: linear-gradient(180deg, var(--sky-2), #fff); }
.shw-band { position: relative; overflow: hidden; background: var(--navy); border-radius: var(--r-xl); padding: clamp(40px,6vw,72px); color: #fff; text-align: center; box-shadow: var(--shadow-lg); margin-top: 50px; }
.shw-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 320px at 80% -10%, rgba(11,99,246,.45), transparent 60%); }
.shw-band > * { position: relative; z-index: 1; }
.shw-band .eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: var(--blue-300); }
.shw-band h2 { color: #fff; font-size: clamp(1.8rem,3.5vw,2.9rem); letter-spacing: -.02em; }
.shw-band > p { color: #C5D6EC; max-width: 56ch; margin: 14px auto 0; font-size: 1.05rem; }
.shw-points { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center; margin: 26px 0 30px; }
.shw-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: #E6EEF9; }
.shw-points li::before { content: "✓"; width: 23px; height: 23px; border-radius: 50%; background: var(--mint); color: var(--navy); display: grid; place-items: center; font-size: .76rem; font-weight: 900; flex-shrink: 0; }
.shw-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.areas { background: linear-gradient(180deg, var(--sky-2), #fff); }
.areas-flex { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.area-tags span { background: #fff; border: 1px solid var(--line); padding: 9px 16px; border-radius: 100px; font-weight: 600; font-size: .9rem; color: var(--navy); transition: all .25s; }
.area-tags span:hover { background: var(--sky); color: var(--blue); border-color: var(--blue-300); }
.map-card { background: var(--navy); border-radius: var(--r-xl); padding: 8px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; min-height: 340px; display: grid; place-items: center; }
.map-card .pin { text-align: center; color: #fff; z-index: 2; }
.map-card .pin .pin-ic { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; box-shadow: 0 0 0 0 rgba(11,99,246,.6); animation: pulse 2.2s infinite; }
.map-card .pin .pin-ic svg { width: 30px; height: 30px; color: #fff; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(11,99,246,.55); } 70% { box-shadow: 0 0 0 26px rgba(11,99,246,0); } 100% { box-shadow: 0 0 0 0 rgba(11,99,246,0); } }
.map-card .pin b { font-family: var(--ff-display); font-size: 1.3rem; }
.map-card .pin span { color: #A9C0DD; font-size: .9rem; }
.map-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 34px 34px; }

/* ============ FAQ ============ */
.faq-list { max-width: 820px; margin: 50px auto 0; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq-item.open { box-shadow: var(--shadow-md); border-color: var(--blue-300); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px; font-family: var(--ff-display); font-weight: 600; font-size: 1.08rem; color: var(--navy); text-align: left; }
.faq-q .pm { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--sky); color: var(--blue); display: grid; place-items: center; transition: transform .35s var(--ease), background .3s, color .3s; }
.faq-item.open .pm { transform: rotate(135deg); background: var(--grad-blue); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 26px 24px; color: var(--slate); }

/* ============ CONTACT / CTA ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: stretch; }
.contact-info { background: var(--grad-blue); border-radius: var(--r-xl); padding: 44px; color: #fff; position: relative; overflow: hidden; }
.contact-info::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 240px; height: 240px; border: 2px solid rgba(255,255,255,.14); border-radius: 50%; }
.contact-info h2 { color: #fff; font-size: 2rem; }
.contact-info > p { color: #D5E4FF; margin-top: 12px; }
.ci-list { margin-top: 30px; display: grid; gap: 20px; position: relative; }
.ci-item { display: flex; gap: 15px; align-items: center; }
.ci-item .ci-ic { width: 48px; height: 48px; border-radius: 13px; background: rgba(255,255,255,.16); display: grid; place-items: center; flex-shrink: 0; }
.ci-item .ci-ic svg { width: 22px; height: 22px; color: #fff; }
.ci-item b { display: block; font-size: 1.05rem; }
.ci-item span { color: #CFE0FF; font-size: .9rem; }
.ci-socials { display: flex; gap: 12px; margin-top: 34px; position: relative; }
.ci-socials a { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.14); display: grid; place-items: center; transition: background .3s, transform .3s; }
.ci-socials a:hover { background: #fff; color: var(--blue); transform: translateY(-3px); }
.ci-socials svg { width: 20px; height: 20px; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 40px; box-shadow: var(--shadow-md); }
.form-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.form-card .sub { color: var(--slate); font-size: .94rem; margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--navy); margin-bottom: 8px; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-family: inherit; font-size: .96rem; color: var(--ink); background: var(--sky-2); transition: border-color .25s, background .25s, box-shadow .25s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(11,99,246,.12); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-cart-summary { background: var(--sky-2); border: 1px dashed var(--blue-300); border-radius: var(--r-sm); padding: 16px; margin-bottom: 18px; font-size: .88rem; }
.form-cart-summary b { color: var(--navy); }
.form-cart-summary ul { margin-top: 8px; display: grid; gap: 5px; }
.form-cart-summary li { color: var(--slate); display: flex; justify-content: space-between; }
.form-card .btn-primary { width: 100%; justify-content: center; }
.form-legal { font-size: .76rem; color: var(--slate); margin-top: 14px; text-align: center; }

/* ============ FOOTER ============ */
.footer { background: var(--navy); color: #fff; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .logo-foot { height: 62px; margin-bottom: 18px; }
.footer-brand p { color: #A9C0DD; font-size: .92rem; max-width: 34ch; }
.footer h4 { font-family: var(--ff-display); font-size: 1.05rem; margin-bottom: 18px; color: #fff; }
.footer-col a, .footer-col p { display: block; color: #A9C0DD; font-size: .92rem; margin-bottom: 11px; transition: color .25s, transform .25s; }
.footer-col a:hover { color: #fff; transform: translateX(4px); }
.footer-bottom { margin-top: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: #A9C0DD; font-size: .84rem; }
.footer-bottom a { color: #A9C0DD; }
.footer-bottom a:hover { color: #fff; }

/* ============ CART DRAWER ============ */
.overlay { position: fixed; inset: 0; background: rgba(10,24,40,.5); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; z-index: 100; }
.overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(440px, 92vw); background: #fff; z-index: 101; transform: translateX(100%); transition: transform .5s var(--ease); display: flex; flex-direction: column; box-shadow: -20px 0 60px rgba(10,37,64,.2); }
.drawer.open { transform: translateX(0); }
.drawer-head { padding: 26px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.drawer-head h3 { font-size: 1.3rem; }
.drawer-head .close { width: 40px; height: 40px; border-radius: 50%; background: var(--sky-2); display: grid; place-items: center; color: var(--navy); transition: background .25s, transform .25s; }
.drawer-head .close:hover { background: var(--sky); transform: rotate(90deg); }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px 26px; }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--slate); }
.cart-empty svg { width: 70px; height: 70px; color: var(--line); margin: 0 auto 18px; }
.cart-line { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line .cl-thumb { width: 62px; height: 62px; border-radius: 12px; background: var(--sky-2); display: grid; place-items: center; flex-shrink: 0; }
.cart-line .cl-thumb svg { width: 46px; }
.cart-line .cl-info { flex: 1; }
.cart-line .cl-info .b { font-size: .7rem; font-weight: 800; color: var(--blue); letter-spacing: .05em; text-transform: uppercase; }
.cart-line .cl-info b { font-family: var(--ff-display); font-size: .98rem; color: var(--navy); display: block; }
.cart-line .cl-info .price { color: var(--slate); font-size: .85rem; font-weight: 600; }
.cl-controls { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.qty { display: flex; align-items: center; gap: 0; border: 1px solid var(--line); border-radius: 100px; overflow: hidden; }
.qty button { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); font-weight: 700; transition: background .2s; }
.qty button:hover { background: var(--sky); }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: .9rem; }
.cl-remove { color: var(--slate); font-size: .8rem; font-weight: 600; margin-left: auto; transition: color .2s; }
.cl-remove:hover { color: #E0445B; }
.drawer-foot { padding: 24px 26px; border-top: 1px solid var(--line); background: var(--sky-2); }
.drawer-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.drawer-total span { color: var(--slate); font-weight: 600; }
.drawer-total b { font-family: var(--ff-display); font-size: 1.7rem; color: var(--navy); }
.drawer-note { font-size: .76rem; color: var(--slate); margin-bottom: 18px; }
.drawer-actions { display: grid; gap: 10px; }
.drawer-actions .btn { width: 100%; justify-content: center; }

/* ============ TOAST ============ */
.toast { position: fixed; bottom: 28px; left: 50%; transform: translate(-50%, 120px); background: var(--navy); color: #fff; padding: 15px 24px; border-radius: 100px; font-weight: 600; font-size: .92rem; box-shadow: var(--shadow-lg); z-index: 120; display: flex; align-items: center; gap: 10px; transition: transform .5s var(--ease); }
.toast.show { transform: translate(-50%, 0); }
.toast svg { width: 20px; height: 20px; color: var(--mint); }

/* ===== Círculo flotante: promo inauguración (toque rojo) ===== */
.inaug-float { position: fixed; bottom: 22px; left: 22px; z-index: 95; width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(145deg, #E4002B, #A60021); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; text-decoration: none; box-shadow: 0 14px 34px -8px rgba(228,0,43,.6); border: 3px solid #fff; transition: transform .35s var(--ease); animation: ifpulse 2.6s infinite; }
@keyframes ifpulse { 0%,100% { box-shadow: 0 14px 34px -8px rgba(228,0,43,.55); } 50% { box-shadow: 0 14px 34px -8px rgba(228,0,43,.85), 0 0 0 10px rgba(228,0,43,.1); } }
.inaug-float:hover { transform: scale(1.06) rotate(-3deg); }
.inaug-float .if-mon { font-weight: 800; font-size: .58rem; letter-spacing: .06em; background: rgba(255,255,255,.2); padding: 3px 9px; border-radius: 100px; }
.inaug-float .if-big { font-family: var(--ff-display); font-weight: 700; font-size: 1.15rem; line-height: .98; margin: 6px 0; }
.inaug-float .if-sub { font-size: .56rem; opacity: .92; letter-spacing: .03em; }
@media (max-width: 600px) { .inaug-float { width: 96px; height: 96px; bottom: 14px; left: 14px; } .inaug-float .if-big { font-size: .95rem; } .inaug-float .if-mon { font-size: .5rem; } }

/* ============ REVEAL ANIM ============ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .hero-grid, .energy-grid, .areas-flex, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin-inline: auto; }
  .svc-grid, .cat-grid, .sectors-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-burger { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--sky-2); color: var(--navy); }
}
@media (max-width: 620px) {
  .svc-grid, .cat-grid, .sectors-grid, .stats-grid, .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-float { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .contact-info, .form-card, .energy-card { padding: 28px; }
}

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; background: rgba(255,255,255,.97); backdrop-filter: blur(16px); z-index: 95; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a { font-family: var(--ff-display); font-size: 1.7rem; color: var(--navy); font-weight: 600; }
.mobile-menu .close-mm { position: absolute; top: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--sky-2); display: grid; place-items: center; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }

/* ============================================================
   TARJETAS DE PRODUCTO — rediseño compacto, tipo botón, sofisticado
   (sobrescribe las reglas anteriores por orden de cascada)
   ============================================================ */
.brand-body .cat-grid { grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: 16px; align-items: start; }
.product { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(10,37,64,.04); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.product:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue-300); }

/* Cabecera con degradado por gama */
.product-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; color: #fff; }
.ph-premium { background: linear-gradient(135deg, #0A2540 0%, #1A4575 100%); }
.ph-valor   { background: linear-gradient(135deg, #1B75BB 0%, #0E3157 100%); }
.p-brand { font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.p-eff { background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); color: #fff; font-weight: 800; font-size: .72rem; padding: 3px 9px; border-radius: 7px; flex-shrink: 0; }

.product-body { padding: 13px 15px 15px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.p-meta { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.p-tier { font-size: .63rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; }
.p-tier.t-premium { background: var(--navy); color: #fff; }
.p-tier.t-valor { background: rgba(15,118,110,.12); color: #0C6E5A; border: 1px solid rgba(15,118,110,.2); }
.p-best { font-size: .63rem; font-weight: 800; letter-spacing: .03em; color: #7A5800; background: linear-gradient(135deg,#FFE39A,#FFC94D); padding: 3px 10px; border-radius: 100px; }
.product h3 { font-size: 1.02rem; line-height: 1.15; letter-spacing: -.01em; min-height: 2.3em; }
.p-keyspecs { display: flex; flex-wrap: wrap; gap: 6px; }
.p-keyspecs span { font-size: .73rem; font-weight: 700; color: var(--navy); background: var(--sky-2); border: 1px solid var(--line); padding: 5px 9px; border-radius: 8px; }

/* Ficha técnica plegable */
.p-details { border-top: 1px solid var(--line); }
.p-details > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 9px 0 2px; font-size: .82rem; font-weight: 700; color: var(--blue); }
.p-details > summary::-webkit-details-marker { display: none; }
.p-chev { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.p-details[open] .p-chev { transform: rotate(180deg); }
.p-details .spec-list { border-top: none; margin: 6px 0 4px; }
.p-details .spec-list li { padding: 6px 2px; font-size: .8rem; }

/* Sello pack compacto */
.p-pack { display: flex; align-items: center; gap: 8px; font-size: .74rem; font-weight: 600; color: var(--slate); border-top: 1px solid var(--line); padding-top: 11px; margin-top: auto; }
.p-pack svg { width: 18px; height: 18px; color: var(--blue); flex-shrink: 0; }

/* Botón añadir — sofisticado, ancho completo */
.product .add-btn { width: 100%; justify-content: center; margin-top: 2px; background: var(--grad-blue); color: #fff; padding: 12px; border-radius: 11px; font-size: .9rem; font-weight: 700; box-shadow: 0 8px 20px -10px rgba(11,99,246,.55); transition: transform .3s var(--ease), box-shadow .3s, background .25s; }
.product .add-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(11,99,246,.65); background: var(--grad-blue); }
.product .add-btn.added { background: linear-gradient(135deg,#1FA463,#0C6E5A); color: #fff; box-shadow: none; }
.product .add-btn svg { width: 17px; height: 17px; }

/* ===== Logotipos de marca (ficha + carro) ===== */
.brand-logo { display: inline-flex; align-items: center; line-height: 0; }
.brand-logo img { height: 18px; width: auto; max-width: 130px; object-fit: contain; display: block; }
.bl-text { display: none; font-size: .72rem; font-weight: 800; color: var(--navy); letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; line-height: 1.1; }
.p-logo { background: #fff; border-radius: 7px; padding: 5px 11px; display: inline-flex; align-items: center; min-height: 28px; max-width: 70%; box-shadow: 0 1px 3px rgba(0,0,0,.16); }
.p-logo .brand-logo img { height: 16px; }
.cl-brand { display: inline-flex; margin-bottom: 4px; }
.cl-brand .brand-logo img { height: 15px; max-width: 110px; }
.cl-brand .bl-text { color: var(--blue); }

/* Botón vaciar presupuesto */
.drawer-clear { display: block; width: 100%; text-align: center; background: none; color: var(--slate); font-weight: 600; font-size: .82rem; padding: 9px; margin-bottom: 10px; border-radius: 8px; transition: color .2s, background .2s; }
.drawer-clear:hover { color: #E0445B; background: rgba(224,68,91,.07); }

/* ===== Ilustración del equipo restaurada en la ficha (compacta) ===== */
.product-top { position: relative; padding: 15px 15px 0; background: radial-gradient(120% 100% at 50% 0, var(--sky), #fff); }
.product-top .product-tag { position: absolute; top: 13px; left: 13px; z-index: 2; }
.product-top .product-eff { position: absolute; top: 13px; right: 13px; z-index: 2; background: #1FA463; color: #fff; font-weight: 900; font-size: .74rem; padding: 4px 8px; border-radius: 7px; box-shadow: var(--shadow-sm); }
.product-unit { height: 104px; display: grid; place-items: center; }
.product-unit svg { width: 126px; height: auto; filter: drop-shadow(0 12px 18px rgba(10,37,64,.16)); }
.product-top .best-badge { left: 13px; bottom: 9px; }
/* Marca (logo) en el cuerpo, sobre blanco */
.p-brandrow { display: inline-flex; align-items: center; margin-bottom: 1px; }
.p-brandrow .brand-logo img { height: 19px; width: auto; max-width: 134px; }
.p-brandrow .bl-text { color: var(--navy); }

/* ============================================================
   PRESUPUESTO — documento tipo plantilla (modal + imprimible)
   ============================================================ */
.qd-overlay { position: fixed; inset: 0; background: rgba(10,24,40,.55); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; z-index: 110; }
.qd-overlay.open { opacity: 1; visibility: visible; }
.quote-doc { position: fixed; inset: 0; z-index: 111; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s; }
.quote-doc.open { opacity: 1; visibility: visible; transform: none; }
.qd-toolbar { flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px clamp(16px,4vw,40px); background: var(--navy); color: #fff; }
.qd-tt { font-weight: 700; font-size: .95rem; letter-spacing: .01em; }
.qd-tactions { display: flex; align-items: center; gap: 10px; }
.qd-tbtn { display: inline-flex; align-items: center; gap: 9px; background: var(--blue); color: #fff; font-weight: 700; font-size: .9rem; padding: 10px 18px; border-radius: 100px; transition: background .25s, transform .25s; }
.qd-tbtn:hover { background: var(--blue-600); transform: translateY(-2px); }
.qd-tbtn svg { width: 18px; height: 18px; }
.qd-tclose { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; transition: background .25s, transform .25s; }
.qd-tclose:hover { background: rgba(255,255,255,.22); transform: rotate(90deg); }
.qd-tclose svg { width: 20px; height: 20px; }
.qd-scroll { flex: 1; overflow-y: auto; padding: clamp(16px,4vw,40px); background: #E9EEF5; }

/* La hoja A4 */
.qd-sheet { width: min(100%, 820px); margin: 0 auto; background: #fff; border-radius: 6px; box-shadow: 0 30px 70px -30px rgba(10,37,64,.4); padding: clamp(26px,5vw,52px); color: var(--ink); }
.qd-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 3px solid var(--navy); }
.qd-logo { height: 58px; width: auto; }
.qd-meta { text-align: right; }
.qd-meta h2 { font-family: var(--ff-display); font-size: 1.7rem; color: var(--navy); letter-spacing: .04em; }
.qd-meta p { font-size: .86rem; color: var(--slate); margin-top: 3px; }
.qd-meta b { color: var(--navy); }
.qd-parties { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin: 26px 0; }
.qd-block h4 { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 9px; }
.qd-block p { font-size: .9rem; line-height: 1.5; color: var(--ink); }
.qd-muted { color: var(--slate); }
.qd-client { display: grid; gap: 8px; }
.qd-client input { width: 100%; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: .88rem; color: var(--ink); background: var(--sky-2); transition: border-color .2s, background .2s; }
.qd-client input:focus { outline: none; border-color: var(--blue); background: #fff; }
.qd-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qd-table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.qd-table thead th { background: var(--navy); color: #fff; font-size: .73rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-align: left; padding: 11px 12px; }
.qd-table thead th:first-child { border-radius: 7px 0 0 0; }
.qd-table thead th:last-child { border-radius: 0 7px 0 0; }
.qd-table th.qd-c, .qd-table td.qd-c { text-align: center; }
.qd-table tbody td { padding: 11px 12px; font-size: .88rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.qd-table tbody tr:nth-child(even) { background: var(--sky-2); }
.qd-table .qd-eq { font-weight: 700; color: var(--navy); }
.qd-table .qd-empty td { text-align: center; color: var(--slate); padding: 26px; font-style: italic; }
.qd-bottom { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; margin-top: 26px; }
.qd-notes h4 { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 9px; }
.qd-notes textarea { width: 100%; min-height: 96px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: .88rem; resize: vertical; background: var(--sky-2); }
.qd-notes textarea:focus { outline: none; border-color: var(--blue); background: #fff; }
.qd-summary { background: var(--sky-2); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; align-self: start; }
.qd-srow { display: flex; justify-content: space-between; align-items: center; font-size: .88rem; padding: 6px 0; color: var(--slate); }
.qd-srow b { color: var(--navy); }
.qd-stotal { display: flex; justify-content: space-between; align-items: baseline; padding-top: 11px; margin-top: 6px; border-top: 1px solid var(--line); }
.qd-stotal span { font-weight: 700; color: var(--navy); }
.qd-stotal b { font-family: var(--ff-display); font-size: 1.15rem; color: var(--blue); }
.qd-fine { font-size: .72rem; color: var(--slate); margin-top: 8px; }
.qd-terms { margin-top: 24px; padding: 15px 17px; background: var(--sky); border-radius: 10px; }
.qd-terms p { font-size: .8rem; line-height: 1.55; color: var(--navy-700); }
.qd-foot { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .74rem; color: var(--slate); }
.qd-actions { flex-shrink: 0; display: flex; gap: 12px; justify-content: center; padding: 14px clamp(16px,4vw,40px); background: #fff; box-shadow: 0 -1px 0 var(--line); }
.qd-actions .btn { min-width: 220px; justify-content: center; }

@media (max-width: 680px) {
  .qd-parties, .qd-bottom { grid-template-columns: 1fr; }
  .qd-table thead { display: none; }
  .qd-table tbody td { display: flex; justify-content: space-between; gap: 12px; border: none; padding: 6px 0; }
  .qd-table tbody tr { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .qd-table tbody td::before { content: attr(data-l); font-weight: 700; color: var(--slate); font-size: .76rem; }
  .qd-actions { flex-direction: column; }
  .qd-actions .btn { width: 100%; }
}

/* Impresión: solo la hoja, formato limpio */
@media print {
  body > *:not(.quote-doc) { display: none !important; }
  .quote-doc { position: static; opacity: 1; visibility: visible; transform: none; display: block; }
  .qd-toolbar, .qd-actions { display: none !important; }
  .qd-scroll { overflow: visible; padding: 0; background: #fff; }
  .qd-sheet { box-shadow: none; width: 100%; max-width: 100%; border-radius: 0; padding: 0; }
  .qd-client input, .qd-notes textarea { border: none; background: transparent; padding: 2px 0; }
  .qd-table thead th { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* ============================================================
   ACCESIBILIDAD · RGPD · PÁGINAS LEGALES  (v20)
   ============================================================ */
/* Saltar al contenido (skip link) */
.skip-link {
  position: absolute; left: 12px; top: -64px; z-index: 200;
  background: var(--navy); color: #fff; font-weight: 700;
  padding: 10px 18px; border-radius: 0 0 12px 12px;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; }
#main { scroll-margin-top: 90px; }
#main:focus { outline: none; }

/* Foco visible (WCAG 2.2) */
a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px;
}

/* Honeypot anti-spam (oculto a personas, visible a bots) */
.hp-field {
  position: absolute !important; left: -9999px !important;
  width: 1px; height: 1px; opacity: 0; pointer-events: none;
}

/* Casilla de consentimiento RGPD */
.gdpr-check {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .82rem; color: var(--slate); line-height: 1.5;
  margin: 2px 0 14px; cursor: pointer; text-align: left;
}
.gdpr-check input[type="checkbox"] {
  width: 18px; height: 18px; margin-top: 1px; flex-shrink: 0;
  accent-color: var(--blue); cursor: pointer;
}
.gdpr-check a { color: var(--blue); font-weight: 600; }
.qd-gdpr { max-width: 560px; margin: 0 auto; padding: 12px clamp(16px,4vw,40px) 2px; background: #fff; }

/* ---- Páginas legales ---- */
.legal-page { background: var(--bg); min-height: 100vh; }
.legal-nav {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.legal-nav .wrap { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; }
.legal-nav img { height: 32px; width: auto; }
.legal-nav .legal-home { font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 7px; font-size: .92rem; }
.legal-nav .legal-home svg { width: 17px; height: 17px; }
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 56px 20px 90px; }
.legal-wrap h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 8px; color: var(--navy); }
.legal-wrap .updated { color: var(--slate); font-size: .9rem; margin-bottom: 36px; }
.legal-wrap h2 { font-size: 1.3rem; margin: 36px 0 10px; color: var(--navy); }
.legal-wrap p, .legal-wrap li { color: var(--slate); line-height: 1.75; }
.legal-wrap ul { padding-left: 22px; list-style: disc; margin: 10px 0; }
.legal-wrap li { margin: 5px 0; }
.legal-wrap a { color: var(--blue); font-weight: 600; }
.legal-wrap strong { color: var(--navy); }
.legal-wrap table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .9rem; }
.legal-wrap th, .legal-wrap td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; color: var(--slate); }
.legal-wrap th { background: var(--sky-2); color: var(--navy); }
.legal-note { margin-top: 36px; padding: 16px 18px; background: var(--sky-2); border: 1px solid var(--line); border-radius: var(--r-sm); font-size: .82rem; color: var(--slate); }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; font-weight: 700; color: var(--blue); }

/* ============================================================
   FASE 1 · CONVERSIÓN — Llamar / Horario / Barra fija móvil
   ============================================================ */
.btn-call { background: var(--blue); color: #fff; font-weight: 800; box-shadow: 0 16px 34px -12px rgba(11,99,246,.6); }
.btn-call:hover { transform: translateY(-3px); box-shadow: 0 26px 54px -16px rgba(11,99,246,.7); }

.hero-hours { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; font-size: .92rem; color: var(--slate); }
.hero-hours svg { width: 18px; height: 18px; color: var(--blue); flex-shrink: 0; }
.hero-hours b { color: var(--navy); font-weight: 700; }

/* Proceso en 3 pasos */
.proc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.proc-grid-3::before { left: 17%; right: 17%; }
@media (max-width: 860px) { .proc-grid-3 { grid-template-columns: 1fr; } }

/* Barra fija de móvil: Llamar / WhatsApp / Presupuesto */
.mobile-bar { display: none; }
@media (max-width: 820px) {
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px -8px rgba(10,37,64,.18); padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); }
  .mb-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 7px 4px; border-radius: 12px; font-size: .72rem; font-weight: 700; text-decoration: none; line-height: 1; }
  .mb-item svg { width: 22px; height: 22px; }
  .mb-call { background: var(--blue); color: #fff; }
  .mb-wa { background: #25D366; color: #fff; }
  .mb-quote { background: var(--sky); color: var(--navy); border: 1px solid var(--line); }
  body { padding-bottom: 76px; }
  .inaug-float { width: 80px; height: 80px; bottom: 90px; left: auto; right: 12px; }
  .inaug-float .if-big { font-size: .82rem; }
  .inaug-float .if-sub { display: none; }
}

/* Precio en tarjeta de producto (Fase 2) */
.p-price { display: flex; flex-direction: column; gap: 1px; margin: 8px 0 2px; }
.p-price b { font-family: var(--ff-display); font-size: 1.34rem; color: var(--navy); line-height: 1.05; letter-spacing: -.01em; }
.p-price small { font-size: .72rem; color: var(--slate); font-weight: 600; }
.p-price.p-consult b { color: var(--blue); font-size: 1.05rem; }

/* Equipos CON precio destacados (verde "disponible") vs "Consultar" */
.product.is-priced { border-color: #1FA463; box-shadow: 0 0 0 1px rgba(31,164,99,.18), 0 14px 30px -16px rgba(31,164,99,.5); }
.product.is-priced:hover { border-color: #178a4e; box-shadow: 0 0 0 1px rgba(31,164,99,.25), var(--shadow-md); }
.product.is-priced .product-top { background: radial-gradient(120% 100% at 50% 0, #E7F7EE, #fff); }
.avail-badge { position: absolute; right: 16px; bottom: 12px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; background: #1FA463; color: #fff; font-size: .72rem; font-weight: 800; padding: 5px 11px; border-radius: 100px; box-shadow: var(--shadow-sm); letter-spacing: .01em; }
.consult-badge { position: absolute; right: 16px; bottom: 12px; z-index: 2; display: inline-flex; align-items: center; background: #fff; color: var(--slate); border: 1px solid var(--line); font-size: .7rem; font-weight: 800; padding: 4px 11px; border-radius: 100px; box-shadow: var(--shadow-sm); text-transform: uppercase; letter-spacing: .04em; }
.p-trust { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 6px; }
.p-trust span { font-size: .7rem; font-weight: 700; color: #178a4e; background: rgba(31,164,99,.1); padding: 3px 9px; border-radius: 100px; white-space: nowrap; }

/* Botón WhatsApp "Me interesa · pedir técnico" en cada equipo */
.wa-lead { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: #25D366; color: #fff; font-weight: 800; font-size: .9rem; padding: 11px; border-radius: 11px; margin-top: 2px; margin-bottom: 8px; box-shadow: 0 8px 18px -10px rgba(37,211,102,.6); transition: transform .25s var(--ease), box-shadow .25s; }
.wa-lead:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgba(37,211,102,.7); }
.wa-lead svg { width: 18px; height: 18px; }

/* Recomendación 3.000 frigorías + escalera de precio */
.reco3000 { background: linear-gradient(180deg, var(--sky-2), #fff); }
.reco-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.reco-copy h2 { margin: 12px 0 16px; }
.reco-points { display: flex; flex-direction: column; gap: 11px; margin: 22px 0 28px; }
.reco-points span { display: inline-flex; align-items: center; gap: 11px; font-weight: 600; color: var(--navy); font-size: .96rem; }
.reco-points svg { width: 20px; height: 20px; color: #1FA463; flex-shrink: 0; }
.reco-scale { display: flex; align-items: flex-end; justify-content: center; gap: 8px; height: 290px; padding: 34px 22px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.fr-step { position: relative; flex: 1 1 0; min-width: 0; height: var(--h); background: linear-gradient(180deg, #EAF3FF, #CFE3FF); border: 1px solid var(--line); border-bottom: none; border-radius: 12px 12px 0 0; display: flex; align-items: flex-start; justify-content: center; padding-top: 10px; }
.fr-step .fr-n { font-family: var(--ff-display); font-weight: 700; font-size: .9rem; color: var(--navy); }
.fr-plus { align-self: flex-end; margin-bottom: 8px; font-size: .6rem; font-weight: 800; color: var(--slate); white-space: nowrap; }
.fr-best { background: linear-gradient(180deg, #33E6A6, #1FA463); border-color: #1FA463; box-shadow: 0 18px 36px -16px rgba(31,164,99,.6); }
.fr-best .fr-n { color: #fff; font-size: 1.15rem; }
.fr-best .fr-sub { position: absolute; bottom: 9px; left: 0; right: 0; text-align: center; font-size: .6rem; font-weight: 800; color: rgba(255,255,255,.92); }
.fr-tag { position: absolute; top: -26px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--navy); color: #fff; font-size: .58rem; font-weight: 800; padding: 4px 10px; border-radius: 100px; letter-spacing: .02em; }
@media (max-width: 820px) { .reco-grid { grid-template-columns: 1fr; gap: 28px; } .reco-scale { height: 230px; padding-top: 34px; } }

/* Catálogo: con precio primero + separador + a consultar */
.cat-group-head { text-align: center; margin: 4px 0 24px; }
.cgh-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(31,164,99,.12); color: #178a4e; font-weight: 800; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; padding: 6px 13px; border-radius: 100px; }
.cgh-tag svg { width: 14px; height: 14px; }
.cat-group-head h3 { font-size: clamp(1.35rem, 3vw, 1.75rem); margin: 12px 0 8px; color: var(--navy); }
.cat-group-head p { color: var(--slate); max-width: 62ch; margin: 0 auto; font-size: .95rem; }
.priced-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); align-items: start; }
.cat-separator { display: flex; align-items: center; gap: 16px; margin: 18px 0 2px; }
.cat-separator .cs-line { flex: 1; height: 1px; background: var(--line); }
.cat-separator .cs-txt { font-weight: 800; color: var(--slate); font-size: .82rem; white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; }
.cat-consult-note { text-align: center; color: var(--slate); font-size: .92rem; margin: 0 auto 8px; max-width: 64ch; }

/* Presupuesto: cartel "generado por Internet" + nota legal */
.qd-disclaimer { display: flex; align-items: center; gap: 11px; background: #FFF6E5; border: 1px solid #FFE0A3; color: #7a5200; padding: 12px 15px; border-radius: 11px; font-size: .88rem; line-height: 1.45; margin-bottom: 20px; }
.qd-disclaimer svg { width: 22px; height: 22px; color: #E69100; flex-shrink: 0; }
.qd-disclaimer b { color: #5a3d00; }
.qd-legal { font-size: .76rem; color: var(--slate); margin-top: 9px; line-height: 1.6; }
.qd-legal b { color: var(--navy); }

/* Modal "Pedir visita técnica gratis" */
.vr-overlay { position: fixed; inset: 0; background: rgba(10,37,64,.55); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 300; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.vr-overlay.open { opacity: 1; visibility: visible; }
.visit-req { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -46%) scale(.96); opacity: 0; visibility: hidden; z-index: 301; width: min(100% - 32px, 470px); max-height: 92vh; overflow-y: auto; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 28px; transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s; }
.visit-req.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.vr-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; background: var(--sky-2); display: grid; place-items: center; color: var(--navy); }
.vr-close svg { width: 18px; height: 18px; }
.vr-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(31,164,99,.12); color: #178a4e; font-weight: 800; font-size: .72rem; letter-spacing: .03em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; }
.vr-badge svg { width: 14px; height: 14px; }
.vr-head h3 { font-size: 1.5rem; margin: 13px 0 6px; color: var(--navy); }
.vr-head p { color: var(--slate); font-size: .92rem; margin-bottom: 20px; line-height: 1.55; }
.vr-field { margin-bottom: 16px; }
.vr-field > label { display: block; font-weight: 700; font-size: .85rem; color: var(--navy); margin-bottom: 9px; }
.vr-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.vr-chip { padding: 9px 15px; border-radius: 100px; border: 1.5px solid var(--line); background: #fff; font-weight: 600; font-size: .88rem; color: var(--navy); transition: background .2s, border-color .2s, color .2s; }
.vr-chip:hover { border-color: var(--blue-300); }
.vr-chip.on { background: var(--blue); border-color: var(--blue); color: #fff; }
.vr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.visit-req input[type=tel], .visit-req input[type=text] { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; font-family: inherit; font-size: .95rem; margin-bottom: 10px; background: var(--sky-2); }
.visit-req input:focus { outline: none; border-color: var(--blue); background: #fff; }
.vr-gdpr { margin: 6px 0 4px; font-size: .8rem; }
.vr-actions { display: flex; flex-direction: column; gap: 9px; margin-top: 16px; }
.vr-actions .btn { width: 100%; justify-content: center; }
.reco-cta { display: flex; gap: 12px; flex-wrap: wrap; }
