/* ============================================
   REPARACION DE REFRIGERADORES
   Executive / Gerencial Premium Design
   Ultra-Responsive Corporate Grade
   ============================================ */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #1a56db;
    --primary-hover: #1e40af;
    --primary-soft: rgba(26, 86, 219, 0.07);
    --dark: #0f172a;
    --dark-mid: #1e293b;
    --gray-900: #1e293b;
    --gray-700: #334155;
    --gray-600: #475569;
    --gray-500: #64748b;
    --gray-400: #94a3b8;
    --gray-300: #cbd5e1;
    --gray-200: #e2e8f0;
    --gray-100: #f1f5f9;
    --gray-50: #f8fafc;
    --white: #ffffff;
    --green-wsp: #25D366;
    --green-wsp-hover: #1ebe5d;
    --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.06), 0 2px 4px -2px rgba(0,0,0,0.04);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.07), 0 4px 6px -4px rgba(0,0,0,0.04);
    --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.07), 0 8px 10px -6px rgba(0,0,0,0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0,0,0,0.15);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --section-padding: clamp(64px, 10vw, 112px) clamp(20px, 5vw, 48px);
    --container-max: 1200px;
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --whatsapp-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font);
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
    -webkit-tap-highlight-color: transparent;
}

ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { -webkit-tap-highlight-color: transparent; }

/* === HEADER === */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: var(--transition);
}

.header-container {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(20px, 4vw, 40px);
    height: clamp(56px, 7vw, 64px);
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    white-space: nowrap;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #22d3ee 0%, #1a56db 100%);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 8px 18px rgba(34, 211, 238, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
}

.brand-name {
    font-size: clamp(0.86rem, 1.55vw, 1rem);
    font-weight: 800;
    color: var(--white);
    letter-spacing: 0;
}

.brand-line {
    margin-top: 4px;
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.58);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nav-desktop { display: flex; }

.nav-menu-desktop {
    display: flex;
    gap: clamp(24px, 3.5vw, 40px);
}

.nav-menu-desktop li a {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.04em;
    padding: 20px 0;
    position: relative;
    transition: var(--transition);
}

.nav-menu-desktop li a::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--white);
    transition: width 0.3s ease;
}

.nav-menu-desktop li a:hover { color: var(--white); }
.nav-menu-desktop li a:hover::after { width: 100%; }

