
:root{--bg:#0b0b0b;--fg:#fff;--border:#222;--accent:#ff4d24;--accent2:#ff8c1a}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
.sd-header{position:sticky;top:0;background:rgba(11,11,11,.86);border-bottom:1px solid var(--border)}
.header-inner{display:flex;justify-content:center;align-items:center;padding:14px 0}
.logo{height:72px;width:auto}
.hero{position:relative;min-height:75vh;background:url('../img/hero-brick.png') center/cover no-repeat}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(11,11,11,.35), rgba(11,11,11,.65))}
.hero-inner{position:relative;text-align:center;padding:80px 0}
.hero-logo{max-width:560px;width:90%;margin:0 auto 16px;display:block}
h2{text-transform:uppercase;letter-spacing:2px}
.notify{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.notify input{flex:1;min-width:220px;max-width:360px;background:#101010;border:1px solid #2a2a2a;border-radius:10px;padding:14px 16px;color:#fff}
.notify button{background:var(--accent);border:none;border-radius:10px;padding:14px 18px;color:#fff;font-weight:800;cursor:pointer}
.sd-footer{border-top:1px solid var(--border);text-align:center;padding:24px 0;background:#0c0c0c}
.footer-logo{height:40px;width:auto;opacity:.9}
