@import url('https://api.fontshare.com/v2/css?f[]=satoshi@700,500,400&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    background:
        radial-gradient(circle at 20% 70%,
        rgba(0, 102, 255, 0.55) 0%,
        rgba(0, 102, 255, 0.18) 25%,
        rgba(0, 102, 255, 0.05) 40%,
        transparent 60%),
        linear-gradient(to bottom, #000 0%, #010b1f 55%, #021c44 100%);
    background-attachment: fixed;
    color: white;
    min-height: 200vh;
    overflow-x: hidden;
}

/* PARTICLES */
#particles-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 35px 45px;
    z-index: 1000;
    transition: top 0.35s ease;
}

.menu {
    justify-self: start;
    background: none;
    border: none;
    color: white;
    font-family: 'Satoshi', sans-serif;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
    text-decoration: none;
}

.menu:hover {
    opacity: 0.7;
}

.logo {
    justify-self: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px;
}

.logo::after {
    content: "";
    position: absolute;
    left: -3%;
    bottom: 3px;
    width: 106%;
    height: 6px;
    background: linear-gradient(90deg,
        rgba(35,102,255,0.2) 0%,
        rgba(35,102,255,0.95) 8%,
        rgba(35,102,255,0.8) 18%,
        rgba(35,102,255,0.95) 30%,
        rgba(35,102,255,0.7) 45%,
        rgba(35,102,255,0.95) 60%,
        rgba(35,102,255,0.8) 78%,
        rgba(35,102,255,0.95) 92%,
        rgba(35,102,255,0.2) 100%);
    border-radius: 40px;
}

.boton-viral {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 24px 11px 18px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 32%),
        linear-gradient(90deg, #0a8cff 0%, #2140ff 100%);
    color: white;
    text-decoration: none;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,140,255,0.25);
    transition: 0.25s ease;
}

.boton-viral:hover {
    transform: translateY(-3px);
}

.boton-viral img {
    width: 28px;
    height: 28px;
}

/* HERO */
.hero-folder {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    overflow: hidden;
}

.hero-text {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 24px;
}

.hero-text h1 {
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    font-size: 96px;
    line-height: 0.92;
    letter-spacing: -6px;
    font-weight: 700;
}

.hero-text span {
    color: #0094d8;
    text-shadow:
        0 0 18px rgba(0,148,216,0.75),
        0 0 42px rgba(0,148,216,0.32);
}

.showcase-area {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LINK CARPETA */
.vemix-folder-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.vemix-folder-link:hover {
    text-decoration: none;
}

.vemix-folder-link:focus {
    outline: none;
}

.vemix-folder-link:focus-visible {
    outline: 2px solid rgba(85, 201, 255, 0.85);
    outline-offset: 14px;
    border-radius: 32px;
}

/* CARPETA VEMIX SECRET */
.vemix-folder-wrap {
    position: relative;
    width: min(560px, 86vw);
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: folderFloat 5.8s ease-in-out infinite;
    transform-style: preserve-3d;
    will-change: transform;
    outline: none;
}

.vemix-folder {
    position: relative;
    width: 100%;
    max-width: 560px;
    height: 370px;
    filter:
        drop-shadow(0 35px 55px rgba(0, 0, 0, 0.45))
        drop-shadow(0 0 24px rgba(80, 200, 255, 0.18));
    transform: rotate(-1deg);
}

.folder-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 172px;
    height: 82px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(180deg, #63d4ff 0%, #28a8f2 100%);
    box-shadow:
        inset 0 2px 0 rgba(255,255,255,0.38),
        inset -12px -18px 28px rgba(0,86,180,0.08);
    z-index: 1;
}

/* DOCUMENTOS BLANCOS */
.folder-paper {
    position: absolute;
    background:
        linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,252,255,1) 100%);
    border: 1px solid rgba(255,255,255,0.82);
    box-shadow:
        0 10px 22px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.9);
    overflow: hidden;
    transition:
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
        top 0.65s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.45s ease,
        box-shadow 0.55s ease;
    will-change: transform, top, opacity;
}

.paper-one {
    top: 18px;
    left: 34px;
    width: 170px;
    height: 120px;
    border-radius: 15px;
    padding: 13px;
    transform: rotate(-2deg);
    z-index: 2;
}

.paper-two {
    top: 31px;
    left: 102px;
    width: 140px;
    height: 98px;
    border-radius: 13px;
    padding: 16px 14px;
    transform: rotate(4deg);
    opacity: 0.86;
    z-index: 2;
}

.paper-lines {
    width: 100%;
    height: 100%;
    padding-top: 4px;
}

.paper-lines span {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: rgba(41,170,248,0.22);
    margin-bottom: 6px;
}

