/* Legjobb Casino Magyar – purple & gold theme */
:root {
  --clr-plum-deep: #2e1437;
  --clr-plum-mid: #3b1e54;
  --clr-plum-bright: #6a0dad;
  --clr-gold: #c5a059;
  --clr-gold-light: #d4af37;
  --clr-gold-muted: #e8d5a8;
  --clr-ink: #1a0f22;
  --clr-ink-soft: #3d2a4a;
  --clr-surface: #f5f0f8;
  --clr-surface-card: #ffffff;
  --clr-text: #2a1a32;
  --clr-text-on-dark: #f8f4fc;
  --clr-accent: #c5a059;
  --clr-accent-hover: #d4af37;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-pill: 999px;
  --shadow-card: 0 4px 24px rgba(46, 20, 55, 0.12);
  --shadow-header: 0 2px 16px rgba(46, 20, 55, 0.18);
}

body {
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--clr-text);
  background: var(--clr-surface);
}

/* TOPBAR */
.site-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  min-width: 36rem;
  height: 6.5rem;
  background: var(--clr-plum-deep);
  box-shadow: var(--shadow-header);
  transition: height ease-out 0.2s;
}

.site-topbar .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.brand-mark {
  position: relative;
  display: flex;
  flex-shrink: 0;
  margin-right: auto;
  width: 18rem;
  height: 5.5rem;
}

.brand-mark__img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin: auto 0;
  object-fit: contain;
}

.icon-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 4.4rem;
  height: 4.4rem;
}

.icon-search-btn svg {
  width: 1.9rem;
  height: 1.8rem;
  fill: var(--clr-gold-muted);
  transition: fill 0.2s;
}

.icon-search-btn:hover svg {
  fill: var(--clr-gold-light);
}

.promo-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 1rem;
  width: 4.4rem;
  height: 4.4rem;
  color: var(--clr-gold-light);
}

.promo-badge__icon {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}

.promo-badge__count {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.35rem;
  color: var(--clr-plum-deep);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  background: var(--clr-gold-light);
  border-radius: var(--radius-pill);
  border: 0.15rem solid var(--clr-plum-deep);
  pointer-events: none;
}

.site-topbar__burger {
  position: relative;
  margin: 0 0 0 3rem;
  padding: 0;
  background: none;
  border: 0;
  border-top: 0.2rem solid var(--clr-gold-muted);
  border-bottom: 0.2rem solid var(--clr-gold-muted);
  cursor: pointer;
  width: 1.8rem;
  height: 1.4rem;
}

.site-topbar__burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: 0.2rem;
  background: var(--clr-gold-muted);
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}

.site-topbar__burger--active {
  border-color: transparent;
}

.site-topbar__burger--active span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-topbar__burger--active span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* SHELL */
.page-shell {
  flex: 1 0 auto;
  padding-top: 6.5rem;
}

/* HERO */
.hero-strip {
  padding: 3rem 0 5rem;
  text-align: center;
  color: var(--clr-text-on-dark);
  font-size: 1.8rem;
  font-weight: 500;
  background: linear-gradient(135deg, var(--clr-plum-deep) 0%, var(--clr-plum-mid) 45%, #1a0a24 100%);
  border-bottom: 3px solid var(--clr-gold);
}

.hero-strip__h1 {
  margin: 0 0 1.5rem;
  color: var(--clr-gold-light);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.15;
}

.hero-strip__desc {
  margin: 0 auto;
  max-width: 72rem;
  line-height: 1.6;
}

/* ARTICLE */
.article-zone {
  padding: 3rem 0 5rem;
}

.article-zone .container {
  max-width: 88rem;
}

.block-heading {
  margin: 2.4rem 0 1.2rem;
  color: var(--clr-plum-mid);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.article-zone h3.block-heading {
  font-size: 2.1rem;
  color: var(--clr-plum-bright);
}

.article-zone h4.block-heading {
  font-size: 1.9rem;
}

.article-zone p {
  margin: 0 0 1.4rem;
  line-height: 1.65;
}

.article-zone a {
  color: var(--clr-plum-bright);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-zone a:hover {
  color: var(--clr-gold);
}

/* TABLES */
.data-table {
  width: 100%;
  margin: 1.6rem 0 2.4rem;
  border-collapse: collapse;
  font-size: 1.5rem;
  background: var(--clr-surface-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.data-table th,
.data-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid #e8e0ef;
}

.data-table th {
  background: var(--clr-plum-mid);
  color: var(--clr-gold-light);
  font-weight: 600;
  font-size: 1.4rem;
}

.data-table tr:last-child td {
  border-bottom: none;
}

.data-table tr:nth-child(even) td {
  background: #faf7fc;
}

/* AUTHOR META */
.author-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: var(--clr-surface-card);
  border: 1px solid #e0d4ea;
  border-radius: var(--radius-md);
  font-size: 14px;
  margin-bottom: 1.6rem;
}

.author-strip__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.author-strip__name {
  font-weight: 600;
  color: var(--clr-ink);
}

.author-strip__sep {
  color: #9b8aab;
}

.author-strip__badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--clr-plum-bright);
  font-weight: 600;
}

.author-strip__badge svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.author-strip__date {
  color: var(--clr-ink-soft);
  font-weight: 500;
  white-space: nowrap;
}

.author-strip__date time {
  font-weight: 700;
  color: var(--clr-ink);
}

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

/* CONTACT PANEL */
.contact-panel {
  margin: 0 0 2.4rem;
}

.info-panel {
  padding: 2rem 2.2rem;
  background: var(--clr-surface-card);
  border: 1px solid #e0d4ea;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.info-panel a {
  color: var(--clr-plum-bright);
  text-decoration: none;
  font-weight: 700;
  font-size: 2rem;
}

.info-panel a:hover {
  color: var(--clr-gold);
}

/* FOOTER */
.page-bottom {
  padding: 3rem 0 7rem;
  color: var(--clr-text-on-dark);
  background: linear-gradient(180deg, var(--clr-plum-deep) 0%, #1a0a24 100%);
  border-top: 3px solid var(--clr-gold);
}

.page-bottom a {
  color: inherit;
}

.page-bottom .container {
  max-width: 98rem;
}

.page-bottom__tagline {
  margin: 0 0 2.5rem;
  color: var(--clr-gold-light);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.page-bottom__badge-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin: 0 auto 2rem;
  padding: 0;
}

.page-bottom__badge-row a,
.page-bottom__badge-row img {
  display: block;
  width: 100%;
  max-height: 50px;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

.page-bottom__links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.page-bottom__links a:hover {
  color: var(--clr-gold-light);
}

@media (max-width: 768px) {
  .hero-strip__h1 {
    font-size: 2.8rem;
  }

  .data-table {
    font-size: 1.3rem;
  }

  .data-table th,
  .data-table td {
    padding: 0.7rem 0.8rem;
  }
}
