/* ============================================
   JUNO SMART SECURITY — Stylesheet
   ============================================ */

:root {
    /* ── Paleta de marca derivada del cobalto del logo Juno (#1B2ACF) ── */
    --primary: #1B2ACF;          /* cobalto del logo */
    --primary-dark: #0E1A9E;     /* cobalto profundo (fin de degradado) */
    --primary-light: #5461EC;    /* periwinkle (acento claro) */
    --primary-soft: #E9EBFD;     /* tinte lavanda muy claro (fondos suaves) */
    --secondary: #0A1150;        /* azul-noche cobalto (texto/fondos oscuros) */
    --secondary-light: #1B2ACF;
    --accent: #8994F7;           /* periwinkle claro */
    --highlight: #4F5FEE;        /* acento vivo (antes rojo) */
    --highlight-light: #8592F8;
    --highlight-dark: #2C3ACB;
    --text: #15173C;             /* tinta con leve tono azul */
    --text-soft: #4B5175;
    --text-muted: #767B9E;
    --bg: #FFFFFF;
    --bg-soft: #F7F8FE;
    --bg-warm: #EEEFFE;
    --border: #E4E6F3;
    --success: #00B86B;
    --radius: 14px;
    --radius-lg: 24px;
    --shadow-sm: 0 1px 2px rgba(10,17,80,.06);
    --shadow: 0 4px 24px rgba(15,23,80,.09);
    --shadow-lg: 0 20px 60px rgba(15,23,80,.14);
    --shadow-primary: 0 12px 30px rgba(27,42,207,.32);
    --transition: .25s cubic-bezier(.4,0,.2,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ── Tipografía de marca: Fredoka (redondeada, como el lettering del logo) ── */
h1, h2, h3, h4, h5, h6,
.logo, .nav a, .btn, .section-eyebrow,
.badge, .kit-badge, .ajax-badge, .product-tag,
.kit-amount, .kit-amount-small, .pillar-num,
.trust-item strong, .stat-card strong, .ajax-foot-badge strong,
.step-num, .why-num, .compare-header strong {
    font-family: 'Fredoka', 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif;
    font-optical-sizing: auto;
}
body {
    font-family: 'Nunito', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background-color: var(--bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
button, input, select, textarea { font-family: inherit; }

/* ===== FRANJA DE VALORACIONES (estilo Verisure) ===== */
.awards-strip { background: var(--bg-soft); border-bottom: 1px solid var(--border); padding: 9px 0; }
.awards-inner { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.award-pill {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1px solid var(--border); border-radius: 100px;
    padding: 5px 13px; font-size: 12px; font-weight: 700; color: var(--secondary);
    white-space: nowrap;
}
.award-stars { color: #FFC53D; letter-spacing: 1px; font-weight: 400; }

/* ===== HEADER ===== */
.header {
    position: sticky; top: 0;
    background: rgba(255,255,255,.94);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid var(--border);
    z-index: 100;
    transition: var(--transition);
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 24px; }

.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-img { height: 72px; width: auto; display: block; transition: var(--transition); }
.logo:hover .logo-img { transform: scale(1.03); }
.logo-light .logo-img { background: white; padding: 8px 14px; border-radius: 12px; height: 100px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }

.header-phone {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 15px;
    color: var(--primary); white-space: nowrap;
    border: 1.5px solid var(--primary); border-radius: 100px;
    padding: 10px 18px; transition: var(--transition);
}
.header-phone:hover { background: var(--primary); color: #fff; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
    padding: 9px 13px; font-size: 14.5px; font-weight: 700;
    color: var(--text-soft); border-radius: 9px;
    transition: all .2s ease;
    display: inline-flex; align-items: center;
}
.nav a:hover { color: var(--primary); background: var(--primary-soft); }

.header-cta { display: flex; align-items: center; gap: 10px; }
.btn-whatsapp {
    display: inline-flex; align-items: center; gap: 8px;
    background: #25D366; color: white; padding: 10px 16px;
    border-radius: 10px; font-weight: 600; font-size: 14px;
    transition: var(--transition);
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37,211,102,.35); }

.menu-toggle {
    display: none; background: none; border: none; width: 40px; height: 40px;
    flex-direction: column; justify-content: center; gap: 5px; cursor: pointer;
}
.menu-toggle span { width: 26px; height: 2.5px; background: var(--secondary); border-radius: 2px; transition: var(--transition); }

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 24px; border-radius: 12px; font-weight: 700; font-size: 15px;
    border: none; cursor: pointer; transition: var(--transition);
    text-align: center; white-space: nowrap;
}
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; box-shadow: var(--shadow-primary);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(21,33,140,.4); }
.btn-outline { background: white; color: var(--secondary); border: 2px solid var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* ===== HERO ===== */
.hero {
    position: relative; padding: 56px 0 60px; overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F2FE 100%);
    color: var(--text);
}
.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 12% 15%, rgba(27,42,207,.06), transparent 45%),
        radial-gradient(circle at 88% 70%, rgba(137,148,247,.10), transparent 55%);
    pointer-events: none;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }

.badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: white; color: var(--primary);
    padding: 8px 14px; border-radius: 100px;
    font-size: 13px; font-weight: 700;
    border: 1px solid var(--primary-soft);
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
}
.badge-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(21,33,140,.5); }
    50% { box-shadow: 0 0 0 8px rgba(21,33,140,0); }
}

