@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600;700&display=swap";

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #1a0f14;
    color: #f4f1ed
}

.branding-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 48px;
    border-top: 2px solid #a21cc44d;
    border-bottom: 2px solid #a21cc44d;
    background: linear-gradient(135deg, #261520 0%, #1a0f14 100%);
    box-shadow: 2px 5px 20px -2px #a21cc41a
}

.mark-img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    background: #feffe00d;
    padding: 8px;
    border: 1px solid #9570f533;
    border-radius: 4px;
    box-shadow: 2px 2px 2px -2px #9570f512 2px 5px 20px -2px #9570f51a
}

.region-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: #9570f51f;
    border: 1px solid #9570f540;
    border-radius: 42px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #FEFFE0;
    text-transform: uppercase
}

.region-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #9570F5;
    border-radius: 50%;
    box-shadow: 0 0 8px #9570f599
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.divider-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, transparent, #a21cc466, transparent);
    margin: 0 24px
}

.nav-cluster {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 0
}

.nav-link {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #d8d2cc;
    text-decoration: none;
    border-radius: 9px;
    background: #feffe008;
    border: 1px solid transparent;
    transition: background .25s ease-out, border-color .28s ease-out, color .22s ease-out, box-shadow .3s ease-out;
    position: relative
}

.nav-link:hover {
    background: #a21cc426;
    border-color: #a21cc459;
    color: #FEFFE0;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px #9570f566 2px 5px 20px -2px #a21cc41a
}

.nav-link:active {
    background: #a21cc440;
    box-shadow: inset 2px 2px 4px #a21cc44d
}

.base-floor {
    background: linear-gradient(180deg, #221218 0%, #1a0f14 100%);
    border-top: 1px solid #9570f533;
    padding: 96px 48px 48px;
    position: relative
}

.base-floor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, #a21cc480, transparent)
}

.floor-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px
}

.org-column {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.mark-foot {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #feffe00a;
    padding: 8px;
    border: 1px solid #9570f52e;
    border-radius: 4px;
    box-shadow: 2px 2px 2px -2px #9570f512
}

.addr-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.addr-line {
    font-size: 14px;
    line-height: 1.5;
    color: #b8afa8;
    font-weight: 300
}

.contact-item {
    font-size: 14px;
    line-height: 1.5;
    color: #d8d2cc;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    transition: color .2s ease-out
}

.contact-item:hover {
    color: #FEFFE0
}

.contact-item:focus {
    outline: none;
    text-shadow: 0 0 8px #9570f599
}

.routes-column {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.routes-head {
    font-size: 16px;
    font-weight: 600;
    color: #FEFFE0;
    letter-spacing: -.01em;
    margin: 0 0 12px
}

.foot-link {
    font-size: 14px;
    line-height: 1.9;
    color: #b8afa8;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    transition: color .24s ease-out, transform .18s ease-out;
    position: relative
}

.foot-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #a21cc499;
    transition: width .32s ease-out
}

.foot-link:hover {
    color: #FEFFE0;
    transform: translateX(4px)
}

.foot-link:hover::after {
    width: 100%
}

.foot-link:focus {
    outline: none;
    text-shadow: 0 0 8px #9570f580
}

.legal-strip {
    max-width: 1100px;
    margin: 48px auto 0;
    padding-top: 24px;
    border-top: 1px solid #9570f526;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

.copy-text {
    font-size: 14px;
    line-height: 1.5;
    color: #8a7f76;
    font-weight: 300
}

.policy-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.policy-link {
    font-size: 14px;
    line-height: 1.5;
    color: #8a7f76;
    text-decoration: none;
    font-weight: 300;
    transition: color .26s ease-out;
    position: relative
}

.policy-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a21cc44d;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s ease-out
}

.policy-link:hover {
    color: #d8d2cc
}

.policy-link:hover::before {
    transform: scaleX(1);
    transform-origin: left
}

.policy-link:focus {
    outline: none;
    color: #FEFFE0;
    text-shadow: 0 0 6px #9570f566
}

@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        gap: 24px
    }

    .divider-line {
        width: 80%;
        height: 1px;
        margin: 0
    }

    .nav-cluster {
        justify-content: center
    }

    .floor-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .legal-strip {
        flex-direction: column;
        text-align: center
    }

    .policy-links {
        justify-content: center
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .floor-grid {
        grid-template-columns: 1fr 1fr
    }

    .org-column {
        grid-column: 1 / -1
    }
}

.consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #2a1a24 0%, #1a0f14 100%);
    border-top: 2px solid #a21cc466;
    padding: 24px 48px;
    z-index: 8000;
    box-shadow: 2px 12px 60px -2px #a21cc424;
    display: none;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .38s ease-out, transform .38s ease-out
}

.consent-bar.visible {
    opacity: 1;
    transform: translateY(0)
}

.consent-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap
}

.consent-text {
    flex: 1;
    min-width: 300px
}

.consent-headline {
    font-size: 19px;
    font-weight: 600;
    color: #FEFFE0;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.consent-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #d8d2cc;
    margin: 0;
    font-weight: 300
}

.consent-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap
}

.consent-primary {
    padding: 12px 48px;
    font-size: 16px;
    font-weight: 600;
    color: #1a0f14;
    background: linear-gradient(135deg, #A21CC4 0%, #9570F5 100%);
    border: none;
    border-radius: 9px;
    cursor: pointer;
    transition: transform .2s ease-out, box-shadow .28s ease-out, background .25s ease-out;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a;
    font-family: 'IBM Plex Sans', sans-serif
}

.consent-primary:hover {
    transform: translateY(-2px);
    box-shadow: 2px 5px 20px -2px #a21cc41a 2px 12px 60px -2px #a21cc424;
    background: linear-gradient(135deg, #b324dc 0%, #a684ff 100%)
}

.consent-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px #9570f580 2px 5px 20px -2px #a21cc41a
}

.consent-primary:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 4px #0000004d
}

.consent-decline {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #d8d2cc;
    background: transparent;
    border: 1px solid #9570f54d;
    border-radius: 9px;
    cursor: pointer;
    transition: background .22s ease-out, color .2s ease-out, border-color .24s ease-out;
    font-family: 'IBM Plex Sans', sans-serif
}

.consent-decline:hover {
    background: #9570f51a;
    color: #FEFFE0;
    border-color: #9570f580
}

.consent-decline:focus {
    outline: none;
    box-shadow: 0 0 0 3px #9570f566
}

.consent-decline:active {
    background: #9570f533;
    box-shadow: inset 2px 2px 4px #9570f54d
}

.consent-manage {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 400;
    color: #b8afa8;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    transition: color .2s ease-out;
    font-family: 'IBM Plex Sans', sans-serif
}

.consent-manage:hover {
    color: #FEFFE0
}

.consent-manage:focus {
    outline: none;
    text-shadow: 0 0 6px #9570f580
}

.preference-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #2a1a24 0%, #1a0f14 100%);
    border: 2px solid #a21cc466;
    border-radius: 9px;
    padding: 48px;
    max-width: 600px;
    width: 90%;
    z-index: 8001;
    box-shadow: 2px 12px 60px -2px #a21cc424;
    display: none;
    opacity: 0;
    transition: opacity .3s ease-out
}

.preference-panel.visible {
    opacity: 1
}

.panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a0f14d9;
    z-index: 8000;
    display: none;
    opacity: 0;
    transition: opacity .3s ease-out
}

.panel-overlay.visible {
    opacity: 1
}

.preference-head {
    font-size: 24px;
    font-weight: 600;
    color: #FEFFE0;
    margin: 0 0 24px;
    letter-spacing: -.02em
}

.preference-intro {
    font-size: 14px;
    line-height: 1.5;
    color: #d8d2cc;
    margin: 0 0 24px;
    font-weight: 300
}

.category-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px
}

.category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: #feffe008;
    border: 1px solid #9570f526;
    border-radius: 4px
}

.category-info {
    flex: 1
}

.category-label {
    font-size: 16px;
    font-weight: 600;
    color: #FEFFE0;
    margin: 0 0 4px
}

.category-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #b8afa8;
    margin: 0;
    font-weight: 300
}

.toggle-switch {
    position: relative;
    width: 52px;
    height: 28px;
    flex-shrink: 0
}

.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9570f533;
    border: 1px solid #9570f54d;
    border-radius: 42px;
    transition: background .28s ease-out, border-color .28s ease-out
}

.toggle-slider::before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: #8a7f76;
    border-radius: 50%;
    transition: transform .28s ease-out, background .28s ease-out
}

.toggle-input:checked+.toggle-slider {
    background: #a21cc44d;
    border-color: #a21cc480
}

.toggle-input:checked+.toggle-slider::before {
    transform: translateX(24px);
    background: #A21CC4
}

.toggle-input:focus+.toggle-slider {
    box-shadow: 0 0 0 3px #9570f566
}

.toggle-input:disabled+.toggle-slider {
    cursor: not-allowed;
    opacity: .5
}

