/* =============================================================================
   Kluub — Landing page moderna
   Paleta azul profesional, clean, SaaS.
   ============================================================================= */

:root {
    --gc-blue:        #2563eb;
    --gc-blue-dark:   #1d4ed8;
    --gc-blue-light:  #eff6ff;
    --gc-blue-mid:    #dbeafe;
    --gc-dark:        #0f172a;
    --gc-slate:       #475569;
    --gc-muted:       #94a3b8;
    --gc-border:      #e2e8f0;
    --gc-bg:          #f8fafc;
    --gc-white:       #ffffff;
    --gc-green:       #16a34a;
    --gc-green-light: #dcfce7;
    --gc-orange:      #ea580c;
    --gc-purple:      #7c3aed;
    --gc-shadow-sm:   0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
    --gc-shadow-md:   0 4px 24px -4px rgba(15,23,42,0.10), 0 2px 8px -2px rgba(15,23,42,0.06);
    --gc-shadow-lg:   0 20px 60px -12px rgba(15,23,42,0.18), 0 8px 20px -6px rgba(15,23,42,0.08);
    --gc-radius:      12px;
    --gc-radius-lg:   20px;
}

/* --- Reset / Base ---------------------------------------------------------- */
* { -webkit-font-smoothing: antialiased; box-sizing: border-box; }

.gc-page {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--gc-dark);
    background: var(--gc-white);
    line-height: 1.65;
}

.gc-page h1, .gc-page h2, .gc-page h3, .gc-page h4, .gc-page h5 {
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--gc-dark);
    line-height: 1.2;
}

/* --- Navbar ---------------------------------------------------------------- */
.gc-nav {
    background: rgba(255,255,255,0.92);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom: 1px solid transparent;
    transition: all .25s ease;
    position: sticky;
    top: 0;
    z-index: 1050;
    padding: .85rem 0;
}
.gc-nav.scrolled {
    border-bottom-color: var(--gc-border);
    box-shadow: var(--gc-shadow-sm);
}
.gc-nav-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.gc-brand {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    text-decoration: none;
    white-space: nowrap;
}
.gc-brand:hover { text-decoration: none; opacity: .88; }
.gc-brand-mark {
    display: block;
    flex-shrink: 0;
    /* SVG ya tiene su propio aspect ratio */
}
.gc-brand-name {
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    color: #0C1C3E;
    line-height: 1;
}
.gc-nav.scrolled .gc-brand-name { color: #0C1C3E; }
/* Alias legacy (por si algo todavía lo referencia) */
.gc-brand-icon {
    width: 36px; height: 36px;
    background: var(--gc-blue);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.1rem;
    flex-shrink: 0;
}
.gc-nav-links {
    display: flex;
    align-items: center;
    gap: .25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    justify-content: center;
}
.gc-nav-links a {
    color: var(--gc-slate);
    font-weight: 500;
    font-size: .95rem;
    padding: .4rem .85rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}
.gc-nav-links a:hover {
    color: var(--gc-blue);
    background: var(--gc-blue-light);
}
.gc-nav-actions {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-shrink: 0;
}
.gc-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 600;
    font-size: .9rem;
    padding: .55rem 1.25rem;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
}
.gc-btn-primary {
    background: var(--gc-blue);
    color: #fff;
    box-shadow: 0 1px 3px rgba(37,99,235,0.4);
}
.gc-btn-primary:hover {
    background: var(--gc-blue-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(37,99,235,0.35);
    text-decoration: none;
}
.gc-btn-ghost {
    background: transparent;
    color: var(--gc-slate);
}
.gc-btn-ghost:hover {
    color: var(--gc-blue);
    background: var(--gc-blue-light);
    text-decoration: none;
}
.gc-btn-outline {
    background: var(--gc-white);
    color: var(--gc-blue);
    border: 1.5px solid var(--gc-border);
}
.gc-btn-outline:hover {
    border-color: var(--gc-blue);
    background: var(--gc-blue-light);
    text-decoration: none;
}
.gc-btn-lg {
    padding: .8rem 1.75rem;
    font-size: 1rem;
    border-radius: 12px;
}
.gc-btn-xl {
    padding: 1rem 2rem;
    font-size: 1.05rem;
    border-radius: 14px;
}

/* --- Hamburger (mobile) ---------------------------------------------------- */
.gc-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: .4rem;
    color: var(--gc-dark);
    font-size: 1.5rem;
    margin-left: auto;
}

