:root {
  --blue: #1556dc;
  --ink: #13162e;
  --muted: #777985;
  --panel: rgba(255, 255, 255, 0.82);
  --shadow: 0 32px 80px rgba(89, 116, 160, 0.22);
  --soft-line: rgba(75, 92, 132, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 26%, rgba(255, 205, 232, 0.72), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(209, 238, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #aeb1d9 0%, #c5eefa 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 4px solid rgba(21, 86, 220, 0.2);
  outline-offset: 4px;
}

.coming-soon {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: clamp(14px, 2.4vw, 28px);
  place-items: center;
  overflow: hidden;
}

.panel {
  position: relative;
  display: grid;
  width: min(100%, 1090px);
  min-height: min(76vh, 700px);
  padding: clamp(70px, 8vw, 120px) 28px 54px;
  border: 10px solid rgba(255, 255, 255, 0.88);
  border-radius: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 219, 240, 0.46), transparent 28%),
    radial-gradient(circle at 70% 70%, rgba(219, 245, 255, 0.78), transparent 36%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.panel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: min(210px, 42vw);
  height: 68px;
  border: 2px solid var(--soft-line);
  border-top: 0;
  border-radius: 0 0 34px 34px;
  background: rgba(255, 255, 255, 0.86);
  transform: translateX(-50%);
}

.brand-tab {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  font-size: 0.84rem;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--blue);
  font-size: 0.72rem;
  box-shadow: 0 8px 20px rgba(21, 86, 220, 0.22);
}

.content {
  align-self: center;
  justify-self: center;
  width: min(650px, 100%);
  text-align: center;
}

.icon-bubble {
  width: 54px;
  height: 54px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  filter: drop-shadow(0 12px 18px rgba(74, 80, 120, 0.16));
  font-size: 2rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: #303448;
  font-size: clamp(0.72rem, 2vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(2.35rem, 6vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.lede {
  max-width: 560px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 600;
  line-height: 1.75;
}

.notify-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 62px;
  margin-top: 36px;
  padding: 8px 28px 8px 10px;
  border-radius: 999px;
  color: #fff;
  background: #13162e;
  box-shadow: 0 22px 44px rgba(19, 22, 46, 0.2);
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.notify-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 52px rgba(19, 22, 46, 0.26);
}

.mail-icon,
.socials a {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
}

.mail-icon {
  width: 44px;
  height: 44px;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.socials {
  align-self: end;
  justify-self: center;
  display: flex;
  gap: 13px;
}

.socials a {
  width: 30px;
  height: 30px;
  color: #a8acbb;
  box-shadow: 0 10px 26px rgba(77, 90, 126, 0.12);
  transition: color 180ms ease, transform 180ms ease;
}

.socials a:hover {
  color: var(--blue);
  transform: translateY(-2px);
}

.socials svg {
  width: 15px;
  height: 15px;
  stroke-width: 2;
}

.shape {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.shape--top {
  top: -16px;
  left: 28%;
  width: 42px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(90deg, #fff2e5 0 34%, #ee9b36 36% 48%, #fff2e5 50% 100%);
  box-shadow: inset -12px -8px 18px rgba(195, 118, 44, 0.24);
}

.shape--left {
  top: 66%;
  left: 21%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: conic-gradient(from 110deg, transparent 0 34%, #4a9d69 36% 100%);
  filter: drop-shadow(0 12px 16px rgba(74, 157, 105, 0.2));
  transform: rotate(-22deg);
}

.shape--right {
  top: 67%;
  right: 22%;
  width: 62px;
  height: 20px;
  background: repeating-linear-gradient(135deg, #c5791f 0 12px, #ffd684 12px 22px);
  border-radius: 999px;
  filter: drop-shadow(0 12px 16px rgba(197, 121, 31, 0.16));
  transform: rotate(-28deg);
  clip-path: polygon(0 45%, 18% 0, 35% 48%, 54% 8%, 72% 56%, 100% 16%, 100% 62%, 72% 100%, 54% 54%, 35% 96%, 18% 50%, 0 92%);
}

.shape--bottom {
  right: 6%;
  bottom: 6%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe48e 5%, #f6a526 45%, #d56b1d 74%);
  box-shadow: inset -12px -10px 20px rgba(121, 62, 20, 0.18), 0 16px 28px rgba(176, 89, 28, 0.18);
  clip-path: ellipse(42% 50% at 58% 50%);
  transform: rotate(-35deg);
}

@media (max-width: 720px) {
  .coming-soon {
    padding: 12px;
  }

  .panel {
    min-height: calc(100vh - 24px);
    padding: 86px 20px 34px;
    border-width: 7px;
  }

  .panel::before {
    height: 58px;
  }

  .lede {
    margin-top: 20px;
  }

  .notify-button {
    min-height: 58px;
    margin-top: 28px;
  }

  .shape--top {
    left: 48%;
  }

  .shape--left {
    top: 72%;
    left: 6%;
  }

  .shape--right {
    right: 9%;
    top: 75%;
  }

  .shape--bottom {
    right: -12px;
    bottom: 28px;
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
