/* ─────────────────────────────────────────────────────────────
   Eykore · GUEXT 2026 (preview) — diseño centrado con tarjetas
   neón (estilo del HTML que gustó) + banda fina GUEXT.
   Se suma al main.css del index (lang-sel, FABs, typewriter, footer).
   ───────────────────────────────────────────────────────────── */

/* ── Paleta: base oscura + neones ────────────────────────────── */
:root {
    --bg-deep: #0d0620;
    --bg: #140a2e;
    --purple: #4a2c82;
    --neon: #7df9ff;
    --accent: #a855f7;
    --pink: #f472b6;
    --line: rgba(125, 249, 255, .16);
    --line-soft: rgba(125, 249, 255, .09);
    --card-line: rgba(125, 249, 255, .18);
    --text-muted: rgba(255, 255, 255, .62);
}

body {
    background: radial-gradient(1100px 520px at 75% -12%, rgba(168, 85, 247, .14), transparent 60%),
        #0d0620;
}

body::before {
    filter: blur(40px);
    background: radial-gradient(circle, rgba(102, 126, 234, .4) 0%, rgba(118, 75, 162, .25) 40%, transparent 65%);
}

body::after {
    filter: blur(40px);
    background: radial-gradient(circle, rgba(200, 120, 200, .38) 0%, rgba(160, 80, 180, .22) 38%, transparent 66%);
}

body {
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
}

img {
    display: block;
    max-width: 100%;
}

/* ── BANDA GUEXT (azul oscura, fina y elegante) ──────────────── */
.guext-band {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--line-soft);
    background: linear-gradient(180deg, #101b3f 0%, #0a1230 100%);
    box-shadow: inset 0 -1px 0 rgba(125, 249, 255, .05);
}

/* Selector de idiomas / LinkedIn: alineado al logo, borde derecho, sin seguir el scroll */
.lang-sel {
    position: absolute;
    top: 1.5rem;
    right: clamp(1rem, 3vw, 2rem);
}

.guext-band__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: nowrap;
    padding: clamp(.6rem, 1.4vw, .9rem) clamp(1rem, 3vw, 2rem);
    padding-right: calc(clamp(1rem, 3vw, 2rem) + 184px);
}

.guext-band__logo {
    height: 52px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

/* Frase VeriFactu con la tipografía de marca (estilo del antiguo titular) */
.guext-band__slug {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 700;
    letter-spacing: .03em;
    font-size: clamp(.8rem, 1.5vw, .95rem);
    color: var(--text);
    white-space: nowrap;
}

.guext-band__slug .vf {
    font-weight: 800;
    background: linear-gradient(92deg, #4a90e2 0%, #2f6fc4 46%, #f4c946 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.guext-band__cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    height: 40px;
    padding: 0 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--neon), var(--accent));
    color: var(--bg-deep);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .02em;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 3px 16px rgba(125, 249, 255, .25);
    transition: transform .15s, box-shadow .2s;
}

.guext-band__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(125, 249, 255, .45);
}

/* ── Contenedor ──────────────────────────────────────────────── */
.wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: clamp(1.25rem, 4vw, 2.5rem);
    padding-right: clamp(1.25rem, 4vw, 2.5rem);
}

/* ── HERO (centrado) ─────────────────────────────────────────── */
.hero {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(4.5rem, 10vh, 7rem) 1.25rem clamp(3.5rem, 7vh, 5rem);
    gap: 1.1rem;
}

.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
}

.hero__eyebrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--neon);
}

.hero__tagline {
    font-size: .95rem;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
    color: var(--text-muted);
}

.concept-title {
    font-size: clamp(2.1rem, 7vw, 4.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.02em;
    text-align: center;
    text-wrap: balance;
}

.concept-title .neon {
    color: var(--neon);
    text-shadow:
        0 0 8px rgba(125, 249, 255, .7),
        0 0 24px rgba(125, 249, 255, .45),
        0 0 60px rgba(102, 126, 234, .3);
}

.hero__sub {
    max-width: 620px;
    margin-top: .2rem;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    color: var(--text-muted);
    text-wrap: pretty;
}

/* Countdown (cajas grandes) */
.count {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .6rem;
    justify-content: center;
    margin-top: 1.3rem;
    width: 100%;
    max-width: 460px;
}

.count__unit {
    min-width: 0;
    padding: .95rem .4rem .8rem;
    border-radius: 1.1rem;
    text-align: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--card-line);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(125, 249, 255, .08);
}

