*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff8ef;color:#071b33}a{text-decoration:none;color:inherit}header{position:sticky;top:0;background:#061b32f2;z-index:10;border-bottom:3px solid #f2aa21}nav{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 20px}.brand{display:flex;align-items:center;gap:10px;color:white;font-weight:800}.brand img{width:48px;height:48px;object-fit:contain}.links{display:flex;gap:20px;color:white;font-weight:700}.whatsapp,.btn,button{background:#f2aa21;color:#071b33;padding:12px 18px;border-radius:999px;font-weight:800;border:0;display:inline-block}.hero{max-width:1180px;margin:auto;min-height:84vh;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center;padding:70px 20px}.tag{color:#b87700;font-weight:900;letter-spacing:2px}.hero h1{font-size:62px;line-height:1;text-transform:uppercase;margin:10px 0}.hero p{font-size:21px;line-height:1.6}.hero-logo{background:#071b33;border:4px solid #f2aa21;border-radius:30px;text-align:center;color:white;padding:30px;box-shadow:0 20px 45px #0003}.hero-logo img{max-width:360px;width:100%}.hero-logo h3{color:#f2aa21;font-size:26px}.intro{text-align:center;background:#071b33;color:white;padding:55px 20px}.intro h2{color:#f2aa21;font-size:38px}.intro p{max-width:780px;margin:auto;font-size:19px}.section{max-width:1180px;margin:auto;padding:65px 20px;text-align:center}.section h2{font-size:40px;margin-top:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.three{grid-template-columns:repeat(3,1fr)}.card,.contact-box,form{background:white;border-radius:22px;padding:25px;box-shadow:0 10px 30px #0001;border:1px solid #f3d091;text-align:left}.card h3{margin-top:0}.dark{max-width:none;background:#071b33;color:white}.dark .card{color:#071b33}.featured{border:3px solid #f2aa21}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gallery img{width:100%;border-radius:24px;box-shadow:0 15px 45px #0002}.contact{display:grid;grid-template-columns:1fr 1fr;gap:30px}.contact h2{grid-column:1/-1}form{display:flex;flex-direction:column;gap:14px}input,textarea{padding:14px;border:1px solid #e1c47a;border-radius:12px;font-size:16px}textarea{min-height:110px}footer{text-align:center;background:#061b32;color:white;padding:24px}.float{position:fixed;right:18px;bottom:18px;background:#25d366;color:white;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 10px 25px #0004}@media(max-width:900px){.links{display:none}.hero,.contact{grid-template-columns:1fr}.hero h1{font-size:42px}.grid,.three,.gallery{grid-template-columns:1fr}}