﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #0066FF;--dark-blue: #003d99;--light-blue: #4d94ff;--sky-blue: #e6f2ff;--navy: #001a4d;--electric-blue: #00a6fb;--gradient-start: #0066FF;--gradient-end: #00a6fb;--text-dark: #0a1628;--text-gray: #64748b;--white: #ffffff;--bg-light: #f8fafc;--shadow-xl: 0 20px 25px -5px rgba(0, 102, 255, 0.1), 0 10px 10px -5px rgba(0, 102, 255, 0.04);--shadow-2xl: 0 25px 50px -12px rgba(0, 102, 255, 0.25)}body.landing-page{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;line-height:1.6;color:var(--text-dark);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInRight{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes glow{0%,100%{box-shadow:0 0 20px rgba(0,102,255,0.5)}50%{box-shadow:0 0 40px rgba(0,102,255,0.8)}}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.header{background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px rgba(0,102,255,0.08);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.header:hover,.header.scrolled{box-shadow:0 8px 40px rgba(0,102,255,0.12);background:rgba(255,255,255,0.98)}.header .nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0}.header .logo{display:flex;align-items:baseline;gap:12px;cursor:pointer;transition:transform 0.3s ease}.header .logo:hover{transform:scale(1.05)}.header .logo .logo-text{font-family:'Poppins', sans-serif;font-size:1.75rem;font-weight:800;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-0.02em}.header .logo .by-envixo{font-size:0.875rem;color:var(--text-gray);font-weight:500}.header .main-nav{display:flex;gap:2.5rem;align-items:center}.header .main-nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:0.95rem;transition:all 0.3s ease;position:relative}.header .main-nav a::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width 0.3s ease}.header .main-nav a:hover{color:var(--primary-blue)}.header .main-nav a:hover::after{width:100%}.header .main-nav a.btn-login{background:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue);padding:0.75rem 1.25rem;border-radius:50px;font-weight:600;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:0.5rem;height:42px}.header .main-nav a.btn-login::after{display:none}.header .main-nav a.btn-login i{font-size:1.1rem}.header .main-nav a.btn-login:hover{background:var(--primary-blue);color:white;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,102,255,0.3)}.header .main-nav a.btn-primary{background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));color:white;padding:0.75rem 1.75rem;border-radius:50px;font-weight:600;box-shadow:0 4px 15px rgba(0,102,255,0.3);transition:all 0.3s ease;height:42px;display:inline-flex;align-items:center}.header .main-nav a.btn-primary::after{display:none}.header .main-nav a.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,102,255,0.4);background:linear-gradient(135deg, var(--dark-blue), var(--primary-blue))}.header .mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:0}.header .mobile-menu-toggle .hamburger-line{width:100%;height:3px;background:var(--primary-blue);transition:all 0.3s ease;border-radius:2px}.header .mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px, 8px)}.header .mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.header .mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px, -8px)}.header .mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,0.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(0,102,255,0.1);box-shadow:0 4px 30px rgba(0,102,255,0.1);padding:2rem;flex-direction:column;gap:1rem;z-index:999}.header .mobile-nav.active{display:flex}.header .mobile-nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1.1rem;padding:0.75rem 0;border-bottom:1px solid rgba(0,102,255,0.1);transition:all 0.3s ease}.header .mobile-nav a:hover{color:var(--primary-blue);transform:translateX(10px)}.header .mobile-nav a:last-child{border-bottom:none}.header .mobile-nav .mobile-nav-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,102,255,0.1)}.header .mobile-nav .mobile-nav-buttons .btn-login,.header .mobile-nav .mobile-nav-buttons .btn-primary{text-align:center;padding:0.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all 0.3s ease}.header .mobile-nav .mobile-nav-buttons .btn-login.btn-login,.header .mobile-nav .mobile-nav-buttons .btn-primary.btn-login{background:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.header .mobile-nav .mobile-nav-buttons .btn-login.btn-login:hover,.header .mobile-nav .mobile-nav-buttons .btn-primary.btn-login:hover{background:var(--primary-blue);color:white;transform:none}.header .mobile-nav .mobile-nav-buttons .btn-login.btn-primary,.header .mobile-nav .mobile-nav-buttons .btn-primary.btn-primary{background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));color:white;border:none}.header .mobile-nav .mobile-nav-buttons .btn-login.btn-primary:hover,.header .mobile-nav .mobile-nav-buttons .btn-primary.btn-primary:hover{background:linear-gradient(135deg, var(--dark-blue), var(--primary-blue));transform:none}.hero{margin-top:80px;padding:6rem 0 4rem;background:linear-gradient(135deg, #06f 0%, #004acc 25%, #06f 50%, #00a6fb 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:float 20s ease-in-out infinite}.hero .hero-content{text-align:center;max-width:1000px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp 1s ease-out}.hero .hero-title{font-family:'Poppins', sans-serif;font-size:clamp(2.5rem, 5vw, 4rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:white;text-shadow:0 4px 20px rgba(0,0,0,0.2);letter-spacing:-0.03em}.hero .hero-title .highlight{background:linear-gradient(to right, gold, #ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;animation:glow 2s ease-in-out infinite}.hero .hero-subtitle{font-size:1.35rem;margin-bottom:3rem;color:rgba(255,255,255,0.95);line-height:1.7;font-weight:400;max-width:800px;margin-left:auto;margin-right:auto}.hero .hero-actions{display:flex;gap:1.25rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.hero .hero-actions .btn-primary,.hero .hero-actions .btn-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;align-items:center;gap:0.75rem;position:relative;overflow:hidden}.hero .hero-actions .btn-primary::before,.hero .hero-actions .btn-secondary::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.3);transform:translate(-50%, -50%);transition:width 0.6s, height 0.6s}.hero .hero-actions .btn-primary:hover::before,.hero .hero-actions .btn-secondary:hover::before{width:300px;height:300px}.hero .hero-actions .btn-primary{background:white;color:var(--primary-blue);box-shadow:0 10px 30px rgba(0,0,0,0.2)}.hero .hero-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,0.3)}.hero .hero-actions .btn-secondary{background:rgba(255,255,255,0.15);color:white;border:2px solid rgba(255,255,255,0.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-actions .btn-secondary:hover{background:rgba(255,255,255,0.25);border-color:white;transform:translateY(-3px)}.hero .hero-stats{display:flex;justify-content:center;gap:5rem;animation:slideInRight 1.2s ease-out}.hero .hero-stats .stat{text-align:center}.hero .hero-stats .stat .stat-number{display:block;font-size:3rem;font-weight:800;color:#ffd700;text-shadow:0 4px 20px rgba(255,215,0,0.3);margin-bottom:0.5rem;font-family:'Poppins', sans-serif;animation:pulse 2s ease-in-out infinite}.hero .hero-stats .stat .stat-label{color:rgba(255,255,255,0.9);font-size:1rem;font-weight:500;letter-spacing:0.05em}.features{padding:6rem 0;background:linear-gradient(180deg, var(--bg-light) 0%, white 100%)}.features .section-title{font-family:'Poppins', sans-serif;font-size:3rem;text-align:center;margin-bottom:1rem;font-weight:800;background:linear-gradient(135deg, var(--primary-blue), var(--dark-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features .section-subtitle{text-align:center;color:var(--text-gray);margin-bottom:4rem;font-size:1.2rem;font-weight:400}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(380px, 1fr));gap:2rem}.features .features-grid .feature-card{background:white;padding:2.5rem;border-radius:20px;border:1px solid rgba(0,102,255,0.1);transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.features .features-grid .feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, var(--primary-blue), var(--electric-blue));transform:scaleX(0);transition:transform 0.4s ease}.features .features-grid .feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,102,255,0.15);border-color:var(--primary-blue)}.features .features-grid .feature-card:hover::before{transform:scaleX(1)}.features .features-grid .feature-card:hover .feature-icon{transform:rotateY(360deg);background:linear-gradient(135deg, var(--electric-blue), var(--primary-blue))}.features .features-grid .feature-card .feature-icon{width:70px;height:70px;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));border-radius:16px;margin-bottom:1.75rem;display:flex;align-items:center;justify-content:center;transition:all 0.6s ease;box-shadow:0 8px 20px rgba(0,102,255,0.2)}.features .features-grid .feature-card .feature-icon i{font-size:2rem;color:white}.features .features-grid .feature-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--text-dark);font-weight:700;font-family:'Poppins', sans-serif}.features .features-grid .feature-card p{color:var(--text-gray);line-height:1.7;font-size:1.05rem}.benefits{padding:6rem 0;background:white;position:relative}.benefits::before{content:'';position:absolute;top:50%;left:0;width:100px;height:100px;background:radial-gradient(circle, var(--primary-blue) 0%, transparent 70%);opacity:0.1;filter:blur(40px);transform:translateY(-50%)}.benefits .benefits-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.benefits .benefit-item{display:flex;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;border-radius:12px;transition:all 0.3s ease}.benefits .benefit-item:hover{background:var(--sky-blue);transform:translateX(10px)}.benefits .benefit-item .check-icon{color:var(--primary-blue);font-size:1.2rem;flex-shrink:0;background:rgba(0,102,255,0.1);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-top:0.1rem;font-family:Arial, sans-serif;font-weight:bold;line-height:1;text-align:center}.benefits .benefit-item .benefit-text{flex:1}.benefits .benefit-item .benefit-text h4{font-size:1.3rem;margin-bottom:0.75rem;margin-top:0;color:var(--text-dark);font-weight:600;font-family:'Poppins', sans-serif}.benefits .benefit-item .benefit-text p{color:var(--text-gray);line-height:1.7;font-size:1.05rem;margin:0}.benefits .benefits-image{text-align:center}.benefits .benefits-image .illustration-placeholder{background:linear-gradient(135deg, var(--sky-blue) 0%, rgba(0,102,255,0.05) 100%);border-radius:30px;padding:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;border:2px solid rgba(0,102,255,0.1);position:relative;overflow:hidden}.benefits .benefits-image .illustration-placeholder::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(0,102,255,0.1) 0%, transparent 70%);animation:float 10s ease-in-out infinite}.benefits .benefits-image .illustration-placeholder .icon-logistics{font-size:6rem;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.benefits .benefits-image .illustration-placeholder p{font-size:1.3rem;color:var(--primary-blue);font-weight:600;font-family:'Poppins', sans-serif}.integrations{padding:8rem 0;background:linear-gradient(135deg, #06f 0%, #001a4d 25%, #06f 50%, #00a6fb 100%);position:relative;overflow:hidden}.integrations::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M40 40c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm20 0c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:float 25s ease-in-out infinite;z-index:0}.integrations .container{position:relative;z-index:1}.integrations .integrations-header{text-align:center;margin-bottom:5rem;animation:fadeInUp 1s ease-out}.integrations .integrations-header .section-title{font-family:'Poppins', sans-serif;font-size:clamp(2.5rem, 5vw, 4rem);font-weight:900;color:white;text-shadow:0 4px 20px rgba(0,0,0,0.3);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-0.02em}.integrations .integrations-header .section-title .title-highlight{background:linear-gradient(135deg, gold, #ffed4e, #fff700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:glow 3s ease-in-out infinite;display:inline-block}.integrations .integrations-header .section-subtitle{font-size:1.4rem;color:rgba(255,255,255,0.95);margin-bottom:3rem;font-weight:400;letter-spacing:0.01em}.integrations .integrations-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:4rem;animation:slideInRight 1.2s ease-out}.integrations .integrations-stats .stat-item{text-align:center;background:rgba(255,255,255,0.1);padding:2rem 2.5rem;border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2);transition:all 0.3s ease}.integrations .integrations-stats .stat-item:hover{transform:translateY(-10px);background:rgba(255,255,255,0.15);box-shadow:0 20px 40px rgba(0,0,0,0.3)}.integrations .integrations-stats .stat-item .stat-number{display:block;font-size:2.5rem;font-weight:900;color:#ffd700;text-shadow:0 2px 10px rgba(255,215,0,0.5);margin-bottom:0.5rem;font-family:'Poppins', sans-serif;animation:pulse 2s ease-in-out infinite}.integrations .integrations-stats .stat-item .stat-label{color:rgba(255,255,255,0.9);font-size:1rem;font-weight:600;letter-spacing:0.05em;text-transform:uppercase}.integrations .integrations-showcase .integrations-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:2rem;margin-bottom:4rem}.integrations .integrations-showcase .integrations-grid .integration-card{background:rgba(255,255,255,0.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem 2rem;border-radius:24px;text-align:center;border:2px solid transparent;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.integrations .integrations-showcase .integrations-grid .integration-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));opacity:0;transition:all 0.4s ease;z-index:0}.integrations .integrations-showcase .integrations-grid .integration-card::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, var(--primary-blue), var(--electric-blue), gold);transform:scaleX(0);transition:transform 0.4s ease;z-index:2}.integrations .integrations-showcase .integrations-grid .integration-card:hover{transform:translateY(-10px) scale(1.08);border-color:var(--primary-blue);box-shadow:0 25px 50px rgba(0,102,255,0.3);background:white}.integrations .integrations-showcase .integrations-grid .integration-card:hover::before{opacity:0.03}.integrations .integrations-showcase .integrations-grid .integration-card:hover::after{transform:scaleX(1)}.integrations .integrations-showcase .integrations-grid .integration-card:hover .card-icon{transform:scale(1.2) rotate(360deg);background:linear-gradient(135deg, var(--electric-blue), var(--primary-blue));box-shadow:0 10px 30px rgba(0,102,255,0.4)}.integrations .integrations-showcase .integrations-grid .integration-card:hover .platform-name{color:var(--primary-blue);font-weight:800;transform:translateY(-2px)}.integrations .integrations-showcase .integrations-grid .integration-card:hover .card-badge{background:linear-gradient(135deg, gold, #ffed4e);color:var(--navy);transform:translateY(-3px) scale(1.05);box-shadow:0 5px 15px rgba(255,215,0,0.3)}.integrations .integrations-showcase .integrations-grid .integration-card .card-icon{width:80px;height:80px;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));border-radius:20px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;transition:all 0.6s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 8px 25px rgba(0,102,255,0.3);position:relative;z-index:1}.integrations .integrations-showcase .integrations-grid .integration-card .card-icon .platform-icon{font-size:2.2rem;color:white;text-shadow:0 2px 10px rgba(0,0,0,0.2);animation:float 3s ease-in-out infinite}.integrations .integrations-showcase .integrations-grid .integration-card .platform-name{font-weight:700;color:var(--text-dark);font-size:1.2rem;transition:all 0.3s ease;position:relative;z-index:1;margin-bottom:1rem;font-family:'Poppins', sans-serif}.integrations .integrations-showcase .integrations-grid .integration-card .card-badge{background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));color:white;font-size:0.8rem;padding:0.4rem 1rem;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;transition:all 0.3s ease;position:relative;z-index:1;box-shadow:0 2px 10px rgba(0,102,255,0.2)}.integrations .integrations-showcase .integrations-cta{background:rgba(255,255,255,0.1);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:30px;padding:4rem;border:2px solid rgba(255,255,255,0.2);position:relative;overflow:hidden}.integrations .integrations-showcase .integrations-cta::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);animation:float 15s ease-in-out infinite reverse}.integrations .integrations-showcase .integrations-cta .cta-box{text-align:center;position:relative;z-index:1}.integrations .integrations-showcase .integrations-cta .cta-box h3{font-family:'Poppins', sans-serif;font-size:2.2rem;font-weight:800;color:white;margin-bottom:1rem;text-shadow:0 2px 15px rgba(0,0,0,0.3)}.integrations .integrations-showcase .integrations-cta .cta-box .cta-subtitle{font-size:1.2rem;color:rgba(255,255,255,0.9);margin-bottom:2.5rem;font-weight:400}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary{padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;align-items:center;gap:0.8rem;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:0.05em}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration::before,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.3);transform:translate(-50%, -50%);transition:width 0.6s, height 0.6s}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration:hover::before,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary:hover::before{width:300px;height:300px}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration .icon-plus,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration .icon-chat,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary .icon-plus,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary .icon-chat{font-size:1.2rem;animation:pulse 2s ease-in-out infinite}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration{background:linear-gradient(135deg, gold, #ffed4e);color:var(--navy);box-shadow:0 10px 30px rgba(255,215,0,0.4)}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 40px rgba(255,215,0,0.6);background:linear-gradient(135deg, #ffed4e, #fff700)}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary{background:rgba(255,255,255,0.2);color:white;border:2px solid rgba(255,255,255,0.5);box-shadow:0 10px 30px rgba(0,0,0,0.2)}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary:hover{background:rgba(255,255,255,0.3);border-color:white;transform:translateY(-5px) scale(1.05);box-shadow:0 20px 40px rgba(0,0,0,0.3)}.how-it-works{padding:6rem 0;background:white}.how-it-works .section-title{font-family:'Poppins', sans-serif;font-size:3rem;text-align:center;margin-bottom:4rem;font-weight:800;background:linear-gradient(135deg, var(--primary-blue), var(--dark-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-it-works .steps-timeline{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem;position:relative}.how-it-works .steps-timeline::before{content:'';position:absolute;top:40px;left:10%;right:10%;height:2px;background:linear-gradient(90deg, var(--primary-blue), var(--electric-blue));z-index:0}.how-it-works .steps-timeline .step{text-align:center;position:relative;z-index:1}.how-it-works .steps-timeline .step .step-number{width:80px;height:80px;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:bold;margin:0 auto 2rem;box-shadow:0 10px 30px rgba(0,102,255,0.3);position:relative;transition:all 0.3s ease}.how-it-works .steps-timeline .step .step-number:hover{transform:scale(1.1) rotate(360deg)}.how-it-works .steps-timeline .step h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-dark);font-weight:700;font-family:'Poppins', sans-serif}.how-it-works .steps-timeline .step p{color:var(--text-gray);line-height:1.7;font-size:1.05rem}.testimonials{padding:6rem 0;background:linear-gradient(135deg, var(--sky-blue) 0%, white 100%)}.testimonials .section-title{font-family:'Poppins', sans-serif;font-size:3rem;text-align:center;margin-bottom:4rem;font-weight:800;background:linear-gradient(135deg, var(--primary-blue), var(--dark-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(380px, 1fr));gap:2rem}.testimonials .testimonials-grid .testimonial-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,102,255,0.08);position:relative;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.testimonials .testimonials-grid .testimonial-card::before{content:'"';position:absolute;top:20px;left:30px;font-size:4rem;color:var(--primary-blue);opacity:0.1;font-family:serif}.testimonials .testimonials-grid .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,102,255,0.15)}.testimonials .testimonials-grid .testimonial-card .testimonial-text{font-style:italic;color:var(--text-dark);margin-bottom:2rem;line-height:1.8;font-size:1.1rem;position:relative;z-index:1}.testimonials .testimonials-grid .testimonial-card .testimonial-author{display:flex;flex-direction:column;gap:0.25rem}.testimonials .testimonials-grid .testimonial-card .testimonial-author strong{color:var(--primary-blue);font-weight:600;font-size:1.1rem}.testimonials .testimonials-grid .testimonial-card .testimonial-author span{color:var(--text-gray);font-size:0.95rem}.cta-section{padding:6rem 0;background:linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);animation:float 15s ease-in-out infinite}.cta-section .cta-content{text-align:center;position:relative;z-index:1}.cta-section .cta-content .cta-title{font-family:'Poppins', sans-serif;font-size:3rem;margin-bottom:1.5rem;color:white;font-weight:800}.cta-section .cta-content .cta-subtitle{font-size:1.3rem;margin-bottom:4rem;color:rgba(255,255,255,0.95);max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-section .contact-options{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:2rem;max-width:1200px;margin:0 auto}.cta-section .contact-options .contact-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,0.2);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.cta-section .contact-options .contact-card:hover{transform:translateY(-10px);background:rgba(255,255,255,0.15);box-shadow:0 20px 40px rgba(0,0,0,0.2)}.cta-section .contact-options .contact-card i{font-size:3rem;margin-bottom:1.5rem;display:block;color:#ffd700}.cta-section .contact-options .contact-card h3{font-size:1.5rem;margin-bottom:1rem;color:white;font-weight:700;font-family:'Poppins', sans-serif}.cta-section .contact-options .contact-card p{margin-bottom:2rem;color:rgba(255,255,255,0.9);line-height:1.6;font-size:1.05rem}.cta-section .contact-options .contact-card a{display:inline-block;padding:0.9rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;font-size:1rem}.cta-section .contact-options .contact-card a.btn-primary{background:white;color:var(--primary-blue)}.cta-section .contact-options .contact-card a.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,0.2)}.cta-section .contact-options .contact-card a.btn-whatsapp{background:#25d366;color:white;display:inline-flex;align-items:center;gap:0.5rem;padding:0.9rem 2rem;line-height:1}.cta-section .contact-options .contact-card a.btn-whatsapp:hover{background:#1fb855;transform:translateY(-2px);box-shadow:0 10px 20px rgba(37,211,102,0.3)}.cta-section .contact-options .contact-card a.btn-whatsapp i{font-size:1rem;margin:0}.cta-section .contact-options .contact-card a.btn-secondary{background:rgba(255,255,255,0.2);color:white;border:2px solid white}.cta-section .contact-options .contact-card a.btn-secondary:hover{background:white;color:var(--primary-blue);transform:translateY(-2px)}.pricing-info{padding:6rem 0;background:white}.pricing-info .pricing-content{text-align:center;max-width:900px;margin:0 auto}.pricing-info .pricing-content .section-title{font-family:'Poppins', sans-serif;font-size:3rem;margin-bottom:2rem;font-weight:800;background:linear-gradient(135deg, var(--primary-blue), var(--dark-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-info .pricing-content .pricing-description{font-size:1.2rem;color:var(--text-gray);margin-bottom:3rem;line-height:1.8}.pricing-info .pricing-content .pricing-description strong{color:var(--primary-blue);font-weight:600}.pricing-info .pricing-content .pricing-features{background:linear-gradient(135deg, var(--sky-blue) 0%, rgba(0,102,255,0.05) 100%);border-radius:20px;padding:3rem;margin-bottom:3rem;border:1px solid rgba(0,102,255,0.1)}.pricing-info .pricing-content .pricing-features ul{list-style:none;text-align:left;display:inline-block}.pricing-info .pricing-content .pricing-features ul li{padding:1rem 0;display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-dark)}.pricing-info .pricing-content .pricing-features ul li .check-icon{color:var(--primary-blue);font-size:1.5rem;background:white;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 10px rgba(0,102,255,0.2)}.pricing-info .pricing-content .pricing-cta p{margin-bottom:2rem;font-size:1.2rem;color:var(--text-gray)}.pricing-info .pricing-content .pricing-cta p strong{color:var(--text-dark);font-weight:600}.pricing-info .pricing-content .pricing-cta .btn-large{background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));color:white;padding:1.2rem 3rem;font-size:1.15rem;border-radius:50px;text-decoration:none;display:inline-block;font-weight:600;box-shadow:0 10px 30px rgba(0,102,255,0.3);transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.pricing-info .pricing-content .pricing-cta .btn-large:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,102,255,0.4)}.footer{background:var(--navy);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;position:relative}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, var(--primary-blue), transparent)}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:3rem;margin-bottom:3rem}.footer .footer-content .footer-section h3,.footer .footer-content .footer-section h4{color:white;margin-bottom:1.5rem;font-weight:600;font-size:1.2rem;font-family:'Poppins', sans-serif}.footer .footer-content .footer-section p{line-height:1.8;margin-bottom:1rem;color:rgba(255,255,255,0.7)}.footer .footer-content .footer-section ul{list-style:none}.footer .footer-content .footer-section ul li{padding:0.5rem 0}.footer .footer-content .footer-section ul li a{color:rgba(255,255,255,0.7);text-decoration:none;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:0.5rem}.footer .footer-content .footer-section ul li a:hover{color:var(--electric-blue);transform:translateX(5px)}.footer .footer-content .footer-section ul li i{font-size:1.1rem;color:var(--electric-blue)}.footer .footer-content .footer-section .social-links{display:flex;gap:1rem}.footer .footer-content .footer-section .social-links a{width:45px;height:45px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;transition:all 0.3s ease;border:1px solid rgba(255,255,255,0.2);text-decoration:none}.footer .footer-content .footer-section .social-links a:hover{background:var(--primary-blue);transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,102,255,0.3);border-color:var(--primary-blue);text-decoration:none}.footer .copyright{text-align:left;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.5);font-size:0.95rem}.footer .envixo-credits{text-align:center;padding-top:1rem;font-size:0.9rem}.footer .envixo-credits a{color:rgba(255,255,255,0.7);text-decoration:none;transition:all 0.3s ease}.footer .envixo-credits a:hover{color:var(--electric-blue)}.icon-api::before{content:"⚡"}.icon-calculator::before{content:"🧮"}.icon-rules::before{content:"⚙️"}.icon-coverage::before{content:"🗺️"}.icon-dashboard::before{content:"📊"}.icon-support::before{content:"🤝"}.icon-calendar::before{content:"📅"}.icon-whatsapp::before{content:"💬"}.icon-email::before{content:"✉️"}.icon-web::before{content:"🌐"}.icon-linkedin::before{content:"in";font-family:Arial, sans-serif;font-weight:bold;font-size:0.9rem;background:#0077b5;color:white;border-radius:2px;padding:2px 4px}.icon-instagram::before{content:"ig";font-family:Arial, sans-serif;font-weight:bold;font-size:0.8rem;background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);color:white;border-radius:4px;padding:2px 4px}.icon-logistics::before{content:"🚚"}.icon-login::before{content:"🔐"}@media (max-width: 1200px){.container{padding:0 20px}.hero-title{font-size:3.5rem}.section-title{font-size:2.5rem}}@media (max-width: 992px){.header .nav-wrapper{padding:1rem 0}.header .main-nav{gap:1.5rem}.header .main-nav a{font-size:0.9rem}.header .main-nav.btn-login,.header .main-nav.btn-primary{padding:0.6rem 1rem;font-size:0.9rem}.benefits-content{grid-template-columns:1fr;gap:3rem}.steps-timeline{grid-template-columns:repeat(2, 1fr)}.steps-timeline::before{display:none}.contact-options{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 768px){*{max-width:100%;box-sizing:border-box}.container{padding:0 24px;width:100%;max-width:100%;overflow-x:hidden}.header{padding:0 20px}.header .nav-wrapper{justify-content:space-between;align-items:center;padding:1rem 0}.header .logo .logo-text{font-size:1.4rem}.header .logo .by-envixo{font-size:0.75rem;margin-top:2px}.header .main-nav{display:none}.header .mobile-menu-toggle{display:flex}.hero{padding:5rem 0 4rem;margin-top:80px;overflow-x:hidden;width:100%}.hero .hero-title{font-size:2.2rem;line-height:1.1;margin-bottom:1.2rem;padding:0 10px;text-align:center;letter-spacing:-0.02em}.hero .hero-subtitle{font-size:1.1rem;margin-bottom:2.5rem;line-height:1.5;padding:0 10px;text-align:center}.hero .hero-actions{flex-direction:column;gap:1rem;margin-bottom:3rem;align-items:center}.hero .hero-actions .btn-primary,.hero .hero-actions .btn-secondary{width:100%;max-width:320px;padding:1.1rem 2rem;font-size:1.05rem;justify-content:center;min-height:50px;display:flex;align-items:center;border-radius:25px;font-weight:600}.hero .hero-actions .btn-primary{background:white;color:var(--primary-blue);box-shadow:0 4px 15px rgba(0,0,0,0.1)}.hero .hero-actions .btn-primary:hover{background:white;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.hero .hero-actions .btn-secondary{background:rgba(255,255,255,0.15);color:white;border:2px solid rgba(255,255,255,0.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .hero-actions .btn-secondary:hover{background:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.5)}.hero .hero-stats{flex-direction:column;gap:1.5rem;padding:0 10px}.hero .hero-stats .stat{text-align:center;padding:1rem;background:rgba(255,255,255,0.1);border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2)}.hero .hero-stats .stat .stat-number{font-size:2.2rem;display:block;margin-bottom:0.5rem;font-weight:800}.hero .hero-stats .stat .stat-label{font-size:0.95rem;opacity:0.9}.section-title{font-size:1.8rem;margin-bottom:1rem;line-height:1.2;padding:0 10px;text-align:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section-subtitle{font-size:1.1rem;margin-bottom:2.5rem;padding:0 10px;text-align:center;line-height:1.5}.features{padding:4rem 0;overflow-x:hidden;width:100%}.features .container{padding:0 24px}.features-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:100%;padding:0}.features-grid .feature-card{padding:1.5rem;margin:0;width:calc(100% - 0px);max-width:100%;box-sizing:border-box}.features-grid .feature-card .feature-icon{width:60px;height:60px}.features-grid .feature-card .feature-icon i{font-size:1.8rem}.features-grid .feature-card h3{font-size:1.2rem}.features-grid .feature-card p{font-size:1rem;word-wrap:break-word}.benefits{padding:4rem 0;overflow-x:hidden;width:100%}.benefits .benefits-content{grid-template-columns:1fr;gap:0}.benefits .benefit-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;width:100%;max-width:100%;background:rgba(0,102,255,0.03);border-radius:16px;border-left:4px solid var(--primary-blue);box-sizing:border-box}.benefits .benefit-item .check-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--primary-blue);color:white;border-radius:8px;font-size:1rem;flex-shrink:0;margin-top:0.1rem;font-weight:bold;font-family:Arial, sans-serif;line-height:1;text-align:center}.benefits .benefit-item .benefit-text{flex:1}.benefits .benefit-item .benefit-text h4{font-size:1.3rem;margin-bottom:0.8rem;margin-top:0;color:var(--text-dark);line-height:1.3}.benefits .benefit-item .benefit-text p{font-size:1.05rem;line-height:1.6;color:var(--text-gray)}.benefits .benefits-image{display:none}.integrations{padding:5rem 0}.integrations .integrations-header{margin-bottom:3rem}.integrations .integrations-header .section-title{font-size:2.2rem;line-height:1.1}.integrations .integrations-header .section-title .title-highlight{display:inline}.integrations .integrations-header .section-subtitle{font-size:1.1rem;margin-bottom:2rem}.integrations .integrations-stats{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.integrations .integrations-stats .stat-item{padding:1.5rem 2rem}.integrations .integrations-stats .stat-item .stat-number{font-size:2rem}.integrations .integrations-stats .stat-item .stat-label{font-size:0.9rem}.integrations .integrations-showcase .integrations-grid{grid-template-columns:repeat(2, 1fr);gap:1.2rem;margin-bottom:3rem}.integrations .integrations-showcase .integrations-grid .integration-card{padding:1.8rem 1.2rem}.integrations .integrations-showcase .integrations-grid .integration-card .card-icon{width:60px;height:60px;margin-bottom:1rem}.integrations .integrations-showcase .integrations-grid .integration-card .card-icon .platform-icon{font-size:1.8rem}.integrations .integrations-showcase .integrations-grid .integration-card .platform-name{font-size:1rem;margin-bottom:0.8rem}.integrations .integrations-showcase .integrations-grid .integration-card .card-badge{font-size:0.7rem;padding:0.3rem 0.8rem}.integrations .integrations-showcase .integrations-cta{padding:2.5rem;border-radius:20px}.integrations .integrations-showcase .integrations-cta .cta-box h3{font-size:1.6rem;margin-bottom:0.8rem}.integrations .integrations-showcase .integrations-cta .cta-box .cta-subtitle{font-size:1rem;margin-bottom:2rem}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions{flex-direction:column;gap:1rem}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary{width:100%;max-width:300px;padding:1rem 2rem;font-size:0.95rem;justify-content:center}.how-it-works{padding:4rem 0}.steps-timeline{grid-template-columns:1fr;gap:2rem}.steps-timeline .step .step-number{width:60px;height:60px;font-size:1.5rem}.steps-timeline .step h3{font-size:1.2rem}.steps-timeline .step p{font-size:1rem}.testimonials{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr}.testimonials-grid .testimonial-card{padding:2rem}.testimonials-grid .testimonial-card .testimonial-text{font-size:1rem}.testimonials-grid .testimonial-card .testimonial-author strong{font-size:1rem}.cta-section{padding:4rem 0}.cta-section .cta-title{font-size:2.2rem;margin-bottom:1rem}.cta-section .cta-subtitle{font-size:1.1rem;margin-bottom:3rem}.contact-options{grid-template-columns:1fr;gap:1.5rem}.contact-options .contact-card{padding:2rem}.contact-options .contact-card i{font-size:2.5rem;margin-bottom:1rem}.contact-options .contact-card h3{font-size:1.3rem}.contact-options .contact-card p{font-size:1rem;margin-bottom:1.5rem}.pricing-info{padding:4rem 0}.pricing-info .pricing-content .section-title{font-size:2rem}.pricing-info .pricing-content .pricing-description{font-size:1.1rem}.pricing-info .pricing-content .pricing-features{padding:2rem}.pricing-info .pricing-content .pricing-features ul li{font-size:1rem}.footer{padding:3rem 0 1rem}.footer .footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer .footer-content .footer-section{text-align:center}.footer .footer-content .footer-section h3,.footer .footer-content .footer-section h4{font-size:1.1rem}.footer .footer-content .footer-section ul li a{justify-content:center}.footer .footer-content .footer-section .social-links{justify-content:center}.footer .copyright{text-align:center;font-size:0.9rem}.footer .envixo-credits{font-size:0.85rem}}@media (max-width: 480px){.container{padding:0 16px}.header{padding:0 16px}.header .nav-wrapper{padding:0.8rem 0}.header .logo .logo-text{font-size:1.25rem}.header .logo .by-envixo{font-size:0.7rem}.hero{padding:4rem 0 3rem;margin-top:70px}.hero .hero-title{font-size:1.9rem;line-height:1.05;margin-bottom:1rem;padding:0 5px}.hero .hero-subtitle{font-size:1rem;line-height:1.4;margin-bottom:2rem;padding:0 5px}.hero .hero-actions{gap:0.8rem}.hero .hero-actions .btn-primary,.hero .hero-actions .btn-secondary{max-width:100%;padding:1rem 1.5rem;font-size:0.95rem;min-height:48px}.hero .hero-stats{gap:1rem;padding:0 5px}.hero .hero-stats .stat{padding:0.8rem}.hero .hero-stats .stat .stat-number{font-size:2rem}.hero .hero-stats .stat .stat-label{font-size:0.85rem}.section-title{font-size:1.6rem;line-height:1.1;margin-bottom:0.8rem;padding:0 5px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center}.section-subtitle{font-size:1rem;padding:0 5px;margin-bottom:2rem;text-align:center;line-height:1.4}.features{padding:3rem 0}.features .container{padding:0 16px}.features .features-grid{gap:1rem;padding:0}.features .features-grid .feature-card{padding:1.2rem;margin:0 auto 1rem;width:100%;max-width:100%;box-sizing:border-box}.features .features-grid .feature-card h3{font-size:1.1rem}.features .features-grid .feature-card p{font-size:0.95rem}.benefits{padding:3rem 0}.benefits .container{padding:0 16px}.benefits .benefits-content .benefits-list .benefit-item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.5rem;margin-bottom:1.2rem;background:rgba(0,102,255,0.03);border-radius:16px;border-left:4px solid var(--primary-blue);width:100%;box-sizing:border-box}.benefits .benefits-content .benefits-list .benefit-item .check-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--primary-blue);color:white;border-radius:8px;font-size:1.2rem;flex-shrink:0;margin-top:0.1rem;font-weight:bold;font-family:Arial, sans-serif;line-height:1;text-align:center}.benefits .benefits-content .benefits-list .benefit-item .benefit-text{flex:1}.benefits .benefits-content .benefits-list .benefit-item .benefit-text h4{font-size:1.1rem;margin-bottom:0.5rem;margin-top:0;color:var(--dark-blue);font-weight:600}.benefits .benefits-content .benefits-list .benefit-item .benefit-text p{font-size:0.95rem;line-height:1.5;color:#666;margin:0}.benefits .benefits-content .benefits-image{margin-top:2rem}.benefits .benefits-content .benefits-image .illustration-placeholder{padding:2rem}.benefits .benefits-content .benefits-image .illustration-placeholder i{font-size:3rem}.benefits .benefits-content .benefits-image .illustration-placeholder p{font-size:1rem}.integrations{padding:4rem 0}.integrations .integrations-header{margin-bottom:2.5rem}.integrations .integrations-header .section-title{font-size:1.9rem;line-height:1.1;padding:0 10px}.integrations .integrations-header .section-subtitle{font-size:1rem;padding:0 10px;margin-bottom:1.5rem}.integrations .integrations-stats{gap:1rem;margin-bottom:2.5rem}.integrations .integrations-stats .stat-item{padding:1.2rem 1.5rem}.integrations .integrations-stats .stat-item .stat-number{font-size:1.8rem}.integrations .integrations-stats .stat-item .stat-label{font-size:0.85rem}.integrations .integrations-showcase .integrations-grid{grid-template-columns:1fr;gap:1rem}.integrations .integrations-showcase .integrations-grid .integration-card{padding:1.5rem 1rem;border-radius:18px}.integrations .integrations-showcase .integrations-grid .integration-card .card-icon{width:50px;height:50px;border-radius:12px}.integrations .integrations-showcase .integrations-grid .integration-card .card-icon .platform-icon{font-size:1.5rem}.integrations .integrations-showcase .integrations-grid .integration-card .platform-name{font-size:0.95rem}.integrations .integrations-showcase .integrations-grid .integration-card .card-badge{font-size:0.65rem;padding:0.25rem 0.6rem}.integrations .integrations-showcase .integrations-cta{padding:2rem;border-radius:16px}.integrations .integrations-showcase .integrations-cta .cta-box h3{font-size:1.4rem;line-height:1.2;padding:0 10px}.integrations .integrations-showcase .integrations-cta .cta-box .cta-subtitle{font-size:0.95rem;padding:0 10px;margin-bottom:1.5rem}.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration,.integrations .integrations-showcase .integrations-cta .cta-box .cta-actions .btn-integration-secondary{padding:0.9rem 1.5rem;font-size:0.9rem;max-width:100%}.cta-section{padding:3rem 0}.cta-section .cta-title{font-size:1.7rem;line-height:1.2;padding:0 10px}.cta-section .cta-subtitle{padding:0 10px}.contact-options .contact-card{padding:1.5rem}.contact-options .contact-card .btn-primary,.contact-options .contact-card .btn-secondary,.contact-options .contact-card .btn-whatsapp{width:100%;text-align:center;min-height:48px;padding:1rem;font-size:0.95rem}.pricing-info{padding:3rem 0}.pricing-info .pricing-features{padding:1.5rem}.pricing-info .pricing-features ul li{padding:0.8rem 0;font-size:0.95rem}}@media (max-width: 375px){.container{padding:0 12px}.header{padding:0 12px}.header .logo .logo-text{font-size:1.1rem}.features .container{padding:0 16px}.features .features-grid .feature-card{padding:1rem}.features .features-grid .feature-card h3{font-size:1rem}.features .features-grid .feature-card p{font-size:0.9rem;line-height:1.4}.features .features-grid .feature-card .feature-icon{width:50px;height:50px}.features .features-grid .feature-card .feature-icon i{font-size:1.5rem}.hero .hero-title{font-size:1.7rem;line-height:1.1;padding:0}.hero .hero-subtitle{font-size:0.95rem;padding:0}.hero .hero-actions .btn-primary,.hero .hero-actions .btn-secondary{padding:0.9rem 1.2rem;font-size:0.9rem;min-height:44px}.hero .hero-stats{padding:0}.hero .hero-stats .stat{padding:0.6rem}.hero .hero-stats .stat .stat-number{font-size:1.8rem}.hero .hero-stats .stat .stat-label{font-size:0.8rem}.section-title{font-size:1.4rem;padding:0 5px;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;margin-bottom:0.8rem}.section-subtitle{font-size:0.95rem;padding:0 5px;text-align:center;line-height:1.4;margin-bottom:2rem}.benefits .container{padding:0 12px}.benefits .benefits-content .benefits-list .benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;margin-bottom:1rem}.benefits .benefits-content .benefits-list .benefit-item .check-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--primary-blue);color:white;border-radius:8px;font-size:1rem;flex-shrink:0;margin-top:0.1rem;font-weight:bold;font-family:Arial, sans-serif;line-height:1;text-align:center}.benefits .benefits-content .benefits-list .benefit-item .benefit-text{flex:1}.benefits .benefits-content .benefits-list .benefit-item .benefit-text h4{font-size:1rem;margin-bottom:0.4rem;margin-top:0}.benefits .benefits-content .benefits-list .benefit-item .benefit-text p{font-size:0.9rem;line-height:1.4}.benefits .benefits-content .benefits-image{margin-top:1.5rem}.benefits .benefits-content .benefits-image .illustration-placeholder{padding:1.5rem}.benefits .benefits-content .benefits-image .illustration-placeholder i{font-size:2.5rem}.benefits .benefits-content .benefits-image .illustration-placeholder p{font-size:0.9rem}}@keyframes shimmer{0%{background-position:-1000px 0}100%{background-position:1000px 0}}html{scroll-behavior:smooth}::-moz-selection{background:var(--primary-blue);color:white}::selection{background:var(--primary-blue);color:white}::-moz-selection{background:var(--primary-blue);color:white}@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3){.benefits .benefit-item .check-icon{width:40px !important;height:40px !important;border-radius:10px !important;font-size:1.6rem !important;line-height:1 !important;text-align:center !important;display:flex !important;align-items:center !important;justify-content:center !important;background:var(--primary-blue) !important;color:white !important;font-weight:bold !important;flex-shrink:0 !important;margin-top:0 !important}}.contact-card .btn-whatsapp{padding:0.9rem 2rem !important;line-height:1.2 !important;height:44px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.contact-card .btn-whatsapp .icon-whatsapp{font-size:1rem !important;line-height:1 !important;margin:0 !important;vertical-align:middle !important;display:inline-block !important}.contact-card .btn-primary,.contact-card .btn-secondary{height:44px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.hero-actions .btn-secondary .icon-whatsapp{font-size:1rem;line-height:1;vertical-align:middle}.api-message-page{min-height:100vh;background:linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);display:flex;align-items:center;justify-content:center;padding:2rem 0;position:relative;overflow:hidden}.api-message-page::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:float 20s ease-in-out infinite;z-index:0}.api-message-page .container{position:relative;z-index:1;max-width:700px}.api-message-page .message-content{background:rgba(255,255,255,0.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;padding:4rem;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,0.2);border:1px solid rgba(255,255,255,0.3);animation:fadeInUp 1s ease-out}.api-message-page .message-content .message-icon{width:100px;height:100px;background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));border-radius:25px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,102,255,0.3);animation:pulse 2s ease-in-out infinite}.api-message-page .message-content .message-icon .icon-api{font-size:3rem;color:white;text-shadow:0 2px 10px rgba(0,0,0,0.2)}.api-message-page .message-content .message-title{font-family:'Poppins', sans-serif;font-size:2.2rem;font-weight:800;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2;letter-spacing:-0.02em}.api-message-page .message-content .message-subtitle{font-size:1.2rem;color:var(--text-gray);margin-bottom:3rem;line-height:1.6;font-weight:400}.api-message-page .message-content .message-actions{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.api-message-page .message-content .message-actions .btn-primary,.api-message-page .message-content .message-actions .btn-secondary{padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;align-items:center;gap:0.8rem;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:0.05em;min-width:200px;justify-content:center}.api-message-page .message-content .message-actions .btn-primary::before,.api-message-page .message-content .message-actions .btn-secondary::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.3);transform:translate(-50%, -50%);transition:width 0.6s, height 0.6s}.api-message-page .message-content .message-actions .btn-primary:hover::before,.api-message-page .message-content .message-actions .btn-secondary:hover::before{width:300px;height:300px}.api-message-page .message-content .message-actions .btn-primary .icon-docs,.api-message-page .message-content .message-actions .btn-primary .icon-whatsapp,.api-message-page .message-content .message-actions .btn-secondary .icon-docs,.api-message-page .message-content .message-actions .btn-secondary .icon-whatsapp{font-size:1.2rem;animation:pulse 2s ease-in-out infinite}.api-message-page .message-content .message-actions .btn-primary{background:linear-gradient(135deg, var(--primary-blue), var(--electric-blue));color:white;box-shadow:0 10px 30px rgba(0,102,255,0.3)}.api-message-page .message-content .message-actions .btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 20px 40px rgba(0,102,255,0.4);background:linear-gradient(135deg, var(--dark-blue), var(--primary-blue))}.api-message-page .message-content .message-actions .btn-secondary{background:#25d366;color:white;box-shadow:0 10px 30px rgba(37,211,102,0.3)}.api-message-page .message-content .message-actions .btn-secondary:hover{background:#1fb855;transform:translateY(-3px) scale(1.05);box-shadow:0 20px 40px rgba(37,211,102,0.4)}.api-message-page .message-content .message-footer{padding-top:2rem;border-top:1px solid rgba(0,102,255,0.1)}.api-message-page .message-content .message-footer p{color:var(--text-gray);font-size:1rem;margin:0}.api-message-page .message-content .message-footer p .envixo-link{color:var(--primary-blue);text-decoration:none;font-weight:600;transition:all 0.3s ease}.api-message-page .message-content .message-footer p .envixo-link:hover{color:var(--electric-blue);text-decoration:underline}@media (max-width: 768px){.api-message-page{padding:1rem}.api-message-page .container{max-width:100%}.api-message-page .message-content{padding:2.5rem 2rem;border-radius:20px}.api-message-page .message-content .message-icon{width:80px;height:80px;border-radius:20px;margin-bottom:1.5rem}.api-message-page .message-content .message-icon .icon-api{font-size:2.5rem}.api-message-page .message-content .message-title{font-size:1.8rem;margin-bottom:1rem}.api-message-page .message-content .message-subtitle{font-size:1.1rem;margin-bottom:2rem}.api-message-page .message-content .message-actions{flex-direction:column;gap:1rem;margin-bottom:2rem}.api-message-page .message-content .message-actions .btn-primary,.api-message-page .message-content .message-actions .btn-secondary{width:100%;padding:1rem 2rem;font-size:1rem;min-width:auto}}@media (max-width: 480px){.api-message-page .message-content{padding:2rem 1.5rem}.api-message-page .message-content .message-title{font-size:1.6rem;line-height:1.2}.api-message-page .message-content .message-subtitle{font-size:1rem}.api-message-page .message-content .message-actions .btn-primary,.api-message-page .message-content .message-actions .btn-secondary{padding:0.9rem 1.5rem;font-size:0.95rem}}
