/* ========================================
   GERSER México — Custom theme styles
   Codesmic · 2026
   ======================================== */

:root {
    --gerser-navy-deep: #050d24;
    --gerser-navy-900: #0a1838;
    --gerser-navy-800: #11254d;
    --gerser-navy-700: #1c3568;
    --gerser-red: #c91a2a;
    --gerser-red-bright: #e11d2a;
    --gerser-silver: #d0d6e0;
    --gerser-silver-mute: #8893a8;
    --gerser-white: #ffffff;
    --gerser-line: rgba(255, 255, 255, 0.10);
    --gerser-line-strong: rgba(255, 255, 255, 0.20);
    --gerser-container: 1280px;
    --gerser-gutter: clamp(24px, 5vw, 80px);
    --gerser-font-display: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    --gerser-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* === RESET — only inside theme scope === */
body { margin: 0; padding: 0; }
.gerser-nav, .gerser-hero, .gerser-about, .gerser-gama, .gerser-equipos, .gerser-featured, .gerser-cta, .gerser-footer {
    box-sizing: border-box;
}
.gerser-nav *, .gerser-hero *, .gerser-about *, .gerser-gama *, .gerser-equipos *, .gerser-featured *, .gerser-cta *, .gerser-footer * {
    box-sizing: border-box;
}
body {
    font-family: var(--gerser-font-body);
    background: var(--gerser-navy-deep);
    color: var(--gerser-white);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }

/* === BRAND LOCKUP === */
.gerser-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}
.gerser-brand__icon {
    height: 38px;
    width: auto;
}
.gerser-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.gerser-brand__name {
    font-family: var(--gerser-font-display);
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0.18em;
    color: var(--gerser-white);
}
.gerser-brand__tagline {
    font-size: 9px;
    color: var(--gerser-silver-mute);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-top: 4px;
}
.gerser-brand--big { flex-direction: column; align-items: center; gap: 8px; }
.gerser-brand--big .gerser-brand__icon { height: 96px; }
.gerser-brand--big .gerser-brand__name { font-size: 80px; letter-spacing: 0.16em; }
.gerser-brand--big .gerser-brand__tagline { font-size: 14px; margin-top: 10px; letter-spacing: 0.22em; color: var(--gerser-silver); }
.gerser-brand--big .gerser-brand__text { align-items: center; }
.gerser-brand--med { flex-direction: column; align-items: center; gap: 8px; margin: 0 auto; }
.gerser-brand--med .gerser-brand__icon { height: 70px; }
.gerser-brand--med .gerser-brand__name { font-size: 56px; letter-spacing: 0.16em; }
.gerser-brand--med .gerser-brand__tagline { font-size: 12px; margin-top: 8px; letter-spacing: 0.2em; color: var(--gerser-silver); }
.gerser-brand--med .gerser-brand__text { align-items: center; }
.gerser-brand--inline { gap: 10px; }
.gerser-brand--inline .gerser-brand__icon { height: 28px; }
.gerser-brand--inline .gerser-brand__name { font-size: 20px; letter-spacing: 0.16em; }

/* === NAV === */
.gerser-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 18px var(--gerser-gutter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(5, 13, 36, 0.88);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--gerser-line);
}
.gerser-nav__wrap {
    display: flex;
    align-items: center;
    gap: 28px;
}
.gerser-nav__links {
    display: flex;
    gap: 36px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gerser-nav__links li { list-style: none; }
.gerser-nav__links a {
    font-size: 14px;
    font-weight: 500;
    color: var(--gerser-silver);
    text-decoration: none;
    transition: color 0.2s;
}
.gerser-nav__links a:hover { color: var(--gerser-white); }
.gerser-nav__cta {
    padding: 11px 22px;
    background: var(--gerser-red);
    color: var(--gerser-white);
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
    border: 1px solid var(--gerser-red);
    text-decoration: none;
}
.gerser-nav__cta:hover { background: var(--gerser-red-bright); color: var(--gerser-white); }
.gerser-nav__hamburger {
    display: none;
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
}
.gerser-nav__hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--gerser-white);
    transition: transform 0.3s;
}

/* === COMMON === */
.gerser-pretitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--gerser-red-bright);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.gerser-pretitle::before { content: ''; width: 32px; height: 2px; background: var(--gerser-red-bright); }
.gerser-h2 {
    font-family: var(--gerser-font-display);
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    max-width: 760px;
    color: var(--gerser-white);
    margin: 0;
}
.gerser-h2--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.gerser-divider {
    width: 60px; height: 3px;
    background: var(--gerser-red-bright);
    margin: 32px 0;
}

/* === BUTTONS === */
.gerser-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}
.gerser-btn--primary { background: var(--gerser-red); color: var(--gerser-white); }
.gerser-btn--primary:hover { background: var(--gerser-red-bright); color: var(--gerser-white); transform: translateY(-2px); }
.gerser-btn--ghost { background: transparent; color: var(--gerser-white); border-color: var(--gerser-line-strong); }
.gerser-btn--ghost:hover { background: var(--gerser-white); color: var(--gerser-navy-deep); border-color: var(--gerser-white); }

