:root {
  --theme-night-water: #092238;
  --theme-sea-haze: #1f5f8c;
  --theme-sky-mist: #9fd9f6;
  --theme-foam-text: #edf8ff;
  --theme-cta-accent: rgba(29, 185, 84, 0.86);
  --theme-cta-hover: rgba(42, 223, 107, 0.9);
  --theme-cta-press: rgba(22, 148, 72, 0.84);
  --theme-cta-ring: rgba(29, 185, 84, 0.55);
  --theme-secondary-bg: rgba(15, 62, 95, 0.62);
  --theme-secondary-border: rgba(191, 232, 255, 0.55);
  --theme-focus-ring: rgba(192, 235, 255, 0.7);
}

body {
  color: var(--theme-foam-text);
}

#logo {
  margin-inline: auto;
}

.dreamy-video {
  filter: saturate(86%) contrast(96%) brightness(82%) hue-rotate(-8deg);
}

.theme-veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 12%, rgba(159, 217, 246, 0.26) 0%, rgba(159, 217, 246, 0) 44%),
    radial-gradient(circle at 82% 70%, rgba(51, 135, 191, 0.24) 0%, rgba(51, 135, 191, 0) 46%),
    linear-gradient(180deg, rgba(9, 34, 56, 0.2) 0%, rgba(9, 34, 56, 0.58) 100%);
}

.theme-cta {
  --cta-icon-bg: rgba(8, 30, 49, 0.34);
  --cta-icon-border: rgba(72, 155, 220, 0.9);
  --cta-icon-filter: invert(95%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  min-width: 7.2rem;
  min-height: 3.2rem;
  padding: 0.48rem 0.56rem;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
  text-decoration: none;
  color: var(--theme-foam-text);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.theme-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 65%);
  transition: opacity 180ms ease;
  pointer-events: none;
}

.theme-cta:hover::before {
  opacity: 1;
}

.theme-cta img {
  filter: var(--cta-icon-filter) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.theme-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: var(--cta-icon-bg);
  border: 1px solid var(--cta-icon-border);
  flex: 0 0 auto;
}

.theme-cta-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.08;
}

.theme-cta-title {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.theme-cta-subtitle {
  font-size: 0.58rem;
  color: rgba(235, 247, 255, 0.86);
  letter-spacing: 0.04em;
}

.theme-cta:focus-visible {
  outline: 2px solid var(--theme-focus-ring);
  outline-offset: 3px;
}

.theme-cta-primary {
  --cta-icon-bg: rgba(29, 185, 84, 0.82);
  --cta-icon-border: rgba(29, 185, 84, 0.95);
  --cta-icon-filter: invert(62%) sepia(74%) saturate(540%) hue-rotate(94deg) brightness(92%) contrast(90%);
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(29, 185, 84, 0.9);
  box-shadow:
    0 0 0 1px rgba(29, 185, 84, 0.38),
    0 12px 28px rgba(0, 0, 0, 0.28);
}

.theme-cta-primary:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  transform: translateY(-1px) scale(1.02);
}

.theme-cta-primary:active {
  background: rgba(255, 255, 255, 0.06) !important;
  transform: scale(0.99);
}

.theme-cta-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(72, 155, 220, 0.72);
}

.theme-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(120, 190, 255, 0.88);
  transform: translateY(-1px) scale(1.02);
}

.theme-cta-secondary:active {
  background: rgba(255, 255, 255, 0.06) !important;
  transform: scale(0.99);
}

.theme-cta-instagram {
  --cta-icon-bg: rgba(145, 55, 215, 0.82);
  --cta-icon-border: rgba(145, 55, 215, 0.95);
  --cta-icon-filter: invert(31%) sepia(72%) saturate(1602%) hue-rotate(255deg) brightness(97%) contrast(91%);
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(145, 55, 215, 0.88);
}

.theme-cta-instagram:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(165, 75, 235, 0.95);
}

.theme-cta-instagram:active {
  background: rgba(255, 255, 255, 0.06) !important;
}

.theme-cta-youtube {
  --cta-icon-bg: rgba(205, 20, 20, 0.82);
  --cta-icon-border: rgba(205, 20, 20, 0.95);
  --cta-icon-filter: invert(15%) sepia(93%) saturate(6195%) hue-rotate(357deg) brightness(104%) contrast(118%);
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(205, 20, 20, 0.88);
}

.theme-cta-youtube:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(230, 40, 40, 0.95);
}

.theme-cta-youtube:active {
  background: rgba(255, 255, 255, 0.06) !important;
}

.theme-cta-row {
  flex-wrap: wrap;
  gap: 0.8rem;
}

.comingsoon-banner {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  width: min(52vw, 20rem);
  padding: 0.82rem 0.92rem;
  border-radius: 3px;
  border: 1px solid rgba(179, 228, 255, 0.5);
  background: linear-gradient(155deg, rgba(10, 44, 68, 0.9) 0%, rgba(27, 96, 140, 0.78) 100%);
  box-shadow:
    0 0 0 1px rgba(188, 232, 255, 0.26),
    0 14px 30px rgba(0, 0, 0, 0.34);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.comingsoon-banner.hide-and-fade-in {
  animation: comingSoonFadeIn 900ms ease-out both;
}

@keyframes comingSoonFadeIn {
  0% {
    opacity: 0;
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.comingsoon-pill {
  display: inline-flex;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  background: rgba(164, 219, 249, 0.2);
  border: 1px solid rgba(199, 235, 255, 0.58);
  color: #d8f1ff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comingsoon-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
}

.comingsoon-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f6fbfb;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comingsoon-meta {
  font-size: 0.7rem;
  color: rgba(223, 242, 255, 0.88);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comingsoon-link {
  margin-top: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0.24rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 184, 0.8);
  background: rgba(240, 138, 62, 0.24);
  color: #fff7f2;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.comingsoon-link:hover {
  background: rgba(255, 163, 106, 0.44);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .theme-cta {
    min-width: 6.4rem;
    min-height: 2.9rem;
    padding: 0.4rem 0.48rem;
    gap: 0.36rem;
  }

  .theme-cta-icon {
    width: 2.3rem;
    height: 2.3rem;
  }

  .theme-cta-title {
    font-size: 0.66rem;
  }

  .theme-cta-subtitle {
    font-size: 0.52rem;
  }

  .comingsoon-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    width: auto;
    transform: none;
    align-items: center;
    text-align: center;
    gap: 0.52rem;
    padding: 0.74rem;
  }
}

@media (min-width: 768px) {
  .comingsoon-banner {
    flex-direction: row;
  }

  .comingsoon-copy {
    align-items: flex-start;
  }
}
