/* =========================================================
   MatureGallery – Lux Dark (Bordó + Arany + Fekete)
   ========================================================= */

/* ---------- Root variables ---------- */
:root {
    /* --- Backgrounds --- */
    --bg: #0E0E0E;            /* fő háttér – majdnem fekete, de nem full */
    --bg-soft: #151515;       /* kártyák, szekciók */
    --bg-softer: #1D1D1D;     /* hoverhez, dobozokhoz */

    /* --- Text --- */
    --text: #F5F5F5;          /* fő szöveg */
    --muted: #B8B8B8;         /* halványabb szöveg */

    /* --- Primary (arany akcentusok) --- */
    --primary: #C9A86A;       /* MetArt Gold – fő arany */
    --primary-2: #E6C77A;     /* világosabb arany – hover, highlight */

    /* --- Extra Gold Accents --- */
    --gold: #C9A86A;          /* arany */
    --gold-soft: #E2C98A;     /* finom arany csillanás */

    /* --- Shadows & Radius --- */
    --shadow: 0 8px 28px rgba(0, 0, 0, .45); /* mélyebb árnyék, luxus hatás */
    --radius: 14px;
    --radius-lg: 18px;
    --radius-pill: 999px;

    /* --- Blur for glass effect --- */
    --card-blur: blur(4px);   /* kisebb blur, elegánsabb */
}


/* ---------- Base ---------- */
html,body{
  background-color: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height: 1.6;
}

a{ color: var(--gold); text-decoration: none; }
a:hover{ color: var(--gold-soft); }

.text-muted{ color: var(--muted)!important; }

/* ---------- Cards (általános) ---------- */
.card{
  background: var(--bg-soft);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
  background: var(--bg-softer);
}

/* képkártyák általános kép stílus */
.card-img-top{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
  display:block;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.card:hover .card-img-top{
  transform: scale(1.03);
  filter: brightness(1.06);
}

/* ---------- “Clickable image” wrap + overlay cím ---------- */
.card-img-container{
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.category-overlay{
  position: absolute;
  left:0; right:0; bottom:0;
  padding: 10px 12px;
  background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,0));
  color: #fff;
  z-index: 1;
}
.category-name{
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  margin:0;
}

/* ---------- Masonry (kategóriák és kapcsolódó) ---------- */
.masonry-grid{ position: relative; }
.masonry-sizer{ width: 23.5%; }  /* 6 oszlop nagy képernyőn */
.masonry-item{
  width: 20%;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.masonry-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0,0,0,.5);
}
.masonry-img{
  width:100%;
  height:auto;
  display:block;
  border-radius: var(--radius);
  transition: transform .25s ease, opacity .25s ease, filter .25s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.masonry-img:hover{
  transform: translateY(-2px) scale(1.02);
  opacity:.96;
  filter: brightness(1.05);
}

/* Rács responsív töréspontok */
@media (max-width: 1400px){
  .masonry-sizer, .masonry-item{ width: 20%; } /* 5 oszlop */
}
@media (max-width: 1200px){
  .masonry-sizer, .masonry-item{ width: 20%; } /* 5 oszlop */
}
@media (max-width: 992px){
  .masonry-sizer, .masonry-item{ width: 32%; } /* 3 oszlop */
}
@media (max-width: 768px){
  .masonry-sizer, .masonry-item{ width: 48%; } /* 2 oszlop */
}
@media (max-width: 576px){
  .masonry-sizer, .masonry-item{ width: 48%; } /* 1 oszlop */
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.6rem;
    }
}

/* ---------- Navbar (front) ---------- */
.custom-navbar{
  background: linear-gradient(90deg, #120d10 0%, #0b090a 100%);
  border-bottom: 1px solid rgba(212, 175, 55, .18);
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
}
.custom-navbar .navbar-brand{
  color: var(--gold)!important;
  font-weight: 800;
  letter-spacing:.4px;
}
.custom-navbar .navbar-brand:hover{
  color: var(--gold-soft)!important;
  text-shadow: 0 0 10px rgba(212,175,55,.35);
}
.custom-navbar .nav-link{
  color: #f0e8cf!important;
  font-weight: 600;
  text-transform: uppercase;
  font-size:.9rem;
  letter-spacing:.5px;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active{
  color: var(--gold-soft)!important;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb{
  background: none;
  padding:0;
  margin-bottom: 1.25rem;
}
.breadcrumb-item a{
  color: var(--gold);
}
.breadcrumb-item a:hover{
  color: var(--gold-soft);
}
.breadcrumb-item.active{
  color: var(--muted);
}

/* ---------- Gallery header (title + desc) ---------- */
.gallery-page{ color: var(--text); }
.gallery-header .gallery-title {
    color: var(--gold);
    font-weight: 800;
    letter-spacing: .4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 90vw; /* → mobilon szépen levágja */
}
.gallery-header .gallery-desc{
  color: var(--muted);
}

/* ---------- Meta blocks (kategóriák, tagek, modellek, channel) ---------- */
.meta-blocks{
  display:flex; flex-wrap:wrap; gap:1.25rem;
  background: var(--bg-soft);
  border:1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.2rem;
  box-shadow: var(--shadow);
  margin-top: 2rem;
}
.meta-section h5{
  color: var(--gold);
  margin-bottom:.5rem;
  font-weight: 700;
}
.meta-tag{
  display:inline-block;
  padding: 6px 12px;
  margin: 4px 6px 0 0;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.08);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.08);
  transition: all .2s ease;
  font-size:.9rem;
}
.meta-tag:hover{
  background: var(--primary);
  border-color: var(--primary-2);
}

/* ---------- CTA (affiliate) ---------- */
.cta-block{
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 55%, #0e0a0c 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 2.25rem 1.5rem;
  text-align:center;
  color:#fff;
}
.cta-block h2{
  font-weight: 800;
  margin-bottom:.75rem;
}
.cta-block p{
  color:#faf7ec;
  max-width: 680px;
  margin: 0 auto 1.25rem;
}
.btn-cta{
  background: var(--gold);
  color:#000;
  border:none;
  padding: 12px 26px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  letter-spacing:.4px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-cta:hover{
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212,175,55,.35);
}

/* ---------- Related galleries blokk ---------- */
.related-galleries h2{ color: var(--gold); }
.related-galleries h6{ color: var(--text); margin-top:.5rem; }
.related-galleries small{ color: var(--muted); }

/* ---------- SEO content dobozok (homepage/category leírás) ---------- */
.homepage-seo-content,
.tag-content,
.category-content{
  background: var(--primary-2)!important;
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.06);
  padding: 1rem 1.25rem;
  text-align: justify;
  font-size: 1.25rem;
}
.tag-content h1,
.tag-content h2,
.tag-content h3,
.category-content h1,
.category-content h2,
.category-content h3{
  color: var(--gold);
  margin-top: 1.25rem;
  text-align: center;
}
.tag-content ul
.category-content ul{
  list-style: disc;
  margin-left: 1.25rem;
}