/* === HERO === */
.gerser-hero {
    position: relative;
    min-height: 100vh;
    padding: 140px var(--gerser-gutter) 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 50%, rgba(28, 53, 104, 0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 30%, rgba(28, 53, 104, 0.3) 0%, transparent 50%),
        linear-gradient(135deg, var(--gerser-navy-deep) 0%, var(--gerser-navy-900) 100%);
}
.gerser-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 40%; height: 100%;
    background:
        linear-gradient(115deg, transparent 30%, rgba(225, 29, 42, 0.5) 31%, rgba(225, 29, 42, 0.5) 31.5%, transparent 32%),
        linear-gradient(120deg, transparent 50%, rgba(91, 197, 224, 0.3) 51%, transparent 52%),
        linear-gradient(125deg, transparent 70%, rgba(28, 53, 104, 0.4) 71%, transparent 73%);
    pointer-events: none;
}
.gerser-hero::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 50%; height: 100%;
    background:
        linear-gradient(60deg, transparent 60%, rgba(225, 29, 42, 0.3) 61%, transparent 62%),
        linear-gradient(65deg, transparent 75%, rgba(91, 130, 200, 0.4) 76%, transparent 77%);
    pointer-events: none;
}
.gerser-hero__inner {
    position: relative;
    max-width: var(--gerser-container);
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    z-index: 2;
}
.gerser-hero__pretitle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gerser-silver);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 28px;
}
.gerser-hero__pretitle::before { content: ''; width: 40px; height: 2px; background: var(--gerser-red-bright); }
.gerser-hero__title {
    font-family: var(--gerser-font-display);
    font-size: clamp(40px, 6vw, 76px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.025em;
    margin: 0 0 24px;
    color: var(--gerser-white);
}
.gerser-hero__title em {
    font-style: normal;
    color: var(--gerser-red-bright);
    position: relative;
    display: inline-block;
}
.gerser-hero__title em::after {
    content: '';
    position: absolute;
    bottom: -6px; left: 0; right: 0;
    height: 4px;
    background: var(--gerser-red-bright);
    transform: skewX(-15deg);
}
.gerser-hero__lede {
    font-size: 18px;
    color: var(--gerser-silver);
    margin: 0 0 36px;
    max-width: 540px;
    line-height: 1.6;
}
.gerser-hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.gerser-hero__brand { position: relative; text-align: center; padding: 48px 32px; }
.gerser-hero__stats {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.gerser-hero__stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--gerser-line);
    border-radius: 8px;
    padding: 18px 12px;
    border-top: 2px solid var(--gerser-red);
}
.gerser-hero__stat-num {
    font-family: var(--gerser-font-display);
    font-size: 26px;
    font-weight: 700;
    color: var(--gerser-white);
    line-height: 1;
}
.gerser-hero__stat-num em { font-style: normal; color: var(--gerser-red-bright); }
.gerser-hero__stat-label {
    font-size: 10px;
    color: var(--gerser-silver-mute);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
}