.btn-agenda-desktop {
    font-size: 0.76rem;
    font-weight: 600;
    padding: 10px 24px;
    background: var(--green-wsp);
    color: var(--white);
    border-radius: var(--radius-sm);
    letter-spacing: 0.02em;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-agenda-desktop:hover {
    background: var(--green-wsp-hover);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

/* Hamburger */
.menu-icon {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    z-index: 10001;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

.menu-icon-line {
    width: 20px;
    height: 1.5px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
}

/* Mobile Nav */
.nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.nav-mobile.active {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

.nav-menu-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.nav-menu-mobile li a {
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.01em;
    transition: var(--transition);
    padding: 8px 16px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.nav-menu-mobile li a:hover,
.nav-menu-mobile li a:active { color: var(--white); }

/* === HERO — FULL-COVER VIDEO BACKGROUND === */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(100px, 14vh, 150px) clamp(20px, 5vw, 48px) clamp(56px, 8vh, 96px);
    overflow: hidden;
    background: #000;
}

/* No pseudo overlays */
.hero::before,
.hero::after {
    display: none;
}

/* ---- VIDEO BACKGROUND — FULL COVER ---- */
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    padding: 0;
    margin: 0;
    max-width: none;
    overflow: hidden;
}

/* No orbit rings */
.hero-image::before,
.hero-image::after {
    display: none;
}

/* Video fills entire hero — crisp, no filters, hardware-accelerated */
.hero-image img,
.hero-image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    filter: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    image-rendering: auto;
}

/* Unused keyframes — neutralized */
@keyframes rotate3D { from, to { transform: none; } }
@keyframes orbitSpin { from, to { transform: none; } }
@keyframes ambientGlow { from, to { opacity: 1; } }

/* Video overlay text — REMOVED for clean aesthetic */

/* ---- ALL CONTENT ON TOP OF VIDEO ---- */
.hero .hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: clamp(20px, 4vw, 40px);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Futuristic badge */
.subheading {
    display: inline-block;
    font-size: clamp(0.6rem, 1.1vw, 0.72rem);
    font-weight: 600;
    color: #06b6d4;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: clamp(16px, 2.5vw, 24px);
    background: rgba(6, 182, 212, 0.08);
    padding: 8px 22px;
    border-radius: 100px;
    border: 1px solid rgba(6, 182, 212, 0.25);
    text-shadow: 0 0 20px rgba(6, 182, 212, 0.6);
    animation: badgePulse 4s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { border-color: rgba(6, 182, 212, 0.25); box-shadow: 0 0 15px rgba(6, 182, 212, 0.08); }
    50% { border-color: rgba(6, 182, 212, 0.5); box-shadow: 0 0 30px rgba(6, 182, 212, 0.15); }
}

/* H1 with intense glow */
.hero h1 {
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--white);
    margin-bottom: clamp(16px, 2.5vw, 24px);
    text-wrap: balance;
    text-shadow:
        0 0 40px rgba(6, 182, 212, 0.3),
        0 0 80px rgba(139, 92, 246, 0.15),
        0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: clamp(0.86rem, 1.4vw, 1rem);
    color: rgba(200, 210, 225, 0.9);
    line-height: 1.8;
    max-width: 560px;
    margin: 0 auto clamp(28px, 4vw, 40px);
    text-wrap: pretty;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Buttons */
.buttons {
    display: flex;
    gap: clamp(10px, 2vw, 14px);
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: clamp(0.8rem, 1.4vw, 0.88rem);
    font-weight: 600;
    padding: clamp(13px, 2vw, 16px) clamp(24px, 3vw, 32px);
    border-radius: var(--radius-sm);
    letter-spacing: 0.01em;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    min-height: 48px;
    font-family: var(--font);
}

.btn.primary {
    background: linear-gradient(135deg, #06b6d4, #1a56db);
    color: var(--white);
    box-shadow: 0 2px 15px rgba(6, 182, 212, 0.3), 0 0 40px rgba(6, 182, 212, 0.08);
}

.btn.primary:hover {
    background: linear-gradient(135deg, #22d3ee, #2563eb);
    transform: translateY(-2px);
    box-shadow: 0 4px 25px rgba(6, 182, 212, 0.4), 0 0 60px rgba(6, 182, 212, 0.12);
}

.btn.primary:active { transform: translateY(0); }

.btn.primary::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--green-wsp);
    background-image: var(--whatsapp-icon);
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 14px rgba(37, 211, 102, 0.35);
}

.btn.secondary {
    background: transparent;
    color: var(--white);
    border: 1.5px solid rgba(6, 182, 212, 0.25);
}

.btn.secondary:hover {
    background: rgba(6, 182, 212, 0.06);
    border-color: rgba(6, 182, 212, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(6, 182, 212, 0.1);
}

.btn.secondary:active { transform: translateY(0); }

/* === SERVICES === */
.services {
    padding: var(--section-padding);
    background:
        linear-gradient(rgba(255, 255, 255, 0.93), rgba(248, 250, 252, 0.96)),
        url('https://images.pexels.com/photos/2343467/pexels-photo-2343467.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover no-repeat;
    text-align: center;
    position: relative;
}

.section-title {
    font-size: clamp(1.3rem, 3.5vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--dark);
    margin-bottom: 12px;
    text-wrap: balance;
}

.services .section-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 2.5px;
    background: var(--primary);
    margin: clamp(14px, 2vw, 20px) auto clamp(36px, 5vw, 56px);
    border-radius: 2px;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: clamp(16px, 2vw, 24px);
    max-width: 1100px;
    margin: 0 auto;
}

.service-box {
    position: relative;
    background: var(--gray-50);
    border-radius: var(--radius-md);
    padding: clamp(28px, 3.5vw, 40px) clamp(24px, 3vw, 32px);
    text-align: left;
    transition: var(--transition);
    border: 1px solid var(--gray-200);
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--primary);
    transition: height 0.4s ease;
}

@media (hover: hover) {
    .service-box:hover {
        background: var(--white);
        border-color: var(--gray-300);
        box-shadow: var(--shadow-lg);
        transform: translateY(-3px);
    }

    .service-box:hover::before {
        height: 100%;
    }
}

.service-content h2 {
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1.4;
    padding-right: 48px;
}

.service-content p {
    font-size: clamp(0.82rem, 1.3vw, 0.88rem);
    color: var(--gray-500);
    line-height: 1.7;
}

.service-1::after, .service-2::after, .service-3::after,
.service-4::after, .service-5::after, .service-6::after {
    content: '';
    position: absolute;
    top: clamp(20px, 2.5vw, 28px);
    right: clamp(20px, 2.5vw, 28px);
    width: 40px;
    height: 40px;
    background: var(--primary-soft);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1;
}

.service-1::after { content: '\2744\FE0F'; }
.service-2::after { content: '\2699\FE0F'; }
.service-3::after { content: '\1F50C'; }
.service-4::after { content: '\1F9CA'; }
.service-5::after { content: '\1F6E1\FE0F'; }
.service-6::after { content: '\1F527'; }

/* === EXPERTS / STATS === */
.experts {
    padding: var(--section-padding);
    background:
        linear-gradient(rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.94)),
        url('https://images.pexels.com/photos/3616956/pexels-photo-3616956.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover no-repeat;
    color: var(--white);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.experts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(135deg, rgba(26, 86, 219, 0.06) 0%, transparent 40%),
        linear-gradient(225deg, rgba(26, 86, 219, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.experts-content {
    max-width: 720px;
    margin: 0 auto clamp(44px, 6vw, 64px);
    position: relative;
    z-index: 2;
}

.experts-title {
    font-size: clamp(1.3rem, 3.5vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: clamp(16px, 3vw, 24px);
    text-wrap: balance;
}

.experts-description {
    font-size: clamp(0.84rem, 1.4vw, 0.94rem);
    color: var(--gray-400);
    line-height: 1.8;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: clamp(12px, 2vw, 20px);
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.stat-box {
    padding: clamp(24px, 3vw, 36px) clamp(16px, 2vw, 24px);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: var(--transition);
}

@media (hover: hover) {
    .stat-box:hover {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }
}

.stat-number {
    display: block;
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--white);
    margin-bottom: 6px;
}

.stat-text {
    font-size: clamp(0.62rem, 1.1vw, 0.7rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--gray-500);
    text-transform: uppercase;
}

.seo-local-sample .experts {
    padding: clamp(44px, 7vw, 76px) clamp(20px, 5vw, 48px);
    background: var(--gray-50);
    color: var(--dark);
    text-align: left;
}

.seo-local-sample .experts::before {
    display: none;
}

.seo-local-sample .experts-content {
    max-width: var(--container-max);
    margin: 0 auto clamp(20px, 4vw, 30px);
}

.seo-local-sample .experts-title {
    color: var(--dark);
    margin-bottom: 12px;
}

.seo-local-sample .experts-description {
    max-width: 820px;
    color: var(--gray-600);
    line-height: 1.7;
}

.seo-local-sample .stats-container {
    max-width: var(--container-max);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.seo-local-sample .stat-box {
    min-height: 112px;
    padding: 18px 14px;
    border-radius: var(--radius-sm);
    background: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-xs);
    text-align: center;
}

.seo-local-sample .stat-number {
    color: var(--primary);
    font-size: clamp(1.35rem, 3vw, 2rem);
    margin-bottom: 4px;
}

.seo-local-sample .stat-text {
    color: var(--gray-600);
    letter-spacing: 0.06em;
}

/* === CTA === */
.cta-section {
    padding: var(--section-padding);
    background:
        linear-gradient(rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.92)),
        url('https://images.pexels.com/photos/5463577/pexels-photo-5463577.jpeg?auto=compress&cs=tinysrgb&w=1920') center/cover no-repeat;
    text-align: center;
    position: relative;
}

.cta-container {
    max-width: 580px;
    margin: 0 auto;
}

.cta-text {
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: clamp(24px, 3.5vw, 36px);
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(0.82rem, 1.4vw, 0.88rem);
    font-weight: 600;
    padding: clamp(14px, 2vw, 18px) clamp(28px, 4vw, 40px);
    background: var(--green-wsp);
    color: var(--white);
    border-radius: var(--radius-sm);
    letter-spacing: 0.01em;
    transition: var(--transition);
    box-shadow: 0 1px 3px rgba(37, 211, 102, 0.2);
    min-height: 48px;
    font-family: var(--font);
}

.cta-button:hover {
    background: var(--green-wsp-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.25);
}

.cta-button:active { transform: translateY(0); }

.cta-button::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-image: var(--whatsapp-icon);
    background-size: contain;
    background-repeat: no-repeat;
}

/* === TABS === */
.tabs-section {
    padding: var(--section-padding);
    background: var(--white);
}

.tabs-container {
    max-width: 1040px;
    margin: 0 auto;
}

.about-us {
    display: flex;
    gap: clamp(20px, 3vw, 32px);
}

.tabs-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 260px;
    flex-shrink: 0;
}

.tab-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: clamp(14px, 2vw, 18px) clamp(16px, 2vw, 22px);
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: clamp(0.76rem, 1.2vw, 0.84rem);
    font-weight: 500;
    color: var(--gray-600);
    cursor: pointer;
    text-align: left;
    transition: var(--transition);
    min-height: 48px;
}

.tab-button:hover {
    background: var(--white);
    border-color: var(--gray-300);
    box-shadow: var(--shadow-sm);
}

.tab-button.active {
    background: var(--white);
    color: var(--primary);
    border-color: rgba(26, 86, 219, 0.2);
    box-shadow: var(--shadow-md);
    font-weight: 600;
}

.tabs-content {
    flex: 1;
    min-width: 0;
}

.tab-content {
    display: none;
    padding: clamp(20px, 2.5vw, 28px);
    background: var(--gray-50);
    border-radius: var(--radius-md);
    border: 1px solid var(--gray-200);
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes floatBg {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(15px, -10px) scale(1.02); }
    50% { transform: translate(-10px, 15px) scale(0.98); }
    75% { transform: translate(8px, 8px) scale(1.01); }
}

.tab-content ul {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.5vw, 14px);
}

.tab-content li {
    padding: clamp(14px, 2vw, 18px) clamp(16px, 2vw, 22px);
    background: var(--white);
    border-radius: var(--radius-sm);
    font-size: clamp(0.82rem, 1.3vw, 0.9rem);
    color: var(--gray-600);
    line-height: 1.75;
    border-left: 3px solid var(--primary);
    transition: var(--transition);
}

@media (hover: hover) {
    .tab-content li:hover {
        box-shadow: var(--shadow-sm);
        transform: translateX(2px);
    }
}

.tab-content li p { margin: 0; }

/* === CONTACT === */
.contact {
    padding: 0;
    position: relative;
}

.contact-section {
    padding: var(--section-padding);
    background: var(--gray-50);
    border-top: 1px solid var(--gray-200);
}

.contact-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(20px, 4vw, 36px);
    max-width: 1040px;
    margin: 0 auto;
    align-items: stretch;
}

