:root {
    --primary: #C5A059;
    --secondary: #1E293B;
    --accent: #F59E0B;
    --bg-main: #0F172A;
    --surface: #1E293B;
    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.6
}

.lounge-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--primary)
}

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

.btn-gold {
    background: linear-gradient(135deg, #C5A059 0%, #F59E0B 100%);
    color: #0F172A;
    border: none;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    transition: all 0.4s ease
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4);
    color: #0F172A
}

* {
    transition: all 0.4s ease;
    box-sizing: border-box
}

/* ===== header ===== */
.header-section {
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header-section .navbar {
    background-color: #1E293B !important;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.header-section .navbar-brand {
    text-decoration: none;
}

.header-section .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.header-section .brand-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #C5A059;
    letter-spacing: 0.5px;
}

.header-section .nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #F8FAFC !important;
    font-weight: 400;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.header-section .nav-link:hover {
    color: #C5A059 !important;
}

.header-section .navbar-toggler {
    border-color: rgba(197, 160, 89, 0.5);
    padding: 0.25rem 0.5rem;
}

.header-section .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.25);
}

.header-section .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28197, 160, 89, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-section .contact-info-wrapper {
    background-color: rgba(197, 160, 89, 0.05);
    border: 1px solid rgba(197, 160, 89, 0.2);
    padding: 0.4rem 1rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-section .contact-label {
    font-size: 0.7rem;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: -2px;
}

.header-section .contact-email {
    font-family: 'Montserrat', sans-serif;
    color: #C5A059;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.header-section .contact-email:hover {
    color: #F59E0B;
}

@media (max-width: 991.98px) {
    .header-section .navbar-collapse {
        background-color: #1E293B;
        padding: 1.5rem 0;
        margin-top: 1rem;
    }

    .header-section .nav-item {
        border-bottom: 1px solid rgba(197, 160, 89, 0.1);
    }

    .header-section .nav-item:last-child {
        border-bottom: none;
    }

    .header-section .contact-info-wrapper {
        margin-top: 1rem;
        margin-left: 1rem;
    }
}

/* ===== hero ===== */
.hero-block {
    background-color: #0F172A;
    padding: 4rem 0;
}

.hero-card {
    position: relative;
    min-height: 350px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, 0.2);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.hero-card:hover {
    transform: translateY(-5px);
}

.hero-card-large {
    min-height: 500px;
}

.hero-link-wrapper {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.hero-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.6s ease;
}

.hero-card:hover .hero-card-img {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.3) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 2.5rem;
    color: #F8FAFC;
}

.hero-badge {
    display: inline-block;
    background: rgba(197, 160, 89, 0.15);
    color: #C5A059;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #F8FAFC;
    line-height: 1.2;
    font-weight: 700;
}

.hero-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #F8FAFC;
    font-weight: 700;
}

.hero-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #94A3B8;
    max-width: 550px;
    line-height: 1.6;
}

.hero-text-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #94A3B8;
    max-width: 600px;
}

.hero-caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #94A3B8;
}

