:root {
  --bg-top: #64d9ff;
  --bg-bottom: #16337a;
  --panel: rgba(10, 21, 61, 0.72);
  --panel-strong: rgba(9, 18, 54, 0.9);
  --panel-soft: rgba(255, 255, 255, 0.12);
  --text: #f5fbff;
  --muted: #d3e6ff;
  --yellow: #ffd84c;
  --orange: #ff9a27;
  --green: #77ec61;
  --green-deep: #35b942;
  --navy: #0c1f5b;
  --shadow: 0 18px 45px rgba(8, 16, 48, 0.32);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg-top) 0%, #3ea7f5 20%, #2148a4 55%, var(--bg-bottom) 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.page-bg::before,
.page-bg::after {
  content: "";
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.page-bg::before {
  width: 340px;
  height: 340px;
  background: #72ff85;
  top: 8%;
  right: -110px;
}

.page-bg::after {
  width: 320px;
  height: 320px;
  background: #ffd34a;
  left: -100px;
  top: 35%;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-badge {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  display: grid;
  place-items: center;
  font-size: 1.85rem;
  box-shadow: var(--shadow);
  border: 4px solid rgba(12, 31, 91, 0.25);
}

.eyebrow,
.section-tag {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 900;
  color: #d5fbcb;
}

.brand h1 {
  margin: 4px 0 0;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 0.95;
}

.ghost-button,
.primary-button,
.secondary-button {
  text-decoration: none;
  font-weight: 900;
  border-radius: 999px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ghost-button:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.ghost-button {
  padding: 14px 20px;
  color: var(--text);
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.18);
  box-shadow: var(--shadow);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 44px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 22px 0 30px;
}

.hero-copy,
.teaser,
.coming-card,
.feature-card {
  backdrop-filter: blur(8px);
}

.hero-copy {
  background: var(--panel);
  border: 2px solid rgba(255,255,255,0.14);
  border-radius: calc(var(--radius) + 4px);
  padding: 34px;
  box-shadow: var(--shadow);
}

.pill,
.platform-pills span,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.pill {
  background: rgba(119, 236, 97, 0.22);
  border: 1px solid rgba(119, 236, 97, 0.35);
  color: #ebffea;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.hero-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 7vw, 4.9rem);
  line-height: 0.92;
}

.hero-copy p {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.primary-button {
  background: linear-gradient(180deg, var(--yellow), var(--orange));
  color: var(--navy);
  padding: 16px 24px;
  box-shadow: 0 10px 24px rgba(255, 154, 39, 0.35);
}

.secondary-button {
  background: rgba(255,255,255,0.12);
  color: var(--text);
  padding: 16px 24px;
  border: 2px solid rgba(255,255,255,0.16);
}

.platform-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.platform-pills span,
.status-pill {
  background: rgba(255,255,255,0.12);
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 10px 14px;
}

.hero-art {
  position: relative;
  min-height: 560px;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,0.22), rgba(255,255,255,0.06) 50%, rgba(255,255,255,0) 70%);
}

.hero-pug {
  position: absolute;
  inset: auto 2% 0 auto;
  width: min(96%, 550px);
  filter: drop-shadow(0 26px 36px rgba(9, 20, 58, 0.35));
  z-index: 3;
}

.island {
  position: absolute;
  right: 22%;
  bottom: 5%;
  width: 210px;
  opacity: 0.88;
  z-index: 1;
  filter: drop-shadow(0 16px 24px rgba(9, 20, 58, 0.2));
}

.block {
  position: absolute;
  width: clamp(70px, 12vw, 120px);
  z-index: 2;
}

.block-a { top: 5%; left: 8%; }
.block-b { top: 18%; right: 12%; }
.block-c { bottom: 24%; left: 2%; width: clamp(62px, 10vw, 100px); }

.floating {
  animation: bob 5.6s ease-in-out infinite;
}

.block-b { animation-delay: 1.2s; }
.block-c { animation-delay: 2.1s; }
.island { animation: bob 6.2s ease-in-out infinite; }
.hero-pug { animation: bob 4.8s ease-in-out infinite; }

@keyframes bob {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-16px); }
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 16px 0 28px;
}

.feature-card {
  background: rgba(9, 22, 66, 0.72);
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  padding: 24px 20px;
  box-shadow: var(--shadow);
  text-align: left;
}

.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(255,216,76,0.95), rgba(255,154,39,0.95));
  color: var(--navy);
  font-size: 1.65rem;
  margin-bottom: 14px;
}

.feature-card h3,
.teaser-text h3,
.coming-copy h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.feature-card p,
.teaser-text p,
.coming-copy p,
.site-footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.teaser {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: center;
  background: rgba(8, 19, 57, 0.76);
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: calc(var(--radius) + 4px);
  padding: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 28px;
}

.spark-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.spark-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.spark-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yellow);
}

.teaser-art {
  position: relative;
  min-height: 340px;
}

.card-pug {
  position: absolute;
  max-width: 320px;
  filter: drop-shadow(0 18px 32px rgba(10, 20, 58, 0.32));
}

.card-pug.one {
  left: 0;
  bottom: 0;
  width: 56%;
  transform: rotate(-6deg);
}

.card-pug.two {
  right: 0;
  top: 0;
  width: 58%;
  transform: rotate(7deg);
}

.coming-soon {
  margin-bottom: 20px;
}

.coming-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
  align-items: center;
  background: var(--panel-strong);
  border: 2px solid rgba(255,255,255,0.12);
  border-radius: calc(var(--radius) + 4px);
  padding: 28px;
  box-shadow: var(--shadow);
}

.coming-pug {
  max-width: 210px;
  justify-self: center;
  filter: drop-shadow(0 16px 30px rgba(255, 168, 0, 0.2));
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 34px;
  text-align: center;
}

.footer-small {
  margin-top: 8px !important;
  opacity: 0.82;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .hero,
  .teaser,
  .coming-card {
    grid-template-columns: 1fr;
  }

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

  .hero-art {
    min-height: 420px;
  }

  .coming-pug {
    max-width: 180px;
  }
}

@media (max-width: 680px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .teaser,
  .coming-card,
  .feature-card {
    padding: 22px;
  }

  .hero-copy h2 {
    font-size: clamp(2.2rem, 14vw, 3.7rem);
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 330px;
  }

  .teaser-art {
    min-height: 280px;
  }

  .card-pug.one,
  .card-pug.two {
    width: 58%;
  }
}
