.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.header-logo .logo-button{background:none;border:none;font-size:1.5rem;font-weight:700;color:#1f2937;cursor:pointer;transition:color .3s ease}.header-logo .logo-button:hover{color:#3b82f6}.header-nav{display:flex;align-items:center;gap:30px}.nav-item{position:relative}.nav-link{background:none;border:none;color:#6b7280;font-weight:500;font-size:.95rem;cursor:pointer;transition:color .3s ease;padding:8px 0;position:relative}.nav-link:hover,.nav-link-active{color:#3b82f6}.nav-link-active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#3b82f6;border-radius:1px}.dropdown-toggle{display:flex;align-items:center;gap:6px}.dropdown-arrow{font-size:.75rem;transition:transform .3s ease}.dropdown-arrow-open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.dropdown-menu-open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;color:#6b7280;font-size:.9rem;cursor:pointer;transition:all .2s ease}.dropdown-item:hover{background:#f9fafb;color:#3b82f6}.header-actions{display:flex;align-items:center;gap:20px}.language-switcher{display:flex;gap:4px;background:#f3f4f6;border-radius:6px;padding:2px}.lang-btn{background:none;border:none;padding:6px 8px;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.lang-btn-active{background:#fff;box-shadow:0 1px 3px #0000001a}.login-btn{background:none;border:none;color:#6b7280;font-weight:500;cursor:pointer;transition:color .3s ease}.login-btn:hover{color:#3b82f6}.cta-btn{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.cta-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}.hamburger{display:flex;flex-direction:column;width:20px;height:16px;justify-content:space-between}.hamburger span{display:block;height:2px;width:100%;background:#6b7280;border-radius:1px;transition:all .3s ease}.hamburger-open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 768px){.header-nav{position:fixed;top:70px;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;align-items:stretch;padding:20px;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.header-nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-item{border-bottom:1px solid #f3f4f6;padding:15px 0}.nav-item:last-child{border-bottom:none}.nav-link{font-size:1rem;padding:0}.dropdown-menu{position:static;box-shadow:none;border:none;border-top:1px solid #f3f4f6;margin-top:15px;padding-top:15px}.menu-toggle{display:block}.header-actions{gap:15px}.language-switcher{gap:2px;padding:1px}.lang-btn{padding:4px 6px;font-size:.8rem}}.section-left,.section-right{z-index:2;position:relative;padding:120px 0;overflow:hidden}.section-left,.section-right{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.layout.reverse{flex-direction:row-reverse}.layout.reverse>*{direction:ltr}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.image{animation:fadeInRight 1s ease-out .5s both;position:relative}.image-placeholder{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;padding:40px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(37,99,235,.1);position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(37,99,235,.05) 0%,transparent 100%);border-radius:24px}.img{width:100%;height:auto;border-radius:16px;position:relative;z-index:2}.info{animation:fadeInLeft 1s ease-out .3s both;z-index:2}.badge{display:inline-flex;align-items:center;gap:8px;background:#2563eb1a;color:#2563eb;padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px;border:1px solid rgba(37,99,235,.2)}.badge-icon{font-size:1rem}.title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:40px;line-height:1.2}.features{margin-bottom:40px}.feature-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px;animation:fadeInUp .8s ease-out both;padding:3px}.feature-icon{flex-shrink:0;margin-top:2px}.icon-bg{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;box-shadow:0 4px 12px #2563eb4d;padding:1rem}.icon-symbol{font-size:1.25rem}.feature-text{font-size:1.125rem;color:#475569;margin:0;line-height:1.6;font-weight:500;padding-left:5px}.cta{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta:hover:before{left:100%}.cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}@media (max-width: 968px){.layout{grid-template-columns:1fr;gap:60px;text-align:center}.title{font-size:2rem}.feature-item{justify-content:center;text-align:left}}@media (max-width: 768px){.section-left,.section-right{padding:80px 0}.container{padding:0 15px}.layout{gap:40px}.title{font-size:1.75rem}.feature-text{font-size:1rem}.image-placeholder{padding:30px}}@media (max-width: 480px){.title{font-size:1.5rem}.feature-item{flex-direction:column;align-items:center;text-align:center;gap:12px}.cta{width:100%;max-width:280px}.bg-gradient{display:none}}.sections-div{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);overflow:hidden;z-index:0}.sections-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.bg-shape{position:absolute;border-radius:50%;background:radial-gradient(circle,#2563eb26,#3b82f60d);animation:float 25s ease-in-out infinite}.shape-1{width:600px;height:600px;top:-200px;left:-200px}.shape-2{width:400px;height:400px;bottom:-150px;right:-150px;animation-duration:30s;animation-direction:reverse}.shape-3{width:500px;height:500px;top:40%;left:50%;transform:translate(-50%,-50%);animation-duration:35s}.clients-section{display:flex;flex-direction:column;width:100%;align-items:center;gap:20px;margin-top:50px;margin-bottom:50px;padding:20px}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;background:#fff;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:80vh}.hero-text{text-align:left}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 24px;color:#1f2937;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0 0 40px;color:#6b7280;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:16px;margin-bottom:48px;animation:fadeInUp 1s ease-out .4s both}.btn{padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:160px}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.btn-secondary{background:transparent;color:#2563eb;border:2px solid #e5e7eb}.btn-secondary:hover{background:#f8fafc;border-color:#2563eb;transform:translateY(-2px)}.hero-features{display:flex;flex-wrap:wrap;gap:16px;animation:fadeInUp 1s ease-out .6s both}.hero-feature-item{display:flex;align-items:center;gap:12px}.hero-feature-icon{width:24px;height:24px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;flex-shrink:0}.hero-feature-text{color:#6b7280;font-weight:500;font-size:1rem}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease-out .8s both;z-index:2}.hero-image{position:relative;z-index:2}.hero-img{width:100%;max-width:500px;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001a;border:1px solid #f1f5f9}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;pointer-events:none}.bg-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#2563eb08,#3b82f608)}.shape-1{width:600px;height:600px;top:-300px;right:-300px;animation:float 25s ease-in-out infinite}.shape-2{width:400px;height:400px;bottom:-200px;left:-200px;animation:float 30s ease-in-out infinite reverse}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-8px) rotate(45deg)}60%{transform:translateY(-4px) rotate(45deg)}}.hero-carousel{position:relative;width:100%;max-width:500px;margin:0 auto;animation:fadeInRight 1s ease-out .8s both}.carousel-container{position:relative;width:100%;height:400px;overflow:hidden;border-radius:16px;box-shadow:0 20px 40px #0000001a;border:1px solid #f1f5f9}.carousel-wrapper{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.carousel-slide.active{opacity:1}.carousel-img{width:100%;height:100%;object-fit:cover;border-radius:16px;transition:opacity .3s ease}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;transition:all .3s ease;position:relative}.carousel-dot:hover{background:#94a3b8;transform:scale(1.1)}.carousel-dot.active{background:#2563eb;transform:scale(1.2)}.carousel-dot.active:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:2px solid rgba(37,99,235,.3);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@media (max-width: 968px){.carousel-container{height:350px}}@media (max-width: 768px){.carousel-container{height:300px}.carousel-dots{margin-top:16px}.carousel-dot{width:10px;height:10px}}@media (max-width: 480px){.carousel-container{height:250px}.hero-carousel{max-width:100%}}.carousel-dot:focus{outline:2px solid #2563eb;outline-offset:2px}.carousel-dot:focus:not(:focus-visible){outline:none}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;gap:60px;text-align:center}.hero-text{text-align:center}.hero-title{font-size:3rem}.hero-buttons{justify-content:center}.hero-features{align-items:center}}@media (max-width: 768px){.hero-container{padding:0 15px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}.hero-content{gap:40px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:14px 24px;font-size:.9rem}.bg-shape{display:none}}.cta-section{position:relative;min-height:100vh;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:80px 0;margin-top:20px;margin-bottom:20px}.cta-container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:10;width:100%;height:100%}.cta-content{text-align:center;position:relative;z-index:20;max-width:800px;margin:0 auto;padding:60px 0}.cta-title{font-size:4rem;font-weight:800;color:#1f2937;margin:0 0 24px;line-height:1.1;text-shadow:none;animation:fadeInUp 1s ease-out}.cta-subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 40px;line-height:1.6;text-shadow:none;animation:fadeInUp 1s ease-out .2s both}.cta-button{background:#2563eb;color:#fff;border:none;border-radius:50px;padding:18px 40px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #2563eb4d;animation:fadeInUp 1s ease-out .4s both;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button:hover{background:#1d4ed8;transform:translateY(-3px);box-shadow:0 12px 40px #2563eb66}.floating-cards{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.cta-floating-card{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);animation:float 6s ease-in-out infinite;transition:transform .3s ease;min-width:200px;max-width:280px}.cta-floating-card:hover{transform:translateY(-10px) scale(1.05)}.cta-card-position-1{top:10%;left:5%;animation-delay:0s}.cta-card-position-2{top:20%;right:8%;animation-delay:1s}.cta-card-position-3{top:45%;right:5%;animation-delay:2s}.cta-card-position-4{top:70%;right:15%;animation-delay:3s}.cta-card-position-5{bottom:15%;left:10%;animation-delay:4s}.cta-card-position-6{top:60%;left:8%;animation-delay:5s}.cta-card-pink{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;border:1px solid rgba(37,99,235,.1)}.cta-card-blue{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.cta-card-gradient{background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.cta-card-dark{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1f2937;border:1px solid #e5e7eb}.cta-card-cyan{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid rgba(37,99,235,.2)}.cta-card-purple{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.cta-card-header{margin-bottom:16px}.cta-card-title{font-size:1.1rem;font-weight:700;margin:0 0 4px;line-height:1.2}.cta-card-subtitle{font-size:.9rem;opacity:.8;margin:0;font-weight:500}.cta-card-content{min-height:60px}.cta-card-list{display:flex;flex-direction:column;gap:8px}.cta-list-item{display:flex;align-items:center;gap:12px}.cta-list-number{font-weight:700;font-size:.9rem;min-width:20px}.cta-list-bar{flex:1;height:4px;background:#2563eb33;border-radius:2px}.cta-card-visual{height:80px;position:relative;overflow:hidden;border-radius:8px}.cta-visual-landscape{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#60a5fa,#f59e0b,#ec4899)}.cta-landscape-element{position:absolute}.mountain1{bottom:0;left:10%;width:40px;height:30px;background:#10b981;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.mountain2{bottom:0;right:20%;width:35px;height:25px;background:#059669;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.cactus{bottom:5px;right:30%;width:8px;height:20px;background:#16a34a;border-radius:4px}.sun{top:10px;right:15px;width:20px;height:20px;background:#fbbf24;border-radius:50%}.cta-card-chart{height:60px;display:flex;align-items:end;justify-content:center}.cta-chart-bars{display:flex;align-items:end;gap:6px;height:100%}.cta-chart-bar{width:12px;background:linear-gradient(180deg,#2563eb,#1d4ed8);border-radius:2px 2px 0 0;animation:chartGrow 1s ease-out}.cta-card-text{display:flex;flex-direction:column;gap:8px}.cta-text-lines{display:flex;flex-direction:column;gap:6px}.cta-text-line{height:4px;background:#2563eb33;border-radius:2px}.cta-text-line.long{width:100%}.cta-text-line.medium{width:75%}.cta-text-line.short{width:50%}.cta-central-illustration{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:15;animation:fadeInUp 1.5s ease-out .8s both}.cta-illustration-person{position:relative;width:200px;height:300px}.cta-person-head{position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;box-shadow:0 10px 30px #2563eb4d}.cta-person-body{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:200px;background:linear-gradient(135deg,#1f2937,#374151);border-radius:60px 60px 0 0;box-shadow:0 10px 30px #0000001a}.cta-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.cta-bg-gradient-1{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.03) 0%,transparent 70%);animation:rotate 20s linear infinite}.cta-bg-gradient-2{position:absolute;bottom:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.02) 0%,transparent 70%);animation:rotate 25s linear infinite reverse}.cta-bg-particles{position:absolute;top:0;left:0;right:0;bottom:0}.cta-particle{position:absolute;width:4px;height:4px;background:#2563eb33;border-radius:50%;animation:particleFloat 8s ease-in-out infinite}.cta-particle:nth-child(odd){animation-direction:reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes particleFloat{0%,to{transform:translateY(0) translate(0);opacity:.3}50%{transform:translateY(-20px) translate(10px);opacity:.8}}@keyframes chartGrow{0%{height:0}to{height:inherit}}@media (max-width: 1200px){.cta-floating-card{min-width:160px;max-width:220px;padding:16px}.cta-card-position-1{top:8%;left:3%}.cta-card-position-2{top:15%;right:5%}.cta-card-position-3{top:40%;right:3%}.cta-card-position-4{top:65%;right:8%}.cta-card-position-5{bottom:10%;left:5%}.cta-card-position-6{top:55%;left:5%}}@media (max-width: 968px){.cta-title{font-size:3rem}.cta-floating-card{min-width:140px;max-width:180px;padding:12px}.cta-card-title{font-size:.9rem}.cta-card-subtitle{font-size:.8rem}.cta-illustration-person{width:150px;height:200px}.cta-person-head{width:60px;height:60px}.cta-person-body{width:90px;height:140px}}@media (max-width: 768px){.cta-section{padding:60px 0}.cta-title{font-size:2.5rem}.cta-subtitle{font-size:1.125rem}.cta-floating-card,.cta-central-illustration{display:none}}@media (max-width: 480px){.cta-title{font-size:2rem}.cta-button{padding:16px 32px;font-size:1rem}}.cta-particle-1{top:10%;left:15%;animation-delay:0s}.cta-particle-2{top:20%;right:20%;animation-delay:1s}.cta-particle-3{top:30%;left:25%;animation-delay:2s}.cta-particle-4{top:40%;right:30%;animation-delay:3s}.cta-particle-5{top:50%;left:10%;animation-delay:4s}.cta-particle-6{top:60%;right:15%;animation-delay:5s}.cta-particle-7{top:70%;left:20%;animation-delay:6s}.cta-particle-8{top:80%;right:25%;animation-delay:7s}.cta-particle-9{top:15%;left:40%;animation-delay:1.5s}.cta-particle-10{top:35%;right:40%;animation-delay:2.5s}.cta-particle-11{top:55%;left:35%;animation-delay:3.5s}.cta-particle-12{top:75%;right:35%;animation-delay:4.5s}.cta-particle-13{top:25%;left:60%;animation-delay:.5s}.cta-particle-14{top:45%;right:60%;animation-delay:1.5s}.cta-particle-15{top:65%;left:55%;animation-delay:2.5s}.cta-particle-16{top:85%;right:55%;animation-delay:3.5s}.cta-particle-17{top:5%;left:70%;animation-delay:4.5s}.cta-particle-18{top:90%;right:70%;animation-delay:5.5s}.cta-particle-19{top:35%;left:80%;animation-delay:6.5s}.cta-particle-20{top:75%;right:80%;animation-delay:7.5s}.footer{position:relative;background:linear-gradient(135deg,#1e293b,#334155,#475569);color:#fff;padding:80px 0 40px;overflow:hidden}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:10}.footer-brand{text-align:center;margin-bottom:60px;position:relative;z-index:15}.footer-brand-name{font-size:4rem;font-weight:800;color:#2563eb4d;margin:0;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(37,99,235,.2);animation:fadeInUp 1s ease-out;-webkit-user-select:none;user-select:none}.footer-content{position:relative;z-index:15}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;margin-bottom:60px}.footer-column{animation:fadeInUp 1s ease-out both}.footer-column:nth-child(1){animation-delay:.1s}.footer-column:nth-child(2){animation-delay:.2s}.footer-column:nth-child(3){animation-delay:.3s}.footer-column:nth-child(4){animation-delay:.4s}.footer-column-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 24px;letter-spacing:.5px}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.footer-link{background:none;border:none;color:#ffffffb3;font-size:.9rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-align:left;padding:0;font-family:inherit;line-height:1.5;animation:fadeInUp .8s ease-out both}.footer-link:hover{color:#2563eb;transform:translate(4px)}.footer-link:focus{outline:2px solid #2563eb;outline-offset:2px;border-radius:4px}.footer-link:focus:not(:focus-visible){outline:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:40px;text-align:right;animation:fadeInUp 1s ease-out .6s both}.footer-copyright{font-size:.875rem;color:#fff9;margin:0;font-weight:400}.footer-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.footer-stars{position:absolute;top:0;left:0;right:0;bottom:0}.footer-star{position:absolute;width:2px;height:2px;background:#fff6;border-radius:50%;animation:twinkle 3s ease-in-out infinite}.footer-star:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);border-radius:50%;opacity:0;animation:glow 3s ease-in-out infinite}.footer-star-1{top:15%;left:8%}.footer-star-2{top:25%;left:15%}.footer-star-3{top:35%;left:5%}.footer-star-4{top:45%;left:12%}.footer-star-5{top:55%;left:18%}.footer-star-6{top:65%;left:3%}.footer-star-7{top:75%;left:10%}.footer-star-8{top:85%;left:16%}.footer-star-9{top:20%;left:25%}.footer-star-10{top:40%;left:30%}.footer-star-11{top:60%;left:28%}.footer-star-12{top:80%;left:32%}.footer-star-13{top:10%;left:45%}.footer-star-14{top:30%;left:50%}.footer-star-15{top:50%;left:48%}.footer-star-16{top:70%;left:52%}.footer-star-17{top:90%;left:46%}.footer-star-18{top:18%;left:65%}.footer-star-19{top:38%;left:70%}.footer-star-20{top:58%;left:68%}.footer-star-21{top:78%;left:72%}.footer-star-22{top:12%;left:85%}.footer-star-23{top:32%;left:90%}.footer-star-24{top:52%;left:88%}.footer-star-25{top:72%;left:92%}.footer-star-26{top:92%;left:86%}.footer-star-27{top:8%;right:8%}.footer-star-28{top:28%;right:12%}.footer-star-29{top:48%;right:6%}.footer-star-30{top:68%;right:14%}@keyframes twinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes glow{0%,to{opacity:0}50%{opacity:.8}}@media (max-width: 1024px){.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:40px}.footer-brand-name{font-size:3rem}}@media (max-width: 768px){.footer{padding:60px 0 30px}.footer-container{padding:0 15px}.footer-brand{margin-bottom:40px}.footer-brand-name{font-size:2.5rem}.footer-links-grid{grid-template-columns:1fr;gap:32px;margin-bottom:40px}.footer-column-title{font-size:1rem;margin-bottom:16px}.footer-links{gap:12px}.footer-link{font-size:.875rem}.footer-bottom{text-align:center;padding-top:30px}.footer-copyright{font-size:.8rem}}@media (max-width: 480px){.footer-brand-name{font-size:2rem}.footer-links-grid{gap:24px}.footer-star{width:1px;height:1px}}.footer-column:hover .footer-column-title{color:#2563eb;transition:color .3s ease}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(37,99,235,.05) 100%);z-index:5;pointer-events:none}.footer-brand-name:hover{color:#2563eb80;transition:color .5s ease}.footer-link:focus{background:#2563eb1a;padding:4px 8px;margin:-4px -8px;border-radius:6px}*{transition:color .3s ease,transform .3s ease,background .3s ease}.btn-back{position:fixed;bottom:20px;right:20px;padding:10px 15px;border-radius:50%;border:none;background:#2563eb;color:#fff;cursor:pointer;z-index:99999;scale:1;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.btn-back:hover{scale:1.2;transform:translateY(-10px);background:#1d4ed8;box-shadow:0 8px 20px #2563eb66}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1f2937;background:#fff}.App{min-height:100vh}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}@media (max-width: 768px){.hero-section{padding:80px 0}}.pricing-page{min-height:100vh;background:#f8fafc;padding:40px 0}.pricing-container{max-width:1200px;margin:0 auto;padding:0 20px}.pricing-header{text-align:center;margin-bottom:60px}.pricing-title{font-size:3rem;font-weight:800;color:#1f2937;margin:0 0 16px;animation:fadeInUp .8s ease-out}.pricing-subtitle{font-size:1.25rem;color:#6b7280;margin:0;animation:fadeInUp .8s ease-out .1s both}.billing-toggle{display:flex;justify-content:center;margin-bottom:60px;animation:fadeInUp .8s ease-out .2s both}.toggle-container{display:flex;background:#f1f5f9;border-radius:8px;padding:4px;box-shadow:0 2px 8px #0000001a}.toggle-option{background:none;border:none;padding:12px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:2px;font-family:inherit;color:#6b7280;min-width:120px}.toggle-option.active{background:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb4d}.toggle-option.yearly{position:relative}.toggle-text{font-size:14px}.discount-badge{background:#fff3;color:#fff;font-size:11px;padding:2px 6px;border-radius:4px;font-weight:600;opacity:0;transition:opacity .3s ease}.toggle-option.yearly.active .discount-badge{opacity:1}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 4px 12px #00000014;border:2px solid transparent;transition:all .3s ease;position:relative;animation:fadeInUp .8s ease-out both;display:flex;flex-direction:column;height:fit-content}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.pricing-card.featured{background:#2563eb;color:#fff;border-color:#2563eb;transform:scale(1.02)}.pricing-card.featured:hover{transform:scale(1.02) translateY(-4px)}.pricing-card.featured .plan-name,.pricing-card.featured .plan-description,.pricing-card.featured .features-title,.pricing-card.featured .feature-item{color:#fff}.pricing-card.featured .feature-icon{background:#fff3;color:#fff}.card-header{margin-bottom:32px}.plan-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 8px}.plan-description{font-size:.9rem;color:#6b7280;margin:0 0 24px;line-height:1.4}.price-section{margin-bottom:8px}.price-container{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.price-container.custom{justify-content:flex-start}.original-price{font-size:.9rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.current-price{display:flex;align-items:baseline;gap:2px}.price{font-size:2.5rem;font-weight:800;color:#1f2937}.pricing-card.featured .price{color:#fff}.price.custom-price{font-size:1.1rem;font-weight:600}.price-period{font-size:.9rem;color:#6b7280;font-weight:500}.pricing-card.featured .price-period{color:#fffc}.free-months{background:#10b981;color:#fff;font-size:.8rem;padding:4px 8px;border-radius:4px;font-weight:600;display:inline-block;margin-top:8px}.card-body{flex:1;margin-bottom:32px}.features-title{font-size:.85rem;font-weight:600;color:#374151;margin:0 0 16px}.features-list{list-style:none;margin:0;padding:0}.feature-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:.9rem;color:#374151}.feature-item:last-child{margin-bottom:0}.feature-icon{width:18px;height:18px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.card-footer{margin-top:auto}.plan-button{width:100%;background:#f8fafc;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:14px 20px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit;text-transform:uppercase;letter-spacing:.5px}.plan-button:hover{background:#f1f5f9;border-color:#d1d5db;transform:translateY(-1px)}.plan-button.primary{background:#fff;color:#2563eb;border-color:#fff}.plan-button.primary:hover{background:#f8fafc;transform:translateY(-1px)}@media (max-width: 968px){.pricing-grid{grid-template-columns:1fr;gap:20px;max-width:400px}.pricing-card.featured{transform:none;order:-1}.pricing-card.featured:hover{transform:translateY(-4px)}}@media (max-width: 768px){.pricing-container{padding:0 15px}.pricing-title{font-size:2.5rem}.pricing-subtitle{font-size:1.125rem}.pricing-card{padding:24px 20px}.toggle-container{width:100%;max-width:300px}.toggle-option{flex:1;min-width:auto}}@media (max-width: 480px){.pricing-title,.price{font-size:2rem}.pricing-card{padding:20px 16px}}.back-button:focus,.toggle-option:focus,.plan-button:focus{outline:2px solid #2563eb;outline-offset:2px}.back-button:focus:not(:focus-visible),.toggle-option:focus:not(:focus-visible),.plan-button:focus:not(:focus-visible){outline:none}.metrics-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e5e7eb;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.metrics-header{padding:2rem 0;text-align:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.back-button{position:absolute;left:2rem;top:2rem;background:#ffffff1a;border:none;color:#f9fafb;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#fff3;transform:translateY(-2px)}.metrics-header h1{font-size:3rem;font-weight:700;margin:0;background:linear-gradient(45deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.metrics-header p{font-size:1.2rem;margin:1rem 0 0;opacity:.85;max-width:600px;margin-left:auto;margin-right:auto;color:#cbd5e1}.metrics-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.metric-card{background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.metric-card:hover{transform:translateY(-5px);background:#ffffff14}.metric-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.metric-value{font-size:2.5rem;font-weight:700;margin:.5rem 0;color:#60a5fa}.metric-label{font-size:1rem;opacity:.85;margin:0}.metric-change{font-size:.9rem;margin-top:.5rem;color:#34d399}.dashboard-section{background:#ffffff0d;border-radius:20px;padding:3rem;margin-bottom:3rem;border:1px solid rgba(255,255,255,.1)}.dashboard-section h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:#f9fafb}.chart-container{background:#ffffff1a;border-radius:15px;padding:2rem;margin-bottom:2rem}.chart-title{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.chart{display:flex;align-items:end;justify-content:space-between;height:200px;gap:1rem;margin-bottom:1rem}.chart-bar{background:linear-gradient(to top,#3b82f6,#60a5fa);border-radius:4px 4px 0 0;min-width:40px;position:relative;animation:chartGrow 1.5s ease-out;height:var(--bar-height)}@keyframes chartGrow{0%{height:0}to{height:var(--bar-height)}}.chart-bar:after{content:attr(data-value);position:absolute;top:-25px;left:50%;transform:translate(-50%);font-size:.8rem;font-weight:600;color:#f9fafb}.chart-labels{display:flex;justify-content:space-between;margin-top:1rem;font-size:.9rem;opacity:.8}.insights-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.insight-card{background:#ffffff14;border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.insight-card h3{font-size:1.3rem;margin-bottom:1rem;color:#60a5fa}.insight-card p{opacity:.9;line-height:1.6;margin-bottom:1rem;color:#e5e7eb}.insight-recommendation{background:#34d39933;border-left:4px solid #34d399;padding:1rem;border-radius:0 8px 8px 0;font-size:.9rem}@media (max-width: 768px){.metrics-header h1{font-size:2rem}.metrics-header p{font-size:1rem}.back-button{left:1rem;top:1rem;padding:.5rem 1rem}.metrics-content,.dashboard-section{padding:2rem 1rem}.chart{height:150px}.insights-section{grid-template-columns:1fr}}.customers-page{min-height:100vh;background:#fafbfc;padding:40px 0}.customers-container{max-width:1200px;margin:0 auto;padding:0 20px}.customers-header{text-align:center;margin-bottom:60px}.back-button{background:none;border:none;color:#2563eb;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:20px;padding:8px 16px;border-radius:8px;transition:all .3s ease}.back-button:hover{background:#f3f4f6;transform:translate(-4px)}.customers-title{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 16px;animation:fadeInUp .8s ease-out}.customers-subtitle{font-size:1.25rem;color:#6b7280;margin:0;animation:fadeInUp .8s ease-out .1s both}.customers-filters{display:flex;justify-content:center;gap:12px;margin-bottom:60px;flex-wrap:wrap}.filter-btn{background:#fff;border:2px solid #e5e7eb;color:#6b7280;padding:12px 24px;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#d1d5db;color:#374151}.filter-btn.active{background:#2563eb;border-color:#2563eb;color:#fff}.customers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:80px}.customer-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;animation:fadeInUp .8s ease-out both}.customer-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.customer-header{display:flex;gap:20px;margin-bottom:24px}.customer-logo{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-text{color:#fff;font-weight:700;font-size:1.5rem}.customer-info{flex:1}.customer-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 8px}.customer-industry{font-size:.875rem;color:#2563eb;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.customer-description{font-size:1rem;color:#6b7280;margin:0}.customer-content{margin-bottom:24px}.customer-testimonial{font-size:1.125rem;font-style:italic;color:#374151;margin:0 0 20px;padding:0;border:none;line-height:1.6}.customer-results{background:#f0f9ff;padding:16px;border-radius:12px;border-left:4px solid #2563eb}.results-label{font-weight:600;color:#374151;display:block;margin-bottom:4px}.results-value{font-size:1.125rem;font-weight:700;color:#2563eb}.customer-footer{text-align:center}.view-case-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-case-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.customers-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;background:#fff;padding:60px 40px;border-radius:20px;box-shadow:0 10px 30px #0000001a}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;color:#2563eb;margin-bottom:8px}.stat-label{font-size:1rem;color:#6b7280;font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.customers-container{padding:0 15px}.customers-title{font-size:2.5rem}.customers-subtitle{font-size:1.125rem}.customers-grid{grid-template-columns:1fr;gap:24px}.customer-card{padding:24px}.customer-header{flex-direction:column;text-align:center}.customers-stats{grid-template-columns:repeat(2,1fr);padding:40px 20px}.stat-number{font-size:2.5rem}}@media (max-width: 480px){.customers-title{font-size:2rem}.customers-filters{gap:8px}.filter-btn{padding:10px 16px;font-size:.875rem}.customers-stats{grid-template-columns:1fr}}
