/*
Theme Name: HLX79 Live
Theme URI: https://hlx79.live
Author: HLX79
Description: Theme WordPress cho landing page HLX79.LIVE phong cch casino co dien.
Version: 1.0.0
Text Domain: hlx79
*/

:root {
  --gold-1: #d3a84a;
  --gold-2: #f0d080;
  --gold-3: #b8892e;
  --black-1: #060504;
  --black-2: #0d0b09;
  --red-velvet: #5a0d14;
  --cream: #f9f4e7;
  --shadow: rgba(8, 6, 5, 0.45);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 30%, rgba(18, 14, 10, 0.6), transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.9), rgba(5, 5, 5, 1) 70%),
    #050505;
  min-height: 100vh;
}

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

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

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.container.narrow {
  width: min(900px, 92%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(9, 16, 12, 0.75);
  border-bottom: 1px solid rgba(211, 168, 74, 0.25);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}

.logo {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: var(--gold-2);
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

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

.menu {
  display: flex;
  gap: 22px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  align-items: center;
}

.menu-list {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  display: inline-flex;
}

.menu-list a {
  color: rgba(249, 244, 231, 0.85);
  transition: color 0.3s ease;
  padding: 8px 0;
}

.menu-list a:hover {
  color: var(--gold-2);
}

.menu-cta-group {
  display: flex;
  gap: 12px;
}

.menu-cta {
  padding: 8px 16px;
  border: 1px solid rgba(240, 208, 128, 0.7);
  border-radius: 999px;
  min-width: 110px;
  text-align: center;
  color: rgba(249, 244, 231, 0.85);
}

.menu-cta-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  color: #2b1a02;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(5, 6, 7, 0.35);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.38;
}

.hero-media img,
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.1);
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(9, 16, 12, 0.9),
    rgba(90, 13, 20, 0.6) 45%,
    rgba(9, 16, 12, 0.95)
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-tag {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.7rem;
  margin-bottom: 16px;
  color: rgba(240, 208, 128, 0.8);
}