/* ---------- Footer ---------- */
.footer, .custom-footer{
  background: linear-gradient(to bottom, #130e11 0%, #0b0a0b 100%);
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.06);
  text-align:center;
  padding: 1.25rem 0;
}
.footer a, .custom-footer a{
  color: var(--gold);
}
.footer a:hover, .custom-footer a:hover{
  color: var(--gold-soft);
}

/* ---------- Buttons, badges, pagination (Bootstrap finomhang) ---------- */
.btn-primary{
  background: var(--primary);
  border-color: var(--primary-2);
  color: #222;
}
.btn-primary:hover{
  background: var(--primary-2);
  border-color: var(--primary-2);
}
.btn-outline-primary{
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline-primary:hover{
  background: var(--gold);
  color:#000;
}

.badge.bg-success{ background: #3cb371!important; }
.badge.bg-info{ background: #1f92d0!important; }
.badge.bg-secondary{ background: #6c6f78!important; }
.badge.bg-warning{ background: #b38f2b!important; }

.page-link{
  color: var(--gold);
  background: transparent;
  border: 1px solid rgba(255,255,255,.12);
}
.page-link:hover{
  color: var(--gold-soft);
  background: rgba(255,255,255,.04);
}

/* ---------- Alerts ---------- */
.alert{
  background: rgba(255,255,255,.06);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
}

/* ---------- Rounded avatars ---------- */
.rounded-circle{ border: 3px solid rgba(255,255,255,.12); }

/* ---------- GLightbox apró fix (ha használod) ---------- */
.glightbox-clean .gdesc-inner{
  background: rgba(0,0,0,.6);
  border-radius: 10px;
}

/* ---------- Utility padding/margins finomítás (opcionális) ---------- */
.section{
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,.06);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow);
}
:root {
  --bg: #1b1719;               /* fő háttér – mély grafitszürke, nem fekete */
  --bg-soft: #241f22;          /* kártya háttér */
  --bg-softer: #2c262a;        /* hoverelt kártya */
  --text: #f5f5f5;
  --muted: #bfb7ba;
  --primary: #b22234;          /* bordó */
  --primary-2: #801d2c;
  --gold: #d4af37;
  --gold-soft: #e9cb6f;
  --shadow: 0 8px 30px rgba(0,0,0,.35);
  --radius: 14px;
  --radius-lg: 18px;
  --radius-pill: 999px;
}
.custom-navbar {
  background: linear-gradient(90deg, #2a2226 0%, #1b1719 100%);
  border-bottom: 1px solid rgba(212, 175, 55, .18);
  box-shadow: 0 6px 18px rgba(0,0,0,.4);
}
.footer, .custom-footer {
  background: linear-gradient(to bottom, #241f22 0%, #1b1719 100%);
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.08);
}
.card {
  background: var(--bg-soft);
  border: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 6px 20px rgba(0,0,0,.3);
}
.card:hover {
  background: var(--bg-softer);
  transform: translateY(-5px);
}
/* --- Meta block vertical layout --- */
.meta-blocks {
  display: block; /* ❗ Nem flex többé */
  background: var(--color-bg-card);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  margin-top: 2rem;
}

.meta-section {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 1rem;
}

.meta-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.meta-section h5 {
  color: var(--color-secondary);
  font-family: var(--font-head);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.meta-section .meta-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-text);
  border-radius: 30px;
  padding: 6px 14px;
  margin: 4px 6px 0 0;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.meta-section .meta-tag:hover {
  background: var(--color-primary);
  color: #fff;
}
/* =========================================================
   LIKE / DISLIKE SECTION – improved contrast
   ========================================================= */
#vote-section {
  margin-top: 2rem;
  text-align: center;
}

#vote-section .btn {
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 10px 26px;
  font-size: 1rem;
  transition: all 0.25s ease;
  border-width: 2px;
  background: transparent;
}

/* ✅ Like (gold) */
#vote-section #likeBtn {
  border-color: transparent;           /* élénk arany */
  color: var(--gold);
  background-color: var(--primary-2);
}
#vote-section #likeBtn:hover,
#vote-section #likeBtn:focus {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}

/* ❤️ Dislike (borvörös) */
#vote-section #dislikeBtn {
  border-color: #653737;           /* élénkebb bordó */
  color: #653737;
}
#vote-section #dislikeBtn:hover,
#vote-section #dislikeBtn:focus {
  background: #b22222;
  color: #fff;
  box-shadow: 0 0 12px rgba(178, 34, 34, 0.4);
}

