@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Inter:wght@400;600;800&display=swap");

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #030302;
  color: #f8ead0;
  font-family: "Inter", sans-serif;
}

.coming-page {
  min-height: 100vh;
  position: relative;
  padding: 42px 4%;
  background:
    linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.92)),
    url("images/coming-soon-bg.png") center top / cover no-repeat fixed;
  overflow-x: hidden;
}

.overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(230, 182, 76, 0.11), transparent 38%),
    radial-gradient(circle at bottom, rgba(230, 182, 76, 0.08), transparent 34%);
}

.content {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.logo-mark {
  font-size: 86px;
  color: #e6b64c;
  line-height: 1;
  text-shadow: 0 0 28px rgba(230, 182, 76, 0.55);
}

h1 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: clamp(6px, 1.2vw, 16px);
  font-size: clamp(46px, 8vw, 104px);
  color: #d9a33f;
  margin: 8px 0 0;
  line-height: 1;
  white-space: nowrap;
}

h2 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: clamp(4px, 0.8vw, 10px);
  font-size: clamp(19px, 3vw, 38px);
  color: #e8bd62;
  margin: 6px 0 0;
  line-height: 1.1;
  white-space: nowrap;
}

.tagline {
  text-transform: uppercase;
  letter-spacing: clamp(2px, 0.5vw, 5px);
  font-size: 13px;
  margin: 20px auto 0;
  color: #f6e7c9;
}

.title-block h3 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: clamp(48px, 8vw, 105px);
  line-height: 0.95;
  margin: 44px 0 18px;
  color: #f8ead0;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.18);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #e6b64c;
  font-size: 28px;
}

.divider::before,
.divider::after {
  content: "";
  width: min(180px, 28vw);
  height: 1px;
  background: rgba(230, 182, 76, 0.65);
}

.content > h4 {
  font-family: "Cinzel", serif;
  color: #e6b64c;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: clamp(18px, 2.4vw, 28px);
  margin: 28px 0 0;
}

.intro {
  max-width: 720px;
  margin: 18px auto 38px;
  color: #efe1c3;
  line-height: 1.75;
  font-size: 18px;
}

.countdown-box {
  max-width: 1080px;
  margin: 0 auto 48px;
  border: 1px solid rgba(230, 182, 76, 0.45);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.65);
  padding: 24px 24px 30px;
}

.box-title,
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-family: "Cinzel", serif;
  color: #e6b64c;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: clamp(18px, 2.4vw, 26px);
}

.box-title span,
.section-title span {
  width: 120px;
  max-width: 22vw;
  height: 1px;
  background: rgba(230, 182, 76, 0.5);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.countdown div {
  padding: 18px 10px;
  border-right: 1px solid rgba(230, 182, 76, 0.3);
}

.countdown div:last-child {
  border-right: none;
}

.countdown strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(48px, 7vw, 92px);
  color: #e9b84e;
  line-height: 1;
}

.countdown small {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
}

.features-section {
  max-width: 1160px;
  margin: 0 auto 34px;
}

.features {
  margin-top: 22px;
  border: 1px solid rgba(230, 182, 76, 0.45);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.58);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}

.feature {
  padding: 30px 18px;
  border-right: 1px solid rgba(230, 182, 76, 0.28);
}

.feature:last-child {
  border-right: none;
}

.icon {
  font-size: 42px;
  color: #e6b64c;
}

.feature h5 {
  font-family: "Cinzel", serif;
  color: #e6b64c;
  text-transform: uppercase;
  font-size: 16px;
  margin: 18px 0 10px;
}

.feature p {
  color: #e2d4b7;
  line-height: 1.65;
  font-size: 14px;
}

.notify {
  max-width: 1160px;
  margin: 0 auto 36px;
  border: 1px solid rgba(230, 182, 76, 0.45);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.62);
  padding: 30px;
  display: grid;
  grid-template-columns: 90px 1fr 1.2fr;
  align-items: center;
  gap: 24px;
  text-align: left;
}

.notify-icon {
  width: 74px;
  height: 74px;
  border: 2px solid #e6b64c;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #e6b64c;
  font-size: 32px;
}

.notify-text h4 {
  margin: 0 0 8px;
  color: #e6b64c;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 26px;
}

.notify-text p {
  margin: 0;
  color: #e2d4b7;
}

.notify form {
  display: flex;
}

.notify input {
  flex: 1;
  padding: 17px;
  border: 1px solid rgba(230, 182, 76, 0.35);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 10px 0 0 10px;
  outline: none;
}

.notify button {
  border: none;
  padding: 0 30px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(135deg, #cf8d24, #f3ce67);
  color: #180f04;
  font-family: "Cinzel", serif;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.thank-you {
  display: none;
  grid-column: 1 / -1;
  text-align: center;
  color: #e6b64c;
  font-weight: 800;
  font-size: 18px;
  margin: 10px 0 0;
}

footer {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 4px 0;
  border-top: 1px solid rgba(230, 182, 76, 0.28);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer strong {
  font-family: "Cinzel", serif;
  color: #e6b64c;
  text-transform: uppercase;
  letter-spacing: 3px;
}

footer p {
  color: #cdb98f;
}

.copyright {
  font-size: 14px;
}

@media (max-width: 900px) {
  .coming-page {
    background-attachment: scroll;
    padding: 30px 5%;
  }

  h1,
  h2 {
    white-space: normal;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .countdown div:nth-child(2) {
    border-right: none;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature {
    border-right: none;
    border-bottom: 1px solid rgba(230, 182, 76, 0.25);
  }

  .notify {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .notify-icon {
    margin: 0 auto;
  }

  .notify form {
    flex-direction: column;
    gap: 12px;
  }

  .notify input,
  .notify button {
    border-radius: 10px;
  }

  .notify button {
    padding: 16px;
  }

  footer {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}