/* --- Hero ------------------------------------------------------------------ */
.gc-hero {
    padding: 5.5rem 0 4rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 60% -10%, rgba(37,99,235,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 100% 50%, rgba(124,58,237,0.04) 0%, transparent 60%),
        var(--gc-white);
}
.gc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(37,99,235,0.06) 1px, transparent 0);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 30%, #000 20%, transparent 70%);
    pointer-events: none;
}
.gc-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.gc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--gc-blue-light);
    color: var(--gc-blue);
    padding: .35rem 1rem;
    border-radius: 100px;
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid var(--gc-blue-mid);
    margin-bottom: 1.5rem;
}
.gc-hero-badge .badge-dot {
    width: 6px; height: 6px;
    background: var(--gc-blue);
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(.7); }
}
.gc-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    margin: 0 0 1.25rem;
    line-height: 1.08;
}
.gc-hero h1 .text-blue { color: var(--gc-blue); }
.gc-hero .hero-sub {
    font-size: 1.1rem;
    color: var(--gc-slate);
    margin-bottom: 2rem;
    line-height: 1.65;
}
.gc-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 2.25rem;
    display: flex;
    flex-direction: column;
    gap: .65rem;
}
.gc-hero-bullets li {
    display: flex;
    align-items: center;
    gap: .65rem;
    font-size: .95rem;
    color: var(--gc-slate);
}
.gc-hero-bullets li .check {
    width: 20px; height: 20px;
    background: var(--gc-green-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gc-green);
    font-size: .7rem;
    flex-shrink: 0;
}
.gc-hero-ctas {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}
.gc-hero-metrics {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--gc-border);
}
.gc-hero-metrics .m-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gc-dark);
    line-height: 1;
}
.gc-hero-metrics .m-label {
    font-size: .8rem;
    color: var(--gc-muted);
    margin-top: .2rem;
}

