.landing-page{min-height:100vh;background:#fff}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.8}}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:800px;margin:0 auto;padding:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,.3);animation:fadeInDown .8s ease-out}.hero-badge i{color:#4ade80}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;animation:fadeInUp .8s ease-out .2s both}.hero-subtitle{font-size:1.75rem;font-weight:400;margin-bottom:1.5rem;opacity:.95;animation:fadeInUp .8s ease-out .4s both}.hero-description{font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .6s both}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .8s both}.btn-hero{padding:.875rem 2rem;font-size:1.125rem;font-weight:600;border-radius:50px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;border:2px solid transparent}.btn-hero-primary{background:#fff;color:#667eea;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3);color:#667eea}.btn-hero-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-hero-outline:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff;transform:translateY(-2px)}.features-section{padding:6rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#718096;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.1);border-color:#667eea}.feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem;color:#fff;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.feature-description{font-size:1rem;color:#718096;line-height:1.6}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center}.cta-content{max-width:700px;margin:0 auto;padding:0 2rem}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7}.btn-cta{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:50px;background:#fff;color:#667eea;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3);color:#667eea}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}.cta-title{font-size:2rem}.cta-description{font-size:1.125rem}.hero-actions{flex-direction:column;align-items:stretch}.btn-hero{width:100%;justify-content:center}}@media(max-width:480px){.hero-section{min-height:80vh;padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.features-section,.cta-section{padding:4rem 0}}