:root {
  --portal-purple: #542178;
  --portal-purple-dark: #35124f;
  --portal-pink: #fd4a5f;
  --portal-orange: #f99237;
  --portal-green: #009568;
  --portal-cream: #fff8ed;
}

.portal-coming-soon {
  min-height: calc(100vh - 76px);
  padding-top: 78px;
  overflow: hidden;
  background: var(--portal-cream);
}
.portal-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  padding: clamp(54px, 7vw, 96px) clamp(24px, 6vw, 92px);
  isolation: isolate;
  background:
    linear-gradient(105deg, rgba(53,18,79,.96) 0%, rgba(84,33,120,.91) 54%, rgba(229,0,25,.72) 100%),
    url('banner1.webp') center / cover no-repeat;
}
.portal-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--portal-orange), #ffc800, var(--portal-pink), var(--portal-green));
}
.portal-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}
.portal-copy { color: #fff; }
.portal-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font: 700 14px/1 Lato, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.portal-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffc800;
  box-shadow: 0 0 0 6px rgba(255,200,0,.16);
  animation: portal-pulse 1.8s ease-in-out infinite;
}
.portal-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font: 400 clamp(48px, 5.2vw, 82px)/.98 Edigo, Georgia, serif;
  letter-spacing: -.02em;
}
.portal-copy h1 strong { color: #ffc800; font-weight: 400; }
.portal-description {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.9);
  font: 400 clamp(18px, 1.5vw, 22px)/1.55 Lato, sans-serif;
}
.portal-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.portal-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  font: 700 16px/1 Lato, sans-serif;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.portal-button:hover, .portal-button:focus-visible { transform: translateY(-3px); }
.portal-button--primary { color: #4a1a68; background: #ffc800; box-shadow: 0 12px 28px rgba(0,0,0,.22); }
.portal-button--primary:hover { color: #4a1a68; box-shadow: 0 16px 34px rgba(0,0,0,.28); }
.portal-button--secondary { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
.portal-button--secondary:hover { color: #fff; background: rgba(255,255,255,.17); }
.portal-note { margin: 24px 0 0; color: rgba(255,255,255,.7); font: 700 13px/1.4 Lato, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.portal-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.portal-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.portal-orbit--outer { width: 410px; height: 410px; animation: portal-spin 22s linear infinite; }
.portal-orbit--inner { width: 320px; height: 320px; border-style: dashed; animation: portal-spin 15s linear infinite reverse; }
.portal-orbit::before, .portal-orbit::after { content: ''; position: absolute; width: 17px; height: 17px; border-radius: 50%; }
.portal-orbit::before { top: 33px; left: 65px; background: #ffc800; box-shadow: 0 0 24px rgba(255,200,0,.8); }
.portal-orbit::after { right: 12px; bottom: 95px; background: #00c88b; box-shadow: 0 0 24px rgba(0,200,139,.8); }
.portal-mascot-card {
  position: relative;
  width: 275px;
  height: 275px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff 0%, #fff8ed 60%, #ffd8a9 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,.32), inset 0 0 0 12px rgba(255,255,255,.3);
  animation: portal-float 4s ease-in-out infinite;
}
.portal-mascot-card img { width: auto; height: 205px; filter: drop-shadow(0 12px 9px rgba(88,22,22,.24)); }
.portal-badge {
  position: absolute;
  right: 0;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 16px;
  color: #442057;
  background: #fff;
  box-shadow: 0 15px 38px rgba(0,0,0,.24);
  font: 700 14px/1 Lato, sans-serif;
}
.portal-badge svg { width: 28px; height: 28px; padding: 4px; border-radius: 50%; fill: #fff; background: var(--portal-green); }
.portal-shape { position: absolute; z-index: 0; border-radius: 50%; filter: blur(1px); }
.portal-shape--one { width: 320px; height: 320px; top: -170px; right: 17%; background: rgba(249,146,55,.35); }
.portal-shape--two { width: 230px; height: 230px; bottom: -145px; left: 9%; background: rgba(253,74,95,.42); }
.portal-spark { position: absolute; width: 13px; height: 13px; border-radius: 4px; background: var(--portal-pink); transform: rotate(35deg); }
.portal-spark--one { top: 15px; right: -22px; }
.portal-spark--two { bottom: 20px; left: -24px; background: var(--portal-green); }
.portal-spark--three { top: 48%; right: -58px; width: 9px; height: 9px; background: #ffc800; }
.portal-features {
  width: min(calc(100% - 48px), 1180px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: -38px auto 70px;
  position: relative;
  z-index: 3;
}
.portal-features article {
  min-height: 164px;
  padding: 28px;
  border: 1px solid rgba(84,33,120,.09);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 48px rgba(71,31,94,.12);
}
.portal-features span { color: var(--portal-pink); font: 900 13px/1 Lato, sans-serif; letter-spacing: .12em; }
.portal-features h2 { margin: 13px 0 7px; color: var(--portal-purple); font: 400 30px/1 Edigo, Georgia, serif; }
.portal-features p { margin: 0; color: #5d5263; font: 400 16px/1.5 Lato, sans-serif; }
@keyframes portal-spin { to { transform: rotate(360deg); } }
@keyframes portal-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes portal-pulse { 50% { opacity: .45; transform: scale(.82); } }
@media (max-width: 991px) {
  .portal-coming-soon { padding-top: 68px; }
  .portal-hero { min-height: auto; padding: 70px 24px 92px; }
  .portal-hero__content { grid-template-columns: 1fr; text-align: center; }
  .portal-copy h1, .portal-description { margin-inline: auto; }
  .portal-actions { justify-content: center; }
  .portal-visual { min-height: 365px; }
  .portal-orbit--outer { width: 340px; height: 340px; }
  .portal-orbit--inner { width: 270px; height: 270px; }
  .portal-mascot-card { width: 235px; height: 235px; }
  .portal-mascot-card img { height: 175px; }
  .portal-badge { right: 50%; bottom: 12px; transform: translateX(50%); }
  .portal-features { grid-template-columns: 1fr; margin-top: -42px; }
}
@media (max-width: 540px) {
  .portal-hero { padding: 52px 18px 80px; }
  .portal-copy h1 { font-size: clamp(41px, 13vw, 59px); }
  .portal-description { font-size: 17px; line-height: 1.48; }
  .portal-actions { flex-direction: column; }
  .portal-button { width: 100%; }
  .portal-visual { min-height: 310px; }
  .portal-orbit--outer { width: 280px; height: 280px; }
  .portal-orbit--inner { width: 220px; height: 220px; }
  .portal-mascot-card { width: 195px; height: 195px; }
  .portal-mascot-card img { height: 145px; }
  .portal-badge { width: max-content; bottom: -2px; }
  .portal-features { width: min(calc(100% - 28px), 1180px); margin-bottom: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .portal-status span, .portal-orbit, .portal-mascot-card { animation: none; }
}