:root {
  --bg: #07111f;
  --card: rgba(255, 255, 255, 0.10);
  --card-border: rgba(255, 255, 255, 0.18);
  --text: #f7fafc;
  --muted: #b9c5d6;
  --primary: #d6ad60;
  --primary-soft: rgba(214, 173, 96, 0.18);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(214, 173, 96, 0.18), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(83, 135, 190, 0.18), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0d2137 48%, #07111f 100%);
  overflow-x: hidden;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 28px;
}

.ambient {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.36;
  animation: float 8s ease-in-out infinite;
}

.ambient-one {
  top: 8%;
  left: 8%;
  background: rgba(214, 173, 96, 0.32);
}

.ambient-two {
  right: 8%;
  bottom: 10%;
  background: rgba(82, 145, 210, 0.26);
  animation-delay: 1.5s;
}

.hero-card {
  position: relative;
  width: min(980px, 100%);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--card-border);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,0.18), transparent 35%, rgba(214,173,96,0.10));
}

.brand-row,
.hero-content,
.countdown,
.info-panel {
  position: relative;
  z-index: 1;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 58px;
}

.logo-mark {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #f5d28b, #b98330);
  color: #07111f;
  font-weight: 800;
  letter-spacing: -0.06em;
  box-shadow: 0 18px 35px rgba(214, 173, 96, 0.25);
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 3vw, 2rem);
  letter-spacing: -0.04em;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(214, 173, 96, 0.36);
  border-radius: 999px;
  background: var(--primary-soft);
  color: #ffe3a5;
  font-size: 0.9rem;
  font-weight: 700;
}

.status-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 8px rgba(214, 173, 96, 0.12);
}

h2 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 38px 0 28px;
}

.time-box {
  min-height: 128px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(4, 12, 24, 0.35);
}

.time-box strong {
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.07em;
}

.time-box span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.info-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.info-panel p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 600;
}

.info-panel a {
  color: #ffe0a0;
  font-weight: 800;
  text-decoration: none;
}

.info-panel a:hover {
  text-decoration: underline;
}

footer {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  color: rgba(247, 250, 252, 0.58);
  font-size: 0.9rem;
}

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(14px, -18px, 0) scale(1.04); }
}

@media (max-width: 720px) {
  .brand-row {
    margin-bottom: 38px;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .hero-card {
    border-radius: 24px;
  }

  .logo-mark {
    width: 58px;
    height: 58px;
  }

  .time-box {
    min-height: 108px;
    border-radius: 18px;
  }
}