/* ✨ Szavazatszámlálók */
#vote-section span {
  font-weight: 700;
  margin-left: 6px;
  color: #fff;
}

/* 💾 Szavazás után (fix szín) */
#vote-section .btn-success {
  background: #2B2B2B !important;
  color: #000 !important;
  border-color: #d4af37 !important;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}

#vote-section .btn-danger {
  background: #b22222 !important;
  color: #fff !important;
  border-color: #b22222 !important;
  box-shadow: 0 0 12px rgba(178, 34, 34, 0.5);
}
/* =========================================================
   SMALL CTA BUTTON (under title)
   ========================================================= */
.btn-cta-small {
  background: #d4af37;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

.btn-cta-small:hover {
  background: #f1d283;
  color: #000;
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
}
/* =========================================================
   SMALL CTA BUTTON (under gallery title)
   ========================================================= */
.btn-cta-small {
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 0.92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
  white-space: nowrap;
}

.btn-cta-small:hover {
  background: linear-gradient(135deg, #f1d283, #e6b800);
  color: #000;
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.45);
  transform: translateY(-2px);
}
.gallery-title { 
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
 }
 .navbar .input-group .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: #222;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.navbar .input-group .form-control::placeholder {
  color: #ccc;
}
.navbar .input-group .btn {
  border-color: rgba(255, 255, 255, 0.25);
}
/* 🌹 MatureGallery Header Style */