/* === ABOUT === */
.gerser-about {
    background: var(--gerser-navy-deep);
    padding: 120px var(--gerser-gutter);
}
.gerser-about__inner {
    max-width: var(--gerser-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.gerser-about__visual {
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.gerser-about__visual img { width: 100%; height: 100%; object-fit: cover; object-position: bottom left; }
.gerser-about__stamp {
    position: absolute;
    top: 16px; right: 16px;
    background: var(--gerser-red);
    color: var(--gerser-white);
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-radius: 4px;
}
.gerser-lead {
    font-size: 17px;
    color: var(--gerser-silver);
    line-height: 1.7;
    margin: 32px 0 20px;
}
.gerser-lead strong { color: var(--gerser-white); }
.gerser-highlight {
    font-family: var(--gerser-font-display);
    font-size: 20px;
    color: var(--gerser-white);
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}
.gerser-highlight em { font-style: normal; color: var(--gerser-red-bright); }

/* === GAMA OVERVIEW === */
.gerser-gama {
    background: var(--gerser-navy-deep);
    padding: 0 var(--gerser-gutter) 120px;
}
.gerser-gama__header {
    text-align: center;
    margin-bottom: 48px;
}
.gerser-gama__header .gerser-pretitle { justify-content: center; }
.gerser-gama__header .gerser-pretitle::after {
    content: ''; width: 32px; height: 2px; background: var(--gerser-red-bright);
}
.gerser-gama__visual {
    max-width: var(--gerser-container);
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--gerser-line-strong);
}
.gerser-gama__visual img { width: 100%; display: block; }

/* === EQUIPMENT GRID === */
.gerser-equipos {
    background: linear-gradient(180deg, var(--gerser-navy-deep) 0%, #02071a 100%);
    padding: 120px var(--gerser-gutter);
}
.gerser-equipos__header {
    max-width: var(--gerser-container);
    margin: 0 auto 56px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}
.gerser-equipos__lede {
    color: var(--gerser-silver);
    max-width: 420px;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.gerser-equipos__grid {
    max-width: var(--gerser-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.gerser-card {
    background: linear-gradient(160deg, var(--gerser-navy-800) 0%, var(--gerser-navy-900) 100%);
    border: 1px solid var(--gerser-line);
    border-radius: 14px;
    padding: 28px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.gerser-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gerser-red-bright);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.gerser-card:hover {
    border-color: var(--gerser-red);
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.gerser-card:hover::before { transform: scaleX(1); }
.gerser-card__num {
    font-family: var(--gerser-font-display);
    font-size: 12px;
    color: var(--gerser-silver-mute);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.gerser-card__visual {
    width: 100%;
    aspect-ratio: 1/1;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(28, 53, 104, 0.4) 0%, transparent 70%),
        linear-gradient(180deg, var(--gerser-navy-700) 0%, var(--gerser-navy-900) 100%);
    border: 1px solid var(--gerser-line);
    border-radius: 10px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.gerser-card__visual img {
    max-width: 75%;
    max-height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4));
}
.gerser-card__visual--cta {
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.15);
}
.gerser-card__cta-icon {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.9);
}
.gerser-card h3 {
    font-family: var(--gerser-font-display);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 1.2;
    color: var(--gerser-white);
}
.gerser-card p {
    color: var(--gerser-silver);
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
    margin: 0 0 20px;
}
.gerser-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gerser-red-bright);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: auto;
    text-decoration: none;
}
.gerser-card__link span { transition: transform 0.2s; }
.gerser-card:hover .gerser-card__link span { transform: translateX(4px); }
.gerser-card--cta {
    background: linear-gradient(135deg, var(--gerser-red) 0%, #8b0e1a 100%);
    border-color: var(--gerser-red);
}
.gerser-card--cta::before { background: var(--gerser-white); }
.gerser-card--cta:hover { border-color: var(--gerser-white); box-shadow: 0 20px 50px rgba(201, 26, 42, 0.4); }
.gerser-card--cta .gerser-card__num { color: rgba(255, 255, 255, 0.7); }
.gerser-card--cta p { color: rgba(255, 255, 255, 0.9); }
.gerser-card--cta .gerser-card__link { color: var(--gerser-white); }

/* === FEATURED === */
.gerser-featured {
    background: var(--gerser-navy-deep);
    padding: 120px var(--gerser-gutter);
    position: relative;
    overflow: hidden;
}
.gerser-featured::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 30%, rgba(225, 29, 42, 0.15) 31%, transparent 33%),
        linear-gradient(125deg, transparent 50%, rgba(91, 130, 200, 0.15) 51%, transparent 53%),
        radial-gradient(ellipse at 80% 20%, rgba(28, 53, 104, 0.3) 0%, transparent 60%);
    pointer-events: none;
}
.gerser-featured__inner {
    position: relative;
    max-width: var(--gerser-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 64px;
    align-items: center;
}
.gerser-featured__visual {
    aspect-ratio: 4/5;
    background:
        radial-gradient(ellipse at 30% 40%, rgba(28, 53, 104, 0.5) 0%, transparent 60%),
        linear-gradient(160deg, var(--gerser-navy-800) 0%, var(--gerser-navy-900) 100%);
    border-radius: 16px;
    border: 1px solid var(--gerser-line-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.gerser-featured__visual img {
    max-width: 75%;
    max-height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}
.gerser-featured__tag {
    display: inline-block;
    background: var(--gerser-red);
    color: var(--gerser-white);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gerser-featured__title {
    font-family: var(--gerser-font-display);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
    color: var(--gerser-white);
}
.gerser-featured__lede {
    color: var(--gerser-silver);
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 32px;
}
.gerser-benefits {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
}
.gerser-benefits li {
    padding: 14px 0;
    border-bottom: 1px solid var(--gerser-line);
    display: flex;
    align-items: flex-start;
    gap: 14px;
    list-style: none;
}
.gerser-benefits li:last-child { border-bottom: none; }
.gerser-benefits__check {
    flex-shrink: 0;
    width: 22px; height: 22px;
    background: var(--gerser-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gerser-white);
    font-size: 12px;
    font-weight: 700;
    margin-top: 1px;
}
.gerser-benefits strong {
    display: block;
    color: var(--gerser-white);
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 15px;
}
.gerser-benefits span {
    color: var(--gerser-silver);
    font-size: 14px;
    line-height: 1.5;
}

/* === CTA === */
.gerser-cta {
    background: var(--gerser-navy-deep);
    padding: 140px var(--gerser-gutter);
    position: relative;
    overflow: hidden;
}
.gerser-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 14%, rgba(225, 29, 42, 0.6) 14.3%, transparent 14.6%),
        linear-gradient(65deg, transparent 85%, rgba(225, 29, 42, 0.6) 85.3%, transparent 85.6%),
        linear-gradient(125deg, transparent 30%, rgba(91, 130, 200, 0.4) 30.3%, transparent 30.6%),
        linear-gradient(55deg, transparent 70%, rgba(91, 130, 200, 0.4) 70.3%, transparent 70.6%),
        radial-gradient(ellipse at 50% 30%, rgba(28, 53, 104, 0.4) 0%, transparent 60%);
    pointer-events: none;
}
.gerser-cta__inner {
    position: relative;
    max-width: var(--gerser-container);
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.gerser-cta__title {
    font-family: var(--gerser-font-display);
    font-size: clamp(28px, 3.4vw, 38px);
    font-weight: 500;
    line-height: 1.35;
    max-width: 820px;
    margin: 36px auto;
    color: var(--gerser-silver);
}
.gerser-cta__title strong { color: var(--gerser-white); font-weight: 700; }
.gerser-cta__big-btn {
    background: linear-gradient(135deg, rgba(28, 53, 104, 0.5) 0%, rgba(28, 53, 104, 0.25) 100%);
    color: var(--gerser-white);
    padding: 24px 64px;
    border-radius: 8px;
    font-family: var(--gerser-font-display);
    font-size: 22px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
    border: 1px solid rgba(91, 130, 200, 0.4);
    margin-bottom: 56px;
    backdrop-filter: blur(6px);
    text-decoration: none;
}
.gerser-cta__big-btn:hover {
    background: var(--gerser-red);
    border-color: var(--gerser-red);
    transform: translateY(-2px);
    box-shadow: 0 18px 48px rgba(225, 29, 42, 0.4);
    color: var(--gerser-white);
}
.gerser-cta__contacts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 48px;
    border-top: 1px solid var(--gerser-line);
}
.gerser-contact { text-align: center; padding: 8px; }
.gerser-contact__icon { width: 36px; height: 36px; margin: 0 auto 12px; display: block; }
.gerser-contact__label {
    font-size: 10px;
    color: var(--gerser-silver-mute);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    margin-bottom: 6px;
}
.gerser-contact__value {
    font-family: var(--gerser-font-display);
    font-size: 16px;
    font-weight: 500;
    color: var(--gerser-white);
    line-height: 1.4;
    word-break: break-word;
}
.gerser-contact__value a { color: var(--gerser-white); transition: color 0.2s; text-decoration: none; }
.gerser-contact__value a:hover { color: var(--gerser-red-bright); }
.gerser-cta__address {
    margin-top: 48px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--gerser-line);
    border-radius: 6px;
    color: var(--gerser-silver);
    font-size: 14px;
}
.gerser-cta__address img { width: 18px; height: 18px; flex-shrink: 0; }
.gerser-cta__address strong { color: var(--gerser-white); }

/* === FOOTER === */
.gerser-footer {
    background: #020717;
    padding: 56px var(--gerser-gutter) 28px;
    border-top: 1px solid var(--gerser-line);
}
.gerser-footer__inner {
    max-width: var(--gerser-container);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
.gerser-footer__brand p {
    color: var(--gerser-silver-mute);
    font-size: 13px;
    line-height: 1.6;
    margin-top: 16px;
    max-width: 320px;
}
.gerser-footer__col h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--gerser-silver);
    margin: 0 0 16px;
    font-weight: 700;
}
.gerser-footer__col ul { list-style: none; margin: 0; padding: 0; }
.gerser-footer__col li { margin-bottom: 10px; list-style: none; }
.gerser-footer__col a {
    color: var(--gerser-silver-mute);
    font-size: 13px;
    transition: color 0.2s;
    text-decoration: none;
}
.gerser-footer__col a:hover { color: var(--gerser-white); }
.gerser-footer__bottom {
    max-width: var(--gerser-container);
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid var(--gerser-line);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--gerser-silver-mute);
    font-size: 12px;
}
.gerser-footer__bottom a { color: var(--gerser-silver); text-decoration: none; }
.gerser-footer__bottom a:hover { color: var(--gerser-white); }