.paper-lines span:nth-child(1) {
    width: 84%;
}

.paper-lines span:nth-child(2) {
    width: 62%;
}

.paper-lines span:nth-child(3) {
    width: 74%;
    margin-bottom: 0;
}

/* ESCENA SECRETA */
.paper-scene {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
    transition:
        opacity 0.45s ease 0.08s,
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

/* ELIMINA BRAZOS */
.secret-arm,
.secret-arm-left,
.secret-arm-right,
.mini-arm,
.mini-arm-left,
.mini-arm-right,
.arm-out {
    display: none !important;
}

/* PERSONAS TIPO ICONO SIN BRAZOS */
.secret-person {
    position: absolute;
    bottom: 6px;
    width: 42px;
    height: 78px;
    z-index: 4;
}

.secret-person-left {
    left: 8px;
}

.secret-person-right {
    right: 8px;
}

.secret-head {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #020610;
    margin: 0 auto 6px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.18);
}

.secret-body {
    width: 42px;
    height: 42px;
    background: #020610;
    border-radius: 24px 24px 13px 13px;
    position: relative;
}

.secret-body::before {
    display: none !important;
}

.secret-body::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -4px;
    height: 14px;
    background: #020610;
    border-radius: 50% 50% 12px 12px;
}

/* CARPETAS SECRETAS EN EL CENTRO */
.secret-exchange {
    position: absolute;
    left: 50%;
    top: 42px;
    width: 72px;
    height: 58px;
    transform: translateX(-50%);
    z-index: 6;
}

.secret-folder-card {
    position: absolute;
    width: 46px;
    height: 34px;
    border-radius: 6px 6px 9px 9px;
    box-shadow:
        0 8px 16px rgba(0,0,0,0.14),
        inset 0 1px 0 rgba(255,255,255,0.35);
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.secret-folder-card::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 18px;
    height: 10px;
    border-radius: 6px 6px 0 0;
}

.secret-folder-card span {
    position: absolute;
    left: 9px;
    right: 9px;
    top: 15px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,0.7);
}

