.venues-body {
    background: #05070d;
}

.venues-page-content {
    padding-top: 90px;
    background:
        radial-gradient(circle at 18% 6%, rgba(226, 48, 139, 0.16), transparent 28%),
        radial-gradient(circle at 86% 10%, rgba(92, 65, 255, 0.18), transparent 32%),
        #05070d;
    color: #f7f7fb;
}

.venues-container {
    width: min(100% - 48px, 1500px);
    margin: 0 auto;
}

.venues-sr-only,
.footer-hidden-section {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header__action-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 24px;
}

.header-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 2px solid rgba(139, 92, 255, 0.4);
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.header-action-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.header-action-btn.buy-btn {
    background: linear-gradient(135deg, #8b5cff 0%, #6f46e8 100%);
    box-shadow: 0 4px 14px rgba(111, 70, 232, 0.35);
}

.header-action-btn.sell-btn {
    border-color: rgba(255, 77, 143, 0.4);
    background: linear-gradient(135deg, #ff4d8f 0%, #e8437c 100%);
    box-shadow: 0 4px 14px rgba(232, 67, 124, 0.35);
}

.venues-hero {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 340px;
    background: #070914;
}

.venues-hero__image {
    display: block;
    width: 100%;
    min-height: 340px;
    object-fit: cover;
}

.venues-search {
    position: absolute;
    left: 50%;
    bottom: 8%;
    z-index: 5;
    display: flex;
    align-items: center;
    width: min(700px, calc(100% - 40px));
    height: 58px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 9px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(100deg, rgba(108, 92, 255, 0.62), rgba(255, 78, 160, 0.82)) border-box;
    box-shadow: 0 16px 44px rgba(4, 2, 18, 0.42), 0 0 18px rgba(230, 60, 141, 0.14);
    transform: translateX(-50%);
}

.venues-search i {
    flex: 0 0 auto;
    margin-left: 22px;
    color: #545968;
    font-size: 19px;
}

.venues-search input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0 18px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202330;
    font-size: 16px;
    font-weight: 600;
}

.venues-search input::placeholder {
    color: #9498a6;
}

.venues-search button {
    align-self: stretch;
    min-width: 132px;
    min-height: calc(100% + 4px);
    margin: -2px -2px -2px 0;
    border: 0;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(135deg, #f05aa0 0%, #e63c8d 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    transition: filter 0.2s ease;
}

.venues-search button:hover {
    filter: brightness(1.06);
}

.venues-section {
    padding: 24px 0 0;
}

.venues-section-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.venues-section-head h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.2;
}

.venues-section-head h2 i {
    color: #ff4d9b;
    filter: drop-shadow(0 0 8px rgba(255, 77, 155, 0.45));
}

.venues-view-all {
    margin-left: auto;
    color: #d7d9e8;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.venues-view-all:hover {
    color: #ff62aa;
}

.venues-region-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.venues-region-card {
    position: relative;
    display: block;
    height: 230px;
    overflow: hidden;
    border: 1px solid rgba(116, 127, 170, 0.18);
    border-radius: 10px;
    background: #101420;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.venues-region-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.35s ease;
}

.venues-region-card:hover img {
    transform: scale(1.04);
}

.venues-card-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.venues-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(118, 130, 174, 0.18);
    border-radius: 9px;
    background: #0f131d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.venues-card:hover {
    border-color: rgba(255, 77, 155, 0.55);
    color: #fff;
    transform: translateY(-4px);
}

.venues-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.venues-card-body {
    display: block;
    padding: 14px 14px 16px;
}

