/* ==========================================================
   NEXORA WEB - ANIMACIONES Y LAPTOP
   Archivo separado desde style.css
========================================================== */

   LAPTOP ANIMADA
========================= */

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.laptop {
    position: relative;
    width: 100%;
    max-width: 620px;
    animation: laptopFloat 4s ease-in-out infinite;
}

.laptop-screen {
    position: relative;
    width: 88%;
    aspect-ratio: 16 / 10;
    margin: 0 auto;
    padding: 12px;
    background: linear-gradient(145deg, #1a1f27, #05080d);
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px 16px 10px 10px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.45),
        0 0 45px rgba(36, 107, 253, 0.12);
    overflow: hidden;
}

.laptop-camera {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #344155;
    border-radius: 50%;
    z-index: 10;
}

.laptop-display {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 7px;
    background:
        radial-gradient(circle at 72% 35%, rgba(52, 120, 255, 0.34), transparent 35%),
        linear-gradient(135deg, #07111f, #0c1a2e 55%, #08111e);
}

.laptop-display::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.05), transparent 62%);
    transform: translateX(-100%);
    animation: screenLight 5s ease-in-out infinite;
    pointer-events: none;
}

.screen-header {
    position: relative;
    z-index: 3;
    height: 52px;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(4, 10, 18, 0.45);
}

.screen-logo {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.screen-logo::first-letter {
    color: #3478ff;
}

.screen-nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.screen-nav span {
    color: #aeb9ca;
    font-size: 9px;
}

.screen-content {
    position: relative;
    z-index: 3;
    width: 65%;
    padding: 48px 0 0 46px;
    animation: screenContentIn 1.2s ease both;
}

.screen-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 9px;
    border: 1px solid rgba(52, 120, 255, 0.30);
    border-radius: 20px;
    background: rgba(52, 120, 255, 0.10);
    color: #69a0ff;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.screen-content h2 {
    margin-bottom: 13px;
    color: white;
    font-size: clamp(23px, 2.7vw, 36px);
    line-height: 1.08;
}

.screen-content h2 strong {
    display: block;
    color: #3478ff;
}

.screen-content p {
    max-width: 320px;
    margin-bottom: 18px;
    color: #9eabc0;
    font-size: 11px;
    line-height: 1.55;
}

.screen-button {
    width: fit-content;
    padding: 9px 15px;
    background: #246bfd;
    border-radius: 5px;
    color: white;
    font-size: 9px;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(36, 107, 253, 0.30);
}

.floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 24, 42, 0.92);
    border: 1px solid rgba(52, 120, 255, 0.28);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(8px);
    color: #6fa3ff;
    font-weight: bold;
}

.floating-card-one {
    top: 30%;
    right: 7%;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    font-size: 16px;
    animation: floatingOne 3.2s ease-in-out infinite;
}

.floating-card-two {
    right: 20%;
    bottom: 16%;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    font-size: 17px;
    animation: floatingTwo 3.8s ease-in-out infinite;
}

.floating-card-three {
    top: 18%;
    right: 29%;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    color: #ffffff;
    font-size: 15px;
    animation: floatingThree 3.5s ease-in-out infinite;
}

.code-lines {
    position: absolute;
    right: 7%;
    bottom: 8%;
    width: 75px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0.55;
}

.code-lines span {
    display: block;
    height: 3px;
    background: rgba(105, 160, 255, 0.50);
    border-radius: 10px;
    animation: codePulse 2.5s ease-in-out infinite;
}

.code-lines span:nth-child(1) { width: 100%; }
.code-lines span:nth-child(2) { width: 70%; animation-delay: 0.3s; }
.code-lines span:nth-child(3) { width: 45%; animation-delay: 0.6s; }

.laptop-base {
    position: relative;
    width: 100%;
    height: 23px;
    margin-top: -2px;
    background: linear-gradient(180deg, #d2d5da, #8c929a 45%, #525860);
    clip-path: polygon(8% 0, 92% 0, 100% 75%, 98% 100%, 2% 100%, 0 75%);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.28);
}

.laptop-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 6px;
    background: #737981;
    border-radius: 0 0 8px 8px;
}

.laptop-shadow {
    width: 78%;
    height: 18px;
    margin: 18px auto 0;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(14px);
    border-radius: 50%;
    animation: shadowFloat 4s ease-in-out infinite;
}

@keyframes laptopFloat {
    0%, 100% {
        transform: perspective(1200px) rotateY(-4deg) translateY(0);
    }
    50% {
        transform: perspective(1200px) rotateY(-4deg) translateY(-10px);
    }
}

@keyframes shadowFloat {
    0%, 100% { transform: scaleX(1); opacity: 0.32; }
    50% { transform: scaleX(0.90); opacity: 0.20; }
}

@keyframes floatingOne {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes floatingTwo {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(8px) rotate(8deg); }
}

@keyframes floatingThree {
    0%, 100% { transform: translateY(0) rotate(3deg); }
    50% { transform: translateY(-7px) rotate(-3deg); }
}

@keyframes screenLight {
    0%, 65%, 100% { transform: translateX(-110%); }
    80% { transform: translateX(110%); }
}

@keyframes screenContentIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes codePulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 1; }
}



/* ==========================================================
   RESPONSIVE TABLET - LAPTOP
========================================================== */
@media (max-width: 980px) {
    .hero-image {
        margin-top: 15px;
    }

    .laptop {
        max-width: 590px;
        animation: laptopFloatTablet 4s ease-in-out infinite;
    }

    .laptop-screen {
        width: 90%;
    }

    .screen-content {
        width: 62%;
        padding: 45px 0 0 42px;
    }
}

/* ==========================================================
   RESPONSIVE CELULAR - LAPTOP
========================================================== */
@media (max-width: 600px) {
    /* =====================
       LAPTOP ANIMADA
    ===================== */

    .hero-image {
        width: 100%;
        margin-top: 20px;
    }

    .laptop {
        max-width: 390px;
        animation: laptopFloatMobile 4s ease-in-out infinite;
    }

    .laptop-screen {
        width: 91%;
        padding: 8px;
        border-radius: 12px 12px 7px 7px;
    }

    .screen-header {
        height: 38px;
        padding: 0 15px;
    }

    .screen-logo {
        font-size: 9px;
    }

    .screen-nav {
        gap: 8px;
    }

    .screen-nav span {
        font-size: 6px;
    }

    .screen-content {
        width: 68%;
        padding: 26px 0 0 23px;
    }

    .screen-tag {
        margin-bottom: 7px;
        padding: 4px 6px;
        font-size: 5px;
    }

    .screen-content h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .screen-content p {
        margin-bottom: 10px;
        font-size: 7px;
    }

    .screen-button {
        padding: 6px 10px;
        font-size: 6px;
    }

    .floating-card-one {
        width: 38px;
        height: 38px;
        font-size: 10px;
    }

    .floating-card-two {
        width: 29px;
        height: 29px;
        font-size: 11px;
    }

    .floating-card-three {
        width: 27px;
        height: 27px;
        font-size: 10px;
    }

    .code-lines {
        width: 50px;
        gap: 4px;
    }

    .code-lines span {
        height: 2px;
    }

    .laptop-base {
        height: 15px;
    }

    .laptop-notch {
        width: 55px;
        height: 4px;
    }

    .laptop-shadow {
        height: 12px;
        margin-top: 12px;
    }
}