/* === RESPONSIVE === */
@media (max-width: 980px) {
    .gerser-nav__hamburger { display: flex; }
    .gerser-nav__wrap {
        position: fixed;
        top: 0; right: -100%;
        width: 80%;
        max-width: 360px;
        height: 100vh;
        background: var(--gerser-navy-deep);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        transition: right 0.3s;
        z-index: 99;
    }
    .gerser-nav__wrap.active { right: 0; }
    .gerser-nav__links { flex-direction: column; gap: 24px; }
    .gerser-nav__hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .gerser-nav__hamburger.active span:nth-child(2) { opacity: 0; }
    .gerser-nav__hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .gerser-hero__inner { grid-template-columns: 1fr; gap: 40px; }
    .gerser-brand--big .gerser-brand__icon { height: 64px; }
    .gerser-brand--big .gerser-brand__name { font-size: 52px; }
    .gerser-about__inner { grid-template-columns: 1fr; gap: 40px; }
    .gerser-equipos__grid { grid-template-columns: repeat(2, 1fr); }
    .gerser-featured__inner { grid-template-columns: 1fr; gap: 32px; }
    .gerser-cta__contacts { grid-template-columns: 1fr; gap: 16px; }
    .gerser-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
    .gerser-about, .gerser-equipos, .gerser-featured, .gerser-cta { padding-top: 80px; padding-bottom: 80px; }
}
@media (max-width: 640px) {
    .gerser-about__visual { aspect-ratio: 5/4; }
    .gerser-about__stamp { padding: 9px 14px; font-size: 13px; }
    .gerser-equipos__grid { grid-template-columns: 1fr; }
    .gerser-footer__inner { grid-template-columns: 1fr; }
    .gerser-hero__stats { grid-template-columns: 1fr; max-width: 100%; }
}