.venues-card h3 {
    margin: 0 0 6px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.24;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venues-card-meta {
    display: block;
    overflow: hidden;
    color: #c2c7d6;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venues-card-meta + .venues-card-meta {
    margin-top: 4px;
}

.venues-card-meta i {
    width: 18px;
    margin-right: 6px;
    color: #ff4d9b;
    font-size: 14px;
    text-align: center;
    filter: drop-shadow(0 0 6px rgba(255, 77, 155, 0.3));
}

.venues-card-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 7px 12px;
    border-radius: 0 0 8px 0;
    background: linear-gradient(135deg, #ff4d9b 0%, #d82b82 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.venues-events {
    padding-top: 30px;
}

.venues-more-events {
    padding-bottom: 54px;
}

.venues-more-events .venues-container {
    position: relative;
}

.venues-more-slider {
    position: relative;
}

.venues-event-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.venues-event-card {
    overflow: hidden;
    border: 1px solid rgba(118, 130, 174, 0.18);
    border-radius: 9px;
    background: #0f131d;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.venues-event-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.venues-event-card:hover img {
    transform: scale(1.04);
}

.venues-event-content {
    padding: 14px 14px 15px;
}

.venues-event-content h3 {
    margin: 0 0 8px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.28;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venues-event-content a {
    color: inherit;
    text-decoration: none;
}

.venues-event-content p,
.venues-event-content strong {
    display: block;
    overflow: hidden;
    margin: 0;
    color: #b8bece;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.venues-event-content strong {
    margin-top: 6px;
    color: #ff66ab;
    font-weight: 900;
}

.venues-hot-events .venues-event-content {
    display: flex;
    flex-direction: column;
    min-height: 132px;
}

.venues-hot-events .venues-event-content p {
    margin-bottom: 0;
}

.venues-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: auto;
    border-radius: 5px;
    background: linear-gradient(135deg, #f159a7 0%, #e33e91 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 7px 16px rgba(227, 62, 145, 0.28);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.venues-buy-btn:hover {
    color: #fff;
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.venues-event-grid.compact .venues-event-card {
    display: grid;
    flex: 0 0 calc((100% - 116px) / 5);
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: stretch;
    min-height: 88px;
    border-color: rgba(126, 139, 185, 0.28);
    background: #10151f;
    box-shadow: none;
}

.venues-event-grid.compact .venues-event-card > a {
    display: block;
    width: 88px;
    height: 88px;
    overflow: hidden;
}

.venues-event-grid.compact .venues-event-card img {
    height: 100%;
    aspect-ratio: auto;
}

.venues-event-grid.compact {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 52px 4px 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.venues-event-grid.compact::-webkit-scrollbar {
    display: none;
}

.venues-event-grid.compact .venues-event-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 12px 16px;
}

.venues-event-grid.compact .venues-event-content h3 {
    margin-bottom: 10px;
    font-size: 15px;
}

.venues-event-grid.compact .venues-event-content p {
    color: #d4d8e8;
    font-size: 14px;
    font-weight: 700;
}

.venues-event-grid.compact .venues-event-content strong {
    display: none;
}

.venues-more-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(126, 139, 185, 0.2);
    border-radius: 50%;
    background: rgba(31, 36, 57, 0.96);
    color: #fff;
    font-size: 28px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%);
    transition: background 0.2s ease, transform 0.2s ease;
}

.venues-more-nav[hidden] {
    display: none;
}

.venues-more-prev {
    left: -18px;
}

.venues-more-next {
    right: -18px;
}

.venues-more-nav:hover {
    background: #2b314e;
    transform: translateY(-50%) scale(1.04);
}

.ms-footer-bg {
    margin-top: 0;
}

@media (max-width: 1399px) {
    .venues-card-grid,
    .venues-event-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .venues-event-grid.compact .venues-event-card {
        flex-basis: calc((100% - 94px) / 4);
    }
}

@media (max-width: 991px) {
    .header__action-btns {
        display: none;
    }

    .venues-page-content {
        padding-top: 76px;
    }

    .venues-container {
        width: min(100% - 28px, 1500px);
    }

    .venues-region-grid,
    .venues-event-grid.compact {
        grid-template-columns: 1fr;
    }

    .venues-region-card {
        height: 220px;
    }

    .venues-card-grid,
    .venues-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .venues-event-grid.compact .venues-event-card {
        flex-basis: calc((100% - 66px) / 2);
    }
}

@media (max-width: 575px) {
    .venues-hero,
    .venues-hero__image {
        min-height: 260px;
    }

    .venues-search {
        bottom: 8%;
        height: 50px;
        border-radius: 8px;
    }

    .venues-search i {
        margin-left: 15px;
        font-size: 16px;
    }

    .venues-search input {
        padding: 0 10px;
        font-size: 13px;
    }

    .venues-search button {
        min-width: 82px;
        font-size: 14px;
    }

    .venues-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .venues-section-head h2 {
        font-size: 21px;
    }

    .venues-view-all {
        margin-left: 0;
        font-size: 13px;
    }

    .venues-region-card {
        height: 150px;
    }

    .venues-card-grid,
    .venues-event-grid {
        gap: 12px;
    }

    .venues-event-grid.compact .venues-event-card {
        flex-basis: calc(100% - 52px);
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: 78px;
    }

    .venues-event-grid.compact .venues-event-card > a {
        width: 78px;
        height: 78px;
    }

    .venues-event-grid.compact .venues-event-content {
        padding: 10px 12px;
    }

    .venues-hot-events .venues-event-content {
        min-height: 112px;
    }

    .venues-buy-btn {
        min-height: 34px;
        font-size: 13px;
    }

    .venues-more-nav {
        right: -8px;
        width: 46px;
        height: 46px;
        font-size: 21px;
    }

    .venues-more-prev {
        left: -8px;
    }

    .venues-more-next {
        right: -8px;
    }

    .venues-card h3,
    .venues-event-content h3 {
        font-size: 14px;
    }

    .venues-card-body,
    .venues-event-content {
        padding: 11px;
    }

    .venues-card-meta,
    .venues-event-content p,
    .venues-event-content strong {
        font-size: 11px;
    }
}

.venue-detail-body {
    background: #f6f8fc;
    color: #15213a;
}

.venue-detail-body .venues-page-content {
    padding-top: 96px;
    background: #f6f8fc;
    color: #15213a;
}

.venue-detail-page {
    width: min(100% - 48px, 1500px);
    margin: 0 auto;
    padding: 24px 0 42px;
    color: #16233c;
}

.kt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.85fr);
    gap: 28px;
    align-items: stretch;
}