.toggle-input:disabled+.toggle-slider::before {
    background: #d8d2cc
}

.sale-opt-row {
    padding: 24px;
    background: #a21cc414;
    border: 1px solid #a21cc440;
    border-radius: 4px;
    margin-bottom: 24px
}

.panel-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end
}

.panel-save {
    padding: 12px 48px;
    font-size: 16px;
    font-weight: 600;
    color: #1a0f14;
    background: linear-gradient(135deg, #A21CC4 0%, #9570F5 100%);
    border: none;
    border-radius: 9px;
    cursor: pointer;
    transition: transform .2s ease-out, box-shadow .28s ease-out;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a;
    font-family: 'IBM Plex Sans', sans-serif
}

.panel-save:hover {
    transform: translateY(-2px);
    box-shadow: 2px 5px 20px -2px #a21cc41a 2px 12px 60px -2px #a21cc424
}

.panel-save:focus {
    outline: none;
    box-shadow: 0 0 0 3px #9570f580
}

.panel-save:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 4px #0000004d
}

.panel-cancel {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 400;
    color: #d8d2cc;
    background: transparent;
    border: 1px solid #9570f54d;
    border-radius: 9px;
    cursor: pointer;
    transition: background .22s ease-out, color .2s ease-out;
    font-family: 'IBM Plex Sans', sans-serif
}

.panel-cancel:hover {
    background: #9570f51a;
    color: #FEFFE0
}

.panel-cancel:focus {
    outline: none;
    box-shadow: 0 0 0 3px #9570f566
}

@media (max-width: 768px) {
    .consent-wrap {
        flex-direction: column;
        gap: 24px
    }

    .consent-actions {
        width: 100%;
        justify-content: center
    }

    .preference-panel {
        padding: 24px;
        width: 95%
    }

    .panel-actions {
        flex-direction: column
    }

    .panel-save,
    .panel-cancel {
        width: 100%
    }
}

.doc-block {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
    background: #1a1412;
    color: #e8e6e4
}

.doc-block h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 48px;
    color: #FEFFE0
}

.doc-block h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 96px 0 24px;
    color: #FEFFE0
}

.doc-block h3 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 48px 0 24px;
    color: #9570F5
}

.doc-block h4 {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: -.005em;
    margin: 24px 0 12px;
    color: #A21CC4
}

.doc-block h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 24px 0 12px;
    color: #9570F5
}

.doc-block h6 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 24px 0 12px;
    color: #A21CC4;
    text-transform: uppercase
}

.doc-block p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 24px;
    color: #d4d2d0
}

.doc-block ul,
.doc-block ol {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 24px;
    padding: 0 0 0 24px;
    color: #d4d2d0
}

.doc-block li {
    margin: 0 0 12px
}

.doc-block li:last-child {
    margin-bottom: 0
}

.doc-block em,
.doc-block i {
    font-style: italic;
    color: #9570F5
}

.doc-block a {
    color: #A21CC4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color .2s ease-out, text-decoration-color .25s ease-out
}

.doc-block a:hover {
    color: #9570F5;
    text-decoration-color: #9570F5
}

.doc-block a:active {
    color: #FEFFE0
}

.doc-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 48px;
    font-size: 14px;
    line-height: 1.5;
    background: #231f1d;
    border-radius: 9px;
    overflow: hidden
}

.doc-block thead {
    background: #2d2623
}

.doc-block th {
    padding: 12px 24px;
    text-align: left;
    font-weight: 600;
    color: #FEFFE0;
    border-bottom: 2px solid #A21CC4
}

.doc-block td {
    padding: 12px 24px;
    color: #d4d2d0;
    border-bottom: 1px solid #3a3330
}

.doc-block tbody tr:last-child td {
    border-bottom: none
}

.doc-block tbody tr:hover {
    background: #2d2623
}

.doc-block hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #A21CC4, transparent);
    margin: 48px 0
}

@media (max-width: 768px) {
    .doc-block {
        padding: 24px 12px
    }

    .doc-block h1 {
        font-size: 33px;
        margin-bottom: 24px
    }

    .doc-block h2 {
        font-size: 24px;
        margin-top: 48px
    }

    .doc-block h3 {
        font-size: 19px;
        margin-top: 24px
    }

    .doc-block table {
        font-size: 14px
    }

    .doc-block th,
    .doc-block td {
        padding: 8px 12px
    }
}

.nws-dtl {
    background: #1a0f0d;
    color: #e8e4e0;
    min-height: 100vh;
    padding: 0;
    margin: 0
}

.nws-dtl .ld-bnr {
    max-width: 1100px;
    margin: 0 auto;
    padding: 96px 24px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at 50% 50%, #a21cc42e 0%, #1a0f0d00 70%)
}

.nws-dtl .ld-bnr::before {
    content: '';
    position: absolute;
    top: 12%;
    right: 8%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #9570f526, transparent 65%);
    filter: blur(42px);
    pointer-events: none;
    animation: plse 6s ease-in-out infinite
}

.nws-dtl .ld-bnr::after {
    content: '';
    position: absolute;
    bottom: 18%;
    left: 6%;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, #a21cc41f, transparent 70%);
    filter: blur(48px);
    pointer-events: none;
    animation: plse 6s ease-in-out infinite 3s
}

@keyframes plse {

    0%,
    100% {
        opacity: .4
    }

    50% {
        opacity: .7
    }
}

.nws-dtl .ld-bnr .bnr-img-wrp {
    max-width: 680px;
    margin: 0 auto 48px;
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 2px 5px 20px -2px #a21cc41a 2px 12px 60px -2px #9570f524
}

.nws-dtl .ld-bnr .bnr-img-wrp img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    filter: blur(0.5px) contrast(1.05)
}

.nws-dtl .ld-bnr .bnr-img-wrp::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #1a0f0d4d 100%);
    pointer-events: none;
    z-index: 1
}

.nws-dtl .ld-bnr .meta-top {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.nws-dtl .ld-bnr .tg {
    display: inline-block;
    padding: 4px 12px;
    background: #A21CC4;
    color: #FEFFE0;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.nws-dtl .ld-bnr .tg.cat {
    background: #9570F5
}

.nws-dtl .ld-bnr .rd-tm {
    font-size: 14px;
    color: #b8b0a8;
    display: flex;
    align-items: center;
    gap: 8px
}

.nws-dtl .ld-bnr .rd-tm svg {
    width: 16px;
    height: 16px;
    fill: #9570F5
}

.nws-dtl .ld-bnr h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto
}

.nws-dtl .ld-bnr .sb-ttl {
    font-size: 19px;
    line-height: 1.5;
    color: #b8b0a8;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 24px
}

.nws-dtl .ld-bnr .auth-ln {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    color: #d4cfc8
}

.nws-dtl .ld-bnr .auth-ln svg {
    width: 18px;
    height: 18px;
    fill: #A21CC4
}

.nws-dtl .dvdr-shp {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.nws-dtl .dvdr-shp .shp-icn {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #A21CC4, #9570F5);
    border-radius: 42px;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #9570f51a
}

.nws-dtl .cntnt-bdy {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 96px;
    position: relative
}

.nws-dtl .cntnt-bdy::before {
    content: '';
    position: absolute;
    top: 12%;
    right: -60px;
    width: 3px;
    height: 240px;
    background: linear-gradient(180deg, transparent, #a21cc44d, transparent);
    opacity: .6;
    pointer-events: none
}

.nws-dtl .cntnt-bdy .artcl-wrp {
    background: linear-gradient(ellipse 120% 80% at 30% 20%, #a21cc40a, #1a0f0d00);
    border-radius: 9px;
    padding: 48px;
    margin-left: 48px;
    box-shadow: 2px 2px 2px -2px #a21cc412
}

.nws-dtl .cntnt-bdy .artcl-wrp p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 24px;
    color: #d4cfc8
}

.nws-dtl .cntnt-bdy .artcl-wrp h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 48px 0 24px;
    position: relative;
    padding-left: 24px
}

.nws-dtl .cntnt-bdy .artcl-wrp h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #A21CC4, #9570F5);
    border-radius: 4px;
    animation: ln-drw .35s ease-out
}

@keyframes ln-drw {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

.nws-dtl .cntnt-bdy .artcl-wrp ins {
    background: #a21cc426;
    color: #FEFFE0;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600
}

.nws-dtl .cntnt-bdy .artcl-wrp blockquote {
    margin: 48px 0;
    padding: 24px 24px 24px 48px;
    background: #9570f514;
    border-left: 4px solid #9570F5;
    border-radius: 4px;
    position: relative
}

.nws-dtl .cntnt-bdy .artcl-wrp blockquote::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 16px;
    width: 20px;
    height: 20px;
    background: #9570F5;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
    opacity: .4
}

.nws-dtl .cntnt-bdy .artcl-wrp blockquote p {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.5;
    font-style: italic;
    color: #e8e4e0
}

