:root {
  --lp-canvas-width: 460px;
  --lp-border: #d6d9dd;
  --lp-cyan: #44d9ff;
  --lp-cyan-dark: #37caef;
  --lp-deep-blue: #2640d5;
  --lp-violet: #5630d8;
  --lp-ink: #1e2127;
  --lp-muted: #555b64;
  --lp-footer: #2f363d;
  --lp-shell-shadow: 0 14px 34px rgba(16, 25, 49, 0.22);
  --lp-title-font: "Orbitron", "Trebuchet MS", sans-serif;
  --lp-body-font: "Roboto", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e4e7ed;
  font-family: var(--lp-body-font);
}

.lp-page {
  min-height: 100vh;
  padding: 0;
}

.lp-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.lp-hero {
  position: relative;
  height: 259px;
  overflow: hidden;
}

.lp-hero__backdrop,
.lp-hero__veil,
.lp-hero__panel {
  position: absolute;
  inset: 0;
}

.lp-hero__backdrop {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.03) 100%),
    url("/img/heroimage.png") center top / cover no-repeat;
  transform: scale(1.03);
}

.lp-hero__veil {
  background:
    linear-gradient(180deg, rgba(62, 229, 255, 0.16) 0, rgba(62, 229, 255, 0) 12%),
    linear-gradient(90deg, rgba(42, 71, 217, 0.94) 0%, rgba(45, 53, 204, 0.85) 44%, rgba(115, 43, 200, 0.54) 100%);
}

