:root {
  color-scheme: light;
  --ink: #10213a;
  --navy: #07162d;
  --blue: #1769d2;
  --blue-dark: #0d3f8f;
  --muted: #5d6d82;
  --canvas: #f6f9fd;
  --line: #dce7f4;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(8, 57, 120, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, "Instrument Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--navy);
  color: white;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(220, 231, 244, 0.82);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner,
.hero-inner,
.first-move-section,
.metric-strip,
.section,
.games-section,
.story-section,
.cta-section,
.footer-top,
.footer-bottom {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  border-radius: 11px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2.3vw, 30px);
}

.site-nav a {
  color: #3d4d64;
  font-size: 0.89rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
}

.site-nav .nav-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-nav .nav-cta {
  min-height: 42px;
  padding: 8px 18px;
}

.button {
  padding: 12px 23px;
}

.site-nav .nav-cta:hover,
.button:hover {
  background: var(--blue-dark);
  color: white;
  box-shadow: 0 12px 30px rgba(23, 105, 210, 0.22);
  transform: translateY(-1px);
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 23%, rgba(79, 180, 255, 0.2), transparent 22rem),
    radial-gradient(circle at 5% 100%, rgba(88, 214, 178, 0.13), transparent 24rem),
    linear-gradient(135deg, #f9fcff 0%, #eef6ff 62%, #f9fcff 100%);
}

.hero-inner {
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.8fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  padding-block: 82px;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #31bd91;
  box-shadow: 0 0 0 5px rgba(49, 189, 145, 0.13);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  line-height: 1.04;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.25rem, 6.8vw, 6.25rem);
  font-weight: 950;
}

h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  font-weight: 950;
}

.hero-lead {
  max-width: 660px;
  margin: 27px 0 0;
  color: #455a73;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button-secondary {
  border: 1px solid #cddced;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: #aac8e9;
  background: white;
  color: var(--blue-dark);
  box-shadow: none;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
  margin: 28px 0 0;
  padding: 0;
  color: #5a6b7f;
  font-size: 0.84rem;
  font-weight: 750;
  list-style: none;
}

.trust-list li::before {
  content: "✓";
  margin-right: 7px;
  color: #169b73;
  font-weight: 950;
}

.pulse-board {
  padding: 20px;
  border: 1px solid rgba(191, 216, 244, 0.84);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  transform: rotate(1.1deg);
}

.pulse-topline,
.pulse-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.first-move-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(35px, 6vw, 76px);
  align-items: center;
  margin-block: 44px 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(135deg, #ffffff, #eef6ff);
  padding: clamp(28px, 5vw, 52px);
  box-shadow: 0 18px 55px rgba(8, 57, 120, 0.08);
  scroll-margin-top: 98px;
}

.first-move-copy h2 {
  font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.first-move-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
}

.first-move-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.first-move-grid a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  border: 1px solid #d2e2f3;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 19px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.first-move-grid a:hover,
.first-move-grid a:focus-visible {
  border-color: #91bceb;
  box-shadow: 0 14px 32px rgba(23, 105, 210, 0.12);
  transform: translateY(-2px);
}

.first-move-grid a > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #e5f1ff;
  color: var(--blue);
  font-weight: 950;
}

.first-move-grid strong,
.first-move-grid small,
.first-move-grid b {
  display: block;
}

.first-move-grid strong {
  margin-top: 14px;
  font-size: 0.9rem;
}

.first-move-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.74rem;
}

.first-move-grid b {
  margin-top: auto;
  padding-top: 14px;
  color: var(--blue);
  font-size: 0.74rem;
}

.pulse-topline {
  padding: 4px 4px 16px;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-pill {
  border-radius: 999px;
  background: #e8f8f2;
  color: #087a59;
  padding: 6px 10px;
  font-size: 0.67rem;
  letter-spacing: 0.04em;
}

.live-pill i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 999px;
  background: #1db887;
}