.nws-dtl .cntnt-bdy .artcl-wrp blockquote cite {
    display: block;
    font-size: 14px;
    color: #b8b0a8;
    font-style: normal;
    margin-top: 12px
}

.nws-dtl .cntnt-bdy .artcl-wrp a {
    color: #9570F5;
    text-decoration: none;
    position: relative;
    transition: color .25s ease-out
}

.nws-dtl .cntnt-bdy .artcl-wrp a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: #9570F5;
    opacity: 0;
    transition: opacity .2s ease-out
}

.nws-dtl .cntnt-bdy .artcl-wrp a:focus::after {
    opacity: 1
}

.nws-dtl .cntnt-bdy .artcl-wrp a:hover {
    color: #A21CC4
}

.nws-dtl .dvdr-shp.scnd {
    padding: 96px 24px 48px
}

.nws-dtl .dvdr-shp.scnd .shp-icn {
    width: 48px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, transparent, #9570F5, transparent);
    animation: plse 6s ease-in-out infinite
}

.nws-dtl .rct-blk {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px 96px;
    position: relative
}

.nws-dtl .rct-blk::before {
    content: '';
    position: absolute;
    top: 24px;
    left: -80px;
    width: 120px;
    height: 120px;
    border: 2px solid #a21cc426;
    border-radius: 50%;
    transform: rotate(45deg);
    opacity: .3;
    pointer-events: none
}

.nws-dtl .rct-blk::after {
    content: '';
    position: absolute;
    bottom: 48px;
    left: -60px;
    width: 80px;
    height: 80px;
    border: 2px solid #9570f51f;
    border-radius: 50%;
    transform: rotate(-25deg);
    opacity: .4;
    pointer-events: none
}

.nws-dtl .rct-blk .rct-wrp {
    background: radial-gradient(ellipse 100% 100% at 80% 50%, #9570f50f, #1a0f0d00);
    border-radius: 9px;
    padding: 48px;
    margin-right: 96px;
    box-shadow: 2px 5px 20px -2px #9570f51a
}

.nws-dtl .rct-blk h3 {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 12px;
    position: relative;
    display: inline-block
}

.nws-dtl .rct-blk h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #A21CC4, #9570F5);
    transition: width .4s ease-out
}

.nws-dtl .rct-blk:hover h3::after {
    width: 100%
}

.nws-dtl .rct-blk .rct-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #b8b0a8;
    margin: 0 0 24px
}

.nws-dtl .rct-blk .emj-grd {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    max-width: 480px
}

.nws-dtl .rct-blk .emj-itm {
    position: relative
}

.nws-dtl .rct-blk .emj-itm input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.nws-dtl .rct-blk .emj-itm label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    background: #a21cc414;
    border: 2px solid #a21cc426;
    border-radius: 9px;
    cursor: pointer;
    transition: all .28s ease-out;
    font-size: 33px
}

.nws-dtl .rct-blk .emj-itm label:hover {
    background: #a21cc426;
    border-color: #a21cc44d;
    transform: translateY(-4px);
    box-shadow: 2px 5px 20px -2px #a21cc41a
}

.nws-dtl .rct-blk .emj-itm input:checked+label {
    background: linear-gradient(135deg, #a21cc440, #9570f540);
    border-color: #A21CC4;
    transform: scale(1.08);
    box-shadow: inset 0 2px 8px #a21cc44d 2px 12px 60px -2px #a21cc424
}

.nws-dtl .rct-blk .emj-itm input:focus+label {
    outline: 2px solid #9570F5;
    outline-offset: 4px
}

@media (max-width: 768px) {
    .nws-dtl .ld-bnr {
        padding: 48px 24px
    }

    .nws-dtl .ld-bnr h1 {
        font-size: 33px
    }

    .nws-dtl .ld-bnr .sb-ttl {
        font-size: 16px
    }

    .nws-dtl .cntnt-bdy .artcl-wrp {
        padding: 24px;
        margin-left: 0
    }

    .nws-dtl .cntnt-bdy .artcl-wrp h2 {
        font-size: 24px;
        margin: 24px 0 12px
    }

    .nws-dtl .rct-blk .rct-wrp {
        padding: 24px;
        margin-right: 0
    }

    .nws-dtl .rct-blk .emj-grd {
        grid-template-columns: repeat(3, 1fr)
    }

    .nws-dtl .rct-blk .emj-itm label {
        height: 64px;
        font-size: 24px
    }
}

@media (max-width: 480px) {
    .nws-dtl .ld-bnr h1 {
        font-size: 24px
    }

    .nws-dtl .cntnt-bdy .artcl-wrp h2 {
        font-size: 19px
    }

    .nws-dtl .rct-blk .emj-grd {
        grid-template-columns: repeat(2, 1fr)
    }
}

.nws-dtl ::selection {
    background: #a21cc426;
    color: #FEFFE0
}

.cnt-pg {
    background: #1a0f14;
    color: #f4f4f4;
    overflow-x: clip
}

.cnt-pg ::selection {
    background: #a21cc426;
    color: #f4f4f4
}

.cnt-pg .tp-blk {
    position: relative;
    padding: 96px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto
}

.cnt-pg .tp-img-cntr {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin-bottom: 48px;
    border-radius: 9px;
    overflow: hidden
}

.cnt-pg .tp-img-cntr img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    filter: brightness(0.82);
    mask-image: linear-gradient(to bottom, #0006 0%, #000f 35%);
    -webkit-mask-image: linear-gradient(to bottom, #0006 0%, #000f 35%)
}

.cnt-pg .tp-txt {
    text-align: center;
    max-width: 720px
}

.cnt-pg .tp-hdr {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 24px;
    font-weight: 700
}

.cnt-pg .tp-desc {
    font-size: 19px;
    line-height: 1.5;
    color: #d4d4d4
}

.cnt-pg .dt-pth {
    position: absolute;
    top: 48px;
    left: 12%;
    width: 8px;
    height: 8px;
    background: #9570F5;
    border-radius: 42px;
    opacity: .6
}

.cnt-pg .dt-pth::before,
.cnt-pg .dt-pth::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #A21CC4;
    border-radius: 42px;
    opacity: .5
}

.cnt-pg .dt-pth::before {
    top: 24px;
    left: 32px
}

.cnt-pg .dt-pth::after {
    top: 52px;
    left: 68px
}

.cnt-pg .frm-sctn {
    padding: 96px 24px;
    background: radial-gradient(ellipse 85% 70% at 25% 45%, #a21cc417, transparent 70%), radial-gradient(ellipse 90% 75% at 75% 55%, #9570f512, transparent 65%), #0d0609;
    position: relative
}

.cnt-pg .frm-ctnr {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 48px;
    align-items: start
}

.cnt-pg .frm-sd {
    position: relative
}

.cnt-pg .frm-sd-hdr {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 24px;
    font-weight: 700
}

.cnt-pg .frm-sd-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #c8c8c8;
    margin-bottom: 48px
}

.cnt-pg .frm-sd-txt p {
    margin-bottom: 12px
}

.cnt-pg .frm-sd-txt p:last-child {
    margin-bottom: 0
}

.cnt-pg .frm-sd-acc {
    display: inline;
    font-weight: 700;
    color: #9570F5
}

.cnt-pg .frm-mn {
    background: #1a0f1499;
    border: 2px solid #a21cc433;
    border-radius: 9px;
    padding: 48px;
    position: relative
}

.cnt-pg .frm-mn::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 24px;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #A21CC4, #9570F5);
    border-radius: 4px
}

.cnt-pg .frm-mn form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cnt-pg .frm-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cnt-pg .frm-lbl {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #b8b8b8;
    font-weight: 600
}

.cnt-pg .frm-inpt {
    background: #0006;
    border: 1px solid #a21cc44d;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    color: #f4f4f4;
    transition: border-color .22s ease-out, box-shadow .22s ease-out
}

.cnt-pg .frm-inpt::placeholder {
    color: #b4b4b480;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .03em
}

.cnt-pg .frm-inpt:focus {
    outline: none;
    border-color: #9570F5;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.cnt-pg .frm-slct {
    background: #0006;
    border: 1px solid #a21cc44d;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    color: #f4f4f4;
    cursor: pointer;
    transition: border-color .22s ease-out, box-shadow .22s ease-out;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239570F5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px
}

.cnt-pg .frm-slct:focus {
    outline: none;
    border-color: #9570F5;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.cnt-pg .frm-slct option {
    background: #1a0f14;
    color: #f4f4f4
}