.kt-hero-media,
.kt-hero-content,
.kt-card,
.kt-section,
.kt-event-row article,
.kt-place-grid article,
.kt-venue-mini-grid a,
.kt-table-card {
    border: 1px solid #dde5f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(29, 53, 92, 0.07);
}

.kt-hero-media {
    overflow: hidden;
}

.kt-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.kt-hero-content {
    padding: clamp(24px, 3vw, 38px);
}

.kt-eyebrow {
    margin: 0 0 8px;
    color: #33425f;
    font-size: 19px;
    font-weight: 900;
}

.kt-hero-content h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
}

.kt-title-en {
    margin: 7px 0 18px;
    color: #1d4f9a;
    font-size: 22px;
    font-weight: 900;
}

.kt-hero-content p:not(.kt-eyebrow):not(.kt-title-en),
.kt-section-intro,
.kt-card p,
.kt-place-grid p,
.kt-event-row p {
    color: #4e5d75;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.75;
}

.kt-fact-list {
    overflow: hidden;
    margin: 20px 0 0;
    border: 1px solid #dbe3ee;
    border-radius: 7px;
}

.kt-fact-list div {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid #e8edf5;
}

.kt-fact-list div:last-child {
    border-bottom: 0;
}

.kt-fact-list dt,
.kt-fact-list dd {
    margin: 0;
    color: #1f2a44;
    font-size: 14px;
    font-weight: 850;
}

.kt-fact-list dt i {
    width: 20px;
    margin-right: 6px;
    color: #173f87;
}