/* --- Dashboard Mockup ------------------------------------------------------ */
.gc-mockup-wrap {
    position: relative;
}
.gc-mockup {
    background: var(--gc-white);
    border-radius: 16px;
    box-shadow: var(--gc-shadow-lg);
    overflow: hidden;
    border: 1px solid var(--gc-border);
    transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
    transition: transform .5s ease;
}
.gc-mockup:hover {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}
.mockup-topbar {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    background: var(--gc-bg);
    border-bottom: 1px solid var(--gc-border);
}
.mockup-topbar .mdot {
    width: 10px; height: 10px;
    border-radius: 50%;
}
.mockup-topbar .mdot-r { background: #ef4444; }
.mockup-topbar .mdot-y { background: #f59e0b; }
.mockup-topbar .mdot-g { background: #22c55e; }
.mockup-topbar .mtitle {
    flex: 1;
    text-align: center;
    font-size: .75rem;
    color: var(--gc-muted);
    font-weight: 500;
}
.mockup-body {
    padding: 1.25rem;
    background: var(--gc-bg);
}
.mockup-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .6rem;
    margin-bottom: 1rem;
}
.mkpi {
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: 10px;
    padding: .85rem .75rem;
}
.mkpi-label {
    font-size: .65rem;
    color: var(--gc-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .25rem;
}
.mkpi-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gc-dark);
    line-height: 1;
}
.mkpi-badge {
    display: inline-block;
    font-size: .6rem;
    padding: .1rem .4rem;
    border-radius: 4px;
    margin-top: .25rem;
    font-weight: 600;
}
.mkpi-badge.up { background: #dcfce7; color: #15803d; }
.mkpi-badge.dw { background: #fee2e2; color: #dc2626; }
.mockup-list {
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: 10px;
    overflow: hidden;
}
.mlist-head {
    padding: .65rem 1rem;
    font-size: .7rem;
    font-weight: 600;
    color: var(--gc-muted);
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid var(--gc-border);
    background: var(--gc-bg);
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: .5rem;
}
.mlist-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: .5rem;
    align-items: center;
    padding: .55rem 1rem;
    border-bottom: 1px solid var(--gc-border);
    font-size: .8rem;
}
.mlist-row:last-child { border-bottom: 0; }
.mlist-row .mav {
    width: 26px; height: 26px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: .65rem; font-weight: 700; margin-right: .5rem;
    color: #fff;
}
.mav-b  { background: #3b82f6; }
.mav-g  { background: #22c55e; }
.mav-o  { background: #f59e0b; }
.mav-p  { background: #8b5cf6; }
.mpill {
    display: inline-block;
    font-size: .65rem;
    padding: .15rem .55rem;
    border-radius: 100px;
    font-weight: 600;
}
.mpill-blue   { background: #dbeafe; color: #1e40af; }
.mpill-green  { background: #dcfce7; color: #15803d; }
.mpill-orange { background: #ffedd5; color: #9a3412; }

/* Decoración del mockup */
.gc-mockup-badge {
    position: absolute;
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: 12px;
    padding: .65rem 1rem;
    box-shadow: var(--gc-shadow-md);
    display: flex; align-items: center; gap: .6rem;
    font-size: .8rem; font-weight: 600; white-space: nowrap;
    color: var(--gc-dark);
}
.gc-mockup-badge .badge-icon {
    width: 30px; height: 30px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: .95rem;
}
/* Los badges flotantes "salen" del mockup por la esquina; tienen ~50px de alto
   y la topbar del mockup ~34px, así que un offset chico (-14px) hacía que el
   badge cayera encima del título "Kluub — Panel de club". Subimos el top-left
   lo suficiente para que el badge quede claramente por encima de la topbar. */
.gc-mockup-badge.b-top-left {
    top: -38px; left: -28px;
    animation: float-badge 5s ease-in-out infinite;
}
.gc-mockup-badge.b-bottom-right {
    bottom: -22px; right: -22px;
    animation: float-badge 5s ease-in-out infinite .5s;
}
@keyframes float-badge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* --- Trust bar ------------------------------------------------------------- */
.gc-trust {
    padding: 2rem 0;
    border-top: 1px solid var(--gc-border);
    border-bottom: 1px solid var(--gc-border);
    background: var(--gc-white);
}
.gc-trust-label {
    font-size: .75rem;
    color: var(--gc-muted);
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 1.25rem;
    font-weight: 600;
}
.gc-trust-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}
.gc-trust-logos .trust-logo {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--gc-muted);
    font-weight: 700;
    font-size: 1rem;
    opacity: .7;
    transition: opacity .2s;
}
.gc-trust-logos .trust-logo:hover { opacity: 1; }
.gc-trust-logos .trust-logo .tl-icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
    opacity: .6;
}

/* --- Secciones genéricas --------------------------------------------------- */
.gc-section {
    padding: 5.5rem 0;
}
.gc-section-alt {
    background: var(--gc-bg);
}
.gc-section-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: var(--gc-blue-light);
    color: var(--gc-blue);
    padding: .3rem .85rem;
    border-radius: 100px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 1rem;
}
.gc-section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    max-width: 680px;
    margin: 0 auto .75rem;
    text-align: center;
}
.gc-section-sub {
    color: var(--gc-slate);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.65;
}
.gc-section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

/* --- Feature cards --------------------------------------------------------- */
.gc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.gc-feature-card {
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius-lg);
    padding: 2rem 1.75rem;
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}
.gc-feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--fc-color, var(--gc-blue));
    opacity: 0;
    transition: opacity .25s;
}
.gc-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gc-shadow-md);
    border-color: transparent;
}
.gc-feature-card:hover::before { opacity: 1; }
.gc-feature-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    background: var(--fc-bg, var(--gc-blue-light));
    color: var(--fc-color, var(--gc-blue));
}
.gc-feature-card h3 {
    font-size: 1.05rem;
    margin-bottom: .5rem;
}
.gc-feature-card p {
    color: var(--gc-slate);
    font-size: .9rem;
    margin: 0;
    line-height: 1.6;
}
/* Colores por feature */
.fc-blue   { --fc-color: #2563eb; --fc-bg: #eff6ff; }
.fc-green  { --fc-color: #16a34a; --fc-bg: #f0fdf4; }
.fc-orange { --fc-color: #ea580c; --fc-bg: #fff7ed; }
.fc-purple { --fc-color: #7c3aed; --fc-bg: #f5f3ff; }
.fc-red    { --fc-color: #dc2626; --fc-bg: #fef2f2; }
.fc-teal   { --fc-color: #0d9488; --fc-bg: #f0fdfa; }

/* --- Showcase (módulos alternados) ---------------------------------------- */
.gc-showcase-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 5rem;
}
.gc-showcase-row:last-child { margin-bottom: 0; }
.gc-showcase-row.reverse { direction: rtl; }
.gc-showcase-row.reverse > * { direction: ltr; }
.gc-showcase-visual {
    border-radius: var(--gc-radius-lg);
    overflow: hidden;
    box-shadow: var(--gc-shadow-lg);
    border: 1px solid var(--gc-border);
}
.gc-showcase-panel {
    padding: 2rem;
    border-radius: var(--gc-radius-lg);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.gc-showcase-panel.blue   { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); color: #fff; }
.gc-showcase-panel.green  { background: linear-gradient(135deg, #065f46 0%, #16a34a 100%); color: #fff; }
.gc-showcase-panel.orange { background: linear-gradient(135deg, #9a3412 0%, #ea580c 100%); color: #fff; }
.gc-showcase-panel .sp-icon {
    position: absolute; top: 1.5rem; right: 1.5rem;
    font-size: 4rem; opacity: .15;
}
.gc-showcase-panel .sp-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(255,255,255,.2); border-radius: 100px;
    padding: .25rem .75rem; font-size: .75rem; font-weight: 600;
    color: rgba(255,255,255,.9); margin-bottom: 1rem;
    backdrop-filter: blur(6px);
}
.gc-showcase-panel h3 { color: #fff; font-size: 1.5rem; margin-bottom: .5rem; }
.gc-showcase-panel p { color: rgba(255,255,255,.8); margin: 0; font-size: .95rem; }
.gc-showcase-stats {
    display: flex; gap: 1.5rem; margin-top: 1.5rem;
}
.gc-showcase-stats .ss-item .ss-value {
    font-size: 1.5rem; font-weight: 800; color: #fff;
}
.gc-showcase-stats .ss-item .ss-label {
    font-size: .75rem; color: rgba(255,255,255,.7);
}

.gc-showcase-text .sc-bullets {
    list-style: none; padding: 0; margin: 1.5rem 0;
    display: flex; flex-direction: column; gap: .75rem;
}
.gc-showcase-text .sc-bullets li {
    display: flex; align-items: flex-start; gap: .75rem;
    font-size: .95rem; color: var(--gc-slate);
}
.gc-showcase-text .sc-bullets li .check-circle {
    width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%;
    background: var(--gc-blue-light); color: var(--gc-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: .7rem; margin-top: .1rem;
}

/* --- Perfiles -------------------------------------------------------------- */
.gc-profiles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.gc-profile-card {
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius-lg);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all .25s ease;
    cursor: default;
}
.gc-profile-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--gc-shadow-md);
    border-color: var(--gc-blue-mid);
}
.gc-profile-icon {
    width: 72px; height: 72px;
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.25rem;
}
.gc-profile-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.gc-profile-card p { color: var(--gc-slate); font-size: .875rem; margin: 0; }

/* --- Testimonios ----------------------------------------------------------- */
.gc-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.gc-testimonial-card {
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius-lg);
    padding: 2rem;
    transition: all .25s ease;
    display: flex; flex-direction: column;
    height: 100%;
}
.gc-testimonial-card:hover {
    box-shadow: var(--gc-shadow-md);
    border-color: var(--gc-blue-mid);
}
.gc-testimonial-stars {
    display: flex; gap: .2rem; color: #f59e0b;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}
.gc-testimonial-card blockquote {
    font-size: .95rem;
    color: var(--gc-slate);
    line-height: 1.65;
    flex: 1;
    margin: 0 0 1.5rem;
    font-style: italic;
}
.gc-testimonial-author {
    display: flex; align-items: center; gap: .85rem;
}
.gc-testimonial-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; flex-shrink: 0;
}
.gc-testimonial-author .ta-name {
    font-weight: 600; font-size: .9rem;
}
.gc-testimonial-author .ta-role {
    font-size: .8rem; color: var(--gc-muted);
}

/* --- Pricing --------------------------------------------------------------- */
.gc-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
}
.gc-pricing-card {
    background: var(--gc-white);
    border: 1.5px solid var(--gc-border);
    border-radius: var(--gc-radius-lg);
    padding: 2rem;
    transition: all .25s ease;
    position: relative;
}
.gc-pricing-card.featured {
    border-color: var(--gc-blue);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.12);
}
.gc-pricing-badge {
    position: absolute;
    top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--gc-blue);
    color: #fff;
    padding: .25rem .85rem;
    border-radius: 100px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
}
.gc-pricing-plan { font-weight: 700; font-size: 1rem; margin-bottom: .35rem; }
.gc-pricing-desc { font-size: .85rem; color: var(--gc-muted); margin-bottom: 1.5rem; }
.gc-pricing-price {
    display: flex; align-items: baseline; gap: .2rem; margin-bottom: 1.75rem;
}
.gc-pricing-price .currency { font-size: 1.25rem; font-weight: 700; color: var(--gc-dark); margin-top: .35rem; }
.gc-pricing-price .amount   { font-size: 3rem; font-weight: 800; color: var(--gc-dark); line-height: 1; }
.gc-pricing-price .period   { font-size: .85rem; color: var(--gc-muted); margin-left: .15rem; }
.gc-pricing-divider { border: 0; border-top: 1px solid var(--gc-border); margin: 1.25rem 0; }
.gc-pricing-features {
    list-style: none; padding: 0; margin: 0 0 1.75rem;
    display: flex; flex-direction: column; gap: .65rem;
}
.gc-pricing-features li {
    display: flex; align-items: center; gap: .65rem;
    font-size: .9rem; color: var(--gc-slate);
}
.gc-pricing-features li .pf-icon {
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--gc-green-light);
    color: var(--gc-green);
    display: flex; align-items: center; justify-content: center;
    font-size: .6rem; flex-shrink: 0;
}
.gc-pricing-support {
    display: flex; justify-content: space-between; align-items: center;
    background: var(--gc-bg); border-radius: 10px;
    padding: .75rem 1rem; margin-bottom: 1.5rem;
    font-size: .82rem;
}
.gc-pricing-support .ps-label { color: var(--gc-slate); font-weight: 500; }
.gc-pricing-support .ps-badge {
    background: var(--gc-blue-mid); color: var(--gc-blue);
    padding: .15rem .6rem; border-radius: 6px; font-size: .72rem; font-weight: 600;
}

/* --- Estadísticas ---------------------------------------------------------- */
.gc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}
.gc-stat-item {}
.gc-stat-icon {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin: 0 auto 1rem;
}
.gc-stat-value {
    font-size: 2.25rem; font-weight: 800; color: var(--gc-dark);
    line-height: 1; margin-bottom: .35rem;
}
.gc-stat-label { color: var(--gc-slate); font-size: .9rem; }

/* --- FAQ ------------------------------------------------------------------- */
.gc-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 5rem;
    align-items: start;
}
.gc-faq-visual {
    position: sticky; top: 100px;
}
.gc-faq-visual-inner {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 60%, #7c3aed 100%);
    border-radius: var(--gc-radius-lg);
    padding: 2.5rem;
    color: #fff;
}
.gc-faq-visual-inner h3 { color: #fff; font-size: 1.5rem; margin-bottom: .75rem; }
.gc-faq-visual-inner p { color: rgba(255,255,255,.8); margin-bottom: 1.75rem; font-size: .95rem; }
.gc-faq-accordion .accordion-button {
    font-weight: 600;
    font-size: .95rem;
    color: var(--gc-dark);
    background: var(--gc-white);
}
.gc-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--gc-blue);
    background: var(--gc-blue-light);
    box-shadow: none;
}
.gc-faq-accordion .accordion-body {
    font-size: .92rem;
    color: var(--gc-slate);
    line-height: 1.7;
}
.gc-faq-accordion .accordion-item {
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius) !important;
    margin-bottom: .75rem;
    overflow: hidden;
}