.btn-gold {
    display: inline-block;
    background: linear-gradient(135deg, #C5A059 0%, #A6803D 100%);
    color: #0F172A;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(197, 160, 89, 0.2);
}

.btn-gold:hover {
    background: linear-gradient(135deg, #D4B475 0%, #C5A059 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(197, 160, 89, 0.3);
}

@media (max-width: 991.98px) {
    .hero-card-large {
        min-height: 450px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-content {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-card {
        min-height: 320px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .hero-text {
        font-size: 0.95rem;
    }
}

/* ===== games_collection ===== */
.games-collection-section {
    background-color: #0F172A;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.games-collection-section .section-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #C5A059;
    font-size: 2.5rem;
}

.games-collection-section .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #94A3B8;
    max-width: 600px;
    font-size: 1.125rem;
    line-height: 1.6;
}

.games-collection-section .game-card {
    background: #1E293B;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.games-collection-section .game-card:hover {
    transform: translateY(-8px);
    border-color: #C5A059;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.games-collection-section .game-card-img-wrapper {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0F172A;
}

.games-collection-section .game-card-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.games-collection-section .game-card:hover .game-card-img {
    transform: scale(1.08);
}

.games-collection-section .game-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #F8FAFC;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.games-collection-section .game-title:hover {
    color: #C5A059;
}

.games-collection-section .game-provider {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #94A3B8;
    letter-spacing: 1px;
}

.games-collection-section .btn-gold {
    background: linear-gradient(135deg, #C5A059 0%, #B38B45 100%);
    color: #0F172A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    transition: all 0.4s ease;
    border: none;
    display: block;
    text-align: center;
}

.games-collection-section .btn-gold:hover {
    background: linear-gradient(135deg, #D4B270 0%, #C5A059 100%);
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
    transform: translateY(-2px);
    color: #0F172A;
}

@media (max-width: 768px) {
    .games-collection-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .games-collection-section .section-title {
        font-size: 1.75rem;
    }

    .games-collection-section .section-subtitle {
        font-size: 0.95rem;
    }
}

/* ===== about_teaser ===== */
.about-teaser-section {
    background-color: #0F172A;
    color: #F8FAFC;
    overflow: hidden;
}

.about-teaser-section .about-teaser-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #C5A059;
    line-height: 1.2;
}

.about-teaser-section .about-teaser-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #94A3B8;
}

.about-teaser-section .feature-item {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(197, 160, 89, 0.2);
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.about-teaser-section .feature-item:hover {
    background: rgba(197, 160, 89, 0.1);
    border-color: #C5A059;
}

.about-teaser-section .feature-item i {
    color: #C5A059;
    font-size: 1.25rem;
}

.about-teaser-section .feature-item span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #F8FAFC;
}

.about-teaser-section .btn-primary-custom {
    background: linear-gradient(135deg, #C5A059 0%, #B08D48 100%);
    border: none;
    color: #0F172A;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.about-teaser-section .btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(197, 160, 89, 0.5);
    color: #0F172A;
}

.about-teaser-section .about-teaser-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 1px solid rgba(197, 160, 89, 0.3);
}

@media (max-width: 991.98px) {
    .about-teaser-section {
        padding: 4rem 0;
    }

    .about-teaser-section .about-teaser-heading {
        font-size: 2rem;
    }

    .about-teaser-section .about-teaser-image-wrapper img {
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .about-teaser-section .about-teaser-heading {
        font-size: 1.75rem;
    }

    .about-teaser-section .about-teaser-actions {
        text-align: center;
    }
}

/* ===== tournaments_teaser ===== */
.tournaments-teaser {
    background-color: #0F172A;
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
}

.tournaments-teaser__title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #C5A059;
    font-size: 2.5rem;
}

.tournaments-teaser__subtitle {
    color: #94A3B8;
    max-width: 600px;
    font-size: 1rem;
}

.tournaments-teaser__card {
    background-color: #1E293B;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tournaments-teaser__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.tournaments-teaser__image-link {
    display: block;
    height: 200px;
    overflow: hidden;
}

.tournaments-teaser__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tournaments-teaser__card:hover .tournaments-teaser__image {
    transform: scale(1.1);
}

.tournaments-teaser__content {
    padding: 1.5rem;
}

.tournaments-teaser__card-link {
    text-decoration: none;
}

.tournaments-teaser__card-title {
    font-family: 'Playfair Display', serif;
    color: #F8FAFC;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.tournaments-teaser__card-link:hover .tournaments-teaser__card-title {
    color: #C5A059;
}

.tournaments-teaser__meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #94A3B8;
}

.tournaments-teaser__meta-item i {
    color: #C5A059;
}

.tournaments-teaser__progress-wrapper {
    background: rgba(15, 23, 42, 0.5);
    padding: 1rem;
    border-radius: 8px;
}

.tournaments-teaser__progress-label,
.tournaments-teaser__progress-value {
    font-size: 0.75rem;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tournaments-teaser__progress-bar-bg {
    height: 6px;
    background-color: #0F172A;
    border-radius: 3px;
    overflow: hidden;
}

.tournaments-teaser__progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #C5A059, #F59E0B);
    border-radius: 3px;
}

.tournaments-teaser__btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #C5A059;
    color: #0F172A;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease, transform 0.3s ease;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.tournaments-teaser__btn:hover {
    background: #F59E0B;
    transform: translateY(-2px);
    color: #0F172A;
}

@media (max-width: 767px) {
    .tournaments-teaser__title {
        font-size: 1.75rem;
    }

    .tournaments-teaser {
        padding: 3rem 0;
    }
}

/* ===== footer ===== */
.footer-block {
    background-color: #0F172A;
    color: #F8FAFC;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
    font-family: 'Montserrat', sans-serif;
}

.footer-block .footer-disclaimer-wrapper {
    background-color: #1E293B;
    border: 1px solid #C5A059;
    border-radius: 12px;
    padding: 30px;
    position: relative;
}

.footer-block .footer-disclaimer-icon {
    color: #C5A059;
    font-size: 1.5rem;
}

.footer-block .footer-disclaimer-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-block .footer-disclaimer-text {
    color: #94A3B8;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-block .footer-logo {
    max-width: 50px;
    height: auto;
}

.footer-block .footer-brand-name {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-size: 1.75rem;
}

.footer-block .footer-brand-desc {
    color: #94A3B8;
    font-size: 0.95rem;
}

.footer-block .footer-heading {
    font-family: 'Playfair Display', serif;
    color: #F8FAFC;
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-block .footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #C5A059;
}

.footer-block .footer-links li {
    margin-bottom: 12px;
}

.footer-block .footer-links a {
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 0.95rem;
}

.footer-block .footer-links a:hover {
    color: #C5A059;
    padding-left: 5px;
}

.footer-block .footer-email-label {
    color: #C5A059;
    font-weight: 600;
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.footer-block .footer-email-value {
    color: #F8FAFC;
    font-size: 0.95rem;
}

.footer-block .footer-orgs-row {
    gap: 30px;
    padding: 30px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.footer-block .footer-org-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.footer-block .footer-org-item:hover {
    transform: translateY(-5px);
}

.footer-block .footer-org-img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
}

.footer-block .footer-copyright {
    color: #475569;
    font-size: 0.85rem;
}

@media (max-width: 767.98px) {
    .footer-block {
        padding: 60px 0 30px;
    }

    .footer-block .footer-orgs-row {
        gap: 20px;
    }

    .footer-block .footer-org-img {
        max-width: 100px;
    }

    .footer-block .footer-disclaimer-wrapper {
        padding: 20px;
    }
}

/* ===== PAGE: about ===== */
.about-section {
  background-color: #0F172A;
  color: #F8FAFC;
  overflow: hidden;
}

.about-section .about-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #C5A059;
  margin-bottom: 1.5rem;
}

.about-section .about-lead {
  font-size: 1.125rem;
  color: #94A3B8;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.about-section .about-text-content p {
  line-height: 1.6;
  color: #94A3B8;
}

.about-section .about-image-wrapper img {
  border: 1px solid rgba(197, 160, 89, 0.2);
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.about-section .about-card {
  background-color: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  padding: 2.5rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-section .about-card:hover {
  transform: translateY(-10px);
  background-color: rgba(197, 160, 89, 0.05);
}

.about-section .about-card-icon {
  font-size: 2rem;
  color: #C5A059;
  margin-bottom: 1.25rem;
}

.about-section .about-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #F8FAFC;
  margin-bottom: 1rem;
}

.about-section .about-card-text {
  color: #94A3B8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.about-section .about-cta-block {
  background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
  border: 1px solid rgba(197, 160, 89, 0.3);
  position: relative;
}

.about-section .about-cta-title {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.about-section .about-cta-desc {
  color: #94A3B8;
  font-size: 1.1rem;
}

.about-section .btn-primary-gold {
  background: linear-gradient(45deg, #C5A059, #E5C07B);
  border: none;
  color: #0F172A;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

.about-section .btn-primary-gold:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(197, 160, 89, 0.5);
  color: #0F172A;
}

.about-section .btn-outline-gold {
  border: 1px solid #C5A059;
  color: #C5A059;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.about-section .btn-outline-gold:hover {
  background-color: rgba(197, 160, 89, 0.1);
  color: #E5C07B;
  border-color: #E5C07B;
}

@media (max-width: 768px) {
  .about-section .about-section-title {
    font-size: 1.75rem;
  }
  .about-section .about-cta-title {
    font-size: 1.5rem;
  }
  .about-section .about-image-wrapper img {
    height: 300px;
  }
  .about-section .about-card {
    padding: 1.5rem;
  }
}

/* ===== PAGE: games ===== */
.games-grid-section .game-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(197, 160, 89, 0.1); border-color: #C5A059 !important; } .games-grid-section .game-card:hover img { transform: scale(1.1); } .games-grid-section .btn-outline-primary:hover, .games-grid-section .btn-outline-primary.active { background-color: #C5A059 !important; border-color: #C5A059 !important; color: #0F172A !important; } .games-grid-section .form-control:focus { box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.25); border-color: #C5A059; } .games-grid-section .form-control::placeholder { color: #D9C69B; opacity: 1; }

.js-comment-input::placeholder,
.comment-form-group .form-control::placeholder {
  color: #E8D7AD !important;
  opacity: 1;
}

/* ===== PAGE: tournaments ===== */
.tournaments-section {
  background-color: #0F172A;
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
}

.tournaments-section h2 {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-weight: 700;
}

.tournaments-controls {
  background: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.2);
}

.tournaments-section .btn-outline-primary {
  color: #C5A059;
  border-color: #C5A059;
  transition: all 0.3s ease;
}

.tournaments-section .btn-outline-primary:hover,
.tournaments-section .btn-outline-primary.active {
  background-color: #C5A059;
  border-color: #C5A059;
  color: #0F172A;
}

.tournaments-section .form-control {
  background-color: #0F172A;
  border: 1px solid rgba(197, 160, 89, 0.2);
  color: #F8FAFC;
  padding-right: 2.5rem;
}

.tournaments-section .form-control::placeholder {
  color: #94A3B8;
}

.tournaments-section .form-control:focus {
  background-color: #0F172A;
  box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.25);
  border-color: #C5A059;
  color: #F8FAFC;
}

.tournament-card-wrapper {
  background-color: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.1);
  border-radius: 12px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease;
}

.tournament-card-wrapper:hover {
  transform: translateY(-8px);
  border-color: rgba(197, 160, 89, 0.5);
}

.tournament-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.tournament-card-wrapper:hover .tournament-img {
  transform: scale(1.05);
}

.tournaments-section .card-title {
  font-family: 'Playfair Display', serif;
  color: #F8FAFC;
}

.tournaments-section .btn-primary {
  background: linear-gradient(135deg, #C5A059 0%, #B38F4D 100%);
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0F172A;
  transition: all 0.4s ease;
}

.tournaments-section .btn-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
  transform: translateY(-1px);
}

.tournaments-section .progress {
  background-color: #0F172A;
}

.tournaments-section .progress-bar {
  background-color: #C5A059;
}

.bg-surface {
  background-color: #1E293B;
}

.tournaments-section .caption {
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .tournaments-controls {
    gap: 1.5rem !important;
  }
  .tournaments-section h2 {
    font-size: 1.75rem;
  }
}

/* ===== PAGE: chat ===== */
.chat-interface {
  background-color: #0F172A;
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
}
.chat-interface__heading {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-size: 2.5rem;
}
.chat-interface__subheading {
  color: #94A3B8;
  font-size: 1.125rem;
}
.chat-interface__wrapper {
  background-color: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  overflow: hidden;
  height: 650px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.chat-interface__sidebar {
  background-color: rgba(15, 23, 42, 0.5);
  height: 100%;
  overflow-y: auto;
}
.chat-interface__sidebar-header {
  background-color: #1E293B;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
}
.chat-interface__contact {
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(197, 160, 89, 0.05);
}
.chat-interface__contact:hover {
  background-color: rgba(197, 160, 89, 0.05);
}
.chat-interface__contact.active {
  background-color: rgba(197, 160, 89, 0.15);
  border-left: 3px solid #C5A059;
}
.chat-interface__avatar-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}
.chat-interface__avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #C5A059;
}
.chat-interface__avatar-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.chat-interface__status {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #475569;
  border: 2px solid #1E293B;
}
.chat-interface__status.online {
  background-color: #10B981;
}
.chat-interface__main {
  height: 100%;
  background-color: #1E293B;
}
.chat-interface__messages {
  flex-grow: 1;
  overflow-y: auto;
  background-image: radial-gradient(circle at 50% 50%, rgba(197, 160, 89, 0.02) 0%, transparent 100%);
}
.chat-interface__message-bubble {
  max-width: 75%;
  background-color: rgba(15, 23, 42, 0.8);
  padding: 12px 16px;
  border-radius: 12px 12px 12px 2px;
  border: 1px solid rgba(197, 160, 89, 0.1);
}
.chat-interface__message-bubble.outgoing {
  background-color: #C5A059;
  color: #0F172A;
  border-radius: 12px 12px 2px 12px;
  border: none;
}
.chat-interface__message-meta {
  font-size: 0.75rem;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
.chat-interface__sender-name {
  color: #C5A059;
  font-weight: 600;
}
.chat-interface__time {
  color: #94A3B8;
}
.outgoing .chat-interface__time {
  color: rgba(15, 23, 42, 0.7);
}
.chat-interface__text {
  font-size: 0.95rem;
  line-height: 1.5;
}
.chat-interface__input-mock,
.chat-interface__input-form {
  background-color: #0F172A;
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid rgba(197, 160, 89, 0.2);
}

.chat-interface__input-field {
  background: transparent;
  border: 0;
  color: #F8FAFC;
  min-width: 0;
  outline: none;
}

.chat-interface__input-field::placeholder {
  color: #D9C69B;
  opacity: 1;
}

.chat-interface__send-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #C5A059;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 0;
}

