@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;700&family=Montserrat:wght@700&display=swap");body,html{background-color:#ffefe9;padding:0;margin:0;font-family:Jost,sans-serif;color:#333}*{box-sizing:border-box}main{padding:2rem 0;flex:1 1;justify-content:center}.container,main{display:flex;flex-direction:column;align-items:center}.container,section{width:100%}section{max-width:1200px;padding:4rem 2rem;text-align:center}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:2rem;gap:2rem;text-align:left}.hero-text h1{font-family:Montserrat,sans-serif;font-size:3rem;color:#e34526;margin-bottom:1rem}.hero-text p{font-size:1.2rem;margin-bottom:2rem}.cta-button{background-color:#e34526;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:700}.hero-image img{width:100%;border-radius:10px}.about-us,.projects{padding:4rem 2rem}h2{font-family:Montserrat,sans-serif;font-size:2.5rem;color:#e34526;margin-bottom:2rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.project-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;text-align:left}.project-card img{width:100%}.project-card h3{font-family:Montserrat,sans-serif;font-size:1.5rem;margin:1.5rem}.project-card p{margin:0 1.5rem 1.5rem}.contact form{display:flex;flex-direction:column;max-width:600px;margin:0 auto}.contact input,.contact textarea{padding:1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:5px;font-family:Jost,sans-serif}.contact button{background-color:#e34526;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:5px;font-weight:700;border:none;cursor:pointer}