.content-detail-page--info {
    --detail-accent: #2d4d8a;
    --detail-accent-soft: rgba(45, 77, 138, 0.08);
}

/* ── Visa page: flat section layout (no cards) ── */

.content-detail-page--info.visa-information-page .detail-block {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 28px;
}

.content-detail-page--info.visa-information-page .detail-block + .detail-block {
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(45, 77, 138, 0.12);
}

.visa-information-page .conf-overview-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 26px 8px 20px;
    background:
        radial-gradient(circle at 86% -12%, rgba(22, 98, 133, 0.28) 0%, rgba(22, 98, 133, 0) 42%),
        linear-gradient(155deg, var(--bg) 0%, #eef7fc 100%);
}

.visa-information-page .conf-overview-hero::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 140px;
    height: 140px;
    border-radius: 36px;
    transform: rotate(24deg);
    border: 1px solid rgba(23, 109, 148, 0.16);
    background: rgba(255, 255, 255, 0.28);
}

.visa-information-page .conf-overview-hero__eyebrow,
.visa-information-page .conf-overview-hero__lead {
    position: relative;
    z-index: 1;
}

.visa-information-page .conf-overview-hero__eyebrow {
    display: inline-flex;
    margin: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(13, 92, 129, 0.1);
    color: #0f5b7c;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.visa-information-page .conf-overview-hero__lead {
    margin: 10px 0 0;
    max-width: 920px;
    padding: 6px 14px 8px 16px;
    border-left: 4px solid #2c8fb8;
    font-size: clamp(1.02rem, 0.95rem + 0.38vw, 1.24rem);
    line-height: 1.72;
    font-weight: 500;
    color: #18465d;
}

/* ── Section heading with icon (matches Abstract Guide) ── */

.visa-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 0;
    border-left: 0;
}

.visa-heading__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 10px;
    background: var(--detail-accent-soft);
    color: var(--detail-accent);
    flex-shrink: 0;
}

.visa-heading__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.content-detail-page--info.visa-information-page .detail-block__intro {
    margin-top: 0;
    line-height: 1.78;
    color: #43566f;
    letter-spacing: 0.01em;
}

/* ── Invitation letter note ── */

.visa-invitation-note {
    margin-top: 18px;
    padding: 18px 20px 18px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--detail-accent-soft), rgba(255, 255, 255, 0.96));
    border: 1px dashed rgba(45, 77, 138, 0.18);
}

