/* ==========================================================================
   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;
   --brand-color: #9A3412; --brand-dark: #7C2D12; --brand-text: #FFFFFF;

   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 */
    /* 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;
}

/* ==========================================================================
   Colores por marca
   ========================================================================== */
/* Arçelik */
body.marca-beko {
    --brand-color: #037cc2;
    --brand-dark: #0269a4;
    --brand-text: #037cc2;
}
body.marca-hitachi {
    --brand-color: #cc0022;
    --brand-dark: #ad001c;
    --brand-text: #cc0022;
}

/* BDR Thermea Group */
body.marca-baxi {
    --brand-color: #24366e;
    --brand-dark: #1e2d5d;
    --brand-text: #24366e;
}
body.marca-remeha {
    --brand-color: #EBC000;
    --brand-dark: #C9A400;
    --brand-text: #EBC000;
}

/* Grupo BSH */
body.marca-bosch {
    --brand-color: #ed0007;
    --brand-dark: #c90005;
    --brand-text: #ed0007;
}
body.marca-gaggenau {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-neff {
    --brand-color: #b10035;
    --brand-dark: #96002d;
    --brand-text: #b10035;
}
body.marca-siemens {
    --brand-color: #2a8380;
    --brand-dark: #236f6c;
    --brand-text: #2a8380;
}
body.marca-worcester {
    --brand-color: #00416E;
    --brand-dark: #003459;
    --brand-text: #00416E;
}

/* Carrier */
body.marca-beretta {
    --brand-color: #6e7600;
    --brand-dark: #5c6300;
    --brand-text: #6e7600;
}
body.marca-carrier {
    --brand-color: #152c73;
    --brand-dark: #0e2060;
    --brand-text: #152c73;
}
body.marca-riello {
    --brand-color: #e12121;
    --brand-dark: #7d1917;
    --brand-text: #e12121;
}
body.marca-viessmann {
    --brand-color: #d63514;
    --brand-dark: #a71c00;
    --brand-text: #d63514;
}

/* Electrolux Group */
body.marca-aeg {
    --brand-color: #c80028;
    --brand-dark: #aa0022;
    --brand-text: #c80028;
}
body.marca-electrolux {
    --brand-color: #011e41;
    --brand-dark: #001937;
    --brand-text: #011e41;
}
body.marca-zanussi {
    --brand-color: #f9e02f;
    --brand-dark: #d4be28;
    --brand-text: #867719;
}

/* Hisense Europe */
body.marca-asko {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-gorenje {
    --brand-color: #5a6870;
    --brand-dark: #4c585f;
    --brand-text: #5a6870;
}
body.marca-hisense {
    --brand-color: #038487;
    --brand-dark: #027072;
    --brand-text: #038487;
}

/* Whirlpool Corporation */
body.marca-whirlpool {
    --brand-color: #F5BC00;
    --brand-dark: #D4A300;
    --brand-text: #F5BC00;
}
body.marca-hotpoint {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-indesit {
    --brand-color: #037eb6;
    --brand-dark: #026b9a;
    --brand-text: #037eb6;
}

/* Haier Group */
body.marca-candy {
    --brand-color: #414047;
    --brand-dark: #37363c;
    --brand-text: #414047;
}
body.marca-haier {
    --brand-color: #005aaa;
    --brand-dark: #004c90;
    --brand-text: #005aaa;
}
body.marca-hoover {
    --brand-color: #dd052b;
    --brand-dark: #bb0424;
    --brand-text: #dd052b;
}

/* Midea Group */
body.marca-midea {
    --brand-color: #0a79b7;
    --brand-dark: #086ea8;
    --brand-text: #0a79b7;
}
body.marca-toshiba {
    --brand-color: #e61e1e;
    --brand-dark: #c41a1a;
    --brand-text: #e61e1e;
}

/* Arbonia Group */
body.marca-kermi {
    --brand-color: #6b7a1d;
    --brand-dark: #566419;
    --brand-text: #6b7a1d;
}
body.marca-vasco {
    --brand-color: #28282a;
    --brand-dark: #1a1a1c;
    --brand-text: #28282a;
}

/* Heating brands */
body.marca-vaillant {
    --brand-color: #005949;
    --brand-dark: #004b3e;
    --brand-text: #005949;
}
body.marca-saunier-duval {
    --brand-color: #000c03;
    --brand-dark: #000a02;
    --brand-text: #000c03;
}
body.marca-ideal-heating {
    --brand-color: #3A4C0C;
    --brand-dark: #303F0A;
    --brand-text: #3A4C0C;
}
body.marca-gledhill {
    --brand-color: #8A0019;
    --brand-dark: #700014;
    --brand-text: #8A0019;
}
body.marca-keston {
    --brand-color: #264D10;
    --brand-dark: #1F400D;
    --brand-text: #264D10;
}
body.marca-acv {
    --brand-color: #8A001A;
    --brand-dark: #700015;
    --brand-text: #8A001A;
}
body.marca-daikin {
    --brand-color: #037dbc;
    --brand-dark: #026a9f;
    --brand-text: #037dbc;
}
body.marca-fujitsu {
    --brand-color: #ee0303;
    --brand-dark: #ca0202;
    --brand-text: #ee0303;
}
body.marca-mitsubishi-electric {
    --brand-color: #A8000E;
    --brand-dark: #86000B;
    --brand-text: #A8000E;
}
body.marca-thermor {
    --brand-color: #d13a23;
    --brand-dark: #b1311d;
    --brand-text: #d13a23;
}
body.marca-panasonic {
    --brand-color: #1a1a1a;
    --brand-dark: #161616;
    --brand-text: #1a1a1a;
}

/* Ferroli */
body.marca-ferroli {
    --brand-color: #F97501;
    --brand-dark: #D46400;
    --brand-text: #F97501;
}

/* Otras marcas */
body.marca-ariston {
    --brand-color: #c41230;
    --brand-dark: #a60f28;
    --brand-text: #c41230;
}
body.marca-franke {
    --brand-color: #dd3543;
    --brand-dark: #bb2d38;
    --brand-text: #dd3543;
}
body.marca-faber {
    --brand-color: #124734;
    --brand-dark: #0f3c2c;
    --brand-text: #124734;
}
body.marca-lg {
    --brand-color: #a50034;
    --brand-dark: #8c002c;
    --brand-text: #a50034;
}
body.marca-liebherr {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-miele {
    --brand-color: #8c0014;
    --brand-dark: #770011;
    --brand-text: #8c0014;
}
body.marca-rangemaster {
    --brand-color: #4A4A4A;
    --brand-dark: #3D3D3D;
    --brand-text: #4A4A4A;
}
body.marca-samsung {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-smeg {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-teka {
    --brand-color: #c8102e;
    --brand-dark: #a50d26;
    --brand-text: #c8102e;
}
body.marca-subzero-wolf {
    --brand-color: #151415;
    --brand-dark: #000000;
    --brand-text: #151415;
}
body.marca-brandt {
    --brand-color: #e41a3c;
    --brand-dark: #c01532;
    --brand-text: #e41a3c;
}
body.marca-daewoo {
    --brand-color: #236ab3;
    --brand-dark: #1e5a98;
    --brand-text: #236ab3;
}
body.marca-de-dietrich {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}
body.marca-immergas {
    --brand-color: #c2451e;
    --brand-dark: #a33a18;
    --brand-text: #c2451e;
}
body.marca-sharp {
    --brand-color: #e6000d;
    --brand-dark: #c2000b;
    --brand-text: #e6000d;
}
body.marca-tcl {
    --brand-color: #CF3F2E;
    --brand-dark: #B5332A;
    --brand-text: #C0392B;
}

/* ==========================================================================
   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.
   ========================================================================== */
body.marca-asko,
body.marca-hotpoint,
body.marca-liebherr,
body.marca-subzero-wolf,
body.marca-gaggenau,
body.marca-de-dietrich,
body.marca-rangemaster,
body.marca-samsung,
body.marca-smeg {
    --brand-color: #000000;
    --brand-dark: #000000;
    --brand-text: #000000;
}

/* Hero badge: translucent instead of brand-color so it stands out on dark hero */
body.marca-asko .hero-badge,
body.marca-candy .hero-badge,
body.marca-electrolux .hero-badge,
body.marca-hotpoint .hero-badge,
body.marca-liebherr .hero-badge,
body.marca-panasonic .hero-badge,
body.marca-saunier-duval .hero-badge,
body.marca-subzero-wolf .hero-badge,
body.marca-vasco .hero-badge,
body.marca-gaggenau .hero-badge,
body.marca-de-dietrich .hero-badge,
body.marca-rangemaster .hero-badge,
body.marca-samsung .hero-badge,
body.marca-smeg .hero-badge {
    background: var(--brand-on-dark);
    border: 1px solid var(--brand-on-dark-border);
}

/* Brand button on hero: white bg so it's visible */
body.marca-asko .hero .btn-brand,
body.marca-candy .hero .btn-brand,
body.marca-electrolux .hero .btn-brand,
body.marca-hotpoint .hero .btn-brand,
body.marca-liebherr .hero .btn-brand,
body.marca-panasonic .hero .btn-brand,
body.marca-saunier-duval .hero .btn-brand,
body.marca-subzero-wolf .hero .btn-brand,
body.marca-vasco .hero .btn-brand,
body.marca-gaggenau .hero .btn-brand,
body.marca-de-dietrich .hero .btn-brand,
body.marca-rangemaster .hero .btn-brand,
body.marca-samsung .hero .btn-brand,
body.marca-smeg .hero .btn-brand {
    background: var(--white);
    color: var(--gray-900);
}
body.marca-asko .hero .btn-brand:hover,
body.marca-candy .hero .btn-brand:hover,
body.marca-electrolux .hero .btn-brand:hover,
body.marca-hotpoint .hero .btn-brand:hover,
body.marca-liebherr .hero .btn-brand:hover,
body.marca-panasonic .hero .btn-brand:hover,
body.marca-saunier-duval .hero .btn-brand:hover,
body.marca-subzero-wolf .hero .btn-brand:hover,
body.marca-vasco .hero .btn-brand:hover,
body.marca-gaggenau .hero .btn-brand:hover,
body.marca-de-dietrich .hero .btn-brand:hover,
body.marca-rangemaster .hero .btn-brand:hover,
body.marca-samsung .hero .btn-brand:hover,
body.marca-smeg .hero .btn-brand:hover {
    background: var(--gray-100);
}

/* Stats numbers on dark bg: use white instead of brand-color */
body.marca-asko .stat-number span,
body.marca-candy .stat-number span,
body.marca-electrolux .stat-number span,
body.marca-hotpoint .stat-number span,
body.marca-liebherr .stat-number span,
body.marca-panasonic .stat-number span,
body.marca-saunier-duval .stat-number span,
body.marca-subzero-wolf .stat-number span,
body.marca-vasco .stat-number span,
body.marca-gaggenau .stat-number span,
body.marca-de-dietrich .stat-number span,
body.marca-rangemaster .stat-number span,
body.marca-samsung .stat-number span,
body.marca-smeg .stat-number span {
    color: var(--white);
}

/* Footer link hover: lighter color so it's visible on dark footer */
body.marca-asko .footer-link:hover,
body.marca-candy .footer-link:hover,
body.marca-electrolux .footer-link:hover,
body.marca-hotpoint .footer-link:hover,
body.marca-liebherr .footer-link:hover,
body.marca-panasonic .footer-link:hover,
body.marca-saunier-duval .footer-link:hover,
body.marca-subzero-wolf .footer-link:hover,
body.marca-vasco .footer-link:hover,
body.marca-gaggenau .footer-link:hover,
body.marca-de-dietrich .footer-link:hover,
body.marca-rangemaster .footer-link:hover,
body.marca-samsung .footer-link:hover,
body.marca-smeg .footer-link:hover {
    color: var(--white);
}

/* Contact-box & CTA section: invert to white bg so it stands out */
body.marca-asko .contact-box,
body.marca-candy .contact-box,
body.marca-electrolux .contact-box,
body.marca-hotpoint .contact-box,
body.marca-liebherr .contact-box,
body.marca-panasonic .contact-box,
body.marca-saunier-duval .contact-box,
body.marca-subzero-wolf .contact-box,
body.marca-vasco .contact-box,
body.marca-gaggenau .contact-box,
body.marca-de-dietrich .contact-box,
body.marca-rangemaster .contact-box,
body.marca-samsung .contact-box,
body.marca-smeg .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);
}
body.marca-asko .contact-box h3,
body.marca-candy .contact-box h3,
body.marca-electrolux .contact-box h3,
body.marca-hotpoint .contact-box h3,
body.marca-liebherr .contact-box h3,
body.marca-panasonic .contact-box h3,
body.marca-saunier-duval .contact-box h3,
body.marca-subzero-wolf .contact-box h3,
body.marca-vasco .contact-box h3,
body.marca-gaggenau .contact-box h3,
body.marca-de-dietrich .contact-box h3,
body.marca-rangemaster .contact-box h3,
body.marca-samsung .contact-box h3,
body.marca-smeg .contact-box h3 {
    color: var(--gray-900);
}
body.marca-asko .contact-box p,
body.marca-candy .contact-box p,
body.marca-electrolux .contact-box p,
body.marca-hotpoint .contact-box p,
body.marca-liebherr .contact-box p,
body.marca-panasonic .contact-box p,
body.marca-saunier-duval .contact-box p,
body.marca-subzero-wolf .contact-box p,
body.marca-vasco .contact-box p,
body.marca-gaggenau .contact-box p,
body.marca-de-dietrich .contact-box p,
body.marca-rangemaster .contact-box p,
body.marca-samsung .contact-box p,
body.marca-smeg .contact-box p {
    color: var(--gray-600);
}
body.marca-asko .contact-box .phone,
body.marca-candy .contact-box .phone,
body.marca-electrolux .contact-box .phone,
body.marca-hotpoint .contact-box .phone,
body.marca-liebherr .contact-box .phone,
body.marca-panasonic .contact-box .phone,
body.marca-saunier-duval .contact-box .phone,
body.marca-subzero-wolf .contact-box .phone,
body.marca-vasco .contact-box .phone,
body.marca-gaggenau .contact-box .phone,
body.marca-de-dietrich .contact-box .phone,
body.marca-rangemaster .contact-box .phone,
body.marca-samsung .contact-box .phone,
body.marca-smeg .contact-box .phone {
    color: var(--gray-900);
}

/* ==========================================================================
   Bright brand overrides — brands with light/vivid brand-color
   White text on these bright backgrounds is unreadable. Swap to dark bg
   with brand-colored text/buttons instead.
   ========================================================================== */

/* Zanussi: bright yellow */
body.marca-zanussi .logo-brand { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; border-radius: 0.3em; }
body.marca-zanussi .hero-badge { color: var(--gray-900); }
body.marca-zanussi .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-zanussi .section-label { background: var(--gray-900); color: var(--brand-color); padding: 0.2em 0.5em; border-radius: 0.3em; }
body.marca-zanussi .argumento-marca { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; 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-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .cta-section .btn-outline { border-color: var(--brand-color); color: var(--brand-color); }
body.marca-zanussi .cta-section .btn-outline:hover { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .cta-intermedio-phone { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .cta-intermedio-phone:hover { background: var(--brand-dark); }
body.marca-zanussi .cta-intermedio-box-phone { background: var(--gray-900); color: var(--brand-color); }
body.marca-zanussi .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-zanussi .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-zanussi .mobile-cta { background: var(--brand-color); color: var(--gray-900); }
body.marca-zanussi .feature-icon { color: var(--gray-900); }
body.marca-zanussi .icon-divider-icon { color: var(--gray-900); }
.marca-grupo-card.marca-zanussi { background: var(--brand-color); border-color: var(--brand-color); }
.marca-grupo-card.marca-zanussi .marca-grupo-name { color: var(--gray-900) !important; }
.marca-grupo-card.marca-zanussi:hover { background: var(--brand-dark); border-color: var(--brand-dark); }

/* Remeha: bright yellow */
body.marca-remeha .logo-brand { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; border-radius: 0.3em; }
body.marca-remeha .hero-badge { color: var(--gray-900); }
body.marca-remeha .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-remeha .section-label { background: var(--gray-900); color: var(--brand-color); padding: 0.2em 0.5em; border-radius: 0.3em; }
body.marca-remeha .argumento-marca { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; 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-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .cta-section .btn-outline { border-color: var(--brand-color); color: var(--brand-color); }
body.marca-remeha .cta-section .btn-outline:hover { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .cta-intermedio-phone { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .cta-intermedio-phone:hover { background: var(--brand-dark); }
body.marca-remeha .cta-intermedio-box-phone { background: var(--gray-900); color: var(--brand-color); }
body.marca-remeha .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-remeha .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-remeha .mobile-cta { background: var(--brand-color); color: var(--gray-900); }
body.marca-remeha .feature-icon { color: var(--gray-900); }
body.marca-remeha .icon-divider-icon { color: var(--gray-900); }
.marca-grupo-card.marca-remeha { background: var(--brand-color); border-color: var(--brand-color); }
.marca-grupo-card.marca-remeha .marca-grupo-name { color: var(--gray-900) !important; }
.marca-grupo-card.marca-remeha:hover { background: var(--brand-dark); border-color: var(--brand-dark); }

/* Ferroli: bright orange */
body.marca-ferroli .logo-brand { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; border-radius: 0.3em; }
body.marca-ferroli .hero-badge { color: var(--gray-900); }
body.marca-ferroli .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-ferroli .section-label { background: var(--gray-900); color: var(--brand-color); padding: 0.2em 0.5em; border-radius: 0.3em; }
body.marca-ferroli .argumento-marca { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; 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-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .cta-section .btn-outline { border-color: var(--brand-color); color: var(--brand-color); }
body.marca-ferroli .cta-section .btn-outline:hover { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .cta-intermedio-phone { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .cta-intermedio-phone:hover { background: var(--brand-dark); }
body.marca-ferroli .cta-intermedio-box-phone { background: var(--gray-900); color: var(--brand-color); }
body.marca-ferroli .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-ferroli .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-ferroli .mobile-cta { background: var(--brand-color); color: var(--gray-900); }
body.marca-ferroli .feature-icon { color: var(--gray-900); }
body.marca-ferroli .icon-divider-icon { color: var(--gray-900); }

/* Whirlpool: bright gold */
body.marca-whirlpool .logo-brand { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; border-radius: 0.3em; }
body.marca-whirlpool .hero-badge { color: var(--gray-900); }
body.marca-whirlpool .btn-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .btn-brand:hover { background: var(--brand-dark); color: var(--gray-900); }
body.marca-whirlpool .section-label { background: var(--gray-900); color: var(--brand-color); padding: 0.2em 0.5em; border-radius: 0.3em; }
body.marca-whirlpool .argumento-marca { background: var(--gray-900); color: var(--brand-color); padding: 0.1em 0.3em; 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-brand { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .cta-section .btn-outline { border-color: var(--brand-color); color: var(--brand-color); }
body.marca-whirlpool .cta-section .btn-outline:hover { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .cta-intermedio { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .cta-intermedio-phone { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .cta-intermedio-phone:hover { background: var(--brand-dark); }
body.marca-whirlpool .cta-intermedio-box-phone { background: var(--gray-900); color: var(--brand-color); }
body.marca-whirlpool .cta-intermedio-box-phone:hover { background: var(--gray-800); }
body.marca-whirlpool .contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .mobile-cta-bar { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); }
body.marca-whirlpool .mobile-cta { background: var(--brand-color); color: var(--gray-900); }
body.marca-whirlpool .feature-icon { color: var(--gray-900); }
body.marca-whirlpool .icon-divider-icon { color: var(--gray-900); }
.marca-grupo-card.marca-whirlpool { background: var(--brand-color); border-color: var(--brand-color); }
.marca-grupo-card.marca-whirlpool .marca-grupo-name { color: var(--gray-900) !important; }
.marca-grupo-card.marca-whirlpool:hover { background: var(--brand-dark); border-color: var(--brand-dark); }

/* ==========================================================================
   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 { font-size: 1.5rem; }
.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.15); color: var(--white); padding: 0.5rem 1rem; border-radius: 2rem; font-size: 0.875rem; font-weight: 500; }
.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 { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

/* ==========================================================================
   Appliances Grid (for marcas-index.html - many appliance cards)
   ========================================================================== */
.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; }

@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(4, 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); }
}

