.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;color:#A859FF;font-family:"Sarabun", Sans-serif;font-size:17px;line-height:28px;letter-spacing:0.6px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#9100FC;font-family:"Mitr", Sans-serif;font-weight:400;}.elementor-kit-6 h1{color:#E4C200;font-family:"Mitr", Sans-serif;}.elementor-kit-6 h2{color:#E4C200;font-family:"Mitr", Sans-serif;}.elementor-kit-6 h3{color:#E4C200;font-family:"Mitr", Sans-serif;}.elementor-kit-6 h4{color:#E4C200;font-family:"Mitr", Sans-serif;}.elementor-kit-6 h5{color:#E4C200;font-family:"Mitr", Sans-serif;}.elementor-kit-6 h6{color:#E4C200;font-family:"Mitr", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!--
╔══════════════════════════════════════════════════════════╗
║  HITWINBET — PART 2: CSS STYLES (ทั้งหมด)               ║
║  ใส่ที่ไหน: Elementor → Site Settings → Custom CSS      ║
║             หรือ Appearance → Customize → Additional CSS ║
╚══════════════════════════════════════════════════════════╝

วิธีใส่ใน Elementor Pro:
1. คลิก Hamburger Menu (☰) บน Elementor Editor
2. เลือก "Site Settings"
3. คลิก "Custom CSS" (ซ้ายล่าง)
4. วาง CSS ด้านล่างทั้งหมดลงไป
5. กด "Apply" แล้ว "Update"

วิธีสำรอง (ผ่าน WordPress):
1. ไปที่ Appearance → Customize
2. คลิก "Additional CSS"
3. วาง CSS ด้านล่างลงไป
4. กด "Publish"
-->

<style>
/* ================================================================
   HITWINBET — GLOBAL CSS
   ⚠️ อย่าลบส่วนใดส่วนหนึ่ง เพราะแต่ละส่วนขึ้นต่อกัน
   ================================================================ */

/* ===== 1. CSS VARIABLES (สีและค่าพื้นฐาน) ===== */
:root {
  --black:        #050008;
  --deep-purple:  #0d0020;
  --purple-dark:  #1a0035;
  --purple-mid:   #2e0a56;
  --purple-light: #5a1f9e;
  --gold:         #c9952a;
  --gold-bright:  #f0c040;
  --gold-light:   #ffe082;
  --gold-dim:     #7a5c1a;
  --white:        #f5f0ff;
  --text-muted:   #9b8fb5;
  --border:       rgba(201,149,42,0.25);
  --glow-gold:    rgba(240,192,64,0.35);
  --glow-purple:  rgba(90,31,158,0.5);
  --font-display: 'Cinzel', serif;
  --font-body:    'Sarabun', sans-serif;
  --radius:       12px;
  --radius-lg:    20px;
}

/* ===== 2. RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== 3. NOISE TEXTURE ===== */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
}

/* ===== 4. SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--deep-purple); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ===== 5. UTILITY CLASSES ===== */
.hwb-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; }
.hwb-section { padding: 80px 0; position: relative; }
.hwb-section-sm { padding: 50px 0; }
.hwb-gold-text { color: var(--gold-bright); }
.hwb-divider {
  width: 80px; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  margin: 16px auto;
}
.hwb-gold-line {
  display: block; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-bright) 50%, var(--gold) 70%, transparent 100%);
}

/* ===== 6. BUTTONS ===== */
.hwb-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 36px; border-radius: 50px;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  cursor: pointer; border: none; transition: all .3s ease;
  position: relative; overflow: hidden; letter-spacing: 0.05em;
}
.hwb-btn::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,0.12);
  transform: translateX(-100%) skewX(-15deg);
  transition: transform .5s ease;
}
.hwb-btn:hover::before { transform: translateX(110%) skewX(-15deg); }
.hwb-btn-gold {
  background: linear-gradient(135deg, #c9952a 0%, #f0c040 40%, #ffe082 60%, #c9952a 100%);
  color: var(--black);
  box-shadow: 0 4px 24px var(--glow-gold), 0 0 0 1px rgba(240,192,64,0.3);
}
.hwb-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--glow-gold), 0 0 0 2px rgba(240,192,64,0.5);
}
.hwb-btn-outline {
  background: transparent; color: var(--gold-bright);
  border: 2px solid var(--gold); box-shadow: 0 0 16px rgba(240,192,64,0.15);
}
.hwb-btn-outline:hover {
  background: rgba(240,192,64,0.08);
  box-shadow: 0 0 24px rgba(240,192,64,0.3);
  transform: translateY(-2px);
}
.hwb-btn-lg { padding: 18px 50px; font-size: 1.1rem; }

