@font-face {
  font-family: "ManropeLocal";
  src: url("assets/typography/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: optional;
}

:root {
  --px2-bg: #050c1f;
  --px2-panel: #0d2450;
  --px2-panel-soft: #102c5f;
  --px2-border-soft: rgba(181, 214, 255, 0.16);
  --px2-text: #ecf4ff;
  --px2-text-soft: #bfceeb;
  --px2-accent: #f36b2a;
  --px2-accent-strong: #ff7f3d;
  --px2-accent-shadow: rgba(243, 107, 42, 0.35);
  --px2-shell-gap: clamp(14px, 2.1vw, 28px);
  --px2-radius: 20px;
  --px2-sidebar-width: 300px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

body.px2-body {
  min-height: 100vh;
  display: flex;
  background: radial-gradient(circle at 15% 0%, #1a3f79 0%, #0c1f47 38%, #050c1f 100%);
  color: var(--px2-text);
  font-family: "ManropeLocal", "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: #8ec6ff;
}

a:hover,
a:focus-visible {
  color: #cae7ff;
}

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

h1,
h2,
h3 {
  line-height: 1.2;
  margin: 0 0 0.7em;
}

p,
ul,
ol,
figure,
details {
  margin: 0 0 1em;
}

ul,
ol {
  padding-left: 1.2rem;
}

[hidden] {
  display: none !important;
}

.px2-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--px2-sidebar-width);
  z-index: 40;
  background: linear-gradient(180deg, #183c78 0%, #0f2c5c 44%, #0a1d40 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.px2-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(6, 15, 34, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 92px;
  padding: 10px;
}

.px2-logo-link img {
  width: min(220px, 90%);
  height: auto;
  object-fit: contain;
}

.px2-sidebar-cta-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.px2-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1;
}

.px2-btn-outline {
  min-height: 44px;
  color: #f5fbff;
  background: #173e79;
  border-color: rgba(224, 238, 255, 0.62);
}

.px2-btn-solid {
  min-height: 44px;
  color: #fff;
  background: linear-gradient(180deg, var(--px2-accent-strong) 0%, var(--px2-accent) 100%);
  box-shadow: 0 8px 22px var(--px2-accent-shadow);
}

.px2-btn-solid:hover,
.px2-btn-solid:focus-visible {
  filter: brightness(1.05);
}

.px2-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(3, 10, 25, 0.28);
  border: 1px solid rgba(194, 215, 245, 0.2);
  overflow: auto;
}

.px2-sidebar-nav a {
  text-decoration: none;
  color: #d6e8ff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 0.92rem;
  line-height: 1.28;
}

.px2-sidebar-nav a:hover,
.px2-sidebar-nav a:focus-visible {
  background: rgba(131, 181, 255, 0.18);
}

.px2-sidebar-note {
  margin-top: auto;
  color: #b5caea;
  font-size: 0.82rem;
  line-height: 1.4;
}

.px2-main-shell {
  margin-left: var(--px2-sidebar-width);
  width: calc(100% - var(--px2-sidebar-width));
}

.px2-main {
  padding-inline: var(--px2-shell-gap);
  padding-top: var(--px2-shell-gap);
  padding-bottom: var(--px2-shell-gap);
  max-width: 1360px;
}

.px2-main > section,
.px2-main > .px2-slot-demo-modal {
  margin-bottom: clamp(16px, 2vw, 24px);
}

.px2-main > section:last-child {
  margin-bottom: 0;
}