/* ==========================================================
   ANIMACIONES RESPONSIVE Y ACCESIBILIDAD
========================================================== */

@keyframes laptopFloatTablet {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes laptopFloatMobile {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
    .laptop,
    .laptop-shadow,
    .floating-card,
    .laptop-display::after,
    .screen-content,
    .code-lines span {
        animation: none !important;
    }
}
/* ==========================================================
   NEXORA WEB - LAPTOP ANIMADA
   VERSIÓN CORREGIDA
========================================================== */


/* ==========================================================
   CONTENEDOR DERECHO DEL HERO
========================================================== */

.hero-image {
    width: 100%;
    min-width: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}


/* ==========================================================
   LAPTOP COMPLETA
========================================================== */

.nexora-laptop {
    position: relative;

    width: 100%;
    max-width: 610px;

    margin: 0 auto;

    padding:
        20px
        0
        35px;

    transform-origin: center center;

    animation:
        nexoraLaptopFloat 4s ease-in-out infinite;
}


/* ==========================================================
   MARCO EXTERIOR DE LA PANTALLA
========================================================== */

.nexora-laptop-screen {
    position: relative;

    width: 88%;

    /*
       ESTA ES LA PROPORCIÓN DE LA PANTALLA.
       Evita que vuelva a quedar como una barra.
    */
    aspect-ratio: 16 / 10;

    margin: 0 auto;

    padding:
        12px
        12px
        15px;

    box-sizing: border-box;

    background:
        linear-gradient(
            145deg,
            #313842 0%,
            #171c23 20%,
            #080b10 70%,
            #020305 100%
        );

    border:
        1px solid rgba(255, 255, 255, 0.22);

    border-bottom:
        3px solid #090c11;

    border-radius:
        18px
        18px
        8px
        8px;

    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.45),
        0 0 45px rgba(36, 107, 253, 0.10);

    overflow: hidden;
}


/* ==========================================================
   CÁMARA
========================================================== */

.nexora-camera {
    position: absolute;

    top: 4px;
    left: 50%;

    width: 5px;
    height: 5px;

    transform:
        translateX(-50%);

    background: #344152;

    border:
        1px solid #05070a;

    border-radius: 50%;

    box-shadow:
        0 0 4px rgba(64, 130, 255, 0.35);

    z-index: 20;
}


/* ==========================================================
   PANTALLA INTERIOR
========================================================== */

.nexora-display {
    position: relative;

    width: 100%;
    height: 100%;

    box-sizing: border-box;

    overflow: hidden;

    border-radius: 7px;

    background:
        radial-gradient(
            circle at 78% 38%,
            rgba(36, 107, 253, 0.42) 0%,
            rgba(36, 107, 253, 0.13) 20%,
            transparent 42%
        ),

        radial-gradient(
            circle at 25% 90%,
            rgba(30, 86, 190, 0.18),
            transparent 35%
        ),

        linear-gradient(
            135deg,
            #06101d 0%,
            #0a192d 50%,
            #07111f 100%
        );

    box-shadow:
        inset 0 0 35px rgba(0, 0, 0, 0.25);
}


/* ==========================================================
   EFECTO DE BRILLO
========================================================== */

.nexora-display::after {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 42%;
    height: 100%;

    background:
        linear-gradient(
            110deg,
            transparent 0%,
            rgba(255, 255, 255, 0.025) 30%,
            rgba(255, 255, 255, 0.08) 50%,
            rgba(255, 255, 255, 0.025) 70%,
            transparent 100%
        );

    transform:
        translateX(-250%);

    animation:
        nexoraScreenLight 7s ease-in-out infinite;

    pointer-events: none;

    z-index: 10;
}


/* ==========================================================
   HEADER DENTRO DE LA PANTALLA
========================================================== */

.nexora-screen-header {
    position: relative;

    width: 100%;
    height: 48px;

    padding:
        0
        24px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background:
        rgba(3, 8, 15, 0.48);

    border-bottom:
        1px solid rgba(255, 255, 255, 0.07);

    z-index: 4;
}


/* LOGO */

.nexora-mini-logo {
    color: #ffffff;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
}


/* MENÚ */

.nexora-mini-menu {
    display: flex;
    align-items: center;

    gap: 16px;
}


.nexora-mini-menu span {
    color: #aeb9ca;

    font-size: 8px;
    font-weight: 500;
}


/* ==========================================================
   CONTENIDO PRINCIPAL DE LA PANTALLA
========================================================== */

.nexora-screen-content {
    position: relative;

    width: 66%;

    padding:
        42px
        0
        0
        40px;

    box-sizing: border-box;

    z-index: 4;

    animation:
        nexoraContentEnter 1.1s ease both;
}


/* ETIQUETA */

.nexora-screen-tag {
    display: inline-block;

    margin-bottom: 11px;

    padding:
        5px
        9px;

    color: #74a6ff;

    background:
        rgba(36, 107, 253, 0.11);

    border:
        1px solid rgba(74, 137, 255, 0.28);

    border-radius: 20px;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 1.3px;
}


/* TÍTULO */

.nexora-screen-content h2 {
    max-width: 300px;

    margin:
        0
        0
        11px;

    padding: 0;

    color: #ffffff;

    font-size: 29px;
    font-weight: 700;

    line-height: 1.08;

    letter-spacing: -0.6px;
}


.nexora-screen-content h2 strong {
    display: block;

    color: #3478ff;

    font-weight: 700;
}


/* TEXTO */

.nexora-screen-content p {
    max-width: 260px;

    margin:
        0
        0
        16px;

    padding: 0;

    color: #9eabc0;

    font-size: 10px;

    line-height: 1.55;
}


/* BOTÓN */

.nexora-screen-button {
    display: inline-block;

    padding:
        8px
        14px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #3478ff,
            #1f5fe5
        );

    border-radius: 5px;

    font-size: 8px;
    font-weight: 700;

    box-shadow:
        0 8px 18px rgba(36, 107, 253, 0.30);
}


/* ==========================================================
   TARJETA </> FLOTANTE
========================================================== */