.chat-interface__send-button:hover,
.chat-interface__send-button:focus {
  color: #E5C07B;
}
.chat-interface__send-icon {
  color: #C5A059;
  cursor: pointer;
  transition: transform 0.2s;
}
.chat-interface__send-icon:hover {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .chat-interface__wrapper {
    display: flex;
    height: auto;
    min-height: 720px;
    flex-direction: column;
  }
  .chat-interface__sidebar {
    flex: 0 0 auto;
    height: auto;
    max-height: 250px;
    border-right: none !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
  }
  .chat-interface__main {
    display: flex;
    flex: 1 1 auto;
    min-height: 470px;
  }
  .chat-interface__messages {
    min-height: 310px;
  }
  .chat-interface__heading {
    font-size: 1.5rem;
  }
}

.age-gate-modal {
  align-items: center;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(10px);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 9999;
}

.age-gate-modal.is-visible {
  display: flex;
}

.age-gate-modal__dialog {
  background: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  color: #F8FAFC;
  max-width: 500px;
  padding: 32px;
  text-align: center;
  width: 100%;
}

.age-gate-modal__badge {
  align-items: center;
  border: 1px solid rgba(197, 160, 89, 0.45);
  border-radius: 50%;
  color: #E5C07B;
  display: inline-flex;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  height: 88px;
  justify-content: center;
  margin-bottom: 20px;
  width: 88px;
}