.px2-section {
  background: linear-gradient(180deg, #112f62 0%, #0c244f 100%);
  border: 1px solid var(--px2-border-soft);
  border-radius: var(--px2-radius);
  padding: clamp(18px, 2.3vw, 30px);
  box-shadow: 0 12px 30px rgba(2, 8, 20, 0.35);
}

.px2-section h2 {
  font-size: clamp(1.36rem, 2vw, 2rem);
}

.px2-section h3 {
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
}

.px2-section li {
  margin-bottom: 0.52em;
}

.px2-heavy + p,
.px2-heavy + .px2-section,
.px2-heavy + .px2-cta-banner,
.px2-heavy + h2,
.px2-heavy + .px2-text-block {
  margin-top: clamp(16px, 2vw, 24px);
}

.px2-hero {
  position: relative;
  overflow: clip;
  min-height: clamp(320px, 39vw, 470px);
  border-radius: 24px;
  border: 1px solid rgba(173, 200, 244, 0.22);
  box-shadow: 0 16px 36px rgba(2, 8, 20, 0.48);
  display: flex;
  align-items: center;
  padding: clamp(22px, 4vw, 44px) clamp(18px, 3vw, 32px);
}

.px2-hero-media {
  position: absolute;
  inset: 0;
}

.px2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.px2-hero-card {
  position: relative;
  z-index: 2;
  width: min(530px, 100%);
  background: rgba(4, 12, 28, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 20px 20px 24px;
  backdrop-filter: blur(2px);
}

.px2-kicker {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  color: #c9ddff;
  margin-bottom: 0.8em;
}

.px2-hero h1 {
  font-size: clamp(1.62rem, 2.8vw, 2.35rem);
  margin-bottom: 0.66em;
}

.px2-hero p {
  color: #e6f1ff;
}

.px2-hero-btn {
  min-height: 50px;
  min-width: 236px;
  margin-top: 0.55em;
}

.px2-nav-accordion {
  background: #b6cee1;
  border-radius: 18px;
  border: 1px solid rgba(12, 45, 91, 0.18);
  overflow: clip;
  color: #123765;
}

.px2-nav-trigger {
  width: 100%;
  border: 0;
  background: #b6cee1;
  color: #123765;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  padding: 14px 18px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.px2-nav-list {
  list-style: none;
  margin: 0;
  padding: 0 8px 10px;
}

.px2-nav-list li {
  margin: 0;
}

.px2-nav-list a {
  display: block;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #10345f;
  font-size: 0.96rem;
}

.px2-nav-list a:hover,
.px2-nav-list a:focus-visible {
  background: rgba(20, 67, 119, 0.12);
}

.px2-slots {
  padding: clamp(14px, 2vw, 24px);
}

.px2-slot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.px2-slot-card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #0f2a58;
  box-shadow: 0 10px 24px rgba(2, 8, 22, 0.42);
  overflow: clip;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.px2-slot-card:hover,
.px2-slot-card.is-active {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(2, 8, 22, 0.52);
}

.px2-slot-image-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.px2-slot-image-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #071936;
}

.px2-slot-reveal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(4, 12, 30, 0.52);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.px2-slot-reveal::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #f5f9ff;
}

