:root { --bq-dark: #1b1b1b; --bq-red: #d32f2f; --bq-wood: #3e2723; --bq-text: #e0e0e0; }
body { margin:0; font-family: 'Georgia', serif; background: var(--bq-dark); color: var(--bq-text); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
.bq-header { background: var(--bq-wood); padding: 40px 20px; text-align: center; border-bottom: 6px solid var(--bq-red); box-shadow: 0 4px 10px rgba(0,0,0,0.8); }
.bq-logo { font-size: 48px; font-weight: bold; text-transform: uppercase; color: #fff; letter-spacing: 3px; font-family: 'Impact', sans-serif; text-shadow: 2px 2px 0px #000; }
.bq-nav { margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; }
.bq-nav a { color: #ffb74d; font-size: 18px; text-transform: uppercase; font-family: 'Arial', sans-serif; font-weight: bold; transition: 0.3s; padding: 5px 10px; }
.bq-nav a:hover { color: #fff; background: rgba(0,0,0,0.3); border-radius: 4px; }
.bq-hero { position: relative; height: 65vh; display: flex; align-items: center; justify-content: center; background: #000; }
.bq-hero-img { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }
.bq-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 20px; max-width: 900px; }
.bq-hero h1 { font-size: 70px; color: #fff; text-shadow: 4px 4px 6px #000; margin: 0 0 20px 0; font-family: 'Impact', sans-serif; text-transform: uppercase; letter-spacing: 2px; }
.bq-hero p { font-size: 26px; color: #eee; font-family: 'Arial', sans-serif; font-weight: bold; text-shadow: 2px 2px 4px #000; }
.bq-main { max-width: 1000px; margin: 60px auto; padding: 0 20px; min-height: 50vh; }
.bq-title { font-size: 42px; color: var(--bq-red); border-bottom: 3px solid var(--bq-red); padding-bottom: 15px; margin-bottom: 40px; font-family: 'Impact', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.bq-content p { font-size: 20px; line-height: 1.8; margin-bottom: 30px; color: #ddd; }
.bq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 40px; }
.bq-card { background: #2c2c2c; border: 2px solid #444; padding: 30px; text-align: center; transition: 0.3s; }
.bq-card:hover { border-color: var(--bq-red); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
.bq-card h3 { color: var(--bq-red); font-size: 28px; margin-top: 0; font-family: 'Impact', sans-serif; letter-spacing: 1px; }
.bq-card p { font-size: 18px; color: #ccc; }
.bq-btn { display: inline-block; background: var(--bq-red); color: #fff; padding: 18px 40px; font-family: 'Arial', sans-serif; font-weight: bold; text-transform: uppercase; margin-top: 30px; transition: 0.3s; font-size: 18px; }
.bq-btn:hover { background: #b71c1c; box-shadow: 0 0 15px rgba(211,47,47,0.5); }
.bq-form input, .bq-form textarea { width: 100%; padding: 15px; margin-bottom: 20px; background: #333; border: 1px solid #555; color: #fff; font-family: 'Arial', sans-serif; font-size: 16px; box-sizing: border-box; }
.bq-form input:focus, .bq-form textarea:focus { outline: none; border-color: var(--bq-red); }
.bq-form button { background: var(--bq-red); color: #fff; padding: 15px 30px; border: none; font-family: 'Arial', sans-serif; font-weight: bold; text-transform: uppercase; cursor: pointer; font-size: 18px; width: 100%; }
.bq-form button:hover { background: #b71c1c; }
.bq-footer { background: #0a0a0a; padding: 50px 20px; text-align: center; border-top: 3px solid var(--bq-red); font-family: 'Arial', sans-serif; }
.bq-footer-links { margin-bottom: 20px; }
.bq-footer-links a { color: #888; margin: 0 15px; font-size: 15px; text-transform: uppercase; font-weight: bold; }
.bq-footer-links a:hover { color: var(--bq-red); }
.bq-footer p { color: #555; font-size: 14px; margin-top: 20px; }