.hero h1 {
    font-size: clamp(2.1rem, 4.4vw, 3.2rem);
    line-height: 1.08; font-weight: 800; letter-spacing: -1.2px;
    color: var(--secondary); margin-bottom: 18px;
}
.hero .gradient-text {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-dark .gradient-text,
.contact .gradient-text,
.banner-cta .gradient-text {
    background: linear-gradient(135deg, #1B2ACF, #5461EC);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-lead { font-size: 17.5px; color: var(--text-soft); max-width: 540px; margin-bottom: 24px; }
.hero-lead strong { color: var(--secondary); font-weight: 700; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; margin-bottom: 24px; }
.hero-actions .btn { flex: 0 1 auto; }

/* Hero trust strip (conversión) */
.hero-trust { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.hero-stars { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 14px; color: var(--text-soft); font-weight: 700; }
.hero-stars .stars { color: #FFC53D; font-size: 18px; letter-spacing: 2px; }
.hero-points { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.hero-points li { position: relative; padding-left: 26px; font-size: 14px; font-weight: 700; color: var(--text); }
.hero-points li::before {
    content: '✓'; position: absolute; left: 0; top: -1px;
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--success); color: #fff; font-size: 11px; font-weight: 800;
    display: grid; place-items: center;
}

/* ===== BANDA DE MARCA (estilo "Securitas Direct es ahora Verisure") ===== */
.brand-band {
    position: relative; overflow: hidden; color: #fff; padding: 72px 0;
    background: linear-gradient(120deg, #0A1150 0%, #16209E 55%, #1B2ACF 100%);
}
.brand-band::after {
    content: ''; position: absolute; right: -140px; top: -100px;
    width: 500px; height: 500px; border-radius: 50%;
    border: 70px solid rgba(137,148,247,.10); pointer-events: none;
}
.brand-band-inner { position: relative; display: grid; grid-template-columns: 1fr 1.35fr; gap: 56px; align-items: center; }
.brand-band h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 600;
    line-height: 1.12; letter-spacing: -.5px;
    padding-right: 44px; border-right: 1px solid rgba(255,255,255,.25);
}
.brand-band-text p { font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,.88); margin-bottom: 14px; }
.brand-band-text p:last-child { margin-bottom: 0; }
.brand-band-text strong { color: #fff; }

/* ===== BANDA CTA REPETIDA (estilo Verisure) ===== */
.cta-band { background: linear-gradient(135deg, #0A1150 0%, #1B2ACF 100%); padding: 34px 0; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.cta-band b { font-family: 'Fredoka', sans-serif; font-weight: 600; color: #fff; font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
.btn-light { background: #fff; color: var(--primary); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(6,11,58,.35); color: var(--primary-dark); }

/* ===== BARRA DE CONFIANZA ===== */
.trustbar { background: #fff; border-bottom: 1px solid var(--border); padding: 26px 0; }
.trustbar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-badge { display: flex; align-items: center; gap: 13px; justify-content: center; }
.trust-ic {
    width: 46px; height: 46px; flex-shrink: 0; border-radius: 13px;
    background: var(--primary-soft); color: var(--primary);
    display: grid; place-items: center;
}
.trust-ic svg { width: 26px; height: 26px; }
.trust-ic-stars { background: #FFF4D6; color: #FFC53D; font-size: 11px; letter-spacing: .5px; }
.trust-badge strong { display: block; font-family: 'Fredoka', sans-serif; font-size: 17px; color: var(--secondary); line-height: 1.1; }
.trust-badge span { font-size: 13px; color: var(--text-muted); }
@media (max-width: 760px) {
    .trustbar-inner { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
    .trust-badge { justify-content: flex-start; }
}

.trust-row { display: flex; gap: 32px; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; }
.trust-item strong { font-size: 26px; font-weight: 800; color: var(--secondary); letter-spacing: -.5px; }
.trust-item span { font-size: 13px; color: var(--text-muted); font-weight: 500; }

.hero-visual { position: relative; display: flex; flex-direction: column; gap: 16px; max-width: 400px; margin: 0 auto; width: 100%; }

/* ===== FORMULARIO HERO (captación estilo Verisure) ===== */
.hero-form {
    background: #fff; border-radius: var(--radius-lg);
    padding: 26px 26px 22px; box-shadow: 0 22px 55px rgba(6,11,58,.16);
    display: flex; flex-direction: column; gap: 12px;
    border: 1px solid var(--border);
}
.hero-form-head h2 { font-size: 22px; color: var(--secondary); letter-spacing: -.3px; margin-bottom: 4px; }
.hero-form-head p { font-size: 13.5px; color: var(--text-muted); line-height: 1.45; }
.hero-form input[type="text"],
.hero-form input[type="tel"] {
    width: 100%; padding: 13px 15px; font-size: 15px;
    border: 1.5px solid var(--border); border-radius: 11px;
    background: var(--bg-soft); color: var(--text); transition: var(--transition);
}
.hero-form input::placeholder { color: var(--text-muted); }
.hero-form input:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 3px rgba(27,42,207,.12); }
.hero-form-check { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--text-soft); line-height: 1.4; cursor: pointer; }
.hero-form-check input { margin-top: 2px; accent-color: var(--primary); flex-shrink: 0; }
.hero-form-check a { color: var(--primary); font-weight: 700; text-decoration: underline; }
.hero-form .btn { margin-top: 2px; }
.hero-form-foot { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; color: var(--text-muted); font-weight: 600; }
.hero-form-foot svg { color: var(--success); }

.hero-features { display: grid; gap: 10px; }
.hero-feat {
    background: rgba(255,255,255,.95); backdrop-filter: blur(8px);
    border-radius: 14px; padding: 14px 16px;
    box-shadow: var(--shadow);
    display: flex; align-items: center; gap: 12px;
    border: 1px solid var(--border);
    transition: var(--transition);
}
.hero-feat:hover { transform: translateX(4px); box-shadow: var(--shadow-lg); border-color: var(--primary-soft); }
.hero-feat-btn { cursor: pointer; font-family: inherit; text-align: left; width: 100%; }
.hero-feat-btn:hover { transform: translateX(4px) translateY(-2px); border-color: var(--primary); }
.hero-feat strong { display: block; font-size: 14px; color: var(--secondary); font-weight: 700; }
.hero-feat span { font-size: 12px; color: var(--text-muted); }
.card-icon {
    width: 42px; height: 42px; border-radius: 11px;
    background: var(--primary-soft);
    display: grid; place-items: center; flex-shrink: 0;
}
.icon-pulse { background: rgba(0,184,107,.12); animation: pulseGreen 1.8s infinite; }
@keyframes pulseGreen {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0,184,107,.5); }
    50% { box-shadow: 0 0 0 8px rgba(0,184,107,0); }
}
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ===== 3 PILARES ===== */
.pillars {
    background: linear-gradient(135deg, #0A1150 0%, #16209E 100%);
    color: white; padding: 80px 0;
    position: relative; overflow: hidden;
}
.pillars::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(84,97,236,.14), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(137,148,247,.10), transparent 50%);
    pointer-events: none;
}
.pillars-head { text-align: center; margin-bottom: 50px; position: relative; z-index: 1; }
.pillars-head h2 {
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 800; color: white; letter-spacing: -1px;
    line-height: 1.15; margin-top: 14px;
}
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.pillar {
    position: relative; padding: 36px 28px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(8px);
    transition: var(--transition);
}
.pillar:hover { background: rgba(255,255,255,.08); border-color: rgba(84,97,236,.45); transform: translateY(-6px); }
.pillar-num {
    position: absolute; top: 18px; right: 24px;
    font-size: 60px; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #1B2ACF, #5461EC);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .85; letter-spacing: -3px;
}
.pillar-icon {
    width: 64px; height: 64px; border-radius: 16px;
    background: linear-gradient(135deg, #1B2ACF, #0E1A9E);
    color: white; display: grid; place-items: center;
    margin-bottom: 22px; box-shadow: 0 12px 24px rgba(84,97,236,.32);
}
.pillar h3 { font-size: 22px; font-weight: 800; color: white; letter-spacing: -.3px; margin-bottom: 12px; line-height: 1.2; }
.pillar p { font-size: 15px; color: rgba(255,255,255,.78); line-height: 1.6; }

/* ===== SECTIONS ===== */
.section {
    padding: 90px 0; position: relative;
    background: #fff;
}
.section-dark {
    background: linear-gradient(135deg, #0A1150 0%, #16209E 60%, #1B2ACF 130%);
    color: white;
}
.section-dark::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(137,148,247,.15), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(84,97,236,.12), transparent 50%);
    pointer-events: none;
}

.section-head { text-align: center; max-width: 720px; margin: 0 auto 60px; position: relative; z-index: 1; }
.section-eyebrow {
    display: inline-block; color: var(--primary);
    font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; margin-bottom: 14px;
    padding: 6px 14px; background: var(--primary-soft); border-radius: 100px;
}
.section-eyebrow.light { background: rgba(84,97,236,.18); color: #B9C2FB; }
.section-head h2 {
    font-size: clamp(2rem, 3.6vw, 2.8rem); line-height: 1.1;
    font-weight: 800; letter-spacing: -1px; margin-bottom: 16px;
}
.section-dark .section-head h2 { color: white; }
.section-head p { font-size: 17px; color: var(--text-soft); }
.section-dark .section-head p { color: rgba(255,255,255,.7); }

/* ===== SERVICES ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card {
    background: white; padding: 32px 28px; border-radius: var(--radius-lg);
    border: 1px solid var(--border); transition: var(--transition);
    position: relative; overflow: hidden;
}
.service-card::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 4px; height: 0;
    background: linear-gradient(180deg, var(--primary), var(--primary-dark));
    transition: var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary-soft); }
.service-card:hover::before { height: 100%; }
.service-icon {
    width: 60px; height: 60px; border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; display: grid; place-items: center;
    margin-bottom: 20px; box-shadow: var(--shadow-primary);
}
.service-card h3 { font-size: 20px; font-weight: 700; color: var(--secondary); margin-bottom: 10px; }
.service-card p { color: var(--text-soft); font-size: 15px; }

/* ===== KITS ===== */
.kits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.kit-card {
    background: white; color: var(--text);
    padding: 36px 28px; border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    position: relative; transition: var(--transition);
    display: flex; flex-direction: column;
    overflow: hidden; isolation: isolate;
}
.kit-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.kit-bg { display: none; }
.kit-icon {
    width: 68px; height: 68px; border-radius: 18px;
    background: var(--primary-soft); color: var(--primary);
    display: grid; place-items: center; margin-bottom: 16px;
}

.kit-card-featured {
    background: linear-gradient(160deg, white 0%, var(--bg-warm) 100%);
    border: 2px solid var(--primary);
    transform: scale(1.04);
    box-shadow: var(--shadow-lg);
}
.kit-card-featured:hover { transform: scale(1.04) translateY(-8px); }

.kit-badge {
    display: inline-flex; align-self: flex-start;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; padding: 7px 16px; border-radius: 100px;
    font-size: 12px; font-weight: 700; letter-spacing: .5px;
    box-shadow: var(--shadow-primary);
    margin-bottom: 14px;
}
.kit-card h3 { font-size: 24px; font-weight: 800; color: var(--secondary); margin-bottom: 6px; }
.kit-tagline { color: var(--text-muted); font-size: 14px; margin-bottom: 18px; }
.kit-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px dashed var(--border); }
.kit-amount { font-size: 44px; font-weight: 800; color: var(--secondary); letter-spacing: -1px; }
.kit-amount-small { font-size: 28px; font-weight: 800; color: var(--primary); letter-spacing: -.5px; }
.kit-period { color: var(--text-muted); font-weight: 600; }
.kit-list { list-style: none; margin-bottom: 28px; flex-grow: 1; }
.kit-list li { padding: 8px 0 8px 28px; position: relative; font-size: 15px; color: var(--text-soft); }
.kit-list li::before {
    content: '✓'; position: absolute; left: 0; top: 8px;
    color: var(--primary); font-weight: 800;
    width: 20px; height: 20px;
    background: var(--primary-soft);
    border-radius: 50%; display: grid; place-items: center; font-size: 12px;
}

/* ===== PRODUCTS ===== */
.products { background: var(--bg-soft); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 50px; }
.product-card {
    background: white; border-radius: var(--radius-lg);
    overflow: hidden; border: 1px solid var(--border);
    transition: var(--transition);
    display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary-soft); }
.product-card:hover .product-img img { transform: translateY(-6px) scale(1.04); filter: drop-shadow(0 22px 32px rgba(21,33,140,.25)); }
.product-img {
    position: relative; height: 240px; overflow: hidden;
    background: linear-gradient(160deg, #F4F7FB 0%, #E4ECF6 100%);
    display: grid; place-items: center; padding: 24px;
    border-bottom: 1px solid var(--border);
}
.product-img::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(21,33,140,.08), transparent 70%);
    pointer-events: none;
}
.product-img img {
    max-width: 100%; max-height: 100%; width: auto; height: auto;
    object-fit: contain; display: block;
    transition: transform .5s ease;
    filter: drop-shadow(0 14px 24px rgba(21,33,140,.18));
    position: relative; z-index: 1;
}
.product-tag {
    position: absolute; top: 14px; right: 14px;
    background: var(--primary); color: white;
    padding: 6px 12px; border-radius: 8px;
    font-size: 11px; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; box-shadow: 0 4px 12px rgba(21,33,140,.3);
    z-index: 2;
}
.product-info { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
.product-cat { font-size: 11px; font-weight: 700; color: var(--primary-light); text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 6px; }
.product-card h3 { font-size: 20px; font-weight: 800; color: var(--secondary); margin-bottom: 16px; letter-spacing: -.3px; }
.product-specs { list-style: none; margin-bottom: 20px; flex-grow: 1; }
.product-specs li { position: relative; padding: 5px 0 5px 22px; font-size: 13.5px; color: var(--text-soft); line-height: 1.5; }
.product-specs li::before { content: ''; position: absolute; left: 0; top: 12px; width: 12px; height: 2px; background: var(--primary); border-radius: 2px; }
.product-model {
    display: inline-block; font-size: 11px; font-weight: 700;
    color: var(--text-muted); letter-spacing: .5px;
    background: var(--bg-soft); padding: 5px 10px;
    border-radius: 6px; margin-bottom: 14px;
    font-family: 'Inter', monospace;
    border: 1px solid var(--border); align-self: flex-start;
}
.product-cta { font-weight: 700; color: var(--primary); font-size: 14px; margin-top: auto; transition: var(--transition); align-self: flex-start; }
.product-cta:hover { color: var(--primary-dark); transform: translateX(4px); }
.products-foot {
    text-align: center; background: white; padding: 36px;
    border-radius: var(--radius-lg); border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}
.products-foot p { color: var(--text-soft); font-size: 16px; margin-bottom: 20px; max-width: 640px; margin-left: auto; margin-right: auto; }

/* ===== AJAX SECTION ===== */
.ajax-section { background: rgba(248,250,252,.55); }
.ajax-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }
.ajax-card {
    background: white; border-radius: var(--radius-lg);
    border: 1px solid var(--border); overflow: hidden;
    display: grid; grid-template-columns: 160px 1fr;
    transition: var(--transition);
}
.ajax-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--primary-soft); }
.ajax-card:hover .ajax-img img { transform: scale(1.05); }
.ajax-img {
    background: linear-gradient(160deg, #F4F7FB 0%, #E4ECF6 100%);
    display: grid; place-items: center; padding: 18px;
    position: relative; overflow: hidden;
}
.ajax-img::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(21,33,140,.08), transparent 70%);
}
.ajax-img img {
    max-width: 100%; max-height: 140px; object-fit: contain;
    position: relative; z-index: 1;
    transition: transform .5s ease;
    filter: drop-shadow(0 10px 18px rgba(21,33,140,.18));
}
.ajax-info { padding: 22px 22px; display: flex; flex-direction: column; }
.ajax-badge {
    display: inline-block; font-size: 10.5px; font-weight: 800;
    color: var(--primary); text-transform: uppercase; letter-spacing: 1.2px;
    background: var(--primary-soft); padding: 4px 10px;
    border-radius: 6px; margin-bottom: 10px; align-self: flex-start;
}
.ajax-info h3 { font-size: 18px; font-weight: 800; color: var(--secondary); letter-spacing: -.3px; margin-bottom: 8px; line-height: 1.2; }
.ajax-info p { font-size: 13.5px; color: var(--text-soft); line-height: 1.55; margin-bottom: 12px; }
.ajax-specs { list-style: none; margin: 0 0 14px; padding: 0; }
.ajax-specs li { position: relative; padding: 4px 0 4px 18px; font-size: 12.5px; color: var(--text-soft); }
.ajax-specs li::before { content: ''; position: absolute; left: 0; top: 11px; width: 10px; height: 2px; background: var(--primary); border-radius: 2px; }
.ajax-info .product-model { margin-bottom: 0; }
.ajax-foot {
    background: white; border-radius: var(--radius-lg);
    border: 1px solid var(--border); padding: 32px;
    text-align: center; box-shadow: var(--shadow-sm);
}
.ajax-foot-badges {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    margin-bottom: 24px; padding-bottom: 24px;
    border-bottom: 1px dashed var(--border);
}
.ajax-foot-badge { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.ajax-foot-badge strong { font-size: 28px; font-weight: 800; color: var(--primary); letter-spacing: -.5px; line-height: 1; }
.ajax-foot-badge span { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .8px; font-weight: 600; }
.ajax-foot-badge-btn {
    font-family: inherit;
    border: 2px solid var(--primary-soft);
    background: white; cursor: pointer;
    padding: 14px 18px; border-radius: 14px;
    transition: var(--transition);
}
.ajax-foot-badge-btn:hover {
    border-color: var(--primary);
    background: var(--primary-soft);
    transform: translateY(-2px); box-shadow: var(--shadow);
}
.ajax-foot-badge-btn strong { color: var(--primary); }

/* ===== EQUIPMENT ===== */
.equipment { background: var(--bg-soft); }
.equipment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px; max-width: 1100px; margin: 0 auto; }
.equip-item {
    cursor: pointer; font-family: inherit; text-align: center;
    border: 1px solid var(--border); background: white;
    padding: 24px 16px; border-radius: var(--radius);
    transition: var(--transition); color: inherit;
}
.equip-item:hover { transform: translateY(-4px); border-color: var(--primary); box-shadow: var(--shadow); }
.equip-item:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.equip-ic {
    width: 56px; height: 56px;
    margin: 0 auto 12px;
    display: grid; place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-soft), #DDE5F2);
    color: var(--primary);
    transition: var(--transition);
}
.equip-ic svg { width: 30px; height: 30px; stroke-linecap: round; stroke-linejoin: round; }
.equip-item:hover .equip-ic {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; transform: scale(1.08);
}
.equip-item span { font-size: 14px; font-weight: 600; color: var(--secondary); }

