*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:#666}.btn{display:inline-block;padding:12px 24px;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:#2563eb;color:white}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background-color:#64748b;color:white}.btn-secondary:hover{background-color:#475569;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background-color:#2563eb;color:white}.header{background-color:white;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-brand a{text-decoration:none;color:#333}.navbar-brand h1{font-size:1.5rem;margin-bottom:0;color:#2563eb}.navbar-brand span{font-size:.9rem;color:#666}.navbar-nav{display:flex;list-style:none;gap:2rem}.navbar-nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.navbar-nav a:hover,.navbar-nav a.active{color:#2563eb}.navbar-toggle{display:none;flex-direction:column;cursor:pointer}.navbar-toggle span{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{padding:4rem 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-content h2{font-size:2.5rem;margin-bottom:1rem;color:white}.hero-content p{font-size:1.1rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.features{padding:4rem 0;background-color:#f8fafc}.features h3{text-align:center;margin-bottom:3rem;font-size:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:white;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h4{margin-bottom:1rem;color:#333}.products{padding:4rem 0}.products h3{text-align:center;margin-bottom:3rem;font-size:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background:white;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:200px;object-fit:cover}.product-card h4{padding:1rem 1rem .5rem;color:#333}.product-card p{padding:0 1rem 1rem;color:#666}.product-card .btn{margin:0 1rem 1rem}.cities{padding:4rem 0;background-color:#f8fafc}.cities h3{text-align:center;margin-bottom:3rem;font-size:2rem}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.city-card{background:white;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:transform .3s ease}.city-card:hover{transform:translateY(-3px)}.city-card h4{color:#2563eb;margin-bottom:.5rem}.cities-cta{text-align:center}.testimonials{padding:4rem 0}.testimonials h3{text-align:center;margin-bottom:3rem;font-size:2rem}.testimonials-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.testimonial{background:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);border-left:4px solid #2563eb}.testimonial p{font-style:italic;margin-bottom:1rem;color:#333}.testimonial-author strong{color:#2563eb}.testimonial-author span{color:#666;font-size:.9rem}.cta{padding:4rem 0;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:white;text-align:center}.cta h3{font-size:2rem;margin-bottom:1rem;color:white}.cta p{font-size:1.1rem;margin-bottom:2rem;color:rgba(255,255,255,.9)}.footer{background-color:#1f2937;color:white;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#2563eb;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#2563eb}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width:768px){.navbar-nav{display:none}.navbar-toggle{display:flex}.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h2{font-size:2rem}.hero-buttons{justify-content:center}.features-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:1fr}.cities-grid{grid-template-columns:repeat(2,1fr)}.testimonials-slider{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:2rem 0}.hero-content h2{font-size:1.5rem}.cities-grid{grid-template-columns:1fr}.btn{padding:10px 20px;font-size:.9rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card,.product-card,.city-card,.testimonial{animation:fadeIn .6s ease-out}html{scroll-behavior:smooth}.btn:focus,.navbar-nav a:focus{outline:2px solid #2563eb;outline-offset:2px}@media print{.header,.footer,.btn{display:none}body{font-size:12pt;line-height:1.4}} 