/* EXACT COPY of usdtylc.com style */
/* Elementor Kit CSS variables + Hello Elementor base + all custom widget styles */

/* === ROOT VARIABLES === */
:root {
  --e-global-color-primary: #000000;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-8292b04: #FFFFFF;
  --e-global-color-b932abb: #E9ECEB;
  --e-global-color-22aa323: #2F5349;
  --e-global-color-ae532c6: #7C8B56;
  --e-global-color-9324723: #C2C5BD;
  --e-global-color-1b26ee4: #D44700;
  --e-global-color-9a74dc2: #E02B20;
  --e-global-color-a650ba4: #666666;
  --e-global-color-e48837b: #28292D;
  --e-global-color-8d08879: #171717;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
  --container-max-width: 1140px;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* === TYPOGRAPHY === */
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p { margin-block-start: 0; margin-block-end: 0.9rem; }
a { background-color: transparent; text-decoration: none; color: var(--e-global-color-1b26ee4); }
a:hover { color: var(--e-global-color-9a74dc2); }
b, strong { color: #ff6600; }

img { border-style: none; height: auto; max-width: 100%; }
ol, ul { margin-block-start: 0; margin-block-end: 0; padding-inline-start: 20px; }
li { margin: 0; }

/* === ELEMENTOR CONTAINER SYSTEM === */
.e-con {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
}

.e-con-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  flex-shrink: 0;
  max-width: min(100%, var(--container-max-width, 1140px));
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.e-con-boxed {
  flex-direction: column;
  align-items: center;
}

.e-con-full {
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 10px;
}

.e-flex {
  display: flex;
}

/* === HEADER === */
.site-header {
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  position: relative;
}

.elementor-location-header {
  position: relative;
  z-index: 100;
}

/* Header container */
.elementor-element-2c844ef8 {
  background-color: var(--e-global-color-8d08879); /* #171717 */
}

.elementor-element-2c844ef8 .e-con-inner {
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
}

/* Logo container - takes ~30% width on desktop */
.elementor-element-70c7a1f0 {
  width: 25%;
  flex-shrink: 0;
}

/* Nav container - takes remaining space */
.elementor-element-55f8c382 {
  width: 75%;
  flex-shrink: 0;
  background-color: transparent;
}

.elementor-element-55f8c382 .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

/* Elementor Nav Menu */
.elementor-nav-menu--main {
  display: flex;
}

.elementor-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.elementor-nav-menu__container {
  display: flex;
}

.elementor-nav-menu--layout-horizontal {
  display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li {
  position: relative;
  display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  fill: #fff;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}

.nav-menu-redesign {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.nav-menu-redesign .menu-item a {
  padding: 11px 18px !important;
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nav-menu-redesign .menu-item a:hover,
.nav-menu-redesign .menu-item a.elementor-item-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(212,71,0,0.95), rgba(224,43,32,0.9));
  box-shadow: 0 12px 24px rgba(212,71,0,0.22);
  transform: translateY(-1px);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a:hover,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a.elementor-item-active {
  color: var(--e-global-color-1b26ee4); /* #D44700 */
}

.elementor-nav-menu--layout-horizontal .nav-menu-redesign a:hover,
.elementor-nav-menu--layout-horizontal .nav-menu-redesign a.elementor-item-active {
  color: #fff;
}

.elementor-nav-menu--main .elementor-nav-menu a {
  padding: 13px 20px;
}

/* Login/Register buttons on the right */
.header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  text-decoration: none !important;
}

.header-btn-login {
  background: #fff;
  color: #171717 !important;
}

.header-btn-login:hover {
  background: #e0e0e0;
}

.header-btn-register {
  background: linear-gradient(135deg, #D44700, #E02B20);
  color: #fff !important;
}

.header-btn-register:hover {
  opacity: 0.9;
}

/* === NAV TOGGLE (mobile) === */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 5px;
}

.elementor-menu-toggle {
  display: none;
}

.elementor-nav-menu--dropdown {
  display: none;
}

/* === HERO SECTION (Section 1 - Dragon BG) === */
.elementor-element-b376ce9 {
  background-color: #000;
}

.elementor-element-b376ce9 .e-con-inner {
  padding: 60px 10px;
  align-items: center;
}

/* Left column - text */
.elementor-element-fe4d0f2 {
  width: 50%;
  padding-right: 30px;
}

/* Hero heading */
.elementor-element-fe4d0f2 .elementor-heading-title {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

/* Hero text below heading */
.elementor-element-fe4d0f2 .elementor-widget-text-editor {
  color: #ccc;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 15px;
}

.hero-single-action {
  margin-top: 28px;
}

.hero-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D44700, #E02B20);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 38px rgba(224, 43, 32, 0.24);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(224, 43, 32, 0.32);
}

/* Right column - dragon image */
.elementor-element-1de398a {
  width: 50%;
  text-align: center;
}

.elementor-element-1de398a img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* === KEYWORD HUB === */
.keyword-hub-section {
  background:
    radial-gradient(circle at top left, rgba(212, 71, 0, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(224, 43, 32, 0.1), transparent 30%),
    #0f1013;
  color: #fff;
}

.keyword-hub-section .e-con-inner {
  padding: 56px 10px;
  flex-direction: column;
}

.keyword-hub-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.keyword-hub-kicker {
  display: inline-flex;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #ffb58a;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.keyword-hub-heading h2 {
  margin-bottom: 12px;
  font-size: 34px;
  color: #fff;
}

.keyword-hub-heading p {
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.75;
}

.keyword-hub-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.keyword-hub-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #fff !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.keyword-hub-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 133, 64, 0.6);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.keyword-hub-card h3 {
  margin: 18px 0 12px;
  font-size: 24px;
  color: #fff;
}

.keyword-hub-card p {
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  line-height: 1.8;
}

.keyword-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(255,255,255,0.08);
  color: #ffd4bf;
}

.keyword-link {
  margin-top: auto;
  padding-top: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-style-editorial {
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(212,71,0,0.12));
}

.card-style-steps::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(255,255,255,0.16);
  border-radius: 18px;
  pointer-events: none;
}

.card-style-grid {
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  background-color: rgba(255,255,255,0.04);
}

.card-style-signal::before,
.card-style-signal::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,133,64,0.26), rgba(255,255,255,0));
}