/* Felső sáv */
.top-header {
  background: linear-gradient(90deg, #3a0712, #5e0a1d);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.top-header .navbar-brand {
  color: #ffb3c1 !important;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(255, 150, 170, 0.5);
}
@media (max-width: 767px) {
.top-header .navbar-brand {
  margin-left: auto;
  margin-right: auto;
}
}
@media (max-width: 767px) {
.search {
  margin-left: auto;
  margin-right: auto;
}
}
.top-header .navbar-brand:hover {
  color: #fff;
}
.search-input {
  background-color: rgba(255,240,245,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
.search-input::placeholder {
  color: #f5d8e0;
}
.search-btn {
  background-color: rgba(255,255,255,0.15);
  color: #ffb3c1;
  border: 1px solid rgba(255,255,255,0.3);
}
.search-btn:hover {
  background-color: #ffb3c1;
  color: #5e0a1d;
}

/* Alsó menü sáv */
.main-navbar {
  background-color: #5e0a1d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 2px 8px rgba(0,0,0,0.4);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.navbar-nav .nav-link {
  color: #f5e1e9 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffb3c1 !important;
  text-shadow: 0 0 6px rgba(255, 160, 180, 0.6);
}

/* Kicsi ikon spacing */
.navbar-nav i {
  margin-right: 6px;
}
/* 💄 MatureGallery Footer */
.custom-footer {
  background: linear-gradient(180deg, #3a0712 0%, #5e0a1d 100%);
  color: #f5e1e9;
  border-top: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 -2px 8px rgba(0,0,0,0.4);
  font-family: 'Inter', sans-serif;
}

.custom-footer .navbar-brand {
  font-family: 'Poppins', 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: 0.5px;
    text-transform: none;
    display: inline-block;
    background: linear-gradient(90deg, #fce4ec 0%, #f1efd2 40%, #fce4ec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 18px rgba(255, 215, 0, 0.25);
    transition: all 0.3s 
ease;
}

.custom-footer .footer-links a {
  color: #f5e1e9;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.custom-footer .footer-links a:hover {
  color: #ffb3c1;
  text-shadow: 0 0 6px rgba(255, 160, 180, 0.6);
}

.custom-footer .footer-links i {
  margin-right: 6px;
  color: #ffb3c1;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.custom-footer .footer-links a:hover i {
  opacity: 1;
}

.custom-footer .footer-text {
  color: var(--primary);
  font-size: 0.95rem;
  letter-spacing: 0.4px;
}

.custom-footer small {
  color: #d6a5b2;
  font-size: 0.8rem;
}

.custom-footer img {
  max-height: 50px;
  filter: drop-shadow(0 0 6px rgba(255, 180, 190, 0.3));
}
/* 🌹 MatureGallery Unified Header & Footer */

.top-header {
  background: var(--bg);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.main-navbar {
  background: var(--primary-2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 2px 8px rgba(0,0,0,0.4);
}

.custom-footer {
  background: linear-gradient(180deg, var(--primary-2), var(--bg-softer));
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 -2px 6px rgba(0,0,0,0.4);
  color: var(--text);
}

/* 🔹 Text & links */
.navbar-brand,
.footer-brand {
  color: var(--gold-soft) !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(212,175,55,0.4);
}

.navbar-nav .nav-link,
.custom-footer .footer-link {
  color: var(--muted) !important;
  font-weight: 500;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.custom-footer .footer-link:hover {
  color: var(--gold) !important;
  text-shadow: 0 0 6px rgba(212,175,55,0.4);
}

.navbar-nav i,
.custom-footer i {
  color: var(--gold);
  margin-right: 6px;
  opacity: 0.9;
}

/* 🔍 Search box */
.search-input {
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--text);
}
.search-input::placeholder {
  color: var(--muted);
}
.search-btn {
  background: var(--primary-2);
  border: none;
  color: #fff;
  transition: background 0.3s ease;
}
.search-btn:hover {
  background: #555;
  color: #fff;
}

/* 🔸 Footer text */
.custom-footer small {
  color: var(--muted);
}
/* 🔹 Gallery Header */
.gallery-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 0.5rem;
}

.gallery-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* CTA button */
.btn-cta-small {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 0.45rem 1.1rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
  white-space: nowrap;
}
.btn-cta-small:hover {
  background: var(--gold);
  color: var(--bg);
  text-shadow: 0 0 6px rgba(255,255,255,0.3);
}
/* 🔹 Gallery Header */
.gallery-header {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 0.5rem;
}

.gallery-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* CTA button */
.btn-cta-small {
  background: var(--primary);
  color: #2B2B2B;
  border: none;
  padding: 0.45rem 1.1rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
  white-space: nowrap;
  margin-top:1rem;
  margin-bottom: 1rem;
}
.btn-cta-small:hover {
  background: var(--gold);
  color: var(--bg);
  text-shadow: 0 0 6px rgba(255,255,255,0.3);
}
.text-gold {
  color: var(--gold);
  text-shadow: 0 0 0px rgba(212,175,55,0.4);
}

/* Gomb-stílus */
.browse-btn {
  background: var(--primary-2);
  color: var(--text);
  padding: 0.6rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.25s ease;
}
.browse-btn:hover {
  background: var(--gold);
  color: var(--bg);
  text-shadow: 0 0 6px rgba(255,255,255,0.3);
  transform: translateY(-2px);
}
.gallery-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
h1.gallery-title {
  font-size: 1.6rem;
}

.card {
  background-color: #111;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.card-img-container {
  border-radius: 10px;
}
.card-body small {
  color: #bbb;
}

.opacity-50 {
  opacity: 0.5;
  pointer-events: none;
}
.homepage-seo-content {
  background: var(--bg-softer);
  color: var(--text);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 2.5rem;
  line-height: 1.75;
  font-size: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Címek */
.homepage-seo-content h2,
.homepage-seo-content h3 {
  color: var(--gold);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.homepage-seo-content h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 0.3rem;
}

.homepage-seo-content h3 {
  font-size: 1.3rem;
  color: var(--gold-soft);
}

/* Bekezdések */
.homepage-seo-content p {
  color: var(--muted);
  margin-bottom: 1rem;
}

/* Lista */
.homepage-seo-content ul {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.homepage-seo-content li {
  background: var(--bg-soft);
  border-left: 3px solid var(--primary);
  padding: 1.2rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  transition: background 0.3s ease, transform 0.2s ease;
}

.homepage-seo-content li:hover {
  background: var(--bg);
  transform: translateY(-2px);
}

/* Linkek (ha lesznek a szövegben) */
.homepage-seo-content a {
  color: var(--gold);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.homepage-seo-content a:hover {
  color: var(--gold-soft);
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .homepage-seo-content {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .homepage-seo-content h2 {
    font-size: 1.4rem;
  }

  .homepage-seo-content h3 {
    font-size: 1.15rem;
  }
}
/*.card-body { 
  font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
 }*/
 /* 🩸 Privacy Policy Styling - matching PhotoGallery theme */
.page-content {
  max-width: 850px;
  margin: 2rem auto;
  padding: 2.5rem;
  background: var(--bg-soft);
  color: var(--text);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  line-height: 1.75;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Headings */
.page-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--gold);
  border-left: 4px solid var(--primary);
  padding-left: 0.8rem;
  letter-spacing: 0.3px;
  text-shadow: 0 0 8px rgba(180, 34, 52, 0.25);
}

/* Paragraphs */
.page-content p {
  margin-bottom: 1rem;
  color: var(--muted);
}

/* Highlight strong text */
.page-content strong {
  color: var(--gold-soft);
  font-weight: 600;
}

/* Links */
.page-content a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.page-content a:hover {
  color: var(--gold-soft);
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

/* Lists */
.page-content ul {
  margin: 1rem 0 1.5rem 1.5rem;
  padding-left: 1rem;
  list-style-type: disc;
}

.page-content li {
  margin-bottom: 0.5rem;
  color: var(--muted);
}

/* First paragraph (Last updated) */
.page-content p:first-of-type {
  font-size: 0.9rem;
  color: var(--gold-soft);
  font-style: italic;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.5rem;
}

/* Hover emphasis effect */
.page-content h2:hover {
  color: var(--gold-soft);
  border-left-color: var(--gold);
  transition: all 0.2s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .page-content {
    padding: 1.5rem;
    font-size: 0.95rem;
  }

  .page-content h2 {
    font-size: 1.2rem;
  }
}
.category-lead { 
  background: var(--bg-soft) !important;
    color: var(--text);
    font-size: 1rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, .06);
    padding: 1rem 1.25rem;
    text-align: justify;
}
 }
.meta-section h6 {
  font-weight: 600;
  color: #ccc;
  display: inline-block;
  margin-bottom: 0;
}
.meta-tag {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 4px 10px;
  color: #f3f3f3;
  text-decoration: none;
  transition: background 0.2s;
}
.meta-tag:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
}
.model-profile-card {
  background: var(--primary-2)!important;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease-in-out;
}
.model-profile-card:hover {
  transform: translateY(-3px);
}
.model-profile-card img {
  border-radius: var(--radius-lg);
}
.logo span {
  font-family: 'Playfair Display', 'Poppins', 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  text-transform: none;
  display: inline-block;
  background: #f7d00a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(255, 215, 0, 0.25);
  transition: all 0.3s ease;
}

.logo span:hover {
  text-shadow: 0 0 22px rgba(255, 192, 203, 0.5);
  transform: scale(1.03);
}
/* 🌌 CTA Banner alap (desktopon marad a stílusod) */
.cta-banner {
  background: var(--primary-2);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 2.25rem 1.5rem;
    text-align: center;
    color: #222;
}

.btn-gradient {
  background: var(--gold);
    color: #000;
    border: none;
    padding: 12px 26px;
    border-radius: var(--radius-pill);
    font-weight: 700;
    letter-spacing: .4px;
    transition: transform .2s 
ease, box-shadow .2s 
ease, background .2s 
ease;
}

.btn-gradient:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212,175,55,.35);
  color: #222;
}

.text-gold {
  color: var(--gold);
}

/* 📱 Mobil optimalizálás */
@media (max-width: 768px) {
  .cta-banner {
    padding: 2.5rem 1.25rem;
    border-radius: 1rem;
  }

  .cta-banner h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }

  .cta-banner p.lead {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }

  .btn-gradient {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem;
  }
}

/* 🧠 Extra kis kijelzők (pl. iPhone SE) */
@media (max-width: 480px) {
  .cta-banner h2 {
    font-size: 1.25rem;
  }

  .cta-banner p.lead {
    font-size: 0.95rem;
  }
}
.channel-profile-card {
  background: var(--primary-2)!important;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius-lg, 18px);
  box-shadow: var(--shadow, 0 8px 28px rgba(0, 0, 0, .35));
}

.channel-profile-card img {
  border-radius: var(--radius, 14px);
  max-height: 220px;
  object-fit: contain;
}

.channel-profile-card h2 {
  font-size: 1.8rem;
  color: var(--gold, #d4af37);
}

.channel-profile-card .btn-gradient {
  background: var(--gold);
  color: #222;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(178, 34, 52, 0.35);
  transition: all 0.25s ease;
}

.channel-profile-card .btn-gradient:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212,175,55,.35);
  color:#222;
}
#backToTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  display: none;               /* kezdetben rejtve */
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: var(--primary);
  border-color:1px solid var(--primary);;
  color: #222;
}
#backToTop:hover { 
  background-color: #444;
  color: #ccc;
 }

