
body{font-family:Montserrat, sans-serif;margin:0;background:#f5f5f5}
.topbar{background:#000;color:#fff;padding:14px 40px}
.topbar-inner{display:flex;justify-content:space-between;max-width:1200px;margin:auto}
.logo .sub{color:#c8a24a}

/* HERO */
.hero{height:520px;position:relative;overflow:hidden}
.hero-slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease}
.hero-slide.active{opacity:1}
.hero-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,.65),rgba(0,0,0,.75))}
.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:white}
.hero-eyebrow{color:#c8a24a;font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}
.hero h1{font-size:56px;font-weight:700;margin-bottom:16px}
.hero-sub{font-size:18px;color:#d0d0d0;margin-bottom:40px}

.hero-stats{display:flex;align-items:center;justify-content:center;gap:28px}
.stat{display:flex;flex-direction:column;align-items:center;font-size:12px;color:#cfcfcf}
.stat .num{font-size:28px;font-weight:700;color:#c8a24a}
.divider{width:1px;height:34px;background:rgba(255,255,255,.25)}

/* CONTENT */
.main-content{padding:80px 40px}
.content-grid{display:grid;grid-template-columns:50% 50%;gap:60px;max-width:1200px;margin:auto}
.accent-line{width:60px;height:3px;background:#c8a24a;margin:10px 0 20px}

/* CAROUSEL */
.carousel{display:flex;align-items:center;gap:10px}
.track{display:flex;gap:20px;overflow:hidden}
.project-card{width:220px;background:#fff;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.08);text-align:center}
.project-card img{width:100%;height:140px;object-fit:cover}
.nav{background:#c8a24a;border:none;padding:10px;cursor:pointer}

/* FORM */
.form-panel{background:#fff;padding:40px;border-radius:10px;border-top:4px solid #c8a24a;max-width:420px;margin-left:auto}
form input,form select{width:100%;padding:12px;margin-top:6px;border:1px solid #ddd;border-radius:6px}
.btn-submit{background:#c8a24a;border:none;padding:14px;margin-top:20px;width:100%;cursor:pointer}
.success{display:none;color:green;margin-top:20px}
.download-btn{display:none;margin-top:20px;background:#c8a24a;color:#000;padding:12px;text-align:center;border-radius:6px;text-decoration:none;font-weight:600}
.signer-info{font-size:12px;color:#777;margin-top:14px;line-height:1.5}

/* FOOTER */
.footer{background:#000;color:#ccc;padding:40px}
.footer-inner{max-width:1200px;margin:auto;display:flex;justify-content:space-between}
.seal{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px}