.kt-fact-list dd span {
    color: #66758d;
    font-size: 12px;
}

.kt-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.kt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kt-btn:hover {
    transform: translateY(-2px);
}

.kt-btn-green {
    background: #139455;
    color: #fff;
    box-shadow: 0 8px 18px rgba(19, 148, 85, 0.22);
}

.kt-btn-blue {
    background: #075fbd;
    color: #fff;
    box-shadow: 0 8px 18px rgba(7, 95, 189, 0.2);
}

.kt-btn-light {
    border: 1px solid #cfd9e8;
    background: #fff;
    color: #15213a;
}

.kt-btn:hover,
.kt-btn:focus {
    color: inherit;
}

.kt-btn-green:hover,
.kt-btn-blue:hover,
.kt-btn-green:focus,
.kt-btn-blue:focus {
    color: #fff;
}

.kt-feature-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0;
}

.kt-feature-grid article {
    padding: 18px 16px;
    border: 1px solid #dde5f2;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05);
}

.kt-feature-grid i,
.kt-transport-grid > .kt-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #eef5ff;
    color: #0b4ca2;
    font-size: 20px;
}

.kt-feature-grid h2,
.kt-card h3,
.kt-event-row h3,
.kt-place-grid h3,
.kt-venue-mini-grid b {
    margin: 0 0 8px;
    color: #16233c;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.32;
}

.kt-feature-grid p {
    margin: 0;
    color: #526177;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.65;
}

.kt-inline-link {
    color: #075fbd;
    font-weight: 950;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.kt-inline-link:hover {
    color: #064aa7;
}

.kt-section {
    margin-top: 16px;
    padding: clamp(18px, 2.4vw, 28px);
}

.kt-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.kt-section-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0b57b7;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.kt-section-title h2 {
    margin: 0;
    color: #10234a;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 950;
    line-height: 1.25;
}

.kt-section-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-left: auto;
    padding: 0 18px;
    border: 1px solid #0b57b7;
    border-radius: 6px;
    background: #0b57b7;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(11, 87, 183, 0.16);
}

.kt-section-action:hover {
    color: #fff;
    background: #064aa7;
}

.kt-section-intro {
    margin: 0 0 18px;
}

.kt-seat-layout {
    display: grid;
    gap: 16px;
}

.kt-seat-top-row,
.kt-seat-middle-row {
    display: grid;
    gap: 16px;
}

.kt-seat-top-row {
    grid-template-columns: 1fr;
}

.kt-seat-middle-row {
    grid-template-columns: minmax(420px, 0.95fr) minmax(560px, 1.05fr);
    align-items: start;
}

.kt-card {
    padding: 18px;
    box-shadow: none;
}

.kt-card ul {
    margin: 0;
    padding-left: 18px;
}

.kt-card li {
    margin: 0 0 9px;
    color: #46556c;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.kt-card li:last-child {
    margin-bottom: 0;
}

.kt-plan-card p {
    margin: 14px 0 0;
    text-align: center;
}

.kt-seating-map-img {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    margin: 8px auto 0;
    border: 1px solid #dce6f3;
    border-radius: 8px;
    object-fit: contain;
}

.kt-seating-map-layout {
    margin-top: 8px;
}

.kt-seating-map-note {
    margin: 14px 0 0;
    color: #46556c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
    text-align: center;
}

.kt-row-info-layout {
    margin-top: 18px;
}

.kt-row-info-title {
    margin: 0;
    color: #071f4d;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.35;
    text-align: center;
}

.kt-row-rule {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
    gap: 18px;
    align-items: start;
}

.kt-row-rule img {
    display: block;
    width: 100%;
    border: 1px solid #dce6f3;
    border-radius: 8px;
}

.kt-row-rule > img {
    grid-row: span 2;
}

.kt-row-rule > p,
.kt-row-tip {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #dce6f3;
    border-radius: 8px;
    background: #fbfdff;
    color: #46556c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.65;
    text-align: left;
    margin-top: 110px;
}

