body{font-family:Arial,sans-serif;line-height:1.6;margin:0;padding:0;background:#fff;color:#333}.container{max-width:960px;margin:auto;overflow:auto;padding:0 20px}header{background:#333;color:#fff;padding:1rem 0}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo a{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700}.nav-links{list-style:none;display:flex}.nav-links li{margin-left:20px}.nav-links a{color:#fff;text-decoration:none;font-size:1rem}.hamburger{display:none;cursor:pointer}.hamburger div{width:25px;height:3px;background:#fff;margin:5px 0}main{padding:2rem 0}section{padding:2rem;margin-bottom:1rem;border-radius:5px}h2{text-align:center;margin-bottom:1rem}#hero{background:url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?q=80&w=2944&auto=format&fit=crop) no-repeat center center/cover;text-align:left;padding:2rem}.hero-content h1,.hero-content p{color:#ff0;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.cta-button{display:inline-block;background:#333;color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.service-card{text-align:center}.service-card img{max-width:150px;height:auto;margin:0 auto}.blog-post{margin-bottom:2rem}.blog-post h3{margin-bottom:.5rem}.blog-post p{margin-bottom:1rem}.blog-post a{color:#333;text-decoration:none;font-weight:700}#contact-form-section form{max-width:600px;margin:0 auto;display:flex;flex-direction:column}#contact-form-section label{margin-bottom:.5rem}#contact-form-section input,#contact-form-section textarea{padding:10px;margin-bottom:1rem;border:1px solid #ccc;border-radius:5px}.contact-info{text-align:center;margin-top:2rem}.contact-info h3{margin-bottom:1rem}footer{text-align:center;padding:1rem 0;background:#333;color:#fff}@media (max-width: 768px){.nav-links{display:none;flex-direction:column;width:100%;text-align:center;background:#333;position:absolute;top:60px;left:0}.nav-links.show{display:flex}.nav-links li{margin:1rem 0}.hamburger{display:block}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}}
