.content-detail-page--registration {
    --detail-accent: #8d5a1f;
    --detail-accent-soft: rgba(141, 90, 31, 0.08);
}

.content-detail-page--registration .detail-block {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.content-detail-page--registration .detail-block + .detail-block {
    margin-top: 24px;
    padding-top: 28px;
    border-top: 1px solid #d7dde3;
}

.content-detail-page--registration .detail-block__title {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 12px;
    border-left: 4px solid var(--detail-accent);
}

.registration-overview__actions {
    margin: 28px 0;
    display: flex;
    justify-content: center;
}

.content-detail-page--registration .registration-overview {
    position: relative;
    overflow: hidden;
    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%);
}

.content-detail-page--registration .registration-overview::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);
}

.content-detail-page--registration .registration-overview .conf-overview-hero__lead {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: none;
    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;
}

.registration-cta {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 69px;
    padding: 15px 33px;
    border-radius: 999px;
    background: linear-gradient(135deg, #8d5a1f, #a56c2a);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 10px 22px rgba(141, 90, 31, 0.2);
}

.registration-cta__cursor {
    position: relative;
    width: 30px;
    height: 38px;
    background: url('/assets/images/mouse-cursor.png') center / contain no-repeat;
    flex: 0 0 auto;
}

.registration-cta:hover,
.registration-cta:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(141, 90, 31, 0.25);
}

.registration-fee-group-note {
    margin-top: 20px;
    padding: 14px 18px;
    font-size: 0.86rem;
    line-height: 1.6;
    color: #3b5568;
    background: #f4f8fb;
    border: 1px solid #d7e2ea;
    border-radius: 10px;
}

.registration-fee-group-note a {
    color: #0f5b7c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.registration-fee-table-wrap {
    margin-top: 16px;
    margin-bottom: 48px;
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(17, 33, 44, 0.08);
}

.registration-fee-mobile-meta {
    display: none;
}

.registration-fee-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    border: 1px solid #ccd9e2;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.registration-fee-table th,
.registration-fee-table td {
    border: 1px solid #d7e2ea;
    padding: 15px 14px;
    text-align: center;
    vertical-align: middle;
}

.registration-fee-table thead th {
    background: #ecf3f8;
    color: #1f3242;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.45;
}

.registration-fee-table thead tr:first-child th {
    background: linear-gradient(180deg, #e7f1f8 0%, #dceaf4 100%);
    color: #123a52;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
}

.registration-fee-table thead tr:nth-child(2) th {
    background: #f4f8fb;
}

.registration-fee-table thead th span {
    display: inline-block;
    margin-top: 4px;
    color: #1f668f;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
}

.registration-fee-table tbody th {
    width: 36%;
    background: #edf3f7;
    color: #233846;
    font-weight: 700;
    line-height: 1.5;
}

.registration-fee-table tbody td {
    width: 32%;
    background: #fdfefe;
    color: #17384b;
    font-size: 1.02rem;
    font-weight: 800;
}

.registration-fee-table tbody tr:nth-child(even) td {
    background: #f6fafc;
}

.registration-fee-table tbody td + td {
    border-left-width: 2px;
}

/* ── International table (4 columns) column widths ── */

.registration-fee-table--intl {
    table-layout: fixed;
}

.registration-fee-table--intl thead th:nth-child(1),
.registration-fee-table--intl tbody th {
    width: 22%;
}

.registration-fee-table--intl thead th:nth-child(2),
.registration-fee-table--intl tbody td:nth-child(2) {
    width: 30%;
}

.registration-fee-table--intl thead th:nth-child(3),
.registration-fee-table--intl tbody td:nth-child(3) {
    width: 18%;
}

.registration-fee-table--intl thead th:nth-child(4),
.registration-fee-table--intl tbody td:nth-child(4) {
    width: 30%;
}

.registration-list {
    margin-top: 14px;
    padding-left: 20px;
    display: grid;
    gap: 8px;
    line-height: 1.75;
    color: var(--muted);
}

.content-detail-page--registration a[href^="mailto:"] {
    color: #0f5b7c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.content-detail-page--registration a[href^="mailto:"]:hover,
.content-detail-page--registration a[href^="mailto:"]:focus-visible {
    color: #0a4964;
}

.registration-list--tight {
    margin-top: 8px;
}

.registration-refund-note > p {
    margin: 0;
    color: #31443a;
}

@media (max-width: 720px) {
    .content-detail-page--registration .registration-overview {
        padding: 20px 0 14px;
    }
    .content-detail-page--registration .registration-overview::after {
        width: 104px;
        height: 104px;
        right: -26px;
        bottom: -30px;
        border-radius: 24px;
    }
    .content-detail-page--registration .registration-overview .conf-overview-hero__lead {
        padding: 4px 10px 6px 12px;
        border-left-width: 3px;
        font-size: 0.96rem;
        line-height: 1.62;
    }
    .registration-overview__actions {
        margin: 24px 0;
    }
    .registration-fee-table {
        min-width: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
    }
    .registration-fee-table-wrap {
        overflow: visible;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 32px;
    }
    .registration-fee-mobile-meta {
        display: block;
        margin: 0 0 10px;
        padding: 10px 12px;
        border-radius: 10px;
        background: #eaf3f9;
        color: #123a52;
        font-size: 0.84rem;
        font-weight: 700;
        line-height: 1.45;
    }
    .registration-fee-mobile-meta span {
        margin-left: 6px;
        color: #1f668f;
        font-weight: 700;
    }
    .registration-fee-table thead {
        display: none;
    }
    .registration-fee-table tbody {
        display: grid;
        gap: 12px;
    }
    .registration-fee-table tbody tr {
        display: grid;
        gap: 0;
        border: 1px solid #d7e2ea;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }
    .registration-fee-table tbody th {
        width: auto;
        background: #edf3f7;
        color: #233846;
        text-align: left;
        padding: 12px 14px;
        border: 0;
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .registration-fee-table tbody td {
        width: auto;
        background: #fff;
        color: #17384b;
        border: 0;
        border-top: 1px solid #e3ebf1;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        font-size: 0.95rem;
        font-weight: 800;
        text-align: right;
    }
    .registration-fee-table tbody td::before {
        content: attr(data-label);
        color: #1f668f;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        text-align: left;
    }
    .registration-fee-table tbody td + td {
        border-left-width: 0;
    }
    .registration-fee-table thead th {
        font-size: 0.88rem;
    }
    .registration-fee-table thead tr:first-child th {
        font-size: 0.92rem;
    }
    .registration-fee-table thead th span {
        font-size: 0.76rem;
    }
    .registration-fee-table tbody th {
        font-size: 0.86rem;
    }
    .registration-fee-table tbody td {
        font-size: 0.92rem;
    }
}