.mood-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1769d2, #0d479d);
  color: white;
  padding: 20px;
  text-decoration: none;
}

.mood-card:hover {
  color: white;
  transform: translateY(-1px);
}

.mood-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.8rem;
}

.mood-card strong,
.mood-card span {
  display: block;
}

.mood-card strong {
  font-size: 1.02rem;
}

.mood-card div span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.mini-grid a {
  display: grid;
  min-height: 125px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--canvas);
  padding: 18px;
  text-decoration: none;
}

.mini-grid a:hover {
  border-color: #9bc3ee;
  background: #eef6ff;
}

.mini-grid a > span {
  color: var(--blue);
  font-size: 1.22rem;
}

.mini-grid strong,
.mini-grid small {
  display: block;
}

.mini-grid strong {
  margin-top: 8px;
  font-size: 0.88rem;
}

.mini-grid small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.pulse-footer {
  padding: 15px 5px 2px;
  font-size: 0.75rem;
}

.pulse-footer span {
  color: var(--muted);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 0 0 24px 24px;
  background: white;
  box-shadow: 0 16px 45px rgba(21, 76, 140, 0.08);
}

.metric-strip div {
  padding: 24px 25px;
  border-right: 1px solid var(--line);
}

.metric-strip div:last-child {
  border-right: 0;
}

.metric-strip strong,
.metric-strip span {
  display: block;
}

.metric-strip strong {
  font-size: 0.96rem;
}

.metric-strip span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.77rem;
}