.age-gate-modal__title {
  color: #E5C07B;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 12px;
}

.age-gate-modal__text {
  color: #CBD5E1;
  margin-bottom: 24px;
}

.age-gate-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.age-gate-modal__button {
  border-radius: 999px;
  border: 1px solid rgba(197, 160, 89, 0.35);
  font-weight: 700;
  padding: 12px 22px;
}

.age-gate-modal__button--confirm {
  background: #C5A059;
  color: #0F172A;
}

.age-gate-modal__button--decline {
  background: transparent;
  color: #F8FAFC;
}

@media (max-width: 480px) {
  .age-gate-modal__actions {
    flex-direction: column;
  }
}

/* ===== PAGE: events ===== */
.events-calendar-block {
  background-color: #0F172A;
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
}

.events-calendar-block__title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #C5A059;
  margin-bottom: 1rem;
}

.events-calendar-block__subtitle {
  color: #94A3B8;
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.events-calendar-block__filter-btn {
  background: transparent;
  border: 1px solid rgba(197, 160, 89, 0.4);
  color: #F8FAFC;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.events-calendar-block__filter-btn:hover,
.events-calendar-block__filter-btn.active {
  background-color: #C5A059;
  color: #0F172A;
  border-color: #C5A059;
  box-shadow: 0 0 15px rgba(197, 160, 89, 0.3);
}

.events-calendar-block__card {
  background-color: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.1);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.events-calendar-block__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  border-color: rgba(197, 160, 89, 0.3);
}

.events-calendar-block__card-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.events-calendar-block__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.events-calendar-block__card:hover .events-calendar-block__card-img {
  transform: scale(1.1);
}

.events-calendar-block__date-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #C5A059;
  color: #0F172A;
  padding: 8px 12px;
  font-weight: 900;
  border-radius: 4px;
  font-size: 0.85rem;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.events-calendar-block__card-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.events-calendar-block__card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #F8FAFC;
  margin-bottom: 0.75rem;
}

