
.site-header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    z-index:9999;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(14px);

    border-bottom:1px solid rgba(0,0,0,.05);

}

.site-header .container{

    max-width:1320px;

}

.navbar{

    min-height:85px;

}

.navbar-brand img{

    height:55px;

}

.nav-link{

    color:#1b2b48;

    font-weight:600;

    margin-left:18px;

    transition:.25s;

}

.nav-link:hover{

    color:#0d6efd;

}

.navbar .btn{

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

}
.hero-section {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(120deg, #4f5bd5 0%, #2b3 eb 40%, #1e40af 100%);
  /* fallback si el navegador no parsea el valor de arriba */
  background: linear-gradient(120deg, #5b6bf0 0%, #3b52e0 45%, #1e40af 100%);
  color: #fff;
  overflow: hidden;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, .15);
  border: 1px solid rgba(16, 185, 129, .5);
  color: #d1fae5;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .9);
  max-width: 520px;
  margin-bottom: 28px;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;   /* 2 columnas, más compacto */
  gap: 12px 24px;
}
.hero-list li { font-weight: 600; }
.hero-list i { color: #34d399; margin-right: 8px; }

.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-buttons .btn { padding: 12px 28px; font-weight: 700; border-radius: 10px; }
.btn-outline-light:hover { background: #fff; color: #1e40af; }

/* ---- Marco de ventana para el screenshot ---- */
.app-window {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .35);
  overflow: hidden;
  transform: perspective(1400px) rotateY(-6deg);   /* leve 3D intencional */
  transition: transform .4s ease;
}
.app-window:hover { transform: perspective(1400px) rotateY(0deg); }
.app-window__bar {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  background: #f1f3f5;
  border-bottom: 1px solid #e5e7eb;
}
.app-window__bar span {
  width: 12px; height: 12px; border-radius: 50%; background: #cbd5e1;
}
.app-window__bar span:nth-child(1) { background: #ff5f57; }
.app-window__bar span:nth-child(2) { background: #febc2e; }
.app-window__bar span:nth-child(3) { background: #28c840; }
.app-window__img { display: block; width: 100%; height: auto; }

@media (max-width: 991px) {
  .app-window { transform: none; margin-top: 40px; }
  .hero-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .app-window, .app-window:hover { transform: none; }
}
.why-section{
    

    padding:20px 0;

    background:#ffffff;

}

.section-tag{
    text-align: center;
     font-size:42px;

    display:inline-block;

    padding:8px 18px;

    background:#eef4ff;

    color:#2c63d6;

    border-radius:40px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.why-section h2{
    align-items:center;

    text-align:center;

    font-size:42px;

    font-weight:780;

    color:#183153;

    margin-bottom:20px;

}

.section-description{

    max-width:760px;

    margin:auto;

    color:#6c757d;

    font-size:20px;

    line-height:1.8;

}

.stats-row{

    margin-top:70px;

}

.stat-box{

    padding:35px 20px;

}

.stat-box h3{

    font-size:56px;

    font-weight:800;

    color:#0d6efd;

    margin-bottom:10px;

}

.stat-box span{

    color:#6c757d;

    font-size:17px;

}

.feature-card{

    background:#fff;

    border-radius:18px;

    padding:40px 35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    height:100%;

    transition:.3s;

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

}

.feature-card:hover{

    transform:translateY(-8px);

}

.feature-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#eef4ff;

    color:#0d6efd;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:25px;

}

.feature-card h4{

    font-weight:700;

    margin-bottom:18px;

}

.feature-card p{

    color:#6c757d;

    line-height:1.7;

}

.about-image{

    width:100%;
    max-width:700px;

    border-radius:22px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);
}
.features-section{

    padding:20px 0;

    background:#f8fbff;

}

.feature-module{

    background:white;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    cursor:pointer;

    border:1px solid #edf1f7;

}

.feature-module:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.module-icon{

    width:60px;

    height:60px;

    margin:auto;

    border-radius:50%;

    background:#edf4ff;

    color:#0d6efd;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    margin-bottom:25px;

}

.feature-module h4{

    font-size:18px;

    font-weight:700;

    margin-bottom:18px;

}

.feature-module p{

    color:#6c757d;

    margin-bottom:0;

    line-height:1.7;

}

.feature-preview{

    position:relative;

    background:#fff;

    border-radius:25px;

    padding:45px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    text-align:center;

}

.preview-tag{

    position:absolute;

    top:25px;

    right:25px;

    background:#0d6efd;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:12px;

    letter-spacing:1px;

    font-weight:700;

}

.feature-preview img{

    border-radius:15px;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

    margin-bottom:35px;

}

.feature-preview h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:18px;

}

.feature-preview p{

    color:#6c757d;

    max-width:650px;

    margin:auto;

    line-height:1.8;

}

.feature-preview{

    position:relative;

    background:#fff;

    border-radius:25px;

    padding:45px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    text-align:center;

}

.preview-tag{

    position:absolute;

 top:20px;

    right:20px;

    padding:10px 18px;


    background:#0d6efd;

    color:#fff;

   

    border-radius:30px;

    font-size:12px;

    letter-spacing:1px;

    font-weight:700;

}



.feature-preview h3{

    font-size:42px;

    margin-top:35px;

}
.feature-preview p{

    color:#6c757d;

    max-width:650px;

    margin:auto;

    line-height:1.8;
     max-width:700px;

    margin:20px auto;

    font-size:18px;

    line-height:1.8;

}

.feature-preview img{

    max-height:520px;

    width:auto;

    margin:auto;

}

.feature-benefits{

    list-style:none;

    padding:0;

    margin:35px auto;

    max-width:500px;

}

.feature-benefits li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:14px;

    font-size:17px;

    font-weight:600;

}

.feature-benefits li::before{

    content:"✓";

    color:#22c55e;

    font-weight:bold;

    font-size:20px;

}


.tour-tabs{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

    margin:50px 0;

}

.tour-tab{

    border:none;

    background:#eef4ff;

    color:#1b2b48;

    padding:12px 24px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.tour-tab:hover{

    background:#0d6efd;

    color:#fff;

}

.tour-tab.active{

    background:#0d6efd;

    color:#fff;

}


.product-tour{

    padding:90px 0;

    background:#ffffff;

}

.section-header{

    margin-bottom:50px;

}

.tour-tabs{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

    margin-bottom:50px;

}

.tour-tab{

    border:none;

    background:#eef4ff;

    color:#1b2b48;

    padding:12px 24px;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.tour-tab:hover,
.tour-tab.active{

    background:#0d6efd;

    color:#fff;

}


.feature-image-card{

    overflow:hidden;

    padding:0 0 35px;

}

.feature-image-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:18px 18px 0 0;

    margin-bottom:25px;

}

.feature-image-card h4{

    padding:0 30px;

}

.feature-image-card p{

    padding:0 30px;

}

.additional-title{

    font-size:32px;

    font-weight:700;

    color:#183153;

    margin-bottom:15px;

}

.video-section{

    padding:90px 0;

    background:#ffffff;

}

.video-wrapper{

    max-width:950px;

    margin:0 auto;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.video-wrapper iframe{

    width:100%;

    aspect-ratio:16/9;

    border:0;

    display:block;

}

.demo-section{
   
 display:block;
    padding:20px 0;

    background:#f8fbff;

}

.demo-card{

    background:#fff;

    border-radius:25px;

    padding:50px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.demo-card input,
.demo-card textarea,
.demo-card select{

    border-radius:12px;

    padding:14px 18px;

    border:1px solid #dee2e6;

    box-shadow:none;

}

.demo-card input:focus,
.demo-card textarea:focus,
.demo-card select:focus{

    border-color:#2c63d6;

    box-shadow:0 0 0 .2rem rgba(44,99,214,.15);

}

.demo-card .btn{

    background:#2c63d6;

    border:none;

    height:58px;

    border-radius:14px;

    font-weight:600;

}

.g-recaptcha{

    display:flex;

    justify-content:center;

}


.demo-info{

    background:#fff;

    border-radius:22px;

    padding:45px;

    box-shadow:0 20px 55px rgba(0,0,0,.08);

    height:100%;

}

.demo-badge{

    display:inline-block;

    background:#eef4ff;

    color:#2c63d6;

    padding:8px 18px;

    border-radius:30px;

    font-weight:700;

    margin-bottom:20px;

}

.demo-info h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:20px;

    color:#183153;

}

.demo-benefit{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin:25px 0;

}

.demo-benefit i{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#eef4ff;

    color:#2c63d6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

    flex-shrink:0;

}

.demo-benefit strong{

    display:block;

    font-size:18px;

    margin-bottom:4px;

}

.demo-benefit span{

    color:#6c757d;

}

.demo-trust{

    margin-top:20px;

    padding-top:20px;

    border-top:1px solid #ececec;

    display:flex;

    align-items:center;

    gap:20px;

}

.trust-number{

    font-size:32px;

    font-weight:800;

    color:#0d6efd;

}

.demo-section .row{

    display:flex;

    align-items:stretch;

}


.testimonials-section{

    padding:90px 0;

    background:#ffffff;

}

.testimonial-card{
    align-items:center;
    text-align:center;

    background:#fff;

    padding:40px;

    border-radius:22px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-8px);

}

.stars{

    color:#fbbf24;

    font-size:24px;

    letter-spacing:4px;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#5f6b7a;

    line-height:1.9;

    font-size:17px;

    margin-bottom:35px;

}

.testimonial-author{

    display:flex;

    align-items:center;

    gap:15px;

}

.testimonial-author img{

    width:60px;

    height:60px;

    border-radius:50%;

    object-fit:cover;

}

.testimonial-author strong{

    display:block;

    color:#183153;

}

.testimonial-author span{

    color:#6c757d;

    font-size:14px;

}

.support-section{

    padding:20px 0;

    background:#ffffff;

}

.support-section h2{

    font-size:42px;

    font-weight:700;

    color:#183153;

    margin-bottom:20px;

}

.support-item{

    display:flex;

    gap:22px;

    margin-bottom:35px;

    align-items:flex-start;

}

.support-icon{

    width:65px;

    height:65px;

    border-radius:18px;

    background:#eef4ff;

    color:#2c63d6;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    flex-shrink:0;

}

.support-item h4{

    font-size:22px;

    font-weight:700;

    color:#183153;

    margin-bottom:10px;

}

.support-item p{

    color:#6c757d;

    line-height:1.8;

    margin-bottom:10px;

}

.support-item a{

    color:#2c63d6;

    font-weight:600;

    text-decoration:none;

}

.support-item a:hover{

    text-decoration:underline;

}

.support-image{

    max-width:520px;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}


.contact-section{

    padding:20px 0;

    background:#f8fbff;

}

.contact-card{

    background:#FFF;

    border-radius:28px;

    padding:70px 50px;

    color:#fff;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.contact-item{

    padding:10px 20px;

}

.contact-icon{

    width:50px;

    height:50px;

    margin:0 auto 25px;

    border-radius:50%;

    background:rgba(255,255,255,.10);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    color:#8cc5ff;

}

.contact-item h4{
        color:#8cc5ff;

    font-size:18px;

    font-weight:700;

    margin-bottom:15px;

}

.contact-item a{

    color:#fff;
    text-decoration:none;

}

.contact-item a:hover{

    color:#8cc5ff;

}

.contact-item p{
    
  color:#8cc5ff;

    line-height:1.8;

    margin:0;

}

.contact-card .btn{
        color:#FFF;

    padding:16px 40px;

    border-radius:50px;

    font-size:18px;

    font-weight:700;

}

.products-section{

    padding:100px 0;

    background:#f8fbff;

}


.product-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    height:100%;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.product-card:hover{

    transform:translateY(-8px);

}

.product-image{

    flex:0 0 120px;

}

.product-image img{

    width:110px;

    height:110px;

    object-fit:contain;

}

.product-content h3{

    font-size:24px;

    font-weight:700;

    color:#183153;

    margin-bottom:12px;

}

.product-content p{

    color:#6c757d;

    line-height:1.8;

    margin-bottom:0;

}

.site-footer-new{

    background:#183153;

    color:#fff;

    padding:80px 0 30px;

}
.faq-section{

    padding:20px 0;

    background:#f8fbff;

}

.faq-section .accordion{

    max-width:900px;

    margin:auto;

}

.accordion-item{

    border:none;

    border-radius:18px;

    overflow:hidden;

    margin-bottom:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.accordion-button{

    font-size:16px;

    font-weight:600;

    padding:22px 28px;

    background:#fff;

    color:#183153;

    box-shadow:none;

}

.accordion-button:not(.collapsed){

    background:#eef4ff;

    color:#2c63d6;

}

.accordion-body{

    padding:25px 30px;

    color:#6c757d;

    line-height:1.8;

}
.footer-logo{

    width:180px;

    margin-bottom:25px;

}

.footer-text{

    color:rgba(255,255,255,.75);

    line-height:1.8;

    margin-bottom:25px;

}

.site-footer-new h5{

    margin-bottom:20px;

    font-weight:700;

}

.site-footer-new ul{

    list-style:none;

    padding:0;

    margin:0;

}

.site-footer-new li{

    margin-bottom:12px;

}

.site-footer-new a{

    color:rgba(255,255,255,.75);

    text-decoration:none;

    transition:.3s;

}

.site-footer-new a:hover{

    color:#fff;

}

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

}

.footer-social a:hover{

    background:#2c63d6;

}

.site-footer-new hr{

    border-color:rgba(255,255,255,.12);

    margin:50px 0 25px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    flex-wrap:wrap;

    color:rgba(255,255,255,.6);

    font-size:15px;

}

@media (max-width:768px){

    .section-tag{

        font-size:28px;

        padding:10px 22px;

        margin-bottom:15px;

    }

}

@media (max-width:768px){

    .demo-section h2{

        font-size:32px;

    }

    .section-description{

        font-size:18px;

        line-height:1.6;

        padding:0 15px;

    }

}

@media (max-width:768px){

    .demo-info{

        padding:30px;

    }

    .demo-info h3{

        font-size:36px;

    }

}

@media (max-width:768px){

    .demo-card{

        margin-top:30px;

        padding:25px;

    }

}

@media (max-width:768px){

    .video-wrapper iframe{

        width:100%;

        height:220px;

        border-radius:18px;

    }

}

@media (max-width:768px){

    .navbar-brand img{

        height:48px;

    }

}
@media (max-width:768px){

    .support-section{

        padding:60px 0;

    }

    .support-section h2{

        font-size:42px;

        line-height:1.15;

    }

    .support-section .section-description{

        font-size:18px;

        margin-bottom:40px;

        padding:0 15px;

    }

    .support-item{

        margin-bottom:35px;

    }

    .support-icon{

        width:70px;

        height:70px;

        margin-right:18px;

    }

    .support-image{

        margin-top:40px;

    }

    .support-image img{

        width:100%;

        border-radius:20px;

    }

}