* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: white;
}

header {
    width: 100%;
    max-width: 100%;
    padding: 20px 40px;
    background-color: white;
    overflow-x: hidden;
    position: relative;
    z-index: 9999;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    width: 200px;
    height: auto;
    fill: #000;
}

.navigation {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: font-weight 0.2s ease;
}

.nav-link:hover {
    font-weight: 700;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}

.lang-option {
    font-weight: 300;
    color: #000;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s ease;
}

.lang-option:hover {
    opacity: 0.7;
}

.lang-option.active {
    font-weight: 700;
}

.lang-separator {
    color: #000;
    font-weight: 300;
}

.tickets-button {
    background-color: #d32f2f;
    color: white;
    border: none;
    padding: 12px 24px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
}

.tickets-button:hover {
    background-color: #b71c1c;
    text-decoration: none;
}

.tickets-button:link,
.tickets-button:visited,
.tickets-button:active {
    text-decoration: none;
}

.video-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

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

.hero-section {
    width: 100%;
    max-width: 100%;
    background-color: white;
    padding: 0 60px;
    overflow-x: hidden;
}

.hero-container {
    display: flex;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    min-height: 80vh;
    gap: 30px;
}

.hero-content {
    flex: 1;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 35%;
}

.hero-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.title-line {
    display: block;
}

.hero-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.learn-more-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: font-weight 0.2s ease;
}

.learn-more-link:hover {
    font-weight: 700;
}

.arrow {
    font-size: 18px;
}

.hero-image {
    flex: 0 0 65%;
    max-width: 65%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
    display: block;
}

.footer {
    width: 100%;
    max-width: 100%;
    background-color: #2a2a2a;
    color: white;
    padding: 60px 60px 40px;
    overflow-x: hidden;
}

.footer-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #4a4a4a;
    margin: 0;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo-img {
    height: 40px;
    width: auto;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 20px;
}

.payment-logo {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
}

.visa-logo {
    filter: none;
}

.footer-links-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-logos-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-info-logo {
    height: 40px;
    width: auto;
}

.footer-copyright {
    display: flex;
    align-items: center;
}

.copyright-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: white;
}

.page-content {
    min-height: 60vh;
    padding: 60px 0;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.policy-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.policy-sidebar {
    flex: 0 0 250px;
    position: sticky;
    top: 100px;
}

.sidebar-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px 0;
    letter-spacing: 0.5px;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sidebar-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: color 0.3s ease, font-weight 0.3s ease;
    display: block;
}

.sidebar-link:hover {
    color: #000;
    font-weight: 700;
}

.sidebar-link.active {
    font-weight: 700;
    color: #000;
}

.page-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 40px 0;
    padding-left: 60px;
}

.policy-content {
    flex: 1;
    min-width: 0;
    max-width: 800px;
}

.policy-text {
    margin-top: 40px;
}

.faq-container {
    margin-top: 40px;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #000;
}

.faq-question.active {
    font-weight: 700;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-question.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.faq-answer.active {
    max-height: 2000px;
    padding: 0 0 20px 0;
}

.faq-answer p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px 0;
    color: #333;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer a {
    color: #007bff;
    text-decoration: underline;
}

.policy-text p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin: 0 0 20px 0;
}

.policy-subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 40px 0 20px 0;
}

.policy-subtitle-small {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 30px 0 15px 0;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.policy-list li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.policy-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
}

.policy-list-numbered {
    list-style: decimal;
    padding-left: 20px;
    margin: 0 0 20px 0;
}

.policy-list-numbered li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative;
}

.policy-list-numbered li:before {
    display: none;
}

.policy-list-numbered li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.policy-text a {
    color: #000;
    text-decoration: underline;
}

.policy-text a:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .policy-content {
        padding: 0 20px;
    }

    .policy-text {
        margin-top: 30px;
    }

    .faq-container {
        margin-top: 30px;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px 0;
    }

    .faq-icon {
        font-size: 20px;
        margin-left: 15px;
    }

    .faq-answer.active {
        padding: 0 0 15px 0;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .policy-text p {
        font-size: 14px;
    }

    .policy-subtitle {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }

    .policy-subtitle-small {
        font-size: 18px;
        margin: 25px 0 12px 0;
    }

    .policy-list li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .policy-list-numbered {
        padding-left: 15px;
    }

    .policy-list-numbered li {
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 8px;
    }
}