/* ===== SECTORS ===== */
.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sector-card {
    background: white; border-radius: var(--radius-lg);
    overflow: hidden; border: 1px solid var(--border);
    transition: var(--transition);
}
.sector-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.sector-card:hover .sector-img img { transform: scale(1.06); }
.sector-img {
    height: 220px; position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.sector-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .6s ease;
}
.sector-img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,11,58,.05) 50%, rgba(6,11,58,.65));
    pointer-events: none;
}
.sector-label {
    position: absolute; bottom: 16px; left: 16px;
    background: rgba(255,255,255,.95);
    color: var(--primary);
    padding: 6px 12px; border-radius: 100px;
    font-size: 12px; font-weight: 700; letter-spacing: .5px;
    text-transform: uppercase; z-index: 2;
    backdrop-filter: blur(8px);
}
.sector-content { padding: 24px; }
.sector-content h3 { font-size: 20px; font-weight: 700; color: var(--secondary); margin-bottom: 8px; }
.sector-content p { color: var(--text-soft); font-size: 15px; margin-bottom: 14px; }
.sector-content a { font-weight: 700; color: var(--primary); font-size: 14px; }
.sector-content a:hover { color: var(--primary-dark); }

/* ===== BANNER CTA ===== */
.banner-cta {
    position: relative; padding: 110px 0;
    background: linear-gradient(135deg, #0A1150 0%, #1B2ACF 100%);
    color: white; text-align: center; overflow: hidden;
}
.banner-cta::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(137,148,247,.15), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(84,97,236,.12), transparent 50%);
    pointer-events: none;
}
.banner-cta-inner { position: relative; z-index: 1; }
.banner-cta h2 {
    color: white; font-size: clamp(2.2rem, 4.4vw, 3.2rem);
    font-weight: 800; line-height: 1.1; letter-spacing: -1.2px;
    margin: 14px 0 18px;
}
.banner-cta p { color: rgba(255,255,255,.82); font-size: 18px; max-width: 680px; margin: 0 auto 36px; line-height: 1.6; }
.banner-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 50px; }
.btn-outline-light {
    background: transparent; color: white;
    border: 2px solid rgba(255,255,255,.4);
    backdrop-filter: blur(6px);
}
.btn-outline-light:hover {
    background: white; color: var(--primary);
    border-color: white; transform: translateY(-2px);
}

