.home-container{min-height:100vh;display:flex;flex-direction:column;background-color:#0a0a0a;color:#e0e0e0}.header{background-color:#1a1a1a;border-bottom:1px solid #2a2a2a;padding:.75rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.nav-link.active{color:#667eea}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:3px;background-color:#e0e0e0;border-radius:3px;transition:all .3s}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#e0e0e0;font-weight:500;transition:color .2s;position:relative}.nav-link:hover{color:#667eea}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s}.nav-link:hover:after{width:100%}.main-content{flex:1 1;padding:2rem 0}.hero{text-align:center;width:100%;padding:2rem 0 3rem;background:linear-gradient(180deg,#0a0a0a,#1a1a1a)}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#a0a0a0;margin-bottom:2rem}.hero-description{max-width:800px;margin:0 auto 3rem;text-align:left}.hero-description p{font-size:1.1rem;color:silver;line-height:1.8;margin-bottom:1.5rem}.hero-description p:last-child{margin-bottom:0}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:3rem}.hero-feature-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#e0e0e0;font-weight:500;transition:all .3s}.hero-feature-item:hover{border-color:#667eea;transform:translateY(-2px)}.hero-feature-icon{display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.hero-feature-icon svg{width:20px;height:20px}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-section,.cta-section,.features-section{padding:5rem 0}.about-section{background-color:#0f0f0f}.features-section{background-color:#0a0a0a}.cta-section{background:linear-gradient(180deg,#0a0a0a,#1a1a1a);text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.about-card{background-color:#1a1a1a;padding:2rem;border-radius:12px;border:1px solid #2a2a2a;transition:transform .3s,border-color .3s}.about-card:hover{transform:translateY(-5px);border-color:#667eea}.about-card h3{font-size:1.5rem;margin-bottom:1rem;color:#e0e0e0}.about-card p{color:#a0a0a0;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background-color:#1a1a1a;padding:2.5rem 2rem;border-radius:12px;border:1px solid #2a2a2a;text-align:center;transition:transform .3s,border-color .3s}.feature-card:hover{transform:translateY(-5px);border-color:#667eea}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#667eea}.feature-icon svg{width:48px;height:48px}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#e0e0e0}.feature-card p{color:#a0a0a0;line-height:1.8}.cta-text{font-size:1.2rem;color:#a0a0a0;margin-bottom:2rem}.cta-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s;display:inline-block;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(102,126,234,.3)}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.footer{background-color:#1a1a1a;padding:2rem 0;margin-top:auto;border-top:1px solid #2a2a2a}.footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer p{color:#a0a0a0}.footer-links{display:flex;gap:2rem}.footer-links a{color:#667eea;font-weight:500;transition:opacity .2s}.footer-links a:hover{opacity:.7;text-decoration:underline}@media (max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background-color:#1a1a1a;flex-direction:column;padding:1.5rem;border-top:1px solid #2a2a2a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:.75rem 0;width:100%;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{text-align:center}.hero-description p{font-size:1rem}.hero-features{gap:1rem}.hero-feature-item{padding:.5rem 1rem;font-size:.9rem}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn{width:100%;max-width:300px}.section-title{font-size:2rem}.about-content,.features-grid{grid-template-columns:1fr}.cta-links{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.footer .container{flex-direction:column;text-align:center}}