.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#1a1a1a}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#ff6b6b}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:800}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8}.cta-button{background:#fff;color:#667eea;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.product-preview{width:300px;height:300px;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #0000004d;margin:0 auto;transition:all .3s}.personalized-text{color:#fff;font-size:2rem;font-weight:700;text-align:center;padding:1rem}.features{padding:5rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;color:#1a1a1a}.order{padding:5rem 0}.order-form-container{max-width:500px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.price-display{text-align:center;margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:10px}.price-label{font-size:1.2rem;color:#666;margin-right:.5rem}.price-amount{font-size:2rem;font-weight:700;color:#667eea}.checkout-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;font-size:1.2rem;font-weight:600;border-radius:10px;cursor:pointer;transition:transform .3s,box-shadow .3s}.checkout-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.footer{background:#1a1a1a;color:#fff;text-align:center;padding:2rem 0}@media (max-width: 768px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.nav-links{gap:1rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}
