* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  background: #f5f5f5;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #1a1a2e;
}

.hero {
  min-height: 100vh;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 20px 60px;
}

.hero-content {
  max-width: 700px;
}

.cta-wrap {
  margin-top: auto;
}

.wordmark {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(24px, 5.5vw, 56px);
  font-weight: 600;
  line-height: 1.2;
  color: #10102a;
  letter-spacing: 1px;
  text-shadow: 0 2px 16px rgba(255,255,255,0.9);
  margin-bottom: 20px;
  white-space: nowrap;
}

.wordmark-ext {
  color: #556;
  font-size: 0.5em;
}

.sub {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 1px;
  color: #1a3a6b;
  text-shadow: 0 1px 10px rgba(255,255,255,0.9);
}

.cta {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #b8860b;
  color: #b8860b;
  background: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta:hover {
  background: #b8860b;
  color: #fff;
}

.site-footer {
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 20px 20px 30px;
  background: #f5f5f5;
}

.bundle {
  color: #444;
  font-size: 14px;
  margin-bottom: 8px;
}

.credit {
  color: #888;
}

.jet {
  color: #10102a;
}

.jade {
  color: #00A86B;
}