.nexora-code-card {
    position: absolute;

    top: 31%;
    right: 7%;

    width: 57px;
    height: 57px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #73a6ff;

    background:
        linear-gradient(
            145deg,
            rgba(18, 39, 67, 0.96),
            rgba(8, 20, 36, 0.96)
        );

    border:
        1px solid rgba(71, 137, 255, 0.32);

    border-radius: 12px;

    box-shadow:
        0 13px 30px rgba(0, 0, 0, 0.32),
        0 0 20px rgba(36, 107, 253, 0.08);

    font-size: 15px;
    font-weight: 700;

    z-index: 6;

    animation:
        nexoraCodeFloat 3.2s ease-in-out infinite;
}


/* ==========================================================
   CHECK FLOTANTE
========================================================== */

.nexora-check-card {
    position: absolute;

    top: 18%;
    right: 28%;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            rgba(23, 48, 82, 0.96),
            rgba(9, 23, 41, 0.96)
        );

    border:
        1px solid rgba(71, 137, 255, 0.28);

    border-radius: 9px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.27);

    font-size: 14px;
    font-weight: 800;

    z-index: 6;

    animation:
        nexoraCheckFloat 3.6s ease-in-out infinite;
}


/* ==========================================================
   RAYO FLOTANTE
========================================================== */

.nexora-bolt-card {
    position: absolute;

    right: 18%;
    bottom: 15%;

    width: 41px;
    height: 41px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            rgba(23, 48, 82, 0.96),
            rgba(9, 23, 41, 0.96)
        );

    border:
        1px solid rgba(71, 137, 255, 0.28);

    border-radius: 50%;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.27);

    font-size: 16px;

    z-index: 6;

    animation:
        nexoraBoltFloat 3.9s ease-in-out infinite;
}


/* ==========================================================
   LÍNEAS DECORATIVAS
========================================================== */

.nexora-code-lines {
    position: absolute;

    right: 6%;
    bottom: 7%;

    width: 72px;

    display: flex;
    flex-direction: column;

    gap: 5px;

    z-index: 3;
}


.nexora-code-lines span {
    display: block;

    height: 3px;

    background:
        rgba(93, 151, 255, 0.48);

    border-radius: 20px;

    animation:
        nexoraCodePulse 2.5s ease-in-out infinite;
}


.nexora-code-lines span:nth-child(1) {
    width: 100%;
}


.nexora-code-lines span:nth-child(2) {
    width: 70%;

    animation-delay: 0.3s;
}


.nexora-code-lines span:nth-child(3) {
    width: 45%;

    animation-delay: 0.6s;
}


/* ==========================================================
   BISAGRA
========================================================== */

.nexora-hinge {
    position: relative;

    width: 82%;
    height: 5px;

    margin:
        -1px
        auto
        0;

    background:
        linear-gradient(
            90deg,
            #3f454d,
            #969ca4 20%,
            #c1c5ca 50%,
            #969ca4 80%,
            #3f454d
        );

    border-radius:
        0 0 4px 4px;

    z-index: 4;
}


/* ==========================================================
   BASE DE LA LAPTOP
========================================================== */

.nexora-laptop-base {
    position: relative;

    width: 100%;
    height: 17px;

    margin:
        -1px
        auto
        0;

    background:
        linear-gradient(
            180deg,
            #e4e6e9 0%,
            #b9bec5 25%,
            #9198a1 55%,
            #686f78 78%,
            #4b5159 100%
        );

    clip-path:
        polygon(
            8% 0,
            92% 0,
            100% 72%,
            98% 100%,
            2% 100%,
            0 72%
        );

    box-shadow:
        0 8px 13px rgba(0, 0, 0, 0.28);

    z-index: 3;
}


/* HENDIDURA CENTRAL */

.nexora-base-notch {
    position: absolute;

    top: 0;
    left: 50%;

    width: 82px;
    height: 5px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            180deg,
            #777e87,
            #a4aab1
        );

    border-radius:
        0 0 10px 10px;
}


/* ==========================================================
   BORDE DELANTERO
========================================================== */

.nexora-laptop-edge {
    position: relative;

    width: 96%;
    height: 4px;

    margin:
        -1px
        auto
        0;

    background:
        linear-gradient(
            180deg,
            #676e77,
            #3e444b
        );

    border-radius:
        0 0 40% 40%;

    box-shadow:
        0 3px 5px rgba(0, 0, 0, 0.20);

    z-index: 2;
}


/* ==========================================================
   SOMBRA INFERIOR
========================================================== */

.nexora-laptop-shadow {
    width: 72%;
    height: 16px;

    margin:
        17px
        auto
        0;

    background:
        rgba(0, 0, 0, 0.28);

    border-radius: 50%;

    filter:
        blur(13px);

    animation:
        nexoraShadowFloat 4s ease-in-out infinite;
}


/* ==========================================================
   ANIMACIÓN DE LA LAPTOP
========================================================== */

@keyframes nexoraLaptopFloat {

    0%,
    100% {
        transform:
            perspective(1200px)
            rotateY(-2deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1200px)
            rotateY(-2deg)
            translateY(-9px);
    }

}


/* ==========================================================
   ANIMACIÓN DE LA SOMBRA
========================================================== */

@keyframes nexoraShadowFloat {

    0%,
    100% {
        transform:
            scaleX(1);

        opacity: 0.30;
    }

    50% {
        transform:
            scaleX(0.90);

        opacity: 0.18;
    }

}


/* ==========================================================
   ANIMACIÓN </ >
========================================================== */

@keyframes nexoraCodeFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(-4deg);
    }

    50% {
        transform:
            translateY(-10px)
            rotate(2deg);
    }

}


/* ==========================================================
   ANIMACIÓN CHECK
========================================================== */

@keyframes nexoraCheckFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(3deg);
    }

    50% {
        transform:
            translateY(-8px)
            rotate(-3deg);
    }

}


/* ==========================================================
   ANIMACIÓN RAYO
========================================================== */

@keyframes nexoraBoltFloat {

    0%,
    100% {
        transform:
            translateY(0)
            rotate(0deg);
    }

    50% {
        transform:
            translateY(8px)
            rotate(8deg);
    }

}


/* ==========================================================
   BRILLO DE PANTALLA
========================================================== */

@keyframes nexoraScreenLight {

    0%,
    62%,
    100% {
        transform:
            translateX(-250%);
    }

    80% {
        transform:
            translateX(350%);
    }

}


/* ==========================================================
   ENTRADA DEL CONTENIDO
========================================================== */