/* ===== COMPARE TABLE ===== */
.compare-section { background: #fff; }
.compare-table {
    background: white; border-radius: var(--radius-lg);
    overflow: hidden; box-shadow: var(--shadow);
    border: 1px solid var(--border); margin-bottom: 24px;
}
.compare-row {
    display: grid; grid-template-columns: 2fr 1fr 1fr;
    align-items: center; border-bottom: 1px solid var(--border);
    transition: background .2s;
}
.compare-row:last-child { border-bottom: none; }
.compare-row:not(.compare-header):hover { background: rgba(232,237,245,.4); }
.compare-cell { padding: 18px 22px; font-size: 15px; color: var(--text-soft); }
.compare-feature { font-weight: 600; color: var(--text); }
.compare-pro { text-align: center; background: rgba(21,33,140,.04); border-left: 1px solid var(--border); }
.compare-diy { text-align: center; border-left: 1px solid var(--border); }
.compare-header {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
}
.compare-header .compare-cell { color: white; padding: 22px; }
.compare-header .compare-pro,
.compare-header .compare-diy { background: transparent; border-left: 1px solid rgba(255,255,255,.15); }
.compare-header strong { display: block; font-size: 17px; font-weight: 800; margin-bottom: 4px; letter-spacing: -.3px; }
.compare-header span { font-size: 11.5px; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .8px; font-weight: 600; }
.compare-header .compare-feature { color: white; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; font-weight: 700; opacity: .85; }
.check {
    display: inline-grid; place-items: center;
    width: 32px; height: 32px; border-radius: 50%;
    font-weight: 800; font-size: 16px;
}
.check.yes { background: #DFF6E6; color: #009147; }
.check.no { background: #FCE8E8; color: #C42424; }
.check.partial { background: #FFF1D6; color: #B86F00; }
.compare-legend {
    display: flex; justify-content: center; gap: 28px;
    flex-wrap: wrap; font-size: 13.5px; color: var(--text-soft);
}
.compare-legend .check { width: 22px; height: 22px; font-size: 12px; margin-right: 6px; vertical-align: middle; }

/* ===== PROCESS ===== */
.process { background: var(--bg-soft); }
.process-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.process-img {
    position: relative; border-radius: var(--radius-lg);
    overflow: hidden; box-shadow: var(--shadow-lg);
    aspect-ratio: 4 / 5;
}
.process-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.process-img::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(6,11,58,.4));
}
.process-content h2 {
    font-size: clamp(2rem, 3.4vw, 2.6rem); line-height: 1.1;
    font-weight: 800; letter-spacing: -1px; margin: 14px 0 16px;
}
.process-content > p { color: var(--text-soft); font-size: 17px; margin-bottom: 32px; }
.process-steps { display: grid; gap: 20px; }
.process-step {
    display: flex; gap: 18px; padding: 18px;
    background: var(--bg-soft);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    transition: var(--transition);
}
.process-step:hover { border-color: var(--primary-soft); transform: translateX(6px); background: white; box-shadow: var(--shadow); }
.step-num {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; border-radius: 12px;
    display: grid; place-items: center;
    font-size: 18px; font-weight: 800;
    flex-shrink: 0; box-shadow: var(--shadow-primary);
}
.process-step h4 { font-size: 17px; font-weight: 700; color: var(--secondary); margin-bottom: 4px; }
.process-step p { font-size: 14px; color: var(--text-soft); margin: 0; }

/* ===== WHY ===== */
.why { background: #fff; }
.why-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.why-left h2 { margin: 14px 0 16px; font-size: clamp(2rem, 3.4vw, 2.6rem); line-height: 1.1; font-weight: 800; letter-spacing: -1px; }
.why-left > p { color: var(--text-soft); font-size: 17px; margin-bottom: 32px; }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.why-feature { display: flex; gap: 14px; }
.why-num {
    font-size: 24px; font-weight: 800;
    color: var(--primary); flex-shrink: 0;
    background: var(--primary-soft);
    width: 44px; height: 44px;
    border-radius: 12px;
    display: grid; place-items: center;
}
.why-feature h4 { font-size: 16px; font-weight: 700; color: var(--secondary); margin-bottom: 6px; }
.why-feature p { font-size: 14px; color: var(--text-soft); }
.why-right { display: grid; gap: 16px; }
.stat-card {
    background: white; padding: 28px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    text-align: center;
}
.stat-big {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; border-color: transparent;
    box-shadow: var(--shadow-primary);
}
.stat-card strong { display: block; font-size: 38px; font-weight: 800; color: var(--secondary); letter-spacing: -1px; line-height: 1; margin-bottom: 8px; }
.stat-big strong { color: white; font-size: 48px; }
.stat-card span { font-size: 14px; color: var(--text-soft); }
.stat-big span { color: rgba(255,255,255,.85); font-size: 15px; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ===== FAQ ===== */
/* ===== REVIEWS / PRUEBA SOCIAL ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card {
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 30px 28px; box-shadow: var(--shadow);
    display: flex; flex-direction: column; gap: 16px; transition: var(--transition);
}
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--primary-soft); }
.review-stars { color: #FFC53D; font-size: 18px; letter-spacing: 2px; }
.review-text { color: var(--text-soft); font-size: 15.5px; line-height: 1.7; font-style: italic; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
    width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 15px;
    font-family: 'Fredoka', sans-serif;
}
.review-author strong { display: block; font-size: 15px; color: var(--secondary); }
.review-author span { font-size: 13px; color: var(--text-muted); }
.reviews-summary {
    display: flex; align-items: center; justify-content: center; gap: 18px;
    flex-wrap: wrap; margin-top: 42px; text-align: center;
}
.reviews-score { display: flex; align-items: center; gap: 10px; }
.reviews-score strong { font-size: 40px; font-weight: 800; color: var(--primary); font-family: 'Fredoka', sans-serif; line-height: 1; }
.reviews-score .stars { color: #FFC53D; font-size: 20px; letter-spacing: 2px; }
.reviews-summary p { color: var(--text-soft); font-weight: 600; }
.reviews-summary a { color: var(--primary); font-weight: 700; }

.faq-section { background: var(--bg-soft); }
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item {
    background: white; border-radius: var(--radius);
    border: 1px solid var(--border); overflow: hidden;
    transition: var(--transition);
}
.faq-item:hover { border-color: var(--primary-soft); box-shadow: var(--shadow-sm); }
.faq-item[open] { border-color: var(--primary); box-shadow: var(--shadow); }
.faq-item summary {
    list-style: none; cursor: pointer;
    padding: 20px 24px;
    display: flex; justify-content: space-between; align-items: center;
    gap: 16px; font-weight: 700; font-size: 16px; color: var(--secondary);
    user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--primary); }
.faq-icon { color: var(--primary); flex-shrink: 0; transition: transform .3s cubic-bezier(.4,0,.2,1); }
.faq-item[open] .faq-icon { transform: rotate(180deg); }
.faq-answer { padding: 0 24px 22px; animation: faqSlide .3s ease; }
.faq-answer p { color: var(--text-soft); font-size: 15px; line-height: 1.65; margin: 0; }
.faq-answer strong { color: var(--secondary); }
@keyframes faqSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== CONTACT ===== */
.contact {
    background: linear-gradient(135deg, #0A1150 0%, #16209E 100%);
    color: white; position: relative; overflow: hidden;
}
.contact::before {
    content: ''; position: absolute; inset: 0;
    background:
        radial-gradient(circle at 10% 50%, rgba(137,148,247,.15), transparent 40%),
        radial-gradient(circle at 90% 30%, rgba(84,97,236,.12), transparent 40%);
    pointer-events: none;
}
.contact-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact-left h2 { font-size: clamp(2rem, 3.6vw, 2.6rem); line-height: 1.1; color: white; font-weight: 800; margin: 14px 0 16px; letter-spacing: -1px; }
.contact-left > p { color: rgba(255,255,255,.75); font-size: 17px; margin-bottom: 36px; }
.contact-list { list-style: none; display: grid; gap: 18px; }
.contact-list li { display: flex; align-items: center; gap: 14px; }
.contact-list li svg {
    width: 44px; height: 44px; padding: 12px;
    background: rgba(84,97,236,.18);
    border-radius: 12px; flex-shrink: 0;
    color: #B9C2FB;
}
.contact-list strong { display: block; font-size: 16px; color: white; font-weight: 700; }
.contact-list span { font-size: 13px; color: rgba(255,255,255,.6); }

.contact-form {
    background: white; color: var(--text);
    padding: 36px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}
.contact-form h3 { font-size: 24px; font-weight: 800; color: var(--secondary); margin-bottom: 6px; letter-spacing: -.5px; }
.form-sub { color: var(--text-muted); font-size: 14px; margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--secondary); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; padding: 12px 14px;
    border: 2px solid var(--border);
    border-radius: 10px; font-size: 15px;
    transition: var(--transition);
    background: white; font-family: inherit;
    color: var(--text);
}
.form-group textarea { resize: vertical; min-height: 84px; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none; border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(21,33,140,.10);
}
.form-optional { font-weight: 500; color: var(--text-muted); font-size: 11.5px; text-transform: lowercase; }
.form-check {
    display: flex; align-items: flex-start; gap: 10px;
    margin: 18px 0 22px; font-size: 13px; color: var(--text-soft);
    cursor: pointer;
}
.form-check input { margin-top: 3px; accent-color: var(--primary); }
.form-check a { color: var(--primary); font-weight: 600; }
.form-foot { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 16px; font-size: 12px; color: var(--text-muted); }

/* ===== FOOTER ===== */
.footer { background: rgba(5,13,23,.95); color: rgba(255,255,255,.6); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand p { margin: 20px 0 24px; font-size: 14px; line-height: 1.7; }
.social { display: flex; gap: 10px; }
.social a {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,.06);
    display: grid; place-items: center;
    transition: var(--transition);
    color: rgba(255,255,255,.7);
}
.social a:hover { background: var(--primary); color: white; transform: translateY(-2px); }
.footer-col h4 { color: white; font-size: 15px; font-weight: 700; margin-bottom: 18px; letter-spacing: .3px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a { font-size: 14px; transition: var(--transition); }
.footer-col a:hover { color: var(--highlight-light); }
.footer-contact li { font-size: 14px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-top: 24px; font-size: 13px; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a:hover { color: var(--highlight-light); }

/* ===== PRODUCT MODAL ===== */
.modal-overlay {
    position: fixed; inset: 0;
    background: rgba(6,11,58,.75);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    display: grid; place-items: center;
    z-index: 1000; padding: 24px;
    opacity: 0; visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-content {
    background: white; border-radius: var(--radius-lg);
    max-width: 780px; width: 100%; max-height: 90vh;
    display: grid; grid-template-columns: 1fr 1fr;
    overflow: hidden; position: relative;
    box-shadow: var(--shadow-lg);
    transform: scale(.94);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.modal-overlay.active .modal-content { transform: scale(1); }
.modal-close {
    position: absolute; top: 14px; right: 14px;
    width: 38px; height: 38px; border: none;
    background: rgba(255,255,255,.9);
    border-radius: 50%; cursor: pointer;
    display: grid; place-items: center; z-index: 2;
    color: var(--secondary);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}
.modal-close:hover { background: var(--primary); color: white; transform: rotate(90deg); }
.modal-img-wrapper {
    background: linear-gradient(160deg, #F4F7FB 0%, #E4ECF6 100%);
    display: grid; place-items: center;
    padding: 32px; position: relative;
}
.modal-img-wrapper::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(21,33,140,.10), transparent 70%);
}
.modal-img-wrapper img {
    max-width: 100%; max-height: 320px; object-fit: contain;
    position: relative; z-index: 1;
    filter: drop-shadow(0 18px 32px rgba(21,33,140,.22));
}
.modal-body { padding: 36px 32px; overflow-y: auto; display: flex; flex-direction: column; }
.modal-cat { font-size: 11px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 8px; }
.modal-body h3 { font-size: 24px; font-weight: 800; color: var(--secondary); line-height: 1.2; margin-bottom: 12px; letter-spacing: -.5px; }
.modal-body p { color: var(--text-soft); font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
.modal-features { list-style: none; margin-bottom: 18px; padding: 0; }
.modal-features li { position: relative; padding: 6px 0 6px 24px; font-size: 14px; color: var(--text-soft); }
.modal-features li::before {
    content: '✓'; position: absolute; left: 0; top: 5px;
    width: 18px; height: 18px;
    background: var(--primary-soft); color: var(--primary);
    border-radius: 50%; display: grid; place-items: center;
    font-size: 11px; font-weight: 800;
}
.modal-model {
    display: inline-block; font-size: 11px; font-weight: 700;
    color: var(--text-muted); letter-spacing: .5px;
    background: var(--bg-soft); padding: 5px 10px;
    border-radius: 6px; margin-bottom: 18px;
    border: 1px solid var(--border); align-self: flex-start;
    font-family: 'Inter', monospace;
}
body.modal-open { overflow: hidden; }

/* ===== APP DOWNLOAD MODAL ===== */
.app-modal .app-modal-content {
    background: white; border-radius: var(--radius-lg);
    max-width: 480px; width: 100%;
    padding: 40px 32px 28px; position: relative;
    text-align: center; box-shadow: var(--shadow-lg);
    transform: scale(.94);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.app-modal.active .app-modal-content { transform: scale(1); }
.app-modal-icon {
    width: 80px; height: 80px; border-radius: 22px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white; display: grid; place-items: center;
    margin: 0 auto 20px; box-shadow: var(--shadow-primary);
}
.app-modal-header h3 { font-size: 24px; font-weight: 800; color: var(--secondary); margin-bottom: 10px; letter-spacing: -.4px; }
.app-modal-header p { color: var(--text-soft); font-size: 14.5px; line-height: 1.55; margin-bottom: 26px; max-width: 360px; margin-left: auto; margin-right: auto; }
.app-stores { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.store-btn {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: var(--secondary); color: white;
    border-radius: 14px; transition: var(--transition);
    text-align: left; text-decoration: none;
}
.store-btn:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(10,18,92,.35); }
.store-btn svg { flex-shrink: 0; }
.store-btn div { display: flex; flex-direction: column; line-height: 1; }
.store-small { font-size: 10px; text-transform: uppercase; letter-spacing: .8px; color: rgba(255,255,255,.7); margin-bottom: 4px; }
.store-btn strong { font-size: 16px; font-weight: 700; color: white; }
.app-modal-note { font-size: 12px; color: var(--text-muted); margin: 0; }

/* ===== FLOATING ACTION BUTTONS ===== */
.float-actions {
    position: fixed; bottom: 24px; right: 24px;
    display: flex; flex-direction: column; gap: 12px;
    z-index: 90;
}
.float-btn {
    width: 60px; height: 60px; border-radius: 50%;
    display: grid; place-items: center;
    color: white; transition: var(--transition);
    animation: float 4s ease-in-out infinite;
}
.float-btn:hover { transform: scale(1.1); }
.float-phone {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 10px 24px rgba(21,33,140,.45);
    animation-delay: -2s;
}
.float-phone:hover { box-shadow: 0 14px 32px rgba(21,33,140,.6); }
.float-whatsapp { background: #25D366; box-shadow: 0 10px 24px rgba(37,211,102,.4); }
.float-whatsapp:hover { box-shadow: 0 14px 32px rgba(37,211,102,.55); }

/* ===== ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .hero-inner, .why-inner, .contact-inner { grid-template-columns: 1fr; gap: 50px; }
    .hero-visual { max-width: 420px; margin: 0 auto; }
    .services-grid, .kits-grid, .sectors-grid, .products-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    .ajax-grid { grid-template-columns: repeat(2, 1fr); }
    .ajax-foot-badges { grid-template-columns: repeat(2, 1fr); }
    .kit-card-featured { transform: none; }
    .kit-card-featured:hover { transform: translateY(-8px); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .why-features { grid-template-columns: 1fr; }
    .process-inner { grid-template-columns: 1fr; gap: 40px; }
    .process-img { max-width: 500px; margin: 0 auto; }
    .pillars-grid { grid-template-columns: 1fr; gap: 18px; }
    .pillar { padding: 28px 22px; }
    .pillar-num { font-size: 48px; top: 14px; right: 18px; }
}

@media (max-width: 768px) {
    .awards-strip { padding: 7px 0; }
    .awards-inner { gap: 6px; }
    .award-pill { font-size: 10.5px; padding: 4px 10px; }
    .header-phone { display: none; }

    .header-inner { padding: 10px 16px; gap: 12px; }
    .nav, .header-cta { display: none; }
    .menu-toggle { display: flex; }
    .logo-img { height: 72px; }
    .logo-light .logo-img { height: 84px; padding: 6px 12px; }

    .nav.active {
        display: flex; position: absolute; top: 100%; left: 0; right: 0;
        background: white; backdrop-filter: none;
        flex-direction: column; padding: 16px; gap: 4px;
        border: none; border-radius: 0;
        border-bottom: 1px solid var(--border);
        box-shadow: var(--shadow);
    }
    .nav.active a { width: 100%; text-align: center; text-transform: none; letter-spacing: 0; font-size: 16px; padding: 14px 16px; }
    .nav.active a::before { display: none; }

    .section { padding: 56px 0; }
    .section-head { margin-bottom: 36px; }
    .section-head h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); line-height: 1.15; }
    .section-head p { font-size: 15px; }

    .hero { padding: 32px 0 24px; }
    .hero-inner { gap: 32px; }
    .hero h1 { font-size: clamp(1.9rem, 8.5vw, 2.6rem); line-height: 1.1; }
    .hero-lead { font-size: 16px; }
    .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { max-width: 100%; }
    .hero-feat { padding: 12px 14px; }
    .hero-feat strong { font-size: 13.5px; }
    .hero-feat span { font-size: 11.5px; }

    .services-grid, .kits-grid, .sectors-grid, .products-grid, .reviews-grid { grid-template-columns: 1fr; }
    .ajax-grid { grid-template-columns: 1fr; }
    .equipment-grid { grid-template-columns: repeat(3, 1fr); }

    .kit-card { padding-left: 24px; padding-right: 24px; }

    .product-img { height: 200px; }
    .product-info { padding: 20px; }

    .ajax-foot { padding: 24px; }
    .ajax-foot-badge strong { font-size: 22px; }

    .sector-img { height: 200px; }

    .process-step { padding: 14px; }
    .process-step h4 { font-size: 15.5px; }

    .stat-row { grid-template-columns: 1fr 1fr; }

    body { background-attachment: scroll; }
    .banner-cta { padding: 64px 0; }
    .banner-cta h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
    .banner-cta p { font-size: 15px; }
    .banner-cta-actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .banner-cta-actions .btn { width: 100%; }

    .compare-cell { padding: 14px 12px; font-size: 13px; }
    .compare-header .compare-feature { font-size: 11px; }
    .compare-header strong { font-size: 14px; }
    .compare-header span { font-size: 10px; }
    .check { width: 28px; height: 28px; font-size: 14px; }

    .contact-form { padding: 24px; }
    .contact-left h2 { font-size: clamp(1.8rem, 7vw, 2.3rem); }

    .footer { padding: 50px 0 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
    .footer-legal { justify-content: center; flex-wrap: wrap; }

    .modal-overlay { padding: 16px; align-items: end; }
    .modal-content { grid-template-columns: 1fr; max-height: 88vh; border-radius: 18px; }
    .modal-img-wrapper { padding: 22px; min-height: 200px; }
    .modal-img-wrapper img { max-height: 180px; }
    .modal-body { padding: 22px; }
    .modal-body h3 { font-size: 20px; }
    .modal-close { top: 10px; right: 10px; width: 42px; height: 42px; }

    .app-modal { align-items: end; }
    .app-modal .app-modal-content { padding: 32px 22px 22px; border-radius: 18px; }
    .app-stores { grid-template-columns: 1fr; gap: 10px; }

    .float-actions { bottom: 14px; right: 14px; gap: 10px; }
    .float-btn { width: 56px; height: 56px; }
    .float-btn svg { width: 24px; height: 24px; }

    .pillars { padding: 56px 0; }
    .pillars-head { margin-bottom: 32px; }
}

@media (max-width: 600px) {
    .ajax-card { grid-template-columns: 130px 1fr; }
    .ajax-img { padding: 14px; }
    .ajax-img img { max-height: 110px; }
    .ajax-info { padding: 16px; }
}

@media (max-width: 480px) {
    .container { padding: 0 14px; }
    .awards-inner { padding: 0 14px; }
    .header-inner { padding: 10px 14px; }

    .logo-img { height: 64px; }
    .logo-light .logo-img { height: 76px; padding: 5px 10px; }

    .section { padding: 48px 0; }
    .section-head { margin-bottom: 28px; }
    .hero { padding: 24px 0 16px; }

    .equipment-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .equip-item { padding: 18px 10px; }
    .equip-item span { font-size: 13px; }

    .kit-card { padding-left: 20px; padding-right: 20px; padding-bottom: 28px; }
    .kit-amount { font-size: 36px; }
    .kit-list li { font-size: 14px; padding: 6px 0 6px 26px; }

    .product-img { height: 180px; padding: 18px; }
    .product-info { padding: 18px; }
    .product-card h3 { font-size: 18px; }

    .ajax-foot { padding: 20px; }
    .ajax-foot-badges { grid-template-columns: 1fr 1fr; gap: 14px; padding-bottom: 18px; margin-bottom: 18px; }
    .ajax-foot-badge { padding: 10px 12px; }

    .form-group input, .form-group select, .form-group textarea { padding: 14px; font-size: 16px; }
    .btn { padding: 14px 20px; font-size: 14.5px; }
    .btn-lg { padding: 15px 22px; font-size: 15.5px; }

    .step-num { width: 38px; height: 38px; font-size: 16px; }

    .sector-img { height: 180px; }
    .sector-content { padding: 20px; }
    .sector-content h3 { font-size: 18px; }

    .compare-cell { padding: 12px 8px; font-size: 12px; }
    .compare-header .compare-cell { padding: 14px 8px; }
    .compare-header span { display: none; }
    .compare-legend { gap: 14px; font-size: 12px; }

    .faq-item summary { padding: 16px 18px; font-size: 14.5px; }
    .faq-answer { padding: 0 18px 18px; }
    .faq-answer p { font-size: 14px; }
}

@media (max-width: 380px) {
    .logo-img { height: 56px; }
    .award-pill { font-size: 10px; }
    .hero h1 { font-size: 1.7rem; }
    .kit-list li { font-size: 13.5px; }
}

/* ============================================
   HERO ESTILO VERISURE (foto editada + panel)
   ============================================ */
.hero-photo {
    position: relative; border-radius: 24px; overflow: hidden;
    height: 500px; box-shadow: 0 24px 60px rgba(10,17,80,.18);
}
.hero-photo-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-ribbon { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-photo-badges { position: absolute; left: 18px; bottom: 64px; display: flex; gap: 10px; }
.photo-seal {
    width: 76px; height: 76px; border-radius: 50%; background: #fff;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; box-shadow: 0 6px 18px rgba(10,17,80,.30);
    border: 2px solid var(--primary-soft);
}
.photo-seal b { font-family: 'Fredoka', sans-serif; font-size: 15px; color: var(--primary); line-height: 1; }
.photo-seal i { font-style: normal; font-size: 8.5px; font-weight: 700; color: var(--text-soft); text-transform: uppercase; letter-spacing: .4px; line-height: 1.25; margin-top: 3px; }
.hero-photo-caption {
    position: absolute; left: 0; right: 0; bottom: 0;
    background: rgba(10,17,80,.82); color: rgba(255,255,255,.92);
    padding: 13px 22px; font-size: 14.5px; display: flex;
}
.hero-photo-caption strong { color: #fff; }

.hero-panel { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; padding: 10px 0; }
.hero-panel h1 { margin: 0; }
.hero-sub { font-size: 16.5px; color: var(--text-soft); font-weight: 600; margin: 0; }
.hero-pill-green {
    display: inline-flex; align-items: center; gap: 7px;
    background: #E5F6EC; color: #0E8A4C; font-weight: 700; font-size: 13.5px;
    padding: 8px 15px; border-radius: 100px;
}
.hero-cta-big {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    width: 100%; max-width: 400px; margin-top: 8px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff; font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 20px;
    padding: 19px 26px; border-radius: 16px;
    box-shadow: 0 16px 36px rgba(27,42,207,.35); transition: var(--transition);
}
.hero-cta-big:hover { transform: translateY(-2px); box-shadow: 0 22px 44px rgba(27,42,207,.45); }
.cta-arrow { font-size: 22px; line-height: 1; }
.hero-phone-row {
    display: flex; align-items: center; width: 100%; max-width: 400px;
    background: #fff; border: 1.5px solid var(--border); border-radius: 100px;
    padding: 5px 5px 5px 20px; margin-top: 4px;
}
.hero-phone-row input[type="tel"] { flex: 1; min-width: 0; border: none; outline: none; background: transparent; font-size: 15px; font-family: inherit; color: var(--text); }
.hero-phone-row button {
    border: 1.5px solid var(--primary); background: #fff; color: var(--primary);
    font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 15px;
    padding: 12px 22px; border-radius: 100px; cursor: pointer; white-space: nowrap;
    transition: var(--transition);
}
.hero-phone-row button:hover { background: var(--primary); color: #fff; }
.hero-legal { font-size: 12px; color: var(--text-muted); margin: 0; }
.hero-legal a { text-decoration: underline; color: var(--text-soft); }
.hero-tp { display: flex; align-items: center; gap: 8px; margin-top: 6px; font-weight: 800; font-size: 15.5px; color: var(--text); }
.tp-stars { color: #00B67A; font-size: 17px; letter-spacing: 2px; }
.tp-note { font-size: 13px; color: var(--text-muted); font-weight: 600; }

/* ============================================
   ESCAPARATE DE DISPOSITIVOS (fotos que cambian)
   ============================================ */
.device-show { max-width: 980px; margin: 0 auto; }
.device-stage {
    position: relative; display: grid; grid-template-columns: 1.02fr .98fr;
    gap: 30px; align-items: center;
    background: linear-gradient(135deg, #F0F2FE 0%, #FFFFFF 62%);
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 60px 40px 36px; min-height: 330px;
    box-shadow: var(--shadow); overflow: hidden;
}
.device-tag {
    position: absolute; top: 18px; left: 18px;
    display: inline-flex; align-items: center; gap: 7px;
    background: #fff; border: 1.5px solid var(--primary-soft); color: var(--primary);
    font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 13.5px;
    border-radius: 100px; padding: 8px 16px; box-shadow: var(--shadow-sm); z-index: 2;
}
.device-stage-media { display: grid; place-items: center; }
.device-stage-media img { max-height: 250px; width: auto; transition: opacity .22s ease; filter: drop-shadow(0 18px 30px rgba(10,17,80,.18)); }
.device-stage-info h3 { font-size: 24px; color: var(--secondary); margin-bottom: 10px; letter-spacing: -.3px; }
.device-stage-info p { font-size: 15px; color: var(--text-soft); line-height: 1.65; margin-bottom: 16px; }
.device-cta { font-family: 'Fredoka', sans-serif; font-weight: 600; color: var(--primary); font-size: 15px; }
.device-cta:hover { color: var(--primary-dark); }
.device-thumbs { display: flex; gap: 6px; overflow-x: auto; padding: 22px 4px 10px; scrollbar-width: none; }
.device-thumbs::-webkit-scrollbar { display: none; }
.device-thumb {
    flex: 0 0 auto; width: 88px; background: none; border: none; cursor: pointer;
    font-family: inherit; display: flex; flex-direction: column; align-items: center; gap: 7px;
}
.device-thumb .dt-img {
    width: 62px; height: 62px; border-radius: 50%; background: #fff;
    border: 2px solid var(--border); display: grid; place-items: center;
    overflow: hidden; transition: var(--transition); padding: 9px;
}
.device-thumb .dt-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.device-thumb .dt-label { font-size: 12px; font-weight: 700; color: var(--text-soft); line-height: 1.15; text-align: center; }
.device-thumb:hover .dt-img { border-color: var(--accent); transform: translateY(-2px); }
.device-thumb.active .dt-img { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(27,42,207,.15); }
.device-thumb.active .dt-label { color: var(--primary); }
.device-progressbar { height: 3px; background: var(--border); border-radius: 3px; overflow: hidden; margin-top: 4px; }
.device-progressbar i { display: block; height: 100%; width: 0; background: var(--primary); border-radius: 3px; }
@keyframes devProg { from { width: 0 } to { width: 100% } }

/* Responsive hero + dispositivos + banda */
@media (max-width: 1024px) {
    .hero-photo { height: 360px; }
    .brand-band-inner { grid-template-columns: 1fr; gap: 26px; }
    .brand-band h2 { border-right: none; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 18px; }
}
@media (max-width: 860px) {
    .device-stage { grid-template-columns: 1fr; padding: 60px 22px 26px; text-align: center; }
    .device-stage-media img { max-height: 180px; }
    .device-stage-info h3 { font-size: 20px; }
    .device-cta { display: inline-block; }
}
@media (max-width: 600px) {
    .hero-photo { height: 260px; border-radius: 16px; }
    .hero-photo-badges { display: none; }
    .hero-cta-big, .hero-phone-row { max-width: 100%; }
}

/* La rejilla antigua de equipos queda sustituida por el escaparate */
.equipment-grid[hidden] { display: none; }

/* ===== SECCIÓN APPS (Ajax + UNV/ArchLive) ===== */
.apps-section { background: var(--bg-soft); }
.apps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
.app-card {
    background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 34px 30px; text-align: center; box-shadow: var(--shadow);
    display: flex; flex-direction: column; align-items: center;
    transition: var(--transition);
}
.app-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.app-card-icon {
    width: 64px; height: 64px; border-radius: 18px;
    background: var(--primary-soft); color: var(--primary);
    display: grid; place-items: center; margin-bottom: 16px;
}
.app-card h3 { font-size: 21px; color: var(--secondary); margin-bottom: 8px; letter-spacing: -.3px; }
.app-card > p { font-size: 14.5px; color: var(--text-soft); line-height: 1.6; margin-bottom: 20px; max-width: 340px; }
.app-card .app-stores { width: 100%; max-width: 360px; margin-bottom: 12px; }
.app-card-note { font-size: 12px; color: var(--text-muted); font-weight: 600; }
@media (max-width: 800px) {
    .apps-grid { grid-template-columns: 1fr; max-width: 440px; }
}

/* ===== APPS FLOTANTES (Ajax + UNV, siempre visibles) ===== */
.float-apps {
    position: fixed; bottom: 24px; left: 24px;
    display: flex; flex-direction: column; gap: 10px;
    z-index: 90;
}
.float-app {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; border: 1px solid var(--border);
    border-radius: 100px; padding: 5px 16px 5px 5px;
    cursor: pointer; font-family: 'Fredoka', sans-serif;
    box-shadow: 0 10px 30px rgba(10,17,80,.20);
    transition: var(--transition);
}
.float-app:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(10,17,80,.28); border-color: var(--primary); }
.float-app img { width: 42px; height: 42px; border-radius: 50%; display: block; object-fit: cover; }
.float-app span { font-weight: 600; font-size: 13.5px; color: var(--secondary); white-space: nowrap; }

/* Icono oficial App Store en las tarjetas fijas */
.app-card-appicon {
    width: 76px; height: 76px; border-radius: 22%;
    margin-bottom: 16px; object-fit: cover;
    box-shadow: 0 8px 22px rgba(10,17,80,.18);
}

@media (max-width: 768px) {
    .float-apps { bottom: 14px; left: 14px; gap: 8px; }
    .float-app { padding: 4px 12px 4px 4px; }
    .float-app img { width: 36px; height: 36px; }
    .float-app span { font-size: 12px; }
}

/* ============================================
   OPTIMIZACIÓN MÓVIL
   ============================================ */
@media (max-width: 768px) {
    /* Franja de valoraciones: una sola línea deslizable */
    .awards-inner {
        flex-wrap: nowrap; justify-content: flex-start;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .awards-inner::-webkit-scrollbar { display: none; }
    .award-pill { flex: 0 0 auto; }

    /* Hero más compacto */
    .hero { padding: 24px 0 44px; }
    .hero-inner { gap: 22px; }
    .hero-panel { gap: 11px; }
    .hero-cta-big { font-size: 17px; padding: 16px 20px; }
    .hero-phone-row { padding: 4px 4px 4px 16px; }
    .hero-phone-row button { padding: 11px 16px; font-size: 14px; }

    /* Bandas */
    .brand-band { padding: 44px 0; }
    .cta-band-inner { flex-direction: column; text-align: center; }
    .cta-band .btn { width: 100%; max-width: 420px; }

    /* Escaparate de dispositivos */
    .device-stage { padding: 56px 18px 22px; min-height: 0; }
    .device-stage-info p { font-size: 14px; }
    .device-thumb { width: 76px; }
    .device-thumb .dt-img { width: 54px; height: 54px; }
}

@media (max-width: 600px) {
    /* Flotantes de apps: solo icono redondo (no tapan contenido) */
    .float-app { padding: 4px; border-radius: 50%; }
    .float-app span { display: none; }
    .float-app img { width: 44px; height: 44px; }

    /* Flotantes derecha algo menores para no chocar */
    .float-btn { width: 52px; height: 52px; }

    /* Tarjetas de apps y kits cómodas */
    .app-card { padding: 26px 20px; }
    .kit-card-featured { transform: none; }

    /* Formularios y botones a ancho completo */
    .hero-cta-big, .hero-phone-row { max-width: 100%; }
    .banner-cta { padding: 64px 0; }

    /* Foto del hero un poco más baja */
    .hero-photo { height: 235px; }
    .hero-photo-caption { padding: 10px 16px; font-size: 13px; }
}

/* ===== BOTÓN ENVIAR POR WHATSAPP ===== */
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 12px 30px rgba(37,211,102,.32); }
.btn-wa:hover { background: #1eb257; transform: translateY(-2px); box-shadow: 0 16px 36px rgba(37,211,102,.42); }
.hero-phone-row button.wa-send { background: #25D366; color: #fff; border-color: #25D366; }
.hero-phone-row button.wa-send:hover { background: #1eb257; border-color: #1eb257; color: #fff; }