.visa-invitation-note__label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 2px 0 6px;
    border-radius: 0;
    border-bottom: 2px solid rgba(45, 77, 138, 0.35);
    background: transparent;
    color: var(--detail-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.visa-invitation-note p:not(.visa-invitation-note__label) {
    margin-top: 0;
    line-height: 1.72;
    color: #31435e;
}

/* ── Bullet list ── */

.visa-bullet-list {
    margin-top: 12px;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

.visa-bullet-list li {
    line-height: 1.72;
    color: #2f4259;
}

.visa-bullet-list li::marker {
    color: var(--detail-accent);
}

/* ── K-ETA fact strip ── */

.visa-keta-facts {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.visa-keta-fact {
    padding: 16px 14px;
    border-radius: 14px;
    background: var(--detail-accent-soft);
    border: 1px solid rgba(45, 77, 138, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.visa-keta-fact__label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--detail-accent);
}

.visa-keta-fact__value {
    font-size: 1.04rem;
    font-weight: 700;
    color: #1a334d;
}

.visa-keta-fact__value small {
    font-size: 0.82rem;
    font-weight: 500;
    color: #5a6f88;
}

/* ── CTA button ── */

.visa-action-wrap {
    margin-top: 18px;
}

.visa-link-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d4d8a, #3a5fa0);
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(45, 77, 138, 0.18);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.visa-link-button__icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.visa-link-button:hover,
.visa-link-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(45, 77, 138, 0.24);
}

/* ── Country tables ── */

.visa-table-wrap {
    margin-top: 16px;
    overflow-x: auto;
    border: 1px solid #d1dbe7;
    border-radius: 14px;
}

.visa-country-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    border-top: 2px solid #24457f;
    background: #fff;
}

.visa-country-table th,
.visa-country-table td {
    border-bottom: 1px solid #dfe6f0;
    vertical-align: top;
    padding: 14px 16px;
}

.visa-country-table thead th {
    background: linear-gradient(180deg, #eaf0f8 0%, #e2ecf5 100%);
    color: #1a3562;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.visa-country-table tbody > tr > th {
    width: 22%;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f3a69;
    text-align: left;
    background: #f7faff;
}

.visa-country-table tbody > tr:nth-child(even) > th {
    background: #f2f6fc;
}

.visa-country-list {
    margin: 0;
    padding-left: 16px;
    columns: 2;
    column-gap: 28px;
}

.visa-country-list li {
    break-inside: avoid;
    margin-bottom: 5px;
    line-height: 1.6;
    color: #344b66;
    font-size: 0.88rem;
}

.visa-country-list li::marker {
    color: rgba(45, 77, 138, 0.4);
}

/* ── Useful Links ── */

.visa-useful-links {
    margin-top: 10px;
    list-style: none;
    display: grid;
    gap: 0;
}

.visa-useful-links li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(45, 77, 138, 0.1);
}

.visa-useful-links li:first-child {
    border-top: 1px solid rgba(45, 77, 138, 0.1);
}

.visa-useful-links__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.visa-useful-links__info strong {
    color: #1a2f4a;
    font-weight: 700;
    font-size: 0.96rem;
}

.visa-useful-links__info span {
    font-size: 0.82rem;
    color: #6a7d94;
    line-height: 1.5;
}

.visa-useful-links__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--detail-accent-soft);
    color: var(--detail-accent);
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    transition: background 0.14s ease;
}

.visa-useful-links__btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.visa-useful-links__btn:hover,
.visa-useful-links__btn:focus-visible {
    background: rgba(45, 77, 138, 0.14);
}

/* ── Responsive ── */

@media (max-width: 1024px) {
    .visa-country-list {
        columns: 1;
    }
}

@media (max-width: 768px) {
    .visa-information-page .conf-overview-hero {
        padding: 20px 0 14px;
    }

    .visa-information-page .conf-overview-hero::after {
        width: 104px;
        height: 104px;
        right: -26px;
        bottom: -30px;
        border-radius: 24px;
    }

    .visa-information-page .conf-overview-hero__lead {
        padding: 4px 10px 6px 12px;
        border-left-width: 3px;
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .visa-keta-facts {
        grid-template-columns: 1fr;
    }

    .visa-country-table {
        min-width: 540px;
    }

    .visa-country-table th,
    .visa-country-table td {
        padding: 12px 10px;
    }

    .visa-useful-links li {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .visa-useful-links__btn {
        justify-self: start;
    }
}

/* ══════════════════════════════════════════════════════════════════
 *  Venue & Location Page
 * ══════════════════════════════════════════════════════════════════ */

/* ── Flat section layout (same as visa page) ── */

.content-detail-page--info.venue-location-page .detail-block {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 28px;
}

.content-detail-page--info.venue-location-page .detail-block + .detail-block {
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(45, 77, 138, 0.12);
}

.venue-location-page .conf-overview-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 26px 8px 20px;
    background:
        radial-gradient(circle at 86% -12%, rgba(22, 98, 133, 0.28) 0%, rgba(22, 98, 133, 0) 42%),
        linear-gradient(155deg, var(--bg) 0%, #eef7fc 100%);
}

.venue-location-page .conf-overview-hero::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 140px;
    height: 140px;
    border-radius: 36px;
    transform: rotate(24deg);
    border: 1px solid rgba(23, 109, 148, 0.16);
    background: rgba(255, 255, 255, 0.28);
}

.venue-location-page .conf-overview-hero__eyebrow,
.venue-location-page .conf-overview-hero__lead {
    position: relative;
    z-index: 1;
}

.venue-location-page .conf-overview-hero__eyebrow {
    display: inline-flex;
    margin: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(13, 92, 129, 0.1);
    color: #0f5b7c;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.venue-location-page .conf-overview-hero__lead {
    margin: 10px 0 0;
    max-width: 1080px;
    padding: 6px 14px 8px 16px;
    border-left: 4px solid #2c8fb8;
    font-size: clamp(1.02rem, 0.95rem + 0.38vw, 1.24rem);
    line-height: 1.72;
    font-weight: 500;
    color: #18465d;
}

/* ── Section heading (same pattern as visa page) ── */

.venue-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 0;
    border-left: 0;
}