.lp-hero__panel {
  z-index: 1;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 26px;
  margin: 8px 6px 0;
  padding: 0 7px;
  background: linear-gradient(180deg, #54e4ff 0%, #33d1f5 100%);
  border-radius: 4px;
}

.lp-nav__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.lp-nav__logo img {
  display: block;
  width: 39px;
  height: auto;
}

.lp-nav__links {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-nav__links a {
  color: rgba(31, 35, 49, 0.96);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--lp-body-font);
  font-weight: 700;
  line-height: 1;
  color: #243464;
  background: linear-gradient(180deg, #58e1ff 0%, #31cdf2 100%);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

.lp-btn__icon {
  font-size: 7px;
  transform: translateY(-0.5px);
}

.lp-btn--nav {
  width: 63px;
  height: 17px;
  font-size: 15px;
}

.lp-hero__content {
  width: 236px;
  padding: 98px 0 0 25px;
  color: #ffffff;
}

.lp-hero__title,
.lp-section__title {
  margin: 0;
  font-family: var(--lp-title-font);
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.lp-hero__title {
  font-size: 55px;
}

.lp-hero__subtitle {
  margin: 14px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-hero__desc {
  margin: 10px 0 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-btn--hero {
  width: 206px;
  height: 20px;
  margin-top: 17px;
  font-size: 15px;
}

.lp-highlights {
  background: #ffffff;
}

.lp-section {
  padding: 14px 24px 0;
}

.lp-section__title {
  color: #25282f;
  font-size: 28px;
}

.lp-carousel {
  display: grid;
  grid-template-columns: 16px 1fr 16px;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
}

.lp-carousel__arrow {
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #56607a;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.lp-carousel__viewport {
  overflow: hidden;
}

.lp-carousel__track {
  display: flex;
  gap: 10px;
  transition: transform 0.32s ease;
  will-change: transform;
}

.lp-carousel__slide {
  flex: 0 0 118px;
}

.lp-game-card {
  position: relative;
}

.lp-game-card__thumb {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.lp-game-card__name {
  position: relative;
  margin: 6px 0 0;
  padding-bottom: 7px;
  color: #111317;
  font-size: 8.6px;
  font-weight: 700;
  line-height: 1.1;
}

.lp-game-card.is-active .lp-game-card__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: #4059ff;
}

.lp-carousel__progress {
  width: 365px;
  height: 4px;
  margin: 2px auto 0;
  background: #d8d8d8;
  border-radius: 999px;
  overflow: hidden;
}

.lp-carousel__progress-bar {
  display: block;
  width: 57px;
  height: 100%;
  background: #4059ff;
  border-radius: inherit;
  transition: transform 0.32s ease;
}

.lp-highlights__cta {
  display: flex;
  justify-content: center;
  padding: 13px 0 15px;
}

.lp-btn--discover {
  width: 207px;
  height: 19px;
  font-size: 15px;
}

.lp-features {
  background: #edf0f2;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.lp-features .lp-section {
  padding-top: 14px;
  padding-bottom: 17px;
}

.lp-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.lp-feature-card {
  padding: 5px;
  background: #ffffff;
  border: 1px solid #d9dee3;
  border-radius: 6px;
}

.lp-feature-card__img {
  display: block;
  width: 100%;
  height: 73px;
  object-fit: cover;
  border-radius: 4px;
}

.lp-feature-card__title {
  margin: 7px 0 3px;
  color: #131519;
  font-size: 8.7px;
  font-weight: 700;
  line-height: 1.15;
}

.lp-feature-card__desc {
  margin: 0;
  color: #575c65;
  font-size: 5.5px;
  line-height: 1.25;
}

.lp-footer {
  background: var(--lp-footer);
}

.lp-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding: 0 7px 0 4px;
}

.lp-footer__brand {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.lp-footer__logo {
  display: block;
  width: 19px;
  height: auto;
}

.lp-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1;
}

.lp-footer__nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lp-footer__nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
}

.lp-footer__separator {
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 255, 0.34);
}

/* ── Hamburger button (hidden on desktop) ───────────────── */
.lp-nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 28px;
  height: 28px;
  padding: 4px;
  border: 0;
  border-radius: 6px;
  background: #2640d5;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
}

.lp-nav__hamburger span {
  display: block;
  width: 14px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

/* ── Mobile menu overlay ───────────────────────────────── */
.lp-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #ffffff;
  padding: 20px 24px 32px;
  flex-direction: column;
  overflow-y: auto;
}

.lp-mobile-menu.is-open {
  display: flex;
}

.lp-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.lp-mobile-menu__logo img {
  display: block;
  width: 72px;
  height: auto;
}

.lp-mobile-menu__close {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 22px;
  color: #1e2127;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-mobile-menu__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  background: #2640d5;
  color: #ffffff;
  font-family: var(--lp-body-font);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 20px;
}

.lp-mobile-menu__divider {
  border: 0;
  border-top: 1.5px solid #2640d5;
  margin: 0 0 16px;
}

.lp-mobile-menu__divider--thin {
  border-top-width: 1px;
  border-color: #c5cadb;
  margin-top: 8px;
}

.lp-mobile-menu__links,
.lp-mobile-menu__legal {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-mobile-menu__links a {
  color: #1e2127;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.lp-mobile-menu__legal {
  gap: 16px;
}

.lp-mobile-menu__legal a {
  color: #2640d5;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

/* ── Mobile breakpoints ────────────────────────────────── */
@media (max-width: 459px) {
  .lp-shell {
    box-shadow: none;
  }

  /* hero height maior para acomodar o botão */
  .lp-hero {
    height: 320px;
  }

  /* menos padding-top para caber tudo dentro do hero */
  .lp-hero__content {
    width: auto;
    padding: 60px 16px 0 20px;
  }

  /* botão hero: largura total, altura automática */
  .lp-btn--hero {
    width: 100%;
    height: auto;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* botão discover: largura total, altura automática */
  .lp-btn--discover {
    width: 100%;
    height: auto;
    padding: 12px 20px;
    font-size: 14px;
  }

  /* nav bar maior no mobile */
  .lp-nav {
    height: 52px;
    margin: 10px 10px 0;
    padding: 0 12px;
    border-radius: 10px;
  }

  .lp-nav__logo img {
    width: 58px;
  }

  /* hide desktop nav items, show hamburger */
  .lp-nav__links,
  .lp-nav__cta-desktop {
    display: none;
  }

  .lp-nav__hamburger {
    display: flex;
    width: 38px;
    height: 38px;
  }

  /* footer stacked layout */
  .lp-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 20px 16px 24px;
    gap: 16px;
  }

  .lp-footer__brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .lp-footer__copy {
    font-size: 13px;
    line-height: 1.5;
  }

  .lp-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .lp-footer__nav a {
    font-size: 13px;
  }

  .lp-footer__separator {
    display: none;
  }

  .lp-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lp-carousel__progress {
    width: 100%;
  }

  .lp-features__grid {
    grid-template-columns: 1fr;
  }

  .lp-feature-card__img {
    height: 140px;
  }
}

@media (min-width: 700px) {
  .lp-shell {
    width: 100%;
  }

  .lp-hero {
    height: clamp(420px, 41vw, 620px);
  }

  .lp-nav {
    height: clamp(42px, 4vw, 56px);
    margin: 12px 12px 0;
    padding: 0 16px;
    border-radius: 6px;
    gap: 18px;
  }

  .lp-nav__logo img {
    width: clamp(62px, 6vw, 84px);
  }

  .lp-nav__links {
    gap: clamp(16px, 1.6vw, 24px);
  }

  .lp-nav__links a {
    font-size: 15px;
  }

  .lp-btn--nav {
    width: auto;
    min-width: clamp(108px, 10vw, 138px);
    height: clamp(28px, 2.7vw, 38px);
    padding: 0 16px;
    font-size: 15px;
  }

  .lp-btn__icon {
    font-size: 15px;
  }

  .lp-hero__content {
    width: min(46%, 560px);
    padding: clamp(142px, 15vw, 220px) 0 0 clamp(26px, 5vw, 64px);
  }

  .lp-hero__title {
    font-size: clamp(86px, 8.6vw, 128px);
  }

  .lp-hero__subtitle {
    margin-top: 18px;
    font-size: clamp(21px, 2vw, 28px);
  }

  .lp-hero__desc {
    margin-top: 12px;
    font-size: clamp(14px, 1.2vw, 18px);
  }

  .lp-btn--hero {
    width: clamp(300px, 34vw, 420px);
    height: clamp(28px, 2.8vw, 38px);
    margin-top: 22px;
    font-size: 15px;
  }

  .lp-section {
    padding: 28px clamp(28px, 5vw, 56px) 0;
  }

  .lp-section__title {
    font-size: clamp(50px, 4.8vw, 74px);
  }

  .lp-carousel {
    grid-template-columns: 28px 1fr 28px;
    gap: 10px;
    margin-top: 24px;
  }

  .lp-carousel__arrow {
    width: 28px;
    height: 28px;
    font-size: 30px;
  }

  .lp-carousel__track {
    gap: 16px;
  }

  .lp-carousel__slide {
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .lp-game-card__thumb {
    height: clamp(150px, 16vw, 210px);
    border-radius: 8px;
  }

  .lp-game-card__name {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: clamp(16px, 1.4vw, 20px);
  }

  .lp-game-card.is-active .lp-game-card__name::after {
    width: clamp(78px, 7vw, 100px);
    height: 4px;
  }

  .lp-carousel__progress {
    width: 100%;
    height: 4px;
    margin-top: 4px;
  }

  .lp-carousel__progress-bar {
    width: clamp(120px, 16%, 180px);
  }

  .lp-highlights__cta {
    padding: 18px 0 22px;
  }

  .lp-btn--discover {
    width: clamp(320px, 34vw, 420px);
    height: clamp(28px, 2.8vw, 38px);
    font-size: 15px;
  }

  .lp-features .lp-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .lp-features__grid {
    gap: 16px;
    margin-top: 24px;
  }

  .lp-feature-card {
    padding: 8px;
    border-radius: 8px;
  }

  .lp-feature-card__img {
    height: clamp(145px, 15vw, 205px);
    border-radius: 6px;
  }

  .lp-feature-card__title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: clamp(16px, 1.4vw, 20px);
  }

  .lp-feature-card__desc {
    font-size: clamp(10px, 0.95vw, 13px);
    line-height: 1.3;
  }

  .lp-footer__inner {
    height: clamp(48px, 5vw, 64px);
    padding: 0 12px 0 8px;
  }

  .lp-footer__brand {
    gap: 8px;
  }

  .lp-footer__logo {
    width: clamp(24px, 2.3vw, 34px);
  }

  .lp-footer__copy {
    font-size: 15px;
  }

  .lp-footer__nav {
    gap: 8px;
  }

  .lp-footer__nav a {
    font-size: 15px;
  }
}