/* --- CTA banner ------------------------------------------------------------ */
.gc-cta-banner {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 40%, #7c3aed 100%);
    border-radius: 24px;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 1rem;
}
.gc-cta-banner::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.12) 1px, transparent 0);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at center, #000 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 70%);
}
.gc-cta-banner h2 { color: #fff; font-size: clamp(1.75rem, 3.5vw, 2.5rem); margin-bottom: .75rem; }
.gc-cta-banner p { color: rgba(255,255,255,.85); font-size: 1.05rem; margin-bottom: 2rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.gc-cta-banner .gc-btn-white {
    background: #fff; color: var(--gc-blue);
    font-weight: 700; padding: .9rem 2rem; border-radius: 12px;
    font-size: 1rem; border: 0; cursor: pointer; text-decoration: none;
    display: inline-flex; align-items: center; gap: .5rem;
    transition: all .2s;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.gc-cta-banner .gc-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,.25);
    color: var(--gc-blue-dark); text-decoration: none;
}
.gc-cta-banner .gc-btn-ghost-white {
    background: rgba(255,255,255,.15); color: #fff;
    font-weight: 600; padding: .9rem 2rem; border-radius: 12px;
    font-size: 1rem; border: 1.5px solid rgba(255,255,255,.3);
    cursor: pointer; text-decoration: none;
    display: inline-flex; align-items: center; gap: .5rem;
    transition: all .2s; backdrop-filter: blur(6px);
}
.gc-cta-banner .gc-btn-ghost-white:hover {
    background: rgba(255,255,255,.25); color: #fff; text-decoration: none;
}
.gc-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* --- Contacto -------------------------------------------------------------- */
.gc-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    align-items: start;
}
.gc-contact-info {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: var(--gc-radius-lg);
    padding: 2.5rem;
    color: #fff;
    height: 100%;
}
.gc-contact-info h3 { color: #fff; font-size: 1.4rem; margin-bottom: .75rem; }
.gc-contact-info p { color: rgba(255,255,255,.8); margin-bottom: 2rem; line-height: 1.65; }
.gc-contact-items { display: flex; flex-direction: column; gap: 1.25rem; }
.gc-contact-item {
    display: flex; align-items: center; gap: 1rem;
    font-size: .9rem; color: rgba(255,255,255,.85);
}
.gc-contact-item .ci-icon {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(255,255,255,.2); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; flex-shrink: 0; backdrop-filter: blur(6px);
}
.gc-contact-form-card {
    background: var(--gc-white);
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius-lg);
    padding: 2.5rem;
    box-shadow: var(--gc-shadow-sm);
}
.gc-contact-form-card h3 { font-size: 1.2rem; margin-bottom: 1.75rem; }
.gc-form-group { margin-bottom: 1.25rem; }
.gc-form-group label {
    display: block; font-weight: 500; font-size: .875rem;
    color: var(--gc-dark); margin-bottom: .4rem;
}
.gc-form-group .form-control {
    border: 1.5px solid var(--gc-border);
    border-radius: 10px;
    padding: .65rem 1rem;
    font-size: .9rem;
    transition: all .2s;
    width: 100%;
}
.gc-form-group .form-control:focus {
    border-color: var(--gc-blue);
    box-shadow: 0 0 0 3px rgba(37,99,235,.1);
    outline: none;
}