.venue-heading__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 10px;
    background: var(--detail-accent-soft);
    color: var(--detail-accent);
    flex-shrink: 0;
}

.venue-heading__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.content-detail-page--info.venue-location-page .detail-block__intro {
    margin-top: 0;
    line-height: 1.78;
    color: #43566f;
    letter-spacing: 0.01em;
}

/* ── Venue info card ── */

.venue-info-grid {
    margin-top: 16px;
}

.venue-info-card--primary {
    padding: 24px 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--detail-accent-soft), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(45, 77, 138, 0.12);
}

.venue-info-card__name {
    font-size: 1.24rem;
    font-weight: 800;
    color: #1a334d;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.venue-info-list {
    display: grid;
    gap: 0;
}

.venue-info-list__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 12px;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid rgba(45, 77, 138, 0.08);
}

.venue-info-list__item:last-child {
    border-bottom: 0;
}

.venue-info-list__item dt {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--detail-accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.venue-info-list__item dt svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.venue-info-list__item dd {
    color: #2f4259;
    line-height: 1.6;
}

.venue-info-list__item dd a {
    color: var(--detail-accent);
    text-decoration: none;
    font-weight: 600;
}

.venue-info-list__item dd a:hover {
    text-decoration: underline;
}

/* ── Map ── */

.venue-map-wrap {
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(45, 77, 138, 0.12);
    box-shadow: 0 4px 16px rgba(45, 77, 138, 0.08);
}

.venue-map {
    display: block;
    width: 100%;
    min-height: 320px;
}

/* ── Transportation cards ── */

.venue-transport-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

.venue-transport-card {
    padding: 22px 22px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(45, 77, 138, 0.1);
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.venue-transport-card:hover {
    border-color: rgba(45, 77, 138, 0.2);
    box-shadow: 0 6px 20px rgba(45, 77, 138, 0.08);
}

.venue-transport-card__icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    padding: 7px;
    border-radius: 10px;
    background: var(--detail-accent-soft);
    color: var(--detail-accent);
    margin-bottom: 12px;
}

.venue-transport-card__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.venue-transport-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a334d;
    margin-bottom: 6px;
}

.venue-transport-card__desc {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #5a6f88;
    margin-bottom: 12px;
}

.venue-transport-card__details {
    padding-left: 16px;
    display: grid;
    gap: 5px;
}

.venue-transport-card__details li {
    font-size: 0.86rem;
    line-height: 1.55;
    color: #2f4259;
}

.venue-transport-card__details li::marker {
    color: var(--detail-accent);
}

.venue-transport-card__details strong {
    font-weight: 700;
    color: #1a3562;
}

/* ── Useful Links (reuses visa pattern) ── */

.venue-useful-links {
    margin-top: 10px;
    list-style: none;
    display: grid;
    gap: 0;
}

.venue-useful-links li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(45, 77, 138, 0.1);
}

.venue-useful-links li:first-child {
    border-top: 1px solid rgba(45, 77, 138, 0.1);
}

.venue-useful-links__info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.venue-useful-links__info strong {
    color: #1a2f4a;
    font-weight: 700;
    font-size: 0.96rem;
}

