.havenlive-body {
  background: #f7f4ea;
  color: #171717;
  font-family: "NG", Arial, sans-serif;
}

.havenlive-page {
  min-height: 72vh;
  padding-top: 112px;
}

.havenlive-page h1,
.havenlive-page h2,
.havenlive-page h3 {
  font-family: 'ADM', sans-serif;
  letter-spacing: .01em;
}

.havenlive-body .navbar-custom-content {
  background-color: rgba(255, 255, 255, .82) !important;
}

.havenlive-body .navbar-custom-link {
  color: #171717;
}

.havenlive-body .navicon-svg {
  fill: #171717;
}

.havenlive-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111;
  color: #fff;
  margin-top: -112px;
  padding-top: 112px;
}

.havenlive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .3));
  z-index: 1;
}

.havenlive-hero .container {
  position: relative;
  z-index: 2;
}

.havenlive-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.havenlive-hero h1 {
  color: #fff;
  font-family: 'ADM', sans-serif;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .9;
  max-width: 900px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .32);
}

.havenlive-hero .lead {
  max-width: 650px;
  font-size: 1.25rem;
  line-height: 1.7;
}

.havenlive-section {
  padding: clamp(36px, 7vw, 84px) 0;
}

.havenlive-tiers-featured {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  background: linear-gradient(180deg, #f7f4ea 0%, #fff 100%);
  z-index: 3;
}

.havenlive-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .08);
  padding: clamp(22px, 4vw, 38px);
}

.havenlive-form-page {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 34px 12px 86px;
}

.havenlive-auth-section {
  position: relative;
  min-height: calc(100vh - 112px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #111;
}

.havenlive-auth-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .35));
  z-index: 1;
}

.havenlive-auth-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.havenlive-muted {
  color: #666;
  line-height: 1.75;
}

.havenlive-smallprint {
  margin: 14px 0 0;
  color: #666;
  font-size: .92rem;
  line-height: 1.55;
}

.havenlive-terms {
  max-width: 920px;
  margin: 0 auto;
}

.havenlive-terms h2 {
  margin-top: 34px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.havenlive-terms p {
  color: #444;
  line-height: 1.75;
}

.havenlive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  align-items: center;
}

.havenlive-button,
.havenlive-page button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: auto;
  padding: .75rem 1.5rem;
  border: 0;
  border-radius: 8px;
  background: #c8cf0d;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 1px 1px #000;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.havenlive-button:hover,
.havenlive-page button:hover {
  background: #e5ea49;
  color: #000 !important;
  box-shadow: var(--bs-box-shadow);
}

.havenlive-button.secondary {
  background: transparent;
  color: #171717 !important;
  border: 2px solid currentColor;
}

.havenlive-hero .havenlive-button.secondary {
  color: #fff !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .3);
}

.havenlive-hero .havenlive-button.secondary:hover {
  background: #fff;
  color: #000 !important;
}

.havenlive-page button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.havenlive-page label {
  display: block;
  margin: 16px 0 7px;
  font-weight: 700;
}

.havenlive-page input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 10px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}

.havenlive-alert {
  padding: 13px 15px;
  border-radius: 12px;
  margin-bottom: 16px;
  background: #fff1dc;
  color: #6b3a00;
}

.havenlive-alert.success {
  background: #edf8ee;
  color: #28592c;
}

.havenlive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 28px 0;
}

.havenlive-tier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  width: 100%;
}

.havenlive-tier-grid-large {
  max-width: 1040px;
  margin: 0 auto;
}

.havenlive-tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 3px solid transparent;
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(200, 207, 13, .75), rgba(206, 78, 78, .25), rgba(0, 0, 0, .12)) border-box;
}

.havenlive-tier-card::before {
  display: none;
}

.havenlive-tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .13);
}

.havenlive-tier-card.is-featured {
  border: 5px solid transparent;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .16);
  background:
    linear-gradient(180deg, #fff 0%, #fffdf2 100%) padding-box,
    linear-gradient(120deg, #c8cf0d, #fff06a, #ff7a1a, #ce4e4e, #8a4cff, #c8cf0d) border-box;
  background-size: 100% 100%, 320% 320%;
  animation: havenliveGradientBorder 5s ease infinite;
}

.havenlive-tier-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #c8cf0d;
  color: #000;
  font-size: .85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.havenlive-tier-card h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
}

@keyframes havenliveGradientBorder {
  0% { background-position: 0 0, 0% 50%; }
  50% { background-position: 0 0, 100% 50%; }
  100% { background-position: 0 0, 0% 50%; }
}

.havenlive-price {
  margin: 18px 0 14px;
  color: #171717;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.havenlive-price span {
  margin-left: 6px;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
}

.havenlive-tier-card .havenlive-muted {
  margin-bottom: 12px;
}

.havenlive-tier-benefits {
  display: grid;
  gap: 10px;
  margin: 18px 0 26px;
  padding: 0;
  list-style: none;
  color: #343434;
}

.havenlive-tier-benefits li {
  display: flex;
  gap: 9px;
  align-items: center;
}

.havenlive-tier-benefits i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border-radius: 999px;
  background: #c8cf0d;
  color: #000;
  font-size: 15px;
}

.havenlive-tier-card .havenlive-button,
.havenlive-tier-card form {
  margin-top: auto;
}

.havenlive-tier-card .havenlive-button,
.havenlive-tier-card button {
  width: 100%;
}

.havenlive-tier-note,
.havenlive-login-note {
  margin: 12px 0 0;
  color: #666;
  font-size: .95rem;
  line-height: 1.5;
  text-align: center;
}

.havenlive-login-note {
  margin-top: 24px;
}

.havenlive-selected-tier {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 16px;
  border-left: 6px solid #c8cf0d;
  border-radius: 12px;
  background: #f7f4ea;
}

.havenlive-selected-tier span {
  color: #666;
}

.havenlive-player {
  overflow: hidden;
  border-radius: 18px;
  background: #111;
}

.havenlive-player video,
.havenlive-player .video-js {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  background: #111;
}

.havenlive-member-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.havenlive-member-nav a {
  color: #171717;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 760px) {
  .havenlive-page {
    padding-top: 92px;
  }

  .havenlive-hero {
    min-height: 620px;
    margin-top: -92px;
    padding-top: 92px;
  }

  .havenlive-grid,
  .havenlive-tier-grid {
    grid-template-columns: 1fr;
  }

  .havenlive-tier-card.is-featured {
    transform: none;
  }
}