/* --- Footer ---------------------------------------------------------------- */
.gc-footer {
    background: var(--gc-dark);
    color: #94a3b8;
    padding: 4rem 0 2rem;
}
.gc-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}
.gc-footer-brand { color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: .75rem; display: flex; align-items: center; gap: .55rem; }
.gc-footer-mark { display: block; flex-shrink: 0; }
.gc-footer .gc-footer-desc { font-size: .875rem; line-height: 1.65; margin-bottom: 1.5rem; }
.gc-footer-col h5 {
    color: #fff; font-size: .85rem; text-transform: uppercase;
    letter-spacing: .08em; margin-bottom: 1.25rem; font-weight: 700;
}
.gc-footer-col ul { list-style: none; padding: 0; margin: 0; }
.gc-footer-col ul li { margin-bottom: .6rem; }
.gc-footer-col ul li a {
    color: #94a3b8; text-decoration: none; font-size: .875rem;
    transition: color .2s;
}
.gc-footer-col ul li a:hover { color: #fff; }
.gc-footer-newsletter label {
    display: block; font-size: .8rem; color: #94a3b8;
    margin-bottom: .5rem;
}
.gc-footer-newsletter .input-row {
    display: flex; gap: .5rem;
}
.gc-footer-newsletter input {
    flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px; padding: .55rem .9rem; color: #fff; font-size: .875rem;
}
.gc-footer-newsletter input::placeholder { color: #64748b; }
.gc-footer-newsletter input:focus { outline: none; border-color: var(--gc-blue); }
.gc-footer-newsletter .gc-btn-sm {
    background: var(--gc-blue); color: #fff; border: 0;
    border-radius: 8px; padding: .55rem 1rem; font-size: .875rem;
    font-weight: 600; cursor: pointer; white-space: nowrap;
    transition: all .2s;
}
.gc-footer-newsletter .gc-btn-sm:hover { background: var(--gc-blue-dark); }
.gc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 1.75rem;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 1rem;
    font-size: .8rem;
}
.gc-footer-social { display: flex; gap: .5rem; }
.gc-footer-social a {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(255,255,255,.06); color: #94a3b8;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s; text-decoration: none; font-size: .95rem;
}
.gc-footer-social a:hover { background: var(--gc-blue); color: #fff; }

/* --- Animaciones ----------------------------------------------------------- */
.gc-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}
.gc-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive ------------------------------------------------------------ */

/* Tablet & mobile (≤991.98px): el grid del hero pasa a 1 columna; ocultamos
   los badges flotantes del mockup (overflow conflictivo en pantallas chicas)
   y planchamos el tilt 3D del mockup. */
@media (max-width: 991.98px) {
    .gc-hero { padding: 3rem 0 2.5rem; }
    .gc-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .gc-hero-text { text-align: left; }
    .gc-hero h1 { font-size: clamp(1.9rem, 6vw, 2.8rem); }
    .gc-hero .hero-sub { font-size: 1rem; margin-bottom: 1.5rem; }
    .gc-hero-bullets { margin-bottom: 1.75rem; }
    .gc-hero-metrics { gap: 1.5rem; margin-top: 2rem; padding-top: 1.5rem; }
    .gc-hero-metrics .m-value { font-size: 1.4rem; }
    .gc-mockup { transform: none !important; max-width: 560px; margin: 0 auto; }
    .gc-mockup-badge { display: none; }
    .gc-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-profiles-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .gc-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .gc-faq-grid { grid-template-columns: 1fr; }
    .gc-faq-visual { position: static; }
    .gc-contact-grid { grid-template-columns: 1fr; }
    .gc-footer-grid { grid-template-columns: 1fr 1fr; }
    .gc-showcase-row { grid-template-columns: 1fr; gap: 2rem; }
    .gc-showcase-row.reverse { direction: ltr; }
    .gc-nav-links { display: none; }
    /* En tablet/móvil mantenemos "Comenzar gratis" como CTA principal a la
       vista, pero ocultamos "Ingresar" (ghost) — ya está en el hamburger. */
    .gc-nav-actions .gc-btn-ghost { display: none; }
    .gc-nav-actions { gap: .5rem; }
    .gc-hamburger { display: flex; }
}

/* Móvil chico (≤575.98px): hero en una sola columna con tipografía y mockup
   más compactos; CTAs y bullets ganan tamaño táctil; métricas en 3 columnas
   parejas en lugar de wrap caótico. */
@media (max-width: 575.98px) {
    .gc-hero { padding: 2rem 0 1.5rem; }
    .gc-hero h1 { font-size: 1.85rem; line-height: 1.15; margin-bottom: 1rem; }
    .gc-hero .hero-sub { font-size: .95rem; line-height: 1.55; margin-bottom: 1.25rem; }
    .gc-hero-badge { font-size: .72rem; padding: .3rem .8rem; margin-bottom: 1rem; }
    .gc-hero-bullets li { font-size: .9rem; gap: .55rem; }
    .gc-hero-bullets { gap: .55rem; margin-bottom: 1.5rem; }

    /* CTAs del hero apilados y full-width — patrón estándar móvil con áreas
       de toque grandes; siguen flex pero ocupan toda la fila. */
    .gc-hero-ctas { flex-direction: column; align-items: stretch; gap: .65rem; }
    .gc-hero-ctas .gc-btn { justify-content: center; width: 100%; }
    .gc-btn-xl { padding: .85rem 1.5rem; font-size: 1rem; }

    /* Métricas en grid 3-col compacto (en lugar de flex-wrap). */
    .gc-hero-metrics {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .85rem;
        margin-top: 1.75rem;
        padding-top: 1.25rem;
        text-align: left;
    }
    .gc-hero-metrics .m-value { font-size: 1.2rem; }
    .gc-hero-metrics .m-label { font-size: .68rem; line-height: 1.2; }

    /* Mockup: bajamos border-radius, padding y tipografía para que no domine
       toda la pantalla y el usuario pueda llegar al resto del contenido sin
       scrollear demasiado. */
    .gc-mockup { border-radius: 12px; }
    .mockup-topbar { padding: .55rem .75rem; }
    .mockup-topbar .mtitle { font-size: .68rem; }
    .mockup-body { padding: .85rem; }
    .mockup-kpis { gap: .45rem; margin-bottom: .75rem; }
    .mkpi { padding: .6rem .55rem; }
    .mkpi-value { font-size: 1rem; }
    .mkpi-label { font-size: .58rem; }
    .mkpi-badge { font-size: .55rem; padding: .08rem .3rem; }
    .mlist-head, .mlist-row { padding-left: .65rem; padding-right: .65rem; }
    .mlist-row { font-size: .72rem; padding-top: .45rem; padding-bottom: .45rem; }
    .mlist-head { font-size: .6rem; }
    .mlist-row .mav { width: 22px; height: 22px; font-size: .58rem; margin-right: .35rem; }

    .gc-feature-grid { grid-template-columns: 1fr; }
    .gc-profiles-grid { grid-template-columns: 1fr; }
    .gc-testimonials-grid { grid-template-columns: 1fr; }

    /* CTA "Ver demo" al pie de cada showcase: en móvil pasa a full-width y
       tamaño grande para que sea un destino táctil claro y no quede flotando
       como un chip pequeño. */
    .gc-showcase-text .gc-btn {
        width: 100%;
        justify-content: center;
        padding: .85rem 1.5rem;
        font-size: 1rem;
        border-radius: 12px;
        margin-top: .25rem;
    }

    /* Stats en móvil: 2 columnas + layout horizontal por item (ícono al lado
       del número) — el formato vertical "uno por pantalla" del default era
       demasiado disperso. Usamos grid con el ícono spanneando 2 filas para
       lograr "icon | value/label" sin tocar el HTML. */
    .gc-stats-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; text-align: left; }
    .gc-stat-item {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: .65rem;
        align-items: center;
        padding: .8rem .7rem;
        background: var(--gc-white);
        border: 1px solid var(--gc-border);
        border-radius: 12px;
    }
    .gc-stat-icon {
        grid-row: 1 / 3;
        width: 36px; height: 36px;
        border-radius: 10px;
        font-size: 1rem;
        margin: 0;
        flex-shrink: 0;
    }
    .gc-stat-value { font-size: 1.1rem; margin-bottom: .1rem; line-height: 1.1; }
    .gc-stat-label { font-size: .68rem; line-height: 1.25; }

    /* Footer compacto en móvil:
       - Brand + newsletter spanean toda la fila arriba.
       - Las 3 columnas de links (Plataforma / Módulos / Acceso) van debajo
         en grid 2x2 (la última cell queda vacía pero balancea visualmente).
       - Gaps internos reducidos para que no haya kilómetros de aire entre
         items y el footer no ocupe 3 pantallazos. */
    .gc-footer { padding: 2.5rem 0 1.5rem; }
    .gc-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem 1.25rem; margin-bottom: 1.75rem; }
    .gc-footer-grid > :first-child { grid-column: 1 / -1; }
    .gc-footer .gc-footer-desc { margin-bottom: 1rem; font-size: .85rem; }
    .gc-footer-col h5 { margin-bottom: .65rem; font-size: .78rem; }
    .gc-footer-col ul li { margin-bottom: .35rem; }
    .gc-footer-col ul li a { font-size: .85rem; }
    .gc-footer-newsletter label { margin-bottom: .35rem; }
    .gc-footer-bottom { padding-top: 1.25rem; font-size: .75rem; gap: .75rem; flex-direction: column; align-items: flex-start; }
    .gc-footer-social a { width: 32px; height: 32px; font-size: .85rem; }

    .gc-cta-banner { padding: 2.5rem 1.5rem; }
    .gc-section { padding: 3rem 0; }

    /* Container con menos padding lateral en móviles chicos para ganar ancho. */
    .container { padding-left: 1rem; padding-right: 1rem; }

    /* Navbar compacto: el botón "Comenzar gratis" se acorta y el navbar tiene
       gap chico para que entre el logo + CTA + hamburger sin apretarse. */
    .gc-nav { padding: .65rem 0; }
    .gc-nav-inner { gap: .65rem; }
    .gc-nav-actions .gc-btn { padding: .45rem .85rem; font-size: .8rem; }
    .gc-brand-name { font-size: 1.15rem; }
}

/* Scroll de navbar */
.gc-nav-mobile-menu {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--gc-white); border-bottom: 1px solid var(--gc-border);
    padding: 1rem;
    box-shadow: var(--gc-shadow-md);
}
.gc-nav-mobile-menu.open { display: block; }
.gc-nav-mobile-menu a {
    display: block; padding: .65rem 1rem; border-radius: 8px;
    color: var(--gc-slate); font-weight: 500; text-decoration: none;
    transition: all .2s;
}
.gc-nav-mobile-menu a:hover { color: var(--gc-blue); background: var(--gc-blue-light); }
