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

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

body {
  font-family: 'Rajdhani', sans-serif;
  color: #fff;
}

.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: 60px 20px 40px;
}

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

.wordmark {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 8vw, 84px);
  letter-spacing: -2px;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.8);
  margin-bottom: 16px;
}

.dot-small {
  display: inline-block;
  width: 0.14em;
  height: 0.14em;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.02em;
  vertical-align: -0.02em;
}

.sub {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 4vw, 40px);
  letter-spacing: 1px;
  color: #3B82F6;
  text-shadow: 0 1px 12px rgba(0,0,0,0.9);
}

.terms {
  margin-top: 90px;
  color: #999;
  font-size: 14px;
  line-height: 1.9;
}

.terms p {
  margin: 0;
}

.sale-note {
  margin-top: 100px;
  color: #999;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.cta-wrap {
  margin-top: auto;
  padding-top: 40px;
}

.cta {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #3B82F6;
  color: #3B82F6;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta:hover {
  background: #3B82F6;
  color: #000;
}

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

.credit {
  color: #888;
}

.jet {
  color: #fff;
}

.jade {
  color: #00A86B;
}