/* ===== EQUIPMENT MODAL ===== */
.gerser-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5, 13, 36, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.gerser-modal.is-open {
    display: flex;
    animation: gerser-modal-fade 0.2s ease-out;
}
@keyframes gerser-modal-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.gerser-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 1080px;
    background: linear-gradient(135deg, var(--gerser-navy-900) 0%, var(--gerser-navy-800) 100%);
    border: 1px solid var(--gerser-line-strong);
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(201, 26, 42, 0.2);
    overflow: hidden;
    max-height: calc(100vh - 48px);
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    animation: gerser-modal-rise 0.25s ease-out;
    box-sizing: border-box;
}
@keyframes gerser-modal-rise {
    from { transform: translateY(16px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}
.gerser-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--gerser-line-strong);
    background: rgba(255, 255, 255, 0.06);
    color: var(--gerser-white);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
}
.gerser-modal__close:hover {
    background: var(--gerser-red);
    border-color: var(--gerser-red);
    transform: rotate(90deg);
}
.gerser-modal__visual {
    position: relative;
    background: radial-gradient(circle at 30% 30%, rgba(28, 53, 104, 0.6), transparent 60%), var(--gerser-navy-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    min-height: 320px;
}
.gerser-modal__visual::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, var(--gerser-red) 50%, transparent);
}
.gerser-modal__visual img {
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}
.gerser-modal__visual iframe {
    max-width: 100%;
    max-height: 360px;
    width: 560px;
    height: 315px;
    border-radius: 4px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

/* Video Thumbnail (Custom Image + Logo + Play) */
.gerser-video-thumbnail {
    position: relative;
    width: 560px;
    height: 315px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}
.gerser-video-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: transform 0.3s ease;
}
.gerser-video-thumbnail:hover .gerser-video-thumbnail__image {
    transform: scale(1.02);
}
.gerser-video-thumbnail__logo {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 10px;
    border-radius: 4px;
    font-family: var(--gerser-font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--gerser-white);
    z-index: 3;
    backdrop-filter: blur(10px);
}
.gerser-video-thumbnail__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(201, 26, 42, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}
.gerser-video-thumbnail:hover .gerser-video-thumbnail__play {
    background: rgba(201, 26, 42, 1);
    transform: translate(-50%, -50%) scale(1.1);
}
.gerser-video-thumbnail__play::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: 8px;
}

/* Video Overlay */
.gerser-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
    animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.gerser-video-overlay__content {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
}
.gerser-video-overlay__content iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
}
.gerser-video-overlay__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: var(--gerser-white);
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}
.gerser-video-overlay__close:hover {
    color: var(--gerser-red);
}

