*{box-sizing:border-box}body{margin:0;font-family:Arial;color:#222}header{height:90px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 8%}.brand{display:flex;align-items:center;gap:10px}.brand img{width:55px}.brand h1{margin:0;color:#e04b25}.brand span{font-size:12px}nav a{color:white;text-decoration:none;margin:15px}.hero{height:650px;padding:100px 8%;display:flex;align-items:center;background:linear-gradient(120deg,#8e2415,#e8a33c);color:#fff}.hero h2{font-size:60px}.hero button{padding:14px 35px;border:0;border-radius:30px}section{padding:60px 8%}h2{text-align:center;color:#a12d18}.menu{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.item,.box,.review{background:#f5f5f5;padding:25px;border-radius:18px;text-align:center}.item img{width:100%;height:180px}.box a{background:#e04b25;color:white;padding:12px 25px;border-radius:20px;text-decoration:none}footer{background:#111;color:white;text-align:center;padding:40px}@media(max-width:700px){.menu{grid-template-columns:1fr}.hero h2{font-size:35px}}