@charset "UTF-8";.landing-header{background-color:#fff;padding:20px 0;box-shadow:0 2px 4px #0000001a}.landing-header .navbar{padding:0}.landing-header .logo{height:40px}.landing-header .nav-link{color:#343a40;font-weight:600;font-size:.8rem;padding:.5rem 1rem;text-transform:uppercase;letter-spacing:.5px}.landing-header .nav-link:hover{color:#007bff}.landing-header .btn-primary{padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px}.hero-section{padding:80px 0;background-color:#f8f9fa}.hero-section .hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#343a40}.hero-section .hero-subtitle{font-size:1.25rem;color:#6c757d;margin-bottom:2rem}.hero-section .hero-buttons .btn{margin-right:1rem;padding:.75rem 2rem;border-radius:25px}.hero-section .hero-image img{max-width:100%;height:auto}.features-section{padding:80px 0;background-color:#fff}.features-section .section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#343a40}.features-section .feature-card{box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;padding:2rem;border-radius:10px;background-color:#fff;height:100%}.features-section .feature-card:hover{transform:translateY(-5px)}.features-section .feature-card .feature-icon{font-size:2.5rem;color:#007bff;margin-bottom:1.5rem}.features-section .feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#343a40}.features-section .feature-card .feature-list{list-style:none;padding:0;margin:0}.features-section .feature-card .feature-list li{margin-bottom:.5rem;color:#6c757d}.features-section .feature-card .feature-list li:before{content:"•";color:#007bff;margin-right:.5rem}.pricing-section{padding:80px 0;background-color:#f8f9fa}.pricing-section .section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#343a40}.pricing-section .pricing-card{box-shadow:0 4px 6px #0000001a;transition:transform .3s ease;padding:2rem;border-radius:10px;background-color:#fff;height:100%;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.pricing-section .pricing-card:hover{transform:translateY(-5px)}.pricing-section .pricing-card:hover{transform:translateY(-5px);border-color:#007bff4d}.pricing-section .pricing-card.featured{border:2px solid #007bff;transform:scale(1.05);box-shadow:0 8px 16px #0000001a}.pricing-section .pricing-card.featured .pricing-header h3{color:#007bff}.pricing-section .pricing-card.featured .btn-primary{background-color:#007bff;border-color:#007bff}.pricing-section .pricing-card .pricing-header{text-align:center;margin-bottom:2rem}.pricing-section .pricing-card .pricing-header h3{font-size:1.75rem;font-weight:600;color:#343a40;margin-bottom:.5rem;transition:color .3s ease}.pricing-section .pricing-card .pricing-header .pricing-subtitle{color:#6c757d;margin-bottom:1rem}.pricing-section .pricing-card .pricing-header .pricing-price .price{font-size:2.5rem;font-weight:700;color:#007bff}.pricing-section .pricing-card .pricing-header .pricing-price .period{color:#6c757d;margin-left:.5rem}.pricing-section .pricing-card .pricing-features{margin-bottom:2rem}.pricing-section .pricing-card .pricing-features ul{list-style:none;padding:0;margin:0}.pricing-section .pricing-card .pricing-features ul li{margin-bottom:.5rem;color:#6c757d}.pricing-section .pricing-card .pricing-features ul li:before{content:"✓";color:#28a745;margin-right:.5rem}.pricing-section .pricing-card .pricing-footer{text-align:center}.pricing-section .pricing-card .pricing-footer .btn{width:100%;padding:.75rem;border-radius:25px;transition:all .3s ease}.wrapper{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:20px;background-color:#f8f9fa}#formContent{border-radius:10px;background:#fff;width:90%;max-width:450px;position:relative;padding:0;box-shadow:0 30px 60px #0000004d;text-align:center}.auth-tabs{display:flex;justify-content:center;margin:40px 0 20px}.auth-tabs h2{text-align:center;font-size:16px;font-weight:600;text-transform:uppercase;display:inline-block;margin:0 8px;color:#ccc;cursor:pointer;padding:10px 20px;transition:all .2s ease}.auth-tabs h2:hover{color:#343a40}.auth-tabs h2.active{color:#343a40;border-bottom:2px solid #007bff}.auth-tabs h2.inactive{color:#ccc}#formFooter{background-color:#f6f6f6;border-top:1px solid #dce8f1;padding:25px;text-align:center;border-radius:0 0 10px 10px}#icon{width:60%;margin:20px 0}form{padding:30px}.form-fields{margin-bottom:20px;width:100%;display:flex;flex-direction:column;align-items:center}.form-fields .form-check{width:85%;margin:10px 0;text-align:left;padding-left:0;display:flex;align-items:center;gap:10px}.form-fields .form-check .form-check-input{margin:0;width:16px;height:16px}.form-fields .form-check .form-check-label{color:#6c757d;font-weight:500;margin:0;padding:0}input[type=text],input[type=email],input[type=password]{background-color:#f6f6f6;border:none;color:#343a40;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;font-weight:500;margin:5px;width:85%;border:2px solid #f6f6f6;transition:all .1s ease-in-out;border-radius:5px}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus{background-color:#fff;border-bottom:2px solid #007bff;outline:none}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder{color:#747373;font-weight:400}input[type=submit]{background-color:#007bff;border:none;color:#fff;padding:15px 80px;text-align:center;text-decoration:none;display:inline-block;text-transform:uppercase;font-size:13px;font-weight:600;box-shadow:0 10px 30px #5fbae966;border-radius:5px;margin:5px 20px 40px;transition:all .2s ease-in-out}input[type=submit]:hover{background-color:#0062cc}input[type=submit]:active{transform:scale(.95)}.form-check{margin:15px 0;text-align:left;padding-left:20px}.form-check .form-check-input{margin-right:10px}.form-check .form-check-label{color:#6c757d;font-weight:500}.underlineHover{color:#007bff;text-decoration:none;font-weight:500;position:relative}.underlineHover:after{display:block;left:0;bottom:-10px;width:0;height:2px;background-color:#007bff;content:"";transition:width .2s}.underlineHover:hover{color:#343a40}.underlineHover:hover:after{width:100%}.fadeInDown{animation-name:fadeInDown;animation-duration:.5s;animation-fill-mode:both}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:none}}.fadeIn{opacity:0;animation:fadeIn ease-in 1;animation-fill-mode:forwards;animation-duration:.3s}.fadeIn.first{animation-delay:.1s}.fadeIn.second{animation-delay:.2s}.fadeIn.third{animation-delay:.3s}.fadeIn.fourth{animation-delay:.4s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{background-color:#343a40;color:#fff;padding:60px 0 20px}.footer h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.footer p{color:#fffc;margin-bottom:.5rem}.footer .footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer .footer-bottom p{margin-bottom:.5rem}.footer .footer-bottom .footer-link{color:#fffc;text-decoration:none}.footer .footer-bottom .footer-link:hover{color:#fff}@media (max-width: 768px){.hero-section .hero-title{font-size:2rem}.hero-section .hero-subtitle{font-size:1rem}.features-section .section-title,.pricing-section .section-title{font-size:2rem}.pricing-card.featured{transform:none}}.btn-link{color:#007bff;text-decoration:none;font-weight:500;margin-top:15px;display:inline-block;transition:all .2s ease}.btn-link:hover{color:#0062cc;text-decoration:none}