.kt-row-rule > p {
    border-color: #f5d58d;
    background: #fff8e7;
}

.kt-row-tip {
    border-color: #f5d58d;
    background: #fff8e7;
}

.kt-row-tip h4 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    color: #f0a000;
    font-size: 16px;
    font-weight: 950;
}

.kt-row-tip p {
    margin: 0;
    color: #4d5a70;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
}

.kt-row-tip strong {
    color: #243553;
    font-weight: 950;
}

.kt-floor-section {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #dce6f3;
}

.kt-floor-heading {
    margin-bottom: 18px;
    text-align: left;
}

.kt-floor-heading h2 {
    margin: 0 0 6px;
    color: #071f4d;
    font-size: 28px;
    font-weight: 950;
    line-height: 1.25;
}

.kt-floor-heading p {
    margin: 0;
    color: #46556c;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.65;
}

.kt-floor-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(320px, 1fr);
    gap: 18px;
    align-items: stretch;
}

.kt-floor-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid #dce6f3;
    border-radius: 8px;
    background: #fff;
}

.kt-floor-image img {
    display: block;
    width: 100%;
    max-height: 760px;
    object-fit: contain;
    border-radius: 6px;
}

.kt-floor-info {
    display: grid;
    gap: 12px;
}

.kt-floor-info article {
    padding: 14px 16px;
    border: 1px solid #dce6f3;
    border-radius: 8px;
    background: #f2f6fc;
}

.kt-floor-info h3 {
    margin: 0 0 8px;
    color: #0057b8;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.45;
}

.kt-floor-info p {
    margin: 0;
    color: #31435c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.75;
}

.kt-plan-card h3,
.kt-row-info-card > h3,
.kt-stage-card > h3 {
    text-align: center;
}

.kt-stadium-plan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 430px);
    aspect-ratio: 1.7 / 1;
    margin: 8px auto 0;
    border: 1px solid #dce6f3;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at center, #75c45c 0 27%, transparent 28%),
        conic-gradient(from 4deg, #e64567 0 11%, #f18825 11% 22%, #f3cc34 22% 34%, #43b96f 34% 47%, #1396d4 47% 62%, #2363c7 62% 76%, #8a45bf 76% 89%, #df4e9e 89% 100%);
}

.kt-stadium-plan::before {
    content: "";
    position: absolute;
    inset: 18%;
    border: 13px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
}

.kt-stadium-plan::after {
    content: "";
    position: absolute;
    inset: 8%;
    border: 10px dashed rgba(255, 255, 255, 0.72);
    border-radius: 50%;
}

.kt-plan-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.kt-plan-ring-one {
    inset: 4%;
    border: 2px solid rgba(19, 35, 64, 0.18);
}

.kt-plan-ring-two {
    inset: 31%;
    border: 2px solid rgba(19, 35, 64, 0.16);
}

.kt-plan-field {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34%;
    height: 38%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    background: #79c64d;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.kt-stage-card {
    display: flex;
    flex-direction: column;
}

.kt-stage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    flex: 1 1 auto;
    margin-top: 10px;
}

.kt-stage-grid > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    border: 1px solid #dfe7f2;
    border-radius: 8px;
    background: #fbfdff;
}

.kt-stage-grid b {
    display: block;
    margin-bottom: 10px;
    color: #22324e;
    font-size: 14px;
    font-weight: 950;
    text-align: center;
}

.kt-stage-grid img {
    display: block;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    margin: auto;
    border-radius: 4px;
    object-fit: contain;
}

.kt-icon-list {
    padding-left: 0;
    list-style: none;
}

.kt-key-note {
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e7edf6;
    color: #243553;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.65;
}

.kt-icon-list li {
    position: relative;
    display: block;
    min-height: 54px;
    gap: 10px;
    padding: 16px 0 16px 54px;
    border-top: 1px solid #e7edf6;
    border-radius: 0;
    background: transparent;
}

