*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#1f2937;background:#fff}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1f2937}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;font-weight:700}.logo-text{font-size:24px;font-weight:700;color:#1f2937}.logo-text span{color:#667eea}.btn{padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px -1px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #667eea66}.btn-icon{width:16px;height:16px;fill:currentColor}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff}.btn-white{background:#fff;color:#667eea;padding:16px 40px;font-size:18px}.btn-white:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 10px 20px -5px #0003}.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-nav{display:flex;align-items:center;gap:2rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#4b5563;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:#667eea}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background-image:url(https://images.pexels.com/photos/5207102/pexels-photo-5207102.jpeg?auto=compress&cs=tinysrgb&w=1200);background-size:cover;background-position:center;opacity:.2;z-index:0}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content h1{font-size:48px;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-content p{font-size:20px;margin-bottom:2rem;opacity:.95}.hero-badges{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.hero-image img{width:100%;height:auto;display:block}.stats{background:#f9fafb;padding:60px 2rem}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.stat h3{font-size:48px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat p{font-size:18px;color:#6b7280;font-weight:500}.features{padding:80px 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:40px;font-weight:800;margin-bottom:1rem;color:#1f2937}.section-header p{font-size:20px;color:#6b7280;max-width:700px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2rem;border-radius:12px;background:#fff;border:2px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a;border-color:#667eea}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:30px;margin-bottom:1.5rem}.feature-card h3{font-size:22px;font-weight:700;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}.benefits{padding:80px 2rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.benefits-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-image{border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.benefits-image img{width:100%;height:auto;display:block}.benefits-list{list-style:none}.benefits-list li{display:flex;align-items:start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.benefits-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-weight:700;flex-shrink:0}.benefits-list li strong{color:#1f2937;display:block;margin-bottom:.25rem}.cta{padding:80px 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta h2{font-size:40px;font-weight:800;margin-bottom:1.5rem}.cta p{font-size:20px;margin-bottom:2rem;opacity:.95}.footer{background:#1f2937;color:#9ca3af;padding:40px 2rem}.footer-container{max-width:800px;margin:0 auto;text-align:center}.footer-brand h3{font-size:24px;font-weight:700;color:#fff;margin-bottom:1rem}.footer-brand p{margin-bottom:1rem;line-height:1.6}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:2rem;border-top:1px solid #374151;text-align:center}.footer-bottom a{color:#667eea}@media(max-width:968px){.header-nav{gap:1rem}.nav-links{display:none}.hero-container,.benefits-container{grid-template-columns:1fr;gap:2rem}.hero:before{width:100%;opacity:.1}.features-grid{grid-template-columns:1fr}.stats-container{grid-template-columns:1fr;gap:2rem}.hero-content h1{font-size:36px}}