.contact-info {
    padding: clamp(28px, 4vw, 44px);
    background: var(--white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
}

.contact-info h2 {
    font-size: clamp(1.2rem, 2.8vw, 1.5rem);
    font-weight: 700;
    color: var(--dark);
    margin-bottom: clamp(24px, 3.5vw, 36px);
    letter-spacing: -0.015em;
}

.contact-info ul {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 28px);
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: clamp(14px, 2vw, 18px);
}

.contact-info li i {
    flex-shrink: 0;
    width: clamp(44px, 5vw, 52px);
    height: clamp(44px, 5vw, 52px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    border-radius: var(--radius-sm);
    color: var(--primary) !important;
    font-size: clamp(18px, 2.5vw, 22px) !important;
}

.contact-info li div strong {
    display: block;
    font-size: clamp(0.68rem, 1.1vw, 0.74rem);
    font-weight: 600;
    color: var(--gray-500);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-info li div p {
    font-size: clamp(0.88rem, 1.4vw, 0.96rem);
    color: var(--dark);
    font-weight: 500;
}

.contact-map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
    min-height: clamp(240px, 40vw, 360px);
}

.contact-map iframe { border-radius: var(--radius-lg); }

/* === LOCAL SEO CONTENT === */
.local-seo-section {
    padding: var(--section-padding);
    background: var(--gray-50);
}

.local-seo-grid {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: start;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.local-seo-grid h2,
.testimonials-heading h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.08;
    color: var(--dark);
    margin-bottom: 18px;
    letter-spacing: 0;
}

.local-seo-grid p,
.testimonials-heading p {
    color: var(--gray-600);
    font-size: clamp(0.98rem, 1.6vw, 1.08rem);
    line-height: 1.75;
    margin-bottom: 14px;
}

.local-seo-panel {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    padding: clamp(22px, 3vw, 32px);
    box-shadow: var(--shadow-sm);
}

.local-seo-panel h3 {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    margin-bottom: 14px;
    color: var(--dark);
}

.local-seo-panel ul {
    display: grid;
    gap: 12px;
    list-style: disc;
    padding-left: 20px;
}

.local-seo-panel li {
    color: var(--gray-600);
    line-height: 1.6;
}

/* === BRANDS + NEARBY COMMUNES === */
.brands-coverage-section {
    padding: var(--section-padding);
    background: var(--white);
}

.brands-coverage-container {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: stretch;
}

.brands-block,
.nearby-block {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    padding: clamp(22px, 3vw, 34px);
    box-shadow: var(--shadow-sm);
}

.brands-block {
    background: var(--gray-50);
}

.nearby-block {
    background: var(--dark);
    color: var(--white);
}

.brands-block h2,
.nearby-block h3 {
    color: inherit;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.brands-block p,
.nearby-block p {
    font-size: clamp(0.94rem, 1.4vw, 1rem);
    line-height: 1.7;
    margin-bottom: 20px;
}

.brands-block p {
    color: var(--gray-600);
}

.nearby-block p {
    color: var(--gray-300);
}

.brand-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.brand-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    color: var(--gray-700);
    font-size: 0.86rem;
    font-weight: 700;
}

.nearby-links {
    display: grid;
    gap: 10px;
}

.nearby-links a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    line-height: 1.35;
}

