.hero{min-height:100vh;padding:0 2rem;display:flex;flex-direction:column;background:#fff}.hero-nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;max-width:1400px;width:100%;margin:0 auto;border-bottom:1px solid #e5e5e5}.hero-logo{font-size:1.5rem;font-weight:800;color:#1a1a1a;letter-spacing:-.5px}.hero-nav-links{display:flex;gap:2rem;align-items:center}.hero-nav-links a{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease;font-size:.95rem}.hero-nav-links a:hover{color:#1a1a1a}.cta-button{background:#1a1a1a;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.cta-button:hover{background:#000;transform:translateY(-1px)}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:1200px;margin:0 auto}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#1a1a1a;letter-spacing:-2px;animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.3rem;margin-bottom:3rem;color:#666;max-width:700px;line-height:1.6;animation:fadeInUp .8s ease .2s both;font-weight:400}.hero-actions{display:flex;gap:1rem;margin-bottom:4rem;animation:fadeInUp .8s ease .4s both}.primary-button{background:#1a1a1a;color:#fff;padding:1rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.primary-button:hover{background:#000;transform:translateY(-2px)}.secondary-button{background:#fff;color:#1a1a1a;padding:1rem 2rem;border:1px solid #e5e5e5;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-button:hover{border-color:#1a1a1a;transform:translateY(-2px)}.hero-stats{display:flex;gap:4rem;animation:fadeInUp .8s ease .6s both;padding-top:2rem;border-top:1px solid #e5e5e5}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#1a1a1a;letter-spacing:-1px}.stat-label{font-size:.9rem;color:#666;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-nav,.hero-nav-links{flex-direction:column;gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;width:100%;max-width:300px}.hero-stats{flex-direction:column;gap:2rem}}.model-showcase{padding:6rem 2rem;max-width:1400px;margin:0 auto;background:#fafafa}.showcase-header{text-align:center;margin-bottom:4rem}.showcase-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1a1a1a;letter-spacing:-1px}.showcase-subtitle{font-size:1.2rem;color:#666;max-width:700px;margin:0 auto;font-weight:400}.model-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width:768px){.showcase-title{font-size:2rem}.showcase-subtitle{font-size:1rem}.model-grid{grid-template-columns:1fr}}.model-card{background:#fff;border-radius:8px;padding:2rem;border:1px solid #e5e5e5;transition:all .3s ease;cursor:pointer;animation:fadeInScale .6s ease both}.model-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#1a1a1a}.model-icon{width:60px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.5rem;transition:transform .3s ease;color:#fff;font-weight:700;letter-spacing:-.5px}.model-card:hover .model-icon{transform:scale(1.05)}.model-info{margin-bottom:1.5rem}.model-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a;letter-spacing:-.5px}.model-category{display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem;background:#f5f5f5;border-radius:4px;margin-bottom:1rem;color:#666}.model-price{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.25rem}.model-description{color:#666;line-height:1.6;font-size:.95rem;margin-top:1rem}.model-button{width:100%;padding:.75rem;background:#fff;border:1px solid #e5e5e5;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#1a1a1a}.model-button:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.model-card{padding:1.5rem}.model-name{font-size:1.2rem}}.features{padding:6rem 2rem;background:#fff}.features-container{max-width:1400px;margin:0 auto}.features-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:4rem;color:#1a1a1a;letter-spacing:-1px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fafafa;border-radius:8px;padding:2rem;border:1px solid #e5e5e5;transition:all .3s ease;animation:fadeInUp .6s ease both;text-align:center}.feature-card:hover{transform:translateY(-4px);border-color:#1a1a1a;background:#fff}.feature-icon{font-size:1.5rem;font-weight:800;display:inline-block;width:60px;height:60px;background:#1a1a1a;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;letter-spacing:-.5px}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;letter-spacing:-.5px}.feature-description{color:#666;line-height:1.6;font-size:.95rem}@media (max-width:768px){.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}