.kt-icon-list i {
    position: absolute;
    top: 14px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e7f0ff;
    color: #0b57b7;
}

.kt-icon-list strong {
    display: inline;
    color: #16233c;
}

.kt-level-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0;
    padding: 0;
    border-top: 1px solid #e7edf6;
}

.kt-level-intro {
    margin: 0 0 14px;
    color: #46556c;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.75;
}

.kt-level-row b {
    display: flex;
    align-items: flex-start;
    min-height: 100%;
    padding: 14px 16px;
    background: #eef5ff;
    color: #0a4da3;
    font-size: 16px;
    font-weight: 950;
}

.kt-level-row p {
    margin: 0;
    padding: 14px 0 14px 18px;
}

.kt-level-row strong {
    color: #243553;
    font-weight: 950;
}

.kt-warning-extra {
    position: relative;
    margin-top: 2px;
    padding: 16px 0 0 24px;
    border-top: 1px solid #e7edf6;
}

.kt-warning-extra h4 {
    margin: 0 0 10px;
    color: #0a4da3;
    font-size: 16px;
    font-weight: 950;
}

.kt-warning-extra ul {
    margin: 0;
    padding-left: 18px;
}

.kt-warning-extra li {
    margin: 0 0 8px;
    color: #46556c;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.kt-event-row,
.kt-place-grid,
.kt-venue-mini-grid {
    display: grid;
    gap: 16px;
}

.kt-event-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kt-event-row article,
.kt-place-grid article {
    overflow: hidden;
}

.kt-place-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.kt-place-link:hover {
    color: inherit;
}

.kt-event-row img,
.kt-place-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.kt-event-row h3,
.kt-event-row p,
.kt-place-grid h3,
.kt-place-grid p {
    padding-right: 12px;
    padding-left: 12px;
}

.kt-event-row h3,
.kt-place-grid h3 {
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
}

.kt-event-row p,
.kt-place-grid p {
    margin: 0 0 13px;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.kt-transport-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.kt-map-card {
    overflow: hidden;
}

.kt-mini-map {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: center;
    gap: 6px;
    min-height: 86px;
    margin-top: 12px;
    padding: 10px;
    border-radius: 7px;
    background:
        linear-gradient(30deg, transparent 45%, rgba(31, 103, 184, 0.28) 46% 52%, transparent 53%),
        linear-gradient(150deg, transparent 42%, rgba(40, 155, 103, 0.24) 43% 49%, transparent 50%),
        #f3f8ff;
}

.kt-mini-map span,
.kt-mini-map b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    background: #fff;
    color: #26344f;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 4px 14px rgba(25, 56, 99, 0.1);
}

.kt-mini-map b {
    background: #dff3ec;
    color: #0e6d4d;
}

.kt-transport-tip {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 16px 0 0;
    padding: 14px 16px;
    border: 1px solid #f5d58d;
    border-radius: 8px;
    background: #fff8e7;
    color: #4d5a70;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.65;
}

.kt-transport-tip i,
.kt-transport-tip strong {
    color: #f0a000;
}

.kt-transport-tip i {
    margin-top: 4px;
    font-size: 17px;
}

.kt-transport-tip strong {
    flex: 0 0 auto;
    font-weight: 950;
}

.kt-two-col,
.kt-bottom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.kt-two-col .kt-section,
.kt-bottom-grid .kt-section {
    height: 100%;
}

.kt-table-card {
    overflow: hidden;
    box-shadow: none;
}

.kt-table-card div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #e6edf5;
}

.kt-table-card div:last-child {
    border-bottom: 0;
}

.kt-table-card b {
    color: #0a4da3;
    font-weight: 950;
}

.kt-table-card p {
    margin: 0;
    color: #46556c;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

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

.kt-dot-list li {
    position: relative;
    margin: 0 0 6px;
    padding-left: 16px;
    color: #46556c;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.kt-dot-list li:last-child {
    margin-bottom: 0;
}

.kt-dot-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0b57b7;
}