.nearby-links a:hover {
    background: rgba(6, 182, 212, 0.14);
    border-color: rgba(6, 182, 212, 0.32);
    color: var(--white);
}

/* === DEEP LOCAL DETAILS === */
.local-detail-section {
    padding: clamp(46px, 7vw, 78px) clamp(20px, 5vw, 48px);
    background: var(--white);
}

.local-detail-container {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    gap: clamp(18px, 3vw, 28px);
}

.local-detail-intro {
    max-width: 860px;
}

.local-detail-intro h2 {
    font-size: clamp(1.45rem, 3vw, 2.2rem);
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--dark);
    letter-spacing: 0;
}

.local-detail-intro p {
    color: var(--gray-600);
    line-height: 1.75;
}

.local-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2.2vw, 22px);
}

.local-detail-card {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    background: var(--gray-50);
    padding: clamp(18px, 2.4vw, 26px);
}

.local-detail-card h3 {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.3;
    margin-bottom: 10px;
    color: var(--dark);
    letter-spacing: 0;
}

.local-detail-card p {
    color: var(--gray-600);
    font-size: 0.94rem;
    line-height: 1.7;
}

.local-longform-section {
    padding: clamp(42px, 6vw, 72px) clamp(20px, 5vw, 48px);
    background: var(--gray-50);
}