.venue-useful-links__info span {
    font-size: 0.82rem;
    color: #6a7d94;
    line-height: 1.5;
}

.venue-useful-links__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--detail-accent-soft);
    color: var(--detail-accent);
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    transition: background 0.14s ease;
}

.venue-useful-links__btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.venue-useful-links__btn:hover,
.venue-useful-links__btn:focus-visible {
    background: rgba(45, 77, 138, 0.14);
}

/* ── Venue responsive ── */

@media (max-width: 768px) {
    .venue-location-page .conf-overview-hero {
        padding: 20px 0 14px;
    }

    .venue-location-page .conf-overview-hero::after {
        width: 104px;
        height: 104px;
        right: -26px;
        bottom: -30px;
        border-radius: 24px;
    }

    .venue-location-page .conf-overview-hero__lead {
        padding: 4px 10px 6px 12px;
        border-left-width: 3px;
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .venue-info-list__item {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .venue-transport-grid {
        grid-template-columns: 1fr;
    }

    .venue-map {
        min-height: 260px;
    }

    .venue-useful-links li {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .venue-useful-links__btn {
        justify-self: start;
    }

    .venue-info-card--primary {
        padding: 18px 18px;
    }
}

/* ══════════════════════════════════════════════════════════════════
 *  Accommodations Page
 * ══════════════════════════════════════════════════════════════════ */

.content-detail-page--info.accommodations-page .detail-block {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 28px;
}

.content-detail-page--info.accommodations-page .detail-block + .detail-block {
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(45, 77, 138, 0.12);
}

.accommodations-page .conf-overview-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 26px 8px 20px;
    background:
        radial-gradient(circle at 86% -12%, rgba(22, 98, 133, 0.28) 0%, rgba(22, 98, 133, 0) 42%),
        linear-gradient(155deg, var(--bg) 0%, #eef7fc 100%);
}

.accommodations-page .conf-overview-hero::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 140px;
    height: 140px;
    border-radius: 36px;
    transform: rotate(24deg);
    border: 1px solid rgba(23, 109, 148, 0.16);
    background: rgba(255, 255, 255, 0.28);
}

.accommodations-page .conf-overview-hero__lead {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    max-width: 960px;
    padding: 6px 14px 8px 16px;
    border-left: 4px solid #2c8fb8;
    font-size: clamp(1.02rem, 0.95rem + 0.38vw, 1.24rem);
    line-height: 1.72;
    font-weight: 500;
    color: #18465d;
}

/* ── Section heading (matches visa/venue pattern) ── */

.accommodations-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 0;
    border-left: 0;
}

.accommodations-heading__icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 10px;
    background: var(--detail-accent-soft);
    color: var(--detail-accent);
    flex-shrink: 0;
}

.accommodations-heading__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ── Info list ── */

.accommodations-list {
    margin: 14px 0 0;
    padding: 20px 24px 20px 44px;
    list-style: disc;
    display: grid;
    gap: 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--detail-accent-soft), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(45, 77, 138, 0.12);
}

.accommodations-list li {
    line-height: 1.78;
    color: #2f4259;
    font-size: 0.98rem;
}

.accommodations-list li::marker {
    color: var(--detail-accent);
    font-weight: 700;
}

.accommodations-list li strong {
    color: var(--detail-accent);
    font-weight: 700;
}

/* ── Contact link (email) ── */

.accommodations-contact {
    margin: 10px 0 0;
}

.accommodations-contact__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2d4d8a, #3a5fa0);
    color: #fff;
    font-weight: 700;
    font-size: 0.94rem;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(45, 77, 138, 0.18);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.accommodations-contact__link:hover,
.accommodations-contact__link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(45, 77, 138, 0.24);
}

.accommodations-contact__icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* ── Hotel photo gallery ── */