#backToTop.show {
  display: flex;
  opacity: 1;
  transform: scale(1);
}

#backToTop.hide {
  opacity: 0;
  transform: scale(0.9);
}
.letter-nav {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0.5rem;
  padding: 0.5rem 0.25rem;
  scroll-snap-type: x mandatory;
}

.letter-nav::-webkit-scrollbar { display: none; }

.letter-link {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 600;
  color: #d4af37; /* arany */
  text-decoration: none;
  transition: all 0.2s;
  scroll-snap-align: start;
}

.letter-link:hover {
  color: #fff;
  background-color: rgba(212,175,55,0.2);
}

/* 🔹 Mobilon balra igazítva (hogy az A látszódjon elsőként) */
@media (max-width: 768px) {
  .letter-nav {
    justify-content: flex-start;
  }
  .letter-link {
    padding: 4px 8px;
    font-size: 0.9rem;
  }
}

/* 🔹 Desktopon középre rendezve */
@media (min-width: 769px) {
  .letter-nav {
    justify-content: center;
  }
}
.share-banner {
  background-color: var(--bg-softer);
  color: var(--text);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 2rem;
  text-align: center;
  margin: 3rem auto;
  transition: all .3s ease;
}

.share-banner h5 {
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 1rem;
}

.share-banner a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background-color: var(--bg-soft);
  color: var(--text);
  border: 1px solid var(--primary);
  border-radius: var(--radius-pill);
  padding: .6rem 1.2rem;
  text-decoration: none;
  font-weight: 500;
  transition: all .3s ease;
}

.share-banner a:hover {
  background-color: var(--primary);
  color: #222;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(178, 34, 52, .4);
}

.share-banner i {
  font-size: 1.2rem;
}
.btn-group-sm>.btn, .btn-sm { 
  margin: 5px;
 }
/* ============================
   GALLERY DESCRIPTION BLOCK
   ElegantMatures.com styling
   ============================ */
.gallery-desc {
    background: #2B2B2B;              /* soft dark */
    padding: 20px 24px;
    border-radius: 14px;
    line-height: 1.65;
    font-size: 1rem;
    color: #e5e0e6;
    box-shadow: 0 0 25px rgba(0,0,0,0.35);
    transition: max-height 0.4s ease, opacity 0.4s ease;
    overflow: hidden;
    max-height: 190px;                /* collapsed height */
    position: relative;
}