.folder-a {
    left: 0;
    top: 8px;
    background: linear-gradient(180deg, #111827 0%, #020610 100%);
    transform: rotate(-9deg);
}

.folder-a::before {
    background: #111827;
}

.folder-b {
    right: 0;
    top: 17px;
    background: linear-gradient(180deg, #36c1ff 0%, #168fe0 100%);
    transform: rotate(8deg);
}

.folder-b::before {
    background: #36c1ff;
}

/* HOVER SUAVE */
.vemix-folder-link:hover .paper-one,
.vemix-folder-link:focus .paper-one,
.vemix-folder-link:focus-within .paper-one,
.vemix-folder-wrap:hover .paper-one,
.vemix-folder-wrap:focus .paper-one,
.vemix-folder-wrap:focus-within .paper-one {
    top: -6px;
    transform: rotate(-2deg) translateY(-10px);
    z-index: 5;
    box-shadow:
        0 18px 36px rgba(0,0,0,0.16),
        0 0 24px rgba(255,255,255,0.12),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.vemix-folder-link:hover .paper-scene,
.vemix-folder-link:focus .paper-scene,
.vemix-folder-link:focus-within .paper-scene,
.vemix-folder-wrap:hover .paper-scene,
.vemix-folder-wrap:focus .paper-scene,
.vemix-folder-wrap:focus-within .paper-scene {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.vemix-folder-link:hover .paper-two,
.vemix-folder-link:focus .paper-two,
.vemix-folder-link:focus-within .paper-two,
.vemix-folder-wrap:hover .paper-two,
.vemix-folder-wrap:focus .paper-two,
.vemix-folder-wrap:focus-within .paper-two {
    transform: translateY(-4px) rotate(4deg);
    opacity: 0.76;
}

.vemix-folder-link:hover .folder-a,
.vemix-folder-link:focus .folder-a,
.vemix-folder-link:focus-within .folder-a,
.vemix-folder-wrap:hover .folder-a,
.vemix-folder-wrap:focus .folder-a,
.vemix-folder-wrap:focus-within .folder-a {
    transform: rotate(-6deg) translateX(3px);
}

.vemix-folder-link:hover .folder-b,
.vemix-folder-link:focus .folder-b,
.vemix-folder-link:focus-within .folder-b,
.vemix-folder-wrap:hover .folder-b,
.vemix-folder-wrap:focus .folder-b,
.vemix-folder-wrap:focus-within .folder-b {
    transform: rotate(6deg) translateX(-3px);
}

/* CUERPO DE LA CARPETA */
.folder-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 320px;
    border-radius: 22px 22px 24px 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 32%),
        linear-gradient(180deg, #63d4ff 0%, #29aaf8 100%);
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow:
        inset 0 3px 0 rgba(255,255,255,0.35),
        inset 0 -24px 44px rgba(0, 85, 180, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    z-index: 4;
}

.folder-body span {
    display: block;
    color: white;
    font-size: clamp(72px, 9vw, 118px);
    line-height: 0.9;
    letter-spacing: -6px;
    font-weight: 700;
    text-align: center;
    text-shadow:
        0 2px 0 rgba(255,255,255,0.05),
        0 18px 28px rgba(0, 72, 160, 0.14);
}

@keyframes folderFloat {
    0%, 100% {
        transform: translateY(0) rotate(-0.4deg);
    }

    50% {
        transform: translateY(-18px) rotate(0.4deg);
    }
}

/* SECTIONS BASE */
.proyecto-section,
.servicios-section,
.casos-section,
.resultados-section,
.cta-section {
    position: relative;
    z-index: 1;
}

/* PROYECTO */
.proyecto-section {
    width: 100%;
    padding: 180px 0;
}

.proyecto-container {
    width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 90px;
    align-items: center;
}

.proyecto-info h2 {
    margin: 0 0 45px;
    font-family: 'Satoshi', sans-serif;
    font-size: 96px;
    line-height: 0.9;
    letter-spacing: -6px;
    font-weight: 700;
}

.proyecto-info p {
    margin: 0 0 30px;
    font-family: 'Satoshi', sans-serif;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -1.2px;
    color: rgba(255,255,255,0.78);
    max-width: 620px;
}

.proyecto-info strong {
    color: white;
}

.proyecto-marco {
    width: 520px;
    height: 680px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.18);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
    box-shadow:
        inset 0 0 35px rgba(255,255,255,0.035),
        0 35px 90px rgba(0,0,0,0.35),
        0 0 60px rgba(0,148,216,0.12);
    backdrop-filter: blur(18px);
}

.proyecto-marco img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESULTADOS */
.resultados-section {
    width: 100%;
    padding: 140px 0;
}

.resultados-header {
    width: 920px;
    margin: 0 auto 70px;
    text-align: center;
}

.resultados-header p {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 700;
    color: #0094d8;
}

.resultados-header h2 {
    margin: 0;
    font-size: 72px;
    line-height: 0.95;
    letter-spacing: -4px;
    font-weight: 700;
}

.resultados-grid {
    width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.resultado-card {
    padding: 40px 32px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.14), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resultado-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 35px 80px rgba(0,0,0,0.4),
        0 0 40px rgba(0,148,216,0.15);
}

.resultado-card.destacado {
    border-color: rgba(0,148,216,0.45);
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.22), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
}

.resultado-numero {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1;
    background: linear-gradient(135deg, #ffffff 0%, #55c9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.resultado-numero.animado {
    opacity: 1;
    transform: translateY(0);
}

.resultado-label {
    font-size: 16px;
    font-weight: 700;
    color: #0094d8;
    letter-spacing: 0.3px;
}

.resultado-desc {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.45;
    color: rgba(255,255,255,0.6);
}

/* SERVICIOS */
.servicios-section {
    width: 100%;
    padding: 180px 0;
}

.servicios-header,
.casos-header {
    width: 920px;
    margin: 0 auto 70px;
    text-align: center;
}

.servicios-header p,
.casos-header p {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 700;
    color: #0094d8;
}

.servicios-header h2,
.casos-header h2 {
    margin: 0;
    font-size: 72px;
    line-height: 0.95;
    letter-spacing: -4px;
    font-weight: 700;
}

.servicios-grid {
    width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.servicio-card {
    min-height: 430px;
    padding: 38px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top, rgba(0,148,216,0.18), transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow:
        inset 0 0 30px rgba(255,255,255,0.03),
        0 30px 80px rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
}

.servicio-card.destacado {
    border-color: rgba(0,148,216,0.48);
}

.servicio-card span {
    font-size: 18px;
    font-weight: 700;
    color: #0094d8;
}

.servicio-card h3 {
    margin: 58px 0 22px;
    font-size: 39px;
    line-height: 1;
    letter-spacing: -2px;
}

.servicio-card p {
    font-size: 20px;
    line-height: 1.35;
    color: rgba(255,255,255,0.68);
}

.servicios-boton {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.servicios-boton a {
    padding: 18px 38px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0)),
        linear-gradient(90deg, #0a8cff, #2140ff);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 35px rgba(0,148,216,0.28);
    transition: 0.25s ease;
}

.servicios-boton a:hover {
    transform: translateY(-3px) scale(1.03);
}

/* CASOS */
.casos-section {
    width: 100%;
    padding: 170px 0 220px;
}

.casos-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.casos-video-carousel {
    width: 100%;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    perspective: 1200px;
}

.caso-video {
    width: 260px;
    height: 460px;
    border-radius: 34px;
    overflow: hidden;
    opacity: 0.32;
    transform: scale(0.88) translateY(12px);
    transition:
        width 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        height 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.55s ease,
        transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    will-change: transform, opacity, width, height;
}

.caso-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.caso-video.small {
    width: 260px;
    height: 460px;
    opacity: 0.34;
    transform: scale(0.88) translateY(16px);
}

.caso-video.medium {
    width: 310px;
    height: 520px;
    opacity: 0.68;
    transform: scale(0.96) translateY(6px);
}

.caso-video.active {
    width: 360px;
    height: 580px;
    opacity: 1;
    transform: scale(1) translateY(0);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.55),
        0 0 70px rgba(0,148,216,0.25);
}

.casos-video-carousel.animando .caso-video {
    pointer-events: none;
}

.casos-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05));
    color: white;
    font-size: 44px;
    cursor: pointer;
    z-index: 20;
    backdrop-filter: blur(14px);
    transition:
        transform 0.28s ease,
        opacity 0.28s ease,
        background 0.28s ease;
}

