/* ==========================================================================
   MARCAS CSS - Estilos compartidos para todas las landings de marcas
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; min-height: 100vh; display: flex; flex-direction: column; background-color: #f9fafb; color: #111827; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
address { font-style: normal; }
button { font-family: inherit; cursor: pointer; }

/* ==========================================================================
   Variables base y colores de marca
   ==========================================================================

   PERSONALIZACIÓN DE COLORES (páginas sin marca)
   -----------------------------------------------
   Para cambiar el esquema de color del sitio, modifica estas variables.
   Los colores deben cumplir WCAG 2.1 AAA (contraste mínimo 7:1 con blanco).

   Ejemplo paleta naranja AAA:
   --primary: #9A3412; --secondary: #9A3412; --secondary-hover: #7C2D12;

   Para grises cálidos (armonizan con naranja), usa Tailwind Stone:
   --gray-50: #fafaf9; --gray-100: #f5f5f4; --gray-200: #e7e5e4;
   --gray-300: #d6d3d1; --gray-400: #a8a29e; --gray-500: #78716c;
   --gray-600: #57534e; --gray-700: #44403c; --gray-800: #292524; --gray-900: #1c1917;

   ========================================================================== */
:root {
    /* Colores principales - WCAG 2.1 AAA compliant */
    --primary: #1e3a5f;           /* Bajo impacto: logo, texto botón blanco */
    --secondary: #0369a1;         /* Alto impacto: botones .btn-primary */
    --secondary-hover: #075985;   /* Medio impacto: hover de botones */
    /* Colores de marca por defecto (se sobrescriben con clases .marca-*) */
    --brand-color: #1e3a5f;       /* MUY ALTO: hero badge, hover links, bordes, iconos, CTAs */
    --brand-dark: #152a45;        /* Medio: gradientes, hovers de brand */
    --brand-text: #1e3a5f;        /* Bajo: texto sobre fondos de marca */
    --brand-rgb: 30, 58, 95;       /* RGB of default brand-color */
    --brand-light: #e8edf3;        /* Light tint of default brand-color */
    /* Grises (Tailwind Gray - neutros) */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --white: #ffffff;
    --green-600: #16a34a;
    /* Design tokens — homepage & shared */
    --accent: #2563eb;
    --accent-hover: #1d4ed8;
    --accent-light: #dbeafe;
    --bg-dark: #1a1a2e;
    --bg-darker: #16162a;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 32px rgba(0,0,0,0.12);
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    /* Semantic aliases — P02 brand pages */
    --bg-primary: var(--white);
    --bg-secondary: #f8f9fa;
    --text-primary: var(--gray-800);
    --text-secondary: var(--gray-600);
    --text-on-dark: var(--gray-200);
    --text-muted-dark: var(--gray-400);
    --border: var(--gray-200);
    --border-dark: var(--gray-700);
}

/* Alias resuelta a nivel body (NO en :root, donde se computaría antes de heredar --brand-color de .marca-*) */
body.page-brand { --brand: var(--brand-color); }
[class*="marca-"] { --brand-text: var(--brand-color); }

/* ==========================================================================
   Colores por marca
   ========================================================================== */
/* Arçelik */
.marca-beko {
    --brand-color: #037cc2;
    --brand-dark: #0269a4;
    --brand-rgb: 3, 124, 194;
    --brand-light: #f2f8fc;
}
.marca-hitachi {
    --brand-color: #cc0022;
    --brand-dark: #ad001c;
    --brand-rgb: 204, 0, 34;
    --brand-light: #fcf2f4;
}

/* BDR Thermea Group */
.marca-baxi {
    --brand-color: #24366e;
    --brand-dark: #1e2d5d;
    --brand-rgb: 36, 54, 110;
    --brand-light: #f4f5f8;
}
.marca-remeha {
    --brand-color: #EBC000;
    --brand-dark: #C9A400;
    --brand-rgb: 235, 192, 0;
    --brand-light: #fdfaed;
}