/* TITLE */
.gallery-desc-title {
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: #ff66b2;                   /* ElegantMatures pink */
    text-shadow: 0 0 10px rgba(255,102,178,0.35);
}

/* REAL PARAGRAPHS */
.gallery-desc p {
    margin-bottom: 12px;
}

/* GRADIENT FADE ON COLLAPSED STATE */
#galleryDesc:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(36,31,34,0), rgba(36,31,34,1));
}

/* WHEN EXPANDED */
#galleryDesc.expanded {
    max-height: 1200px;               /* enough for long text */
}

/* READ MORE BUTTON */
#readMoreBtn {
    margin-top: 12px;
    border-radius: 30px;
    padding: 6px 16px;
    font-weight: 500;
    transition: 0.25s;
}

#readMoreBtn:hover {
    background: var(--gold);
    color: #1b1719;
    box-shadow: 0 0 10px rgba(255,102,178,0.35);
}
/* ================================
   H2 TITLE – ElegantMatures Style
   ================================ */
.gallery-desc-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 25px 0 12px;
    color: var(--gold);                       /* signature EM pink */
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 12px rgba(255,102,178,0.4);
    display: inline-block;
    position: relative;
    padding-left: 6px;
}

/* Decorative bar on the left */
.gallery-desc-title::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 75%;
    background: #653737;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255,102,178,0.3);
}
.blog-content {
    background: var(--bg-soft) !important;
    color: var(--text);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,.06);
    padding: 1.25rem 1.5rem;
    text-align: justify;
    max-width: 100%;
    margin: 2rem auto;
}

/* Headings */
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: var(--gold);
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}
.blog-content h1 { 
  font-size: 1.6rem;
 }
.blog-content h2 { 
  font-size: 1.4rem;
 }
 .blog-content h3 { 
  font-size: 1.2rem;
 }
 .blog-content h4 {
  font-size:1rem;
 }

/* Paragraphs */
.blog-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

/* Links */
.blog-content a {
    color: var(--gold);
    text-decoration: underline;
}
.blog-content a:hover {
    opacity: .85;
}

/* Lists */
.blog-content ul,
.blog-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.blog-content ul {
    list-style-type: disc;
}

.blog-content ol {
    list-style-type: decimal;
}

/* Blockquotes */
.blog-content blockquote {
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
    margin-left: 0;
    opacity: .9;
    font-style: italic;
}

/* Images inside content */
.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin: 1rem 0;
    display: block;
}

/* Code blocks */
.blog-content pre,
.blog-content code {
    background: rgba(255,255,255,.06);
    padding: .5rem .75rem;
    border-radius: var(--radius);
    font-family: monospace;
}
/* Wrapper, hogy mobilon lehessen scrollozni */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  background: var(--bg-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.06);
}

/* Fejléc */
.blog-content table thead th {
  background: rgba(255,255,255,0.03);
  color: var(--gold);
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  white-space: nowrap;
}

/* Cella általános */
.blog-content table tbody td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  color: var(--text);
}

/* Első oszlop (Feature) kicsit hangsúlyosabb */
.blog-content table tbody td:first-child {
  font-weight: 500;
}

/* Zebra csíkozás */
.blog-content table tbody tr:nth-child(even) {
  background: rgba(255,255,255,0.02);
}

/* Hover sor */
.blog-content table tbody tr:hover {
  background: rgba(255,255,255,0.04);
}

/* Mobilos scroll, ha nagyon szűk a hely */
.blog-content {
  overflow-x: auto;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* maximum sor */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --- MOBILE STICKY SHARE BAR --- */
.mobile-share-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);
    padding: 10px 5px;
    text-align: center;
    z-index: 99999;
    backdrop-filter: blur(6px);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.mobile-share-badge {
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
    padding-right: 4px;
    white-space: nowrap;
}

.mobile-share-sticky a {
    font-size: 30px;
    color: #fff;
    margin: 0 4px;
}

.mobile-share-sticky a:hover {
    opacity: 0.8;
}
/* ---------- MINI META INFO BELOW TITLE ---------- */

.gallery-mini-meta {
    font-size: 0.90rem;            /* nagyobb, jól olvasható mobilon */
    color: #d0d0d0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;                 /* több hely a tag-ek között */
    line-height: 1.6;              /* több “levegő” */
    margin-bottom: 4px;
}

.gallery-mini-meta .mi-block {
    display: flex;
    align-items: center;
    gap: 6px;                      /* több hely ikon és szöveg között */
    white-space: nowrap;
}

.gallery-mini-meta i {
    font-size: 1rem;
    color: #bbb;
}

.gallery-mini-meta .mi-link {
    color: #e8e8e8;
    text-decoration: none;
}

.gallery-mini-meta .mi-link:hover {
    color: #000;
    text-decoration: underline;
}

.gallery-mini-meta .mi-sep {
    color: #777;
    padding: 0 4px;
}


/* ---------- MOBILE OPTIMIZATION ---------- */
@media (max-width: 576px) {
    .gallery-mini-meta {
        font-size: 0.95rem;        /* nagyobb mobilon */
        gap: 6px 10px;             /* arányos spacing mobil */
        line-height: 1.7;
        margin-top: 10px;
    }

    .gallery-mini-meta .mi-block i {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1557px;
    }
}
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem!important;
}
.btn-mini-meta { 
    border-color: #d4af37;
    color: #d4af37;
 }
 .btn-mini-meta:hover { 
    background: #d4af37;
    color: #000;
    border-bolor: #d4af37;
  }
  .btn-mini-meta a:hover { 
    color: #000;
   }
   .gallery-mini-meta {
    margin-bottom: 10px;
}