.events-calendar-block__card-text {
  color: #94A3B8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.events-calendar-block__progress-container {
  margin-top: auto;
}

.events-calendar-block__progress-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #C5A059;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.events-calendar-block__progress-bar {
  width: 100%;
  height: 6px;
  background-color: rgba(148, 163, 184, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.events-calendar-block__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #C5A059, #F59E0B);
  border-radius: 3px;
}

.events-calendar-block__progress-percent {
  font-size: 0.75rem;
  color: #94A3B8;
}

@media (max-width: 768px) {
  .events-calendar-block__title {
    font-size: 2.25rem;
  }
  .events-calendar-block__subtitle {
    font-size: 1rem;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-content-section {
  background-color: #0F172A;
  padding: 5rem 0;
  font-family: 'Montserrat', sans-serif;
  color: #F8FAFC;
}

.privacy-content-section .privacy-card {
  background-color: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.privacy-content-section .privacy-heading-main {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-size: 2.5rem;
  border-bottom: 2px solid rgba(197, 160, 89, 0.2);
  padding-bottom: 1rem;
}

.privacy-content-section .privacy-heading-sub {
  font-family: 'Playfair Display', serif;
  color: #F59E0B;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.privacy-content-section p {
  line-height: 1.8;
  color: #94A3B8;
  margin-bottom: 1rem;
}

.privacy-content-section .text-secondary-custom {
  color: #94A3B8 !important;
}

.privacy-content-section .text-accent-custom {
  color: #C5A059 !important;
  font-weight: 600;
}

.privacy-content-section .privacy-list {
  list-style: none;
  padding-left: 1.5rem;
}

.privacy-content-section .privacy-list li {
  position: relative;
  margin-bottom: 0.75rem;
  color: #94A3B8;
}

.privacy-content-section .privacy-list li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: -1.5rem;
  color: #C5A059;
}

@media (max-width: 768px) {
  .privacy-content-section .privacy-heading-main {
    font-size: 1.5rem;
  }
  .privacy-content-section .privacy-heading-sub {
    font-size: 1.25rem;
  }
  .privacy-content-section .privacy-card {
    padding: 1.5rem !important;
  }
}

/* ===== PAGE: terms ===== */
.cll-terms-section {
  background-color: #0F172A;
  font-family: 'Montserrat', sans-serif;
  color: #94A3B8;
}

.cll-terms-section .cll-terms-card {
  background-color: #1E293B;
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.cll-terms-section .cll-main-title {
  font-family: 'Playfair Display', serif;
  color: #F8FAFC;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.cll-terms-section .cll-subtitle {
  color: #C5A059;
  font-size: 1.125rem;
  font-weight: 300;
}

.cll-terms-section .cll-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #C5A059, transparent);
  margin: 1.5rem auto;
}

.cll-terms-section .cll-date {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #475569;
}

.cll-terms-section .cll-section-heading {
  font-family: 'Playfair Display', serif;
  color: #C5A059;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.1);
  padding-bottom: 0.5rem;
}

.cll-terms-section .cll-subsection-heading {
  color: #F8FAFC;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.cll-terms-section .cll-terms-block p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.cll-terms-section .cll-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.cll-terms-section .cll-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.cll-terms-section .cll-list li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #C5A059;
}

.cll-terms-section .cll-alert-box {
  background: rgba(197, 160, 89, 0.05);
  border-left: 4px solid #C5A059;
  border-radius: 4px;
}

.cll-terms-section .cll-footer-note p {
  color: #64748B;
}

@media (max-width: 768px) {
  .cll-terms-section .cll-main-title {
    font-size: 1.75rem;
  }
  .cll-terms-section .cll-section-heading {
    font-size: 1.25rem;
  }
  .cll-terms-section .cll-terms-card {
    padding: 1.5rem !important;
  }
}

/* ===== PAGE: disclaimer ===== */
.disclaimer-section {
    background-color: #0F172A;
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.disclaimer-section .disclaimer-wrapper {
    background: #1E293B;
    border-radius: 12px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
}

.disclaimer-section .disclaimer-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #C5A059;
    margin-bottom: 0.5rem;
}

.disclaimer-section .disclaimer-subtitle {
    color: #94A3B8;
    font-size: 1.125rem;
}

.disclaimer-section .accent-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C5A059, transparent);
    margin-top: 1.5rem;
}