.local-longform-container {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 5vw, 56px);
    align-items: start;
}

.local-longform-heading h2 {
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    line-height: 1.15;
    color: var(--dark);
    letter-spacing: 0;
    margin-bottom: 14px;
}

.local-longform-heading p,
.local-longform-copy p {
    color: var(--gray-600);
    line-height: 1.78;
    font-size: clamp(0.94rem, 1.35vw, 1rem);
}

.local-longform-copy {
    display: grid;
    gap: 16px;
}

.local-unique-section {
    background: var(--white);
    padding: clamp(44px, 7vw, 76px) clamp(20px, 5vw, 48px);
}

.local-unique-container {
    max-width: var(--container-max);
    margin: 0 auto;
}

.local-unique-heading {
    max-width: 780px;
    margin-bottom: clamp(24px, 4vw, 36px);
}

.local-unique-heading h2 {
    color: var(--dark);
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    line-height: 1.15;
    letter-spacing: 0;
    margin: 8px 0 14px;
}

.local-unique-heading p {
    color: var(--gray-600);
    font-size: clamp(0.94rem, 1.35vw, 1rem);
    line-height: 1.75;
}

.local-unique-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.local-unique-card {
    background: #f8fbff;
    border: 1px solid #dbe5f3;
    border-radius: 8px;
    padding: clamp(18px, 2.5vw, 24px);
}