/* ===== 7. NAVBAR ===== */
.hwb-navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(5,0,8,0.85);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid var(--border);
  transition: background .3s;
}
.hwb-navbar.scrolled { background: rgba(5,0,8,0.97); }
.hwb-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; max-width: 1200px; margin: 0 auto;
}
.hwb-nav-logo img {
  height: 48px; width: auto;
  filter: drop-shadow(0 0 12px rgba(240,192,64,0.6));
  mix-blend-mode: screen;
}
.hwb-nav-links {
  display: flex; align-items: center; gap: 32px; list-style: none;
}
.hwb-nav-links a {
  font-size: .9rem; font-weight: 500; color: var(--text-muted);
  letter-spacing: .04em; transition: color .2s; position: relative;
}
.hwb-nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 1px; background: var(--gold-bright);
  transform: scaleX(0); transition: transform .3s;
}
.hwb-nav-links a:hover { color: var(--gold-bright); }
.hwb-nav-links a:hover::after { transform: scaleX(1); }
.hwb-nav-cta { display: flex; align-items: center; gap: 12px; }
.hwb-hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px;
}
.hwb-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--gold); border-radius: 2px; transition: all .3s;
}
.hwb-mobile-menu {
  display: none; flex-direction: column;
  background: var(--deep-purple); border-top: 1px solid var(--border); padding: 20px;
}
.hwb-mobile-menu a {
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
  font-weight: 500; color: var(--text-muted);
}
.hwb-mobile-menu a:hover { color: var(--gold-bright); }
.hwb-mobile-menu.open { display: flex; }

/* ===== 8. HERO ===== */
.hwb-hero {
  min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding-top: 80px;
}
.hwb-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(46,10,86,0.8) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(26,0,53,0.6) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 70%, rgba(90,31,158,0.3) 0%, transparent 60%),
    var(--black);
}
.hwb-hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(201,149,42,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,149,42,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
}
.hwb-hero-particles { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hwb-particle {
  position: absolute; border-radius: 50%;
  background: var(--gold-bright); animation: hwbFloat linear infinite; opacity: 0;
}
@keyframes hwbFloat {
  0%   { transform: translateY(100vh) scale(0); opacity: 0; }
  10%  { opacity: .6; }
  90%  { opacity: .2; }
  100% { transform: translateY(-20px) scale(1); opacity: 0; }
}
.hwb-hero-content {
  position: relative; z-index: 2; text-align: center; padding: 60px 20px;
  animation: hwbHeroIn .8s ease both;
}
@keyframes hwbHeroIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hwb-hero-logo {
  margin: 0 auto 32px; max-width: 340px;
  animation: hwbLogoPulse 3s ease-in-out infinite;
}
.hwb-hero-logo img {
  width: 100%; mix-blend-mode: screen;
  filter: drop-shadow(0 0 30px rgba(240,192,64,0.5))
          drop-shadow(0 0 60px rgba(90,31,158,0.4));
}
@keyframes hwbLogoPulse {
  0%, 100% { filter: drop-shadow(0 0 30px rgba(240,192,64,0.5)); }
  50%       { filter: drop-shadow(0 0 50px rgba(240,192,64,0.8)) drop-shadow(0 0 80px rgba(90,31,158,0.5)); }
}
.hwb-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,149,42,0.12); border: 1px solid var(--border);
  border-radius: 50px; padding: 6px 18px; margin-bottom: 24px;
  font-size: .8rem; color: var(--gold-light); letter-spacing: .08em; text-transform: uppercase;
}
.hwb-hero-badge span { color: var(--gold-bright); }
.hwb-hero-title {
  font-family: var(--font-display); font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 900; line-height: 1.1; letter-spacing: .02em;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-bright) 50%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; margin-bottom: 16px;
}
.hwb-hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: var(--white);
  font-weight: 300; margin-bottom: 12px; opacity: .9;
}
.hwb-hero-desc {
  font-size: 1rem; color: var(--text-muted); max-width: 560px;
  margin: 0 auto 36px; line-height: 1.8;
}
.hwb-hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hwb-hero-stats {
  position: relative; z-index: 2;
  display: flex; gap: 0; justify-content: center;
  margin-top: 60px; animation: hwbHeroIn .8s .3s ease both;
}
.hwb-stat-item {
  padding: 20px 40px; text-align: center; border-right: 1px solid var(--border);
}
.hwb-stat-item:last-child { border-right: none; }
.hwb-stat-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 700;
  color: var(--gold-bright); line-height: 1;
}
.hwb-stat-label {
  font-size: .8rem; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .08em; margin-top: 4px;
}
.hwb-scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--text-muted); font-size: .75rem; letter-spacing: .1em;
  animation: hwbBounce 2s ease-in-out infinite;
}
@keyframes hwbBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}