.section {
  padding-block: 112px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.section-heading h2 {
  max-width: 800px;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.platform-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.platform-card:hover {
  box-shadow: 0 19px 48px rgba(16, 72, 139, 0.11);
  transform: translateY(-3px);
}

.card-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  font-size: 0.77rem;
  font-weight: 950;
}

.platform-card h3 {
  margin: 24px 0 0;
  font-size: 1.35rem;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.platform-card p {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.platform-card a {
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
}

.blue .card-number { background: #e7f2ff; color: #1769d2; }
.blue a { color: #1769d2; }
.green .card-number { background: #e6f8f2; color: #087a68; }
.green a { color: #087a68; }
.purple .card-number { background: #f0ebff; color: #7048d7; }
.purple a { color: #7048d7; }
.orange .card-number { background: #fff1e6; color: #c76016; }
.orange a { color: #b84e06; }
.red .card-number { background: #ffebe8; color: #d74332; }
.red a { color: #c73425; }
.gold .card-number { background: #fff5cf; color: #9a7200; }
.gold a { color: #806000; }

.explore-section {
  width: 100%;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background: var(--canvas);
}

.compact-heading {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.destination-grid {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-inline: auto;
}

.destination-grid > a {
  display: flex;
  min-height: 208px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: white;
  padding: 23px;
  text-decoration: none;
  transition: border 160ms ease, transform 160ms ease;
}

.destination-grid > a:hover {
  border-color: #a8c9ec;
  transform: translateY(-2px);
}

.destination-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--blue);
  font-weight: 950;
}

.destination-grid strong,
.destination-grid small,
.destination-grid b {
  display: block;
}

.destination-grid strong {
  margin-top: 16px;
  font-size: 1.05rem;
}

.destination-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.82rem;
}

.destination-grid b {
  margin-top: auto;
  padding-top: 15px;
  color: var(--blue);
  font-size: 0.77rem;
}

.games-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(470px, 1fr);
  gap: 70px;
  margin-block: 112px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 113, 214, 0.23), transparent 25rem),
    var(--navy);
  color: white;
  padding: clamp(42px, 6vw, 72px);
}

.games-copy {
  align-self: center;
}

.eyebrow.light {
  color: #8dc2ff;
}

.games-copy h2 {
  font-size: clamp(2.35rem, 4.5vw, 4.25rem);
}

.games-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.72;
}

.button-light {
  margin-top: 29px;
  background: white;
  color: var(--navy);
}

.button-light:hover {
  background: #eaf4ff;
  color: var(--navy);
}

.game-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.game-list li {
  min-height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  padding: 18px;
}

.game-list strong,
.game-list span {
  display: block;
}

.game-list strong {
  font-size: 0.88rem;
}

.game-list span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.73rem;
}

.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 0;
}

.editorial-card {
  border: 1px solid var(--line);
  border-radius: 27px;
  padding: clamp(32px, 5vw, 50px);
}

.study-card {
  background: #f8f5ff;
}

.community-card {
  background: #f1fbf7;
}

.editorial-card h2 {
  max-width: 540px;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
}

.editorial-card > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
}

.editorial-card ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}

.editorial-card li::before {
  content: "✓";
  margin-right: 9px;
  color: #128b6a;
  font-weight: 950;
}

.editorial-card a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: clamp(55px, 9vw, 120px);
  align-items: center;
  margin-bottom: 112px;
  border-radius: 32px;
  background: var(--blue-dark);
  color: white;
  padding: clamp(42px, 7vw, 78px);
}

.story-fact {
  display: grid;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.09);
  padding: 37px;
}

.story-fact span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.story-fact strong {
  margin-top: 2px;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.story-fact i {
  height: 1px;
  margin: 28px 0;
  background: rgba(255, 255, 255, 0.18);
}

.story-copy h2 {
  font-size: clamp(2.3rem, 4.7vw, 4.1rem);
}

.story-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 27px;
}

.story-links a {
  color: white;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.cta-section {
  margin-bottom: 112px;
  text-align: center;
}

.cta-section img {
  border-radius: 19px;
  box-shadow: 0 14px 33px rgba(17, 87, 179, 0.22);
}

.cta-section .eyebrow {
  margin-top: 24px;
}

.cta-section h2 {
  max-width: 800px;
  margin-inline: auto;
}

.cta-section > p:not(.eyebrow) {
  max-width: 650px;
  margin: 23px auto 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.centered-actions {
  justify-content: center;
}

.site-footer {
  background: var(--navy);
  color: white;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(130px, 0.62fr));
  gap: 55px;
  padding-block: 65px;
}

.brand-light {
  color: white;
}

.footer-brand p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav h2 {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  text-decoration: none;
}

.footer-nav a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .pulse-board {
    width: min(100%, 630px);
    transform: none;
  }

  .platform-grid,
  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .first-move-section {
    grid-template-columns: 1fr;
  }

  .games-section {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .hero-inner,
  .first-move-section,
  .metric-strip,
  .section,
  .games-section,
  .story-section,
  .cta-section,
  .footer-top,
  .footer-bottom {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand span {
    font-size: 0.9rem;
  }

  .hero-inner {
    padding-block: 60px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.55rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    display: grid;
  }

  .pulse-board {
    padding: 13px;
    border-radius: 23px;
  }

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

  .first-move-section {
    margin-block: 28px 18px;
    padding: 27px 20px;
  }

  .first-move-grid {
    grid-template-columns: 1fr;
  }

  .first-move-grid a {
    min-height: 154px;
  }

  .metric-strip div:nth-child(2) {
    border-right: 0;
  }

  .metric-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding-block: 78px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 35px;
  }

  .platform-grid,
  .destination-grid,
  .split-section,
  .game-list,
  .story-section {
    grid-template-columns: 1fr;
  }

  .platform-card {
    min-height: 290px;
  }

  .explore-section {
    width: 100%;
    padding-inline: 14px;
  }

  .games-section {
    gap: 43px;
    margin-block: 78px;
    padding: 34px 23px;
  }

  .split-section {
    padding-top: 0;
  }

  .story-section {
    gap: 45px;
    margin-bottom: 78px;
    padding: 34px 23px;
  }

  .cta-section {
    margin-bottom: 78px;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 25px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