.hero h1 {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.hero-subtitle {
  max-width: 540px;
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: rgba(249, 244, 231, 0.85);
}

.hero-location {
  font-weight: 500;
  color: var(--gold-2);
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(5, 6, 7, 0.35);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  color: #2b1a02;
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -40%;
  width: 40%;
  height: 220%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(25deg);
  animation: shimmer 4s infinite;
}

.btn-outline {
  border: 1px solid rgba(240, 208, 128, 0.8);
  color: var(--gold-2);
  background: transparent;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
}

.hero-badges span {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(240, 208, 128, 0.35);
  background: rgba(9, 16, 12, 0.55);
}

.section {
  padding: 80px 0;
}

.section h2 {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 16px;
  color: var(--gold-2);
}

.section p {
  color: rgba(249, 244, 231, 0.82);
  line-height: 1.7;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.eaat {
  background: linear-gradient(120deg, rgba(11, 20, 15, 0.92), rgba(35, 18, 12, 0.85));
}

.eaat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.eaat-card {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(240, 208, 128, 0.25);
  background: rgba(10, 18, 14, 0.85);
  box-shadow: 0 16px 30px rgba(5, 7, 6, 0.3);
  display: grid;
  gap: 10px;
}

.eaat-card h3 {
  font-family: "Marcellus", "Times New Roman", serif;
  color: var(--gold-2);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.feature-card {
  padding: 18px;
  border-radius: 16px;
  background: rgba(13, 24, 18, 0.8);
  border: 1px solid rgba(240, 208, 128, 0.25);
}

.feature-card h3 {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--gold-2);
}

.about-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(240, 208, 128, 0.35);
  box-shadow: 0 20px 40px var(--shadow);
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.about-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px;
  background: linear-gradient(0deg, rgba(8, 10, 9, 0.8), transparent);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-overlay span {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-overlay strong {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 1.4rem;
  color: var(--gold-2);
}

.section-head {
  text-align: center;
  margin-bottom: 40px;
}

.game-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.game-card {
  background: rgba(13, 24, 18, 0.9);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(240, 208, 128, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 18px;
  align-items: center;
}

.game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(5, 7, 6, 0.45);
}

.game-media {
  position: relative;
  height: 200px;
  margin: 14px 0 14px 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(240, 208, 128, 0.25);
  box-shadow: 0 12px 24px rgba(5, 6, 7, 0.35);
}

.game-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(9, 16, 12, 0.6),
    rgba(9, 16, 12, 0.1) 50%,
    rgba(9, 16, 12, 0.7)
  );
}

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

.game-info {
  padding: 18px 22px 18px 10px;
}

.game-info h3 {
  font-family: "Marcellus", "Times New Roman", serif;
  margin-bottom: 8px;
}

.game-meta {
  list-style: none;
  margin-top: 12px;
  display: grid;
  gap: 8px;
  color: rgba(249, 244, 231, 0.75);
  font-size: 0.92rem;
}

.game-meta li::before {
  content: "◆";
  color: var(--gold-2);
  margin-right: 8px;
}

.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.payment-list span {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(240, 208, 128, 0.35);
  background: rgba(9, 16, 12, 0.6);
  font-size: 0.9rem;
}

.payment-panel {
  background: linear-gradient(140deg, rgba(15, 26, 20, 0.9), rgba(35, 20, 12, 0.85));
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(240, 208, 128, 0.35);
  box-shadow: 0 20px 40px var(--shadow);
  display: grid;
  gap: 16px;
}

.payment-panel h3 {
  font-family: "Marcellus", "Times New Roman", serif;
  color: var(--gold-2);
}

.payment-panel ul {
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(249, 244, 231, 0.85);
}

.payment-panel li::before {
  content: "◆";
  color: var(--gold-2);
  margin-right: 8px;
}

.register {
  background: linear-gradient(135deg, rgba(90, 13, 20, 0.6), rgba(12, 26, 18, 0.9));
}

.steps {
  margin-top: 18px;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.register-form {
  display: grid;
  gap: 14px;
  background: rgba(11, 20, 15, 0.8);
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(240, 208, 128, 0.35);
}

.register-form label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.register-form input,
.register-form textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(240, 208, 128, 0.3);
  background: rgba(6, 10, 8, 0.8);
  color: var(--cream);
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: rgba(249, 244, 231, 0.7);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.blog-card {
  background: rgba(13, 24, 18, 0.85);
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(240, 208, 128, 0.25);
  display: grid;
  gap: 12px;
}

.blog-card h3 {
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 1.05rem;
}

.blog-card h3 a {
  color: inherit;
}

.blog-card a {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.tag {
  align-self: start;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid rgba(240, 208, 128, 0.2);
  background: rgba(9, 16, 12, 0.9);
}

.post-hero,
.archive-hero {
  background: linear-gradient(120deg, rgba(9, 16, 12, 0.9), rgba(90, 13, 20, 0.35));
}

.map-frame {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(240, 208, 128, 0.35);
  box-shadow: 0 18px 32px rgba(5, 6, 7, 0.35);
  min-height: 320px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 320px;
  filter: grayscale(0.2) saturate(1.1);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.footer-inner h3 {
  font-family: "Marcellus", "Times New Roman", serif;
  color: var(--gold-2);
}

.footer-links {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 12px;
  z-index: 20;
}

.floating-btn {
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(5, 6, 7, 0.4);
}

.floating-btn.telegram {
  background: linear-gradient(120deg, #0d8dd6, #00a4cc);
  color: #f5fbff;
}

.floating-btn.hotline {
  background: linear-gradient(120deg, var(--gold-2), var(--gold-3));
  color: #2b1a02;
}

.post-hero .post-meta,
.archive-hero .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(249, 244, 231, 0.7);
  margin-top: 10px;
}

.post-meta a {
  color: rgba(249, 244, 231, 0.8);
}

.post-meta a:hover {
  color: var(--gold-2);
}

.post-hero .hero-subtitle {
  max-width: 640px;
}

.entry-content {
  display: grid;
  gap: 16px;
  line-height: 1.8;
  color: rgba(249, 244, 231, 0.85);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-family: "Marcellus", "Times New Roman", serif;
  color: var(--gold-2);
  margin-top: 18px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.entry-content a {
  color: var(--gold-2);
}

.post-thumbnail {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(240, 208, 128, 0.35);
  box-shadow: 0 18px 32px rgba(5, 6, 7, 0.35);
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.post-tags a {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 208, 128, 0.35);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}

.post-nav a {
  color: var(--gold-2);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination .page-numbers {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(240, 208, 128, 0.35);
  font-size: 0.85rem;
}

.pagination .page-numbers.current {
  background: linear-gradient(135deg, var(--gold-2), var(--gold-1));
  color: #2b1a02;
  border-color: transparent;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
}

.page-links a,
.page-links span {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(240, 208, 128, 0.35);
}

.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;
  width: 1px;
  white-space: nowrap;
}

.reveal {
  animation: fadeUp 1.2s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-120%) rotate(25deg);
  }
  60% {
    transform: translateX(240%) rotate(25deg);
  }
  100% {
    transform: translateX(240%) rotate(25deg);
  }
}

@media (max-width: 900px) {
  .menu {
    display: none;
  }

  .hero {
    padding: 100px 0 70px;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .game-card {
    grid-template-columns: 1fr;
  }

  .game-media {
    margin: 16px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-actions {
    right: 12px;
    left: 12px;
  }

  .floating-btn {
    width: 100%;
    text-align: center;
  }
}