.cnt-pg .rd-grp {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cnt-pg .rd-itm {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.cnt-pg .rd-inpt {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #a21cc466;
    border-radius: 42px;
    position: relative;
    cursor: pointer;
    transition: border-color .18s ease-out, box-shadow .18s ease-out;
    flex-shrink: 0
}

.cnt-pg .rd-inpt:focus {
    outline: none;
    border-color: #9570F5;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.cnt-pg .rd-inpt:checked {
    border-color: #A21CC4;
    box-shadow: inset 0 0 0 4px #1a0f14, inset 0 0 0 10px #A21CC4, 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.cnt-pg .rd-lbl {
    font-size: 16px;
    color: #e4e4e4;
    cursor: pointer;
    user-select: none
}

.cnt-pg .prv-chk {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-top: 8px
}

.cnt-pg .prv-inpt {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #a21cc466;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: border-color .18s ease-out, background-color .18s ease-out;
    flex-shrink: 0;
    margin-top: 2px
}

.cnt-pg .prv-inpt:focus {
    outline: none;
    border-color: #9570F5;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.cnt-pg .prv-inpt:checked {
    border-color: #A21CC4;
    background: #A21CC4;
    box-shadow: inset 0 2px 4px #0000004d 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a
}

.cnt-pg .prv-inpt:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #FEFFE0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.cnt-pg .prv-lbl {
    font-size: 14px;
    line-height: 1.5;
    color: #b8b8b8
}

.cnt-pg .prv-lbl a {
    color: #9570F5;
    text-decoration: none;
    transition: color .2s ease-out;
    position: relative
}

.cnt-pg .prv-lbl a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #9570F5;
    transition: width .28s ease-out
}

.cnt-pg .prv-lbl a:focus::after {
    width: 100%
}

.cnt-pg .prv-lbl a:hover {
    color: #A21CC4
}

.cnt-pg .frm-sbmt {
    background: linear-gradient(135deg, #A21CC4, #9570F5);
    border: none;
    border-radius: 4px;
    padding: 12px 48px;
    font-size: 16px;
    font-weight: 600;
    color: #FEFFE0;
    cursor: pointer;
    transition: transform .2s ease-out, box-shadow .2s ease-out;
    align-self: flex-start;
    position: relative;
    overflow: hidden
}

.cnt-pg .frm-sbmt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #feffe033, transparent);
    transition: left .35s ease-out
}

.cnt-pg .frm-sbmt:hover::before {
    left: 100%
}

.cnt-pg .frm-sbmt:hover {
    transform: translateY(-2px);
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a 2px 12px 60px -2px #a21cc424
}

.cnt-pg .frm-sbmt:active {
    transform: translateY(0);
    box-shadow: inset 0 2px 8px #0000004d
}

.cnt-pg .inf-sctn {
    padding: 96px 24px;
    background: #1a0f14;
    position: relative
}

.cnt-pg .inf-sctn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a21cc44d 20%, #9570f54d 50%, #a21cc44d 80%, transparent)
}

.cnt-pg .inf-ctnr {
    max-width: 1100px;
    margin: 0 auto
}

.cnt-pg .inf-hdr {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%
}

.cnt-pg .inf-hdr::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #A21CC4, #9570F5);
    border-radius: 4px;
    animation: ln-drw 1.8s ease-out forwards
}

@keyframes ln-drw {
    to {
        width: 180px
    }
}

.cnt-pg .inf-grd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px
}

.cnt-pg .inf-crd {
    background: #1a0f1466;
    border: 1px solid #a21cc433;
    border-left: 4px solid #9570F5;
    border-radius: 9px;
    padding: 24px;
    position: relative;
    transition: transform .25s ease-out, box-shadow .25s ease-out
}

.cnt-pg .inf-crd:nth-child(2) {
    border-left-color: #A21CC4
}

.cnt-pg .inf-crd:nth-child(3) {
    border-left-color: #FEFFE0
}

.cnt-pg .inf-crd:hover {
    transform: translateY(-4px);
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a 2px 12px 60px -2px #a21cc424
}

.cnt-pg .inf-icn {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a21cc426;
    border-radius: 9px
}

.cnt-pg .inf-crd:nth-child(2) .inf-icn {
    background: #9570f526
}

.cnt-pg .inf-crd:nth-child(3) .inf-icn {
    background: #feffe014
}

.cnt-pg .icn-svg {
    width: 24px;
    height: 24px;
    stroke: #A21CC4;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cnt-pg .inf-crd:nth-child(2) .icn-svg {
    stroke: #9570F5
}

.cnt-pg .inf-crd:nth-child(3) .icn-svg {
    stroke: #FEFFE0
}

.cnt-pg .inf-ttl {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 12px
}

.cnt-pg .inf-dtl {
    font-size: 16px;
    line-height: 1.5;
    color: #c8c8c8
}

.cnt-pg .inf-dtl a {
    color: #9570F5;
    text-decoration: none;
    transition: color .2s ease-out
}

.cnt-pg .inf-dtl a:hover {
    color: #A21CC4
}

.cnt-pg .dvdr-zg {
    position: relative;
    height: 48px;
    overflow: hidden
}

.cnt-pg .dvdr-zg svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    fill: #0d0609
}

.cnt-pg .pls-anm {
    position: relative
}

.cnt-pg .pls-anm::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #9570F5, transparent);
    animation: pls-cyc 2.4s ease-in-out infinite
}

@keyframes pls-cyc {

    0%,
    100% {
        transform: scaleX(0.3);
        opacity: .4
    }

    50% {
        transform: scaleX(1);
        opacity: 1
    }
}

.cnt-pg .rvl-img {
    opacity: 0;
    transform: translateY(32px);
    animation: rvl-scrl .8s ease-out .2s forwards
}

@keyframes rvl-scrl {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cnt-pg .sld-lft {
    opacity: 0;
    transform: translateX(-48px);
    animation: sld-in-lft .6s ease-out .3s forwards
}

@keyframes sld-in-lft {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.cnt-pg .sld-rght {
    opacity: 0;
    transform: translateX(48px);
    animation: sld-in-rght .6s ease-out .5s forwards
}

@keyframes sld-in-rght {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (max-width: 992px) {
    .cnt-pg .frm-ctnr {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .cnt-pg .inf-grd {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cnt-pg .tp-hdr {
        font-size: 46px
    }

    .cnt-pg .frm-sd-hdr {
        font-size: 33px
    }

    .cnt-pg .frm-mn {
        padding: 24px
    }
}

@media (max-width: 768px) {
    .cnt-pg .tp-hdr {
        font-size: 33px
    }

    .cnt-pg .tp-desc {
        font-size: 16px
    }

    .cnt-pg .frm-sd-hdr {
        font-size: 24px
    }

    .cnt-pg .inf-hdr {
        font-size: 24px
    }

    .cnt-pg .tp-blk,
    .cnt-pg .frm-sctn,
    .cnt-pg .inf-sctn {
        padding: 48px 24px
    }
}

.entr {
    background: #1a0f14;
    color: #e8e4dc;
    overflow-x: clip
}

.entr * {
    box-sizing: border-box
}

.entr img {
    max-width: 100%;
    height: auto;
    display: block
}

.entr .bnr {
    max-width: 1100px;
    margin: 0 auto;
    padding: 96px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative
}

.entr .bnr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 120px;
    background: linear-gradient(180deg, #A21CC4 0%, transparent 100%)
}

.entr .bnr::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background: linear-gradient(270deg, #9570F5 0%, transparent 100%)
}

.entr .bnr-txt h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    font-weight: 700
}

.entr .bnr-txt h1 .acc {
    color: #A21CC4;
    font-weight: 900
}

.entr .bnr-txt .tag {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 24px;
    color: #b8b3a8
}

.entr .bnr-lnk {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.entr .bnr-lnk a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #A21CC4;
    color: #FEFFE0;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background .27s ease-out, transform .19s ease-out, box-shadow .31s ease-out;
    box-shadow: 2px 2px 2px -2px #a21cc412 2px 5px 20px -2px #a21cc41a 2px 12px 60px -2px #a21cc424
}

.entr .bnr-lnk a:hover {
    background: #8a18a3;
    transform: translateY(-2px);
    box-shadow: 2px 5px 20px -2px #a21cc424 2px 12px 60px -2px #a21cc433
}

.entr .bnr-lnk a:hover .arr {
    transform: translateX(4px)
}

.entr .bnr-lnk a:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 8px #0000004d
}

.entr .bnr-lnk .arr {
    width: 16px;
    height: 16px;
    transition: transform .23s ease-out
}

.entr .bnr-lnk .sec {
    background: transparent;
    border: 2px solid #9570F5;
    color: #9570F5;
    box-shadow: none
}

.entr .bnr-lnk .sec:hover {
    background: #9570f51f;
    border-color: #7d5cd1;
    color: #b89fff
}

.entr .bnr-vis {
    position: relative;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 12%)
}

.entr .bnr-vis img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    position: relative
}

.entr .bnr-vis::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, #1a0f14b3 0%, transparent 100%);
    pointer-events: none
}

.entr .avl {
    background: radial-gradient(ellipse 70% 50% at 20% 50%, #a21cc414 0%, transparent 60%);
    padding: 96px 24px;
    position: relative;
    overflow: hidden
}

.entr .avl::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: #9570f50a;
    border-radius: 42px;
    top: -200px;
    right: -100px;
    transform: rotate(25deg);
    pointer-events: none
}