.mini-meta-btn {
    border-radius: 1px;
    padding: 4px 10px;
    font-size: 0.75rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.mini-meta-btn i {
    font-size: 0.85rem;
}

.mini-meta-btn:hover {
    opacity: .85;
}
.mini-meta-btn {
    border: 0px solid #d4af37 !important;
    color: #ccc !important;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 0.78rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.2s ease;
}

.mini-meta-btn:hover {
    background: var(--gold) !important;
    color: #000 !important; /* fekete */
    border-color: var(--gold) !important;
    opacity: 1;
}

.mini-meta-btn i {
    font-size: 0.9rem;
    color: inherit;
}
.gallery-mini-meta {
    display: flex;
    flex-wrap: nowrap !important; /* ❗ Soha ne törje következő sorba */
    overflow-x: auto;             /* ✨ Ha nem fér ki → vízszintes scroll */
    white-space: nowrap;
    padding-bottom: 4px;
}

.gallery-mini-meta::-webkit-scrollbar {
    height: 6px;
}

.gallery-mini-meta::-webkit-scrollbar-thumb {
    background: var(--gold-soft);
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}
.masonry-item.filler {
    width: 20%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
:root {
    /* --- Backgrounds --- */
    --bg: #212534;            /* fő háttér – majdnem fekete, de nem full */
    --bg-soft: #151515;       /* kártyák, szekciók */
    --bg-softer: #171a24;     /* hoverhez, dobozokhoz */

    /* --- Text --- */
    --text: #F5F5F5;          /* fő szöveg */
    --muted: #B8B8B8;         /* halványabb szöveg */

    /* --- Primary (arany akcentusok) --- */
    --primary: #8e7b16;       /* MetArt Gold – fő arany */
    --primary-2: #171a24;     /* világosabb arany – hover, highlight */

    /* --- Extra Gold Accents --- */
    --gold: #f7d00a;          /* arany */
    --gold-soft: #C9A86A;     /* finom arany csillanás */

    /* --- Shadows & Radius --- */
    --shadow: 0 8px 28px rgba(0, 0, 0, .45); /* mélyebb árnyék, luxus hatás */
    --radius: 14px;
    --radius-lg: 18px;
    --radius-pill: 999px;

    /* --- Blur for glass effect --- */
    --card-blur: blur(4px);   /* kisebb blur, elegánsabb */
}
.text-danger {
    --bs-text-opacity
1
: 1;
    color: var(--gold) !important;
}
.join { 
  background: var(--gold);
 }
 .nav-item.join a { 
  color: #222!important;
  padding: 20px 25px 20px 20px!important;
  }
  .nav-item.join a:hover { 
  color: #222!important;
  padding: 20px 25px 20px 20px!important;
  text-decoration: underline;
  }
  .navbar-nav .bi-person-plus-fill,
.custom-footer .bi-person-plus-fill {
    color: #4d3907 !important;
    margin-right: 6px;
    opacity: 0.9;
}
.btn-report { 
  background-color: var(--gold);
  border-color: var(--gold);
  color: #222;
 }
 .btn:hover { 
  background-color: #f7d00a;
  border-color: var(--gold);
  color: #222;
  }
  #vote-section #shareToggleBtn {
  border-color: transparent;           /* élénk arany */
  color: var(--gold);
  background-color: var(--primary-2);
}
#vote-section #shareToggleBtn:hover,
#vote-section #shareToggleBtn:focus {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
}
/* Share block – normál doboz a gomb alatt, nem absolute */
.share-block-desktop {
    background: #111;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}
/* Alapból rejtve (desktop default) */
#shareBlock {
    display: none;
    background: #111;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 15px;
    margin-top: 12px;
}

/* 📱 MOBIL: mindig nyitva */
@media (max-width: 991px) {
    #shareBlock {
        display: block !important;
    }
}
.eab-logo {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    background: linear-gradient(180deg, #f5e2a8 0%, #d4af37 50%, #a4843a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#related-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

#related-grid {
    width: 100%;
    min-height: 200px;       /* <- kötelező JG infinite scrollhoz */
    position: relative;
}

#related-grid img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

#related-sentinel {
    height: 300px !important;   /* legyen hatalmas célpont */
    width: 100%;
    display: block;
}
.trending-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--gold);
  color: #222222;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 5;
  pointer-events: none;
}
.trending-badge-profile {
  background: var(--gold);;
  color: #222222;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  text-transform: uppercase;
  margin-left: 8px;
}

.bio-box {
  line-height: 1.45;
}

@media (max-width: 768px) {
  .info-box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .bio-box {
    max-width: 100% !important;
    margin-top: 1rem;
  }
}
/* ✅ Mobile truncated bio */
.bio-box {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  transition: max-height .3s ease;
}

/* ✅ Fade-out overlay */
.bio-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(34,34,34,0), rgba(34,34,34,1));
  pointer-events: none;
}

/* ✅ Desktop = show full bio */
@media (min-width: 768px) {
  .bio-box {
    -webkit-line-clamp: unset;
    overflow: visible;
  }
  .bio-fade,
  #bio-toggle {
    display: none !important;
  }
}