.gerser-modal__body {
    padding: 48px 48px 40px;
    overflow-y: auto;
    color: var(--gerser-white);
    box-sizing: border-box;
    width: 100%;
}
.gerser-modal__num {
    font-family: var(--gerser-font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gerser-red-bright);
    margin-bottom: 12px;
}
.gerser-modal__title {
    font-family: var(--gerser-font-display);
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 18px;
    color: var(--gerser-white);
}
.gerser-modal__lede {
    font-size: 15px;
    line-height: 1.6;
    color: var(--gerser-silver);
    margin: 0 0 24px;
}
.gerser-modal__benefits-title {
    font-family: var(--gerser-font-display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gerser-white);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gerser-line);
}
.gerser-modal__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 14px;
}
.gerser-modal__benefits li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
}
.gerser-modal__benefits-expand {
    display: none !important;
}
.gerser-modal__benefits-hidden {
    display: grid !important;
}
.gerser-modal__benefits-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--gerser-red);
    margin-top: 3px;
    position: relative;
    flex-shrink: 0;
}
.gerser-modal__benefits-dot::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--gerser-red);
}
.gerser-modal__benefits strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--gerser-white);
    margin-bottom: 2px;
}
.gerser-modal__benefits span {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--gerser-silver);
}
.gerser-modal__note {
    font-size: 13px;
    line-height: 1.6;
    color: var(--gerser-silver-mute);
    border-top: 1px solid var(--gerser-line);
    padding-top: 18px;
    margin: 0 0 24px;
    font-style: italic;
}
.gerser-modal__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gerser-red);
    color: var(--gerser-white);
    padding: 14px 28px;
    border-radius: 999px;
    font-family: var(--gerser-font-display);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 10px 28px rgba(201, 26, 42, 0.35);
}
.gerser-modal__cta:hover {
    background: var(--gerser-red-bright);
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(201, 26, 42, 0.5);
}
body.gerser-no-scroll {
    overflow: hidden;
}
@media (max-width: 860px) {
    .gerser-modal { padding: 12px; align-items: flex-start; padding-top: 32px; }
    .gerser-modal__dialog {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 64px);
    }
    .gerser-modal__visual {
        min-height: 220px;
        padding: 28px;
    }
    .gerser-modal__visual::before {
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--gerser-red) 50%, transparent);
    }
    .gerser-modal__visual img { max-height: 200px; }
    .gerser-modal__visual iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; }
    .gerser-modal__body { padding: 28px 24px; }
    .gerser-modal__title { font-size: clamp(24px, 5vw, 32px); }
    .gerser-modal__cta { width: 100%; text-align: center; justify-content: center; }
}
/* === MOBILE (640px) — BOTTOM SHEET REDESIGN === */
@media (max-width: 640px) {
    body.gerser-no-scroll { overflow: hidden; }

    /* Container: full viewport, flex for bottom alignment */
    .gerser-modal {
        padding: 0 !important;
        overflow: hidden !important;
        align-items: flex-end !important;
        width: 100vw;
        left: 0;
        right: 0;
    }
    .gerser-modal.is-open {
        display: flex !important;
    }

    /* Dialog: bottom sheet, full-width, NO padding */
    .gerser-modal__dialog {
        position: relative;
        width: 100vw;
        max-width: none;
        max-height: 90vh;
        margin: 0;
        padding: 0;
        grid-template-columns: 1fr !important;
        border-radius: 24px 24px 0 0;
        border: none;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
        display: flex !important;
        flex-direction: column;
        overflow: hidden;
    }

    /* Visual section (video) */
    .gerser-modal__visual {
        min-height: auto;
        max-height: 240px;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .gerser-modal__visual img,
    .gerser-modal__visual iframe {
        max-height: 210px;
        max-width: 100%;
    }
    .gerser-modal__visual::before {
        display: none;
    }

    /* Body: scrollable, benefits visible */
    .gerser-modal__body {
        padding: 16px 16px 80px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        flex: 1;
    }

    /* Close button: bottom-right corner (thumb-friendly) */
    .gerser-modal__close {
        position: fixed;
        bottom: 20px;
        right: 20px;
        top: auto;
        width: 44px;
        height: 44px;
        z-index: 2000;
    }

    /* Title: compact */
    .gerser-modal__title {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    /* Description: small */
    .gerser-modal__lede {
        font-size: 13px;
        margin-bottom: 16px;
    }

    /* Benefits: show 3, rest hidden */
    .gerser-modal__benefits-title {
        font-size: 11px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .gerser-modal__benefits {
        gap: 10px;
        margin-bottom: 12px;
    }
    .gerser-modal__benefits li {
        grid-template-columns: 18px 1fr;
    }
    .gerser-modal__benefits li:nth-child(4) {
        display: flex !important;
    }
    .gerser-modal__benefits li:nth-child(n+5) {
        display: none;
    }
    .gerser-modal__benefits li:nth-child(n+5).is-visible {
        display: grid !important;
    }

    /* Expand button styling */
    .gerser-modal__benefits-expand {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        padding: 8px 0;
    }
    .gerser-modal__benefits-toggle {
        background: none;
        border: none;
        color: #c91a2a;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        padding: 0;
        text-decoration: none;
        font-family: inherit;
        display: inline-block;
    }
    .gerser-modal__benefits-toggle:hover {
        text-decoration: underline;
    }
    .gerser-modal__benefits-dot {
        width: 16px;
        height: 16px;
    }
    .gerser-modal__benefits strong {
        font-size: 13px;
    }
    .gerser-modal__benefits span {
        font-size: 12px;
    }

    /* CTA: small button, centered */
    .gerser-modal__cta {
        display: inline-flex !important;
        padding: 9px 14px !important;
        font-size: 11px !important;
        width: auto !important;
        margin: 12px auto 0 !important;
        height: auto;
    }

    /* Note: hidden on mobile */
    .gerser-modal__note {
        display: none;
    }
}

/* ===== MOBILE OPTIMIZATIONS — 1C / 2C / 3D / 5B ===== */

/* ---- WhatsApp floating button (1C / 4B) ---- */
.gerser-wa-float {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45), 0 4px 14px rgba(0, 0, 0, 0.25);
    z-index: 900;
    transition: transform 0.2s, box-shadow 0.2s;
}
.gerser-wa-float:hover,
.gerser-wa-float:focus-visible {
    transform: scale(1.05);
    box-shadow: 0 14px 38px rgba(37, 211, 102, 0.55), 0 6px 18px rgba(0, 0, 0, 0.3);
    outline: none;
}
.gerser-wa-float::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.5);
    animation: gerser-wa-pulse 2.4s ease-out infinite;
}
@keyframes gerser-wa-pulse {
    0%   { transform: scale(1);    opacity: 0.8; }
    100% { transform: scale(1.35); opacity: 0; }
}

