* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #101828;
}

.header {
    width: 100%;
    background-color: #ffffff;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    text-decoration: none;
    color: #101828;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
}

.nav-menu {
    display: flex;
    gap: 40px;
}

.nav-menu a {
    text-decoration: none;
    color: #667085;
    font-size: 17px;
    font-weight: 500;
}

.btn-demo {
    text-decoration: none;
    background-color: #101828;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 14px;
    font-weight: 700;
}
.hero {
    padding: 90px 32px 110px;
    background-color: #ffffff;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}

.hero-text {
    max-width: 620px;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 28px;
    padding: 8px 14px;

    border: 1px solid #d9e2f0;
    border-radius: 999px;

    color: #3b82f6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.hero h1 {
    margin-bottom: 28px;

    color: #101828;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -2px;
}

.hero p {
    margin-bottom: 34px;

    color: #667085;
    font-size: 20px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 16px 24px;
    border-radius: 12px;

    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary {
    background-color: #3b82f6;
    color: #ffffff;
}

.btn-secondary {
    border: 1px solid #d0d5dd;
    background-color: #ffffff;
    color: #101828;
}

.hero-visual {
    width: 100%;
}

.visual-placeholder {
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #f5f7fa;
    border: 1px solid #e4e7ec;
    border-radius: 28px;

    color: #98a2b3;
    font-size: 18px;
}
.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
    object-fit: contain;
    transform: translateY(35px) scale(1.12);
}
/* =========================
   SECCIÓN FUNCIONES
========================= */

.features {
    background: #ffffff;
    padding: 110px 0 120px;
}

.features-container {
    width: min(1180px, 90%);
    margin: 0 auto;
}

.section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

.section-tag {
    display: block;
    color: #3b82f6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.section-heading h2 {
    color: #101827;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 22px;
}

.section-heading p {
    color: #66758f;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 780px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.feature-card {
    border: 1px solid #dce3ee;
    border-radius: 18px;
    padding: 32px 28px;
    min-height: 230px;
    background: #ffffff;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #eef5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
}

.feature-card h3 {
    color: #101827;
    font-size: 22px;
    margin: 0 0 12px;
}

.feature-card p {
    color: #4f5f78;
    font-size: 17px;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 900px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .features {
        padding: 75px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .section-heading p {
        font-size: 18px;
    }
}

/* =========================
   SECCIÓN EXPERIENCIA
========================= */

.experience {
    background: #f7f9fc;
    padding: 105px 0 115px;
}

.experience-container {
    width: min(1180px, 90%);
    margin: 0 auto;
}

.experience .section-heading {
    max-width: 900px;
    margin: 0 auto 55px;
    text-align: center;
}

.experience .section-heading h2 {
    font-size: 48px;
    line-height: 1.12;
}

.experience-placeholder {
    width: 100%;
    min-height: 420px;
    border: 1px solid #dce3ee;
    border-radius: 22px;
    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #8a98ad;
    font-size: 18px;
}

/* Imagen real del sistema */
.experience-image {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* ==================================================
   EXPERIENCIA VELIORA — GALERÍA DE CAPTURAS
   ================================================== */

.experience-gallery {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: start;
}

.experience-shot {
    background: #ffffff;
    border: 1px solid #dce3ee;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
}

.experience-shot img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.experience-shot span {
    display: block;
    color: #101827;
    font-size: 18px;
    font-weight: 700;
}

/* EXPERIENCIA VELIORA — TABLET */
@media (max-width: 900px) {
    .experience-gallery {
        max-width: 700px;
        gap: 20px;
    }
}

/* EXPERIENCIA VELIORA — CELULAR */
@media (max-width: 600px) {
    .experience-gallery {
        grid-template-columns: 1fr;
        margin-top: 35px;
    }

    .experience-shot {
        padding: 20px;
    }

    .experience-shot img {
        max-width: 280px;
    }
}

/* ==================================================
   EXPERIENCIA VELIORA — BENEFICIOS
   ================================================== */

.experience-benefits {
    width: 100%;
    max-width: 1000px;
    margin: 35px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.experience-benefit {
    text-align: center;
    padding: 24px 20px;
}

.experience-benefit strong {
    display: block;
    color: #101827;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.experience-benefit span {
    display: block;
    color: #66758f;
    font-size: 15px;
    line-height: 1.5;
}

/* EXPERIENCIA — BENEFICIOS EN CELULAR */
@media (max-width: 600px) {
    .experience-benefits {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 25px;
    }

    .experience-benefit {
        padding: 15px 20px;
    }
}
/* ==================================================
   CTA FINAL — SOLICITAR DEMOSTRACIÓN
   ================================================== */

.final-cta {
    padding: 100px 30px;
    background: #101827;
}

.final-cta-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.final-cta-tag {
    display: block;
    color: #6ea0ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.final-cta h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 auto 24px;
}

.final-cta p {
    color: #b9c3d3;
    font-size: 19px;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 36px;
}

.final-cta-button {
    display: inline-block;
    padding: 17px 28px;
    background: #3b82f6;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    transition: transform 0.2s ease;
}

.final-cta-button:hover {
    transform: translateY(-2px);
}

/* CTA FINAL — CELULAR */
@media (max-width: 600px) {
    .final-cta {
        padding: 75px 22px;
    }

    .final-cta h2 {
        font-size: 34px;
    }

    .final-cta p {
        font-size: 17px;
    }

    .final-cta-button {
        width: 100%;
        max-width: 320px;
    }
}

.video-section video {
    display: block;
    width: 350px;
    max-width: 100%;
    height: auto;
    margin: 40px auto 0;
    border-radius: 12px;
}