.casos-arrow:hover {
    transform: translateY(-50%) scale(1.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.08));
}

.casos-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: translateY(-50%) scale(0.96);
}

.casos-prev {
    left: 80px;
}

.casos-next {
    right: 80px;
}

/* CTA */
.cta-section {
    width: 100%;
    padding: 160px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(0,148,216,0.22) 0%, transparent 65%);
    pointer-events: none;
}

.cta-container {
    position: relative;
    text-align: center;
    max-width: 760px;
    padding: 0 24px;
}

.cta-tag {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #0094d8;
}

.cta-titulo {
    margin: 0 0 28px;
    font-size: 88px;
    line-height: 0.92;
    letter-spacing: -6px;
    font-weight: 700;
}

.cta-titulo span {
    color: #0094d8;
    text-shadow:
        0 0 18px rgba(0,148,216,0.75),
        0 0 42px rgba(0,148,216,0.32);
}

.cta-subtitulo {
    margin: 0 0 48px;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.5px;
    color: rgba(255,255,255,0.65);
}

.cta-boton {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 44px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0) 38%),
        linear-gradient(90deg, #0a8cff 0%, #2140ff 100%);
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    box-shadow:
        0 0 50px rgba(0,140,255,0.35),
        0 15px 40px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.cta-boton:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow:
        0 0 70px rgba(0,140,255,0.5),
        0 20px 50px rgba(0,0,0,0.3);
}

.cta-nota {
    margin: 28px 0 0;
    font-size: 15px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.3px;
}

/* FOOTER */
.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 80px 0 40px;
}

.footer-container {
    width: 1180px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.footer-logo {
    font-size: 26px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    position: relative;
    padding-bottom: 8px;
}

.footer-logo::after {
    content: "";
    position: absolute;
    left: -3%;
    bottom: 2px;
    width: 106%;
    height: 5px;
    background: linear-gradient(90deg, rgba(35,102,255,0.2) 0%, rgba(35,102,255,0.95) 30%, rgba(35,102,255,0.95) 70%, rgba(35,102,255,0.2) 100%);
    border-radius: 40px;
}

.footer-redes {
    display: flex;
    align-items: center;
    gap: 18px;
}

.red-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.65);
    transition: 0.25s ease;
}

.red-link:hover {
    background: rgba(0,148,216,0.18);
    border-color: rgba(0,148,216,0.4);
    color: white;
    transform: translateY(-3px);
}

.footer-middle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-col h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: white;
}

.footer-col a {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-col a:hover {
    color: white;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
}

.footer-bottom p {
    margin: 0;
    font-size: 15px;
    color: rgba(255,255,255,0.3);
}

.footer-legal {
    display: flex;
    gap: 28px;
}

.footer-legal a {
    font-size: 15px;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-legal a:hover {
    color: rgba(255,255,255,0.7);
}

/* MENU */
.overlay-menu {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 25% 20%, rgba(0,148,216,0.18), transparent 35%),
        rgba(0,0,0,0.72);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease;
    z-index: 3000;
}

.overlay-menu.activo {
    opacity: 1;
    pointer-events: all;
}

.menu-window {
    position: relative;
    z-index: 3001;
    width: 820px;
    height: 500px;
    background: linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035));
    border-radius: 38px;
    display: grid;
    grid-template-columns: 220px 1fr;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow:
        0 45px 120px rgba(0,0,0,0.58),
        inset 0 1px 0 rgba(255,255,255,0.16);
    transform: scale(0.94) translateY(22px);
    transition: 0.35s ease;
}