.count__num {
    font-size: clamp(1.4rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    color: var(--neon);
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 16px rgba(125, 249, 255, .4);
}

.count__label {
    margin-top: .45rem;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}

.count--live {
    display: none;
    margin: 1.1rem 0 0;
    padding: 1rem 1.4rem;
    border-radius: 1rem;
    border: 1px solid rgba(52, 211, 153, .4);
    background: rgba(52, 211, 153, .1);
    color: #6ee7b7;
    font-weight: 600;
}

.hero__meta-line {
    margin-top: .1rem;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
}

.hero__meta-sub {
    font-size: .74rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: none;
    color: #fff;
}

/* Indicador de scroll (letra fina turquesa + línea) — en flujo, nunca se pisa */
.hero__scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    margin-top: 1.4rem;
    flex-shrink: 0;
    font-size: .72rem;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--neon);
    opacity: .8;
}

.hero__scroll span {
    display: block;
    width: 1px;
    height: 36px;
    background: linear-gradient(var(--neon), transparent);
}

.hero__cta {
    margin-top: 1.1rem;
}

/* Ready VeriFactu */
.hero__ready {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin-top: .4rem;
    padding: .6rem 1.1rem;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: #a7f3d0;
    border: 1px solid rgba(52, 211, 153, .35);
    background: rgba(52, 211, 153, .08);
}

.hero__ready-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 10px rgba(52, 211, 153, .8);
    animation: pulse 1.6s ease-in-out infinite;
    flex-shrink: 0;
}

.hero__ready-logo {
    height: 64px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .35; }
}

/* ── Secciones (centradas, con respiro) ──────────────────────── */
section.band {
    position: relative;
    z-index: 1;
    padding: clamp(4.5rem, 10vh, 7rem) 0;
    text-align: center;
}

section.band h2 {
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.015em;
    margin-bottom: 1.2rem;
    text-wrap: balance;
}

section.band h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-wrap: balance;
}

.band--alt {
    background: linear-gradient(180deg, transparent, rgba(13, 6, 32, .6), transparent);
}

.kicker {
    display: inline-block;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--neon);
    margin-bottom: 1rem;
}

section.band h2 {
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.015em;
    margin-bottom: 1.1rem;
    text-wrap: balance;
}

section.band h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-wrap: balance;
}

.lead {
    max-width: 640px;
    margin: 0 auto;
    font-size: clamp(1rem, 2.1vw, 1.15rem);
    color: var(--text-muted);
    text-wrap: pretty;
}

/* Cita */
.band__quote {
    max-width: 820px;
    margin: 0 auto;
    font-size: clamp(1.4rem, 3.4vw, 2.3rem);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-wrap: balance;
}

.band__quote .em {
    color: var(--neon);
}

.acto4-dif {
    margin: 1.4rem auto 0;
    max-width: 640px;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 600;
    color: var(--neon);
    text-wrap: pretty;
}

/* ── Tarjetas neón (con puntito glow) ────────────────────────── */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.1rem;
    margin-top: 2.2rem;
}

.grid--five {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid--four {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.card {
    padding: 1.5rem 1.3rem;
    border-radius: 1.1rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid var(--card-line);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    text-align: left;
    transition: transform .25s ease, border-color .25s ease;
}

.card:hover {
    transform: translateY(-3px);
    border-color: rgba(125, 249, 255, .34);
}

.card__icon {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: .8rem;
}

.card__title {
    font-size: 1.04rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.card__text {
    font-size: .9rem;
    color: var(--text-muted);
}

/* ── Producto ────────────────────────────────────────────────── */
.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 2.8rem);
    align-items: center;
    margin-top: 2.4rem;
    text-align: left;
}

.product__img {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    border-radius: 1.2rem;
    border: 1px solid var(--card-line);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .5), 0 0 50px rgba(125, 249, 255, .06);
}

.product--rev {
    grid-template-columns: 1fr 1fr;
}

.product--rev > div:first-child {
    order: 2;
}

.product--rev > div:nth-child(2) {
    order: 1;
}

