.landing-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2)}.landing-container .landing-content{flex:1}.landing-container .hero-section{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 20px}.landing-container .hero-section .hero-content{max-width:800px;color:#fff}.landing-container .hero-section .hero-content .hero-title{color:#fff!important;font-size:3.5rem;font-weight:700;margin-bottom:24px;line-height:1.2}@media(max-width:768px){.landing-container .hero-section .hero-content .hero-title{font-size:2.5rem}}@media(max-width:480px){.landing-container .hero-section .hero-content .hero-title{font-size:2rem}}.landing-container .hero-section .hero-content .hero-subtitle{color:hsla(0,0%,100%,.9)!important;font-size:1.25rem;margin-bottom:40px;line-height:1.6}@media(max-width:768px){.landing-container .hero-section .hero-content .hero-subtitle{font-size:1.1rem;margin-bottom:32px}}.landing-container .hero-section .hero-content .hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.landing-container .hero-section .hero-content .hero-buttons .get-started-btn{height:50px;padding:0 32px;font-size:1.1rem;font-weight:600;border-radius:8px;background:#fff;color:#667eea;border:none;box-shadow:0 4px 15px rgba(0,0,0,.2)}.landing-container .hero-section .hero-content .hero-buttons .get-started-btn:hover{background:#f0f0f0!important;color:#667eea!important;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.landing-container .hero-section .hero-content .hero-buttons .learn-more-btn{height:50px;padding:0 32px;font-size:1.1rem;font-weight:600;border-radius:8px;background:transparent;color:#fff;border:2px solid #fff}.landing-container .hero-section .hero-content .hero-buttons .learn-more-btn:hover{background:#fff!important;color:#667eea!important;transform:translateY(-2px)}.landing-container .features-section{background:#fff;padding:100px 20px}.landing-container .features-section .container{max-width:1200px;margin:0 auto}.landing-container .features-section .features-title{text-align:center;color:#333!important;margin-bottom:60px;font-size:2.5rem;font-weight:600}@media(max-width:768px){.landing-container .features-section .features-title{font-size:2rem;margin-bottom:40px}}.landing-container .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}@media(max-width:768px){.landing-container .features-section .features-grid{grid-template-columns:1fr;gap:30px}}.landing-container .features-section .features-grid .feature-card{background:#f8fafc;padding:40px 30px;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.landing-container .features-section .features-grid .feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:#667eea}.landing-container .features-section .features-grid .feature-card .feature-icon{font-size:3rem;margin-bottom:20px}.landing-container .features-section .features-grid .feature-card h4{color:#333!important;margin-bottom:16px;font-size:1.5rem;font-weight:600}.landing-container .features-section .features-grid .feature-card p{color:#666!important;line-height:1.6;font-size:1rem}.landing-container .cta-section{background:#f8fafc;padding:80px 20px}.landing-container .cta-section .container{max-width:800px;margin:0 auto}.landing-container .cta-section .cta-content{text-align:center}.landing-container .cta-section .cta-content h3{color:#333!important;font-size:2.2rem;margin-bottom:16px;font-weight:600}@media(max-width:768px){.landing-container .cta-section .cta-content h3{font-size:1.8rem}}.landing-container .cta-section .cta-content p{color:#666!important;font-size:1.2rem;margin-bottom:32px;line-height:1.6}.landing-container .cta-section .cta-content .cta-button{height:50px;padding:0 40px;font-size:1.1rem;font-weight:600;border-radius:8px;background:#667eea;border:none;box-shadow:0 4px 15px rgba(102,126,234,.3)}.landing-container .cta-section .cta-content .cta-button:hover{background:#5a67d8!important;transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.landing-container .landing-footer{background:#2d3748;padding:30px 20px}.landing-container .landing-footer .container{max-width:1200px;margin:0 auto;text-align:center}.landing-container .landing-footer .footer-text{color:#a0aec0!important;margin:0;font-size:.9rem}@media(max-width:768px){.landing-container .hero-section{min-height:70vh;padding:60px 20px}.landing-container .cta-section,.landing-container .features-section{padding:60px 20px}}@media(max-width:480px){.landing-container .cta-section,.landing-container .features-section,.landing-container .hero-section{padding:40px 20px}.landing-container .hero-buttons{flex-direction:column;align-items:center}.landing-container .hero-buttons .get-started-btn,.landing-container .hero-buttons .learn-more-btn{width:100%;max-width:280px}}