@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap";*{margin:0;padding:0;box-sizing:border-box;width:100%}body{font-family:Arial,sans-serif}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%) translateY(100%);background:linear-gradient(135deg,#0b1536,#4a567b);color:#fff;padding:1.2rem 1.8rem;border-radius:16px;box-shadow:0 6px 25px #00000073;display:flex;flex-direction:column;align-items:center;max-width:420px;width:90%;z-index:9999;text-align:center;font-family:Poppins,sans-serif;font-size:.95rem;transition:transform .4s ease-in-out,opacity .4s ease-in-out;opacity:.95;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookie-banner.show{transform:translate(-50%) translateY(0)}.cookie-banner p{margin:0 0 .8rem;line-height:1.5}.cookie-banner .buttons{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.cookie-banner .buttons button{padding:.6rem 1.4rem;border-radius:10px;border:none;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;text-transform:uppercase}.cookie-banner .buttons button.accept{background:#4da6ff;color:#fff;box-shadow:0 2px 10px #4a75ff66}.cookie-banner .buttons button.accept:hover{background:#76baff;box-shadow:0 4px 15px #4a75ff99}.cookie-banner .buttons button.decline{background:transparent;border:1.5px solid #9ab3cc;color:#dbe5f5}.cookie-banner .buttons button.decline:hover{background:#ffffff1a;border-color:#fff}.contact{background:linear-gradient(135deg,#0b1536,#1e2747);padding:6rem 2rem;display:flex;justify-content:center;align-items:center;color:#fff;font-family:Poppins,sans-serif}.contact .contact-container{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0000004d;max-width:1100px;width:100%}.contact .contact-info{flex:1;min-width:300px;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;background:#0000004d}.contact .contact-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff}.contact .contact-info p{font-size:1.2rem;color:#d1d1d1;line-height:1.6;margin-bottom:1rem}.contact .contact-info p a{color:#4da6ff;text-decoration:none;font-weight:500}.contact .contact-info p a:hover{text-decoration:underline}.contact .contact-form{flex:1;min-width:350px;background:#fff;color:#333;padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;border-left:2px solid rgba(255,255,255,.2)}.contact .contact-form label{display:flex;flex-direction:column;font-size:1rem;font-weight:500;color:#222}.contact .contact-form label .label-text{display:flex;align-items:center;gap:.3rem}.contact .contact-form label span{color:red;font-size:1.1rem;line-height:1}.contact .contact-form label input,.contact .contact-form label textarea{width:100%;margin-top:.5rem;padding:.9rem 1rem;border:1px solid #ccc;border-radius:10px;font-size:1rem;transition:all .3s ease}.contact .contact-form label input:focus,.contact .contact-form label textarea:focus{outline:none;border-color:#4a75ff;box-shadow:0 0 5px #4a75ff66}.contact .contact-form .checkbox{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#333;line-height:1.5;margin-top:.5rem}.contact .contact-form .checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#0b1536;flex-shrink:0}.contact .contact-form .checkbox label,.contact .contact-form .checkbox span{display:inline}.contact .contact-form .checkbox a{color:#0b1536;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:color .3s ease}.contact .contact-form .checkbox a:hover{color:#4a75ff}.contact .contact-form .checkbox .required{color:red;margin-left:.2rem}.contact .contact-form .submit-button{background:#0b1536;color:#fff;border:none;border-radius:10px;padding:1rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.contact .contact-form .submit-button:hover{background:#4a75ff;box-shadow:0 4px 20px #4a75ff66}@media (max-width: 900px){.contact .contact-container{flex-direction:column}.contact .contact-info{text-align:center;padding:2.5rem 2rem}.contact .contact-form{padding:2rem;border-left:none;border-top:2px solid rgba(255,255,255,.1)}}.features-section{padding:4rem 2rem;min-height:100vh;text-align:center;background:linear-gradient(#0006,#0006),url(./features-background.jpg) center/cover no-repeat;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;width:100%;max-width:1200px;margin-bottom:3rem;justify-content:center}.price-feature-container{display:flex;justify-content:center;margin-top:2rem;width:100%;max-width:1200px}.price-feature-container .feature.price{flex:0 0 auto;max-width:400px}.feature{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:400px;height:100%;background-color:#070c34;padding:2rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 30px #0000001a,0 0 0 1px #0000000d;transition:transform .3s ease-out,box-shadow .3s ease-out}.feature:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026,0 0 0 1px #00000014}.feature h2{font-size:1.5rem;margin-bottom:.8rem;color:#fff;font-weight:600;text-transform:uppercase}.feature p{font-size:1.1rem;color:#fff;line-height:1.5;margin-top:1rem}.feature .icon{margin:1rem 0;color:#4a567b}.feature.price{background:linear-gradient(135deg,#0b1536,#02050c);color:#fff;border:4px solid #4a567b}.feature.price .icon{color:#4a567b;background-color:#fff;padding:10px;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature.price h2,.feature.price p,.feature.price strong{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.feature.price p{font-size:1.8rem;font-weight:700;margin:.5rem 0}.footer{display:flex;flex-direction:row;justify-content:space-around;background-color:#030828;color:#fff;text-align:center;padding:2rem}.footer p{margin:0;font-size:1rem}.footer nav{margin-top:1rem}.footer nav a{color:#fff;margin:0 .5rem;text-decoration:underline}.footer nav a:hover{color:#4a567b}.hero-header{background:linear-gradient(135deg,#0b1536,#213872);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:2rem 4rem}.hero-header .hero-top{display:flex;justify-content:space-between;align-items:center;width:90%;margin-bottom:6rem}.hero-header .hero-top .logo{display:flex;align-items:center;gap:2rem}.hero-header .hero-top .logo .logo-img{width:180px;height:auto}.hero-header .hero-top .logo h1{font-size:5.8rem;font-weight:700}.hero-header .hero-top .hero-nav{display:flex;align-items:center;gap:3rem}.hero-header .hero-top .hero-nav a{font-size:1.6rem;color:#fff;text-decoration:none;position:relative;font-weight:500;transition:color .3s ease}.hero-header .hero-top .hero-nav a:hover{color:#4da6ff}.hero-header .hero-top .hero-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:#4da6ff;transition:width .3s ease}.hero-header .hero-top .hero-nav a:hover:after{width:100%}.hero-header .hero-container{display:flex;align-items:center;justify-content:space-between;gap:40rem;width:90%;flex-wrap:wrap}.hero-header .hero-left{flex:1;min-width:300px}.hero-header .hero-left .early-access{background:transparent;border:1.5px solid #9ab3cc;color:#fcfcfc;padding:.6rem 1.5rem;border-radius:30px;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5rem;cursor:pointer;transition:all .3s ease}.hero-header .hero-left .early-access:hover{background:#4da6ff;color:#fff}.hero-header .hero-left .hero-title{font-size:4.2rem;font-weight:800;margin-bottom:2rem;line-height:1.2}.hero-header .hero-left .hero-description{font-size:1.8rem;color:#fff;line-height:1.6;max-width:500px}.hero-header .hero-right{flex:1;min-width:400px;display:flex;justify-content:center}.hero-header .hero-right .video-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0006}.hero-header .hero-right .video-wrapper iframe{width:100%;height:315px;border:none}@media (max-width: 992px){.hero-header{padding:2rem}.hero-header .hero-top{flex-direction:column;align-items:flex-start;gap:1rem}.hero-header .hero-top .hero-nav{gap:1.5rem;flex-wrap:wrap}.hero-header .hero-container{flex-direction:column;text-align:center;gap:3rem}.hero-header .hero-left .hero-description{margin:0 auto 2rem}.hero-header .hero-right .video-wrapper iframe{height:250px}}.hero{background:linear-gradient(#0009,#0006),url(/gris_abstracto.jpg) center/cover no-repeat;color:#fff;text-align:center;padding:6rem 2rem;position:relative}.hero .hero-content{max-width:1900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative}.hero .hero-content .demo-image{margin:5.5rem auto;display:block;border-radius:12px;box-shadow:0 6px 20px #0000001a}.hero .hero-content .carousel-wrapper{position:relative;overflow:hidden;padding-bottom:3rem;border-radius:12px;box-shadow:0 6px 20px #0000001a;cursor:grab;width:100%;margin-bottom:4rem}.hero .hero-content .carousel-wrapper:active{cursor:grabbing}.hero .hero-content .carousel-wrapper .carousel-inner{display:flex;-webkit-user-select:none;user-select:none;transition:transform .5s ease}.hero .hero-content .carousel-wrapper .carousel-item{flex:0 0 33.3333333333%;padding:0 .5rem}.hero .hero-content .carousel-wrapper .carousel-image{width:100%;border-radius:12px;display:block;pointer-events:none;object-fit:cover}.hero .hero-content .carousel-wrapper .carousel-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.2rem}.hero .hero-content .carousel-wrapper .dot{width:12px;height:12px;border-radius:50%;border:none;background-color:#bbb;cursor:pointer;transition:background-color .3s}.hero .hero-content .carousel-wrapper .dot:hover{background-color:#888}.hero .hero-content .carousel-wrapper .dot.active{background-color:#fff;box-shadow:0 0 6px #ffffffb3}.hero .hero-content .cta-button{width:auto;background-color:#878787;box-shadow:0 2px 5px #000000e6;border:none;padding:1.2rem 2.5rem;font-size:1.8rem;border-radius:.5rem;color:#f1f1f1;cursor:pointer;transition:background-color .3s,transform .2s;text-decoration:none;margin-top:1rem}.hero .hero-content .cta-button:hover{background-color:#4a567b;color:#f1f1f1;transform:scale(1.05)}@media (max-width: 992px){.hero .hero-content .carousel-wrapper .carousel-item{flex:0 0 83.3333333333%}.hero .hero-content .cta-button{font-size:1.6rem;padding:1rem 2rem}}.reviews{padding:3rem 1rem;min-height:100vh;background:linear-gradient(#0000004d,#00000080),url(/gris_abstracto.jpg) center/cover no-repeat;text-align:center}.reviews h2{font-size:2rem;margin-bottom:2rem;color:#fff}.reviews .reviews-summary{font-size:1.1rem;color:#fff;margin-bottom:2rem}.reviews .reviews-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1200px;margin:0 auto}.reviews .review{display:flex;flex-direction:column;background:#fff;padding:1.2rem;border-radius:12px;box-shadow:0 4px 15px #00000014;text-align:left;justify-content:space-between}.reviews .review .review-text{font-style:italic;font-size:1.5rem;margin-bottom:2rem;color:#444}.reviews .review .review-name{font-weight:700;font-size:1.7rem;color:#222;margin-bottom:1rem}.reviews .review .review-rating{color:#f5a623;font-size:1.6rem}
