:root{--bg:#0f172a;--card:#1e1e1e;--text:#e2e8f0;--muted:#94a3b8;--accent:#0ea5e9;--accent-2:#4ade80;--border:rgba(255,255,255,0.08);--transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1)}body{font-family:'Inter',sans-serif!important;background:radial-gradient(circle at top center,#1e293b 0%,#0f172a 100%)!important;background-attachment:fixed!important;color:var(--text);line-height:1.6;overflow-x:hidden;scroll-behavior:smooth}#page-container,#et-main-area,#main-content,.et_builder_inner_content{background:transparent!important;background-color:transparent!important}.dv-custom,.dv-custom *{box-sizing:border-box}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(calc((-180px - 30px) * 17))}}.dv-custom .img-placeholder{width:100%;aspect-ratio:16/9;background:linear-gradient(45deg,#111827 25%,#1f2937 50%,#111827 75%);background-size:200% 200%;animation:gradientShift 8s infinite linear;border-radius:20px;display:flex;align-items:center;justify-content:center;border:1px dashed var(--border);color:var(--muted);font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;text-align:center;padding:20px}.dv-custom .img-container{width:100%;height:100%;overflow:hidden;border-radius:20px;border:1px solid var(--border)}.dv-custom .img-container img{width:100%;height:100%;object-fit:cover;display:block;transition:var(--transition)}.dv-custom header,header.dv-custom{position:fixed;top:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:20px 8%;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:rgba(15,23,42,0.75);border-bottom:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease}.dv-custom header.scrolled,header.dv-custom.scrolled{padding:12px 8%;background:rgba(10,10,10,0.9)}.dv-custom .logo{font-weight:900;font-size:1.8rem;letter-spacing:-1.5px;color:#fff;text-decoration:none;display:flex;align-items:center}.dv-custom .logo span{color:var(--accent-2)}.dv-custom nav{display:flex;gap:35px;align-items:center}.dv-custom nav a{position:relative;color:var(--muted);text-decoration:none;font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:color 0.3s ease}.dv-custom nav a::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:50%;background:var(--accent);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);transform:translateX(-50%)}.dv-custom nav a:hover{color:#fff}.dv-custom nav a:hover::after{width:100%}.dv-custom .nav-cta{background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);color:white!important;padding:10px 22px;border-radius:50px;font-size:0.8rem;box-shadow:0 4px 15px rgba(14,165,233,0.2);border:1px solid rgba(255,255,255,0.1)}.dv-custom .nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(14,165,233,0.4);filter:brightness(1.1)}.dv-custom .nav-cta::after{display:none}.dv-custom .section{padding:100px 8%;max-width:1300px;margin:auto}.dv-custom .section-title{text-align:center;margin-bottom:60px}.dv-custom .section-title h2{font-size:3rem;letter-spacing:-2px;margin-bottom:15px}.dv-custom .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.dv-custom .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.dv-custom .slider{height:140px;overflow:hidden;position:relative;background:rgba(255,255,255,0.02);backdrop-filter:blur(10px);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center}.dv-custom .slider::before,.dv-custom .slider::after{content:"";height:100%;position:absolute;width:150px;z-index:2;pointer-events:none}.dv-custom .slider::before{background:linear-gradient(to right,var(--bg) 0%,transparent 100%);left:0}.dv-custom .slider::after{background:linear-gradient(to left,var(--bg) 0%,transparent 100%);right:0}.dv-custom .slide-track{animation:scroll 60s linear infinite;display:flex;width:calc((180px + 30px) * 34);gap:30px;align-items:center;padding:20px 0}.dv-custom .slide{width:180px;height:90px;display:flex;align-items:center;justify-content:center;padding:15px;background:rgba(255,255,255,0.8);border-radius:16px;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(5px);filter:grayscale(0.5) opacity(0.99);transition:var(--transition)}.dv-custom .slide:hover{background:rgba(255,255,255,1);filter:grayscale(0) opacity(1);transform:translateY(-5px);border-color:var(--accent-2)}.dv-custom .slide img{max-width:100%;max-height:100%;object-fit:contain;display:block;height:60px;width:auto}.dv-custom .card{background:var(--card);border-radius:24px;padding:40px;border:1px solid var(--border);transition:var(--transition);display:block;text-decoration:none;color:inherit;height:100%}.dv-custom .card:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.4),0 0 20px rgba(14,165,233,0.1)}.dv-custom .card:hover .img-container img{transform:scale(1.05)}.dv-custom .card i{font-size:1.8rem;color:var(--accent-2);margin-bottom:20px;display:block}.dv-custom .card h3,.dv-custom .card h4{margin-bottom:10px;transition:color 0.3s}.dv-custom .card:hover h4{color:var(--accent)}.dv-custom .pricing-container{background:rgba(255,255,255,0.02);border:1px solid var(--border);border-radius:32px;overflow:hidden;max-width:1100px;margin:0 auto}.dv-custom .pricing-table{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;width:100%}.dv-custom .pricing-header,.dv-custom .pricing-row{display:contents}.dv-custom .pricing-cell{padding:25px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:0.9rem;color:var(--muted);text-align:center}.dv-custom .pricing-cell.feature-label{justify-content:flex-start;text-align:left;color:var(--text);font-weight:500;padding-left:40px}.dv-custom .pricing-header .pricing-cell{background:rgba(255,255,255,0.03);flex-direction:column;padding:40px 20px}.dv-custom .pricing-header h3{color:#fff;font-size:1.2rem;margin-bottom:10px}.dv-custom .pricing-header .price{font-size:1.8rem;margin-bottom:0}.dv-custom .highlight-col{background:rgba(14,165,233,0.05)!important;position:relative}.dv-custom .highlight-col::before{content:"MÁS POPULAR";position:absolute;top:15px;font-size:0.6rem;font-weight:800;color:var(--accent);letter-spacing:2px}.dv-custom .pricing-cell i.fa-check{color:var(--accent-2)}.dv-custom .pricing-cell i.fa-times{color:rgba(255,255,255,0.1)}.dv-custom .pricing-footer .pricing-cell{border-bottom:none;padding:30px 20px}.dv-custom .testimonial{background:rgba(255,255,255,0.02);border:1px solid var(--border);padding:40px;border-radius:20px;font-style:italic;color:var(--muted)}.dv-custom .testimonial-user{display:flex;align-items:center;gap:15px;margin-top:25px;font-style:normal}.dv-custom .avatar{width:50px;height:50px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;color:white;font-size:1.2rem}.dv-custom .location-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px}.dv-custom .tag{background:var(--card);border:1px solid var(--border);padding:15px 30px;border-radius:50px;font-weight:600;display:flex;align-items:center;gap:10px;transition:var(--transition);cursor:default}.dv-custom .tag:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.dv-custom .carousel-outer{position:relative;width:100%;overflow:hidden;padding:40px 0}.dv-custom .carousel-track-container{display:flex;transition:transform 0.7s cubic-bezier(0.23,1,0.32,1);gap:40px;will-change:transform;align-items:center}.dv-custom .carousel-slide{min-width:500px;opacity:0.2;transform:scale(0.85);filter:blur(4px);transition:all 0.6s ease;pointer-events:none}.dv-custom .carousel-slide.active{opacity:1;transform:scale(1.08);filter:blur(0);pointer-events:auto}.dv-custom .carousel-slide.active .card{border-color:var(--accent);box-shadow:0 25px 50px rgba(0,0,0,0.5),0 0 30px rgba(14,165,233,0.15)}.dv-custom .carousel-nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:10;pointer-events:none;padding:0 20px}.dv-custom .nav-arrow{width:55px;height:55px;background:rgba(255,255,255,0.05);border:1px solid var(--border);border-radius:50%;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;backdrop-filter:blur(10px);transition:0.3s}.dv-custom .nav-arrow:hover{background:var(--accent);border-color:var(--accent);transform:scale(1.1)}.dv-custom .btn{background:var(--accent);color:white;padding:16px 35px;border-radius:12px;font-weight:700;text-decoration:none;transition:var(--transition);display:inline-block;border:none;cursor:pointer;box-shadow:0 4px 15px rgba(14,165,233,0.3)}.dv-custom .btn:hover{filter:brightness(1.2);transform:translateY(-2px);box-shadow:0 8px 25px rgba(14,165,233,0.5)}.dv-custom .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.dv-custom .faq-item{background:var(--card);padding:30px;border-radius:20px;border:1px solid var(--border)}.dv-custom .faq-item h4{color:var(--accent-2);margin-bottom:12px;font-size:1.1rem}.dv-custom .faq-item p{font-size:0.9rem;color:var(--muted)}.dv-custom .fade-in{opacity:0;transform:translateY(30px);transition:0.8s ease-out}.dv-custom .visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.dv-custom .grid-2,.dv-custom .grid-4,.dv-custom .faq-grid{grid-template-columns:1fr}.dv-custom .hero h1{font-size:3rem!important}.dv-custom .carousel-slide{min-width:320px}}@media (max-width:850px){.dv-custom .pricing-table{grid-template-columns:1fr}.dv-custom .feature-label{background:var(--card);justify-content:center!important;padding-left:20px!important}}.dv-custom .grid-2{align-items:start;justify-items:center}.dv-custom .grid-2>div{width:100%;text-align:center}.dv-custom .img-container{margin:0 auto}.dv-custom .section{width:100%;margin-left:auto;margin-right:auto}.et_pb_row{max-width:1300px!important;margin-left:auto!important;margin-right:auto!important}.dv-custom footer,footer.dv-custom{width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:60px 8% 40px 8%;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:rgba(15,23,42,0.75);border-top:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease}.dv-custom footer.scrolled,footer.dv-custom.scrolled{padding:50px 8% 30px 8%;background:rgba(10,10,10,0.9);border-top:1px solid rgba(14,165,233,0.25)}.dv-custom footer::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0.6}@media (max-width:768px){body{font-size:14px}.dv-custom .section{padding:70px 5%}.dv-custom .section-title h2{font-size:2rem;letter-spacing:-1px}.dv-custom header,header.dv-custom{padding:14px 5%;flex-direction:row;gap:10px}.dv-custom nav{gap:18px;flex-wrap:wrap;justify-content:flex-end}.dv-custom nav a{font-size:0.7rem;letter-spacing:0.5px}.dv-custom .logo{font-size:1.4rem}.dv-custom .nav-cta{padding:8px 14px;font-size:0.7rem}.dv-custom .grid-2,.dv-custom .grid-4,.dv-custom .faq-grid{grid-template-columns:1fr!important;gap:20px}.dv-custom .grid-2>div{text-align:left}.dv-custom .card{padding:25px;border-radius:18px}.dv-custom .slider{height:110px}.dv-custom .slide{width:140px;height:70px}.dv-custom .slide-track{width:auto;gap:20px;animation-duration:40s}.dv-custom .pricing-table{grid-template-columns:1fr}.dv-custom .pricing-cell{padding:18px 15px;font-size:0.85rem}.dv-custom .pricing-cell.feature-label{justify-content:center;padding-left:0;text-align:center}.dv-custom .carousel-slide{min-width:85vw}.dv-custom .carousel-nav{padding:0 10px}.dv-custom .nav-arrow{width:45px;height:45px}.dv-custom .testimonial{padding:25px}.dv-custom .tag{padding:10px 18px;font-size:0.8rem}.dv-custom .btn{width:100%;text-align:center;padding:14px 20px}.dv-custom .img-placeholder{font-size:0.6rem;padding:15px}}@media (max-width:480px){.dv-custom header{flex-direction:column;align-items:flex-start;gap:10px}.dv-custom nav{justify-content:flex-start;gap:12px}.dv-custom .section-title h2{font-size:1.6rem}.dv-custom .carousel-slide{min-width:90vw}.dv-custom .logo{font-size:1.2rem}.dv-custom .pricing-header h3{font-size:1rem}.dv-custom .pricing-header .price{font-size:1.4rem}}@media (max-width:768px){.dv-custom section#audit>div{padding:40px 20px;border-radius:24px}form{grid-template-columns:1fr!important}textarea,button,input{grid-column:span 1!important}input,textarea{font-size:14px;padding:14px}.section-title h2{font-size:24px}.section-title p{font-size:14px}}