.disclaimer-section .content-card {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 8px;
    border-left: 4px solid #C5A059;
    transition: transform 0.3s ease, background 0.3s ease;
}

.disclaimer-section .content-card:hover {
    background: rgba(197, 160, 89, 0.05);
    transform: translateX(5px);
}

.disclaimer-section .card-icon {
    font-size: 1.5rem;
    color: #C5A059;
    flex-shrink: 0;
    padding-top: 0.25rem;
}

.disclaimer-section .card-text h2 {
    color: #C5A059;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}

.disclaimer-section .card-text p {
    color: #94A3B8;
    line-height: 1.7;
    margin-bottom: 0;
}

.disclaimer-section .disclaimer-footer-note {
    font-style: italic;
    color: #C5A059;
    opacity: 0.8;
    padding-top: 2rem;
    border-top: 1px solid rgba(197, 160, 89, 0.1);
}

.disclaimer-section .js-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.disclaimer-section .js-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .disclaimer-section .disclaimer-title {
        font-size: 1.75rem;
    }
    
    .disclaimer-section .content-card {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }
    
    .disclaimer-section .card-icon {
        font-size: 1.25rem;
    }
}

/* ===== PAGE: rgp ===== */
.rgp-content {
    background-color: #0F172A;
    color: #94A3B8;
    font-family: 'Montserrat', sans-serif;
}