.hotel-gallery {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hotel-gallery__item {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(45, 77, 138, 0.12);
    box-shadow: 0 10px 24px rgba(25, 49, 89, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hotel-gallery__item:hover {
    transform: translateY(-2px);
    border-color: rgba(45, 77, 138, 0.22);
    box-shadow: 0 16px 32px rgba(25, 49, 89, 0.12);
}

.hotel-gallery__item img {
    display: block;
    width: 100%;
    height: clamp(180px, 22vw, 260px);
    object-fit: cover;
}

.hotel-gallery__item figcaption {
    padding: 10px 14px 12px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--detail-accent);
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
    border-top: 1px solid rgba(45, 77, 138, 0.08);
}

/* ── Room info card ── */

.room-info-card {
    margin-top: 16px;
    padding: 24px 28px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--detail-accent-soft), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(45, 77, 138, 0.14);
    box-shadow: 0 10px 24px rgba(45, 77, 138, 0.06);
}

.room-info-card__header {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(45, 77, 138, 0.12);
}

.room-info-card__eyebrow {
    margin: 0 0 4px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--detail-accent);
}

.room-info-card__name {
    margin: 0;
    font-size: 1.24rem;
    font-weight: 800;
    color: #1a334d;
    letter-spacing: -0.01em;
}