.overlay-menu.activo .menu-window {
    transform: scale(1) translateY(0);
}

.window-sidebar {
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
    border-right: 1px solid rgba(255,255,255,0.08);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.window-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 34px;
}

.dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.red {
    background: #ff5f57;
}

.yellow {
    background: #ffbd2e;
}

.green {
    background: #28c840;
}

.window-sidebar a {
    color: rgba(255,255,255,0.68);
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: 16px;
    transition: 0.25s ease;
}

.window-sidebar a:hover,
.window-sidebar .side-active {
    color: white;
    background: rgba(255,255,255,0.1);
    transform: translateX(4px);
}

.window-sidebar .side-active {
    color: #55c9ff;
}

.window-content {
    position: relative;
    padding: 38px 42px;
}

.cerrar-menu {
    position: absolute;
    top: 28px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    font-size: 30px;
    cursor: pointer;
    transition: 0.25s ease;
}

.cerrar-menu:hover {
    transform: rotate(90deg);
}

.window-label {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #55c9ff;
}

.window-content h2 {
    margin: 0 0 34px;
    font-size: 54px;
    line-height: 0.95;
    letter-spacing: -3px;
}

.folder-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 38px;
}

.folder-item {
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s ease;
}

.folder-item:hover {
    transform: translateY(-7px);
}

.folder-icon {
    width: 98px;
    height: 68px;
    margin: 0 auto 12px;
    background: linear-gradient(180deg, #6ed8ff 0%, #1fa8f8 100%);
    border-radius: 10px 10px 14px 14px;
    position: relative;
    box-shadow:
        inset 0 2px 0 rgba(255,255,255,0.45),
        0 12px 26px rgba(0,120,255,0.25),
        0 0 35px rgba(0,148,216,0.18);
}

.folder-icon::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 42px;
    height: 18px;
    background: linear-gradient(180deg, #6ed8ff 0%, #1fa8f8 100%);
    border-radius: 8px 8px 0 0;
}

/* SEPARADORES */
.proyecto-section::after,
.servicios-section::after,
.casos-section::after,
.resultados-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,80,180,0.12) 60%, rgba(0,60,140,0.28) 100%);
    pointer-events: none;
    z-index: 2;
}

/* PÁGINAS LEGALES */
.legal-page {
    min-height: 100vh;
}

.legal-section {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 150px 0 90px;
}

.legal-container {
    width: 980px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.legal-tag {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #55c9ff;
}

.legal-title {
    margin: 0 0 38px;
    font-size: 74px;
    line-height: 0.95;
    letter-spacing: -4px;
    font-weight: 700;
}

.legal-card {
    border-radius: 34px;
    padding: 46px;
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.14), transparent 46%),
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow:
        inset 0 0 30px rgba(255,255,255,0.025),
        0 30px 90px rgba(0,0,0,0.38);
    backdrop-filter: blur(18px);
}

.legal-card h2 {
    margin: 38px 0 14px;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -1.2px;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p,
.legal-card li {
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,0.68);
}

.legal-card p {
    margin: 0 0 18px;
}

.legal-card ul {
    margin: 0 0 22px;
    padding-left: 22px;
}

.legal-card strong {
    color: white;
}

.legal-card a {
    color: #55c9ff;
    text-decoration: none;
}

.legal-card a:hover {
    text-decoration: underline;
}

.legal-back {
    display: inline-flex;
    align-items: center;
    margin-top: 34px;
    padding: 15px 26px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0)),
        linear-gradient(90deg, #0a8cff, #2140ff);
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 35px rgba(0,148,216,0.24);
    transition: 0.25s ease;
}

.legal-back:hover {
    transform: translateY(-3px);
}

/* VEMIX SECRET PAGE */
.secret-page {
    min-height: 100vh;
}

.secret-hero-page,
.secret-process-section,
.secret-table-section,
.secret-final-section {
    position: relative;
    z-index: 1;
}

.secret-hero-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0 100px;
    overflow: hidden;
}

.secret-hero-glow {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 820px;
    height: 820px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(0,148,216,0.22) 0%, transparent 68%);
    pointer-events: none;
}

.secret-hero-container {
    position: relative;
    width: 1120px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    text-align: center;
}

.secret-page-tag {
    margin: 0 0 22px;
    font-size: 26px;
    font-weight: 700;
    color: #55c9ff;
}

