/* Additional Custom Styles for United Beauty Award */

/* Word wrapping for animated text */
[data-text-animate="reveal"] {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

[data-text-animate="reveal"] .word-wrapper {
    display: inline-block;
    white-space: nowrap;
}

/* GSAP Animation Initial States */
[data-text-animate="reveal"] .char,
[data-text-animate="reveal-words"] .word,
[data-text-animate="fade-up"],
[data-text-animate="fade-in"],
[data-text-animate="scale-up"] {
    opacity: 0;
}

[data-text-animate="reveal"] .char {
    transform: translateY(100px);
}

[data-text-animate="reveal-words"] .word {
    transform: translateY(100px);
}

[data-text-animate="fade-up"] {
    transform: translateY(60px);
}

[data-text-animate="scale-up"] {
    transform: scale(0.8);
}

/* Reset opacity when GSAP is initialized */
body.gsap-text-initialized [data-text-animate] {
    /* Animations will be handled by GSAP */
}

.custom-logo {
    max-width: 270px;
}

.btn_ru {
    padding: 8px 20px;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-color);
    overflow: hidden;
    background-color: var(--dark-bg);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #03030399;
    z-index: 1;
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 40px;
}

.hero-content {

    margin: 0 auto;
}

.hero-subtitle {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 1.5rem;
    color: #C7D2E9;

}

.hero-title {
    font-size: 5rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--text-color);
    font-family: var(--font-heading);
}

.hero-description {
    font-size: 30px;
    font-style: italic;
}

.hero-meta {
    font-size: 24px;
    margin-bottom: 3.5rem;
    color: var(--text-color);
    font-weight: 400;
}

.hero-date,
.hero-location {
    display: inline;
}

.hero-buttons {
    margin-top: 3rem;
    gap: 20px;
    display: flex;
    justify-content: center;
}

.hero-buttons .btn {
    font-size: 1rem;
    padding: 8px 75px;
    font-weight: 600;
}

/* About Section */
.about-section {
    background: var(--dark-bg);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-§height: 100vh;
}

.about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.85);
    z-index: 1;
}

.about-wrapper {
    position: relative;
    z-index: 2;
}

.about-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.about-title {
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0%;
    margin-bottom: 2rem;
    color: var(--text-color);
    line-height: 1.2;
    text-align: center;
}

.about-description {
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
    color: var(--text-color);
    font-weight: 300;
    width: 90%;
    margin: 0 auto 2.5rem;
}

.about-highlight {
    font-size: 2.5rem;
    line-height: 1.2;
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 120px;
    max-width: 65%;
}