.entr .avl-wrp {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.entr .avl-hd {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    text-align: center;
    font-weight: 700
}

.entr .avl-hd .acc {
    color: #9570F5;
    font-weight: 900
}

.entr .avl-grd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.entr .avl-itm {
    background: #ffffe008;
    border: 1px solid #9570f526;
    border-radius: 9px;
    padding: 24px;
    transition: transform .28s ease-out, border-color .22s ease-out, background .35s ease-out;
    cursor: pointer
}

.entr .avl-itm:hover {
    transform: translateY(-4px);
    border-color: #a21cc466;
    background: #a21cc40f
}

.entr .avl-itm h4 {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #FEFFE0;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.entr .avl-itm h4::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #A21CC4;
    transition: width .38s ease-out
}

.entr .avl-itm:hover h4::after {
    width: 100%
}

.entr .avl-itm p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #b8b3a8
}

.entr .avl-itm .icn {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    background: #a21cc426;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center
}

.entr .avl-itm .icn svg {
    width: 24px;
    height: 24px;
    fill: #A21CC4
}

.entr .scl {
    padding: 96px 24px;
    background: #140a0f;
    position: relative
}

.entr .scl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #9570f533
}

.entr .scl-wrp {
    max-width: 1100px;
    margin: 0 auto
}

.entr .scl-hd {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    font-weight: 700
}

.entr .scl-hd .acc {
    color: #A21CC4;
    font-weight: 900
}

.entr .scl-sub {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 48px;
    color: #b8b3a8;
    max-width: 700px
}

.entr .scl-grd {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 24px
}

.entr .scl-crd {
    background: radial-gradient(ellipse 80% 60% at 30% 40%, #a21cc414 0%, #1a0f1466 70%);
    border: 1px solid #9570f533;
    border-radius: 9px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border-color .25s ease-out, transform .32s ease-out;
    position: relative;
    overflow: hidden
}

.entr .scl-crd::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, #9570f50f 0%, transparent 70%);
    opacity: 0;
    transition: opacity .4s ease-out;
    pointer-events: none
}

.entr .scl-crd:hover::before {
    opacity: 1
}

.entr .scl-crd:hover {
    border-color: #a21cc480;
    transform: scale(1.03)
}

.entr .scl-crd.lrg {
    grid-row: span 2
}

.entr .scl-num {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 900;
    color: #A21CC4;
    margin: 0 0 8px
}

.entr .scl-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #e8e4dc;
    margin: 0;
    font-weight: 600
}

.entr .scl-dsc {
    font-size: 14px;
    line-height: 1.5;
    color: #b8b3a8;
    margin: 8px 0 0
}

.entr .scl-crd.lrg .scl-num {
    font-size: 46px
}

.entr .scl-crd.lrg .scl-lbl {
    font-size: 19px
}

.entr .aud {
    padding: 96px 24px;
    background: radial-gradient(ellipse 60% 50% at 80% 50%, #9570f50f 0%, transparent 60%);
    position: relative
}

.entr .aud-wrp {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.entr .aud-lft h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    font-weight: 700;
    position: sticky;
    top: 24px
}

.entr .aud-lft h2 .acc {
    color: #9570F5;
    font-weight: 900
}

.entr .aud-lft p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #b8b3a8
}

.entr .aud-rgt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.entr .aud-blk {
    background: #ffffe005;
    border-left: 4px solid transparent;
    padding: 24px;
    border-radius: 4px;
    transition: border-color .29s ease-out, background .36s ease-out, transform .21s ease-out
}

.entr .aud-blk:hover {
    border-left-color: #A21CC4;
    background: #a21cc40d;
    transform: translateX(8px)
}

.entr .aud-blk h5 {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #FEFFE0;
    font-weight: 700
}

.entr .aud-blk p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #b8b3a8
}

.entr .aud-blk p:not(:last-child) {
    margin-bottom: 12px
}

.entr .val {
    padding: 96px 24px;
    background: #0f0609;
    position: relative;
    overflow: hidden
}

.entr .val::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #a21cc433
}

.entr .val::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: #9570f508;
    border-radius: 42px;
    bottom: -300px;
    left: -200px;
    transform: rotate(-35deg);
    pointer-events: none
}

.entr .val-wrp {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.entr .val-hd {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    text-align: center;
    font-weight: 700
}

.entr .val-hd .acc {
    color: #A21CC4;
    font-weight: 900
}

.entr .val-grd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.entr .val-crd {
    background: #1a0f1499;
    border: 1px solid #9570f526;
    border-radius: 9px;
    padding: 24px;
    display: flex;
    gap: 24px;
    transition: border-color .26s ease-out, transform .33s ease-out;
    align-items: start
}

.entr .val-crd:hover {
    border-color: #a21cc466;
    transform: translateY(-3px)
}

.entr .val-crd img {
    width: 160px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0
}

.entr .val-crd-txt h6 {
    font-size: 19px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #FEFFE0;
    font-weight: 700
}

.entr .val-crd-txt p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #b8b3a8
}

.entr .prf {
    padding: 96px 24px;
    background: radial-gradient(ellipse 65% 55% at 25% 45%, #a21cc412 0%, transparent 65%);
    position: relative
}

.entr .prf-wrp {
    max-width: 1100px;
    margin: 0 auto
}

.entr .prf-hd {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    font-weight: 700
}

.entr .prf-hd .acc {
    color: #9570F5;
    font-weight: 900
}

.entr .prf-sub {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 48px;
    color: #b8b3a8;
    max-width: 700px
}

.entr .prf-grd {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: center
}

.entr .prf-vis {
    position: relative
}

.entr .prf-vis img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: top;
    border-radius: 9px;
    border: 2px solid #9570f533;
    transition: border-color .3s ease-out
}

.entr .prf-vis:hover img {
    border-color: #a21cc480
}

.entr .prf-cnt h5 {
    font-size: 33px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #FEFFE0;
    font-weight: 700
}

.entr .prf-cnt .rol {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 24px;
    color: #A21CC4;
    font-weight: 600
}

.entr .prf-cnt p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 12px;
    color: #b8b3a8
}

.entr .prf-cnt p:last-of-type {
    margin-bottom: 24px
}

.entr .prf-lst {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none
}

.entr .prf-lst li {
    background: #a21cc426;
    color: #FEFFE0;
    padding: 8px 12px;
    border-radius: 42px;
    font-size: 14px;
    font-weight: 600;
    transition: background .24s ease-out, transform .18s ease-out
}

.entr .prf-lst li:hover {
    background: #9570f540;
    transform: scale(1.05)
}

