.page{background:linear-gradient(135deg,#f7fafc 0%,#eff6ff 100%);min-height:100vh;padding:0;position:relative;overflow:hidden}.main{grid-template-columns:1fr 1fr;align-items:center;max-width:100%;min-height:100vh;margin:0;display:grid}.hero{text-align:left;padding:4rem 2rem 4rem 6rem;animation:1s ease-out slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-title{background:linear-gradient(135deg,#1e293b 0%,#334155 50%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2;animation:.8s ease-out .2s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{color:#475569;margin-bottom:1rem;font-size:1.125rem;line-height:1.7;animation:.8s ease-out .4s both fadeInUp}.hero-description{color:#64748b;margin-bottom:2.5rem;font-size:1rem;line-height:1.7;animation:.8s ease-out .6s both fadeInUp}.hero-actions{gap:1rem;animation:.8s ease-out .8s both fadeInUp;display:flex}.btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #1e293b4d}.btn:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300px;height:300px}.btn:hover{background:linear-gradient(135deg,#334155 0%,#475569 100%);transform:translateY(-3px);box-shadow:0 8px 25px #1e293b66}.btn:active{transform:translateY(-1px);box-shadow:0 4px 15px #1e293b4d}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 8px 25px #3b82f666}.btn-primary:active{box-shadow:0 4px 15px #3b82f64d}.btn-secondary{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 15px #10b9814d}.btn-secondary:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);box-shadow:0 8px 25px #10b98166}.btn-secondary:active{box-shadow:0 4px 15px #10b9814d}.btn-warning{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);box-shadow:0 4px 15px #fbbf244d}.btn-warning:hover{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 8px 25px #fbbf2466}.btn-warning:active{box-shadow:0 4px 15px #fbbf244d}.btn-arrow{transition:transform .3s;display:inline-block}.btn:hover .btn-arrow{transform:translate(5px)}.hero-badge{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;background:#3b82f61a;border:1px solid #3b82f633;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;animation:.8s ease-out both fadeInUp;display:inline-flex}.badge-dot{background:#3b82f6;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-stats{gap:2rem;margin-bottom:2.5rem;padding:1.5rem 0;animation:.8s ease-out .7s both fadeInUp;display:flex}.stat-item{text-align:left}.stat-number{background:linear-gradient(135deg,#3b82f6 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2rem;font-weight:800}.stat-label{color:#64748b;font-size:.875rem;font-weight:500}.stat-divider{background:linear-gradient(#0000,#cbd5e1,#0000);width:1px}.illustration{justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:0;animation:1s ease-out slideInRight;display:flex;position:relative;overflow:hidden}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.illustration:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(135deg,#1e293b1a 0%,#10b9811a 100%);position:absolute;inset:0}.illustration-svg{width:100%;max-width:600px;height:100%;max-height:600px}.hero-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;transition:transform .5s;animation:1.5s ease-out zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.illustration:hover .hero-image{transform:scale(1.05)}@media (max-width:1024px){.main{grid-template-columns:1fr;min-height:auto}.hero{padding:3rem 2rem}.hero-title{font-size:2.5rem}.illustration{height:400px}}@media (max-width:640px){.hero{padding:2rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}.illustration{height:300px}}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none;box-shadow:0 4px 15px #1e293b4d}
/*# sourceMappingURL=9a66683c80aaa733.css.map*/