.secret-page-title {
    margin: 0 0 28px;
    font-size: 110px;
    line-height: 0.9;
    letter-spacing: -7px;
    font-weight: 700;
}

.secret-page-title span {
    color: #0094d8;
    text-shadow:
        0 0 18px rgba(0,148,216,0.75),
        0 0 42px rgba(0,148,216,0.32);
}

.secret-page-subtitle {
    width: 780px;
    max-width: 100%;
    margin: 0 auto 56px;
    font-size: 23px;
    line-height: 1.45;
    color: rgba(255,255,255,0.68);
    letter-spacing: -0.5px;
}

.secret-access-card {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 36px;
    align-items: center;
    text-align: left;
    padding: 34px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.22), transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow:
        0 34px 90px rgba(0,0,0,0.38),
        inset 0 0 30px rgba(255,255,255,0.025);
}

.secret-access-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-folder {
    width: 135px;
    height: 96px;
    position: relative;
    border-radius: 14px 14px 18px 18px;
    background: linear-gradient(180deg, #63d4ff 0%, #29aaf8 100%);
    box-shadow:
        inset 0 2px 0 rgba(255,255,255,0.4),
        0 18px 40px rgba(0,148,216,0.25);
}

.access-folder::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 58px;
    height: 28px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(180deg, #63d4ff 0%, #29aaf8 100%);
}

.access-folder span {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 46px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.65);
}

.secret-access-content h2 {
    margin: 0 0 14px;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -2px;
}

.secret-access-content p {
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
    color: rgba(255,255,255,0.66);
}

.secret-process-section {
    padding: 150px 0;
}

.secret-process-container,
.secret-table-container,
.secret-final-container {
    width: 1180px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.secret-process-header,
.secret-table-text {
    text-align: center;
    margin-bottom: 70px;
}

.secret-process-header p,
.secret-table-text p,
.secret-final-tag {
    margin: 0 0 18px;
    font-size: 26px;
    font-weight: 700;
    color: #55c9ff;
}

.secret-process-header h2,
.secret-table-text h2 {
    margin: 0;
    font-size: 72px;
    line-height: 0.95;
    letter-spacing: -4px;
    font-weight: 700;
}

.secret-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.secret-process-card {
    min-height: 390px;
    padding: 38px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.16), transparent 52%),
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow:
        inset 0 0 30px rgba(255,255,255,0.03),
        0 30px 80px rgba(0,0,0,0.35);
    transition: 0.3s ease;
}

.secret-process-card:hover {
    transform: translateY(-7px);
    box-shadow:
        0 36px 90px rgba(0,0,0,0.42),
        0 0 50px rgba(0,148,216,0.16);
}

.secret-process-card.destacado {
    border-color: rgba(0,148,216,0.45);
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.28), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.03));
}

.secret-process-card span {
    display: block;
    margin-bottom: 58px;
    font-size: 18px;
    font-weight: 700;
    color: #55c9ff;
}

.secret-process-card h3 {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -2px;
}

.secret-process-card p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    color: rgba(255,255,255,0.65);
}

.secret-table-section {
    padding: 140px 0;
}

.secret-comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.comparison-col {
    padding: 44px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 30px 80px rgba(0,0,0,0.32);
}

.comparison-col.secret {
    border-color: rgba(0,148,216,0.45);
    background:
        radial-gradient(circle at top left, rgba(0,148,216,0.22), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.03));
}

.comparison-col h3 {
    margin: 0 0 26px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -2px;
}

.comparison-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-col li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.4;
    color: rgba(255,255,255,0.66);
}

.comparison-col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #55c9ff;
    box-shadow: 0 0 14px rgba(85,201,255,0.55);
}

.secret-final-section {
    padding: 150px 0 180px;
}

.secret-final-container {
    text-align: center;
    width: 860px;
    max-width: calc(100% - 48px);
}

.secret-final-container h2 {
    margin: 0 0 28px;
    font-size: 82px;
    line-height: 0.95;
    letter-spacing: -5px;
}

.secret-final-container p {
    margin: 0 auto 44px;
    max-width: 720px;
    font-size: 22px;
    line-height: 1.45;
    color: rgba(255,255,255,0.66);
}

.secret-final-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 44px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0) 38%),
        linear-gradient(90deg, #0a8cff 0%, #2140ff 100%);
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    box-shadow:
        0 0 50px rgba(0,140,255,0.35),
        0 15px 40px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.secret-final-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow:
        0 0 70px rgba(0,140,255,0.5),
        0 20px 50px rgba(0,0,0,0.3);
}

.secret-back-link {
    display: block;
    width: fit-content;
    margin: 28px auto 0;
    color: rgba(255,255,255,0.44);
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s ease;
}