.px2-slot-actions {
  position: absolute;
  inset: auto 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.px2-slot-play,
.px2-slot-demo {
  min-height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  font: inherit;
  font-weight: 700;
  color: #f7fbff;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.px2-slot-play {
  background: linear-gradient(180deg, #ff8b4b 0%, #f06a2c 100%);
  box-shadow: 0 8px 16px rgba(240, 106, 44, 0.35);
}

.px2-slot-demo {
  background: rgba(9, 26, 58, 0.88);
  box-shadow: 0 7px 15px rgba(4, 12, 30, 0.44);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .px2-slot-card:hover .px2-slot-actions {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .px2-slot-card:hover .px2-slot-reveal {
    opacity: 0;
  }
}

.px2-slot-card.is-active .px2-slot-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.px2-slot-card.is-active .px2-slot-reveal {
  opacity: 0;
}

.px2-slot-intro {
  margin-top: clamp(16px, 2vw, 24px);
  color: var(--px2-text-soft);
}

.px2-slot-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(3, 8, 20, 0.84);
  display: grid;
  place-items: center;
  padding: 16px;
}

.px2-slot-demo-window {
  width: min(940px, calc(100% - 30px));
  max-height: calc(100vh - 30px);
  border-radius: 18px;
  background: #081c40;
  border: 1px solid rgba(189, 214, 248, 0.24);
  padding: 44px 14px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.px2-slot-demo-window iframe {
  width: 100%;
  height: min(66vh, 580px);
  border: 0;
  border-radius: 12px;
  background: #020916;
}

.px2-slot-demo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 250, 255, 0.14);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.px2-demo-money {
  min-height: 44px;
  min-width: 240px;
  margin: 0 auto;
}

.px2-table-wrap {
  overflow-x: auto;
  margin-top: clamp(16px, 2vw, 24px);
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.95rem;
}

th,
td {
  border-bottom: 1px solid rgba(184, 210, 245, 0.18);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

th {
  color: #d9e8ff;
  width: 34%;
  font-weight: 650;
}

td {
  color: #c3d6f7;
}

.px2-auth-stack {
  margin-top: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
}

.px2-auth-shot {
  width: min(760px, 100%);
  margin: 0;
  text-align: center;
}

.px2-auth-shot img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.px2-auth-shot figcaption {
  color: #adc4e9;
  font-size: 0.92rem;
  margin-top: 0.6em;
}

.px2-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.px2-feature-grid article {
  background: rgba(8, 27, 58, 0.74);
  border: 1px solid rgba(182, 211, 247, 0.16);
  border-radius: 14px;
  padding: 14px;
}

.px2-reviews-shell {
  margin-top: clamp(16px, 2vw, 24px);
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 10px;
  align-items: center;
}

.px2-review-nav {
  height: 66px;
  border: 1px solid rgba(195, 217, 249, 0.33);
  border-radius: 12px;
  background: rgba(4, 15, 37, 0.62);
  color: #eff6ff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.px2-reviews-viewport {
  overflow: hidden;
}

.px2-reviews-track {
  display: flex;
  transition: transform 0.28s ease;
  will-change: transform;
}

.px2-review-card {
  min-width: 100%;
  background: rgba(8, 25, 54, 0.78);
  border: 1px solid rgba(183, 211, 248, 0.16);
  border-radius: 14px;
  padding: 16px;
  overflow-wrap: anywhere;
}

.px2-review-card h3 {
  margin-bottom: 0.25em;
}

.px2-review-meta {
  color: #95b6e4;
  font-size: 0.9rem;
  margin-bottom: 0.7em;
}

.px2-cta-banner {
  position: relative;
  overflow: clip;
  min-height: 280px;
  border-radius: 22px;
  border: 1px solid rgba(174, 202, 243, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(22px, 4vw, 44px) clamp(18px, 3vw, 30px);
}

.px2-cta-media {
  position: absolute;
  inset: 0;
}

.px2-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.px2-cta-card {
  position: relative;
  z-index: 1;
  width: calc(100% - 24px);
  background: rgba(4, 12, 30, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 18px 20px 24px;
  text-align: center;
}

.px2-cta-card .px2-btn {
  min-height: 50px;
  min-width: 228px;
  margin-top: 0.6em;
}

.px2-calc-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.px2-calc-grid input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(170, 204, 248, 0.34);
  background: rgba(5, 18, 42, 0.7);
  color: #eef5ff;
  padding: 11px 12px;
  font: inherit;
}

.px2-calc-grid .px2-btn {
  min-height: 46px;
  margin-top: 4px;
}

.px2-contact-status {
  margin-top: 10px;
  color: #b8d7ff;
}

.px2-calc-result {
  margin-top: clamp(16px, 2vw, 24px);
  border-radius: 14px;
  border: 1px solid rgba(170, 208, 255, 0.28);
  background: rgba(4, 14, 34, 0.72);
  padding: 14px;
}

.px2-calc-label {
  color: #a9c6ed;
  margin-bottom: 0.3em;
}

.px2-calc-value {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 750;
  margin: 0;
}

.px2-bank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.px2-pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.px2-pros-cons-grid > div {
  border-radius: 14px;
  border: 1px solid rgba(177, 208, 247, 0.18);
  background: rgba(8, 25, 56, 0.7);
  padding: 14px;
}

.px2-feature-grid + p,
.px2-table-wrap + ul,
.px2-bank-grid + p {
  margin-top: clamp(16px, 2vw, 24px);
}

#lt-faq details {
  border: 1px solid rgba(177, 208, 247, 0.2);
  border-radius: 12px;
  background: rgba(7, 22, 49, 0.7);
  padding: 10px 12px;
  margin-bottom: 10px;
}

#lt-faq summary {
  cursor: pointer;
  font-weight: 650;
}

#lt-faq details p {
  margin-top: 0.8em;
  color: #bfd3f1;
}

.px2-footer {
  margin-inline: var(--px2-shell-gap);
  margin-bottom: 12px;
  background: #0c224d;
  border-radius: 16px;
  border: 1px solid rgba(180, 208, 247, 0.16);
  padding: 16px;
}

.px2-footer p {
  margin-bottom: 0.8em;
  color: #c5d8f6;
}

.px2-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.px2-footer-links a {
  text-decoration: none;
  color: #dff0ff;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 8px 12px;
}

.px2-floating-bonus {
  position: fixed;
  right: 16px;
  left: calc(var(--px2-sidebar-width) + 16px);
  bottom: 12px;
  z-index: 130;
  border-radius: 14px;
  border: 1px solid rgba(187, 214, 247, 0.22);
  background: rgba(9, 28, 61, 0.95);
  box-shadow: 0 16px 34px rgba(2, 8, 20, 0.5);
  padding: 12px 56px 12px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.px2-floating-bonus p {
  margin: 0;
  color: #edf6ff;
  font-weight: 650;
}

.px2-floating-bonus .px2-btn {
  min-height: 38px;
  min-width: 156px;
  white-space: nowrap;
}

.px2-floating-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: rgba(223, 236, 255, 0.17);
  color: #fff;
  line-height: 1;
  font-size: 1.15rem;
  cursor: pointer;
}

@media (max-width: 1360px) {
  :root {
    --px2-sidebar-width: 270px;
  }

  .px2-slot-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .px2-slot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  body.px2-body {
    display: block;
  }

  .px2-sidebar {
    position: sticky;
    width: 100%;
    inset: 0 auto auto 0;
    height: auto;
    min-height: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }

  .px2-logo-link {
    flex: 1;
    justify-content: flex-start;
    min-height: 68px;
  }

  .px2-logo-link img {
    width: min(190px, 88%);
  }

  .px2-sidebar-cta-stack {
    flex: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .px2-sidebar-nav,
  .px2-sidebar-note {
    display: none;
  }

  .px2-main-shell {
    margin-left: 0;
    width: 100%;
  }

  .px2-main {
    max-width: 100%;
  }

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

  .px2-feature-grid,
  .px2-bank-grid,
  .px2-pros-cons-grid {
    grid-template-columns: 1fr;
  }

  .px2-floating-bonus {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .px2-slot-demo-window {
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
    padding-top: 50px;
  }

  .px2-slot-demo-window iframe {
    height: calc(100vh - 160px);
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .px2-sidebar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 12px 12px;
  }

  .px2-logo-link {
    flex: none;
    width: 100%;
    min-height: 64px;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .px2-logo-link img {
    width: min(210px, 88%);
  }

  .px2-sidebar-cta-stack {
    flex: none;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .px2-sidebar-cta-stack .px2-btn {
    width: 100%;
  }

  .px2-main {
    padding-inline: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .px2-hero {
    min-height: 360px;
  }

  .px2-hero-card {
    width: 100%;
  }

  .px2-hero-btn {
    width: 100%;
    min-width: 0;
  }

  .px2-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  table {
    font-size: 0.82rem;
  }

  th,
  td {
    font-size: 0.88rem;
    padding: 8px 8px;
  }

  .px2-reviews-shell {
    grid-template-columns: 30px 1fr 30px;
    gap: 8px;
  }

  .px2-review-nav {
    width: 30px;
    height: 62px;
    border-radius: 8px;
    font-size: 1.24rem;
  }

  .px2-cta-card {
    width: 100%;
    padding: 16px 14px 20px;
  }

  .px2-cta-card .px2-btn {
    width: 100%;
    min-width: 0;
  }

  .accordion-nav .px2-nav-trigger {
    display: block;
    background: transparent;
    padding: 12px 16px;
    font-size: 0.98rem;
    line-height: 1.22;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .accordion-nav {
    border-color: rgba(12, 45, 91, 0.24);
    box-shadow: 0 8px 16px rgba(2, 10, 28, 0.14);
  }

  .px2-floating-bonus {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    padding: 12px 52px 12px 12px;
    min-height: 0;
    max-height: 120px;
    border-radius: 16px;
  }

  .px2-floating-bonus p {
    font-size: 1.05rem;
    line-height: 1.22;
  }

  .px2-floating-bonus .px2-btn {
    min-height: 38px;
    height: 38px;
    min-width: 138px;
    width: auto;
    padding-inline: 16px;
    font-size: 1rem;
    align-self: start;
  }

  .px2-floating-close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 1.25rem;
  }
}

@media (max-width: 420px) {
  .px2-floating-bonus p {
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .px2-floating-bonus .px2-btn {
    min-height: 34px;
    height: 34px;
    min-width: 126px;
    font-size: 0.95rem;
    padding-inline: 14px;
  }
}
