@charset "utf-8";
/* CSS Document */

/* ===== HERO GOLD PACKAGE ===== */

.eyebrow--gold {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffc800;
}

.hero-points--gold {
  display: grid;
  gap: 0.55rem;
  margin-bottom: var(--space-5);
  list-style: none;
}

.hero-points--gold li {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 0.62rem 1fr;
  gap: 0.6rem;
  align-items: center;
}

.hero-points--gold li::before {
  content: "";
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  background: #ffc800;
}

.btn-primary--gold {
  background: #ffc800;
  color: #1d4e89;
  border-color: #ffc800;
  font-size: 1rem;
}

.btn-primary--gold:hover,
.btn-primary--gold:focus-visible {
  background: #ffc800;
  color: #800080;
  border-color: #ffc800;
  font-size: 1rem;
}	

/* ===== HERO GOLD PACKAGE ===== */

.btn-primary--gold-2 {
  background: #ffc800;
  color: #1d4e89;
  border-color: #ffc800;
  font-size: 1rem;
}

.btn-primary--gold-2:hover,
.btn-primary--gold-2:focus-visible {
  background: #ffc800;
  color: #800080;
  border-color: #ffc800;
  font-size: 1rem;
}

/* ===== HERO GOLD PACKAGE ===== */

.eyebrow--green {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffc800;
}

.hero-points--green {
  display: grid;
  gap: 0.55rem;
  margin-bottom: var(--space-5);
  list-style: none;
}

.hero-points--green li {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
  font-size: 1rem;
  display: grid;
  grid-template-columns: 0.62rem 1fr;
  gap: 0.6rem;
  align-items: center;
}

.hero-points--green li::before {
  content: "";
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  background: #ffc800;
}

.btn-primary--green {
  background: #ffc800;
  color: #1d4e89;
  border-color: #ffc800;
  font-size: 1rem;
}

.btn-primary--green:hover,
.btn-primary--green:focus-visible {
  background: #ffc800;
  color: #800080;
  border-color: #ffc800;
  font-size: 1rem;
}
