/* ========== BASE STYLES ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    Arial, sans-serif;
  background: #000000;
  color: #ffffff;
  line-height: 1.6;
}

/* Layout helpers */
.section {
  padding: 6rem 1.5rem;
}

@media (min-width: 768px) {
  .section {
    padding: 8rem 4rem;
  }
}

/* ========== HERO ========== */
.hero {
  min-height: 100vh;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-logo img{
  height: 28px !important;
  width: auto !important;
  max-width: 220px !important;
  display: block;
}

}


}

}

}

.hero-text {
  max-width: 520px;
}

.hero-title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
}

.hero-title span {
  display: inline-block;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 420px;
  color: #e0e0e0;
  margin-bottom: 2.5rem;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 2.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: #d9a441;
  color: #000000;
  border: 1px solid #d9a441;
}

.btn-primary:hover {
  background-color: transparent;
  color: #d9a441;
  .btn-secondary {
  background: transparent;
  color: #ffffff;
  border: none;
  opacity: 0.7;
}

.btn-secondary:hover {
  opacity: 1;
  color: #ffffff;
}

}

.hero-link {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.7;
}

.hero-link:hover {
  opacity: 1;
}

/* ========== FOOTER ========== */
.footer {
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #88888;
}