.card-style-signal::before {
  width: 180px;
  height: 180px;
  top: -40px;
  right: -40px;
}

.card-style-signal::after {
  width: 110px;
  height: 110px;
  bottom: -30px;
  left: -10px;
}

.card-style-luxury {
  background:
    linear-gradient(135deg, rgba(185, 142, 81, 0.18), rgba(255,255,255,0.03)),
    #171717;
  border-color: rgba(218, 171, 103, 0.28);
}

/* === SECTION 2: Game List === */
.elementor-element-13f2195 {
  padding: 40px 0;
}

.elementor-element-13f2195 .e-con-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-element-13f2195 .elementor-heading-title {
  text-align: center;
}

.elementor-element-38801c3 .elementor-heading-title {
  font-size: 32px;
  font-weight: 600;
  color: #171717;
}

.elementor-element-40625be .elementor-heading-title {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-top: -10px;
}

/* Game categories 4-column grid */
.elementor-element-4d23200 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

.game-category {
  flex: 1;
  min-width: 0;
  text-align: left;
  padding: 0 10px;
}

.game-category h4 {
  font-size: 18px;
  font-weight: 600;
  color: #D44700;
  margin-bottom: 15px;
  text-align: center;
}

.game-category .game-img {
  text-align: center;
  margin-bottom: 15px;
}

.game-category .game-img img {
  width: 220px;
  height: 290px;
  object-fit: cover;
  border-radius: 6px;
}

.game-category ul, .game-category ol {
  padding-left: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.game-category li {
  margin-bottom: 8px;
}

/* === FULL-WIDTH BANNER === */
.elementor-element-c059023 {
  width: 100%;
  padding: 0;
}

.elementor-element-c059023 img {
  width: 100%;
  height: auto;
  display: block;
}

/* === VIDEO SECTION === */
.elementor-element-cbabef5 {
  padding: 40px 0;
}

.elementor-element-cbabef5 .e-con-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-element-df81854 .elementor-heading-title {
  font-size: 32px;
  font-weight: 600;
  color: #171717;
}

.video-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}

.video-wrapper video {
  width: 100%;
  border-radius: 8px;
  display: block;
}

/* === SECTION: Security === */
.elementor-element-b9d4589 {
  background-color: var(--e-global-color-b932abb); /* #E9ECEB */
}

.elementor-element-b9d4589 .e-con-inner {
  padding: 60px 10px;
  flex-direction: column;
}

/* Inner flex row for security section */
.elementor-element-cc5ce6c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.security-col {
  flex: 1;
  min-width: 250px;
}

.security-col-img {
  text-align: center;
}