@keyframes nexoraContentEnter {

    from {
        opacity: 0;

        transform:
            translateY(15px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }

}


/* ==========================================================
   LÍNEAS
========================================================== */

@keyframes nexoraCodePulse {

    0%,
    100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 980px) {

    .hero-image {
        margin-top: 25px;
    }


    .nexora-laptop {
        width: 100%;
        max-width: 600px;

        animation:
            nexoraLaptopTablet 4s ease-in-out infinite;
    }


    .nexora-laptop-screen {
        width: 88%;
    }


    @keyframes nexoraLaptopTablet {

        0%,
        100% {
            transform:
                translateY(0);
        }

        50% {
            transform:
                translateY(-8px);
        }

    }

}


/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 600px) {

    .hero-image {
        width: 100%;

        margin-top: 20px;

        overflow: visible;
    }


    .nexora-laptop {
        width: 100%;
        max-width: 390px;

        padding:
            10px
            0
            20px;
    }


    .nexora-laptop-screen {
        width: 90%;

        padding:
            8px
            8px
            10px;

        border-radius:
            12px
            12px
            6px
            6px;
    }


    .nexora-camera {
        top: 3px;

        width: 3px;
        height: 3px;
    }


    .nexora-screen-header {
        height: 34px;

        padding:
            0
            13px;
    }


    .nexora-mini-logo {
        font-size: 8px;

        letter-spacing: 1px;
    }


    .nexora-mini-menu {
        gap: 7px;
    }


    .nexora-mini-menu span {
        font-size: 5px;
    }


    .nexora-screen-content {
        width: 67%;

        padding:
            22px
            0
            0
            20px;
    }


    .nexora-screen-tag {
        margin-bottom: 6px;

        padding:
            3px
            6px;

        font-size: 5px;

        letter-spacing: 0.7px;
    }


    .nexora-screen-content h2 {
        margin-bottom: 7px;

        font-size: 18px;

        line-height: 1.06;
    }


    .nexora-screen-content p {
        max-width: 170px;

        margin-bottom: 9px;

        font-size: 6px;
    }


    .nexora-screen-button {
        padding:
            5px
            9px;

        font-size: 5px;
    }


    .nexora-code-card {
        width: 36px;
        height: 36px;

        font-size: 9px;

        border-radius: 8px;
    }


    .nexora-check-card {
        width: 25px;
        height: 25px;

        font-size: 9px;

        border-radius: 6px;
    }


    .nexora-bolt-card {
        width: 28px;
        height: 28px;

        font-size: 10px;
    }


    .nexora-code-lines {
        width: 44px;

        gap: 3px;
    }


    .nexora-code-lines span {
        height: 2px;
    }


    .nexora-hinge {
        height: 3px;
    }


    .nexora-laptop-base {
        height: 11px;
    }


    .nexora-base-notch {
        width: 50px;
        height: 3px;
    }


    .nexora-laptop-edge {
        height: 3px;
    }


    .nexora-laptop-shadow {
        width: 65%;
        height: 10px;

        margin-top: 10px;

        filter:
            blur(9px);
    }

}


/* ==========================================================
   PANTALLAS MUY PEQUEÑAS
========================================================== */

@media (max-width: 380px) {

    .nexora-screen-content {
        padding:
            18px
            0
            0
            17px;
    }


    .nexora-screen-content h2 {
        font-size: 15px;
    }


    .nexora-screen-content p {
        font-size: 5px;
    }


    .nexora-code-card {
        width: 31px;
        height: 31px;
    }


    .nexora-check-card {
        width: 21px;
        height: 21px;
    }


    .nexora-bolt-card {
        width: 24px;
        height: 24px;
    }

}


/* ==========================================================
   ACCESIBILIDAD
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .nexora-laptop,
    .nexora-display::after,
    .nexora-code-card,
    .nexora-check-card,
    .nexora-bolt-card,
    .nexora-code-lines span,
    .nexora-laptop-shadow,
    .nexora-screen-content {
        animation: none !important;
    }

}

/* ==========================================================
   NEXORA WEB - LAPTOP 3D REALISTA
   Compatible con el nuevo index.html (.real-laptop...)
========================================================== */

.hero-image {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    perspective: 1400px;
}

.laptop-scene {
    width: 100%;
    max-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 35px 0 55px;
    perspective: 1500px;
}

.real-laptop {
    width: 100%;
    max-width: 610px;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    animation: realLaptopFloat 5s ease-in-out infinite;
}

.real-laptop-lid {
    width: 82%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    transform-origin: bottom center;
    transform: perspective(1400px) rotateX(-2deg);
    filter: drop-shadow(0 22px 24px rgba(0,0,0,.35));
}

.real-screen-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
    position: relative;
    padding: 12px 12px 15px;
    background: linear-gradient(145deg,#30363e 0%,#161b21 18%,#080b0f 65%,#020304 100%);
    border: 1px solid rgba(255,255,255,.20);
    border-bottom: 3px solid #05070a;
    border-radius: 16px 16px 8px 8px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 25px 55px rgba(0,0,0,.38), 0 0 40px rgba(36,107,253,.08);
    overflow: hidden;
}

.real-camera {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle,#486180 0%,#151b22 45%,#020304 100%);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(64,130,255,.35);
    z-index: 20;
}

.real-screen {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: radial-gradient(circle at 78% 37%,rgba(36,107,253,.40),rgba(36,107,253,.10) 22%,transparent 42%), radial-gradient(circle at 20% 85%,rgba(31,83,180,.17),transparent 36%), linear-gradient(135deg,#06101d 0%,#0a192d 52%,#07111f 100%);
    box-shadow: inset 0 0 35px rgba(0,0,0,.25);
}

.real-screen-shine {
    width: 42%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -65%;
    z-index: 15;
    pointer-events: none;
    background: linear-gradient(110deg,transparent 0%,rgba(255,255,255,.015) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.015) 75%,transparent 100%);
    transform: rotate(8deg);
    animation: realScreenShine 7s ease-in-out infinite;
}