.secret-back-link:hover {
    color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    header {
        padding: 18px 20px;
        grid-template-columns: auto auto auto;
    }

    .menu {
        font-size: 15px;
    }

    .logo {
        font-size: 15px;
        padding-bottom: 7px;
    }

    .boton-viral {
        font-size: 13px;
        padding: 8px 12px 8px 10px;
        gap: 5px;
    }

    .boton-viral img {
        width: 16px;
        height: 16px;
    }

    .hero-folder {
        padding-top: 90px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-text {
        margin-bottom: 18px;
        padding: 0 8px;
    }

    .hero-text h1 {
        font-size: 36px;
        letter-spacing: -1.5px;
        line-height: 1.05;
    }

    .showcase-area {
        height: 330px;
        max-width: 100%;
    }

    .vemix-folder-wrap {
        width: min(370px, 94vw);
        height: 280px;
    }

    .vemix-folder {
        height: 260px;
        max-width: 370px;
    }

    .folder-tab {
        width: 116px;
        height: 56px;
        border-radius: 16px 16px 0 0;
    }

    .paper-one {
        top: 13px;
        left: 24px;
        width: 118px;
        height: 84px;
        border-radius: 10px;
        padding: 8px;
    }

    .paper-two {
        top: 22px;
        left: 68px;
        width: 96px;
        height: 68px;
        border-radius: 10px;
        padding: 11px 10px;
    }

    .vemix-folder-link:hover .paper-one,
    .vemix-folder-link:focus .paper-one,
    .vemix-folder-link:focus-within .paper-one,
    .vemix-folder-wrap:hover .paper-one,
    .vemix-folder-wrap:focus .paper-one,
    .vemix-folder-wrap:focus-within .paper-one {
        top: 3px;
        transform: rotate(-2deg) translateY(-8px);
    }

    .secret-person {
        width: 28px;
        height: 52px;
        bottom: 5px;
    }

    .secret-person-left {
        left: 4px;
    }

    .secret-person-right {
        right: 4px;
    }

    .secret-head {
        width: 15px;
        height: 15px;
        margin-bottom: 4px;
    }

    .secret-body {
        width: 28px;
        height: 28px;
        border-radius: 16px 16px 9px 9px;
    }

    .secret-body::after {
        left: -2px;
        right: -2px;
        bottom: -3px;
        height: 9px;
    }

    .secret-exchange {
        top: 31px;
        width: 48px;
        height: 40px;
    }

    .secret-folder-card {
        width: 31px;
        height: 23px;
        border-radius: 5px 5px 7px 7px;
    }

    .secret-folder-card::before {
        top: -5px;
        width: 13px;
        height: 7px;
    }

    .secret-folder-card span {
        top: 10px;
        left: 6px;
        right: 6px;
        height: 3px;
    }

    .paper-lines span {
        height: 3px;
        margin-bottom: 4px;
    }

    .folder-body {
        height: 226px;
        border-radius: 17px 17px 19px 19px;
    }

    .folder-body span {
        font-size: clamp(52px, 17vw, 78px);
        letter-spacing: -4px;
    }

    .proyecto-section {
        padding: 90px 0;
    }

    .proyecto-container {
        width: 100%;
        padding: 0 24px;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .proyecto-info h2 {
        font-size: 52px;
        letter-spacing: -3px;
        margin-bottom: 28px;
    }

    .proyecto-info p {
        font-size: 18px;
    }

    .proyecto-marco {
        width: 100%;
        height: 420px;
    }

    .resultados-section {
        padding: 80px 0;
    }

    .resultados-header {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 48px;
    }

    .resultados-header h2 {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .resultados-grid {
        width: 100%;
        padding: 0 24px;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .resultado-numero {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .resultado-card {
        padding: 28px 22px;
    }

    .servicios-section {
        padding: 90px 0;
    }

    .servicios-header {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 48px;
    }

    .servicios-header h2 {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .servicios-grid {
        width: 100%;
        padding: 0 24px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .servicio-card {
        min-height: auto;
        padding: 28px;
    }

    .servicio-card h3 {
        font-size: 28px;
        margin: 38px 0 16px;
    }

    .servicio-card p {
        font-size: 17px;
    }

    .casos-section {
        padding: 90px 0 120px;
    }

    .casos-header {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 48px;
    }

    .casos-header h2 {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .casos-wrapper {
        overflow: hidden;
    }

    .casos-video-carousel {
        height: auto;
        min-height: 400px;
        gap: 0;
        justify-content: center;
        padding: 0 56px;
    }

    .caso-video {
        display: none !important;
    }

    .caso-video.active {
        display: block !important;
        width: 100%;
        max-width: 260px;
        aspect-ratio: 9 / 16;
        height: auto;
        border-radius: 20px;
        opacity: 1;
        transform: scale(1);
    }

    .casos-prev {
        left: 4px;
    }

    .casos-next {
        right: 4px;
    }

    .casos-arrow {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .cta-section {
        padding: 100px 0;
    }

    .cta-titulo {
        font-size: 52px;
        letter-spacing: -3px;
    }

    .cta-subtitulo {
        font-size: 18px;
    }

    .cta-boton {
        font-size: 17px;
        padding: 16px 32px;
    }

    .footer {
        padding: 60px 0 32px;
    }

    .footer-container {
        width: 100%;
        padding: 0 24px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        margin-bottom: 48px;
    }

    .footer-middle {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        padding-bottom: 48px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .menu-window {
        width: calc(100% - 32px);
        height: auto;
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .window-sidebar {
        display: none;
    }

    .window-content {
        padding: 32px 28px;
    }

    .window-content h2 {
        font-size: 38px;
        letter-spacing: -2px;
        margin-bottom: 28px;
    }

    .folder-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px 18px;
    }

    .folder-icon {
        width: 72px;
        height: 50px;
    }

    .folder-item {
        font-size: 13px;
    }

    .legal-section {
        padding: 110px 0 70px;
    }

    .legal-container {
        max-width: calc(100% - 32px);
    }

    .legal-title {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .legal-card {
        padding: 28px;
        border-radius: 26px;
    }

    .legal-card h2 {
        font-size: 24px;
    }

    .legal-card p,
    .legal-card li {
        font-size: 16px;
    }

    .secret-hero-page {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .secret-page-title {
        font-size: 56px;
        letter-spacing: -3px;
    }

    .secret-page-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .secret-access-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 30px;
    }

    .secret-access-content h2 {
        font-size: 32px;
    }

    .secret-access-content p {
        font-size: 17px;
    }

    .secret-process-section,
    .secret-table-section,
    .secret-final-section {
        padding: 90px 0;
    }

    .secret-process-header h2,
    .secret-table-text h2 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .secret-process-grid,
    .secret-comparison {
        grid-template-columns: 1fr;
    }

    .secret-process-card {
        min-height: auto;
        padding: 30px;
    }

    .secret-process-card span {
        margin-bottom: 34px;
    }

    .secret-process-card h3 {
        font-size: 30px;
    }

    .comparison-col {
        padding: 30px;
    }

    .comparison-col h3 {
        font-size: 30px;
    }

    .secret-final-container h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .secret-final-container p {
        font-size: 18px;
    }

    .secret-final-button {
        width: 100%;
        padding: 17px 28px;
        font-size: 17px;
    }
}

@media (max-width: 480px) {

    header {
        padding: 16px 14px;
        gap: 10px;
    }

    .boton-viral {
        max-width: 118px;
        white-space: nowrap;
    }

    .hero-folder {
        padding-top: 92px;
    }

    .hero-text h1 {
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: 1;
    }

    .showcase-area {
        height: 285px;
    }

    .vemix-folder-wrap {
        width: min(330px, 94vw);
        height: 250px;
    }

    .vemix-folder {
        height: 235px;
        max-width: 330px;
    }

    .folder-tab {
        width: 106px;
        height: 52px;
    }

    .paper-one {
        top: 12px;
        left: 20px;
        width: 108px;
        height: 76px;
        padding: 7px;
    }

    .paper-two {
        top: 20px;
        left: 60px;
        width: 88px;
        height: 62px;
        padding: 10px 9px;
    }

    .vemix-folder-link:hover .paper-one,
    .vemix-folder-link:focus .paper-one,
    .vemix-folder-link:focus-within .paper-one,
    .vemix-folder-wrap:hover .paper-one,
    .vemix-folder-wrap:focus .paper-one,
    .vemix-folder-wrap:focus-within .paper-one {
        top: 2px;
        transform: rotate(-2deg) translateY(-7px);
    }

    .secret-person-left {
        left: 2px;
    }

    .secret-person-right {
        right: 2px;
    }

    .secret-exchange {
        top: 29px;
    }

    .folder-body {
        height: 205px;
    }

    .folder-body span {
        font-size: clamp(48px, 16vw, 70px);
        letter-spacing: -3.5px;
    }

    .resultados-grid,
    .footer-middle {
        grid-template-columns: 1fr;
    }

    .footer-redes {
        gap: 12px;
        flex-wrap: wrap;
    }

    .red-link {
        width: 44px;
        height: 44px;
    }

    .folder-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .secret-page-title {
        font-size: 48px;
    }

    .secret-final-container h2 {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}