@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');

:root {
  --vbc-cs-navy: #080e1e;
  --vbc-cs-navy-2: #0d1630;
  --vbc-cs-gold: #e8a800;
  --vbc-cs-gold-light: #f7bc23;
  --vbc-cs-forest: #0c6b45;
}

.vbc-coming-soon-body {
  margin: 0;
  background: var(--vbc-cs-navy);
}

.vbc-cs-page,
.vbc-cs-page * {
  box-sizing: border-box;
}

.vbc-cs-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--vbc-cs-navy);
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vbc-cs-bg,
.vbc-cs-gradient,
.vbc-cs-ripples {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vbc-cs-bg {
  background-image: url('../images/hero-river.png');
  background-size: cover;
  background-position: center;
}

.vbc-cs-gradient {
  background: linear-gradient(135deg, rgba(8, 14, 30, .96), rgba(13, 22, 48, .9) 52%, rgba(12, 107, 69, .8));
}

.vbc-cs-ripples {
  opacity: .08;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(255,255,255,.12) 60px, rgba(255,255,255,.12) 61px);
}

.vbc-cs-topbar,
.vbc-cs-main,
.vbc-cs-footer {
  position: relative;
  z-index: 2;
}

.vbc-cs-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px clamp(20px, 4vw, 44px);
}

.vbc-cs-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vbc-cs-location svg {
  color: var(--vbc-cs-gold-light);
}

.vbc-cs-socials {
  display: flex;
  gap: 12px;
}

.vbc-cs-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.68);
  transition: all .2s ease;
}

.vbc-cs-socials a:hover {
  background: var(--vbc-cs-gold);
  color: var(--vbc-cs-navy);
  transform: translateY(-1px);
}

.vbc-cs-main {
  flex: 1;
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vbc-cs-logo {
  width: auto;
  height: clamp(170px, 25vw, 270px);
  margin: 0 auto 30px;
  filter: drop-shadow(0 12px 34px rgba(0,0,0,.65));
}

.vbc-cs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(232, 168, 0, .16);
  border: 1px solid rgba(247, 188, 35, .32);
  color: #f6cd5b;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.vbc-cs-main h1 {
  margin: 0 0 12px;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(56px, 10vw, 112px);
  line-height: .92;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-shadow: 0 6px 28px rgba(0,0,0,.62);
}

.vbc-cs-intro {
  max-width: 520px;
  margin: 0 0 44px;
  color: rgba(255,255,255,.58);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
  font-weight: 300;
}

.vbc-cs-countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(8px, 2.1vw, 22px);
  margin-bottom: 38px;
}

.vbc-cs-countdown > b {
  padding-top: 29px;
  color: rgba(255,255,255,.28);
  font-family: Oswald, Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.vbc-cs-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.vbc-cs-unit strong {
  width: clamp(70px, 10vw, 98px);
  height: clamp(70px, 10vw, 98px);
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(38px, 6vw, 56px);
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  backdrop-filter: blur(8px);
}

.vbc-cs-unit span {
  color: rgba(255,255,255,.42);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}

.vbc-cs-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}

.vbc-cs-date span {
  width: 64px;
  height: 1px;
  background: rgba(255,255,255,.16);
}

.vbc-cs-date p {
  margin: 0;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}

.vbc-cs-form-wrap {
  width: min(100%, 500px);
}

.vbc-cs-form {
  width: 100%;
}

.vbc-cs-input-row {
  position: relative;
  display: flex;
  gap: 10px;
}

.vbc-cs-mail-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,.34);
  z-index: 1;
}

.vbc-cs-input-row input[type="email"] {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: 0 15px 0 45px;
  font-size: 14px;
  outline: none;
  backdrop-filter: blur(8px);
}

.vbc-cs-input-row input[type="email"]::placeholder {
  color: rgba(255,255,255,.34);
}

.vbc-cs-input-row input[type="email"]:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px var(--vbc-cs-gold-light);
}

.vbc-cs-input-row button {
  height: 52px;
  border: 0;
  border-radius: 12px;
  padding: 0 22px;
  background: var(--vbc-cs-gold);
  color: var(--vbc-cs-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(232,168,0,.22);
  transition: all .2s ease;
}

.vbc-cs-input-row button:hover {
  background: var(--vbc-cs-gold-light);
  transform: translateY(-1px);
}

.vbc-cs-hp {
  display: none !important;
}

.vbc-cs-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,.3);
  font-size: 12px;
}

.vbc-cs-note-warning {
  color: #f6cd5b;
}

.vbc-cs-note-error {
  color: #ff8b8b;
}

.vbc-cs-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 18px;
  backdrop-filter: blur(8px);
  font-size: 14px;
  line-height: 1.5;
}

.vbc-cs-message-success {
  background: rgba(12,107,69,.25);
  border: 1px solid rgba(38,184,117,.35);
  color: #8af1bb;
}

.vbc-cs-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(24px, 6vw, 54px);
  margin-top: 54px;
}

.vbc-cs-stats div {
  text-align: center;
}

.vbc-cs-stats strong {
  display: block;
  color: var(--vbc-cs-gold-light);
  font-family: Oswald, Impact, sans-serif;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
}

.vbc-cs-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.35);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}

.vbc-cs-footer {
  text-align: center;
  padding: 0 20px 30px;
  color: rgba(255,255,255,.22);
  font-size: 12px;
}

.vbc-cs-footer p {
  margin: 3px 0;
}

.vbc-cs-footer a {
  color: rgba(255,255,255,.2);
  text-decoration: none;
}

.vbc-cs-footer a:hover {
  color: var(--vbc-cs-gold-light);
}

@media (max-width: 700px) {
  .vbc-cs-topbar {
    padding: 20px;
  }

  .vbc-cs-location span {
    display: none;
  }

  .vbc-cs-logo {
    height: 160px;
    margin-bottom: 24px;
  }

  .vbc-cs-countdown {
    gap: 6px;
  }

  .vbc-cs-countdown > b {
    padding-top: 22px;
    font-size: 24px;
  }

  .vbc-cs-unit strong {
    border-radius: 16px;
  }

  .vbc-cs-unit span {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .vbc-cs-date span {
    width: 26px;
  }

  .vbc-cs-date p {
    font-size: 11px;
  }

  .vbc-cs-input-row {
    flex-direction: column;
  }

  .vbc-cs-mail-icon {
    top: 26px;
  }

  .vbc-cs-input-row button {
    width: 100%;
  }
}

/* WordPress editor content used inside the Coming Soon template */
.vbc-cs-content {
  max-width: 660px;
  margin: 0 0 44px;
  color: rgba(255,255,255,.64);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
  font-weight: 300;
}

.vbc-cs-content > *:first-child {
  margin-top: 0;
}

.vbc-cs-content > *:last-child {
  margin-bottom: 0;
}

.vbc-cs-content p {
  margin: 0 0 14px;
}

.vbc-cs-content strong,
.vbc-cs-content b {
  color: #fff;
  font-weight: 700;
}

.vbc-cs-content a {
  color: var(--vbc-cs-gold-light);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vbc-cs-content ul,
.vbc-cs-content ol {
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
  padding-left: 22px;
  text-align: left;
}

.vbc-cs-content li {
  margin: 6px 0;
}