/* Show floating WhatsApp on tablet/mobile */
@media (max-width: 980px) {
    .gerser-wa-float { display: flex; }
}
/* Don't overlap with sticky modal close */
body.gerser-no-scroll .gerser-wa-float { display: none; }

/* ---- Hero mobile (2C) ---- */
@media (max-width: 640px) {
    .gerser-hero { padding-top: 100px; padding-bottom: 60px; }
    .gerser-hero__title { font-size: clamp(34px, 9vw, 44px); }
    .gerser-hero__lede { font-size: 15px; }
    /* Single primary CTA only — hide ghost */
    .gerser-hero__ctas .gerser-btn--ghost { display: none; }
    .gerser-hero__ctas .gerser-btn--primary {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 16px 24px;
        font-size: 15px;
    }
    /* Stats horizontal 3-col */
    .gerser-hero__stats {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px;
        max-width: 100%;
    }
    .gerser-hero__stat { padding: 12px 4px; }
    .gerser-hero__stat-num { font-size: 28px; }
    .gerser-hero__stat-label { font-size: 10px; letter-spacing: 1px; }
    /* Hide big brand block — already see logo in nav */
    .gerser-hero__brand .gerser-brand--big { display: none; }
}

/* ---- Modal as bottom sheet on mobile (3D) ---- */
@media (max-width: 720px) {
    .gerser-modal {
        padding: 0;
        align-items: flex-end;
    }
    .gerser-modal__dialog {
        max-width: 100%;
        max-height: 92vh;
        border-radius: 22px 22px 0 0;
        animation: gerser-sheet-rise 0.28s ease-out;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }
    @keyframes gerser-sheet-rise {
        from { transform: translateY(100%); }
        to   { transform: translateY(0); }
    }
    /* Drag handle on top */
    .gerser-modal__dialog::before {
        content: '';
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 44px;
        height: 4px;
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.3);
        z-index: 3;
    }
    .gerser-modal__close {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
    .gerser-modal__visual {
        min-height: 200px;
        padding: 32px 24px 20px;
    }
    .gerser-modal__visual::before {
        top: auto;
        left: 20%;
        right: 20%;
        bottom: 0;
        width: auto;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--gerser-red) 50%, transparent);
    }
    .gerser-modal__visual img { max-height: 180px; }
    .gerser-modal__visual iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; }
    .gerser-modal__body { padding: 24px 24px 32px; }
    .gerser-modal__title { font-size: 24px; }
    .gerser-modal__lede { font-size: 14px; }
    .gerser-modal__cta {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 16px 24px;
    }
}

/* ---- Contact buttons stacked tap-to-action (5B) ---- */
.gerser-contact {
    text-decoration: none;
    color: inherit;
}
.gerser-contact__arrow {
    display: none;
}
.gerser-contact--wa .gerser-contact__icon--svg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gerser-red);
}

@media (max-width: 640px) {
    .gerser-cta__contacts {
        display: flex !important;
        flex-direction: column;
        gap: 12px !important;
    }
    .gerser-contact {
        display: grid;
        grid-template-columns: 44px 1fr auto;
        grid-template-rows: auto auto;
        column-gap: 14px;
        row-gap: 2px;
        align-items: center;
        padding: 16px 18px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid var(--gerser-line-strong);
        border-radius: 14px;
        text-align: left;
        transition: background 0.2s, border-color 0.2s, transform 0.15s;
    }
    .gerser-contact:active {
        transform: scale(0.98);
        background: rgba(255, 255, 255, 0.08);
    }
    .gerser-contact--wa {
        background: rgba(37, 211, 102, 0.08);
        border-color: rgba(37, 211, 102, 0.35);
    }
    .gerser-contact--wa .gerser-contact__icon--svg {
        color: #25D366;
    }
    .gerser-contact__icon {
        grid-row: 1 / span 2;
        width: 44px;
        height: 44px;
        margin: 0;
        object-fit: contain;
    }
    .gerser-contact__icon--svg {
        width: 44px;
        height: 44px;
    }
    .gerser-contact__label {
        grid-column: 2;
        grid-row: 1;
        font-size: 11px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color: var(--gerser-silver-mute);
        margin: 0;
    }
    .gerser-contact__value {
        grid-column: 2;
        grid-row: 2;
        font-size: 16px;
        font-weight: 600;
        color: var(--gerser-white);
        margin: 0;
    }
    .gerser-contact__arrow {
        display: block;
        grid-column: 3;
        grid-row: 1 / span 2;
        font-size: 22px;
        color: var(--gerser-silver-mute);
    }
    /* Address compact */
    .gerser-cta__address {
        margin-top: 18px;
        padding: 14px 18px;
        font-size: 13px;
        text-align: left;
        text-decoration: none;
        color: var(--gerser-silver);
        background: transparent;
        border: 1px dashed var(--gerser-line-strong);
        border-radius: 12px;
        display: grid;
        grid-template-columns: 22px 1fr;
        gap: 10px;
        align-items: start;
    }
    .gerser-cta__address img { width: 22px; margin: 2px 0 0; }
    .gerser-cta__address strong { color: var(--gerser-white); }

    /* Cta big-btn full width */
    .gerser-cta__big-btn {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 16px 20px;
        font-size: 15px;
    }
    .gerser-cta__title { font-size: 22px; line-height: 1.3; }
}