/* ===== 9. TICKER ===== */
.hwb-ticker-wrap {
  background: linear-gradient(90deg, var(--purple-mid), rgba(46,10,86,0.8), var(--purple-mid));
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 12px 0; position: relative; z-index: 10;
}
.hwb-ticker-label {
  position: absolute; left: 0; top: 0; bottom: 0; z-index: 2;
  display: flex; align-items: center; padding: 0 20px;
  background: linear-gradient(90deg, var(--purple-dark) 70%, transparent);
  font-family: var(--font-display); font-size: .8rem;
  color: var(--gold-bright); letter-spacing: .1em; white-space: nowrap;
}
.hwb-ticker-track {
  display: flex; gap: 60px; width: max-content;
  animation: hwbTicker 30s linear infinite; padding-left: 200px;
}
.hwb-ticker-track:hover { animation-play-state: paused; }
@keyframes hwbTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.hwb-ticker-item {
  display: flex; align-items: center; gap: 10px;
  font-size: .85rem; white-space: nowrap; color: var(--white);
}
.hwb-ticker-item .hwb-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-bright); box-shadow: 0 0 8px var(--gold-bright);
}
.hwb-ticker-win { color: var(--gold-bright); font-weight: 700; }

/* ===== 10. SECTION HEADERS ===== */
.hwb-section-header { text-align: center; margin-bottom: 60px; }
.hwb-section-tag {
  display: inline-block; padding: 4px 16px;
  background: rgba(201,149,42,0.1); border: 1px solid var(--border);
  border-radius: 50px; font-size: .75rem; color: var(--gold);
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px;
}
.hwb-section-title {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700;
  background: linear-gradient(135deg, var(--white) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; margin-bottom: 16px;
}
.hwb-section-text { font-size: 1rem; color: var(--text-muted); max-width: 500px; margin: 0 auto; }

/* ===== 11. FEATURES ===== */
.hwb-features-section {
  background: linear-gradient(180deg, var(--deep-purple) 0%, var(--black) 100%);
}
.hwb-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.hwb-feature-card {
  background: linear-gradient(135deg, rgba(46,10,86,0.4), rgba(26,0,53,0.6));
  border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px;
  position: relative; overflow: hidden; transition: all .3s ease;
}
.hwb-feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  opacity: 0; transition: opacity .3s;
}
.hwb-feature-card:hover {
  border-color: rgba(201,149,42,0.5); transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 30px rgba(201,149,42,0.1);
}
.hwb-feature-card:hover::before { opacity: 1; }
.hwb-feature-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: linear-gradient(135deg, rgba(201,149,42,0.15), rgba(90,31,158,0.2));
  border: 1px solid rgba(201,149,42,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin-bottom: 20px;
}
.hwb-feature-title {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 700;
  color: var(--gold-light); margin-bottom: 10px;
}
.hwb-feature-desc { font-size: .9rem; color: var(--text-muted); line-height: 1.7; }