.local-unique-card h3 {
    color: var(--dark);
    font-size: 1.04rem;
    line-height: 1.35;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.local-unique-card p {
    color: var(--gray-600);
    font-size: 0.96rem;
    line-height: 1.68;
}

.local-area-references {
    background: #f8fbff;
    padding: clamp(30px, 5vw, 48px) clamp(20px, 5vw, 48px);
}

.local-area-references-container {
    max-width: var(--container-max);
    margin: 0 auto;
}

.local-area-references h2 {
    color: var(--dark);
    font-size: clamp(1.2rem, 2.4vw, 1.7rem);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.local-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.local-area-list li {
    background: var(--white);
    border: 1px solid #dbe5f3;
    border-radius: 8px;
    color: var(--gray-600);
    font-size: 0.88rem;
    line-height: 1.45;
    padding: 10px 12px;
}

/* === TESTIMONIALS === */
.testimonials-section {
    padding: var(--section-padding);
    background: var(--white);
}

.testimonials-section-compact {
    padding-top: clamp(44px, 7vw, 76px);
    padding-bottom: clamp(48px, 7vw, 84px);
}

.testimonials-heading {
    max-width: 820px;
    margin: 0 auto clamp(28px, 5vw, 46px);
    text-align: center;
}

.testimonials-section-compact .testimonials-heading {
    margin-bottom: clamp(20px, 4vw, 34px);
}

.testimonials-section-compact .testimonials-heading h2 {
    margin-bottom: 0;
}

.testimonials-carousel {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: clamp(10px, 2vw, 18px);
    align-items: center;
}

.testimonials-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2.4vw, 24px);
}