.rgp-content .text-accent {
    color: #C5A059 !important;
}

.rgp-content .text-primary-light {
    color: #F8FAFC !important;
}

.rgp-content .rgp-card {
    background: #1E293B;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.rgp-content h1,
.rgp-content h2,
.rgp-content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.rgp-content .rgp-feature-card {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(197, 160, 89, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.rgp-content .rgp-feature-card:hover {
    transform: translateY(-5px);
    border-color: #C5A059;
}

.rgp-content .rgp-list {
    padding-left: 1.25rem;
    list-style-type: none;
}

.rgp-content .rgp-list li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}

.rgp-content .rgp-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #C5A059;
}

.rgp-content .rgp-quiz-box {
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border: 1px solid rgba(197, 160, 89, 0.3);
}

.rgp-content .bg-surface {
    background-color: #0F172A !important;
}

.rgp-content .border-accent {
    border: 1px solid #C5A059 !important;
}

.rgp-content .border-accent-subtle {
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
}

.rgp-content .btn-accent {
    background: #C5A059;
    color: #0F172A;
    font-weight: 600;
    border: none;
    transition: all 0.4s ease;
}

.rgp-content .btn-accent:hover {
    background: #e0bb7a;
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.4);
    transform: translateY(-2px);
}

.rgp-content .btn-outline-accent {
    border-color: #C5A059;
    color: #C5A059;
    transition: all 0.3s ease;
}