.room-info-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.room-info-grid__item {
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(45, 77, 138, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.room-info-grid__item dt {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--detail-accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.room-info-grid__item dt svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.room-info-grid__item dd {
    margin: 0;
    color: #1a334d;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.5;
}

.room-info-grid__muted {
    color: #5a6f88;
    font-weight: 500;
    font-size: 0.88rem;
}

.room-info-card__section {
    margin-top: 18px;
}

.room-info-card__section-label {
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--detail-accent);
}

.room-info-card__desc {
    margin: 0;
    line-height: 1.72;
    color: #2f4259;
}

.room-info-amenities {
    margin: 0;
    padding-left: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
    list-style: disc;
}

.room-info-amenities li {
    line-height: 1.6;
    color: #2f4259;
    font-size: 0.94rem;
}

.room-info-amenities li::marker {
    color: var(--detail-accent);
}

.room-info-card__cta {
    margin: 20px 0 0;
}

/* ── Responsive ── */

@media (max-width: 768px) {
    .accommodations-page .conf-overview-hero {
        padding: 20px 0 14px;
    }

    .accommodations-page .conf-overview-hero::after {
        width: 104px;
        height: 104px;
        right: -26px;
        bottom: -30px;
        border-radius: 24px;
    }

    .accommodations-page .conf-overview-hero__lead {
        padding: 4px 10px 6px 12px;
        border-left-width: 3px;
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .accommodations-list {
        padding: 16px 16px 16px 34px;
        gap: 10px;
    }

    .accommodations-list li {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .room-info-card {
        padding: 20px 18px;
    }

    .room-info-grid {
        grid-template-columns: 1fr;
    }

    .room-info-amenities {
        grid-template-columns: 1fr;
    }

    .hotel-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hotel-gallery__item img {
        height: clamp(200px, 54vw, 300px);
    }
}

/* ═══════════════════════════════════════════════════════════════════ */
/* ── About Korea: Magazine-style Layout ── */
/* ═══════════════════════════════════════════════════════════════════ */

.about-korea-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 52px;
    padding: 20px 22px;
    background:
        linear-gradient(135deg, rgba(45, 77, 138, 0.08), rgba(255, 255, 255, 0.98)),
        #fff;
    border-radius: 18px;
    border: 1px solid rgba(45, 77, 138, 0.12);
    box-shadow: 0 18px 34px rgba(25, 49, 89, 0.06);
}

.about-korea-toc__link {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--detail-accent);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(45, 77, 138, 0.2);
    box-shadow: 0 8px 18px rgba(45, 77, 138, 0.08);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.about-korea-toc__link:hover,
.about-korea-toc__link:focus-visible {
    background: var(--detail-accent);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(45, 77, 138, 0.2);
}

/* ── About Korea: Remove card styling, flat sections ── */

.about-korea-page .detail-block {
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 68px;
}

.about-korea-page > .detail-block {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
    gap: 22px 56px;
    align-items: start;
}

.about-korea-page > .detail-block + .detail-block {
    margin-top: 0;
    padding-top: 68px;
    border-top: 1px solid rgba(45, 77, 138, 0.12);
}

.about-korea-page > .detail-block > * {
    min-width: 0;
}

.about-korea-page > .detail-block > .detail-block__title,
.about-korea-page > .detail-block > .detail-block__intro,
.about-korea-page > .detail-block > p {
    grid-column: 1;
    max-width: 100%;
}

.about-korea-page > .detail-block > .detail-block--nested {
    grid-column: 1 / -1;
}

/* ── About Korea Section Figures & Images - Right-aligned Magazine Style ── */

.about-korea-page > .detail-block > .detail-block__figure {
    grid-column: 2;
    grid-row: 1 / span 6;
    position: relative;
    margin: 6px 0 0;
    width: 100%;
    max-width: none;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(45, 77, 138, 0.14);
    box-shadow: 0 24px 44px rgba(16, 37, 67, 0.14);
    background: #fff;
    cursor: zoom-in;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-korea-page .detail-block__figure:hover {
    border-color: rgba(45, 77, 138, 0.22);
    box-shadow: 0 28px 54px rgba(16, 37, 67, 0.18);
}

.about-korea-page .detail-block__figure:focus-visible {
    outline: 3px solid rgba(42, 92, 166, 0.34);
    outline-offset: 4px;
}

.about-korea-page > .detail-block > .detail-block__figure::after,
.about-korea-page .detail-block--nested > .detail-block__figure::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 18px;
    pointer-events: none;
}

.about-korea-page > .detail-block > .detail-block__figure img {
    display: block;
    width: 100%;
    height: clamp(360px, 34vw, 720px);
    object-fit: cover;
}

.about-korea-page .detail-block__figure figcaption {
    padding: 14px 18px 18px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a607d;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
}

body.about-korea-gallery-open {
    overflow: hidden;
}

.about-korea-gallery {
    position: fixed;
    inset: 0;
    z-index: 240;
    display: grid;
    place-items: center;
    padding: 28px;
}

.about-korea-gallery[hidden] {
    display: none;
}

.about-korea-gallery__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    background:
        radial-gradient(circle at top, rgba(48, 88, 142, 0.34), rgba(7, 15, 26, 0.9) 46%),
        rgba(7, 15, 26, 0.94);
}

.about-korea-gallery__dialog {
    position: relative;
    z-index: 1;
    width: min(1320px, 100%);
    max-height: calc(100vh - 56px);
    padding: 22px 22px 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15, 28, 44, 0.98), rgba(9, 18, 31, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
    display: grid;
    gap: 18px;
    color: #eef4ff;
}

.about-korea-gallery__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.about-korea-gallery__toolbar-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-korea-gallery__counter {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(231, 240, 255, 0.78);
}

.about-korea-gallery__button {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.about-korea-gallery__button:hover,
.about-korea-gallery__button:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.24);
    transform: translateY(-1px);
}

.about-korea-gallery__button:focus-visible {
    outline: 2px solid rgba(120, 179, 255, 0.62);
    outline-offset: 2px;
}

.about-korea-gallery__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.about-korea-gallery__stage {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 0;
}

.about-korea-gallery__nav {
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
}

.about-korea-gallery__figure {
    display: grid;
    justify-items: center;
    gap: 14px;
    min-width: 0;
}

.about-korea-gallery__frame {
    width: 100%;
    height: min(72vh, 860px);
    max-height: calc(100vh - 220px);
    overflow: hidden;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    position: relative;
}

.about-korea-gallery__frame.is-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 24px;
}

.about-korea-gallery__frame.is-loading::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    animation: gallery-spin 0.7s linear infinite;
}

@keyframes gallery-spin {
    to { transform: rotate(360deg); }
}