.feature-item {
    text-align: center;
    padding: 1.5rem;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Partners Section */
.partners-section {
    padding: 0;
    background: var(--dark-bg);
}

.partners-header {
    background: var(--primary-color);
    padding: 60px 0;
    text-align: center;
}

.partners-header .section-title {
    color: var(--dark-bg);
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.partners-content {
    background: #C7D2E9;
    padding: 80px 0;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.partners-grid:last-child {
    margin-bottom: 0;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.partner-item:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.partner-item img {
    max-width: 200px;
    max-height: 135px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.partners-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #7A7A7A;
    margin: 0 0 60px 0;
    text-transform: capitalize;
}

/* Responsive */
@media (max-width: 1440px) {
    .hero-title {
        font-size: 3.8rem;
    }

    .about-title {
        font-size: 2.7rem;
    }

    .partners-header .section-title {
        font-size: 2.7rem;
    }

    .partners-grid {
        gap: 40px;
    }

    .partner-item img {
        max-width: 120px;
        max-height: 110px;
    }
}

/* Nominations Section */
.nominations-section {
    background: var(--dark-bg);
    padding: 80px 0 100px;
}

.nominations-section .section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.nominations-accordion {
    max-width: 1000px;
    margin: 0 auto 60px;
}



.accordion-header {
    background: transparent;
    border: none;
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
}

.accordion-header:hover {
    opacity: 0.8;
    background: none;
    box-shadow: none;
}

.accordion-header.active {
    color: var(--primary-color);
}

.accordion-icon {
    width: 66px;
    height: 60px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-icon img,
.accordion-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.accordion-header.active .accordion-icon {
    transform: rotate(90deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.accordion-content.active {
    max-height: 1000px;
    padding: 10px 30px 10px;
}

.nominations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nominations-list li {
    padding: 5px 0;
    font-size: 32px;
    font-weight: 300;
    color: var(--text-color);
    letter-spacing: 0%;
}

.nominations-apply-section {
    text-align: center;
    margin-top: 60px;
}

.nominations-apply-btn {
    background: var(--primary-color);
    color: var(--dark-bg);
    border: none;
    padding: 15px 100px;
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
}

.nominations-apply-btn:hover {
    background: #9ec230;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(180, 214, 62, 0.4);
}

/* Responsive */
@media (max-width: 1440px) {
    .nominations-section .section-title {
        font-size: 2.2rem;
    }

    .accordion-header {
        font-size: 18px;
        padding: 0px 25px;
    }

    .nominations-list li {
        font-size: 14px;
    }
}


/* Participate Section */
.participate-section {
    background: var(--dark-bg);
    padding: 80px 0 100px;
}

.participate-section .section-title {
    font-size: 54px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.participate-description {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: var(--text-color);
    max-width: 1000px;
    margin: 0 auto 80px;
    line-height: 1.5;
}

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-bottom: 80px;
}

.requirement-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.requirement-item:hover {
    transform: translateY(-10px);
}

.requirement-image {
    width: 270px;
    height: 167px;
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 50%;
}

.requirement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.requirement-item h3 {
    font-size: 22px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0%;
}

/* Responsive */
@media (max-width: 1440px) {
    .participate-section .section-title {
        font-size: 2.5rem;
    }

    .participate-description {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .requirements-grid {
        gap: 50px;
    }

    .requirement-image {
        width: 240px;
        height: 137px;
        margin-bottom: 25px;
    }

    .requirement-item h3 {
        font-size: 20px;
    }
}

/* Jury Section */
.jury-section {
    padding: 0;
    background: var(--dark-bg);
}

.jury-header {
    background: var(--primary-color);
    padding: 60px 0;
    text-align: center;
}

.jury-section .section-title {
    color: var(--dark-bg);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.jury-content {
    background: #C7D2E9;
    padding: 80px 0;
}

/* Jury Slider Styles */
.jury-slider-wrapper {
    position: relative;
    overflow-x: auto;
    margin: 0 -20px;
    padding: 50px 20px;
    scrollbar-width: none;
    -webkit-scrollbar-width-: none;
}

.jury-grid {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    /* Remove grid properties */
    grid-template-columns: none;
    max-width: none;
    margin: 0;
}

.jury-member {
    /* 3 items per view logic: 
       Container width = 100%
       Gap = 30px
       3 items = (100% - 60px) / 3
       flex: 0 0 calc((100% - 60px) / 3)
    */
    flex: 0 0 calc((100% - 60px) / 3);
    min-width: 0;
    /* Fix flex overflow */
}

.jury-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.jury-prev,
.jury-next {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    color: var(--dark-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jury-prev:hover,
.jury-next:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.jury-prev.disabled,
.jury-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}



.jury-photo {
    width: 180px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

/*
.jury-photo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: var(--primary-color);
    z-index: 1;
}*/

.jury-photo-bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 8px;
    background: var(--primary-color);
    z-index: 1;
}

.jury-photo-image {
    position: relative;
    z-index: 9;
}

.jury-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 9;
    max-height: 450px;
}

.jury-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.jury-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-bg);
    margin: 0 0 10px 0;
    letter-spacing: 0%;
}

.jury-position {
    font-size: 12px;
    font-weight: 400;
    color: #7A7A7A;
    margin: 0;
    letter-spacing: 0%;
}

.jury-bio {
    display: none;
}

.jury-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.jury-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-bg);
    transition: transform 0.3s ease, color 0.3s ease;
}

.jury-social .social-icon svg {
    width: 24px;
    height: 24px;
}

.jury-social .social-icon:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.jury-more-btn {
    display: none;
}

/* Responsive */
@media (max-width: 1440px) {
    .jury-section .section-title {
        font-size: 2.5rem;
    }

    .jury-grid {
        gap: 40px;
    }

    .jury-photo {
        width: 160px;
    }

    .jury-name {
        font-size: 12px;
    }

    .jury-position {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .jury-member {
        flex: 0 0 100%;
    }
}

/* Speakers Section */
.speakers-section {
    background: var(--dark-bg);
    padding: 80px 0 100px;
    overflow: hidden;
}

.speakers-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.speakers-header {
    /* Reverted to default block display for title */
    margin-bottom: 0;
}

.speakers-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

.speakers-prev,
.speakers-next {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.speakers-prev:hover,
.speakers-next:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-bg);
}

.speakers-prev:disabled,
.speakers-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.speakers-prev svg,
.speakers-next svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .speakers-nav {
        padding-top: 20px;
        margin-bottom: 30px;
    }
}

.speakers-timeline-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 40px 0 60px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.speakers-timeline-wrapper .container {
    max-width: none;
    padding: 0;
}

.speakers-timeline-wrapper::-webkit-scrollbar {
    height: 8px;
}

.speakers-timeline-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

.speakers-timeline-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
}

.speakers-timeline {
    display: flex;
    gap: 50px;
    position: relative;
    min-width: min-content;
    padding-bottom: 20px;
    padding-left: calc(50vw - 720px);
}

.speaker-item {
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
}

.speaker-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.speaker-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.timeline-line {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    flex-shrink: 0;
}

.timeline-line::before {
    content: '';
    width: 60px;
    height: 5px;
    background: var(--primary-color);
    display: block;
    border-radius: 5px;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 20px;
}

.timeline-line::after {
    content: '';
    width: 150px;
    height: 5px;
    background: var(--primary-color);
    display: block;
}

.speaker-item:last-child .timeline-line::after {
    display: none;
}

.speaker-time {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 10px;
    letter-spacing: 0%;
}

.speaker-info {
    text-align: left;
    flex-shrink: 0;
    width: 300px;
}

.speaker-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 8px 0;
    letter-spacing: 0%;
}

.speaker-title {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
    letter-spacing: 0%;
}

.speaker-social {
    display: flex;
    margin-top: 15px;
}

.speaker-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    transition: transform 0.3s ease, color 0.3s ease;
}

.speaker-social .social-icon svg {
    width: 20px;
    height: 20px;
}

.speaker-social .social-icon:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.speaker-company,
.speaker-topic,
.speaker-bio {
    display: none;
}

/* Responsive */
@media (max-width: 1440px) {
    .speakers-section .section-title {
        font-size: 2.5rem;
        margin-bottom: 70px;
    }

    .speakers-timeline {
        padding-left: calc(50vw - 640px);
    }

    .speaker-photo {
        width: 150px;
        height: 150px;
    }

    .timeline-line::before {
        width: 100px;
    }

    .timeline-line::after {
        width: 150px;
    }

    .speaker-info {
        width: 350px;
    }

    .speaker-time {
        font-size: 24px;
    }

    .speaker-name {
        font-size: 18px;
    }

    .speaker-title {
        font-size: 10px;
    }
}

.jury-social a {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.jury-social a:hover {
    color: white;
}

/* Future Events Section */
.future-events-section {
    padding: 0;
    background: var(--dark-bg);
}

.future-events-header {
    background: linear-gradient(135deg, #c8d952 0%, #b4d63e 100%);
    padding: 60px 0;
    text-align: center;
}

.future-events-header .section-title {
    color: var(--dark-bg);
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.future-events-content {
    background: #1a1a1a;
    padding: 80px 0 100px;
}

.events-date {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.events-timeline {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.event-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0;
    position: relative;
}

.event-time-circle {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    border: 3px solid #c8d952;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.event-time {
    font-size: 1.1rem;
    font-weight: 600;
    color: #c8d952;
    text-align: center;
    line-height: 1.3;
}

.event-connector {
    display: flex;
    align-items: center;
    margin: 0 20px;
    position: relative;
}

.connector-line {
    width: 80px;
    height: 3px;
    background: #c8d952;
}

.connector-dot {
    width: 12px;
    height: 12px;
    background: #c8d952;
    border-radius: 50%;
    margin-left: 8px;
}

.event-details {
    text-align: left;
}

.event-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #c8d952;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.event-description {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}

.events-nav {
    display: none;
    /* Hidden on desktop */
}

.events-prev,
.events-next {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.events-prev:hover,
.events-next:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-bg);
}

.events-prev svg,
.events-next svg {
    width: 20px;
    height: 20px;
}


/* Responsive */
@media (max-width: 1440px) {
    .future-events-header .section-title {
        font-size: 2.7rem;
    }

    .events-date {
        font-size: 1.2rem;
        margin-bottom: 60px;
    }

    .events-timeline {
        gap: 50px;
    }

    .event-time-circle {
        width: 120px;
        height: 120px;
    }

    .event-time {
        font-size: 0.95rem;
    }

    .connector-line {
        width: 60px;
    }

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

    .event-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .future-events-header .section-title {
        font-size: 2rem;
    }

    .events-date {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .events-timeline {
        gap: 40px;
        overflow-x: scroll;
        scrollbar-width: none;
        flex-direction: row;
    }

    .event-item {
        text-align: center;
    }

    .event-time-circle {
        width: 100px;
        height: 100px;
    }

    .event-time {
        font-size: 0.85rem;
    }

    .events-nav {
        display: flex;
        gap: 15px;
        justify-content: center;
        padding-top: 30px;
        margin-bottom: 20px;
    }


    .event-details {
        text-align: center;
        min-width: 150px;
    }

    .event-title {
        font-size: 1.2rem;
    }

    .event-description {
        font-size: 0.9rem;
    }
}

/* Tickets Section */
.tickets-section {
    padding: 0;
    background: var(--dark-bg);
}

.tickets-header {
    background: var(--primary-color);
    padding: 80px 0;
    text-align: center;
}

.tickets-section .section-title {
    color: var(--dark-bg);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.tickets-content {
    padding: 70px 0;
}

.tickets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    max-width: 1400px;
    margin: 0 auto;
}

.ticket-card {
    background: transparent;
    border: 3px solid var(--primary-color);
    border-radius: 40px;
    padding: 30px 25px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(180, 214, 62, 0.3);
}

.ticket-card.featured {
    transform: translateY(-70px);
    box-shadow: 0 8px 30px rgba(180, 214, 62, 0.25);
}

.ticket-card.featured:hover {
    transform: scale(1.1) translateY(-70px);
    box-shadow: 0 15px 50px rgba(180, 214, 62, 0.35);
}

.ticket-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ticket-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ticket-badge-sold-out {
    background: #ff4d4f;
    color: #ffffff;
}

.ticket-badge-left {
    background: var(--primary-color);
    color: var(--dark-bg);
}

.ticket-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
}

.ticket-price {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.price-old {
    font-size: 12px;
    transform: translateX(-20px);
    font-weight: 500;
    color: #888;
    text-decoration: line-through;
    display: block;
    text-align: center;
}

.price-amount {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    display: block;
    letter-spacing: 0%;
    line-height: 1;
    text-align: center;
}

.ticket-price-note {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    text-align: center;
    margin: 10px 0;
    font-style: italic;
}

.price-note {
    display: none;
}

.ticket-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 15px 0;
    letter-spacing: 0%;
    text-align: center;
}

.ticket-description {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0 0 20px 0;
    line-height: 1.5;
    letter-spacing: 0%;
}

.ticket-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.ticket-features li {
    display: grid;
    grid-template-columns: 0.1fr 0.9fr;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0%;
}

.feature-check {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Feature included / excluded states (ticket features list) */
.ticket-features li.included {
    color: var(--text-color);
}

.ticket-features li.excluded {
    color: #e6e6e6;
    opacity: 0.85;
}

.ticket-features .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 18px;
    line-height: 1;
    margin-bottom: 0;
}

.ticket-features .feature-yes {
    color: var(--primary-color);
}

.ticket-features .feature-no {
    color: #ff4d4f;
    /* red cross */
}

.ticket-features li.excluded .feature-icon {
    opacity: 0.95;
}

.ticket-features li {
    transition: color 0.18s ease, opacity 0.18s ease;
}

/* Language switcher in header */
.language-switcher {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.language-switcher .lang-link {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    color: var(--text-color);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.language-switcher .lang-link:hover {
    transform: translateY(-1px);
}

.language-switcher .lang-link.active {
    background: var(--primary-color);
    color: var(--dark-bg);
    border-color: var(--primary-color);
}

.btn-ticket {
    background: var(--primary-color);
    color: var(--dark-bg);
    border: none;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.btn-ticket:hover {
    background: #9ec230;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(180, 214, 62, 0.4);
}

.btn-ticket.btn-disabled {
    background: #666;
    cursor: not-allowed;
    opacity: 0.5;
}

.btn-ticket.btn-disabled:hover {
    transform: none;
    box-shadow: none;
}

.tickets-note {
    margin-bottom: 40px;
    text-align: center;
    color: rgba(199, 210, 233, 0.7);
    font-size: 16px;
    font-style: italic;
}

.tickets-description {
    font-size: 14px;
    text-align: center;
    margin: 40px 0 10px;
}

/* Responsive */
@media (max-width: 1440px) {
    .tickets-header {
        padding: 60px 0;
    }

    .tickets-section .section-title {
        font-size: 2.5rem;
    }

    .tickets-content {
        padding: 70px 0;
    }

    .tickets-grid {
        gap: 40px;
        max-width: 1180px;
    }

    .ticket-card {
        padding: 25px 22px;
        border-radius: 35px;
    }

    .ticket-card.featured {
        transform: translateY(-60px);
    }

    .ticket-card.featured:hover {
        transform: scale(1.1) translateY(-60px);
    }

    .ticket-badge {
        padding: 6px 16px;
        font-size: 14px;
    }

    .ticket-price {
        margin-bottom: 16px;
    }

    .price-amount {
        font-size: 22px;
    }

    .ticket-price-note {
        font-size: 10px;
    }

    .price-amount {
        font-size: 20px;
    }

    .ticket-name {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .ticket-description {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .ticket-features {
        margin-bottom: 20px;
    }

    .ticket-features li {
        font-size: 12px;
    }

    .feature-check {
        font-size: 16px;
    }

    .btn-ticket {
        font-size: 14px;
        padding: 11px 35px;
    }


    .tickets-note {
        font-size: 16px;
        margin-top: 35px;
    }
}

.feature-check {
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 0.5rem;
}

.btn-ticket {
    width: 100%;
    margin-top: 1rem;
}

.btn-disabled {
    background: #ccc;
    cursor: not-allowed;
}


/* Venue Section */
.venue-section {
    padding: 0;
    background: var(--dark-bg);
}

.venue-header {
    background: var(--dark-bg);
    padding: 80px 0;
    text-align: center;
}

.venue-header .section-title {
    color: var(--text-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.venue-content {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    overflow: hidden;
}

.venue-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.venue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.6);
    z-index: 1;
}

.venue-info {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.venue-date {
    font-size: 22px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 30px;
    letter-spacing: 0%;
}

.venue-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 0%;
    line-height: 1.2;
}

.venue-location {
    font-size: 28px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 50px;
    letter-spacing: 0%;
}

.btn-venue-map {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 15px 50px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-venue-map:hover {
    background: var(--primary-color);
    color: var(--dark-bg);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(180, 214, 62, 0.4);
}

/* Responsive */
@media (max-width: 1440px) {
    .venue-header {
        padding: 70px 0;
    }

    .venue-header .section-title {
        font-size: 2.5rem;
    }

    .venue-content {
        padding: 80px 0;
    }

    .venue-date {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .venue-name {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }

    .venue-location {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .btn-venue-map {
        font-size: 10px;
        padding: 13px 45px;
    }
}

/* Contact Section */
.contact-section {
    padding: 0;
    background: var(--dark-bg);
}

.contact-header {
    background: var(--primary-color);
    padding: 80px 0;
    text-align: center;
}

.contact-header .section-title {
    color: var(--dark-bg);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.contact-content {
    padding: 100px 0;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-message {
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}

.contact-message.success {
    background: rgba(180, 214, 62, 0.1);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.contact-message.error {
    background: rgba(220, 53, 69, 0.1);
    border: 2px solid #dc3545;
    color: #dc3545;
}

.form-group {
    margin-bottom: 30px;
}

.form-group input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid var(--primary-color);
    padding: 15px 0;
    font-size: 22px;
    font-weight: 400;
    color: var(--primary-color);
    outline: none;
    transition: all 0.3s ease;
    letter-spacing: 0%;
}

.form-group input::placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.form-group input:focus {
    border-bottom-color: #9ec230;
}

.btn-contact-submit {
    background: var(--primary-color);
    color: var(--dark-bg);
    border: none;
    padding: 15px 80px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: block;
    margin: 50px auto 0;
    transition: all 0.3s ease;
}

.btn-contact-submit:hover {
    background: #9ec230;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(180, 214, 62, 0.4);
}

/* Responsive */
@media (max-width: 1440px) {
    .contact-header {
        padding: 70px 0;
    }

    .contact-header .section-title {
        font-size: 2.5rem;
    }

    .contact-content {
        padding: 80px 0;
    }

    .contact-form {
        max-width: 540px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .form-group input {
        padding: 13px 0;
        font-size: 18px;
    }

    .btn-contact-submit {
        font-size: 12px;
        padding: 13px 70px;
        margin-top: 45px;
    }

    .contact-message {
        font-size: 8px;
        padding: 18px;
    }
}

/* FAQ Section */
.faq-section {
    background: var(--dark-bg);
    padding: 80px 0 100px;
}

.faq-section .section-title {
    font-size: 54px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0%;
}

.faq-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    margin-bottom: 0;
}

.faq-accordion .accordion-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(199, 210, 233, 0.2);
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 22px;
    font-weight: 400;
    color: var(--primary-color);
    position: relative;
}

.faq-accordion .accordion-header:hover {
    opacity: 0.8;
    background: none;
    box-shadow: none;
}

.faq-accordion .accordion-header.active {
    color: var(--primary-color);
}

.faq-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
}

.faq-accordion .accordion-content.active {
    max-height: 1000px;
    padding: 5px 30px 10px;
}

.faq-answer {
    font-size: 12px;
    font-weight: 300;
    color: var(--text-color);
    line-height: 1.6;
    letter-spacing: 0%;
}

/* Responsive */
@media (max-width: 1440px) {
    .faq-section {
        padding: 70px 0 90px;
    }

    .faq-section .section-title {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .faq-accordion .accordion-header {
        font-size: 18px;
        padding: 5px 25px;
    }

    .faq-accordion .accordion-content {
        padding: 0 25px;
    }

    .faq-accordion .accordion-content.active {
        padding: 10px 25px 28px;
    }

    .faq-answer {
        font-size: 10px;
    }
}

/* Footer */
.site-footer {
    color: var(--text-color);
    padding: 80px 0 60px;
}

.footer-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 60px;
}

.jury-member {
    position: relative;
    perspective: 1000px;
    height: 380px;
    /* Adjust based on your design needs */
    cursor: pointer;
}

.jury-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
	min-height: 380px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.jury-member:hover .jury-card-inner {
    transform: rotateY(180deg);
}

.jury-card-front,
.jury-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Front side specific */
.jury-card-front {
    justify-content: flex-start;
}

/* Back side specific */
.jury-card-back {
    transform: rotateY(180deg);
    justify-content: space-between;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.jury-info-back {
    width: 50%;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    color: rgb(122, 122, 122);
}

.jury-description {
    font-size: 9px;
}

.jury-photo-back {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jury-photo-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Update existing overrides for front side */
.jury-card-front .jury-photo {
    width: 50%;
    height: 100%;
}

.jury-card-front .jury-info {
    width: 50%;
    padding-left: 20px;
}

.footer-nav-link {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav-link:hover {
    color: var(--primary-color);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    font-size: 10px;
    color: var(--text-color);
}

.footer-legal {
    display: flex;
    gap: 60px;
}

.footer-legal-link {
    font-size: 10px;
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: var(--primary-color);
}

/* Footer responsive */
@media (max-width: 1440px) {
    .site-footer {
        padding: 60px 0 50px;
    }

    .footer-nav-menu {
        gap: 90px;
        padding-bottom: 60px;
        margin-bottom: 50px;
    }

    .footer-nav-link {
        font-size: 16px;
    }

    .footer-copyright {
        font-size: 8px;
    }

    .footer-legal {
        gap: 45px;
    }

    .footer-legal-link {
        font-size: 8px;
    }
}

/* Responsive Design */
@media (max-width: 992px) {

    .language-switcher {
        display: none;
    }

    .mobile-menu-wrapper .language-switcher {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .hero-title {
        font-size: 32px;
        line-height: 61px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-meta {
        font-size: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .hero-buttons .btn {
        font-size: 16px;
    }

    .nav-container {
        padding: 0 20px;
        justify-content: space-between;
    }

    .about-section {
        padding: 80px 0;
    }

    .about-wrapper {
        gap: 60px;
    }

    .about-background {
        background-position: right;
    }

    .about-title {
        font-size: 34px;
    }

    .about-description {
        font-size: 22px;
        line-height: 1.2;
    }

    .about-highlight {
        font-size: 1.3rem;
        max-width: 80%;
    }

    .about-image {
        height: 500px;
    }

    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
    }

    .nominations-grid,
    .jury-grid,
    .speakers-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    /* Partners Section Mobile */
    .partners-header .section-title {
        font-size: 32px;
    }

    .partners-content {
        padding: 40px 0px;
    }

    .partners-grid {
        gap: 30px;
        margin-bottom: 40px;
    }

    .partners-grid-bottom {
        flex-wrap: nowrap;
        overflow-x: auto;
        align-items: center;
        justify-content: start;
    }

    .partners-grid-bottom::-webkit-scrollbar {
        height: 0px;
    }

    .partner-item img {
        max-width: 120px;
        max-height: 80px;
    }

    .partners-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    /* Nominations Section Mobile */
    .nominations-section {
        padding: 40px 20px 60px;
    }

    .nominations-section .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .accordion-header {
        font-size: 16px;
        padding: 5px 20px;
    }

    .accordion-icon {
        width: 40px;
        height: 36px;
    }

    .accordion-content {
        padding: 0 20px;
    }

    .accordion-content.active {
        padding: 10px 20px 20px;
    }

    .nominations-list li {
        font-size: 12px;
        padding: 5px 0;
    }

    .nominations-apply-btn {
        padding: 12px 50px;
        font-size: 12px;
    }

    /* Participate Section Mobile */
    .participate-section {
        padding: 40px 20px 60px;
    }

    .participate-section .section-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .participate-description {
        font-size: 12px;
        margin-bottom: 40px;
        width: 100%;
    }

    .requirements-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    .requirement-image {
        width: 200px;
        height: 130px;
        margin-bottom: 20px;
    }

    .requirement-item h3 {
        font-size: 16px;
    }

    /* Jury Section Mobile */
    .jury-header {
        padding: 40px 20px;
    }

    .jury-section .section-title {
        font-size: 32px;
    }

    .jury-content {
        padding: 40px 20px;
    }

    .jury-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .jury-member {
        flex-direction: column;
    }

    .jury-member:first-child {
        display: flex;
    }

    .jury-grid.show-all .jury-member {
        display: flex;
    }

    .jury-photo {
        width: 85%;
        height: 300px;
        border-radius: 0 20px 20px 0;
    }

    .jury-photo img {
        object-position: top;
    }

    .jury-photo-bg {
        left: 0%;
        top: 0;
        width: 10%;
        height: 300px;
        border-radius: 0 20px 20px 0;
    }

    .jury-info {
        padding: 20px;
    }

    .jury-name {
        font-size: 16px;
    }

    .jury-position {
        font-size: 10px;
    }

    .jury-more-btn {
        display: block;
        margin: 30px auto 0;
        background: var(--primary-color);
        color: var(--dark-bg);
        border: none;
        padding: 12px 50px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 10px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
    }



    .jury-more-btn:hover {
        background: #9ec230;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(180, 214, 62, 0.4);
    }

    .jury-grid.show-all+.jury-more-btn {
        display: none;
    }

    /* Speakers Section Mobile */
    .speakers-section {
        padding: 40px 0 60px;
    }

    .speakers-section .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .speakers-timeline {
        padding-left: 20px;
        gap: 30px;
    }

    .speaker-item {
        gap: 15px;
    }

    .speaker-photo {
        width: 100px;
        height: 100px;
    }

    .timeline-line::before {
        width: 40px;
    }

    .timeline-line::after {
        width: 100px;
    }

    .timeline-dot {
        width: 14px;
        height: 14px;
        margin: 0 10px;
    }

    .speaker-info {
        width: 350px;
    }

    .speaker-time {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .speaker-name {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .speaker-title {
        font-size: 8px;
    }

    /* Tickets Section Mobile */
    .tickets-header {
        padding: 40px 20px;
    }

    .tickets-section .section-title {
        font-size: 32px;
    }

    .tickets-content {
        padding: 40px 20px;
    }

    .tickets-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 100%;
    }

    .ticket-card {
        padding: 20px;
        border-radius: 20px;
    }

    .ticket-card.featured {
        transform: translateY(0);
    }

    .ticket-card.featured:hover {
        transform: translateY(-10px);
    }

    .price-amount {
        font-size: 20px;
    }

    .ticket-name {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .ticket-description {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .ticket-features {
        margin-bottom: 20px;
    }

    .ticket-features li {
        font-size: 14px;
    }

    .feature-check {
        font-size: 18px;
    }

    .btn-ticket {
        font-size: 16px;
        padding: 10px 30px;
    }

    .tickets-note {
        font-size: 14px;
        margin-bottom: 25px;
        padding: 0 15px;
    }



    /* Venue Section Mobile */
    .venue-header {
        padding: 40px 20px;
    }

    .venue-header .section-title {
        font-size: 32px;
    }

    .venue-content {
        padding: 40px 20px;
        min-height: 60vh;
    }

    .venue-date {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .venue-name {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .venue-location {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .btn-venue-map {
        font-size: 16px;
        padding: 12px 40px;
    }

    /* Contact Section Mobile */
    .contact-header {
        padding: 40px 20px;
    }

    .contact-header .section-title {
        font-size: 32px;
    }

    .contact-content {
        padding: 40px 20px;
    }

    .contact-form {
        max-width: 100%;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input {
        padding: 12px 0;
        font-size: 12px;
    }

    .btn-contact-submit {
        font-size: 12px;
        padding: 12px 50px;
        margin-top: 30px;
    }

    .contact-message {
        font-size: 6px;
        padding: 15px;
        margin-bottom: 20px;
    }

    /* FAQ Section Mobile */
    .faq-section {
        padding: 40px 20px 60px;
    }

    .faq-section .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .faq-accordion {
        max-width: 100%;
    }

    .faq-accordion .accordion-header {
        font-size: 12px;
        padding: 8px 15px;
    }

    .faq-accordion .accordion-icon {
        width: 36px;
        height: 32px;
    }

    .faq-accordion .accordion-content {
        padding: 0 15px;
    }

    .faq-accordion .accordion-content.active {
        padding: 15px;
    }

    .faq-answer {
        font-size: 8px;
    }

    /* Footer Mobile */
    .site-footer {
        padding: 40px 20px 30px;
    }

    .footer-nav {
        display: none;
    }

    .footer-nav-link {
        font-size: 16px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-copyright {
        font-size: 6px;
    }

    .footer-legal {
        flex-direction: column;
        gap: 15px;
    }

    .footer-legal-link {
        font-size: 6px;
    }
}

/* ============================================================
   Program Section & Modal
   ============================================================ */

.program-section {
    padding: 100px 0;
    background: var(--dark-bg);
}

.program-title {
    font-size: 42px;
    font-weight: 400;
    color: var(--text-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}

.program-list {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.program-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.program-time {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    min-width: 100px;
    flex-shrink: 0;
}

.program-desc {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0.02em;
}

.program-actions {
    text-align: center;
    margin-top: 60px;
}

.program-open-btn {
    background: var(--primary-color);
    color: var(--dark-bg);
    border: none;
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-open-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(180, 214, 62, 0.3);
}

/* Modal Popup */
.program-modal-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.program-modal-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.program-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(5px);
}

.program-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: var(--dark-bg);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 50px 0;
    z-index: 2;
    transform: translateY(20px);
    transition: transform 0.4s ease;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.program-modal-wrapper.active .program-modal-content {
    transform: translateY(0);
}

.program-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    padding: 5px;
    display: flex;
    transition: transform 0.3s ease;
}

.program-modal-close:hover {
    transform: scale(1.1);
}

.program-modal-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 40px 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.program-modal-scroll {
    overflow-y: auto;
    padding: 0 40px 20px;
    /* Custom Scrollbar */
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) rgba(255, 255, 255, 0.1);
}

.program-modal-scroll::-webkit-scrollbar {
    width: 6px;
}

.program-modal-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.program-modal-scroll::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 3px;
}

.program-modal-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .program-title {
        font-size: 32px;
    }

    .program-item {
        gap: 20px;
    }

    .program-time {
        font-size: 16px;
        min-width: 80px;
    }

    .program-desc {
        font-size: 16px;
    }

    .program-modal-content {
        padding: 40px 0;
    }

    .program-modal-title {
        font-size: 22px;
        margin: 0 20px 20px;
        padding-bottom: 20px;
    }

    .program-modal-scroll {
        padding: 0 20px 10px;
    }
}


/* ============================================================
   Two Formats Section
   ============================================================ */

.formats-section {
    position: relative;
    padding: 100px 0 120px;
    background: var(--dark-bg);
    overflow: hidden;
}

.formats-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.formats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.80);
    z-index: 1;
}

.formats-wrapper {
    position: relative;
    z-index: 2;
}

.formats-title {
    font-size: 54px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 auto 60px;
    max-width: 860px;
}

/* Grid */
.formats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.format-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    overflow: hidden;
    min-height: 440px;
    display: flex;
    flex-direction: column;
}

.format-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 0.5s ease;
}

.format-card:hover .format-card-bg {
    transform: scale(1.04);
}

.format-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(10, 10, 10, 0.55) 0%,
            rgba(10, 10, 10, 0.75) 100%);
    z-index: 1;
}

.format-card-content {
    position: relative;
    z-index: 2;
    padding: 40px 36px 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.format-card-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 8px;
}

.format-card-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 36px;
}

/* Items list */
.format-card-items {
    list-style: none;
    margin: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.format-card-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.format-card-item-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.format-card-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.format-card-item-text {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
}

/* Footer note */
.format-card-footer {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    margin: 28px 0 0;
    font-style: italic;
}

/* Responsive */
@media (max-width: 1440px) {
    .formats-title {
        font-size: 2.7rem;
    }

    .format-card-title {
        font-size: 22px;
    }

    .format-card-item-text {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .formats-grid {
        grid-template-columns: 1fr;
    }

    .formats-title {
        font-size: 2rem;
    }

    .format-card {
        min-height: 380px;
    }
}

@media (max-width: 576px) {
    .formats-section {
        padding: 70px 0 80px;
    }

    .formats-title {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }

    .format-card-content {
        padding: 28px 24px 28px;
    }

    .format-card-title {
        font-size: 20px;
    }
}