/*
Theme Name: S8 iGaming Landing
Theme URI: https://example.com/s8-igaming
Author: OpenAI
Author URI: https://openai.com/
Description: Landing page iGaming S8 phong cách trắng - xanh hiện đại, tối ưu responsive và không phụ thuộc plugin.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: s8-igaming
Tags: custom-logo, custom-menu, one-column, responsive-layout
*/

:root {
  --ink: #07172f;
  --muted: #60718a;
  --blue: #1265eb;
  --blue-deep: #0746c5;
  --cyan: #35d6ff;
  --line: #dce7f5;
  --soft: #f2f7fe;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.admin-bar .site-header {
  top: 32px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(18, 101, 235, 0.25);
  clip: auto !important;
  clip-path: none;
  color: var(--blue);
  display: block;
  font-size: 14px;
  height: auto;
  left: 12px;
  padding: 12px 16px;
  top: 12px;
  width: auto;
  z-index: 99999;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(220, 231, 245, 0.8);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 84px;
  padding: 0 clamp(24px, 5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  justify-self: start;
}

.brand-mark,
.mini-brand {
  align-items: center;
  background: linear-gradient(145deg, var(--blue), var(--blue-deep));
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(18, 101, 235, 0.25);
  color: white;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 43px;
  justify-content: center;
  letter-spacing: -1px;
  transform: skew(-6deg);
  width: 43px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 19px;
  letter-spacing: 0.08em;
}

.brand-copy small {
  color: #7d8da4;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

nav ul {
  align-items: center;
  display: flex;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  color: #465b77;
  font-size: 14px;
  font-weight: 650;
  transition: color 180ms ease;
}

nav a:hover {
  color: var(--blue);
}

.custom-logo-wrap,
.custom-logo-wrap .custom-logo-link {
  align-items: center;
  display: inline-flex;
}

.custom-logo-wrap img {
  height: auto;
  max-height: 48px;
  max-width: 180px;
  width: auto;
}

.header-actions,
.hero-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.header-actions {
  justify-self: end;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  gap: 9px;
  justify-content: center;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0 20px;
}

.button-large {
  min-height: 54px;
  padding: 0 25px;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  box-shadow: 0 11px 26px rgba(18, 101, 235, 0.22);
  color: white;
}

.button-primary:hover {
  box-shadow: 0 15px 34px rgba(18, 101, 235, 0.3);
}

.button-ghost {
  color: #39516e;
  min-height: 42px;
  padding: 0 14px;
}

.button-soft {
  background: #eef5ff;
  border-color: #d8e7fb;
  color: #184d9d;
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(228, 240, 255, 0.5) 1px, transparent 1px),
    linear-gradient(rgba(228, 240, 255, 0.5) 1px, transparent 1px),
    linear-gradient(155deg, #ffffff 30%, #f3f8ff 100%);
  background-size: 54px 54px, 54px 54px, auto;
  display: grid;
  gap: clamp(30px, 6vw, 96px);
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  min-height: 720px;
  overflow: hidden;
  padding: 74px clamp(24px, 7vw, 112px) 78px;
  position: relative;
}

.hero::before {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-glow {
  border-radius: 999px;
  filter: blur(3px);
  opacity: 0.46;
  pointer-events: none;
  position: absolute;
}

.hero-glow-one {
  background: #d9ebff;
  height: 310px;
  left: -150px;
  top: 160px;
  width: 310px;
}

.hero-glow-two {
  background: #c9f5ff;
  bottom: -220px;
  height: 460px;
  right: 8%;
  width: 460px;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--blue);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  gap: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--blue);
  border-radius: 20px;
  box-shadow: 0 0 0 5px #e6f0ff;
  height: 7px;
  width: 7px;
}

.hero h1 {
  font-size: clamp(48px, 5.4vw, 78px);
  letter-spacing: -0.057em;
  line-height: 0.98;
  margin: 0;
  max-width: 700px;
}

.hero h1 span {
  background: linear-gradient(92deg, var(--blue-deep), #12aeea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.hero-copy > p {
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.75;
  margin: 27px 0 31px;
  max-width: 620px;
}

.hero-note {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.avatars {
  display: flex;
  padding-left: 10px;
}

.avatars span {
  align-items: center;
  background: var(--blue);
  border: 3px solid white;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  margin-left: -10px;
  width: 36px;
}

.avatars span:nth-child(2) {
  background: #10b4dc;
}

.avatars span:nth-child(3) {
  background: #0c2344;
}

.hero-note p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.hero-note strong {
  font-size: 13px;
}

.hero-note p span {
  color: #8291a5;
  font-size: 11px;
}

.hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 560px;
}

.hero-visual::before {
  background: radial-gradient(circle at 50% 50%, #ffffff 0 29%, #e4effd 30% 31%, transparent 32% 100%);
  border-radius: 50%;
  content: "";
  height: min(45vw, 660px);
  position: absolute;
  width: min(45vw, 660px);
}

.orbit {
  border: 1px solid rgba(79, 139, 219, 0.22);
  border-radius: 50%;
  position: absolute;
}

.orbit-one {
  height: 500px;
  width: 500px;
}

.orbit-two {
  height: 620px;
  width: 620px;
}

.app-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.98);
  border-radius: 28px;
  box-shadow: 0 35px 90px rgba(30, 75, 135, 0.18), 0 8px 25px rgba(35, 93, 170, 0.09);
  padding: 22px;
  position: relative;
  transform: rotate(1.6deg);
  width: min(440px, 86%);
  z-index: 3;
}

.app-top {
  align-items: center;
  display: flex;
  gap: 12px;
}

.mini-brand {
  border-radius: 9px;
  font-size: 14px;
  height: 32px;
  width: 32px;
}

.app-status {
  align-items: center;
  color: #73839a;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 6px;
}

.app-status span,
.float-pill span {
  background: #20c87a;
  border-radius: 50%;
  height: 7px;
  box-shadow: 0 0 0 4px #e2f8ed;
  width: 7px;
}

.app-top button {
  background: #f3f7fc;
  border: 0;
  border-radius: 9px;
  color: #718198;
  height: 32px;
  margin-left: auto;
  width: 36px;
}

.balance-card {
  align-items: flex-end;
  background: linear-gradient(135deg, #0c64ea, #0649c5);
  border-radius: 19px;
  box-shadow: 0 17px 35px rgba(12, 100, 234, 0.23);
  color: white;
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  overflow: hidden;
  padding: 21px;
  position: relative;
}

.balance-card::after {
  border: 18px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 110px;
  position: absolute;
  right: -35px;
  top: -46px;
  width: 110px;
}

.balance-card div {
  display: grid;
  gap: 7px;
}

.balance-card span {
  color: #cfe3ff;
  font-size: 10px;
}

.balance-card strong {
  font-size: 26px;
  letter-spacing: -0.03em;
}

.balance-card .currency {
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding-bottom: 3px;
}

.quick-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 20px;
}

.quick-actions div {
  align-items: center;
  color: #52677f;
  display: flex;
  flex-direction: column;
  font-size: 9px;
  font-weight: 700;
  gap: 7px;
}

.quick-icon {
  align-items: center;
  background: #edf5ff;
  border: 1px solid #dceaff;
  border-radius: 12px;
  color: var(--blue);
  display: flex;
  font-size: 14px;
  height: 37px;
  justify-content: center;
  width: 37px;
}

.app-section-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.app-section-title strong {
  font-size: 12px;
}

.app-section-title span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 750;
}