.ticket-section {
    width: 100%;
    margin-top: 60px;
}

.ticket-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    position: relative;
}

.ticket-pattern {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.ticket-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.ticket-content {
    flex: 0 0 calc(50% - 10px);
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    background-color: #F9CAD1;
    text-align: center;
}

.ticket-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    z-index: -1;
    left: 100%;
    right: calc((100vw - 1400px) / 2 * -1 - 40px);
}

.ticket-badge {
    background-color: #4A4A4A;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 30px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.ticket-badge:hover {
    opacity: 0.8;
}

.ticket-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.ticket-subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0 0 40px 0;
}

.ticket-button {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.ticket-button:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .ticket-section {
        margin-top: 40px;
    }

    .ticket-block {
        padding: 0;
        margin-bottom: 0;
        flex-direction: column !important;
        gap: 0;
    }

    .ticket-pattern {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
        padding: 0;
        overflow: hidden;
    }

    .ticket-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .ticket-content {
        flex: 0 0 auto;
        width: 100%;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .ticket-content::before {
        left: 0 !important;
        right: 0 !important;
    }

    .ticket-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

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

.transport-section {
    width: 100%;
    margin-top: 60px;
}

.transport-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.transport-block.animate {
    opacity: 1;
    transform: translateY(0);
}

.transport-block:nth-child(even) {
    flex-direction: row-reverse;
    gap: 0;
}

.transport-pattern {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.transport-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.transport-content {
    flex: 0 0 calc(50% - 10px);
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
}

.transport-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    z-index: -1;
}

.transport-block:nth-child(odd) .transport-content::before {
    left: 100%;
    right: calc((100vw - 1400px) / 2 * -1 - 40px);
}

.transport-block:nth-child(even) .transport-content::before {
    right: 100%;
    left: calc((100vw - 1400px) / 2 * -1 - 40px);
}

.transport-block-foot .transport-content {
    background-color: #A8D5E2;
}

.transport-block-metro .transport-content {
    background-color: #F2695D;
}

.transport-block-bus .transport-content {
    background-color: #F9CAD1;
}

.transport-block-car .transport-content {
    background-color: #C5B9B9;
}

.transport-block-train .transport-content {
    background-color: #F3AD77;
}

.transport-block-airport .transport-content {
    background-color: #B3CE8F;
}

.transport-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin: 0 0 15px 0;
}

.transport-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 20px 0;
    max-width: 600px;
}

.transport-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: opacity 0.2s ease;
}

.transport-link:hover {
    opacity: 0.7;
}

.logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* Mobile Menu */
.mobile-header-right {
    display: none;
    align-items: center;
    gap: 15px;
}

.mobile-tickets-button {
    display: none;
    background-color: #d32f2f;
    color: white;
    border: none;
    padding: 10px 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
}

.mobile-tickets-button:hover {
    background-color: #b71c1c;
    text-decoration: none;
}

.mobile-tickets-button:link,
.mobile-tickets-button:visited,
.mobile-tickets-button:active {
    text-decoration: none;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 10000;
    position: relative;
}

.burger-line {
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
}

.mobile-navigation {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    padding: 80px 20px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    overflow: hidden;
}

.mobile-navigation.active {
    display: flex;
}

body.menu-open {
    overflow: hidden;
    height: 100vh;
}

.mobile-nav-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: font-weight 0.2s ease;
}

.mobile-nav-link:hover {
    font-weight: 700;
}

.mobile-nav-link:last-child {
    border-bottom: none;
}

.mobile-language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}

.mobile-lang-option {
    font-weight: 300;
    color: #000;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.2s ease;
}

.mobile-lang-option:hover {
    opacity: 0.7;
}

.mobile-lang-option.active {
    font-weight: 700;
}