@media (max-width: 768px) {
    .entr .bnr {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .entr .bnr-txt h1 {
        font-size: 46px
    }

    .entr .avl {
        padding: 48px 24px
    }

    .entr .avl-hd {
        font-size: 33px;
        margin-bottom: 24px
    }

    .entr .avl-grd {
        grid-template-columns: 1fr
    }

    .entr .scl {
        padding: 48px 24px
    }

    .entr .scl-hd {
        font-size: 33px
    }

    .entr .scl-grd {
        grid-template-columns: 1fr 1fr
    }

    .entr .scl-crd.lrg {
        grid-column: span 2;
        grid-row: span 1
    }

    .entr .aud {
        padding: 48px 24px
    }

    .entr .aud-wrp {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .entr .aud-lft h2 {
        font-size: 33px;
        position: static
    }

    .entr .val {
        padding: 48px 24px
    }

    .entr .val-hd {
        font-size: 33px;
        margin-bottom: 24px
    }

    .entr .val-grd {
        grid-template-columns: 1fr
    }

    .entr .val-crd {
        flex-direction: column
    }

    .entr .val-crd img {
        width: 100%;
        height: auto
    }

    .entr .prf {
        padding: 48px 24px
    }

    .entr .prf-hd {
        font-size: 33px
    }

    .entr .prf-grd {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

@keyframes vignette-pulse {

    0%,
    100% {
        box-shadow: inset 0 0 120px 40px #1a0f1499
    }

    50% {
        box-shadow: inset 0 0 160px 60px #1a0f14cc
    }
}

.entr .bnr {
    animation: vignette-pulse 8s ease-in-out infinite
}

.nws {
    background: #1a0f0d;
    color: #e8e4df;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow-x: clip
}

.nws * {
    box-sizing: border-box
}

.nws .ttl-wrp {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    padding: 96px 24px 48px;
    gap: 48px;
    align-items: end;
    overflow: visible
}

.nws .ttl-wrp::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(ellipse 70% 60% at 20% 40%, #a21cc424, transparent);
    top: -80px;
    left: -60px;
    border-radius: 42px;
    filter: blur(48px);
    z-index: 0;
    pointer-events: none
}

.nws .ttl-wrp::after {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    background: radial-gradient(ellipse 65% 55% at 25% 45%, #9570f51c, transparent);
    bottom: 20px;
    left: 120px;
    border-radius: 42px;
    filter: blur(56px);
    z-index: 0;
    pointer-events: none
}

.nws .ttl-ctn {
    position: relative;
    z-index: 1;
    padding-top: 96px
}

.nws .ttl-lbl {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9570F5;
    margin: 0 0 12px
}

.nws .ttl-mn {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    font-weight: 700
}

.nws .ttl-mn .accnt {
    color: #A21CC4;
    font-weight: 800
}

.nws .ttl-dsc {
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    color: #c4bfb8;
    max-width: 420px
}

.nws .ttl-img-wrp {
    position: relative;
    z-index: 1;
    aspect-ratio: 4/3;
    border-radius: 9px;
    overflow: hidden
}

.nws .ttl-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    display: block
}

.nws .pst-grd {
    max-width: 1100px;
    margin: 0 auto;
    padding: 96px 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    position: relative
}

.nws .pst-crd {
    background: linear-gradient(135deg, #a21cc40a, #9570f508);
    border: 1px solid #a21cc426;
    border-radius: 9px;
    overflow: hidden;
    transition: transform .28s ease-out, box-shadow .28s ease-out, border-color .28s ease-out;
    display: flex;
    flex-direction: column;
    position: relative;
    animation: scl-in .35s ease-out backwards
}

.nws .pst-crd:nth-child(1) {
    animation-delay: .05s
}

.nws .pst-crd:nth-child(2) {
    animation-delay: .1s
}

.nws .pst-crd:nth-child(3) {
    animation-delay: .15s
}

.nws .pst-crd:nth-child(4) {
    animation-delay: .2s
}

.nws .pst-crd:nth-child(5) {
    animation-delay: .25s
}

@keyframes scl-in {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.nws .pst-crd:hover {
    transform: translateY(-4px);
    box-shadow: 2px 12px 60px -2px #a21cc424;
    border-color: #a21cc452
}

.nws .pst-img-wrp {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #0f0706
}

.nws .pst-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .42s ease-out
}

.nws .pst-crd:hover .pst-img {
    transform: scale(1.06)
}

.nws .pst-tgs {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 8px;
    z-index: 2
}

.nws .pst-tg {
    background: #A21CC4;
    color: #FEFFE0;
    font-size: 14px;
    line-height: 1.1;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 600
}

.nws .pst-tg.ctg {
    background: #9570F5
}

.nws .pst-bdy {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.nws .pst-hdr {
    margin-bottom: 12px
}

.nws .pst-sbt {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.nws .pst-ttl {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 12px;
    font-weight: 700;
    letter-spacing: -.01em
}

.nws .pst-ttl a {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline;
    background: linear-gradient(to right, #A21CC4, #A21CC4) no-repeat;
    background-size: 0 2px;
    background-position: 0 100%;
    transition: background-size .32s ease-out
}

.nws .pst-ttl a:hover {
    background-size: 100% 2px
}

.nws .pst-dsc {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bfb8;
    margin: 0 0 24px;
    flex: 1
}

.nws .pst-ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #a21cc41f
}

.nws .pst-athr {
    font-size: 14px;
    line-height: 1.5;
    color: #e8e4df;
    font-weight: 600
}

.nws .pst-rdtm {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5
}

.nws .fct-sctn {
    background: #120907;
    padding: 96px 24px;
    position: relative;
    overflow: hidden
}

.nws .fct-sctn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 20%, transparent 8px, #1a0f0d 8px, #1a0f0d 12px, transparent 12px), radial-gradient(circle at 60% 60%, transparent 8px, #1a0f0d 8px, #1a0f0d 12px, transparent 12px), radial-gradient(circle at 80% 40%, transparent 8px, #1a0f0d 8px, #1a0f0d 12px, transparent 12px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px, 10px 30px;
    opacity: .03;
    pointer-events: none
}

.nws .fct-ctn {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.nws .fct-hd {
    font-size: 46px;
    line-height: 1.1;
    margin: 0 0 48px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%
}

.nws .fct-hd::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #A21CC4, #9570F5);
    animation: ln-drw .45s ease-out .3s forwards
}

@keyframes ln-drw {
    to {
        width: 180px
    }
}

.nws .fct-grd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.nws .fct-itm {
    background: linear-gradient(135deg, #a21cc40f, #9570f50a);
    border: 1px solid #a21cc42e;
    border-radius: 9px;
    padding: 24px;
    text-align: center;
    position: relative;
    transition: border-color .24s ease-out
}

.nws .fct-itm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #a21cc414, transparent);
    transition: width .36s ease-out;
    border-radius: 9px 0 0 9px;
    pointer-events: none
}

.nws .fct-itm:hover::before {
    width: 100%
}

.nws .fct-itm:hover {
    border-color: #a21cc461
}

.nws .fct-num {
    width: 64px;
    height: 64px;
    border-radius: 42px;
    background: #A21CC4;
    color: #FEFFE0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 0 auto 12px;
    position: relative;
    z-index: 1
}

.nws .fct-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #e8e4df;
    margin: 0;
    position: relative;
    z-index: 1
}

.nws .tpc-sctn {
    padding: 96px 24px;
    position: relative
}

.nws .tpc-ctn {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start
}

.nws .tpc-sdb {
    position: sticky;
    top: 24px
}

.nws .tpc-hd {
    font-size: 33px;
    line-height: 1.1;
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: -.01em
}

.nws .tpc-txt {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bfb8;
    margin: 0 0 12px
}

.nws .tpc-mn {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.nws .tpc-blk {
    background: linear-gradient(135deg, #9570f50d, #a21cc408);
    border: 1px solid #9570f529;
    border-radius: 9px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .27s ease-out
}

.nws .tpc-blk:hover {
    box-shadow: 2px 5px 20px -2px #9570f51a
}

.nws .tpc-blk::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #a21cc414, transparent 70%);
    top: -60px;
    right: -60px;
    border-radius: 42px;
    pointer-events: none
}

.nws .tpc-sb {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .04em;
    position: relative;
    z-index: 1
}

.nws .tpc-tl {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    position: relative;
    z-index: 1
}

.nws .tpc-ds {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bfb8;
    margin: 0;
    position: relative;
    z-index: 1
}

.nws .cklst-sctn {
    background: linear-gradient(135deg, #0f0706, #1a0f0d);
    padding: 96px 24px;
    position: relative
}

.nws .cklst-sctn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a21cc466, transparent)
}

.nws .cklst-ctn {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 48px;
    align-items: center
}

.nws .cklst-sdb-lft,
.nws .cklst-sdb-rgt {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.nws .cklst-circ {
    width: 48px;
    height: 48px;
    border-radius: 42px;
    border: 2px solid #a21cc44d;
    position: relative;
    transition: border-color .22s ease-out, transform .22s ease-out
}

.nws .cklst-circ:hover {
    border-color: #a21cc499;
    transform: scale(1.08)
}

.nws .cklst-circ::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 42px;
    background: #a21cc433
}

.nws .cklst-circ.fld {
    background: #A21CC4;
    border-color: #A21CC4
}

.nws .cklst-circ.fld::before {
    background: #FEFFE0
}

.nws .cklst-mn {
    background: #a21cc40a;
    border: 1px solid #a21cc424;
    border-radius: 9px;
    padding: 24px
}

.nws .cklst-hd {
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 12px;
    font-weight: 700;
    letter-spacing: -.01em
}

.nws .cklst-prg {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.nws .cklst-lst {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.nws .cklst-itm {
    font-size: 16px;
    line-height: 1.5;
    color: #c4bfb8;
    padding-left: 32px;
    position: relative
}

.nws .cklst-itm::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #A21CC4;
    border-radius: 4px
}

.nws .cklst-itm.dn::before {
    background: #A21CC4
}

.nws .cklst-itm.dn::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #FEFFE0;
    border-bottom: 2px solid #FEFFE0;
    transform: rotate(-45deg)
}

.nws .tstmnl-sctn {
    padding: 96px 24px;
    position: relative;
    overflow: hidden
}

.nws .tstmnl-sctn::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(ellipse 60% 70% at 30% 40%, #9570f514, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 42px;
    filter: blur(72px);
    pointer-events: none
}

.nws .tstmnl-ctn {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.nws .tstmnl-hd {
    font-size: 46px;
    line-height: 1.1;
    margin: 0 0 48px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: center
}

.nws .tstmnl-grd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.nws .tstmnl-crd {
    background: linear-gradient(135deg, #a21cc40d, #9570f50a);
    border: 1px solid #a21cc429;
    border-radius: 9px;
    padding: 24px;
    transition: transform .25s ease-out, box-shadow .25s ease-out
}

.nws .tstmnl-crd:hover {
    transform: translateY(-4px);
    box-shadow: 2px 12px 60px -2px #a21cc424
}

.nws .tstmnl-qt {
    font-size: 19px;
    line-height: 1.5;
    color: #e8e4df;
    margin: 0 0 24px;
    font-style: italic
}

.nws .tstmnl-athr {
    display: flex;
    align-items: center;
    gap: 12px
}

.nws .tstmnl-img {
    width: 56px;
    height: 56px;
    border-radius: 42px;
    object-fit: cover;
    object-position: top;
    border: 2px solid #a21cc44d
}

.nws .tstmnl-nm {
    font-size: 16px;
    line-height: 1.5;
    color: #e8e4df;
    margin: 0;
    font-weight: 600
}

.nws .tstmnl-rl {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5;
    margin: 0
}

.nws .cta-sctn {
    background: linear-gradient(135deg, #0f0706, #1a0f0d);
    padding: 96px 24px;
    position: relative;
    overflow: hidden
}

.nws .cta-sctn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #9570f566, transparent)
}

.nws .cta-sctn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #9570f566, transparent)
}

.nws .cta-ctn {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.nws .cta-hd {
    font-size: 46px;
    line-height: 1.1;
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: -.02em
}

.nws .cta-txt {
    font-size: 19px;
    line-height: 1.5;
    color: #c4bfb8;
    margin: 0 0 48px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.nws .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #A21CC4;
    color: #FEFFE0;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background .21s ease-out, box-shadow .21s ease-out, transform .21s ease-out;
    box-shadow: 2px 2px 2px -2px #a21cc412;
    position: relative;
    overflow: hidden
}

.nws .cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff1a, transparent);
    transition: left .38s ease-out
}

.nws .cta-btn:hover::before {
    left: 100%
}

.nws .cta-btn:hover {
    background: #8e19a8;
    box-shadow: 2px 5px 20px -2px #a21cc41a;
    transform: translateY(-2px)
}

.nws .cta-btn:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 4px #0003
}

.nws .cta-icn {
    width: 16px;
    height: 16px;
    transition: transform .21s ease-out
}

.nws .cta-btn:hover .cta-icn {
    transform: translateX(4px)
}

@media (max-width: 768px) {
    .nws .ttl-wrp {
        grid-template-columns: 1fr;
        padding: 48px 24px 24px;
        gap: 24px
    }

    .nws .ttl-ctn {
        padding-top: 48px
    }

    .nws .ttl-mn {
        font-size: 46px
    }

    .nws .pst-grd {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .nws .fct-hd {
        font-size: 33px
    }

    .nws .fct-grd {
        grid-template-columns: repeat(2, 1fr)
    }

    .nws .tpc-ctn {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .nws .tpc-sdb {
        position: static
    }

    .nws .cklst-ctn {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .nws .cklst-sdb-lft,
    .nws .cklst-sdb-rgt {
        flex-direction: row;
        justify-content: center
    }

    .nws .tstmnl-hd {
        font-size: 33px
    }

    .nws .tstmnl-grd {
        grid-template-columns: 1fr
    }

    .nws .cta-hd {
        font-size: 33px
    }
}

@media (max-width: 480px) {
    .nws .ttl-mn {
        font-size: 33px
    }

    .nws .fct-grd {
        grid-template-columns: 1fr
    }
}

.abt-us {
    background: #1a1614;
    color: #e8e6e4;
    max-width: 1100px;
    margin: 0 auto
}

.abt-us ::selection {
    background: #a21cc42e;
    color: #e8e6e4
}

.abt-us .lbl-ovr {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9570F5;
    margin: 0 0 12px;
    display: block
}

.abt-us .intro-zone {
    padding: 96px 24px 48px;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden
}

.abt-us .intro-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #A21CC4 0px, #A21CC4 8px, transparent 8px, transparent 16px)
}

.abt-us .intro-zone::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #9570F5 0px, #9570F5 8px, transparent 8px, transparent 16px)
}

.abt-us .img-crop {
    position: relative;
    width: 100%;
    clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%);
    animation: clp-expand .35s ease-out forwards
}

@keyframes clp-expand {
    from {
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%)
    }

    to {
        clip-path: polygon(12% 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 12%)
    }
}

.abt-us .img-crop img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    filter: contrast(1.08) brightness(0.96) grayscale(0.12)
}

.abt-us .txt-zone h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    color: #FEFFE0
}

.abt-us .txt-zone h1 .num-acc {
    color: #A21CC4;
    font-weight: 700
}

.abt-us .txt-zone p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 12px
}