/* Grupo BSH */
.marca-bosch {
    --brand-color: #ed0007;
    --brand-dark: #c90005;
    --brand-rgb: 237, 0, 7;
    --brand-light: #fef2f2;
}
.marca-gaggenau {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-neff {
    --brand-color: #b10035;
    --brand-dark: #96002d;
    --brand-rgb: 177, 0, 53;
    --brand-light: #fbf2f5;
}
.marca-siemens {
    --brand-color: #2a8380;
    --brand-dark: #236f6c;
    --brand-rgb: 42, 131, 128;
    --brand-light: #f4f9f9;
}
.marca-worcester {
    --brand-color: #00416E;
    --brand-dark: #003459;
    --brand-rgb: 0, 65, 110;
    --brand-light: #f2f6f8;
}

/* Carrier */
.marca-beretta {
    --brand-color: #6e7600;
    --brand-dark: #5c6300;
    --brand-rgb: 110, 118, 0;
    --brand-light: #f7f8f2;
}
.marca-carrier {
    --brand-color: #152c73;
    --brand-dark: #0e2060;
    --brand-rgb: 21, 44, 115;
    --brand-light: #f3f4f8;
}
.marca-riello {
    --brand-color: #e12121;
    --brand-dark: #7d1917;
    --brand-rgb: 225, 33, 33;
    --brand-light: #fdf2f2;
}
.marca-viessmann {
    --brand-color: #d63514;
    --brand-dark: #a71c00;
    --brand-rgb: 214, 53, 20;
    --brand-light: #fdf4f3;
}

/* Electrolux Group */
.marca-aeg {
    --brand-color: #c80028;
    --brand-dark: #aa0022;
    --brand-rgb: 200, 0, 40;
    --brand-light: #fcf2f4;
}
.marca-electrolux {
    --brand-color: #011e41;
    --brand-dark: #001937;
    --brand-rgb: 1, 30, 65;
    --brand-light: #f2f4f5;
}
.marca-zanussi {
    --brand-color: #f9e02f;
    --brand-dark: #d4be28;
    --brand-text: #867719;
    --brand-rgb: 249, 224, 47;
    --brand-light: #fefce8;
}

/* Hisense Europe */
.marca-asko {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-gorenje {
    --brand-color: #5a6870;
    --brand-dark: #4c585f;
    --brand-rgb: 90, 104, 112;
    --brand-light: #f7f7f8;
}
.marca-hisense {
    --brand-color: #038487;
    --brand-dark: #027072;
    --brand-rgb: 3, 132, 135;
    --brand-light: #f2f9f9;
}

/* Whirlpool Corporation */
.marca-whirlpool {
    --brand-color: #F5BC00;
    --brand-dark: #D4A300;
    --brand-rgb: 245, 188, 0;
    --brand-light: #faf8f2;
}
.marca-hotpoint {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-indesit {
    --brand-color: #037eb6;
    --brand-dark: #026b9a;
    --brand-rgb: 3, 126, 182;
    --brand-light: #f2f8fb;
}

/* Haier Group */
.marca-candy {
    --brand-color: #414047;
    --brand-dark: #37363c;
    --brand-rgb: 65, 64, 71;
    --brand-light: #f5f5f6;
}
.marca-haier {
    --brand-color: #005aaa;
    --brand-dark: #004c90;
    --brand-rgb: 0, 90, 170;
    --brand-light: #f2f7fb;
}
.marca-hoover {
    --brand-color: #dd052b;
    --brand-dark: #bb0424;
    --brand-rgb: 221, 5, 43;
    --brand-light: #fdf2f4;
}

/* Midea Group */
.marca-midea {
    --brand-color: #0a79b7;
    --brand-dark: #086ea8;
    --brand-rgb: 10, 121, 183;
    --brand-light: #f2f8fb;
}
.marca-toshiba {
    --brand-color: #e61e1e;
    --brand-dark: #c41a1a;
    --brand-rgb: 230, 30, 30;
    --brand-light: #fef2f2;
}

/* Arbonia Group */
.marca-kermi {
    --brand-color: #6b7a1d;
    --brand-dark: #566419;
    --brand-rgb: 107, 122, 29;
    --brand-light: #f7f8f3;
}
.marca-vasco {
    --brand-color: #28282a;
    --brand-dark: #1a1a1c;
    --brand-rgb: 40, 40, 42;
    --brand-light: #f4f4f4;
}

/* Heating brands */
.marca-vaillant {
    --brand-color: #005949;
    --brand-dark: #004b3e;
    --brand-rgb: 0, 89, 73;
    --brand-light: #f2f7f6;
}
.marca-saunier-duval {
    --brand-color: #000c03;
    --brand-dark: #000a02;
    --brand-rgb: 0, 12, 3;
    --brand-light: #f2f3f2;
}
.marca-ideal-heating {
    --brand-color: #3A4C0C;
    --brand-dark: #303F0A;
    --brand-rgb: 58, 76, 12;
    --brand-light: #f5f6f3;
}
.marca-gledhill {
    --brand-color: #8A0019;
    --brand-dark: #700014;
    --brand-rgb: 138, 0, 25;
    --brand-light: #f9f2f4;
}
.marca-keston {
    --brand-color: #264D10;
    --brand-dark: #1F400D;
    --brand-rgb: 38, 77, 16;
    --brand-light: #f4f6f3;
}
.marca-acv {
    --brand-color: #8A001A;
    --brand-dark: #700015;
    --brand-rgb: 138, 0, 26;
    --brand-light: #f9f2f4;
}
.marca-daikin {
    --brand-color: #037dbc;
    --brand-dark: #026a9f;
    --brand-rgb: 3, 125, 188;
    --brand-light: #f2f8fc;
}
.marca-fujitsu {
    --brand-color: #ee0303;
    --brand-dark: #ca0202;
    --brand-rgb: 238, 3, 3;
    --brand-light: #fef2f2;
}
.marca-mitsubishi-electric {
    --brand-color: #A8000E;
    --brand-dark: #86000B;
    --brand-rgb: 168, 0, 14;
    --brand-light: #fbf2f3;
}
.marca-thermor {
    --brand-color: #d13a23;
    --brand-dark: #b1311d;
    --brand-rgb: 209, 58, 35;
    --brand-light: #fdf5f4;
}
.marca-panasonic {
    --brand-color: #1a1a1a;
    --brand-dark: #161616;
    --brand-rgb: 26, 26, 26;
    --brand-light: #f3f3f3;
}

/* Ferroli */
.marca-ferroli {
    --brand-color: #F97501;
    --brand-dark: #D46400;
    --brand-rgb: 249, 117, 1;
    --brand-light: #fef5ed;
}

/* Otras marcas */
.marca-ariston {
    --brand-color: #c41230;
    --brand-dark: #a60f28;
    --brand-rgb: 196, 18, 48;
    --brand-light: #fcf3f4;
}
.marca-franke {
    --brand-color: #dd3543;
    --brand-dark: #bb2d38;
    --brand-rgb: 221, 53, 67;
    --brand-light: #fdf5f5;
}
.marca-faber {
    --brand-color: #124734;
    --brand-dark: #0f3c2c;
    --brand-rgb: 18, 71, 52;
    --brand-light: #f3f6f5;
}
.marca-lg {
    --brand-color: #a50034;
    --brand-dark: #8c002c;
    --brand-rgb: 165, 0, 52;
    --brand-light: #faf2f5;
}
.marca-liebherr {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-miele {
    --brand-color: #8c0014;
    --brand-dark: #770011;
    --brand-rgb: 140, 0, 20;
    --brand-light: #f9f2f3;
}
.marca-rangemaster {
    --brand-color: #4A4A4A;
    --brand-dark: #3D3D3D;
    --brand-rgb: 74, 74, 74;
    --brand-light: #f6f6f6;
}
.marca-samsung {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-smeg {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-teka {
    --brand-color: #c8102e;
    --brand-dark: #a50d26;
    --brand-rgb: 200, 16, 46;
    --brand-light: #fcf3f5;
}
.marca-subzero-wolf {
    --brand-color: #151415;
    --brand-dark: #000000;
    --brand-rgb: 21, 20, 21;
    --brand-light: #f3f3f3;
}
.marca-brandt {
    --brand-color: #e41a3c;
    --brand-dark: #c01532;
    --brand-rgb: 228, 26, 60;
    --brand-light: #fdf2f4;
}
.marca-de-dietrich {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-rgb: 0, 0, 0;
    --brand-light: #f2f2f2;
}
.marca-daewoo {
    --brand-color: #236ab3;
    --brand-dark: #1e5a98;
    --brand-rgb: 35, 106, 179;
    --brand-light: #f4f7fb;
}
.marca-immergas {
    --brand-color: #c2451e;
    --brand-dark: #a33a18;
    --brand-rgb: 194, 69, 30;
    --brand-light: #fcf5f3;
}
.marca-sharp {
    --brand-color: #e6000d;
    --brand-dark: #c2000b;
    --brand-rgb: 230, 0, 13;
    --brand-light: #fef2f2;
}
.marca-tcl {
    --brand-color: #CF3F2E;
    --brand-dark: #B5332A;
    --brand-text: #C0392B;
    --brand-rgb: 207, 63, 46;
    --brand-light: #fdf4f3;
}

/* ==========================================================================
   Dark brand overrides — brands with near-black brand-color
   These need lighter treatments when placed on dark backgrounds (hero, footer,
   stats, CTA) so text and elements remain readable.
   ========================================================================== */
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .stat-number span { color: var(--white); }
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .footer-link:hover { color: var(--white); }
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .contact-box {
    background: var(--white);
    color: var(--gray-900);
    border: 2px solid var(--gray-200);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .contact-box h3 { color: var(--gray-900); }
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .contact-box p { color: var(--gray-600); }
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .contact-box .phone { color: var(--gray-900); }
:is(.marca-subzero-wolf,.marca-gaggenau,.marca-de-dietrich,.marca-rangemaster,.marca-samsung,.marca-smeg,.marca-hotpoint,.marca-liebherr,.marca-panasonic,.marca-saunier-duval,.marca-electrolux,.marca-candy,.marca-vasco,.marca-asko) .hero-brand h1 span {
    background: var(--white);
    padding: 0.05em 0.25em;
    border-radius: 0.3em;
}
/* Carrier: dark navy needs white pill on dark hero bg */
.marca-carrier .hero-brand h1 span { background: var(--white); padding: 0.05em 0.25em; border-radius: 0.3em; }

/* ==========================================================================
   Utilidades
   ========================================================================== */
.container { max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
.flex-grow { flex-grow: 1; }
.text-center { text-align: center; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ==========================================================================
   Header
   ========================================================================== */
.header { background: var(--white); box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1); position: sticky; top: 0; z-index: 40; }
.nav { display: flex; justify-content: space-between; align-items: center; height: 4rem; padding: 0 1rem; }
.logo { display: flex; align-items: center; gap: 0.5rem; font-size: 1.25rem; font-weight: 700; color: var(--primary); }
.logo-icon { width: 1.5rem; height: 1.5rem; flex-shrink: 0; }
.logo-brand { color: var(--brand-text); }
.nav-links { display: none; align-items: center; gap: 2rem; }
.nav-link { color: var(--gray-700); font-weight: 500; transition: color 0.15s ease; }
.nav-link:hover { color: var(--brand-text); }

/* Botones */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.5rem; font-weight: 600; border-radius: 0.5rem; border: none; transition: all 0.2s ease; cursor: pointer; }
.btn-primary { background: var(--secondary); color: var(--white); }
.btn-primary:hover { background: var(--secondary-hover); }
.btn-brand { background: var(--brand-color); color: var(--white); }
.btn-brand:hover { background: var(--brand-dark); }
.btn-white { background: var(--white); color: var(--primary); }
.btn-white:hover { background: var(--gray-100); }
.btn-outline { background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--gray-900); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.875rem; }

/* Menu mobile */
.menu-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.5rem; border-radius: 0.375rem; color: var(--gray-700); background: transparent; border: none; }
.menu-btn:hover { color: var(--brand-text); background: var(--gray-100); }
.menu-btn svg { width: 1.5rem; height: 1.5rem; }

.mobile-menu { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.3s ease-out, opacity 0.2s ease-out; }
.mobile-menu.open { max-height: 350px; opacity: 1; }
.mobile-menu-inner { padding: 0.5rem 0.25rem 1rem; border-top: 1px solid var(--gray-100); }
.mobile-link { display: block; padding: 0.75rem; color: var(--gray-700); font-weight: 500; border-radius: 0.375rem; }
.mobile-link:hover { color: var(--brand-text); background: var(--gray-50); }
.mobile-cta { display: block; padding: 0.75rem; background: var(--brand-color); color: var(--white); font-weight: 600; text-align: center; border-radius: 0.375rem; margin-top: 0.75rem; }

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); color: var(--white); padding: 4rem 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(135deg, var(--brand-color) 0%, transparent 60%); opacity: 0.1; pointer-events: none; }
.hero-content { position: relative; z-index: 1; }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-bottom: 1.5rem; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--brand-color); color: var(--white); padding: 0.5rem 1rem; border-radius: 2rem; font-size: 0.875rem; font-weight: 600; }
.hero-location { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); padding: 0.375rem 1rem; border-radius: 2rem; font-size: 0.8125rem; font-weight: 500; margin-bottom: 1rem; margin-left: 0.5rem; color: rgba(255,255,255,0.85); }
.hero h1 { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; line-height: 1.2; }
.hero p { font-size: 1.125rem; color: rgba(255,255,255,0.9); max-width: 42rem; margin: 0 auto 2rem; }
.hero-buttons { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; margin: 0 auto; }
.hero-buttons .btn { width: auto; }