/* Mobile Responsive Styles */
@media (max-width: 1000px) {
    html, body {
        overflow-x: hidden;
        position: relative;
    }

    header {
        padding: 15px 20px;
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .header-container {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .logo-icon {
        width: 150px;
    }

    .navigation {
        display: none;
    }

    .header-right {
        display: none;
    }

    .mobile-header-right {
        display: flex;
    }

    .mobile-tickets-button {
        display: block;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .mobile-menu-toggle.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }

    .mobile-menu-toggle.active .burger-line:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    .video-section {
        width: 100%;
        max-width: 100%;
    }

    .hero-video {
        width: 100%;
        height: auto;
    }

    .hero-section {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
    }

    .hero-container {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
        width: 100%;
        max-width: 100%;
    }

    .hero-content {
        max-width: 100%;
        width: 100%;
        padding: 40px 0;
    }

    .hero-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .hero-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .hero-image {
        flex: 1;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
    }

    .hero-image img {
        max-height: 50vh;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .footer {
        padding: 25px 15px 15px;
        width: 100%;
        max-width: 100%;
    }

    .footer-container {
        width: 100%;
        max-width: 100%;
    }

    .footer-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
        width: 100%;
    }

    .footer-top {
        padding: 0 0 12px;
        gap: 15px;
        align-items: center;
    }

    .footer-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-logo-img {
        height: 28px;
        max-width: 180px;
    }

    .payment-methods {
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }

    .payment-logo {
        height: 22px;
    }

    .footer-divider {
        margin: 8px 0;
    }

    .footer-middle {
        padding: 12px 0;
        gap: 15px;
    }

    .footer-link {
        font-size: 11px;
        line-height: 1.4;
    }

    .footer-middle .footer-links-left {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .footer-logos-right {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin-top: 8px;
    }

    .footer-info-logo {
        height: 32px;
        width: auto;
        max-width: 200px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0 0;
    }

    .footer-bottom .footer-links-left {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 12px;
        row-gap: 8px;
    }

    .footer-copyright {
        width: 100%;
        margin-top: 8px;
        padding-top: 8px;
    }

    .copyright-text {
        font-size: 11px;
    }

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

    .policy-wrapper {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .policy-sidebar {
        flex: 0 0 auto;
        position: static;
        width: 100%;
    }

    .sidebar-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .sidebar-link {
        font-size: 14px;
        padding: 10px 0;
    }

    .page-title {
        font-size: 36px;
        padding-left: 20px;
    }

    .transport-section {
        margin-top: 40px;
    }

    .transport-block {
        padding: 0;
        margin-bottom: 0;
        flex-direction: column !important;
        gap: 0;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .transport-block:nth-child(even) {
        flex-direction: column !important;
    }

    .transport-block:nth-child(odd) .transport-content::before,
    .transport-block:nth-child(even) .transport-content::before {
        left: 0 !important;
        right: 0 !important;
    }

    .transport-block:nth-child(odd) .transport-content,
    .transport-block:nth-child(even) .transport-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .transport-pattern {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
        padding: 0;
        overflow: hidden;
    }

    .transport-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .transport-content {
        flex: 0 0 auto;
        width: 100%;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .transport-content::before {
        display: none;
    }

    .transport-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .transport-text {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .transport-link {
        font-size: 12px;
    }
}

.info-section {
    width: 100%;
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0 0 0 60px;
}

.info-block {
    margin-bottom: 60px;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.info-badge {
    background-color: #4A4A4A;
    color: #fff;
    padding: 8px 16px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: lowercase;
    position: absolute;
    top: 0;
    left: 0;
}

.info-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.info-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.schedule-content {
    margin-top: 20px;
}

.schedule-days {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 10px 0;
}

.schedule-time {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
}

.schedule-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.schedule-note {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.map-block .info-header {
    align-items: center;
}

.map-block .info-title {
    margin-left: 0;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}

.hours-content {
    margin-top: 20px;
}

.hours-time {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 20px 0;
}

.hours-time strong {
    font-weight: 700;
}

.hours-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.hours-note {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.norms-section {
    width: 100%;
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0;
}

.norms-content {
    padding: 0;
}

.norms-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.norms-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.norms-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.norms-intro {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

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

.norm-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.norm-item:last-child {
    margin-bottom: 0;
}

.norm-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.norm-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    flex: 1;
}

@media (max-width: 768px) {
    .info-section {
        padding: 0 20px;
        margin-top: 60px;
        text-align: center;
    }

    .info-block {
        margin-bottom: 40px;
    }

    .info-header {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .info-badge {
        position: relative;
        margin-bottom: 10px;
    }

    .info-title {
        font-size: 24px;
        text-align: center;
    }

    .schedule-content {
        text-align: center;
    }

    .schedule-days,
    .schedule-time {
        font-size: 14px;
        text-align: center;
    }

    .schedule-text,
    .schedule-note {
        font-size: 12px;
        text-align: center;
    }

    .map-image {
        margin-top: 20px;
    }

    .hours-content {
        text-align: center;
    }

    .hours-time {
        font-size: 14px;
    }

    .hours-text,
    .hours-note {
        font-size: 12px;
    }

    .norms-section {
        padding: 0 20px;
        text-align: center;
    }

    .norms-header {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .norms-title {
        font-size: 24px;
        text-align: center;
    }

    .norms-intro {
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
    }

    .norm-item {
        gap: 12px;
        margin-bottom: 15px;
    }

    .norm-icon {
        width: 20px;
        height: 20px;
    }

    .norm-text {
        font-size: 12px;
    }
}

.see-section {
    width: 100%;
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0;
}

.see-content {
    padding: 0;
    text-align: center;
}

.see-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-align: center;
}

.see-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin: 0 0 25px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.see-text:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .see-section {
        padding: 0 20px;
        margin-top: 40px;
    }

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

    .see-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

.exhibition-section {
    width: 100%;
    margin-top: 60px;
}

.exhibition-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    position: relative;
}

.exhibition-reverse {
    flex-direction: row-reverse;
    gap: 0;
}

.exhibition-pattern {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.exhibition-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.exhibition-content {
    flex: 0 0 calc(50% - 10px);
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
    background-color: #F9CAD1;
}

.exhibition-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    z-index: -1;
    left: 100%;
    right: calc((100vw - 1400px) / 2 * -1 - 40px);
}

.exhibition-reverse .exhibition-content::before {
    right: 100%;
    left: calc((100vw - 1400px) / 2 * -1);
}

.exhibition-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin: 0 0 15px 0;
}

.exhibition-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 20px 0;
    max-width: 600px;
}

.exhibition-text:last-child {
    margin-bottom: 0;
}

.exhibition-note {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 20px 0 0 0;
    font-style: italic;
}

.gemma-content {
    background-color: #FCE2E3;
}

.building-content {
    background-color: #FCE2E3;
}

.staircase-content {
    background-color: #EF7E7D;
}

.vitral-content {
    background-color: #F6BB91;
}

.traces-content {
    background-color: #FCE2E3;
}

.porto-content {
    background-color: #EF7E7D;
}

.porto-content {
    background-color: #EF7E7D;
}

.porto-content {
    background-color: #EF7E7D;
}

.porto-content {
    background-color: #EF7E7D;
}

.porto-content {
    background-color: #EF7E7D;
}

.temporary-content {
    background-color: #C8B4B5;
}

.showcase-content {
    background-color: #B9DBE5;
}

.showcase-text {
    font-style: italic;
}

/* Contacts Section */
.contacts-section {
    width: 100%;
    margin-top: 60px;
}

.contacts-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 0;
    align-items: stretch;
    position: relative;
}

.contacts-content {
    flex: 0 0 40%;
    padding: 60px 60px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
}

.contacts-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: -1;
    right: 100%;
    left: calc((100vw - 1400px) / 2 * -1);
}

.contacts-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 40px 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-label {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.contact-value {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.contact-note {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-top: 5px;
}

.contact-map-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.contact-map-link:hover {
    opacity: 0.7;
}

.contacts-image {
    flex: 0 0 60%;
    display: flex;
    align-items: stretch;
    position: relative;
}

.contacts-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .contacts-section {
        margin-top: 40px;
    }

    .contacts-block {
        flex-direction: column;
        gap: 0;
    }

    .contacts-content {
        flex: 0 0 auto;
        width: 100%;
        padding: 40px 20px;
    }

    .contacts-content::before {
        left: 0 !important;
        right: 0 !important;
    }

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

    .contact-info {
        gap: 25px;
    }

    .contact-label {
        font-size: 14px;
    }

    .contact-value {
        font-size: 14px;
    }

    .contact-note {
        font-size: 12px;
    }

    .contact-map-link {
        font-size: 12px;
    }

    .contacts-image {
        flex: 0 0 auto;
        width: 100%;
        height: 300px;
    }
}

/* Schedules Section */
.schedules-section {
    width: 100%;
    margin-top: 60px;
}

.schedules-block {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 0;
    align-items: stretch;
    position: relative;
}

.schedules-content {
    flex: 0 0 40%;
    padding: 60px 60px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
}

.schedules-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: -1;
    right: 100%;
    left: calc((100vw - 1400px) / 2 * -1);
}

.schedules-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px 0;
}

.schedules-subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 40px 0;
}

.schedule-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.schedule-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.schedule-value {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.schedule-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.schedule-note {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-top: 5px;
}

.schedules-image {
    flex: 0 0 60%;
    display: flex;
    align-items: stretch;
    position: relative;
}

.schedules-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .schedules-section {
        margin-top: 40px;
    }

    .schedules-block {
        flex-direction: column;
        gap: 0;
    }

    .schedules-content {
        flex: 0 0 auto;
        width: 100%;
        padding: 40px 20px;
    }

    .schedules-content::before {
        left: 0 !important;
        right: 0 !important;
    }

    .schedules-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .schedules-subtitle {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .schedule-info {
        gap: 20px;
    }

    .schedule-value,
    .schedule-text {
        font-size: 14px;
    }

    .schedule-note {
        font-size: 12px;
    }

    .schedules-image {
        flex: 0 0 auto;
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .exhibition-section {
        margin-top: 40px;
    }

    .exhibition-block {
        padding: 0;
        margin-bottom: 0;
        flex-direction: column !important;
        gap: 0;
    }

    .exhibition-content {
        flex: 0 0 auto;
        width: 100%;
        padding: 30px 20px;
    }

    .exhibition-content::before {
        left: 0 !important;
        right: 0 !important;
    }

    .exhibition-pattern {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
        padding: 0;
        overflow: hidden;
    }

    .exhibition-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .exhibition-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .exhibition-text {
        font-size: 12px;
    }
}

/* Map Modal Styles */
.map-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.map-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.map-modal-content {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    border-radius: 8px;
    overflow: hidden;
    z-index: 10001;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.map-modal-header {
    padding: 20px 50px 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
}

.map-modal-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.map-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    color: #000;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    z-index: 10002;
}

.map-modal-close:hover {
    opacity: 0.6;
}

.map-modal-body {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .map-modal-content {
        width: 95%;
        max-height: 85vh;
    }

    .map-modal-header {
        padding: 15px 45px 15px 15px;
    }

    .map-modal-title {
        font-size: 20px;
    }

    .map-modal-body {
        height: 400px;
    }

    .map-modal-close {
        top: 10px;
        right: 10px;
        font-size: 28px;
        width: 28px;
        height: 28px;
    }
}

/* Tickets Page Styles */
.tickets-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.tickets-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 60px 0;
    text-align: center;
}

.tickets-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}

.ticket-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.ticket-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.ticket-card-full {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
}

.ticket-image-wrapper {
    flex: 0 0 300px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.ticket-card-full .ticket-image-wrapper {
    flex: 0 0 400px;
    height: 400px;
}

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

.ticket-info {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-name {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.ticket-features {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.ticket-description {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin: 0 0 25px 0;
    line-height: 1.6;
    flex: 1;
}

.ticket-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.ticket-info-link {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease;
}

.ticket-info-link:hover {
    opacity: 0.7;
}

.ticket-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ticket-price {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
}

.ticket-buy-btn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    background-color: #C8102E;
    border: none;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.ticket-buy-btn:hover {
    background-color: #A00D26;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .tickets-grid {
        grid-template-columns: 1fr;
    }
    
    .ticket-card-full {
        flex-direction: column;
    }
    
    .ticket-card-full .ticket-image-wrapper {
        flex: 0 0 auto;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .tickets-wrapper {
        padding: 0 20px;
    }
    
    .tickets-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .tickets-grid {
        gap: 20px;
    }
    
    .ticket-image-wrapper {
        height: 250px;
    }
    
    .ticket-card-full .ticket-image-wrapper {
        height: 250px;
    }
    
    .ticket-info {
        padding: 20px;
    }
    
    .ticket-name {
        font-size: 20px;
    }
    
    .ticket-description {
        font-size: 14px;
    }
    
    .ticket-price {
        font-size: 24px;
    }
    
    .ticket-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .ticket-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .ticket-buy-btn {
        flex: 1;
        text-align: center;
    }
}

/* Ticket Detail Page Styles */
.ticket-detail-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.ticket-detail-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}

.ticket-detail-image-wrapper {
    flex: 0 0 400px;
    height: 400px;
    overflow: hidden;
}

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

.ticket-detail-info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-detail-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.ticket-detail-features {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.ticket-detail-description {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin: 0 0 25px 0;
    line-height: 1.6;
    flex: 1;
}

.ticket-detail-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.ticket-detail-price {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000;
}

.ticket-detail-buy-btn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: white;
    background-color: #C8102E;
    border: none;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.ticket-detail-buy-btn:hover {
    background-color: #A00D26;
    text-decoration: none;
    color: white;
}

/* Tabs Navigation */
.ticket-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 40px;
    overflow-x: auto;
    justify-content: center;
}

.ticket-tab {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    background: none;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.ticket-tab-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    transition: all 0.2s ease;
    object-fit: contain;
    display: block;
}

.ticket-tab:hover {
    color: #000;
}

.ticket-tab.active {
    color: #000;
    font-weight: 700;
    border-bottom-color: #C8102E;
}

.ticket-tab.active .ticket-tab-icon {
    fill: #000;
    stroke: #000;
}

.ticket-tab.active .ticket-tab-icon [fill="#fff"] {
    fill: #fff;
}

/* Tab Content */
.ticket-tab-content {
    min-height: 400px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-section-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.tab-subsection-title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 30px 0 15px 0;
}

.tab-subsection-subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 25px 0 10px 0;
}

.hours-schedule {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px 0;
}

.hours-time {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0 0 15px 0;
}

.hours-closed,
.hours-note,
.hours-measures {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 15px 0;
}

.norms-list-tab {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.norms-list-tab li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.norms-list-tab li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C8102E;
    font-weight: 700;
    font-size: 20px;
}

.transport-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.transport-list li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.transport-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C8102E;
    font-weight: 700;
    font-size: 20px;
}

.map-container {
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.tab-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.tab-list li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.tab-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C8102E;
    font-weight: 700;
}

.tab-list-item {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.tab-list-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C8102E;
    font-weight: 700;
    font-size: 20px;
}

.tab-pane p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.tab-pane a {
    color: #C8102E;
    text-decoration: underline;
}

.tab-pane a:hover {
    opacity: 0.8;
}

.cancellation-section {
    margin-bottom: 40px;
}

.cancellation-section:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .ticket-detail-card {
        flex-direction: column;
    }
    
    .ticket-detail-image-wrapper {
        flex: 0 0 auto;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .ticket-detail-wrapper {
        padding: 0 20px;
    }
    
    .ticket-detail-info {
        padding: 20px;
    }
    
    .ticket-detail-title {
        font-size: 22px;
    }
    
    .ticket-detail-price {
        font-size: 24px;
    }
    
    .ticket-detail-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .ticket-detail-buy-btn {
        width: 100%;
        text-align: center;
    }
    
    .ticket-tabs {
        gap: 0;
        justify-content: flex-start;
        margin-bottom: 25px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #C8102E #e0e0e0;
    }
    
    .ticket-tabs::-webkit-scrollbar {
        display: block;
        height: 4px;
    }
    
    .ticket-tabs::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 2px;
    }
    
    .ticket-tabs::-webkit-scrollbar-thumb {
        background: #C8102E;
        border-radius: 2px;
    }
    
    .ticket-tabs::-webkit-scrollbar-thumb:hover {
        background: #A00D26;
    }
    
    .ticket-tab {
        padding: 10px 12px;
        font-size: 11px;
        min-width: 80px;
        gap: 5px;
        flex-shrink: 0;
    }
    
    .ticket-tab span {
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
    }
    
    .ticket-tab-icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    
    .tab-section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .tab-subsection-title {
        font-size: 16px;
        margin: 20px 0 12px 0;
    }
    
    .tab-list li,
    .tab-pane p,
    .tab-list-item {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    
    .tab-list-item {
        padding-left: 20px;
    }
    
    .tab-list-item::before {
        font-size: 16px;
        left: 0;
    }
    
    .map-container {
        max-width: 100%;
        margin: 15px 0;
    }
    
    .cancellation-section {
        margin-bottom: 20px;
    }
    
    .norms-list-tab li {
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 20px;
    }
    
    .norms-list-tab li::before {
        font-size: 16px;
    }
    
    .transport-list li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 20px;
    }
    
    .transport-list li::before {
        font-size: 16px;
    }
    
    .hours-schedule {
        font-size: 16px;
        margin: 15px 0 8px 0;
    }
    
    .hours-time {
        font-size: 15px;
        margin: 0 0 12px 0;
    }
    
    .hours-closed,
    .hours-note {
        font-size: 14px;
        margin: 12px 0;
        line-height: 1.6;
    }
    
    .ticket-tab-content {
        min-height: 300px;
    }
}