.security-col-img img {
  width: 100%;
  max-width: 280px;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.security-col h2 {
  font-size: 24px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 15px;
}

.security-col ol {
  padding-left: 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.security-col li {
  margin-bottom: 10px;
}

/* CTA Button */
.cta-btn-wrapper {
  text-align: center;
  margin-top: 20px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 40px;
  background: linear-gradient(135deg, #D44700, #E02B20);
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
  text-decoration: none !important;
}

.cta-btn:hover {
  opacity: 0.9;
}

.cta-btn .arrow-icon {
  font-size: 20px;
}

/* === ACTIVITIES SECTION === */
.elementor-element-957594b {
  background-color: var(--e-global-color-8d08879); /* #171717 */
  color: #fff;
}

.elementor-element-957594b .e-con-inner {
  padding: 60px 10px;
  flex-direction: column;
}

.elementor-element-957594b .elementor-heading-title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.elementor-element-957594b .elementor-widget-text-editor {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Activities layout: left accordion, right image */
.activities-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
}

.activities-accordion {
  flex: 1;
}

.activities-image {
  flex: 1;
}

.activities-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* === INNER PAGES === */
.inner-page {
  background: #0b0d11;
  color: #edf1f5;
}

.inner-page .elementor-location-footer,
.inner-page .elementor-element-12af62a {
  background: #090b0f;
}

.inner-page a {
  color: #ff9b62;
}

.site-breadcrumb {
  background: #11151d;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-breadcrumb .e-con-inner {
  min-height: auto;
  justify-content: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  padding: 16px 10px;
}

.site-breadcrumb a {
  color: #fff;
}

.topic-hero {
  position: relative;
  overflow: hidden;
}

.topic-hero::before,
.topic-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.topic-hero::before {
  width: 420px;
  height: 420px;
  top: -160px;
  right: -100px;
  background: radial-gradient(circle, rgba(224,43,32,0.22), transparent 65%);
}

.topic-hero::after {
  width: 340px;
  height: 340px;
  bottom: -180px;
  left: -80px;
  background: radial-gradient(circle, rgba(212,71,0,0.18), transparent 65%);
}

.topic-hero .e-con-inner {
  position: relative;
  z-index: 1;
  padding: 72px 10px;
  align-items: center;
}

.topic-hero-copy,
.topic-hero-visual {
  width: 50%;
}

.topic-hero-copy h1 {
  margin-bottom: 18px;
  font-size: 52px;
  line-height: 1.08;
  color: #fff;
}

.topic-hero-copy p {
  max-width: 560px;
  color: rgba(255,255,255,0.8);
  font-size: 18px;
  line-height: 1.8;
}

.topic-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffb07c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-action-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.3s ease, background 0.3s ease;
}

.hero-secondary-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.1);
}

.hero-primary-btn.is-wide {
  min-width: 150px;
}

.topic-hero-visual {
  display: flex;
  justify-content: center;
}

.visual-panel,
.visual-orbit,
.visual-ledger,
.visual-timeline,
.visual-macau {
  width: min(100%, 470px);
}

.visual-panel {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02));
  box-shadow: 0 32px 80px rgba(0,0,0,0.35);
}

.visual-panel strong,
.visual-orbit strong,
.visual-ledger strong,
.visual-timeline strong,
.visual-macau strong {
  color: #fff;
}

.panel-topline,
.panel-statline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.panel-topline span,
.panel-statline span,
.visual-note,
.orbit-card span,
.ledger-card span,
.timeline-card span,
.macau-card span {
  color: rgba(255,255,255,0.64);
  font-size: 13px;
  letter-spacing: 0.04em;
}

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

.panel-grid .mini-card,
.orbit-card,
.ledger-card,
.timeline-card,
.macau-card,
.matrix-card,
.sequence-card,
.glass-card {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
}

.visual-note {
  margin-top: 18px;
}

.visual-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.visual-orbit::before,
.visual-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
}

.visual-orbit::before {
  width: 360px;
  height: 360px;
}

.visual-orbit::after {
  width: 230px;
  height: 230px;
}

.orbit-core {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(212,71,0,0.9), rgba(224,43,32,0.7));
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0,0,0,0.3);
}

.orbit-card {
  position: absolute;
  width: 180px;
}

.orbit-card.one { top: 16px; left: 10px; }
.orbit-card.two { top: 72px; right: 0; }
.orbit-card.three { bottom: 18px; left: 24px; }

.visual-ledger,
.visual-timeline,
.visual-macau {
  display: grid;
  gap: 16px;
}

.visual-ledger .ledger-row,
.visual-macau .macau-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.timeline-line {
  position: relative;
  padding-left: 28px;
}

.timeline-line::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255,133,64,0.8), rgba(255,255,255,0.08));
}

.timeline-card {
  position: relative;
  margin-bottom: 16px;
}

