/* ============================================================
   Kákvirág Néptáncegyüttes — style.css
   Kódolás: UTF-8 | Egy CSS fájl az egész weboldalhoz
   ============================================================ */

@charset "UTF-8";

/* ---- Betűtípus ---- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* ---- Alapértelmezések ---- */
*, *::before, *::after {
  box-sizing: border-box;
}

:focus  { outline: none; }
:active { outline: none; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 'Artifika', Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  background-color: #f9f5ee;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, serif;
  margin-top: 0;
  line-height: 1.25;
  color: #690305;
}

h1 { font-size: 2.4rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.45rem; }

p {
  margin-top: 0;
  margin-bottom: 1em;
}

a {
  color: #980000;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #e61d25;
  text-decoration: underline;
}

a img {
  border: none;
}

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

/* ============================================================
   ELRENDEZÉS — WRAPPER
   ============================================================ */

.oldal-keret {
  width: 100%;
  min-height: 100vh;
  background: #f9f5ee;
}

.tartalom-keret {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   FEJLÉC — HEADER
   ============================================================ */

.oldal-fejlec {
  background: #980000;
  background: linear-gradient(135deg, #690305 0%, #980000 40%, #C00 100%);
  position: relative;
  overflow: hidden;
}

.oldal-fejlec::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255,255,255,0.03) 10px,
    rgba(255,255,255,0.03) 20px
  );
}

.fejlec-belso {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  position: relative;
  z-index: 1;
}

.ansamblu-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.ansamblu-logo img {
  height: 70px;
  width: auto;
}

.ansamblu-logo-szoveg {
  color: #EADCAE;
}

.ansamblu-logo-szoveg .logo-nev {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.ansamblu-logo-szoveg .logo-alcim {
  display: block;
  font-size: 0.8rem;
  color: #EADCAE;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
}

.fejlec-nyelvek {
  display: flex;
  gap: 6px;
  align-items: center;
}

.fejlec-nyelvek a {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255,255,255,0.1);
  color: #EADCAE;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background 0.2s;
}

.fejlec-nyelvek a:hover,
.fejlec-nyelvek a.aktiv {
  background: rgba(255,255,255,0.25);
  color: #fff;
}

/* ============================================================
   NAVIGÁCIÓ — NAV
   ============================================================ */