.real-screen-header {
    width: 100%;
    height: 47px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    background: rgba(3,8,15,.48);
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.real-screen-logo {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.real-screen-menu {
    display: flex;
    align-items: center;
    gap: 15px;
}

.real-screen-menu span {
    color: #aeb9ca;
    font-size: 8px;
}

.real-screen-content {
    width: 65%;
    padding: 40px 0 0 38px;
    position: relative;
    z-index: 5;
    animation: realContentEnter 1.1s ease both;
}

.real-screen-tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 8px;
    color: #74a6ff;
    background: rgba(36,107,253,.11);
    border: 1px solid rgba(74,137,255,.28);
    border-radius: 20px;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.real-screen-content h2 {
    max-width: 290px;
    margin-bottom: 11px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -.5px;
}

.real-screen-content h2 strong {
    display: block;
    color: #3478ff;
}

.real-screen-content p {
    max-width: 255px;
    margin-bottom: 15px;
    color: #9eabc0;
    font-size: 9px;
    line-height: 1.55;
}

.real-screen-button {
    display: inline-block;
    padding: 8px 13px;
    color: #fff;
    background: linear-gradient(135deg,#3478ff,#1f5fe5);
    border-radius: 5px;
    font-size: 8px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(36,107,253,.30);
}

.real-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    color: #73a6ff;
    background: linear-gradient(145deg,rgba(18,39,67,.96),rgba(8,20,36,.96));
    border: 1px solid rgba(71,137,255,.30);
    box-shadow: 0 12px 28px rgba(0,0,0,.30), 0 0 20px rgba(36,107,253,.07);
    backdrop-filter: blur(8px);
    font-weight: bold;
}

.real-code-card {
    width: 55px;
    height: 55px;
    top: 31%;
    right: 7%;
    border-radius: 11px;
    font-size: 15px;
    animation: realCodeFloat 3.2s ease-in-out infinite;
}

.real-check-card {
    width: 35px;
    height: 35px;
    top: 18%;
    right: 28%;
    color: #fff;
    border-radius: 9px;
    font-size: 14px;
    animation: realCheckFloat 3.6s ease-in-out infinite;
}

.real-bolt-card {
    width: 40px;
    height: 40px;
    right: 18%;
    bottom: 15%;
    border-radius: 50%;
    font-size: 15px;
    animation: realBoltFloat 3.9s ease-in-out infinite;
}

.real-code-lines {
    width: 70px;
    position: absolute;
    right: 6%;
    bottom: 7%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 4;
}

.real-code-lines span {
    display: block;
    height: 3px;
    background: rgba(93,151,255,.48);
    border-radius: 20px;
    animation: realCodePulse 2.5s ease-in-out infinite;
}

.real-code-lines span:nth-child(1){width:100%;}
.real-code-lines span:nth-child(2){width:72%;animation-delay:.3s;}
.real-code-lines span:nth-child(3){width:48%;animation-delay:.6s;}
.real-code-lines span:nth-child(4){width:62%;animation-delay:.9s;}

.real-hinge {
    width: 76%;
    height: 8px;
    margin: -2px auto -2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 8;
}

.real-hinge span {
    width: 42%;
    height: 5px;
    background: linear-gradient(180deg,#22272d,#8b929a 48%,#343a41);
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.20);
}

.real-laptop-body {
    width: 100%;
    position: relative;
    z-index: 4;
    transform-origin: center top;
    transform: perspective(850px) rotateX(64deg);
    margin-top: -1px;
}

.real-keyboard-deck {
    width: 100%;
    height: 205px;
    position: relative;
    padding: 25px 48px 28px;
    background: linear-gradient(145deg,#d8dadd 0%,#b9bdc2 30%,#9ca2a9 70%,#7e858d 100%);
    clip-path: polygon(8% 0,92% 0,100% 100%,0 100%);
    border-radius: 4px 4px 15px 15px;
    box-shadow: inset 0 2px 2px rgba(255,255,255,.55), inset 0 -8px 12px rgba(0,0,0,.10), 0 16px 30px rgba(0,0,0,.22);
}

.real-keyboard {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.keyboard-row {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.keyboard-row span {
    width: 29px;
    height: 19px;
    display: block;
    position: relative;
    background: linear-gradient(180deg,#24282d 0%,#101317 100%);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.35), inset 0 1px 1px rgba(255,255,255,.08);
}

.keyboard-row span::after {
    content: "";
    width: 40%;
    height: 1px;
    position: absolute;
    top: 5px;
    left: 30%;
    background: rgba(255,255,255,.22);
    border-radius: 5px;
}

.keyboard-row-bottom { margin-top: 1px; }
.keyboard-row .space-key { width: 135px; }

.real-trackpad {
    width: 145px;
    height: 75px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    background: linear-gradient(145deg,rgba(220,222,224,.65),rgba(155,160,166,.60));
    border: 1px solid rgba(70,75,82,.35);
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(255,255,255,.40);
}

.real-front-edge {
    width: 98%;
    height: 13px;
    margin: -4px auto 0;
    position: relative;
    background: linear-gradient(180deg,#aeb3b9 0%,#777e86 48%,#4e555d 100%);
    border-radius: 0 0 45% 45%;
    box-shadow: 0 6px 8px rgba(0,0,0,.25);
}

.real-front-notch {
    width: 90px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg,#686f77,#949aa1);
    border-radius: 0 0 10px 10px;
}

.real-laptop-shadow {
    width: 78%;
    height: 25px;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,.32);
    border-radius: 50%;
    filter: blur(17px);
    transform: scaleX(1.05);
    animation: realLaptopShadow 5s ease-in-out infinite;
}

@keyframes realLaptopFloat {
    0%,100% { transform: translateY(0) rotateY(-2deg); }
    50% { transform: translateY(-8px) rotateY(-2deg); }
}

@keyframes realLaptopShadow {
    0%,100% { transform: scaleX(1.05); opacity:.32; }
    50% { transform: scaleX(.92); opacity:.20; }
}

@keyframes realScreenShine {
    0%,65%,100% { left:-65%; }
    82% { left:130%; }
}

@keyframes realContentEnter {
    from { opacity:0; transform:translateY(14px); }
    to { opacity:1; transform:translateY(0); }
}

@keyframes realCodeFloat {
    0%,100% { transform:translateY(0) rotate(-4deg); }
    50% { transform:translateY(-9px) rotate(2deg); }
}

@keyframes realCheckFloat {
    0%,100% { transform:translateY(0) rotate(3deg); }
    50% { transform:translateY(-7px) rotate(-3deg); }
}

@keyframes realBoltFloat {
    0%,100% { transform:translateY(0) rotate(0deg); }
    50% { transform:translateY(7px) rotate(8deg); }
}

@keyframes realCodePulse {
    0%,100% { opacity:.35; }
    50% { opacity:1; }
}

@media (max-width: 980px) {
    .laptop-scene { max-width:620px; margin:0 auto; padding-top:20px; }
    .real-laptop { max-width:570px; }
    .real-keyboard-deck { height:190px; }
    .real-laptop-body { transform:perspective(850px) rotateX(62deg); }
}

@media (max-width: 600px) {
    .hero-image { margin-top:25px; overflow:visible; }
    .laptop-scene { max-width:390px; padding:15px 0 30px; }
    .real-laptop { max-width:370px; }
    .real-laptop-lid { width:84%; }
    .real-screen-frame { padding:8px 8px 10px; border-radius:11px 11px 5px 5px; }
    .real-camera { width:3px; height:3px; top:3px; }
    .real-screen-header { height:31px; padding:0 12px; }
    .real-screen-logo { font-size:7px; letter-spacing:1px; }
    .real-screen-menu { gap:6px; }
    .real-screen-menu span { font-size:5px; }
    .real-screen-content { width:68%; padding:19px 0 0 18px; }
    .real-screen-tag { margin-bottom:5px; padding:3px 5px; font-size:4px; }
    .real-screen-content h2 { margin-bottom:6px; font-size:16px; }
    .real-screen-content p { max-width:155px; margin-bottom:8px; font-size:5.5px; }
    .real-screen-button { padding:5px 8px; font-size:5px; }
    .real-code-card { width:32px; height:32px; font-size:8px; border-radius:7px; }
    .real-check-card { width:22px; height:22px; font-size:8px; border-radius:5px; }
    .real-bolt-card { width:25px; height:25px; font-size:9px; }
    .real-code-lines { width:40px; gap:3px; }
    .real-code-lines span { height:2px; }
    .real-hinge { height:5px; }
    .real-hinge span { height:3px; }
    .real-keyboard-deck { height:125px; padding:14px 28px 17px; }
    .real-keyboard { gap:4px; }
    .keyboard-row { gap:3px; }
    .keyboard-row span { width:17px; height:11px; border-radius:2px; }
    .keyboard-row span::after { top:3px; }
    .keyboard-row .space-key { width:76px; }
    .real-trackpad { width:85px; height:42px; bottom:9px; border-radius:4px; }
    .real-laptop-body { transform:perspective(650px) rotateX(61deg); }
    .real-front-edge { height:8px; }
    .real-front-notch { width:55px; height:3px; }
    .real-laptop-shadow { width:70%; height:14px; margin-top:-19px; filter:blur(10px); }
}

@media (max-width: 380px) {
    .real-laptop { max-width:335px; }
    .real-screen-content { padding:16px 0 0 15px; }
    .real-screen-content h2 { font-size:14px; }
    .real-screen-content p { font-size:5px; }
    .real-keyboard-deck { height:112px; }
    .keyboard-row span { width:15px; height:10px; }
    .keyboard-row .space-key { width:67px; }
    .real-trackpad { width:75px; height:37px; }
}

@media (prefers-reduced-motion: reduce) {
    .real-laptop,
    .real-laptop-shadow,
    .real-screen-shine,
    .real-screen-content,
    .real-code-card,
    .real-check-card,
    .real-bolt-card,
    .real-code-lines span {
        animation: none !important;
    }
}


/* ==========================================================
   AJUSTE FINAL - BASE DE LAPTOP MÁS REALISTA
========================================================== */
.real-laptop-body {
    width: 104%;
    margin-left: -2%;
    margin-top: -5px;
    transform-origin: center top;
    transform: perspective(1100px) rotateX(48deg);
}

.real-keyboard-deck {
    height: 245px;
    padding: 30px 52px 34px;
    clip-path: polygon(9% 0, 91% 0, 100% 100%, 0 100%);
    border-radius: 5px 5px 18px 18px;
    background: linear-gradient(145deg, #e0e2e5 0%, #c7cbd0 28%, #a8adb4 68%, #858c94 100%);
    box-shadow:
        inset 0 2px 2px rgba(255,255,255,.55),
        inset 0 -10px 16px rgba(0,0,0,.12),
        0 18px 30px rgba(0,0,0,.22);
}

.real-keyboard {
    width: 78%;
    gap: 8px;
}

.keyboard-row {
    gap: 7px;
}

.keyboard-row span {
    width: 30px;
    height: 20px;
    border-radius: 4px;
}

.keyboard-row .space-key {
    width: 145px;
}

.real-trackpad {
    width: 160px;
    height: 82px;
    bottom: 20px;
    border-radius: 7px;
}

.real-front-edge {
    width: 99%;
    height: 14px;
    margin-top: -3px;
    border-radius: 0 0 45% 45%;
}

.real-front-notch {
    width: 95px;
    height: 5px;
}

.real-laptop-shadow {
    width: 82%;
    height: 28px;
    margin-top: -16px;
    filter: blur(18px);
}

@media (max-width: 980px) {
    .real-laptop-body {
        width: 102%;
        margin-left: -1%;
        transform: perspective(1000px) rotateX(50deg);
    }

    .real-keyboard-deck {
        height: 225px;
        padding: 27px 46px 31px;
    }
}

@media (max-width: 600px) {
    .real-laptop-body {
        width: 103%;
        margin-left: -1.5%;
        margin-top: -3px;
        transform: perspective(800px) rotateX(50deg);
    }

    .real-keyboard-deck {
        height: 145px;
        padding: 16px 28px 20px;
    }

    .real-keyboard {
        width: 80%;
        gap: 4px;
    }

    .keyboard-row {
        gap: 4px;
    }

    .keyboard-row span {
        width: 18px;
        height: 12px;
    }

    .keyboard-row .space-key {
        width: 82px;
    }

    .real-trackpad {
        width: 92px;
        height: 48px;
        bottom: 11px;
    }

    .real-front-edge {
        height: 9px;
    }

    .real-front-notch {
        width: 58px;
        height: 3px;
    }

    .real-laptop-shadow {
        width: 74%;
        height: 16px;
        margin-top: -8px;
        filter: blur(11px);
    }
}

@media (max-width: 380px) {
    .real-keyboard-deck {
        height: 132px;
    }

    .keyboard-row span {
        width: 16px;
        height: 11px;
    }

    .keyboard-row .space-key {
        width: 72px;
    }

    .real-trackpad {
        width: 80px;
        height: 42px;
    }
}

/* ==========================================================
   AJUSTE DEFINITIVO - BASE MÁS ABIERTA Y VISIBLE
   Mantiene intacta la pantalla y el resto del sitio.
========================================================== */

.real-laptop-body {
    width: 108%;
    margin-left: -4%;
    margin-top: -2px;
    transform-origin: center top;
    transform: perspective(1200px) rotateX(34deg);
}

.real-keyboard-deck {
    height: 230px;
    padding: 34px 48px 30px;
    clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
    border-radius: 5px 5px 20px 20px;
    background: linear-gradient(145deg, #e2e4e7 0%, #c9cdd2 26%, #a8adb4 68%, #818890 100%);
    box-shadow:
        inset 0 2px 2px rgba(255,255,255,.60),
        inset 0 -12px 18px rgba(0,0,0,.12),
        0 20px 34px rgba(0,0,0,.24);
}

.real-keyboard {
    width: 82%;
    margin: 0 auto;
    gap: 8px;
    transform: translateY(2px);
}

.keyboard-row {
    gap: 7px;
}

.keyboard-row span {
    width: 31px;
    height: 20px;
    border-radius: 4px;
}

.keyboard-row .space-key {
    width: 150px;
}

.real-trackpad {
    width: 170px;
    height: 78px;
    bottom: 17px;
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(225,227,229,.70), rgba(157,162,168,.66));
    border: 1px solid rgba(72,78,86,.38);
    box-shadow:
        inset 0 1px 2px rgba(255,255,255,.48),
        0 1px 1px rgba(0,0,0,.08);
}

.real-front-edge {
    width: 100%;
    height: 15px;
    margin-top: -2px;
    border-radius: 0 0 48% 48%;
    background: linear-gradient(180deg, #b9bec4 0%, #7c838b 48%, #4e555d 100%);
}

.real-front-notch {
    width: 100px;
    height: 5px;
}

.real-laptop-shadow {
    width: 84%;
    height: 30px;
    margin-top: -4px;
    filter: blur(19px);
}

@media (max-width: 980px) {
    .real-laptop-body {
        width: 106%;
        margin-left: -3%;
        transform: perspective(1100px) rotateX(36deg);
    }

    .real-keyboard-deck {
        height: 215px;
        padding: 31px 44px 28px;
    }

    .real-trackpad {
        width: 155px;
        height: 70px;
        bottom: 15px;
    }
}

@media (max-width: 600px) {
    .real-laptop-body {
        width: 106%;
        margin-left: -3%;
        margin-top: -1px;
        transform: perspective(850px) rotateX(36deg);
    }

    .real-keyboard-deck {
        height: 142px;
        padding: 19px 27px 18px;
    }

    .real-keyboard {
        width: 82%;
        gap: 4px;
    }

    .keyboard-row {
        gap: 4px;
    }

    .keyboard-row span {
        width: 18px;
        height: 12px;
    }

    .keyboard-row .space-key {
        width: 84px;
    }

    .real-trackpad {
        width: 96px;
        height: 43px;
        bottom: 9px;
        border-radius: 5px;
    }

    .real-front-edge {
        height: 9px;
    }

    .real-front-notch {
        width: 60px;
        height: 3px;
    }

    .real-laptop-shadow {
        width: 76%;
        height: 17px;
        margin-top: 0;
        filter: blur(12px);
    }
}

@media (max-width: 380px) {
    .real-keyboard-deck {
        height: 130px;
        padding: 17px 24px 16px;
    }

    .keyboard-row span {
        width: 16px;
        height: 10px;
    }

    .keyboard-row .space-key {
        width: 74px;
    }

    .real-trackpad {
        width: 84px;
        height: 38px;
    }
}

/* ==========================================================
   AJUSTE FINAL - BASE COMPACTA Y UNIDA
   Reduce el efecto de plataforma y acerca la forma a una laptop real.
========================================================== */

.real-laptop-body {
    width: 98%;
    margin-left: 1%;
    margin-top: -4px;
    transform-origin: center top;
    transform: perspective(1050px) rotateX(56deg);
}

.real-keyboard-deck {
    height: 172px;
    padding: 23px 38px 24px;
    clip-path: polygon(7% 0, 93% 0, 98% 100%, 2% 100%);
    border-radius: 4px 4px 12px 12px;
    background: linear-gradient(145deg, #d7dade 0%, #bec3c8 34%, #9da3aa 72%, #7c838b 100%);
    box-shadow:
        inset 0 2px 2px rgba(255,255,255,.55),
        inset 0 -8px 12px rgba(0,0,0,.10),
        0 13px 22px rgba(0,0,0,.20);
}

.real-keyboard {
    width: 74%;
    margin: 0 auto;
    gap: 5px;
    transform: translateY(0);
}

.keyboard-row {
    gap: 5px;
}

.keyboard-row span {
    width: 25px;
    height: 15px;
    border-radius: 3px;
}

.keyboard-row span::after {
    top: 4px;
}

.keyboard-row .space-key {
    width: 118px;
}

.real-trackpad {
    width: 126px;
    height: 52px;
    bottom: 13px;
    border-radius: 6px;
    background: linear-gradient(145deg, rgba(218,221,224,.72), rgba(160,166,172,.66));
    border: 1px solid rgba(70,76,84,.34);
    box-shadow: inset 0 1px 2px rgba(255,255,255,.42);
}

.real-front-edge {
    width: 96%;
    height: 9px;
    margin-top: -3px;
    border-radius: 0 0 42% 42%;
    background: linear-gradient(180deg, #aeb4ba 0%, #777e86 55%, #51575f 100%);
}

.real-front-notch {
    width: 78px;
    height: 4px;
}

.real-laptop-shadow {
    width: 72%;
    height: 20px;
    margin-top: -12px;
    filter: blur(14px);
}

@media (max-width: 980px) {
    .real-laptop-body {
        width: 98%;
        margin-left: 1%;
        transform: perspective(950px) rotateX(56deg);
    }

    .real-keyboard-deck {
        height: 160px;
        padding: 21px 34px 22px;
    }

    .real-trackpad {
        width: 116px;
        height: 47px;
        bottom: 12px;
    }
}

@media (max-width: 600px) {
    .real-laptop-body {
        width: 99%;
        margin-left: .5%;
        margin-top: -3px;
        transform: perspective(720px) rotateX(55deg);
    }

    .real-keyboard-deck {
        height: 108px;
        padding: 13px 20px 14px;
        border-radius: 3px 3px 8px 8px;
    }

    .real-keyboard {
        width: 74%;
        gap: 3px;
    }

    .keyboard-row {
        gap: 3px;
    }

    .keyboard-row span {
        width: 15px;
        height: 9px;
        border-radius: 2px;
    }

    .keyboard-row .space-key {
        width: 68px;
    }

    .real-trackpad {
        width: 74px;
        height: 31px;
        bottom: 7px;
        border-radius: 4px;
    }

    .real-front-edge {
        width: 96%;
        height: 6px;
    }

    .real-front-notch {
        width: 46px;
        height: 3px;
    }

    .real-laptop-shadow {
        width: 66%;
        height: 12px;
        margin-top: -8px;
        filter: blur(9px);
    }
}

@media (max-width: 380px) {
    .real-keyboard-deck {
        height: 98px;
        padding: 12px 18px 13px;
    }

    .keyboard-row span {
        width: 13px;
        height: 8px;
    }

    .keyboard-row .space-key {
        width: 60px;
    }

    .real-trackpad {
        width: 66px;
        height: 28px;
    }
}


/* ==========================================================
   AJUSTE FINAL - LAPTOP FRONTAL
   Base más abierta, teclado completo y trackpad visible.
   La pantalla se mantiene de frente.
========================================================== */

.laptop-scene {
    perspective: 1400px;
    perspective-origin: 50% 45%;
}

.real-laptop {
    transform: none !important;
    animation: realLaptopFrontFloat 5s ease-in-out infinite !important;
}

/* Pantalla totalmente frontal */
.real-laptop-lid {
    transform: none !important;
    width: 82%;
}

/* Bisagra alineada */
.real-hinge {
    transform: none !important;
    width: 74%;
    margin-top: -2px;
}

/* Base menos inclinada para que se vea completa */
.real-laptop-body {
    width: 100%;
    margin-top: -2px;
    transform-origin: center top;
    transform:
        perspective(1200px)
        rotateX(44deg) !important;
}

/* Superficie más profunda */
.real-keyboard-deck {
    height: 190px !important;
    padding: 24px 42px 26px !important;

    clip-path:
        polygon(
            7% 0,
            93% 0,
            99% 100%,
            1% 100%
        ) !important;

    background:
        linear-gradient(
            145deg,
            #d9dcdf 0%,
            #bdc2c7 34%,
            #999fa6 72%,
            #777e86 100%
        ) !important;

    box-shadow:
        inset 0 2px 2px rgba(255,255,255,.55),
        inset 0 -8px 12px rgba(0,0,0,.10),
        0 16px 26px rgba(0,0,0,.22) !important;
}

/* Teclado más visible */
.real-keyboard {
    width: 76% !important;
    gap: 6px !important;
}

.keyboard-row {
    gap: 5px !important;
}

.keyboard-row span {
    width: 25px !important;
    height: 16px !important;
}

.keyboard-row .space-key {
    width: 118px !important;
}

/* Trackpad claramente visible */
.real-trackpad {
    width: 132px !important;
    height: 55px !important;
    bottom: 15px !important;

    background:
        linear-gradient(
            145deg,
            rgba(225,227,229,.78),
            rgba(157,162,168,.72)
        ) !important;

    border:
        1px solid rgba(65,72,80,.38) !important;
}

/* Borde frontal más fino */
.real-front-edge {
    height: 9px !important;
    width: 97% !important;
    margin-top: -3px !important;
}

/* Sombra frontal */
.real-laptop-shadow {
    width: 72% !important;
    height: 18px !important;
    margin-top: -8px !important;
    filter: blur(14px) !important;
    animation: realLaptopFrontShadow 5s ease-in-out infinite !important;
}

@keyframes realLaptopFrontFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes realLaptopFrontShadow {
    0%, 100% {
        transform: scaleX(1);
        opacity: .30;
    }

    50% {
        transform: scaleX(.90);
        opacity: .20;
    }
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 980px) {

    .real-laptop {
        animation: realLaptopFrontFloat 5s ease-in-out infinite !important;
    }

    .real-laptop-body {
        transform:
            perspective(1000px)
            rotateX(43deg) !important;
    }

    .real-keyboard-deck {
        height: 172px !important;
        padding: 21px 36px 23px !important;
    }

    .real-trackpad {
        width: 118px !important;
        height: 49px !important;
    }
}

/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 600px) {

    .real-laptop-lid {
        width: 84%;
    }

    .real-hinge {
        width: 72%;
    }

    .real-laptop-body {
        transform:
            perspective(760px)
            rotateX(42deg) !important;
    }

    .real-keyboard-deck {
        height: 116px !important;
        padding: 14px 23px 16px !important;
    }

    .real-keyboard {
        width: 74% !important;
        gap: 3px !important;
    }

    .keyboard-row {
        gap: 3px !important;
    }

    .keyboard-row span {
        width: 15px !important;
        height: 10px !important;
    }

    .keyboard-row .space-key {
        width: 68px !important;
    }

    .real-trackpad {
        width: 76px !important;
        height: 32px !important;
        bottom: 8px !important;
    }

    .real-front-edge {
        height: 6px !important;
    }

    .real-laptop-shadow {
        width: 66% !important;
        height: 11px !important;
        margin-top: -5px !important;
        filter: blur(9px) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .real-laptop,
    .real-laptop-shadow {
        animation: none !important;
    }
}

/* ==========================================================
   WHATSAPP - CONTACTO
   Estilo especial para la tarjeta de WhatsApp
========================================================== */

.whatsapp-option {
    position: relative;

    display: flex;
    align-items: center;

    gap: 15px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(37, 211, 102, 0.10),
            rgba(12, 24, 40, 0.96)
        );

    border:
        1px solid rgba(37, 211, 102, 0.28);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


/* EFECTO AL PASAR EL MOUSE */
.whatsapp-option:hover {
    transform: translateX(5px);

    border-color:
        rgba(37, 211, 102, 0.65);

    background:
        linear-gradient(
            135deg,
            rgba(37, 211, 102, 0.16),
            rgba(12, 24, 40, 0.98)
        );

    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.22),
        0 0 25px rgba(37, 211, 102, 0.08);
}


/* ==========================================================
   CÍRCULO VERDE DEL LOGO
========================================================== */

.whatsapp-icon {
    width: 50px;
    height: 50px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #25d366,
            #1ebe5b
        );

    border:
        1px solid rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    color: #ffffff;

    box-shadow:
        0 8px 20px rgba(37, 211, 102, 0.24);
}


/* ==========================================================
   LOGO DE WHATSAPP
========================================================== */

.whatsapp-logo {
    width: 29px;
    height: 29px;

    display: block;

    color: #ffffff;
}


/* ==========================================================
   INFORMACIÓN
========================================================== */

.whatsapp-contact-text {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 2px;
}


/* TEXTO WHATSAPP */
.whatsapp-contact-text span {
    margin: 0;

    color: #25d366;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.4px;
}


/* NÚMERO */
.whatsapp-contact-text strong {
    color: #f2f7f5;

    font-size: 15px;
    font-weight: 700;
}


/* ESCRÍBENOS AHORA */
.whatsapp-contact-text small {
    margin-top: 2px;

    color: #8fa59b;

    font-size: 11px;
}


/* ==========================================================
   FLECHA DERECHA
========================================================== */

.whatsapp-arrow {
    margin-left: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex-shrink: 0;

    color: #25d366;

    background:
        rgba(37, 211, 102, 0.10);

    border:
        1px solid rgba(37, 211, 102, 0.22);

    border-radius: 50%;

    font-size: 18px;
    font-weight: 700;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


/* EFECTO DE LA FLECHA */
.whatsapp-option:hover .whatsapp-arrow {
    transform: translateX(3px);

    background: #25d366;

    color: #07111f;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 980px) {

    .whatsapp-option {
        max-width: 100%;
    }

}


/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 600px) {

    .whatsapp-option {
        padding: 16px;

        gap: 12px;
    }


    .whatsapp-icon {
        width: 46px;
        height: 46px;
    }


    .whatsapp-logo {
        width: 26px;
        height: 26px;
    }


    .whatsapp-contact-text strong {
        font-size: 14px;
    }


    .whatsapp-contact-text small {
        font-size: 10px;
    }


    .whatsapp-arrow {
        width: 31px;
        height: 31px;

        font-size: 16px;
    }

}


/* ==========================================================
   CELULARES PEQUEÑOS
========================================================== */

@media (max-width: 380px) {

    .whatsapp-option {
        padding: 14px 12px;
    }


    .whatsapp-icon {
        width: 42px;
        height: 42px;
    }


    .whatsapp-logo {
        width: 24px;
        height: 24px;
    }


    .whatsapp-contact-text strong {
        font-size: 13px;
    }


    .whatsapp-arrow {
        width: 28px;
        height: 28px;
    }

}