.about-korea-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: none;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.about-korea-gallery__caption {
    width: min(100%, 920px);
    text-align: center;
    font-size: 0.92rem;
    line-height: 1.7;
    color: rgba(236, 243, 255, 0.86);
}

.about-korea-gallery__close {
    min-width: 44px;
    padding-inline: 14px;
}

@media (max-width: 1024px) {
    .about-korea-gallery {
        padding: 20px;
    }

    .about-korea-gallery__dialog {
        width: min(100%, 1120px);
        padding: 18px 18px 20px;
        border-radius: 24px;
    }

    .about-korea-gallery__nav {
        width: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    .about-korea-gallery__frame,
    .about-korea-gallery__image {
        height: min(68vh, 720px);
        max-height: calc(100vh - 240px);
    }
}

/* ── About Korea Main Title ── */

.about-korea-page .detail-block > .detail-block__title {
    font-size: clamp(1.72rem, 1.48rem + 0.72vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--detail-accent);
    margin-bottom: 4px;
}

.about-korea-page .detail-block > .detail-block__intro {
    margin-top: 0;
    font-size: 1.08rem;
    line-height: 1.88;
    color: #314866;
    letter-spacing: 0.01em;
    margin-bottom: 4px;
}

.about-korea-page > .detail-block > p {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.86;
    color: #39506c;
}

/* ── Nested Detail Blocks (Subsections) - Flat Layout ── */

.about-korea-page .detail-block--nested {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 20px 46px;
    align-items: start;
    padding: 48px 0 0;
    margin: 0;
    clear: none;
}

.about-korea-page .detail-block--nested + .detail-block--nested {
    margin-top: 0;
}

.about-korea-page .detail-block--nested:nth-of-type(even) {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
}

.about-korea-page .detail-block--nested > .detail-block__title,
.about-korea-page .detail-block--nested > .detail-block__list {
    grid-column: 1;
}

.about-korea-page .detail-block--nested:nth-of-type(even) > .detail-block__title,
.about-korea-page .detail-block--nested:nth-of-type(even) > .detail-block__list {
    grid-column: 2;
}

.detail-block__title--level-3 {
    font-size: clamp(1.22rem, 1.1rem + 0.3vw, 1.42rem);
    font-weight: 800;
    color: #1e4b8f;
    margin-top: 0;
    margin-bottom: 12px;
    border-left: 4px solid #2a5ca6;
    padding-left: 14px;
    clear: none;
}

/* ── Nested Section Image - Smaller, Inline ── */

.about-korea-page .detail-block--nested > .detail-block__figure {
    grid-column: 2;
    float: none;
    position: relative;
    margin: 0;
    width: 100%;
    max-width: none;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(45, 77, 138, 0.12);
    box-shadow: 0 18px 34px rgba(17, 35, 61, 0.11);
    background: #fff;
}

.about-korea-page .detail-block--nested:nth-of-type(even) > .detail-block__figure {
    grid-column: 1;
}

.about-korea-page .detail-block--nested > .detail-block__figure img {
    display: block;
    width: 100%;
    height: clamp(220px, 20vw, 360px);
    object-fit: cover;
}

.about-korea-page .detail-block--nested > .detail-block__figure:first-of-type {
    grid-row: 1 / span 2;
}

.about-korea-page .detail-block--nested > .detail-block__figure:first-of-type img {
    height: clamp(300px, 24vw, 430px);
}

/* ── Detail Block List ── */

.detail-block__list {
    margin: 14px 0 0;
    padding: 24px 28px 24px 46px;
    list-style: disc;
    display: grid;
    gap: 12px;
    clear: none;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(243, 248, 255, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(45, 77, 138, 0.1);
    box-shadow: 0 16px 28px rgba(31, 59, 97, 0.05);
}

.detail-block__list li {
    line-height: 1.78;
    color: #28415f;
    font-size: 0.98rem;
}

.detail-block__list li strong {
    color: var(--detail-accent);
    font-weight: 700;
}

.detail-block__list li::marker {
    color: var(--detail-accent);
    font-weight: 700;
}

/* ── Responsive About Korea ── */

@media (max-width: 1024px) {
    .about-korea-page > .detail-block {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
        gap: 20px 34px;
    }

    .about-korea-page .detail-block--nested,
    .about-korea-page .detail-block--nested:nth-of-type(even) {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
        gap: 18px 28px;
    }

    .about-korea-page > .detail-block > .detail-block__figure img {
        height: clamp(320px, 36vw, 540px);
    }

    .about-korea-page .detail-block--nested > .detail-block__figure:first-of-type img {
        height: clamp(260px, 28vw, 360px);
    }
}

@media (max-width: 768px) {
    .about-korea-gallery {
        padding: 12px;
    }

    .about-korea-gallery__dialog {
        max-height: calc(100vh - 24px);
        padding: 14px 14px 16px;
        border-radius: 20px;
        gap: 14px;
    }

    .about-korea-gallery__toolbar {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .about-korea-gallery__toolbar-group {
        width: 100%;
        justify-content: space-between;
    }

    .about-korea-gallery__stage {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-korea-gallery__nav {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        border-radius: 14px;
    }

    .about-korea-gallery__nav--prev {
        order: 2;
    }

    .about-korea-gallery__figure {
        order: 1;
    }

    .about-korea-gallery__nav--next {
        order: 3;
    }

    .about-korea-gallery__frame,
    .about-korea-gallery__image {
        height: min(56vh, 520px);
        max-height: calc(100vh - 320px);
    }

    .about-korea-gallery__caption {
        font-size: 0.84rem;
    }

    .about-korea-toc {
        gap: 8px;
        padding: 14px 16px;
        margin-bottom: 32px;
        border-radius: 14px;
        box-shadow: none;
    }

    .about-korea-toc__link {
        padding: 6px 12px;
        font-size: 0.8rem;
        box-shadow: none;
    }

    .about-korea-page > .detail-block,
    .about-korea-page .detail-block--nested,
    .about-korea-page .detail-block--nested:nth-of-type(even) {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-korea-page > .detail-block + .detail-block {
        padding-top: 32px;
    }

    .about-korea-page > .detail-block > .detail-block__figure,
    .about-korea-page .detail-block--nested > .detail-block__figure,
    .about-korea-page .detail-block--nested:nth-of-type(even) > .detail-block__figure {
        grid-column: auto;
        grid-row: auto;
        float: none;
        margin: 4px 0 0;
        width: 100%;
    }

    .about-korea-page > .detail-block > .detail-block__title,
    .about-korea-page .detail-block--nested > .detail-block__title,
    .about-korea-page .detail-block--nested:nth-of-type(even) > .detail-block__title,
    .about-korea-page .detail-block--nested > .detail-block__list,
    .about-korea-page .detail-block--nested:nth-of-type(even) > .detail-block__list {
        grid-column: auto;
    }

    .about-korea-page > .detail-block > .detail-block__figure img,
    .about-korea-page .detail-block--nested > .detail-block__figure img,
    .about-korea-page .detail-block--nested > .detail-block__figure:first-of-type img {
        height: auto;
    }

    .about-korea-page .detail-block {
        padding: 0 0 28px;
    }

    .about-korea-page .detail-block__figure figcaption {
        padding: 12px 14px 14px;
        font-size: 0.82rem;
    }

    .about-korea-page .detail-block > .detail-block__intro {
        font-size: 1rem;
        line-height: 1.75;
    }

    .about-korea-page > .detail-block > p,
    .detail-block__list li {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .detail-block--nested {
        padding: 32px 0 0;
    }

    .detail-block__list {
        gap: 8px;
        padding: 18px 18px 18px 34px;
        border-radius: 16px;
        box-shadow: none;
    }

    .detail-block__title--level-3 {
        font-size: 1.04rem;
        margin-bottom: 6px;
    }
}