/* ==========================================================================
   Section Dividers
   ========================================================================== */
.section-divider {
    height: 6px;
    background: linear-gradient(90deg, var(--brand-color) 0%, var(--brand-color) 30%, var(--gray-200) 30%, var(--gray-200) 100%);
    position: relative;
}
.section-divider-gray {
    background: linear-gradient(90deg, var(--gray-400) 0%, var(--gray-400) 30%, var(--gray-100) 30%, var(--gray-100) 100%);
}
.section-divider-center {
    background: linear-gradient(90deg, var(--gray-200) 0%, var(--gray-200) 35%, var(--brand-color) 35%, var(--brand-color) 65%, var(--gray-200) 65%, var(--gray-200) 100%);
}

/* Wave Divider */
.wave-divider { height: 30px; background: var(--white); position: relative; overflow: hidden; }
.wave-divider::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30px; background: var(--gray-50); clip-path: ellipse(70% 100% at 50% 100%); }
.wave-divider-reverse { background: var(--gray-50); }
.wave-divider-reverse::before { background: var(--white); clip-path: ellipse(70% 100% at 50% 0%); top: 0; bottom: auto; }

/* Angle Divider */
.angle-divider { height: 80px; background: var(--white); position: relative; overflow: hidden; }
.angle-divider::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 100%; background: var(--gray-50); clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%); }
.angle-divider-reverse { background: var(--gray-50); }
.angle-divider-reverse::before { background: var(--white); clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%); }

/* Dot Divider */
.dot-divider { padding: 2rem 0; background: var(--white); display: flex; justify-content: center; align-items: center; gap: 1rem; }
.dot-divider span { width: 8px; height: 8px; background: var(--gray-300); border-radius: 50%; }
.dot-divider span:nth-child(2) { width: 12px; height: 12px; background: var(--brand-color); }

/* Icon Divider */
.icon-divider { display: flex; align-items: center; justify-content: center; padding: 2rem 0; background: var(--white); }
.icon-divider::before, .icon-divider::after { content: ''; flex: 1; max-width: 200px; height: 2px; background: linear-gradient(90deg, transparent, var(--gray-300)); }
.icon-divider::after { background: linear-gradient(90deg, var(--gray-300), transparent); }
.icon-divider-icon { width: 50px; height: 50px; background: var(--brand-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--white); margin: 0 1.5rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding: 4rem 0; }
.section-white { background: var(--white); }
.section-gray { background: var(--gray-50); }
.section-header { margin-bottom: 2rem; }
.section-gray .section-header { margin-bottom: 1.5rem; }
.section-gray { padding-top: 2.5rem; }
.section-label { display: inline-block; color: var(--brand-text); font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.section-title { font-size: 1.75rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.75rem; position: relative; }
.section-title-underline::after { content: ''; display: block; width: 60px; height: 4px; background: var(--brand-color); margin: 1rem auto 0; border-radius: 2px; }
.section-subtitle { color: var(--gray-600); font-size: 1rem; max-width: 42rem; margin: 0 auto; }

/* ==========================================================================
   Services Grid (for index.html - 4 service cards)
   ========================================================================== */
.services-grid, .appliances-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

.service-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 1rem; padding: 1.5rem; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; box-sizing: border-box; flex: 0 0 calc(50% - 0.5rem); width: calc(50% - 0.5rem); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--brand-color); transform: scaleX(0); transition: transform 0.3s ease; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { border-color: var(--brand-color); box-shadow: 0 10px 40px rgb(0 0 0 / 0.1); transform: translateY(-4px); }
.service-img { width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: 0.75rem; margin-bottom: 1.25rem; background: var(--gray-50); }
.service-title { font-size: 1.125rem; font-weight: 600; color: var(--gray-900); margin-bottom: 0.5rem; }
.service-desc { font-size: 0.875rem; color: var(--gray-600); }

/* ==========================================================================
   CTA Intermedio
   ========================================================================== */
.cta-intermedio { background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); padding: 1.25rem 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; text-align: center; }
.cta-intermedio-text { color: var(--white); font-size: 1.125rem; font-weight: 600; }
.cta-intermedio-phone { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); color: var(--brand-text); padding: 0.625rem 1.25rem; border-radius: 2rem; font-weight: 700; font-size: 1rem; transition: all 0.2s ease; }
.cta-intermedio-phone:hover { background: var(--gray-100); transform: scale(1.02); }

.cta-intermedio-box { background: var(--white); border: 2px solid var(--brand-color); border-radius: 1rem; padding: 1.5rem 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; text-align: center; margin: 2rem auto; max-width: 600px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
.cta-intermedio-box-icon { display: flex; align-items: center; gap: 0.5rem; font-size: 1.5rem; }
.cta-intermedio-box-text { color: var(--gray-900); font-size: 1.125rem; font-weight: 600; }
.cta-intermedio-box-phone { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--brand-color); color: var(--white); padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 700; font-size: 1rem; transition: all 0.2s ease; }
.cta-intermedio-box-phone:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }

@media (min-width: 640px) {
    .cta-intermedio { flex-direction: row; padding: 1rem 2rem; }
}

/* ==========================================================================
   Features Grid
   ========================================================================== */
.features-grid { display: grid; gap: 2rem; }
.feature-item { display: flex; gap: 1.25rem; padding: 1.5rem; background: var(--white); border-radius: 1rem; border: 1px solid var(--gray-200); transition: all 0.3s ease; }
.feature-item:hover { border-color: var(--brand-color); box-shadow: 0 4px 20px rgb(0 0 0 / 0.08); }
.feature-icon { flex-shrink: 0; width: 3.5rem; height: 3.5rem; background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); color: var(--white); border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
.feature-content h3 { font-size: 1.125rem; font-weight: 600; color: var(--gray-900); margin-bottom: 0.5rem; }
.feature-content p { font-size: 0.9375rem; color: var(--gray-600); line-height: 1.6; }

/* ==========================================================================
   Derecho a Reparar Section
   ========================================================================== */