.match-card {
  border: 1px solid #e2ebf6;
  border-radius: 17px;
  padding: 14px;
}

.match-league {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.match-league span {
  color: #f04562;
  font-size: 8px;
  font-weight: 850;
}

.match-league small {
  color: #96a3b5;
  font-size: 7px;
  font-weight: 800;
}

.match-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr;
  margin: 13px 0;
}

.team {
  align-items: center;
  display: flex;
  gap: 8px;
}

.team-right {
  flex-direction: row-reverse;
  text-align: right;
}

.team strong {
  font-size: 9px;
}

.team-badge {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 9px;
  font-weight: 900;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.team-blue {
  background: #0757d7;
}

.team-cyan {
  background: #11bfe6;
}

.score {
  align-items: center;
  display: flex;
  gap: 7px;
}

.score strong {
  font-size: 16px;
}

.score span {
  color: #a0acbc;
  font-size: 11px;
}

.odds {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}

.odds span {
  background: #f2f7fd;
  border-radius: 8px;
  color: #8090a5;
  display: flex;
  font-size: 8px;
  justify-content: space-between;
  padding: 8px 9px;
}

.odds b {
  color: var(--blue);
}

.float-pill {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid white;
  border-radius: 999px;
  box-shadow: 0 14px 35px rgba(37, 81, 139, 0.14);
  color: #2c4766;
  display: flex;
  font-size: 10px;
  font-weight: 850;
  gap: 8px;
  padding: 11px 15px;
  position: absolute;
  z-index: 5;
}

.pill-live {
  left: 2%;
  top: 19%;
}

.pill-secure {
  bottom: 17%;
  right: 0;
}

.trust-strip {
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  margin: 0 clamp(24px, 7vw, 112px);
}

.trust-strip > div {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 12px;
  min-height: 88px;
  padding: 15px 28px;
}

.trust-strip strong {
  color: var(--blue);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.trust-strip div > span {
  color: #64758c;
  font-size: 12px;
  font-weight: 700;
}

.trust-strip .trust-tag {
  border-right: 0;
  color: #64758c;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
}

.trust-tag span {
  align-items: center;
  border: 1px solid #f2a4ad;
  border-radius: 50%;
  color: #d63a4c !important;
  display: flex;
  font-size: 10px !important;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 130px clamp(24px, 7vw, 112px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-bottom: 54px;
}

.section-kicker {
  color: var(--blue);
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.section-heading h2,
.experience-intro h2,
.promo-copy h2,
.responsible-section h2,
.faq-intro h2 {
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -0.052em;
  line-height: 1.05;
  margin: 0;
}

.section-heading > p,
.experience-intro > p,
.faq-intro > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.game-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
}

.game-card {
  background: linear-gradient(150deg, #f8fbff, #eef5fe);
  border: 1px solid #dde9f7;
  border-radius: 24px;
  min-height: 400px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.game-card:hover {
  box-shadow: 0 24px 50px rgba(40, 83, 139, 0.12);
  transform: translateY(-5px);
}

.game-card-featured,
.casino-card,
.slot-card {
  grid-column: span 4;
}

.game-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.game-number {
  color: #8ca0b8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.game-label,
.live-tag {
  background: white;
  border: 1px solid #dde9f7;
  border-radius: 999px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.game-label-cyan {
  color: #0687a7;
}

.live-tag {
  align-items: center;
  color: #e3475e;
  display: flex;
  gap: 6px;
}

.live-tag i {
  background: #ec4660;
  border-radius: 50%;
  height: 5px;
  box-shadow: 0 0 0 3px #ffe3e8;
  width: 5px;
}

.stadium-art,
.casino-art,
.slot-art {
  height: 190px;
  margin: 7px -24px 8px;
  overflow: hidden;
  position: relative;
}

.stadium-art {
  align-items: center;
  display: flex;
  justify-content: center;
  perspective: 500px;
}

.stadium-art::before {
  background: radial-gradient(circle at center, rgba(56, 214, 255, 0.2), transparent 64%);
  content: "";
  inset: 0;
  position: absolute;
}

.stadium-ring {
  border: 1px solid rgba(18, 101, 235, 0.15);
  border-radius: 50%;
  height: 250px;
  position: absolute;
  transform: rotateX(72deg);
  width: 330px;
}

.ring-a {
  top: 14px;
}

.ring-b {
  height: 180px;
  top: 44px;
  width: 250px;
}

.field {
  background: linear-gradient(145deg, #1672f4, #0644ba);
  border: 5px solid white;
  border-radius: 11px;
  box-shadow: 0 15px 32px rgba(18, 101, 235, 0.24);
  height: 83px;
  position: relative;
  transform: rotateX(55deg) rotateZ(-8deg);
  width: 142px;
}

.field::before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
}

.field::after {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.ball {
  align-items: center;
  background: white;
  border: 1px solid #cbdcf2;
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(26, 76, 139, 0.2);
  color: var(--blue);
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 20%;
  top: 35px;
  transform: rotate(-10deg);
  width: 40px;
}

.casino-card {
  background: linear-gradient(150deg, #f3f8ff, #e6f2ff);
}

.casino-art::before {
  background: linear-gradient(145deg, #0b64e8, #073bb2);
  border-radius: 50%;
  content: "";
  height: 240px;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 340px;
}

.table-line {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  height: 170px;
  left: 50%;
  position: absolute;
  top: 79px;
  transform: translateX(-50%);
  width: 270px;
}

.chip {
  align-items: center;
  background: white;
  border: 6px dashed #0a62e5;
  border-radius: 50%;
  box-shadow: 0 17px 30px rgba(32, 72, 126, 0.2);
  color: var(--blue);
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 67px;
  justify-content: center;
  position: absolute;
  width: 67px;
  z-index: 2;
}

.chip-one {
  left: 29%;
  top: 63px;
  transform: rotate(-13deg);
}

.chip-two {
  border-color: #27cdea;
  right: 27%;
  top: 105px;
  transform: rotate(11deg);
}

.slot-art {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  transform: rotate(-3deg);
}

.slot-art::before {
  background: radial-gradient(circle, #c7f4ff, transparent 68%);
  content: "";
  inset: -50px 0 0;
  position: absolute;
}

.slot-art > div {
  background: white;
  border: 1px solid #dbe8f7;
  border-radius: 13px;
  box-shadow: 0 15px 25px rgba(45, 86, 138, 0.1);
  display: grid;
  gap: 4px;
  padding: 7px;
  position: relative;
}

.slot-art > div:nth-child(2) {
  transform: translateY(-12px);
}

.slot-art span {
  align-items: center;
  background: #eef6ff;
  border-radius: 8px;
  color: var(--blue);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  height: 39px;
  justify-content: center;
  width: 43px;
}

.game-copy {
  position: relative;
  z-index: 3;
}

.game-copy > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-copy h3 {
  font-size: 24px;
  letter-spacing: -0.035em;
  margin: 8px 0 8px;
}

.game-copy p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.game-copy a,
.text-link {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 7px;
}

.game-copy a svg,
.text-link svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
  width: 14px;
}

.game-copy a:hover svg,
.text-link:hover svg {
  transform: translateX(3px);
}

.mini-game-card {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-column: span 4;
  grid-template-columns: auto 1fr;
  min-height: 176px;
  padding: 24px 28px;
}

.mini-game-card > .game-number {
  left: 20px;
  position: absolute;
  top: 18px;
}

.mini-art {
  align-items: center;
  background: linear-gradient(145deg, #0d68ec, #0744bc);
  border-radius: 22px;
  box-shadow: 0 15px 28px rgba(18, 101, 235, 0.2);
  color: white;
  display: flex;
  font-size: 24px;
  font-weight: 900;
  height: 88px;
  justify-content: center;
  margin-top: 12px;
  transform: rotate(-4deg);
  width: 88px;
}

.esport-art {
  background: linear-gradient(145deg, #12bde6, #0876d9);
  font-size: 38px;
  transform: rotate(4deg);
}

.lotto-art {
  background: #fff;
  border: 1px solid #bcd5f4;
  color: var(--blue);
}

.mini-game-card .game-copy {
  margin-top: 10px;
}

.mini-game-card .game-copy h3 {
  margin-bottom: 12px;
}

.experience-section {
  background:
    radial-gradient(circle at 6% 20%, rgba(20, 111, 237, 0.14), transparent 26%),
    linear-gradient(145deg, #06162f, #0a2449);
  color: white;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.8fr 1.2fr;
  padding: 130px clamp(24px, 9vw, 145px);
  position: relative;
}

.experience-section::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.experience-intro,
.feature-list {
  position: relative;
  z-index: 2;
}

.experience-intro {
  align-self: start;
  position: sticky;
  top: 130px;
}

.experience-intro > p {
  color: #9eb1cb;
  margin: 24px 0 30px;
}

.text-link {
  color: #5bdcff;
  font-size: 13px;
}

.feature-list {
  display: grid;
}

.feature-list article {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr;
  padding: 34px 0 40px;
}

.feature-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.feature-icon {
  align-items: center;
  background: rgba(52, 135, 255, 0.14);
  border: 1px solid rgba(99, 165, 255, 0.22);
  border-radius: 18px;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.feature-icon i {
  border: 2px solid #4fdcff;
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.speed-icon i {
  border-bottom: 0;
  border-left-color: transparent;
  border-radius: 50% 50% 0 0;
}

.speed-icon i::after {
  background: #4fdcff;
  content: "";
  height: 2px;
  left: 9px;
  position: absolute;
  top: 12px;
  transform: rotate(-35deg);
  transform-origin: left center;
  width: 11px;
}

.shield-icon i {
  border-radius: 12px 12px 15px 15px;
  height: 27px;
  transform: scaleX(0.86);
}

.support-icon i {
  border-radius: 50%;
}

.support-icon i::after {
  border-bottom: 2px solid #4fdcff;
  border-radius: 0 0 10px 10px;
  bottom: -6px;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  width: 12px;
}

.feature-list article > div:last-child > span {
  color: #5bdcff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.feature-list h3 {
  font-size: 24px;
  letter-spacing: -0.03em;
  margin: 8px 0 10px;
}

.feature-list p {
  color: #9eb1cb;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}

.promo-section {
  padding: 120px clamp(24px, 7vw, 112px);
}

.promo-card {
  background:
    radial-gradient(circle at 75% 40%, rgba(57, 215, 255, 0.36), transparent 28%),
    linear-gradient(135deg, #0d6cf2, #063eb3);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(18, 101, 235, 0.22);
  color: white;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 0.75fr;
  min-height: 470px;
  overflow: hidden;
  padding: 70px clamp(30px, 6vw, 90px);
  position: relative;
}

.promo-copy {
  align-self: center;
  position: relative;
  z-index: 3;
}

.promo-badge {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  display: inline-flex;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin-bottom: 20px;
  padding: 9px 13px;
}

.promo-copy h2 {
  max-width: 650px;
}

.promo-copy > p {
  color: #d8e7ff;
  font-size: 15px;
  line-height: 1.7;
  margin: 21px 0 28px;
  max-width: 570px;
}

.promo-actions {
  align-items: center;
  display: flex;
  gap: 18px;
}

.button-white {
  background: white;
  color: var(--blue-deep);
}

.promo-actions > span {
  color: #d9e8ff;
  font-size: 10px;
}

.promo-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 310px;
  position: relative;
  z-index: 2;
}

.promo-s,
.promo-eight {
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(140px, 15vw, 220px);
  font-weight: 950;
  letter-spacing: -0.14em;
  line-height: 0.8;
  position: relative;
  text-shadow: 0 24px 44px rgba(1, 35, 104, 0.25);
}

.promo-s {
  transform: rotate(-8deg);
}

.promo-eight {
  color: #53deff;
  margin-left: -4px;
  transform: rotate(7deg);
}

.promo-chip {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 18px 30px rgba(2, 34, 92, 0.2);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  position: absolute;
  width: 58px;
}

.promo-chip-a {
  left: 6%;
  top: 12%;
}

.promo-chip-b {
  bottom: 2%;
  right: 4%;
}

.promo-orbit {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  height: 520px;
  position: absolute;
  right: -60px;
  top: -20px;
  width: 520px;
}

.promo-orbit-two {
  height: 680px;
  right: -140px;
  top: -100px;
  width: 680px;
}

.steps-section {
  padding: 10px clamp(24px, 7vw, 112px) 130px;
}

.compact-heading {
  grid-template-columns: 1fr;
}

.steps-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid article {
  border-right: 1px solid var(--line);
  padding: 38px 34px 42px;
}

.steps-grid article:last-child {
  border-right: 0;
}

.steps-grid span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.steps-grid h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 25px 0 10px;
}

.steps-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 300px;
}

.responsible-section {
  align-items: center;
  background: #f2f7fe;
  border: 1px solid #dce8f6;
  border-radius: 28px;
  display: grid;
  gap: 35px;
  grid-template-columns: auto 1.2fr 1fr auto;
  margin: 0 clamp(24px, 7vw, 112px) 120px;
  padding: 40px 46px;
}

.responsible-mark {
  align-items: center;
  border: 1.5px solid #de6574;
  border-radius: 50%;
  color: #ce3146;
  display: flex;
  font-size: 19px;
  font-weight: 850;
  height: 70px;
  justify-content: center;
  width: 70px;
}

.responsible-section .section-kicker {
  margin-bottom: 10px;
}

.responsible-section h2 {
  font-size: clamp(26px, 2.5vw, 38px);
}

.responsible-section > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

.faq-section {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.78fr 1.22fr;
  padding: 20px clamp(24px, 9vw, 145px) 140px;
}

.faq-intro > p {
  margin-top: 22px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: space-between;
  list-style: none;
  padding: 25px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  align-items: center;
  background: #eef5ff;
  border-radius: 50%;
  color: var(--blue);
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 32px;
  justify-content: center;
  transition: transform 180ms ease;
  width: 32px;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: -5px 50px 25px 0;
}

footer {
  background: #06162e;
  color: white;
  padding: 70px clamp(24px, 7vw, 112px) 28px;
}

.footer-main {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.9fr 1.1fr;
}

.footer-brand .brand-copy small {
  color: #8196b5;
}

.footer-brand > p {
  color: #8fa4c2;
  font-size: 12px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: 320px;
}

.footer-links {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-links strong {
  font-size: 12px;
  margin-bottom: 5px;
}

.footer-links a {
  color: #8fa4c2;
  font-size: 11px;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: #5bdcff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #7286a4;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 24px;
}

.mobile-cta {
  display: none;
}

.content-shell {
  background: #f4f8fd;
  min-height: 60vh;
  padding: 90px clamp(24px, 8vw, 130px);
}

.content-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(27, 75, 135, 0.08);
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(28px, 5vw, 64px);
}

.content-card h1 {
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -0.045em;
  margin: 0 0 28px;
}

.entry-content {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.entry-content img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.9fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: 40px;
  }

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

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

  .game-card-featured,
  .casino-card,
  .slot-card,
  .mini-game-card {
    grid-column: span 6;
  }

  .slot-card {
    grid-column: span 12;
  }

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

  .responsible-section > p {
    display: none;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    height: 70px;
    padding: 0 18px;
  }

  .brand-copy {
    display: none;
  }

  .button-ghost {
    display: none;
  }

  .hero {
    gap: 30px;
    grid-template-columns: 1fr;
    padding: 56px 20px 48px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-visual {
    min-height: 500px;
  }

  .hero-visual::before {
    height: 500px;
    width: 500px;
  }

  .orbit-one {
    height: 420px;
    width: 420px;
  }

  .orbit-two {
    height: 520px;
    width: 520px;
  }

  .app-card {
    padding: 18px;
    width: min(390px, 94%);
  }

  .pill-live {
    left: -2px;
    top: 14%;
  }

  .pill-secure {
    bottom: 13%;
    right: -2px;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
    margin: 0 20px;
  }

  .trust-strip > div {
    min-height: 78px;
    padding: 13px 15px;
  }

  .section {
    padding: 90px 20px;
  }

  .section-heading {
    align-items: start;
    gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .experience-intro h2,
  .promo-copy h2,
  .faq-intro h2 {
    font-size: 39px;
  }

  .game-card-featured,
  .casino-card,
  .slot-card,
  .mini-game-card {
    grid-column: span 12;
  }

  .game-card {
    min-height: 390px;
  }

  .mini-game-card {
    min-height: 170px;
  }

  .experience-section {
    gap: 60px;
    grid-template-columns: 1fr;
    padding: 90px 20px;
  }

  .experience-intro {
    position: static;
  }

  .feature-list article {
    gap: 18px;
    grid-template-columns: auto 1fr;
  }

  .promo-section {
    padding: 80px 20px;
  }

  .promo-card {
    grid-template-columns: 1fr;
    padding: 50px 26px 20px;
  }

  .promo-visual {
    min-height: 230px;
  }

  .promo-s,
  .promo-eight {
    font-size: 130px;
  }

  .promo-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .steps-section {
    padding: 0 20px 90px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .steps-grid article:last-child {
    border-bottom: 0;
  }

  .responsible-section {
    align-items: start;
    grid-template-columns: auto 1fr;
    margin: 0 20px 90px;
    padding: 30px 25px;
  }

  .responsible-section .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .faq-section {
    gap: 45px;
    grid-template-columns: 1fr;
    padding: 0 20px 100px;
  }

  footer {
    padding: 60px 20px 90px;
  }

  .footer-main {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 26px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: 0.8fr 1.2fr;
    left: 0;
    padding: 10px 14px;
    position: fixed;
    right: 0;
    z-index: 40;
  }

  .mobile-cta > a:first-child {
    color: #405876;
    font-size: 13px;
    font-weight: 750;
    text-align: center;
  }

  .mobile-cta .button {
    min-height: 46px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 440px) {
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .trust-strip > div:last-child {
    border-bottom: 0;
  }
}

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

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