body {
  font-family: 'Inter', sans-serif;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  background: #B8FF00;
  color: #0B2545;
  font-weight: 800;
  border-radius: .75rem;
  box-shadow: 0 8px 24px -6px rgba(184, 255, 0, .55);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.btn-cta:hover {
  transform: translateY(-1px);
  background: #C9FF3D;
  box-shadow: 0 12px 28px -6px rgba(184, 255, 0, .7);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #0B2545;
  font-weight: 900;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: auto;
  height: 3rem;
  max-width: 14rem;
  object-fit: contain;
}

.brand-logo-footer {
  height: 3.25rem;
}

.brand-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: .65rem;
  background: #0B2545;
  color: #B8FF00;
  font-size: .95rem;
  letter-spacing: .02em;
}

.brand-text {
  font-size: 1.05rem;
  letter-spacing: 0;
}

.brand-mark-footer {
  color: #fff;
}

.brand-mark-footer .brand-icon {
  background: #B8FF00;
  color: #0B2545;
}

.cta-photo {
  background-image: url('../img/hero-bathroom.jpeg');
  background-size: cover;
  background-position: center;
}

.text-navy {
  color: #0B2545;
}

.bg-navy {
  background-color: #0B2545;
}

.bg-navy-deep {
  background-color: #061831;
}

.text-lime {
  color: #B8FF00;
}

.bg-lime {
  background-color: #B8FF00;
}

@media (max-width: 420px) {
  .brand-text {
    font-size: .95rem;
  }
}