.product__side {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.product__side .lead {
    margin-left: 0;
    text-align: left;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .2rem;
}

.pill {
    font-size: .8rem;
    font-weight: 600;
    padding: .45rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 249, 255, .3);
    background: rgba(125, 249, 255, .07);
    color: var(--text, #f1f0f3);
}

/* ── Máquina que habla ───────────────────────────────────────── */
.mach-report {
    max-width: 560px;
    margin: 2rem auto 0;
    padding: 1.7rem 1.5rem;
    border-radius: 1.2rem;
    background: linear-gradient(160deg, rgba(125, 249, 255, .08), rgba(168, 85, 247, .06));
    border: 1px solid rgba(125, 249, 255, .2);
    text-align: left;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(125, 249, 255, .1);
    min-height: 170px;
}

.mach-report__head {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .9rem;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--neon);
}

.mach-report__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--neon);
    box-shadow: 0 0 10px var(--neon);
    animation: blink 1.2s step-end infinite;
}

@keyframes blink {
    50% { opacity: .2; }
}

.mach-report__body {
    font-size: 1rem;
    line-height: 1.6;
    min-height: 3.2em;
}

.mach-report__body .cur {
    display: inline-block;
    width: 1px;
    height: 1em;
    background: var(--neon);
    vertical-align: -.1em;
    margin-left: 2px;
    animation: blink .6s step-end infinite;
}

/* ── CTA base ────────────────────────────────────────────────── */
.cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.6rem;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--neon), var(--accent));
    color: var(--bg-deep);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 6px 30px rgba(125, 249, 255, .35), 0 0 40px rgba(168, 85, 247, .2);
    transition: transform .2s, box-shadow .2s;
}

.cta:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 40px rgba(125, 249, 255, .5), 0 0 50px rgba(168, 85, 247, .3);
}

.cta + .lead {
    margin-top: 1.2rem;
}

/* ── Corequip · banda negra de co-branding ───────────────────── */
.coquiet-band {
    position: relative;
    z-index: 1;
    padding: clamp(3.5rem, 8vh, 5.5rem) 0;
    background: #0a0517;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.coquiet__tagline {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--pink);
    margin-bottom: .6rem;
}

.coquiet__line {
    font-size: clamp(1.3rem, 3.4vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    max-width: 680px;
    margin: 0 auto;
    text-wrap: balance;
}

.coquiet__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.6rem;
    flex-wrap: wrap;
    color: #fff;
    font-weight: 800;
    letter-spacing: .16em;
    font-size: clamp(1.4rem, 4vw, 2.2rem);
}

.coquiet__logos .sep {
    color: var(--neon);
    font-weight: 400;
    opacity: .7;
    font-size: .8em;
}

/* ── Footer: ya no fijo (página larga) ───────────────────────── */
.footer {
    position: static;
    padding-top: 1.4rem;
}

/* ── Reveal on scroll ────────────────────────────────────────── */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 860px) {
    .product {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .lang-sel {
        top: 1.05rem;
        right: .9rem;
    }
    .guext-band__inner {
        flex-direction: column;
        align-items: center;
        gap: .9rem;
        padding: 1.05rem 1rem .95rem;
        padding-top: 1.05rem;
    }
    .guext-band__logo {
        height: 40px;
        align-self: flex-start;
    }
    .guext-band__slug {
        flex: none;
        width: 100%;
        text-align: center;
        white-space: normal;
        max-width: 32rem;
        margin: 0 auto;
    }
    .guext-band__cta {
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    section.band {
        padding: 3rem 0;
    }
    .coquiet-band {
        padding: 3.2rem 0;
    }
    .hero {
        min-height: auto;
        justify-content: flex-start;
        padding: 3.2rem 1.1rem 2.5rem;
        gap: .7rem;
    }
    .hero__content {
        gap: .7rem;
    }
    .concept-title {
        font-size: clamp(2rem, 11vw, 3rem);
    }
    .hero__eyebrow {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: .5rem;
    }
    .hero__tagline {
        display: block;
        text-align: center;
    }
    .card {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-height: 700px) {
    .hero {
        min-height: auto;
        padding-top: 5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__ready-dot,
    .mach-report__dot,
    .mach-report__body .cur {
        animation: none;
    }
    .cta, .cta:hover {
        transition: none;
        transform: none;
    }
    .card {
        transition: none;
    }
    .card:hover {
        transform: none;
    }
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}