/* ---- Equipos cards compact mobile ---- */
@media (max-width: 640px) {
    .gerser-card { padding: 24px; }
    .gerser-card h3 { font-size: 20px; }
    .gerser-card__visual { height: 140px; }
    .gerser-card__link { font-size: 14px; }
    .gerser-equipos { padding-top: 60px; padding-bottom: 60px; }
    .gerser-equipos__header { gap: 20px; }
}

/* ---- About compact ---- */
@media (max-width: 640px) {
    .gerser-about { padding-top: 60px; padding-bottom: 60px; }
    .gerser-about__visual img { aspect-ratio: 16 / 10; object-fit: cover; }
    .gerser-h2 { font-size: clamp(26px, 6vw, 32px); }
}

/* ---- Nav minimal on mobile (1C) ---- */
@media (max-width: 980px) {
    .gerser-nav__wrap .gerser-nav__cta { display: none; }
}

/* ---- Footer compact ---- */
@media (max-width: 640px) {
    .gerser-footer { padding-top: 40px; }
    .gerser-footer__inner { gap: 28px; }
    .gerser-footer__col h4 { margin-bottom: 10px; }
    .gerser-footer__bottom { padding: 18px 0; font-size: 12px; flex-direction: column; gap: 10px; text-align: center; }
    /* Space for floating WA button so footer isn't covered */
    .gerser-footer { padding-bottom: 100px; }
}

/* ===== MOBILE NAV CLOSE BUTTON + BACKDROP ===== */
.gerser-nav__close {
    display: none;
    position: absolute;
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--gerser-line-strong);
    background: rgba(255, 255, 255, 0.06);
    color: var(--gerser-white);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.gerser-nav__close:hover,
.gerser-nav__close:focus-visible {
    background: var(--gerser-red);
    border-color: var(--gerser-red);
    transform: rotate(90deg);
    outline: none;
}
.gerser-nav__backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(5, 13, 36, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 98;
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
}
.gerser-nav__backdrop.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 980px) {
    .gerser-nav__close { display: flex; }
    .gerser-nav__wrap {
        padding-top: 80px;
        box-shadow: -20px 0 60px rgba(0, 0, 0, 0.4);
    }
    .gerser-nav__links a {
        font-size: 20px;
        font-weight: 600;
        padding: 8px 0;
    }
    /* Responsive video thumbnail */
    .gerser-video-thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 640px) {
    /* Mobile video thumbnail */
    .gerser-video-thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .gerser-video-thumbnail__play {
        width: 60px;
        height: 60px;
    }
    .gerser-video-thumbnail__play::after {
        border-left: 22px solid white;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin-left: 6px;
    }
    .gerser-video-thumbnail__logo {
        top: 8px;
        right: 8px;
        font-size: 10px;
        padding: 4px 8px;
    }
}

/* ===== SECCIÓN COMODATO ===== */
.gerser-comodato {
    background: linear-gradient(135deg, #0a1838 0%, #050d24 100%);
    padding: 80px var(--gerser-gutter);
    text-align: center;
}
.gerser-comodato__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.gerser-comodato__lede {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin: 24px auto 60px;
    max-width: 800px;
    line-height: 1.6;
}
.gerser-comodato__benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .gerser-comodato__benefits {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    .gerser-comodato__benefit {
        padding: 32px 24px;
    }
    .gerser-comodato__benefit-num {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .gerser-comodato__benefit h3 {
        font-size: 16px;
    }
    .gerser-comodato__benefit p {
        font-size: 13px;
    }
}
.gerser-comodato__benefit {
    text-align: center;
    background: rgba(255,255,255,0.05);
    padding: 24px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}
.gerser-comodato__benefit-num {
    font-family: var(--gerser-font-display);
    font-size: 24px;
    font-weight: 700;
    color: rgba(201, 26, 42, 0.6);
    margin-bottom: 12px;
    display: block;
}
.gerser-comodato__benefit h3 {
    font-family: var(--gerser-font-display);
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
    line-height: 1.3;
}
.gerser-comodato__benefit p {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

/* ===== FOOTER ===== */
.gerser-footer {
    background: #050d24;
    border-top: 1px solid rgba(201, 26, 42, 0.2);
    padding: 24px 20px;
    text-align: center;
}
.gerser-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}
.gerser-footer__inner p {
    margin: 0;
}
.gerser-footer__link {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}
.gerser-footer__link:hover {
    color: #c91a2a;
}