.abt-us .txt-zone p:last-child {
    margin-bottom: 0
}

.abt-us .dec-shape {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 42px;
    background: radial-gradient(ellipse 70% 60% at 35% 40%, #a21cc414, transparent);
    top: 48px;
    right: 96px;
    pointer-events: none;
    z-index: 0
}

.abt-us .mission-wrap {
    padding: 96px 24px;
    background: #9570f508;
    position: relative
}

.abt-us .mission-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(to right, #9570F5 0px, #9570F5 6px, transparent 6px, transparent 14px)
}

.abt-us .mission-wrap h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    text-align: center;
    color: #FEFFE0;
    position: relative;
    display: inline-block;
    width: 100%
}

.abt-us .mission-wrap h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #A21CC4, transparent);
    animation: ln-draw .4s ease-out .2s forwards
}

@keyframes ln-draw {
    to {
        width: 240px
    }
}

.abt-us .cols-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 48px;
    align-items: start
}

.abt-us .cols-grid .col-intro {
    font-size: 19px;
    line-height: 1.5;
    color: #9570F5;
    margin: 0
}

.abt-us .cols-grid .col-main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .cols-grid .col-main p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.abt-us .cols-grid .col-main p strong {
    color: #A21CC4;
    font-weight: 700
}

.abt-us .team-sec {
    padding: 96px 24px;
    position: relative
}

.abt-us .team-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #A21CC4 0px, #A21CC4 8px, transparent 8px, transparent 16px)
}

.abt-us .team-sec h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 48px;
    color: #FEFFE0
}

.abt-us .team-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start
}

.abt-us .prof-card {
    background: #feffe005;
    padding: 24px;
    border-radius: 9px;
    box-shadow: 2px 5px 20px -2px #a21cc41a;
    transition: box-shadow .28s ease-out, transform .28s ease-out
}

.abt-us .prof-card:hover {
    box-shadow: 2px 12px 60px -2px #a21cc424;
    transform: translateY(-4px)
}

.abt-us .prof-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
    display: block;
    margin: 0 0 12px
}

.abt-us .prof-card h4 {
    font-size: 19px;
    line-height: 1.1;
    margin: 0 0 4px;
    color: #FEFFE0
}

.abt-us .prof-card .role {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5;
    margin: 0
}

.abt-us .team-txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .team-txt p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.abt-us .team-txt .highlight {
    background: #a21cc414;
    padding: 24px;
    border-radius: 9px;
    border-left: 4px solid #A21CC4
}

.abt-us .team-txt .highlight p {
    color: #FEFFE0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.abt-us .form-sec {
    padding: 96px 24px;
    background: radial-gradient(ellipse 85% 70% at 25% 35%, #9570f50d, #1a161400);
    position: relative
}

.abt-us .form-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(to right, #9570F5 0px, #9570F5 6px, transparent 6px, transparent 14px)
}

.abt-us .form-sec h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 12px;
    color: #FEFFE0
}

.abt-us .form-sec .intro-txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 48px;
    max-width: 680px
}

.abt-us .contact-form {
    max-width: 780px;
    background: #feffe005;
    padding: 48px;
    border-radius: 9px;
    box-shadow: 2px 5px 20px -2px #9570f51a
}

.abt-us .contact-form .row-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 0 0 24px
}

.abt-us .contact-form .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 24px
}

.abt-us .contact-form label {
    font-size: 14px;
    line-height: 1.5;
    color: #9570F5;
    text-transform: uppercase;
    letter-spacing: .06em
}

.abt-us .contact-form input[type="text"],
.abt-us .contact-form input[type="email"],
.abt-us .contact-form input[type="tel"],
.abt-us .contact-form select {
    width: 100%;
    padding: 12px;
    background: #1a161499;
    border: 1px solid #9570f533;
    border-radius: 4px;
    color: #e8e6e4;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color .22s ease-out, box-shadow .22s ease-out
}

.abt-us .contact-form input[type="text"]::placeholder,
.abt-us .contact-form input[type="email"]::placeholder,
.abt-us .contact-form input[type="tel"]::placeholder {
    color: #e8e6e466;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .04em
}

.abt-us .contact-form input[type="text"]:focus,
.abt-us .contact-form input[type="email"]:focus,
.abt-us .contact-form input[type="tel"]:focus,
.abt-us .contact-form select:focus {
    outline: none;
    border-color: #A21CC4;
    box-shadow: 0 0 0 3px #a21cc426
}

.abt-us .contact-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239570F5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px
}

.abt-us .contact-form .radio-grp {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px
}

.abt-us .contact-form .radio-grp .lbl-ovr {
    margin-bottom: 4px
}

.abt-us .contact-form .radio-opts {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.abt-us .contact-form .radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.abt-us .contact-form input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #9570f566;
    border-radius: 42px;
    background: #1a161499;
    cursor: pointer;
    position: relative;
    transition: border-color .18s ease-out, background .18s ease-out;
    flex-shrink: 0
}