.testimonial-card {
    min-height: 300px;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    padding: clamp(20px, 2.4vw, 28px);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-rating {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
}

.testimonial-text {
    color: var(--gray-700);
    font-size: clamp(0.92rem, 1.3vw, 1rem);
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.testimonial-initials {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1;
}

.testimonial-author strong,
.testimonial-author div span {
    display: block;
}

.testimonial-author strong {
    color: var(--dark);
    font-size: 0.94rem;
}

.testimonial-author div span {
    color: var(--gray-500);
    font-size: 0.84rem;
}

.testimonial-control {
    width: 44px;
    height: 44px;
    border: 1px solid var(--gray-200);
    border-radius: 50%;
    background: var(--white);
    color: var(--dark);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.testimonial-control:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* === FLOATING WSP — BIG CENTERED === */
.contact-button {
    position: fixed;
    bottom: clamp(20px, 3vw, 32px);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: clamp(72px, 10vw, 90px);
    height: clamp(72px, 10vw, 90px);
    border-radius: 50%;
    background: var(--green-wsp);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.4), 0 0 0 4px rgba(37, 211, 102, 0.15);
    text-decoration: none;
    z-index: 9998;
    transition: var(--transition);
    animation: pulseWsp 3s ease-in-out infinite;
    padding-bottom: var(--safe-bottom);
}

@media (hover: hover) {
    .contact-button:hover {
        transform: translateX(-50%) scale(1.08);
        box-shadow: 0 8px 36px rgba(37, 211, 102, 0.5), 0 0 0 6px rgba(37, 211, 102, 0.2);
    }
}

.contact-button:active { transform: translateX(-50%) scale(0.96); }

@keyframes pulseWsp {
    0%, 100% { box-shadow: 0 6px 28px rgba(37, 211, 102, 0.4), 0 0 0 4px rgba(37, 211, 102, 0.15); }
    50% { box-shadow: 0 6px 36px rgba(37, 211, 102, 0.55), 0 0 0 12px rgba(37, 211, 102, 0.08); }
}

.whatsapp-glyph {
    width: clamp(38px, 5vw, 48px);
    height: clamp(38px, 5vw, 48px);
    display: block;
    background-image: var(--whatsapp-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.seo-local-sample .contact-button {
    left: auto;
    right: clamp(16px, 3vw, 28px);
    transform: none;
    width: clamp(62px, 8.5vw, 76px);
    height: clamp(62px, 8.5vw, 76px);
    padding-bottom: 0;
    border: 0;
    background-clip: padding-box;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.32), 0 0 0 9px rgba(37, 211, 102, 0.12);
}

.seo-local-sample .contact-button::before,
.seo-local-sample .contact-button::after {
    display: none;
}

.whatsapp-bubble {
    position: absolute;
    right: 0;
    bottom: calc(100% + 13px);
    width: min(292px, calc(100vw - 28px));
    min-height: 60px;
    padding: 10px 38px 10px 13px;
    border-radius: 16px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    color: var(--dark);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: clamp(0.94rem, 2.45vw, 1.12rem);
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.whatsapp-bubble::after {
    content: '';
    position: absolute;
    right: 28px;
    bottom: -12px;
    width: 24px;
    height: 24px;
    background: var(--white);
    border-right: 1px solid var(--gray-200);
    border-bottom: 1px solid var(--gray-200);
    transform: rotate(45deg);
}

.whatsapp-bubble-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    background-color: var(--green-wsp);
    background-image: var(--whatsapp-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.whatsapp-bubble-text {
    color: var(--dark);
}

.whatsapp-bubble-close {
    position: absolute;
    top: 15px;
    right: 14px;
    color: var(--gray-400);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 800;
}

.seo-local-sample .whatsapp-glyph {
    width: clamp(38px, 5.6vw, 48px);
    height: clamp(38px, 5.6vw, 48px);
}

@media (hover: hover) {
    .seo-local-sample .contact-button:hover {
        transform: scale(1.06);
        box-shadow: 0 12px 30px rgba(37, 211, 102, 0.36), 0 0 0 10px rgba(37, 211, 102, 0.12);
    }
}

.seo-local-sample .contact-button:active { transform: scale(0.96); }

.notification-badge {
    display: none !important;
}

.seo-local-sample .notification-badge {
    position: absolute;
    top: -3px;
    right: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ef4444;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.25);
}

#phone-button { display: none !important; }

/* === FOOTER === */
.footer {
    padding: clamp(48px, 7vw, 72px) clamp(20px, 5vw, 48px) 0;
    background: var(--dark);
    color: var(--white);
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: clamp(28px, 4vw, 48px);
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: clamp(40px, 5vw, 56px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-column h3 {
    font-size: clamp(0.64rem, 1vw, 0.72rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--gray-500);
    margin-bottom: clamp(16px, 2.5vw, 24px);
    text-transform: uppercase;
}

.footer-menu li,
.footer-contact li,
.footer-payment li {
    padding: clamp(5px, 0.8vw, 7px) 0;
    font-size: clamp(0.82rem, 1.3vw, 0.88rem);
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.footer-menu li:hover { color: var(--white); }

.footer-menu a {
    color: var(--gray-400);
    transition: var(--transition);
    padding: 4px 0;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
}

.footer-menu a:hover { color: var(--white); }

.footer-contact span,
.footer-payment span { color: var(--gray-500); }

.footer .dashicons {
    font-size: 16px;
    color: var(--primary);
}

.footer .logo { display: none; }

.footer-credits {
    text-align: center;
    padding: clamp(20px, 3vw, 28px) 0;
    padding-bottom: calc(clamp(20px, 3vw, 28px) + var(--safe-bottom));
    margin-top: 0;
}

.footer-credits p {
    font-size: clamp(0.68rem, 1vw, 0.76rem);
    color: var(--gray-500);
    letter-spacing: 0.01em;
}

/* === RESPONSIVE === */
@media (min-width: 1400px) {
    :root { --container-max: 1320px; }
}

@media (max-width: 1024px) {
    .nav-menu-desktop { gap: 20px; }
    .nav-menu-desktop li a { font-size: 0.74rem; }
}

@media (max-width: 900px) {
    .nav-desktop, .btn-agenda-desktop { display: none; }
    .menu-icon { display: flex; }
    .local-seo-grid { grid-template-columns: 1fr; }
    .brands-coverage-container { grid-template-columns: 1fr; }
    .local-detail-grid { grid-template-columns: 1fr; }
    .local-longform-container { grid-template-columns: 1fr; }
    .local-unique-grid { grid-template-columns: 1fr; }
    .seo-local-sample .stats-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonials-carousel {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
    }
    .testimonials-track { grid-template-columns: 1fr; }
    .testimonial-card { min-height: auto; }
    .about-us { flex-direction: column; }
    .tabs-menu {
        min-width: auto;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 8px;
        padding: 0 0 8px;
    }
    .tabs-menu::-webkit-scrollbar { display: none; }
    .tab-button {
        white-space: nowrap;
        min-width: fit-content;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .hero { min-height: 100vh; }
    .hero .hero-content { padding: clamp(16px, 3vw, 28px); }
    .seo-local-sample .hero-content { transform: translateY(-24px); }
    .buttons { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; max-width: 360px; margin: 0 auto; }
    .seo-local-sample .contact-button {
        right: 10px;
        bottom: 10px;
        width: 56px;
        height: 56px;
    }
    .seo-local-sample .whatsapp-glyph {
        width: 34px;
        height: 34px;
    }
    .seo-local-sample .notification-badge {
        width: 25px;
        height: 25px;
        font-size: 0.85rem;
        top: -4px;
        right: -4px;
    }
    .seo-local-sample .whatsapp-bubble {
        width: min(252px, calc(100vw - 78px));
        min-height: 52px;
        padding: 8px 32px 8px 10px;
        gap: 9px;
        right: 0;
        bottom: calc(100% + 9px);
        font-size: 0.92rem;
        border-radius: 15px;
    }
    .seo-local-sample .whatsapp-bubble-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        background-size: 21px 21px;
    }
    .seo-local-sample .whatsapp-bubble::after {
        right: 22px;
    }
    .brand-mark {
        width: 34px;
        height: 34px;
        font-size: 0.72rem;
    }
    .brand-name { font-size: 0.9rem; }
    .brand-line { display: none; }
}

@media (max-width: 380px) {
    .hero h1 { font-size: 1.5rem; }
    .subheading { font-size: 0.62rem; padding: 5px 12px; }
    .btn { font-size: 0.78rem; padding: 13px 20px; }
    .stat-box { padding: 18px 10px; }
}

@media (max-height: 500px) and (orientation: landscape) {
    .hero { min-height: auto; padding-top: 80px; }
    .nav-menu-mobile { gap: 16px; }
    .nav-menu-mobile li a { font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {
    .service-box { border-color: rgba(0, 0, 0, 0.3); }
    .stat-box { border-color: rgba(255, 255, 255, 0.3); }
}

a:focus-visible, button:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 3px;
    border-radius: 4px;
}

[id] { scroll-margin-top: 68px; }

::selection {
    background: rgba(26, 86, 219, 0.12);
    color: var(--dark);
}

#herramientas { display: none !important; }