.timeline-card::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7d44;
  box-shadow: 0 0 0 4px rgba(255,125,68,0.18);
}

.topic-section {
  padding: 54px 0;
}

.topic-section-light {
  background: #f6f1ea;
  color: #171717;
}

.topic-section-dark {
  background: #11151d;
}

.topic-section-accent {
  background:
    linear-gradient(135deg, rgba(212,71,0,0.15), rgba(255,255,255,0)),
    #171717;
}

.topic-section .e-con-inner {
  padding: 0 10px;
}

.topic-section-light h2,
.topic-section-light h3,
.topic-section-light strong,
.topic-section-light a {
  color: #171717;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: 34px;
}

.section-heading p {
  font-size: 16px;
  line-height: 1.8;
}

.feature-columns,
.matrix-grid,
.sequence-grid,
.comparison-grid,
.vip-grid,
.related-links {
  display: grid;
  gap: 18px;
}

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

.matrix-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sequence-grid,
.comparison-grid,
.vip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glass-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
}

.topic-section-light .glass-card,
.topic-section-light .matrix-card,
.topic-section-light .sequence-card {
  background: rgba(255,255,255,0.7);
  border-color: rgba(23,23,23,0.08);
}

.feature-columns .glass-card h3,
.matrix-card h3,
.sequence-card h3,
.comparison-grid h3,
.vip-grid h3,
.faq-block h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.matrix-card,
.sequence-card {
  min-height: 210px;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.metric-item {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.metric-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
}

.faq-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq-item {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}

.topic-section-light .faq-item {
  background: rgba(255,255,255,0.8);
  border-color: rgba(23,23,23,0.08);
}

.related-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.related-links a {
  display: block;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #fff !important;
}

.topic-section-light .related-links a {
  background: rgba(255,255,255,0.72);
  color: #171717 !important;
  border-color: rgba(23,23,23,0.08);
}

.telegram-bar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

.telegram-bar a {
  color: #fff !important;
  font-weight: 700;
}

/* Accordion styles */
.ekit-accordion {
  width: 100%;
}

.ekit-accordion .elementskit-card {
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.ekit-accordion .elementskit-card.active {
  border-color: var(--e-global-color-1b26ee4);
}

.ekit-accordion .elementskit-card-header {
  margin: 0;
  padding: 0;
}

.ekit-accordion .elementskit-btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.3s;
}

.ekit-accordion .elementskit-btn-link:hover {
  background: rgba(255,255,255,0.08);
}

.ekit-accordion .ekit-accordion-title {
  flex: 1;
}

.ekit-accordion .ekit_accordion_icon_group {
  margin-left: 15px;
  flex-shrink: 0;
}

.ekit-accordion .ekit_accordion_active_icon {
  display: none;
}

.ekit-accordion .elementskit-card.active .ekit_accordion_normal_icon {
  display: none;
}

.ekit-accordion .elementskit-card.active .ekit_accordion_active_icon {
  display: inline;
}

.ekit-accordion .ekit-accordion--content {
  padding: 0 20px 20px;
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
  display: none;
}

.ekit-accordion .elementskit-card.active .ekit-accordion--content {
  display: block;
}

.ekit-accordion .ekit-accordion--content p {
  margin-bottom: 10px;
}

/* === FOOTER === */
.elementor-location-footer {
  background: var(--e-global-color-8d08879);
  color: #ccc;
}

.elementor-element-12af62a {
  background: var(--e-global-color-8d08879);
  padding: 40px 0 20px;
}

.elementor-element-12af62a .e-con-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Footer logo */
.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  width: 208px;
  height: auto;
}

/* Footer title */
.footer-title h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.footer-title a {
  color: #fff !important;
  text-decoration: none !important;
}

/* Footer description */
.footer-desc {
  max-width: 800px;
  margin: 15px auto;
  font-size: 15px;
  line-height: 1.7;
  color: #aaa;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #fff;
}

.footer-contact a {
  color: #ffb58a !important;
  font-weight: 700;
}

/* Footer buttons row */
.footer-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  text-decoration: none !important;
}