.fo-navigacio {
  background: #690305;
  background: linear-gradient(90deg, #690305, #980000);
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.fo-navigacio .tartalom-keret {
  padding: 0 20px;
}

.navigacio-lista {
  list-style: none;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.navigacio-lista li a {
  display: block;
  padding: 14px 18px;
  color: #EADCAE;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  border-bottom: 3px solid transparent;
}

.navigacio-lista li a:hover,
.navigacio-lista li a.aktiv {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-bottom-color: #EADCAE;
  text-decoration: none;
}

.navigacio-lista li a.nav-pariuri {
  color: #f5c842;
  border-left: 3px solid rgba(245,200,66,0.4);
}

.navigacio-lista li a.nav-pariuri:hover {
  background: rgba(245,200,66,0.15);
  color: #fff;
  border-bottom-color: #f5c842;
}

/* ============================================================
   ANSAMBLU HERO — FŐOLDAL SLIDER HELYETT
   ============================================================ */

.ansamblu-hero {
  position: relative;
  background: #690305;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ansamblu-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(105,3,5,0.85) 0%, rgba(152,0,0,0.6) 100%);
  z-index: 1;
}

.ansamblu-hero-hatter {
  position: absolute;
  inset: 0;
  background-image: url('img/slider-1.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.ansamblu-hero-tartalom {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 60px 20px;
  max-width: 800px;
}

.ansamblu-hero-tartalom h1 {
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  margin-bottom: 16px;
}

.ansamblu-hero-tartalom .hero-alcim {
  font-size: 1.15rem;
  color: #EADCAE;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.ansamblu-hero-gomb {
  display: inline-block;
  padding: 13px 32px;
  background: #EADCAE;
  color: #690305;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s;
}

.ansamblu-hero-gomb:hover {
  background: #fff;
  color: #690305;
  text-decoration: none;
}

/* ============================================================
   DÍSZÍTŐ ELEM — SZEPARÁTOR
   ============================================================ */

.folk-szeparator {
  text-align: center;
  padding: 10px 0;
  color: #e61d25;
  font-size: 1.5rem;
  letter-spacing: 8px;
  user-select: none;
}

/* ============================================================
   RÓLUNK SZEKCIÓ — FŐOLDALON
   ============================================================ */

.rolunk-szekicio {
  padding: 60px 0;
  background: #fff;
}

.rolunk-szekicio .tartalom-keret {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.rolunk-szoveg h2 {
  margin-bottom: 16px;
}

.rolunk-szoveg p {
  color: #555;
  line-height: 1.75;
}

.rolunk-kep img {
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(105,3,5,0.2);
  width: 100%;
}

/* ============================================================
   PROGRAMOK SZEKCIÓ — SPECTACOLE
   ============================================================ */

.spectacole-szekicio {
  padding: 60px 0;
  background: #f9f5ee;
}

.spectacole-szekicio h2 {
  text-align: center;
  margin-bottom: 40px;
}

.spectacole-racsok {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.spectacol-elem {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(105,3,5,0.1);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.spectacol-elem:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(105,3,5,0.18);
}

.spectacol-elem-kep {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.spectacol-elem-szoveg {
  padding: 18px 20px;
}

.spectacol-elem-szoveg h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.spectacol-elem-szoveg p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
}

.spectacol-tovabb {
  display: inline-block;
  padding: 6px 16px;
  background: #980000;
  color: #fff;
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}

.spectacol-tovabb:hover {
  background: #e61d25;
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   GALERIA — KÉPGALÉRIA
   ============================================================ */

.galeria-oldal {
  padding: 60px 0;
  background: #fff;
}

.galeria-oldal h1 {
  text-align: center;
  margin-bottom: 10px;
}

.galeria-alcim {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.galeria-racsok {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.galeria-elem {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4/3;
  background: #e0d0b0;
}

.galeria-elem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.galeria-elem:hover img {
  transform: scale(1.05);
}

.galeria-elem a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================================
   HÍREK — NEWS
   ============================================================ */

.hirek-oldal {
  padding: 60px 0;
  background: #f9f5ee;
}

.hirek-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hirek-elem {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  padding: 28px 32px;
  border-left: 4px solid #e61d25;
}

.hirek-datum {
  font-size: 0.82rem;
  color: #980000;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hirek-elem h2 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.hirek-elem p {
  color: #555;
  margin-bottom: 0;
}

/* ============================================================
   REPERTOÁR — REPERTORIU
   ============================================================ */

.repertoriu-sectiune {
  padding: 60px 0;
  background: #fff;
}

.repertoriu-sectiune h1 {
  text-align: center;
  margin-bottom: 10px;
}

.repertoriu-bevezeto {
  text-align: center;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px;
}

.repertoriu-tablazat-keret {
  overflow-x: auto;
  margin-top: 24px;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.article-table th {
  background: #690305;
  color: #EADCAE;
  padding: 12px 16px;
  text-align: left;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.article-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #e0d0b0;
  color: #444;
  vertical-align: top;
}

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

.article-table tr:hover td {
  background: #EADCAE;
}

/* ============================================================
   GASTROLYEK / TURNÉ — TURNEU
   ============================================================ */

.turneu-sectiune {
  padding: 60px 0;
  background: #f9f5ee;
}

.turneu-sectiune h1 {
  text-align: center;
  margin-bottom: 40px;
}

.turneu-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.turneu-elem {
  background: #fff;
  border-radius: 6px;
  padding: 22px 24px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  border-top: 3px solid #e61d25;
}

.turneu-ev {
  font-size: 0.82rem;
  font-weight: 700;
  color: #980000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.turneu-elem h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.turneu-elem p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ============================================================
   VENDÉGKÖNYV — CARTE DE OASPEȚI
   ============================================================ */

.vendegkonyv-szekicio {
  padding: 60px 0;
  background: #fff;
}

.vendegkonyv-szekicio h1 {
  text-align: center;
  margin-bottom: 40px;
}

.vendegkonyv-bejegyzesek {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vendegkonyv-bejegyzes {
  background: #f9f5ee;
  border-radius: 6px;
  padding: 22px 26px;
  border-left: 4px solid #EADCAE;
  position: relative;
}

.vendegkonyv-bejegyzes::before {
  content: '\201C';
  font-size: 3rem;
  color: #e61d25;
  position: absolute;
  top: 6px;
  left: 12px;
  line-height: 1;
  font-family: Georgia, serif;
}

.vendegkonyv-bejegyzes p {
  padding-left: 24px;
  color: #555;
  margin-bottom: 8px;
}

.vendegkonyv-nev {
  padding-left: 24px;
  font-weight: 700;
  color: #690305;
  font-size: 0.9rem;
}

.vendegkonyv-urlapkeret {
  background: #f9f5ee;
  padding: 32px 36px;
  border-radius: 6px;
  margin-top: 20px;
}

.vendegkonyv-urlapkeret h2 {
  margin-bottom: 20px;
}

.urlap-mezo {
  margin-bottom: 18px;
}

.urlap-mezo label {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 6px;
  color: #444;
}

.urlap-mezo input,
.urlap-mezo textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  color: #333;
  background: #fff;
  transition: border-color 0.2s;
}

.urlap-mezo input:focus,
.urlap-mezo textarea:focus {
  border-color: #980000;
  outline: none;
}

.urlap-mezo textarea {
  min-height: 100px;
  resize: vertical;
}

.urlap-gomb {
  display: inline-block;
  padding: 11px 28px;
  background: #980000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Lato', sans-serif;
}

.urlap-gomb:hover {
  background: #e61d25;
}

/* ============================================================
   KAPCSOLAT — ELERHETOSEG
   ============================================================ */

.elerhetoseg-szekicio {
  padding: 60px 0;
  background: #f9f5ee;
}

.elerhetoseg-szekicio h1 {
  text-align: center;
  margin-bottom: 40px;
}

.elerhetoseg-racsok {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.elerhetoseg-adatok {
  background: #fff;
  border-radius: 6px;
  padding: 28px 32px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
}

.elerhetoseg-adatok h2 {
  margin-bottom: 20px;
}

.elerhetoseg-sor {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  align-items: flex-start;
}

.elerhetoseg-ikon {
  color: #e61d25;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.elerhetoseg-ertek {
  color: #555;
  line-height: 1.5;
}

.elerhetoseg-ertek a {
  color: #980000;
}

.terkep-keret {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  background: #e0d0b0;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #980000;
  font-size: 0.9rem;
}

/* ============================================================
   RÓLUNK — ABOUT PAGE
   ============================================================ */

.rolunk-oldal {
  padding: 60px 0;
  background: #fff;
}

.rolunk-oldal h1 {
  text-align: center;
  margin-bottom: 10px;
}

.rolunk-oldal .alcim {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.rolunk-tartalom {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}

.rolunk-szoveg-oldal p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.2em;
}

.rolunk-oldalkep img {
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(105,3,5,0.2);
  width: 100%;
}

/* ============================================================
   404 OLDAL
   ============================================================ */

.eroare-404 {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: #f9f5ee;
}

.eroare-404 .szam-404 {
  font-size: 8rem;
  font-family: 'Playfair Display', Georgia, serif;
  color: #e61d25;
  line-height: 1;
  margin-bottom: 10px;
}

.eroare-404 h1 {
  font-size: 2rem;
  margin-bottom: 16px;
}

.eroare-404 p {
  color: #666;
  max-width: 480px;
  margin-bottom: 28px;
}

.eroare-404 a {
  display: inline-block;
  padding: 12px 28px;
  background: #980000;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}

.eroare-404 a:hover {
  background: #e61d25;
}

/* ============================================================
   BELSŐ OLDAL — OLDALKERET
   ============================================================ */

.oldalcim-szalag {
  background: linear-gradient(90deg, #690305, #980000);
  padding: 36px 0 30px;
  position: relative;
  overflow: hidden;
}

.oldalcim-szalag::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(255,255,255,0.04) 8px,
    rgba(255,255,255,0.04) 16px
  );
}

.oldalcim-szalag .tartalom-keret {
  position: relative;
  z-index: 1;
}

.oldalcim-szalag h1 {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.morzsalink {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #EADCAE;
}

.morzsalink a {
  color: #EADCAE;
  text-decoration: underline;
}

.morzsalink span {
  margin: 0 6px;
  opacity: 0.6;
}

/* ============================================================
   /RO-RO/ — PARIURI OLDAL (különleges)
   ============================================================ */

.pariuri-oldal {
  background: #fff;
  padding: 48px 0 64px;
}

.pariuri-oldal h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 28px;
}

.pariuri-oldal h2 {
  color: #1a1a2e;
  font-size: 1.55rem;
  margin-top: 40px;
  margin-bottom: 12px;
  border-left: 4px solid #e61d25;
  padding-left: 14px;
}

.pariuri-oldal h3 {
  color: #333;
  font-size: 1.2rem;
  margin-top: 28px;
  margin-bottom: 10px;
}

.pariuri-oldal p {
  color: #444;
  line-height: 1.8;
}

.pariuri-oldal ul {
  padding-left: 22px;
  margin-bottom: 1em;
}

.pariuri-oldal ul li {
  margin-bottom: 6px;
  color: #444;
}

.pariuri-oldal .article-table {
  margin-bottom: 24px;
}

.cazinouri-recomandate {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border-radius: 10px;
  padding: 28px 30px;
  margin: 30px 0 40px;
  text-align: center;
}

.avertisment-18 {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #ffdd57;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 7px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.cazinouri-butoane {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cazinou-btn {
  display: inline-block;
  padding: 12px 22px;
  background: linear-gradient(135deg, #e61d25, #C00);
  color: #fff !important;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none !important;
  letter-spacing: 0.3px;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 3px 10px rgba(230,29,37,0.35);
}

.cazinou-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(230,29,37,0.5);
  color: #fff !important;
  text-decoration: none !important;
}

/* ============================================================
   LÁBLÉC — FOOTER
   ============================================================ */

.oldal-labléc {
  background: #690305;
  background: linear-gradient(135deg, #690305 0%, #980000 100%);
  color: #EADCAE;
  padding: 50px 0 0;
}

.labléc-racsok {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(234,220,174,0.2);
}

.labléc-oszlop h3 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e61d25;
  display: inline-block;
}

.labléc-oszlop p {
  font-size: 0.88rem;
  color: rgba(234,220,174,0.8);
  line-height: 1.65;
  margin-bottom: 0;
}

.labléc-navigaciolista {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.labléc-navigaciolista li a {
  color: rgba(234,220,174,0.8);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s;
}

.labléc-navigaciolista li a:hover {
  color: #fff;
}

.labléc-social {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.labléc-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  color: #EADCAE;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 0.2s;
}

.labléc-social a:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
}

.labléc-alap {
  padding: 16px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(234,220,174,0.5);
}

.labléc-alap a {
  color: rgba(234,220,174,0.6);
}

/* ============================================================
   RESZPONZÍV — @MEDIA
   ============================================================ */

@media (max-width: 960px) {
  .spectacole-racsok {
    grid-template-columns: 1fr 1fr;
  }
  .galeria-racsok {
    grid-template-columns: repeat(3, 1fr);
  }
  .rolunk-szekicio .tartalom-keret {
    grid-template-columns: 1fr;
  }
  .rolunk-tartalom {
    grid-template-columns: 1fr;
  }
  .turneu-lista {
    grid-template-columns: 1fr;
  }
  .elerhetoseg-racsok {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }

  .fejlec-belso {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 12px;
    min-height: auto;
    gap: 10px;
  }

  .ansamblu-logo-szoveg .logo-nev {
    font-size: 1.3rem;
  }

  .navigacio-lista {
    flex-direction: column;
  }
  .navigacio-lista li a {
    padding: 10px 16px;
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .ansamblu-hero-tartalom h1 {
    font-size: 1.9rem;
  }

  .spectacole-racsok {
    grid-template-columns: 1fr;
  }

  .galeria-racsok {
    grid-template-columns: repeat(2, 1fr);
  }

  .labléc-racsok {
    grid-template-columns: 1fr;
  }

  .cazinouri-butoane {
    flex-direction: column;
    align-items: center;
  }
  .cazinou-btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .galeria-racsok {
    grid-template-columns: 1fr 1fr;
  }
  .tartalom-keret {
    padding: 0 14px;
  }
}