.derecho-reparar-section { background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-top: 4px solid #16a34a; border-bottom: 4px solid #16a34a; }
.derecho-reparar-content { max-width: 56rem; margin: 0 auto; }
.derecho-reparar-header { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.5rem; }
.derecho-reparar-icon { width: 3.5rem; height: 3.5rem; min-width: 3.5rem; aspect-ratio: 1; flex-shrink: 0; background: #16a34a; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--white); box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3); }
.derecho-reparar-title { font-size: 1.5rem; font-weight: 700; color: #166534; }
.derecho-reparar-argumento { text-align: center; color: var(--gray-900); font-size: 1.25rem; font-weight: 500; line-height: 1.5; margin-bottom: 1.5rem; }
.argumento-marca { color: var(--brand-text); font-weight: 700; }
.derecho-reparar-intro { text-align: center; color: #166534; font-size: 1.0625rem; line-height: 1.7; margin-bottom: 2rem; }
.derecho-reparar-grid { display: grid; gap: 1rem; }
.derecho-reparar-item { display: flex; align-items: flex-start; gap: 1rem; background: var(--white); padding: 1.25rem; border-radius: 0.75rem; border: 1px solid #bbf7d0; }
.derecho-reparar-item-icon { flex-shrink: 0; width: 2.5rem; height: 2.5rem; background: #dcfce7; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: #16a34a; }
.derecho-reparar-item h3 { font-size: 1rem; font-weight: 600; color: #166534; margin-bottom: 0.25rem; }
.derecho-reparar-item p { font-size: 0.875rem; color: #4d7c0f; line-height: 1.5; }

@media (min-width: 640px) {
    .derecho-reparar-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================================================
   Stats Section
   ========================================================================== */
.stats-section { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); padding: 3rem 0; position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(135deg, var(--brand-color) 0%, transparent 50%); opacity: 0.1; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; position: relative; z-index: 1; }
.stat-item { text-align: center; color: var(--white); }
.stat-number { font-size: 2.5rem; font-weight: 700; color: var(--white); line-height: 1; margin-bottom: 0.5rem; }
.stat-number span { color: var(--brand-color); }
.stat-label { font-size: 0.875rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.05em; }

@media (min-width: 640px) {
    .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 3rem; }
}

/* ==========================================================================
   E-E-A-T Section
   ========================================================================== */
.eeat-section { background: var(--white); }
.eeat-content { max-width: 48rem; margin: 0 auto; }
.eeat-content h3 { font-size: 1.25rem; font-weight: 600; color: var(--gray-900); margin: 2rem 0 1rem; padding-left: 1rem; border-left: 4px solid var(--brand-color); }
.eeat-content h3:first-of-type { margin-top: 0; }
.eeat-content p { color: var(--gray-600); line-height: 1.7; margin-bottom: 1rem; }
.eeat-content ul { list-style: none; padding: 0; }
.eeat-content ul li { position: relative; padding-left: 1.75rem; margin-bottom: 0.75rem; color: var(--gray-600); line-height: 1.6; }
.eeat-content ul li::before { content: '\2713'; position: absolute; left: 0; color: var(--brand-text); font-weight: 700; }

/* ==========================================================================
   Zones Section
   ========================================================================== */
.zones-section { background: var(--gray-50); }
.zones-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.zone-link { display: flex; align-items: center; justify-content: center; gap: 0.5rem; background: var(--white); border: 1px solid var(--gray-200); border-radius: 0.75rem; padding: 1.25rem; font-weight: 500; color: var(--gray-700); transition: all 0.2s ease; }
.zone-link:hover { border-color: var(--brand-color); color: var(--brand-text); background: #fef2f2; transform: translateY(-2px); box-shadow: 0 4px 12px rgb(0 0 0 / 0.08); }
.zone-link::before { content: '\1F4CD'; font-size: 1rem; }

/* ==========================================================================
   Marcas Grupo Section
   ========================================================================== */
.marcas-grupo-section { background: var(--white); border-top: 1px solid var(--gray-200); }
.marcas-grupo-intro { text-align: center; color: var(--gray-600); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.marcas-grupo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; justify-content: center; }
.marca-grupo-card { display: flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid var(--gray-200); border-radius: 0.75rem; padding: 1.25rem 1rem; transition: all 0.2s ease; text-align: center; }
.marca-grupo-card:hover { border-color: var(--gray-400); background: var(--gray-50); transform: translateY(-2px); box-shadow: 0 4px 12px rgb(0 0 0 / 0.08); }
.marca-grupo-name { font-size: 1rem; font-weight: 600; line-height: 1.2; color: var(--brand-text); }

@media (min-width: 640px) {
    .marcas-grupo-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    .marcas-grupo-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 180px)); }
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section { background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); color: var(--white); padding: 4rem 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,0.1); border-radius: 50%; }
.cta-section::after { content: ''; position: absolute; bottom: -30%; left: -5%; width: 300px; height: 300px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.cta-content { position: relative; z-index: 1; }
.cta-title { font-size: 1.75rem; font-weight: 700; margin-bottom: 1rem; }
.cta-text { color: rgba(255,255,255,0.9); margin-bottom: 2rem; font-size: 1.125rem; }
.cta-buttons { display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: center; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer { background: var(--gray-900); color: var(--gray-300); padding: 3rem 0 0; }
.footer-grid { display: grid; gap: 2rem; padding-bottom: 2rem; }
.footer-title { color: var(--white); font-size: 1.125rem; font-weight: 600; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
.footer-text { font-size: 0.875rem; line-height: 1.75; }
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.footer-link { transition: color 0.15s ease; }
.footer-link:hover { color: var(--brand-color); }
.footer-contact { display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.footer-contact-item { display: flex; align-items: center; gap: 0.5rem; }
.footer-bottom { border-top: 1px solid var(--gray-800); padding: 1.5rem 0; text-align: center; font-size: 0.875rem; }
.footer-disclaimer { margin-top: 1rem; font-size: 0.75rem; color: var(--gray-400); max-width: 800px; margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Mobile CTA Bar — fixed bottom phone button, visible only on mobile
   ========================================================================== */
.mobile-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 39; background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); padding: 0.75rem 1rem; padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px)); text-align: center; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15); }
.mobile-cta-bar-link { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--white); font-weight: 700; font-size: 1.125rem; }

@media (min-width: 1024px) {
    .mobile-cta-bar { display: none; }
}
@media (max-width: 1023px) {
    .footer-bottom { padding-bottom: 5rem; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 640px) {
    .container { padding: 0 1.5rem; }
    .hero { padding: 5rem 0; }
    .hero h1 { font-size: 2.75rem; }
    .hero-buttons { flex-direction: row; justify-content: center; }
    .hero-buttons .btn { width: auto; }
    .section { padding: 5rem 0; }
    .section-title { font-size: 2rem; }
    /* services-grid: 3 columns at 640px */
    .services-grid .service-card { flex: 0 0 calc(33.333% - 0.667rem); width: calc(33.333% - 0.667rem); }
    /* appliances-grid: 3 columns at 640px */
    .appliances-grid .service-card { flex: 0 0 calc(33.333% - 0.667rem); width: calc(33.333% - 0.667rem); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-number { font-size: 3rem; }
    .zones-grid { grid-template-columns: repeat(3, 1fr); }
    .cta-buttons { flex-direction: row; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
    .hero h1 { font-size: 3rem; }
    .section-title { font-size: 2.25rem; }
    /* services-grid: 4 columns at 768px (only 4 cards) */
    .services-grid .service-card { flex: 0 0 calc(25% - 0.75rem); width: calc(25% - 0.75rem); }
    .zones-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1024px) {
    .nav-links { display: flex; }
    .menu-btn { display: none; }
    .mobile-menu { display: none; }
    .hero h1 { font-size: 3.5rem; }
    .zones-grid { grid-template-columns: repeat(5, 1fr); }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1280px) {
    /* appliances-grid: 4 columns at 1280px (many appliance cards) */
    .appliances-grid .service-card { flex: 0 0 calc(25% - 0.75rem); width: calc(25% - 0.75rem); }
}

/* ==========================================================================
   Homepage — body.page-home
   Unique styles for the corporate homepage (index.html).
   Overrides scoped to body.page-home to avoid conflicts with brand pages.
   ========================================================================== */

/* Skip Link */
.skip-link { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; background: var(--accent); color: #fff; padding: 0.75rem 1.5rem; border-radius: var(--radius-sm); font-weight: 600; z-index: 100; }
.skip-link:focus { position: fixed; left: 1rem; top: 1rem; width: auto; height: auto; overflow: visible; outline: 3px solid var(--accent); outline-offset: 2px; }

/* Topbar */
.topbar { background: var(--bg-dark); color: var(--gray-200); font-size: 0.8125rem; padding: 0.5rem 0; }
.topbar-inner { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.topbar-item { display: flex; align-items: center; gap: 0.375rem; }
.topbar a { color: var(--gray-200); transition: color 0.15s; }
.topbar a:hover { color: #fff; }

/* Header (homepage overrides) */
body.page-home .header { border-bottom: 1px solid var(--gray-200); z-index: 50; }
.header-inner { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; height: 4rem; }
body.page-home .logo { font-size: 1.125rem; color: var(--gray-800); }
body.page-home .logo-icon { width: 2rem; height: 2rem; }
.nav-desktop { display: none; align-items: center; gap: 2rem; }
body.page-home .nav-link { color: var(--gray-600); font-size: 0.9375rem; white-space: nowrap; }
body.page-home .nav-link:hover { color: var(--accent); }

/* Buttons (homepage additions) */
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-hover); }
.btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-lg { padding: 0.875rem 2rem; font-size: 1rem; }
.btn-cta-header { display: none; }

/* Menu toggle */
.menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 0.5rem; background: none; border: none; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--gray-800); border-radius: 1px; transition: transform 0.25s, opacity 0.25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav (homepage) */
.nav-mobile { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-md); padding: 1rem 1.5rem; }
.nav-mobile.is-open { display: block; }
.nav-mobile a { display: block; padding: 0.75rem 0; color: var(--gray-600); font-weight: 500; border-bottom: 1px solid var(--gray-200); font-size: 1rem; }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile a:hover { color: var(--accent); }
.nav-mobile .btn { margin-top: 1rem; width: 100%; text-align: center; }

/* Hero (homepage) */
body.page-home .hero { background: linear-gradient(135deg, var(--bg-dark) 0%, #0f3460 100%); padding: 4rem 1.5rem; }
body.page-home .hero::before { display: none; }
.hero-inner { max-width: 80rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
body.page-home .hero h1 { font-size: clamp(1.75rem, 4vw, 3rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; }
body.page-home .hero p { font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255,255,255,0.8); max-width: 42rem; margin-bottom: 2rem; line-height: 1.7; }
body.page-home .hero-buttons { flex-direction: row; flex-wrap: wrap; margin-bottom: 3rem; }
body.page-home .hero-buttons .btn { width: auto; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 2rem; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: rgba(255,255,255,0.75); }
.trust-icon { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Sections (homepage) */
body.page-home .section { padding: 5rem 1.5rem; }
.section-alt { background: var(--gray-50); }
.section-dark { background: var(--bg-dark); color: var(--gray-200); }
.section-inner { max-width: 80rem; margin: 0 auto; }
body.page-home .section-header { text-align: center; margin-bottom: 3rem; }
body.page-home .section-title { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -0.01em; }
.section-dark .section-title { color: #fff; }
body.page-home .section-subtitle { font-size: 1.0625rem; }
.section-dark .section-subtitle { color: var(--gray-400); }

/* Services grid (homepage — CSS Grid) */
body.page-home .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
body.page-home .service-card { flex: unset; width: auto; padding: 0; text-align: left; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
body.page-home .service-card::before { display: none; }
body.page-home .service-card:hover { border-color: var(--gray-200); transform: translateY(-6px); box-shadow: var(--shadow-lg); }
body.page-home .service-card a { display: block; color: inherit; }
.service-img-wrap { overflow: hidden; background: var(--gray-50); display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; }
body.page-home .service-card img { width: 100%; max-width: 300px; height: auto; aspect-ratio: 1/1; object-fit: cover; transition: transform 0.3s ease; border-radius: 0; margin-bottom: 0; background: none; }
body.page-home .service-card:hover img { transform: scale(1.05); }
body.page-home .service-card figcaption { padding: 1rem 1.25rem; font-weight: 600; font-size: 0.9375rem; color: var(--gray-800); text-align: center; border-top: 1px solid var(--gray-200); }

/* Brand cards */
.brands-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.brand-svg-name { text-anchor: middle; font-weight: 800; fill: #1a1a1a; font-family: Inter, system-ui, sans-serif; }
.brand-card { background: var(--white); border: 1px solid var(--gray-200); border-bottom: 3px solid var(--brand-color, var(--gray-200)); border-radius: var(--radius-md); overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.brand-card:hover, .brand-card:focus-within { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); border-color: var(--brand-color, var(--accent)); }
.brand-card a { display: block; color: inherit; }
.brand-img-wrap { display: flex; align-items: center; justify-content: center; padding: 2rem; aspect-ratio: 1/1; background: var(--white); transition: background-color 0.2s ease; }
.brand-card:hover .brand-img-wrap, .brand-card:focus-within .brand-img-wrap { background: var(--gray-50); }
.brand-card img { width: 100%; max-width: 200px; height: auto; aspect-ratio: 1/1; object-fit: contain; }
.brand-card figcaption { padding: 1rem 1.25rem; font-weight: 600; font-size: 0.9375rem; color: var(--gray-800); text-align: center; border-top: 1px solid var(--gray-200); transition: color 0.2s ease, background-color 0.2s ease; }
.brand-card:hover figcaption, .brand-card:focus-within figcaption { color: var(--brand-color, var(--accent)); background: var(--gray-50); }

/* Appliance cards (homepage) */
body.page-home .appliances-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.appliance-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--gray-200); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.appliance-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.appliance-img-wrap { overflow: hidden; background: var(--gray-50); display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; }
.appliance-card img { width: 100%; max-width: 300px; height: auto; aspect-ratio: 1/1; object-fit: cover; transition: transform 0.3s ease; }
.appliance-card:hover img { transform: scale(1.05); }
.appliance-card figcaption { padding: 0.75rem 1rem; text-align: center; border-top: 1px solid var(--gray-200); }
.appliance-card figcaption strong { display: block; font-size: 0.9375rem; color: var(--gray-800); }
.appliance-card figcaption span { display: block; font-size: 0.8125rem; color: var(--gray-600); margin-top: 0.15rem; }

/* Advantages */
.advantages-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.advantage-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; border: 1px solid var(--gray-200); text-align: center; transition: box-shadow 0.2s ease; }
.advantage-card:hover { box-shadow: var(--shadow-md); }
.advantage-icon { width: 3.5rem; height: 3.5rem; margin: 0 auto 1.25rem; background: var(--accent-light); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.advantage-icon svg { width: 1.75rem; height: 1.75rem; color: var(--accent); }
.advantage-title { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--gray-800); }
.advantage-desc { font-size: 0.9375rem; color: var(--gray-600); line-height: 1.6; }

/* Testimonials */
.testimonials-scroll { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; -webkit-overflow-scrolling: touch; }
.testimonials-scroll::-webkit-scrollbar { height: 6px; }
.testimonials-scroll::-webkit-scrollbar-track { background: var(--gray-200); border-radius: 3px; }
.testimonials-scroll::-webkit-scrollbar-thumb { background: var(--gray-400); border-radius: 3px; }
.testimonial-card { min-width: 300px; max-width: 360px; flex-shrink: 0; scroll-snap-align: start; background: var(--bg-darker); border-radius: var(--radius-lg); padding: 1.75rem; border: 1px solid var(--gray-700); }
.testimonial-stars { color: #fbbf24; font-size: 1.125rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-text { font-size: 0.9375rem; color: var(--gray-200); line-height: 1.7; margin-bottom: 1.25rem; }
.testimonial-author { font-weight: 600; font-size: 0.875rem; color: #fff; }
.testimonial-role { font-size: 0.8125rem; color: var(--gray-400); }

/* CTA section (homepage) */
body.page-home .cta-section { background: linear-gradient(135deg, var(--accent) 0%, #1e40af 100%); padding: 4rem 1.5rem; }
body.page-home .cta-section::before, body.page-home .cta-section::after { display: none; }
.cta-inner { max-width: 40rem; margin: 0 auto; text-align: center; }
body.page-home .cta-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: 0.75rem; }
.cta-subtitle { font-size: 1.0625rem; color: rgba(255,255,255,0.85); margin-bottom: 2rem; }
.cta-phone { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 1.5rem; letter-spacing: 0.02em; }
.cta-phone a { color: #fff; }
.cta-phone a:hover { text-decoration: underline; }

/* Footer (homepage) */
body.page-home .footer { background: var(--bg-dark); color: var(--gray-200); padding: 4rem 1.5rem 0; }
.footer-inner { max-width: 80rem; margin: 0 auto; padding: 0 1.5rem; }
body.page-home .footer-grid { margin-bottom: 3rem; }
.footer-heading { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; margin-bottom: 1rem; }
body.page-home .footer-text { color: var(--gray-400); }
body.page-home .footer-link { color: var(--gray-400); }
body.page-home .footer-link:hover { color: #fff; }
body.page-home .footer-bottom { text-align: center; }
.footer-copy { font-size: 0.8125rem; color: var(--gray-400); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-legal a { font-size: 0.8125rem; color: var(--gray-400); transition: color 0.15s; }
.footer-legal a:hover { color: #fff; }
body.page-home .footer-disclaimer { color: var(--gray-400); }
body.page-home .footer-disclaimer strong { color: #ef4444; }

/* Mobile CTA bar (homepage) */
body.page-home .mobile-cta-bar { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%); }

/* Homepage responsive */
@media (min-width: 640px) {
    body.page-home .services-grid { grid-template-columns: repeat(3, 1fr); }
    body.page-home .appliances-grid { grid-template-columns: repeat(3, 1fr); }
    .brands-grid { grid-template-columns: repeat(3, 1fr); }
    .advantages-grid { grid-template-columns: repeat(2, 1fr); }
    body.page-home .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
    body.page-home .appliances-grid { grid-template-columns: repeat(4, 1fr); }
    .advantages-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
    .nav-desktop { display: flex; }
    .btn-cta-header { display: inline-flex; }
    .menu-toggle { display: none; }
    body.page-home .services-grid { grid-template-columns: repeat(4, 1fr); }
    .brands-grid { grid-template-columns: repeat(4, 1fr); }
    body.page-home .footer-grid { grid-template-columns: repeat(3, 1fr); }
    body.page-home .hero { padding: 6rem 1.5rem; }
}
@media (min-width: 1280px) {
    .brands-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
    .appliance-card:hover img,
    body.page-home .service-card:hover img { transform: none; }
}

/* ==========================================================================
   P02 Brand Pages — body.page-brand
   Styles for individual brand landing pages (marcas-index.html).
   Overrides scoped to body.page-brand to avoid conflicts with homepage.
   ========================================================================== */

html { scroll-behavior: smooth; }

/* --- Resets specific to brand pages --- */
body.page-brand { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; background: #fff; color: #1f2937; }
body.page-brand img, body.page-brand svg { height: auto; }
body.page-brand button { border: none; background: none; }
body.page-brand figure { margin: 0; }

/* --- Overrides: elements that exist in main.css but need P02 values --- */
body.page-brand .header { background: var(--bg-primary); z-index: 50; box-shadow: var(--shadow-sm); border-bottom: 1px solid var(--border); }
body.page-brand .logo { font-size: 1.125rem; color: var(--text-primary); }
body.page-brand .logo-icon { width: 2rem; height: 2rem; }
body.page-brand .nav-link { color: var(--text-secondary); font-size: 0.9375rem; white-space: nowrap; }
body.page-brand .nav-link:hover { color: var(--accent); }
body.page-brand .btn { padding: 0.625rem 1.25rem; font-size: 0.9375rem; border-radius: var(--radius-md); transition: background-color 0.15s, color 0.15s; text-decoration: none; }
body.page-brand .btn-brand { background: var(--brand); color: #fff; }
body.page-brand .btn-brand:hover { background: var(--brand-dark); }
.hero-brand .btn-brand { background: #fff; color: var(--brand-text); box-shadow: 0 4px 14px rgba(0,0,0,0.2); }
.hero-brand .btn-brand:hover { background: var(--gray-100); color: var(--brand-dark); }

body.page-brand .section { padding: 4rem 1.5rem; }
body.page-brand .section-header { text-align: center; margin-bottom: 3rem; }
body.page-brand .section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--text-primary); margin-bottom: 0.75rem; }
body.page-brand .section-subtitle { font-size: 1rem; color: var(--text-secondary); max-width: 36rem; margin: 0 auto; }

body.page-brand .brand-card { background: var(--bg-primary); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); border-bottom: 3px solid var(--brand); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1); }
body.page-brand .brand-card figure { margin: 0; }
body.page-brand .brand-card .card-img-wrap { position: relative; overflow: hidden; background: var(--bg-secondary); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; }
body.page-brand .brand-card .card-img-wrap img { width: 100%; max-width: 300px; height: auto; aspect-ratio: 1/1; object-fit: cover; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); }
body.page-brand .brand-card .card-img-wrap::before { content: ''; position: absolute; top: 0; left: -75%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%); transform: skewX(-25deg); z-index: 2; pointer-events: none; opacity: 0; }
body.page-brand .brand-card .card-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 30%, rgba(var(--brand-rgb),0.15) 100%); opacity: 0; transition: opacity 0.35s ease; z-index: 1; pointer-events: none; }
body.page-brand .brand-card figcaption { position: relative; padding: 1rem 1.25rem; font-weight: 600; font-size: 0.9375rem; color: var(--text-primary); text-align: center; border-top: 1px solid var(--border); transition: color 0.3s ease, background-color 0.3s ease; line-height: 1.4; }
body.page-brand .brand-card figcaption span { display: block; font-weight: 400; font-size: 0.8125rem; color: var(--text-secondary); margin-top: 0.125rem; transition: color 0.3s ease; }
body.page-brand .brand-card:hover figcaption span { color: var(--brand); opacity: 0.75; }
body.page-brand .brand-card figcaption::after { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand), rgba(var(--brand-rgb),0.75)); transform: scaleX(0); transform-origin: left; transition: transform 0.45s cubic-bezier(0.4,0,0.2,1); }
body.page-brand .brand-card:hover, body.page-brand .brand-card:focus-within { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(var(--brand-rgb),0.18), 0 8px 20px rgba(0,0,0,0.08); }
body.page-brand .brand-card:hover .card-img-wrap img { transform: scale(1.08); }
body.page-brand .brand-card:hover .card-img-wrap::before { opacity: 1; animation: shimmer 0.75s 0.1s ease-out forwards; }
body.page-brand .brand-card:hover .card-img-wrap::after { opacity: 1; }
body.page-brand .brand-card:hover figcaption { color: var(--brand); background: var(--brand-light); }
body.page-brand .brand-card:hover figcaption::after { transform: scaleX(1); }
@keyframes shimmer { 0% { left: -75%; } 100% { left: 150%; } }

body.page-brand .cta-section { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; padding: 4rem 1.5rem; text-align: center; }
body.page-brand .cta-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin-bottom: 0.75rem; }
body.page-brand .cta-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

body.page-brand .footer { background: var(--bg-dark); color: var(--text-on-dark); padding: 3rem 1.5rem 0; }
body.page-brand .footer-grid { grid-template-columns: 1fr; margin-bottom: 2rem; }
body.page-brand .footer-text { color: var(--text-muted-dark); line-height: 1.7; }
body.page-brand .footer-links { gap: 0.5rem; }
body.page-brand .footer-link { color: var(--text-muted-dark); }
body.page-brand .footer-link:hover { color: #fff; }
body.page-brand .footer-bottom { border-top: 1px solid var(--border-dark); padding: 1.25rem 0; text-align: center; }
body.page-brand .footer-disclaimer { color: var(--text-muted-dark); margin-top: 0.75rem; line-height: 1.6; border-top: 1px solid var(--border-dark); padding-top: 0.75rem; }
body.page-brand .footer-disclaimer strong { color: #ef4444; }
body.page-brand .mobile-cta-bar { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); }

/* Zanussi: bright yellow needs dark bg instead of light bg for contrast */
body.marca-zanussi .hero-brand h1 span { background: var(--gray-900); color: #f9e02f; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-zanussi .cta-section { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .cta-section .btn[style] { background: var(--brand-color) !important; color: var(--gray-900) !important; }
body.marca-zanussi .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .cta-intermedio-box-phone { background: var(--gray-900); }
body.marca-zanussi .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-zanussi .btn-cta-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .btn-cta-brand:hover { background: var(--brand-dark); }
body.marca-zanussi .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .btn-brand:hover { background: var(--brand-dark); }
body.marca-zanussi .hero-brand .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .hero-brand .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-zanussi .brand-highlight { background: var(--gray-900); color: #f9e02f; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-zanussi .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .contact-box .btn { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .contact-box .btn:hover { background: var(--brand-dark); }
body.marca-zanussi .parallax-tag { background: #f9e02f; color: var(--gray-900); }
.marca-grupo-card.marca-zanussi { background: #f9e02f; border-color: #f9e02f; }
.marca-grupo-card.marca-zanussi .marca-grupo-name { color: var(--gray-900); }
.marca-grupo-card.marca-zanussi:hover { background: #d4be28; border-color: #d4be28; }

/* Faber: dark green needs white bg with brand-colored text for contrast */
body.marca-faber .hero-brand h1 span { background: var(--white); color: #124734; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-faber .cta-section { background: linear-gradient(135deg, var(--brand-color) 0%, var(--brand-dark) 100%); color: var(--white); }
body.marca-faber .cta-section h2,
body.marca-faber .cta-section p { color: var(--white); }
body.marca-faber .cta-section .btn[style] { background: var(--white) !important; color: var(--brand-color) !important; }
body.marca-faber .mobile-cta-bar { background: linear-gradient(135deg, var(--white) 0%, var(--gray-100) 100%); }
body.marca-faber .cta-intermedio { background: linear-gradient(135deg, var(--white) 0%, var(--gray-100) 100%); color: var(--gray-900); }
body.marca-faber .cta-intermedio h2,
body.marca-faber .cta-intermedio p { color: var(--gray-900); }
body.marca-faber .cta-intermedio-box-phone { background: var(--brand-color); color: var(--white); }
body.marca-faber .cta-intermedio-box-phone:hover { background: var(--brand-dark); }
body.marca-faber .btn-cta-brand { background: var(--brand-color); color: var(--white); }
body.marca-faber .btn-cta-brand:hover { background: var(--brand-dark); }
body.marca-faber .btn-brand { background: var(--brand-color); color: var(--white); }
body.marca-faber .btn-brand:hover { background: var(--brand-dark); }
body.marca-faber .hero-brand .btn-brand { background: var(--brand-color); color: var(--white); }
body.marca-faber .hero-brand .btn-brand:hover { background: var(--brand-dark); color: var(--white); }
body.marca-faber .brand-highlight { background: var(--white); color: #124734; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-faber .contact-box { background: linear-gradient(135deg, var(--white) 0%, var(--gray-100) 100%); color: var(--gray-900); border: 2px solid var(--gray-200); }
body.marca-faber .contact-box h3 { color: var(--gray-900); }
body.marca-faber .contact-box p { color: var(--gray-600); }
body.marca-faber .contact-box .phone { color: var(--gray-900); }
body.marca-faber .contact-box .btn { background: var(--brand-color); color: var(--white); }
body.marca-faber .contact-box .btn:hover { background: var(--brand-dark); }
body.marca-faber .parallax-tag { background: var(--white); color: #124734; }

/* Remeha: bright yellow needs dark bg instead of light bg for contrast */
body.marca-remeha .hero-brand h1 span { background: var(--gray-900); color: #EBC000; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-remeha .cta-section { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .cta-section .btn[style] { background: var(--brand-color) !important; color: var(--gray-900) !important; }
body.marca-remeha .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .cta-intermedio-box-phone { background: var(--gray-900); }
body.marca-remeha .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-remeha .btn-cta-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .btn-cta-brand:hover { background: var(--brand-dark); }
body.marca-remeha .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .btn-brand:hover { background: var(--brand-dark); }
body.marca-remeha .hero-brand .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .hero-brand .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-remeha .brand-highlight { background: var(--gray-900); color: #EBC000; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-remeha .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .contact-box .btn { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .contact-box .btn:hover { background: var(--brand-dark); }
body.marca-remeha .parallax-tag { background: #EBC000; color: var(--gray-900); }
.marca-grupo-card.marca-remeha { background: #EBC000; border-color: #EBC000; }
.marca-grupo-card.marca-remeha .marca-grupo-name { color: var(--gray-900); }
.marca-grupo-card.marca-remeha:hover { background: #C9A400; border-color: #C9A400; }

/* Ferroli: bright orange needs dark bg instead of light bg for contrast */
body.marca-ferroli .hero-brand h1 span { background: var(--gray-900); color: #F97501; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-ferroli .cta-section { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .cta-section .btn[style] { background: var(--brand-color) !important; color: var(--gray-900) !important; }
body.marca-ferroli .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .cta-intermedio-box-phone { background: var(--gray-900); }
body.marca-ferroli .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-ferroli .btn-cta-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .btn-cta-brand:hover { background: var(--brand-dark); }
body.marca-ferroli .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .btn-brand:hover { background: var(--brand-dark); }
body.marca-ferroli .hero-brand .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .hero-brand .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-ferroli .brand-highlight { background: var(--gray-900); color: #F97501; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-ferroli .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .contact-box .btn { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .contact-box .btn:hover { background: var(--brand-dark); }
body.marca-ferroli .parallax-tag { background: #F97501; color: var(--gray-900); }

/* Whirlpool: bright yellow needs dark bg instead of light bg for contrast */
body.marca-whirlpool .hero-brand h1 span { background: var(--gray-900); color: #F5BC00; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-whirlpool .cta-section { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .cta-section .btn[style] { background: var(--brand-color) !important; color: var(--gray-900) !important; }
body.marca-whirlpool .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .cta-intermedio-box-phone { background: var(--gray-900); }
body.marca-whirlpool .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-whirlpool .btn-cta-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .btn-cta-brand:hover { background: var(--brand-dark); }
body.marca-whirlpool .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .btn-brand:hover { background: var(--brand-dark); }
body.marca-whirlpool .hero-brand .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .hero-brand .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-whirlpool .brand-highlight { background: var(--gray-900); color: #F5BC00; padding: 0.05em 0.25em; border-radius: 0.3em; }
body.marca-whirlpool .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .contact-box .btn { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .contact-box .btn:hover { background: var(--brand-dark); }
body.marca-whirlpool .parallax-tag { background: #F5BC00; color: var(--gray-900); }
.marca-grupo-card.marca-whirlpool { background: #F5BC00; border-color: #F5BC00; }
.marca-grupo-card.marca-whirlpool .marca-grupo-name { color: var(--gray-900); }
.marca-grupo-card.marca-whirlpool:hover { background: #D4A300; border-color: #D4A300; }

/* --- Unique P02 components --- */

/* Breadcrumb */
.breadcrumb { background: var(--bg-secondary); padding: 0.75rem 1.5rem; border-bottom: 1px solid var(--border); }
.breadcrumb-inner { max-width: 80rem; margin: 0 auto; font-size: 0.875rem; color: var(--text-secondary); display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--accent); }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb-sep { color: var(--text-muted-dark); }

/* Hero Brand */
.hero-brand { background: linear-gradient(135deg, var(--bg-dark) 0%, #0f3460 100%); color: #fff; padding: 4rem 1.5rem; position: relative; overflow: hidden; }
.hero-brand::before { content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 200%; background: radial-gradient(circle, rgba(var(--brand-rgb),0.08) 0%, transparent 70%); pointer-events: none; }
.hero-brand-inner { max-width: 80rem; margin: 0 auto; position: relative; z-index: 1; display: flex; align-items: center; gap: 3rem; }
.hero-brand-content { flex: 1; min-width: 0; }
.hero-brand-visual { display: none; flex-shrink: 0; width: 320px; }
.hero-brand-visual img { width: 100%; height: auto; border-radius: var(--radius-lg); box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.08); }
.hero-brand-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(22,163,74,0.15); border: 1px solid rgba(22,163,74,0.3); padding: 0.375rem 1rem; border-radius: 2rem; font-size: 0.8125rem; font-weight: 600; margin-bottom: 1.5rem; color: #86efac; }
.hero-brand h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
.hero-brand h1 span { color: var(--brand); }
.hero-brand-desc { font-size: 1.0625rem; color: rgba(255,255,255,0.8); max-width: 40rem; margin-bottom: 2rem; line-height: 1.7; }
.hero-brand-buttons { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Brand Grid (P02 — different from .brands-grid on homepage) */
.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

/* Parallax Showcase */
.parallax-section { background: #fff; padding: 4rem 1.5rem; overflow: hidden; border-bottom: 3px solid var(--brand-light); }
.parallax-section .section-inner { max-width: 80rem; margin: 0 auto; }
.parallax-row { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; padding: 2.5rem 0; border-bottom: 1px solid var(--border); }
.parallax-row:last-child { border-bottom: none; }
.parallax-row-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; width: 100%; max-width: 620px; flex-shrink: 0; }
.parallax-row-imgs--single { grid-template-columns: 1fr; max-width: 300px; }
.parallax-row-img { position: relative; aspect-ratio: 1/1; border-radius: var(--radius-lg); overflow: hidden; max-width: 300px; margin: 0 auto; border: 1px solid var(--border); }
.parallax-row-img img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.parallax-row-img::after { content: ''; position: absolute; inset: 0; border-radius: var(--radius-lg); box-shadow: inset 0 0 0 1px rgba(var(--brand-rgb),0.06); pointer-events: none; }
.parallax-row-img figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.625rem 0.625rem; font-size: 0.75rem; font-weight: 600; color: #fff; background: linear-gradient(0deg, rgba(var(--brand-rgb),0.85) 0%, transparent 100%); z-index: 1; text-align: center; line-height: 1.4; }
.parallax-row-img figcaption span { display: block; font-weight: 400; font-size: 0.6875rem; opacity: 0.85; }
.parallax-row-text { text-align: center; }
.parallax-row-text h3 { font-size: clamp(1.25rem, 2.5vw, 1.625rem); font-weight: 800; color: var(--text-primary); margin-bottom: 0.5rem; }
.parallax-row-text p { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.7; max-width: 28rem; margin: 0 auto; }
.parallax-row-text .parallax-tag { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-dark); background: var(--brand-light); padding: 0.25rem 0.75rem; border-radius: 2rem; margin-bottom: 0.75rem; }
.parallax-cta { background: var(--bg-dark); padding: 2.5rem 1.5rem; text-align: center; }
.parallax-cta-inner { max-width: 52rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.parallax-cta h4 { font-size: clamp(1.125rem, 2.5vw, 1.5rem); font-weight: 800; line-height: 1.3; color: #f9fafb; }
.parallax-cta p { font-size: 0.9375rem; line-height: 1.6; max-width: 36rem; color: #9ca3af; }
.parallax-cta .btn { margin-top: 0.25rem; font-size: 1rem; padding: 0.875rem 2rem; font-weight: 700; box-shadow: 0 4px 14px rgba(0,0,0,0.2); transition: background 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.parallax-cta .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); }
/* Aliases — reutilizan btn-brand / btn-outline-light para HTML generado existente */
.btn-cta-brand { background: var(--brand); color: #fff; }
.btn-cta-brand:hover { background: var(--brand-dark); }
.btn-cta-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.btn-cta-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* Technology Section */
.tech-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.tech-card { background: var(--bg-primary); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; }
.tech-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.tech-card-header { display: flex; align-items: center; gap: 0.75rem; padding: 1.25rem 1.5rem; background: var(--brand-light); border-bottom: 1px solid var(--border); }
.tech-card-icon { width: 2.25rem; height: 2.25rem; flex-shrink: 0; background: var(--brand); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.tech-card-icon svg { width: 1.25rem; height: 1.25rem; color: #fff; }
.tech-card-title { font-weight: 800; font-size: 1.0625rem; color: var(--text-primary); }
.tech-card-body { padding: 1.25rem 1.5rem; }
.tech-card-intro { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.7; margin-bottom: 1rem; }
.tech-list { display: flex; flex-direction: column; gap: 0.75rem; }
.tech-item { display: flex; gap: 0.75rem; align-items: baseline; }
.tech-badge { display: inline-block; background: var(--bg-dark); color: #fff; font-size: 0.6875rem; font-weight: 700; padding: 0.25rem 0.625rem; border-radius: 2rem; white-space: nowrap; flex-shrink: 0; letter-spacing: 0.03em; text-transform: uppercase; }
.tech-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.6; }

/* Coverage Towns */
.towns-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; align-items: stretch; }
.town-card { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.25rem; background: var(--bg-primary); border: 1px solid var(--border); border-left: 3px solid var(--brand); border-radius: var(--radius-md); transition: box-shadow 0.2s ease, transform 0.2s ease; height: 100%; }
.town-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.town-pin { width: 2rem; height: 2rem; flex-shrink: 0; background: var(--brand-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.town-pin svg { width: 1rem; height: 1rem; color: var(--brand); }
.town-info { display: flex; flex-direction: column; }
.town-name { font-weight: 600; font-size: 0.9375rem; color: var(--text-primary); }
.town-sub { font-size: 0.8125rem; color: var(--text-secondary); }

/* Map Section */
.map-wrap { max-width: 34rem; margin: 0 auto; }
.map-wrap svg { width: 100%; height: auto; }
.map-label { font-family: Inter, system-ui, sans-serif; font-size: 11px; font-weight: 600; fill: #d1d5db; }
.map-label-main { font-size: 14px; font-weight: 800; fill: var(--brand); }
.map-legend { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin-top: 2rem; font-size: 0.8125rem; color: var(--text-muted-dark); }
.map-legend-item { display: flex; align-items: center; gap: 0.5rem; }
.map-legend-dot { width: 10px; height: 10px; border-radius: 50%; }
.map-legend-dot--hub { background: var(--brand); }
.map-legend-dot--area { background: rgba(var(--brand-rgb),0.65); }

/* FAQ / Error Q&A — two-column layout */
.faq-columns { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.faq-card-header { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.25rem; background: var(--brand-light); border: 1px solid var(--border); border-bottom: none; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.faq-card-title { font-weight: 800; font-size: 1.0625rem; color: var(--text-primary); }
.faq-grid { border: 1px solid var(--border); border-radius: 0 0 var(--radius-lg) var(--radius-lg); padding: 0 1.25rem; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.25rem 0; }
.faq-item:last-child { border-bottom: none; }
.faq-question { font-weight: 700; font-size: 0.9375rem; color: var(--text-primary); margin-bottom: 0.5rem; }
.faq-answer { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.7; }

/* Related Brands */
.related-brands { display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: 1rem; }

/* --- P02 Zone Page Components --- */
.content-wrap { max-width: 52rem; margin: 0 auto; }
.content-wrap h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--text-primary); margin-bottom: 0.75rem; }
.content-wrap h3 { font-size: 1.25rem; font-weight: 700; color: var(--text-primary); margin: 2.5rem 0 1rem; }
.content-wrap p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 1rem; }
.content-wrap strong { color: var(--text-primary); }
.content-wrap ul { margin: 1rem 0 1.5rem; }
.content-wrap li { color: var(--text-secondary); margin-bottom: 0.625rem; padding-left: 1.5rem; position: relative; line-height: 1.7; }
.content-wrap li::before { content: ''; position: absolute; left: 0; top: 0.55rem; width: 8px; height: 8px; background: var(--brand); border-radius: 50%; }

.areas-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin: 1.5rem 0 2rem; }
.area-card { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; background: var(--bg-primary); border: 1px solid var(--border); border-left: 3px solid var(--brand); border-radius: var(--radius-md); transition: box-shadow 0.2s, transform 0.2s; }
.area-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.area-pin { width: 2.25rem; height: 2.25rem; flex-shrink: 0; background: var(--brand-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.area-pin svg { width: 1.125rem; height: 1.125rem; color: var(--brand); }
.area-info { flex: 1; }
.area-name { font-weight: 700; font-size: 0.9375rem; color: var(--text-primary); margin-bottom: 0.25rem; }
.area-desc { font-size: 0.8125rem; color: var(--text-secondary); line-height: 1.5; }

body.page-brand .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0 2rem; }
.service-item { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.25rem; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: var(--radius-md); transition: border-color 0.2s; }
.service-item:hover { border-color: var(--brand); }
.service-icon { width: 2rem; height: 2rem; flex-shrink: 0; color: var(--brand); }
.service-name { font-weight: 600; font-size: 0.9375rem; color: var(--text-primary); }

.contact-box { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; border-radius: var(--radius-lg); padding: 2rem; margin: 2.5rem 0; text-align: center; }
.contact-box h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 0.5rem; color: #fff; }
.contact-box h3::before { content: none; }
.contact-box p { color: rgba(255,255,255,0.9); margin-bottom: 1.25rem; }
.contact-box .btn { background: #fff; color: var(--brand); font-weight: 700; }
.contact-box .btn:hover { background: #f0f0f0; }

.related-zones { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.related-zones h3 { margin-top: 0; }
.related-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.related-link { display: flex; align-items: center; gap: 0.375rem; padding: 0.5rem 1rem; background: var(--bg-secondary); border: 1px solid var(--border); border-left: 3px solid var(--brand); border-radius: var(--radius-md); font-weight: 600; font-size: 0.8125rem; color: var(--text-primary); transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s; }
.related-link svg { width: 0.875rem; height: 0.875rem; color: var(--brand); flex-shrink: 0; }
.related-link:hover { border-color: var(--brand); box-shadow: var(--shadow-sm); transform: translateY(-1px); }

.appliances-strip { overflow: hidden; position: relative; }
.appliances-track { display: flex; gap: 1rem; }
.appliance-item { flex: 0 0 calc((100% - 1rem) / 2); position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); border-bottom: 3px solid var(--brand); transition: transform 0.3s, box-shadow 0.3s; }
.appliance-item:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(var(--brand-rgb),0.15); }
.appliance-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.appliance-item figcaption { padding: 0.75rem; text-align: center; font-weight: 600; font-size: 0.8125rem; color: var(--text-primary); background: var(--bg-primary); border-top: 1px solid var(--border); line-height: 1.3; }
.appliance-item figcaption span { display: block; font-weight: 400; font-size: 0.75rem; color: var(--text-secondary); margin-top: 0.125rem; }

/* --- P02 Media Queries --- */
@media (min-width: 640px) {
    .brand-grid { grid-template-columns: repeat(2, 1fr); }
    .towns-grid { grid-template-columns: repeat(2, 1fr); }
    body.page-brand .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .tech-grid { grid-template-columns: repeat(2, 1fr); }
    .areas-grid { grid-template-columns: repeat(2, 1fr); }
    body.page-brand .services-grid { grid-template-columns: repeat(3, 1fr); }
    .appliance-item { flex: 0 0 calc((100% - 2rem) / 3); }
    .related-links { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    .faq-columns { grid-template-columns: repeat(2, 1fr); }
    .brand-grid { grid-template-columns: repeat(3, 1fr); }
    .towns-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-brand-visual { display: block; width: 280px; }
    .hero-brand { padding: 5rem 1.5rem; }
    .parallax-row { flex-direction: row; justify-content: center; gap: 3rem; padding: 3rem 0; }
    .parallax-row-imgs { max-width: 620px; }
    .parallax-row-text { text-align: left; flex: 1; max-width: 28rem; }
    .parallax-row-text p { margin: 0; }
    .parallax-row--right { flex-direction: row-reverse; }
    .parallax-row--right .parallax-row-text { text-align: right; }
    .parallax-row--right .parallax-row-text p { margin-left: auto; }
    .parallax-cta { padding: 3rem 1.5rem; }
    .parallax-cta-inner { flex-direction: row; justify-content: center; gap: 2rem; }
    .parallax-cta-inner p { text-align: left; }
    .parallax-cta .btn { margin-top: 0; white-space: nowrap; align-self: center; }
}
@media (min-width: 1024px) {
    .brand-grid { grid-template-columns: repeat(4, 1fr); }
    .towns-grid { grid-template-columns: repeat(5, 1fr); }
    body.page-brand .footer-grid { grid-template-columns: repeat(4, 1fr); }
    .hero-brand-visual { width: 360px; }
    body.page-brand .services-grid { grid-template-columns: repeat(4, 1fr); }
    .appliance-item { flex: 0 0 calc((100% - 5rem) / 6); }
    .related-links { grid-template-columns: repeat(5, 1fr); }
    .parallax-row { gap: 4rem; }
    .parallax-cta h4 { white-space: nowrap; }
}
@media (max-width: 1023px) {
    body.page-brand .footer-bottom { padding-bottom: 5rem; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; }
    html { scroll-behavior: auto; }
}