.abt-us .contact-form input[type="radio"]:checked {
    border-color: #A21CC4;
    background: #a21cc426
}

.abt-us .contact-form input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #A21CC4;
    border-radius: 42px
}

.abt-us .contact-form input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px #a21cc426
}

.abt-us .contact-form .radio-item span {
    font-size: 16px;
    line-height: 1.5;
    color: #e8e6e4;
    cursor: pointer
}

.abt-us .contact-form .privacy-chk {
    display: flex;
    align-items: start;
    gap: 12px;
    margin: 0 0 24px
}

.abt-us .contact-form input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #9570f566;
    border-radius: 4px;
    background: #1a161499;
    cursor: pointer;
    position: relative;
    transition: border-color .18s ease-out, background .18s ease-out;
    flex-shrink: 0;
    margin-top: 2px
}

.abt-us .contact-form input[type="checkbox"]:checked {
    border-color: #A21CC4;
    background: #A21CC4
}

.abt-us .contact-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #FEFFE0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.abt-us .contact-form input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px #a21cc426
}

.abt-us .contact-form .privacy-chk label {
    font-size: 14px;
    line-height: 1.5;
    color: #e8e6e4cc;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer
}

.abt-us .contact-form .privacy-chk label a {
    color: #9570F5;
    text-decoration: none;
    transition: color .2s ease-out;
    position: relative
}

.abt-us .contact-form .privacy-chk label a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #9570F5;
    transition: width .25s ease-out
}

.abt-us .contact-form .privacy-chk label a:focus::after {
    width: 100%
}

.abt-us .contact-form .privacy-chk label a:hover {
    color: #A21CC4
}

.abt-us .contact-form button[type="submit"] {
    padding: 12px 48px;
    background: linear-gradient(135deg, #A21CC4, #9570F5);
    color: #FEFFE0;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease-out, box-shadow .2s ease-out;
    box-shadow: 2px 2px 2px -2px #a21cc412;
    position: relative;
    overflow: hidden
}

.abt-us .contact-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 2px 5px 20px -2px #a21cc41a
}

.abt-us .contact-form button[type="submit"]:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 8px #0000004d
}

.abt-us .contact-form button[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px #a21cc440 !important
}

.abt-us .stat-cluster {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 48px 0 0
}

.abt-us .stat-box {
    background: #1a161466;
    padding: 24px;
    border-radius: 9px;
    border: 1px solid #9570f526;
    transition: border-color .32s ease-out, transform .32s ease-out;
    position: relative
}

.abt-us .stat-box:hover {
    border-color: #a21cc466;
    transform: scale(1.03)
}

.abt-us .stat-box:hover::before {
    opacity: 1
}

.abt-us .stat-box::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 9px;
    padding: 1px;
    background: linear-gradient(135deg, #A21CC4, #9570F5);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .32s ease-out;
    pointer-events: none
}

.abt-us .stat-box .num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #A21CC4;
    margin: 0 0 8px;
    display: block
}

.abt-us .stat-box .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #e8e6e4b3;
    margin: 0
}

@media (max-width: 900px) {
    .abt-us .intro-zone {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .abt-us .cols-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt-us .team-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt-us .contact-form .row-pair {
        grid-template-columns: 1fr
    }

    .abt-us .stat-cluster {
        grid-template-columns: 1fr
    }

    .abt-us .contact-form {
        padding: 24px
    }

    .abt-us .dec-shape {
        display: none
    }
}

@media (max-width: 600px) {
    .abt-us .txt-zone h1 {
        font-size: 33px
    }

    .abt-us .mission-wrap h2,
    .abt-us .team-sec h2,
    .abt-us .form-sec h2 {
        font-size: 24px
    }

    .abt-us .cols-grid .col-intro {
        font-size: 16px
    }

    .abt-us .stat-box .num {
        font-size: 33px
    }
}

.booking-confirm {
    background: #1a0f14;
    color: #e8e4e1;
    min-height: 100vh;
    padding: 96px 24px
}

.booking-confirm .conf-wrap {
    max-width: 1100px;
    margin: 0 auto
}

.booking-confirm .status-card {
    background: linear-gradient(137deg, #2a1a2e 0%, #1a0f14 100%);
    border-radius: 9px;
    padding: 48px;
    margin: 0 0 48px;
    box-shadow: 2px 5px 20px -2px #a21cc41a;
    text-align: center
}

.booking-confirm .check-icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    border-radius: 42px;
    background: linear-gradient(137deg, #A21CC4 0%, #9570F5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 12px 60px -2px #a21cc424
}

.booking-confirm .check-icon svg {
    width: 42px;
    height: 42px;
    stroke: #FEFFE0;
    stroke-width: 3;
    fill: none
}

.booking-confirm .status-card h1 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 12px;
    color: #FEFFE0
}

.booking-confirm .status-card .conf-msg {
    font-size: 19px;
    line-height: 1.5;
    color: #b8b0ad;
    margin: 0
}

.booking-confirm .detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 0 0 48px
}

.booking-confirm .detail-item {
    background: #231419;
    border-radius: 4px;
    padding: 24px;
    border-left: 3px solid #A21CC4;
    transition: border-color .22s ease-out
}

.booking-confirm .detail-item:hover {
    border-left-color: #9570F5
}

.booking-confirm .detail-item .label {
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #7a6f6c;
    margin: 0 0 8px
}

.booking-confirm .detail-item .value {
    font-size: 19px;
    line-height: 1.5;
    color: #e8e4e1;
    margin: 0
}

.booking-confirm .info-section {
    background: #231419;
    border-radius: 9px;
    padding: 48px;
    margin: 0 0 24px
}

.booking-confirm .info-section h2 {
    font-size: 33px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    color: #FEFFE0;
    position: relative;
    display: inline-block
}

.booking-confirm .info-section h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #A21CC4 0%, #9570F5 100%);
    transform: scaleX(0);
    transform-origin: left;
    animation: draw-line .38s ease-out .2s forwards
}

@keyframes draw-line {
    to {
        transform: scaleX(1)
    }
}

.booking-confirm .info-section .info-text {
    font-size: 16px;
    line-height: 1.5;
    color: #b8b0ad;
    margin: 0 0 12px
}

.booking-confirm .info-section .info-text:last-child {
    margin: 0
}

.booking-confirm .info-section .info-text strong {
    color: #A21CC4;
    font-weight: 600
}

.booking-confirm .action-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 48px 0 0
}

.booking-confirm .btn-primary {
    background: linear-gradient(137deg, #A21CC4 0%, #9570F5 100%);
    color: #FEFFE0;
    font-size: 16px;
    line-height: 1.1;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: transform .19s ease-out, box-shadow .19s ease-out;
    box-shadow: 2px 2px 2px -2px #a21cc412;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.booking-confirm .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 2px 12px 60px -2px #a21cc424
}

.booking-confirm .btn-primary:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 8px #0000004d
}

.booking-confirm .btn-primary svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    transition: transform .27s ease-out
}

.booking-confirm .btn-primary:hover svg {
    transform: translateX(4px)
}

.booking-confirm .btn-secondary {
    background: transparent;
    color: #b8b0ad;
    font-size: 16px;
    line-height: 1.1;
    padding: 12px 24px;
    border: 1px solid #3a2f32;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .24s ease-out, color .24s ease-out;
    text-decoration: none;
    display: inline-flex;
    align-items: center
}

.booking-confirm .btn-secondary:hover {
    border-color: #9570F5;
    color: #e8e4e1
}

.booking-confirm .contact-block {
    background: radial-gradient(ellipse 80% 100% at 20% 50%, #a21cc414 0%, #1a0f1400 60%);
    border-radius: 9px;
    padding: 48px;
    text-align: center
}

.booking-confirm .contact-block h3 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin: 0 0 12px;
    color: #e8e4e1
}

.booking-confirm .contact-block .contact-text {
    font-size: 16px;
    line-height: 1.5;
    color: #b8b0ad;
    margin: 0 0 24px
}

.booking-confirm .contact-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.booking-confirm .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.1;
    color: #9570F5;
    text-decoration: none;
    transition: color .21s ease-out
}

.booking-confirm .contact-link:hover {
    color: #A21CC4
}

.booking-confirm .contact-link svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2
}

@media (max-width: 768px) {
    .booking-confirm {
        padding: 48px 12px
    }

    .booking-confirm .status-card {
        padding: 24px
    }

    .booking-confirm .status-card h1 {
        font-size: 33px
    }

    .booking-confirm .info-section {
        padding: 24px
    }

    .booking-confirm .info-section h2 {
        font-size: 24px
    }

    .booking-confirm .detail-grid {
        grid-template-columns: 1fr
    }

    .booking-confirm .action-row {
        flex-direction: column
    }

    .booking-confirm .btn-primary,
    .booking-confirm .btn-secondary {
        width: 100%;
        justify-content: center
    }

    .booking-confirm .contact-block {
        padding: 24px
    }

    .booking-confirm .contact-links {
        flex-direction: column;
        gap: 12px
    }
}