.kt-tip-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
    border-radius: 8px;
    background: #edf5ff;
}

.kt-tip-strip span {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 6px 10px;
    color: #173f87;
    font-size: 13px;
    font-weight: 950;
}

.kt-tip-strip i {
    grid-row: span 2;
    font-size: 22px;
    text-align: center;
}

.kt-tip-strip b {
    color: #173f87;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
}

.kt-tip-strip em {
    color: #536176;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
}

.kt-security-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.kt-ban-card {
    background: #fff8fa;
    border-color: #f2d7df;
}

.kt-ban-card ul {
    padding-left: 0;
    list-style: none;
}

.kt-ban-card li {
    position: relative;
    padding-left: 24px;
}

.kt-ban-card li::before {
    content: var(--kt-ban-icon, "×");
    position: absolute;
    left: 0;
    top: 0;
    color: var(--kt-ban-icon-color, #d63f5b);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.3;
}

.kt-ban-card .kt-allowed-item::before {
    display: none;
    content: none;
}

.kt-allowed-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #169b62;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.3;
}

.kt-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
    gap: 18px;
    align-items: stretch;
}

.kt-faq-list {
    display: grid;
    gap: 10px;
}

.kt-faq-list details {
    border: 1px solid #dfe7f1;
    border-radius: 7px;
    background: #fff;
}

.kt-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    color: #1b2b4b;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
}

.kt-faq-list summary::after {
    content: "\f078";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    color: #0b57b7;
    font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.kt-faq-list details[open] summary::after {
    content: "\f077";
}

.kt-faq-list p {
    margin: 0;
    padding: 0 16px 15px;
    color: #526177;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.kt-faq-grid img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 8px;
    object-fit: cover;
}

.kt-place-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kt-venue-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kt-venue-mini-grid a {
    display: block;
    overflow: hidden;
    color: #16233c;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
}

.kt-venue-mini-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 1.15 / 1;
    object-fit: cover;
}

.kt-venue-mini-grid b {
    display: block;
    margin: 10px 8px 2px;
    font-size: 14px;
}

.kt-venue-mini-grid span {
    display: block;
    min-height: 32px;
    margin: 0 8px 10px;
    color: #69768a;
    font-size: 11px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .kt-hero {
        grid-template-columns: 1fr;
    }

    .kt-hero-media img {
        max-height: 460px;
    }

    .kt-feature-grid,
    .kt-transport-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kt-event-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kt-two-col,
    .kt-bottom-grid,
    .kt-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .kt-seat-layout,
    .kt-seat-top-row,
    .kt-seat-middle-row,
    .kt-security-grid {
        grid-template-columns: 1fr;
        grid-column: auto;
    }

    .kt-place-grid,
    .kt-venue-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kt-seating-map-layout {
        grid-template-columns: 1fr;
    }

    .kt-row-info-layout,
    .kt-row-rule,
    .kt-floor-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .venue-detail-page {
        width: min(100% - 18px, 1360px);
        padding-top: 12px;
    }

    .kt-hero-content,
    .kt-section,
    .kt-card {
        padding: 16px;
    }

    .kt-hero-media img {
        min-height: 230px;
    }

    .kt-fact-list div,
    .kt-level-row,
    .kt-table-card div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .kt-action-row,
    .kt-btn {
        width: 100%;
    }

    .kt-feature-grid,
    .kt-transport-grid,
    .kt-event-row,
    .kt-place-grid,
    .kt-venue-mini-grid,
    .kt-stage-grid,
    .kt-tip-strip {
        grid-template-columns: 1fr;
    }

    .kt-section-title {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .kt-section-title h2 {
        font-size: 21px;
    }

    .kt-section-action {
        width: 100%;
        margin-left: 46px;
    }

    .kt-stadium-plan {
        aspect-ratio: 1.25 / 1;
    }

}
