
body{margin:0;background:#0c0c0c;color:#eee;font-family:Segoe UI,Arial,sans-serif;line-height:1.7}
nav{display:flex;justify-content:space-between;padding:20px 40px;background:#000;position:sticky;top:0}
nav a{color:#ddd;text-decoration:none;margin-left:20px}
.logo{color:#b22;font-weight:bold}
.hero{display:flex;flex-wrap:wrap;align-items:center;max-width:1300px;margin:auto;padding:60px 30px}
.hero-text{flex:1;min-width:320px}
.hero-text h1{font-size:4rem;color:#c33;margin:0}
.hero-text h2{font-weight:300}
.hero-image{flex:1;text-align:center}
.hero-image img{max-width:450px;width:100%;box-shadow:0 0 40px rgba(255,255,255,.15)}
.btn{display:inline-block;background:#8b0000;color:white;padding:14px 20px;margin:8px;text-decoration:none;border-radius:5px}
.section{max-width:1100px;margin:auto;padding:50px 30px}
.fullcover{width:100%;max-width:1000px;display:block;margin:auto}
.quote{background:#161616;border-left:5px solid #b22}
.newsletter input,.newsletter button,input,textarea,button{padding:12px;width:100%;max-width:600px;margin:8px 0}
button{background:#8b0000;color:#fff;border:none}
footer{text-align:center;padding:40px;background:#000}