/* Wrapper positioning */
.bio-box-wrapper {
  position: relative;
  max-width: 100%;
}
.model-like-wrapper {
  display: flex;
  align-items: center;
}

.model-like-btn {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: all .25s ease;
}

.model-like-btn:hover {
  background: rgba(255, 215, 0, 0.1); /* soft gold tint */
  transform: translateY(-1px);
}

.model-like-btn:disabled {
  opacity: .5;
  cursor: default;
}

.heart-icon {
  font-size: 18px;
  margin-right: 4px;
  transition: color .3s ease, transform .3s ease;
}

/* ✅ When voted */
.model-like-btn.voted .heart-icon {
  color: var(--gold);
  content: "♥";
  transform: scale(1.2);
}
.model-like-wrapper { 
    margin-bottom: 1rem!important;
}
.related-tags-swiper .card-img-top {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 6px;
}

.related-tag-card {
  color: #fff;
  text-decoration: none;
}

.related-prev,
.related-next {
  color: var(--gold);
  opacity: .75;
  transition: .2s;
  background-color: #2B2B2B;
  padding: 20px;
}

.related-prev:hover,
.related-next:hover {
  opacity: 1;
}

.gallery-title {
  font-size: 1rem;
  font-weight: 600;
}
/* ✅ Globális hover-zoom minden gallery elemre */
.jg-item {
  position: relative;
  display: block;
  overflow: hidden; /* fontos: ne lógjon ki a kép */
}

.jg-item img {
  transition: transform .25s ease;
  transform-origin: center center;
}

.jg-item:hover img {
  transform: scale(1.04);
}
#home-jg,
  #model-jg {
    margin-bottom: 2rem;
  }

  .justified-gallery {
    visibility: hidden;
  }

  .jg-complete {
    visibility: visible;
  }

  .jg-item {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .jg-overlay-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(to top, rgba(0,0,0,1.7), rgba(0,0,0,0));
  color: #fff;
  padding: 6px 10px;
  opacity: 0;
  transition: opacity .25s ease;
}
.jg-item:hover .jg-overlay-caption {
  opacity: 1;
}


  .jg-cap-title {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .jg-cap-sub {
    font-size: 13px;
    opacity: 0.85;
    margin-top: 2px;
  }
  #latest-jg {
    margin-bottom: 2rem;
  }

  .justified-gallery {
    visibility: hidden;
  }

  .jg-complete {
    visibility: visible;
  }

  .jg-caption {
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .jg-caption small {
  display: block;
  font-size: 13px;
  opacity: 0.9;
}
.jg-caption small::before {
  content: "📅 ";
}
.model-hero-wrapper {
  height: 330px;
  border-radius: 12px;
  overflow: hidden;
}

.model-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: brightness(0.65);
}

.model-hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 28px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.model-hero-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.model-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.meta-item {
  display: flex;
  align-items: center;
}

.model-hero-bio {
  font-size: .95rem;
  opacity: 0.85;
  max-width: 600px;
}

/* ❤️ Like button */
.model-like-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .2s;
}
.model-like-btn.voted {
  background: #d62828;
  border-color: #d62828;
}
.feedback-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg); /* 🔹 középre igazítva + elforgatva */
  transform-origin: right bottom;
  background-color: var(--primary);
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  border-radius: 3px 3px 0 0;
  padding: 6px 14px 8px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.feedback-btn:hover {
  background-color: #f7d00a;
  right: 2px; /* 🔹 kis hover-mozgás */
  color: #4fa0c1;
}
@media (max-width: 768px) {
  .feedback-btn {
    transform: none;
    top: auto;
    bottom: 100px;
    right: 20px;
    border-radius: 6px;
    font-size: 16px;
    padding: 8px 16px;
  }
}


.feedback-form {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 300px;
  background: #1e1e1e;
  color: #fff;
  padding: 20px;
  border-radius: 8px 0 0 8px;
  z-index: 1051;
  transition: right 0.3s ease;
}
.feedback-form.show {
  right: 0;
}
.feedback-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
/* ✅ Coming Soon thumbnail */
.jg-coming-soon {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

/* ✅ darker + desaturated image */
.jg-img-coming {
  opacity: 0.35;
  filter: grayscale(55%);
}

/* ✅ default caption hidden for active items if hover-only mode */
.jg-overlay-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0));
  color: #fff;
  opacity: 0;
  transition: opacity .25s ease;
}

/* ✅ show on hover for active items only */
.jg-item:hover .jg-overlay-caption {
  opacity: 1;
}

/* ✅ Coming Soon = ALWAYS VISIBLE + DARKER BG */
.coming-fixed {
  opacity: 1 !important;
  background: rgba(0,0,0,0.65) !important;
}

/* ✅ caption text tweaks */
.jg-cap-title {
  font-size: 15px;
  font-weight: 600;
}

.jg-cap-date {
  font-size: 13px;
  opacity: 0.95;
  margin-top: 2px;
}
#search,
input[type="search"],
input.search,
.search-input {
    color: #fff !important;            /* A beírt szöveg színe */
    caret-color: #fff !important;      /* A kurzor színe */
    background-color: #000 !important; /* vagy ami a háttér színe */
}

#search::placeholder,
input[type="search"]::placeholder {
    color: #ccc !important;            /* Placeholder látható legyen */
    opacity: 1 !important;
}