.rgp-content .btn-outline-accent:hover {
    background-color: #C5A059;
    color: #0F172A;
}

.rgp-content .badge {
    background-color: rgba(197, 160, 89, 0.1) !important;
    color: #C5A059;
    border: 1px solid rgba(197, 160, 89, 0.2);
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .rgp-content h1 {
        font-size: 1.75rem;
    }
    .rgp-content .rgp-card {
        padding: 1.5rem !important;
    }
}

.comment-card {
    background: #1E293B;
    border: 1px solid rgba(197, 160, 89, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.comment-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #C5A059;
    box-shadow: 0 0 10px rgba(197, 160, 89, 0.3);
}

.comment-author {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
}

.comment-text {
    font-family: 'Montserrat', sans-serif;
    color: #F8FAFC;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.comment-date {
    color: #94A3B8;
    font-family: 'Montserrat', sans-serif;
}

.text-gold {
    color: #C5A059 !important;
    text-decoration: none;
    font-weight: 600;
}

.btn-action {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-action:hover {
    color: #F59E0B !important;
    opacity: 0.8;
}

.reply-comment {
    background: rgba(30, 41, 59, 0.6);
    border-left: 3px solid #C5A059;
    padding: 1.25rem;
    position: relative;
}

.reply-comment::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    width: 20px;
    height: 2px;
    background: rgba(197, 160, 89, 0.2);
}

.comment-avatar.sm {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #C5A059;
}

.reply-comment .comment-author {
    font-size: 1rem;
}

.reply-comment .comment-text {
    font-size: 0.9375rem;
    color: #CBD5E1;
}


/* ===== PAGE TEMPLATE: games ===== */
.game-detail-wrapper {
    background-color: #0F172A;
    color: #F8FAFC;
}

.iframe-outer-container {
    position: relative;
    width: 100%;
    height: 600px;
    background: #000;
    overflow: hidden;
}

.iframe-outer-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.iframe-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.btn-fullscreen {
    background: rgba(197, 160, 89, 0.9);
    border: none;
    color: #0F172A;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: background 0.3s;
}

.btn-fullscreen:hover {
    background: #C5A059;
}

.content-card,
.sidebar-card,
.comments-area {
    background: #1E293B;
    border-radius: 12px;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.detail-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    font-size: 2.5rem;
}

.detail-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    color: #94A3B8;
}

.detail-description p {
    line-height: 1.8;
    color: #F8FAFC;
    margin-bottom: 1.5rem;
}

.section-title,
.sidebar-title {
    font-family: 'Playfair Display', serif;
    color: #C5A059;
    border-bottom: 2px solid rgba(197, 160, 89, 0.2);
    padding-bottom: 10px;
}

.spec-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-gold {
    color: #C5A059 !important;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #C5A059;
}

.comment-avatar.sm {
    width: 45px;
    height: 45px;
}

.comment-author {
    color: #C5A059;
    font-family: 'Playfair Display', serif;
}

.comment-date {
    color: #475569;
}

.btn-action {
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-action:hover {
    color: #F59E0B !important;
}

.share-btn {
    background: rgba(148, 163, 184, 0.1);
    color: #C5A059;
    border-radius: 6px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    transition: all 0.3s;
}

.share-btn:hover {
    background: #C5A059;
    color: #0F172A;
}

.form-control {
    background: #0F172A;
    border: 1px solid rgba(197, 160, 89, 0.2);
    color: #F8FAFC;
    border-radius: 8px;
}

.form-control:focus {
    background: #0F172A;
    border-color: #C5A059;
    box-shadow: 0 0 0 0.25rem rgba(197, 160, 89, 0.25);
    color: #F8FAFC;
}

@media (max-width: 768px) {
    .iframe-outer-container {
        height: 400px;
    }

    .detail-title {
        font-size: 1.75rem;
    }
}