.footer-btn-primary {
  background: linear-gradient(135deg, #D44700, #E02B20);
  color: #fff !important;
}

.footer-btn-primary:hover { opacity: 0.9; }

.footer-btn-secondary {
  background: #fff;
  color: #171717 !important;
}

.footer-btn-secondary:hover { background: #e0e0e0; }

/* Footer bottom bar */
.elementor-element-29af281 {
  background: #0d0d0d;
  padding: 15px 0;
}

.elementor-element-29af281 .e-con-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.elementor-element-29af281 .elementor-widget-text-editor {
  color: #888;
  font-size: 14px;
}

.elementor-element-29af281 p {
  margin: 0;
  color: #888;
}

/* Back to top button (fixed) */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--e-global-color-1b26ee4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border: none;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  opacity: 0.85;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .e-con-inner {
    max-width: 100%;
    padding: 10px 15px;
  }
  
  .elementor-element-fe4d0f2,
  .elementor-element-1de398a {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  
  .elementor-element-fe4d0f2 {
    margin-bottom: 30px;
  }
  
  .elementor-element-70c7a1f0 {
    width: 40%;
  }
  
  .elementor-element-55f8c382 {
    width: 60%;
  }
  
  .elementor-element-4d23200 {
    flex-wrap: wrap;
  }

  .keyword-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .game-category {
    flex: 0 0 calc(50% - 10px);
  }
  
  .security-col {
    flex: 0 0 calc(50% - 10px);
  }
  
  .activities-row {
    flex-direction: column;
  }

  .topic-hero-copy,
  .topic-hero-visual {
    width: 100%;
  }

  .topic-hero-copy {
    margin-bottom: 32px;
  }

  .feature-columns,
  .matrix-grid,
  .comparison-grid,
  .sequence-grid,
  .vip-grid,
  .faq-block,
  .related-links,
  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .elementor-element-fe4d0f2 .elementor-heading-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .e-con-inner {
    max-width: 100%;
    padding: 10px;
  }
  
  /* Mobile nav */
  .elementor-nav-menu--main {
    display: none;
  }
  
  .elementor-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }
  
  .header-actions {
    display: none;
  }
  
  /* Mobile dropdown nav */
  .elementor-nav-menu--dropdown {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--e-global-color-8d08879);
    padding: 20px;
    display: none;
  }
  
  .elementor-nav-menu--dropdown.open {
    display: block;
  }
  
  .elementor-nav-menu--dropdown .elementor-nav-menu {
    flex-direction: column;
    gap: 10px;
  }
  
  .elementor-nav-menu--dropdown a {
    color: #fff !important;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    display: block;
    background: rgba(255,255,255,0.04);
  }

  .nav-menu-mobile-redesign .current-menu-item a {
    background: linear-gradient(135deg, rgba(212,71,0,0.95), rgba(224,43,32,0.9));
    border-color: rgba(255,255,255,0.14);
  }
  
  .elementor-element-fe4d0f2 .elementor-heading-title {
    font-size: 24px;
  }

  .keyword-hub-heading h2,
  .section-heading h2 {
    font-size: 28px;
  }

  .topic-hero .e-con-inner {
    padding: 54px 10px;
  }

  .topic-hero-copy h1 {
    font-size: 36px;
  }

  .topic-hero-copy p {
    font-size: 16px;
  }

  .hero-action-pair {
    flex-direction: column;
  }

  .hero-primary-btn,
  .hero-secondary-btn {
    width: 100%;
  }

  .visual-orbit {
    min-height: 520px;
  }

  .orbit-card {
    position: relative;
    width: auto;
  }

  .orbit-card.one,
  .orbit-card.two,
  .orbit-card.three {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .visual-orbit {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .elementor-element-70c7a1f0 {
    width: 60%;
  }
  
  .elementor-element-55f8c382 {
    width: 40%;
  }
  
  .game-category {
    flex: 0 0 100%;
  }

  .keyword-hub-grid,
  .feature-columns,
  .matrix-grid,
  .comparison-grid,
  .sequence-grid,
  .vip-grid,
  .faq-block,
  .related-links,
  .metric-strip,
  .visual-ledger .ledger-row,
  .visual-macau .macau-grid,
  .panel-grid {
    grid-template-columns: 1fr;
  }
  
  .security-col {
    flex: 0 0 100%;
  }
  
  .footer-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .elementor-element-38801c3 .elementor-heading-title {
    font-size: 24px;
  }
  
  .elementor-element-b376ce9 .e-con-inner {
    padding: 30px 10px;
  }
  
  .elementor-element-1de398a img {
    max-width: 80%;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}

/* === ELEMENTOR WIDGET BASE === */
.elementor-widget-container {
  margin-block-end: 20px;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}

.elementor-widget-image {
  text-align: center;
}

.elementor-widget-image img {
  display: inline-block;
  vertical-align: middle;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.elementor-widget-text-editor {
  color: inherit;
}

.elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  line-height: 1;
  text-decoration: none !important;
}

.elementor-button-wrapper {
  text-align: center;
}

/* Matomo track pixel */
.matomo-track {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