/* ===== 12. GAMES ===== */
.hwb-games-section { background: var(--black); }
.hwb-games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.hwb-game-card {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; aspect-ratio: 3/4; cursor: pointer;
  transition: transform .3s ease; border: 1px solid var(--border);
}
.hwb-game-card:hover { transform: scale(1.03); }
.hwb-game-inner {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 100%; padding: 24px 16px; text-align: center;
}
.hwb-game-icon { font-size: 3.5rem; margin-bottom: 16px; }
.hwb-game-name {
  font-family: var(--font-display); font-size: 1rem; font-weight: 700;
  color: var(--gold-light); margin-bottom: 8px;
}
.hwb-game-tag {
  font-size: .75rem; padding: 3px 12px;
  background: rgba(201,149,42,0.15); border: 1px solid rgba(201,149,42,0.3);
  border-radius: 50px; color: var(--gold); letter-spacing: .06em;
}
.hwb-gc1 { background: linear-gradient(160deg, #1a0035 0%, #3d0970 50%, #1a0035 100%); }
.hwb-gc2 { background: linear-gradient(160deg, #0d001a 0%, #290550 50%, #1c0040 100%); }
.hwb-gc3 { background: linear-gradient(160deg, #050010 0%, #1f0550 50%, #0a0020 100%); }
.hwb-gc4 { background: linear-gradient(160deg, #120035 0%, #350a6e 50%, #150030 100%); }
.hwb-gc5 { background: linear-gradient(160deg, #0a0025 0%, #280864 50%, #0d0028 100%); }

/* ===== 13. PROMOTIONS ===== */
.hwb-promo-section { background: linear-gradient(180deg, var(--black), var(--deep-purple)); }
.hwb-promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.hwb-promo-card {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border); transition: all .3s ease;
}
.hwb-promo-card:hover {
  border-color: rgba(201,149,42,0.6);
  box-shadow: 0 0 40px rgba(201,149,42,0.12); transform: translateY(-4px);
}
.hwb-promo-header { padding: 28px 24px 20px; position: relative; }
.hwb-pc1 .hwb-promo-header { background: linear-gradient(135deg, rgba(46,10,86,0.9), rgba(26,0,53,0.95)); }
.hwb-pc2 .hwb-promo-header { background: linear-gradient(135deg, rgba(13,0,26,0.9), rgba(46,10,86,0.9)); }
.hwb-pc3 .hwb-promo-header { background: linear-gradient(135deg, rgba(26,0,53,0.9), rgba(13,0,26,0.9)); }
.hwb-promo-percent {
  font-family: var(--font-display); font-size: 3.5rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hwb-promo-name { font-size: 1.15rem; font-weight: 700; color: var(--white); margin: 8px 0 6px; }
.hwb-promo-note { font-size: .85rem; color: var(--text-muted); }
.hwb-promo-body { padding: 20px 24px; background: rgba(5,0,8,0.7); border-top: 1px solid var(--border); }
.hwb-promo-detail {
  display: flex; align-items: center; gap: 8px;
  font-size: .88rem; color: var(--text-muted); margin-bottom: 10px;
}
.hwb-promo-detail:last-child { margin-bottom: 0; }
.hwb-promo-detail span { color: var(--gold-light); }
.hwb-check { color: var(--gold); font-size: 1rem; }

/* ===== 14. TRUST SECTION ===== */
.hwb-trust-section {
  background: var(--deep-purple);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.hwb-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; align-items: center; }
.hwb-trust-item { text-align: center; }
.hwb-trust-icon { font-size: 2.5rem; margin-bottom: 12px; filter: drop-shadow(0 0 10px rgba(240,192,64,0.3)); }
.hwb-trust-title { font-weight: 700; font-size: .95rem; color: var(--gold-light); margin-bottom: 4px; }
.hwb-trust-text { font-size: .8rem; color: var(--text-muted); }

/* ===== 15. PAYMENT ===== */
.hwb-payment-section { background: var(--black); }
.hwb-payment-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.hwb-payment-item {
  background: rgba(46,10,86,0.3); border: 1px solid var(--border);
  border-radius: 10px; padding: 14px 24px; font-size: .9rem; color: var(--text-muted);
  display: flex; align-items: center; gap: 8px; transition: all .2s;
}
.hwb-payment-item:hover { border-color: var(--gold); color: var(--gold-light); }

/* ===== 16. CTA SECTION ===== */
.hwb-cta-section {
  background: linear-gradient(135deg, var(--purple-dark) 0%, rgba(46,10,86,0.8) 50%, var(--purple-dark) 100%);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  text-align: center; padding: 80px 20px; position: relative; overflow: hidden;
}
.hwb-cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(201,149,42,0.08) 0%, transparent 70%);
}
.hwb-cta-title {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--white), var(--gold-light));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hwb-cta-sub { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 36px; }
.hwb-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== 17. SEO CONTENT ===== */
.hwb-seo-content {
  background: rgba(13,0,32,0.6); border-top: 1px solid rgba(201,149,42,0.1); padding: 40px 0;
}
.hwb-seo-content h2 { font-family: var(--font-display); font-size: 1.2rem; color: var(--gold); margin-bottom: 12px; }
.hwb-seo-content p { font-size: .85rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 12px; }

/* ===== 18. FOOTER ===== */
.hwb-footer { background: var(--deep-purple); border-top: 1px solid var(--border); padding: 60px 0 0; }
.hwb-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.hwb-footer-brand img {
  height: 50px; width: auto; mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(240,192,64,0.4)); margin-bottom: 16px;
}
.hwb-footer-brand p { font-size: .88rem; color: var(--text-muted); line-height: 1.8; max-width: 280px; margin-bottom: 24px; }
.hwb-social-links { display: flex; gap: 12px; }
.hwb-social-btn {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(46,10,86,0.5); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; transition: all .2s; cursor: pointer;
}
.hwb-social-btn:hover { background: rgba(201,149,42,0.15); border-color: var(--gold); transform: translateY(-2px); }
.hwb-footer-col h4 {
  font-family: var(--font-display); font-size: .9rem; color: var(--gold-light);
  letter-spacing: .08em; margin-bottom: 20px; text-transform: uppercase;
}
.hwb-footer-links { list-style: none; }
.hwb-footer-links li { margin-bottom: 10px; }
.hwb-footer-links a { font-size: .88rem; color: var(--text-muted); transition: color .2s; }
.hwb-footer-links a:hover { color: var(--gold-light); }
.hwb-footer-bottom {
  border-top: 1px solid var(--border); padding: 24px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.hwb-footer-copy { font-size: .8rem; color: var(--text-muted); }
.hwb-footer-legal { display: flex; gap: 20px; }
.hwb-footer-legal a { font-size: .8rem; color: var(--text-muted); transition: color .2s; }
.hwb-footer-legal a:hover { color: var(--gold-light); }

/* ===== 19. FLOATING CTA ===== */
.hwb-floating-cta {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  animation: hwbFloatIn .5s .8s ease both;
}
@keyframes hwbFloatIn {
  from { opacity: 0; transform: scale(.8) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.hwb-floating-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 50px;
  background: linear-gradient(135deg, #c9952a, #f0c040);
  color: var(--black); font-weight: 700; font-size: .9rem;
  box-shadow: 0 8px 32px rgba(240,192,64,0.4);
  cursor: pointer; border: none;
  animation: hwbGlowPulse 2s ease-in-out infinite;
}
@keyframes hwbGlowPulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(240,192,64,0.4); }
  50%       { box-shadow: 0 8px 48px rgba(240,192,64,0.7), 0 0 20px rgba(240,192,64,0.3); }
}

/* ===== 20. SCROLL REVEAL ===== */
.hwb-reveal { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.hwb-reveal.visible { opacity: 1; transform: none; }
.hwb-delay-1 { transition-delay: .1s; }
.hwb-delay-2 { transition-delay: .2s; }
.hwb-delay-3 { transition-delay: .3s; }
.hwb-delay-4 { transition-delay: .4s; }

/* ===== 21. RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hwb-footer-grid { grid-template-columns: 1fr 1fr; }
  .hwb-nav-links { gap: 20px; }
}
@media (max-width: 768px) {
  .hwb-nav-links, .hwb-nav-cta .hwb-btn-outline { display: none; }
  .hwb-hamburger { display: flex; }
  .hwb-stat-item { padding: 16px 20px; }
  .hwb-stat-num { font-size: 1.6rem; }
  .hwb-section { padding: 60px 0; }
  .hwb-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hwb-footer-grid > *:first-child { grid-column: 1 / -1; }
  .hwb-footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hwb-hero-logo { max-width: 260px; }
  .hwb-hero-stats { flex-direction: column; }
  .hwb-stat-item { border-right: none; border-bottom: 1px solid var(--border); }
  .hwb-stat-item:last-child { border-bottom: none; }
  .hwb-footer-grid { grid-template-columns: 1fr; }
  .hwb-games-grid { grid-template-columns: repeat(2, 1fr); }
  .hwb-floating-btn span:last-child { display: none; }
}
</style>/* End custom CSS */