:root {
    --navy-950: #0b1425;
    --navy-900: #111c33;
    --gold-500: #cda349;
    --gold-400: #d9b869;
    --white: #ffffff;
    --text-soft: rgba(255, 255, 255, 0.78);
    --border-soft: rgba(255, 255, 255, 0.1);
    --surface-light: #f5f6f8;
    --surface-card: rgba(255, 255, 255, 0.04);
    --shadow-lg: 0 24px 70px rgba(4, 10, 24, 0.26);
    --container-max: 1320px;
    --container-gutter: 24px;
    --container: min(var(--container-max), calc(100% - var(--container-gutter)));
    --brand-orange: #e74b37;
    --brand-navy: #1d4c9e;
    --brand-yellow: #edb513;
    --brand-green: #03ca97;
}

/* Site search */
.site-search-page {
    min-height: 65vh;
    background: #f7f9fc;
}

.site-search-hero {
    position: relative;
    overflow: hidden;
    padding: 32px 0 86px;
    color: #fff;
    background:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(120deg, #153e7d 0%, #2157a5 56%, #2f7fca 100%);
    background-size: 64px 64px, 64px 64px, auto;
}

.site-search-hero::after {
    position: absolute;
    top: -170px;
    right: 3%;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: "";
}

.site-search-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 700;
}

.site-search-breadcrumb a {
    color: #fff;
}

.site-search-breadcrumb i,
.site-search-breadcrumb span {
    color: rgba(255, 255, 255, .72);
}

.site-search-breadcrumb i {
    font-size: 9px;
}

.site-search-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.site-search-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #ffd04a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.site-search-hero__eyebrow::before {
    width: 26px;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
    content: "";
}

.site-search-hero h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
}

.site-search-hero p {
    max-width: 640px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
}

.site-search-hero__icon {
    display: grid;
    width: 104px;
    height: 104px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 28px;
    background: rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    font-size: 34px;
}

.site-search-content {
    position: relative;
    z-index: 2;
    padding: 0 0 80px;
}

.site-search-form {
    margin-top: -50px;
    padding: 22px;
    border: 1px solid #e0e7f1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(26, 57, 105, .14);
}

.site-search-form > label {
    display: block;
    margin: 0 0 8px 4px;
    color: #34445f;
    font-size: 13px;
    font-weight: 750;
}

.site-search-form__control {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    min-height: 58px;
    overflow: hidden;
    border: 1px solid #d6deea;
    border-radius: 14px;
    background: #fbfcfe;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.site-search-form__control:focus-within {
    border-color: #245baa;
    box-shadow: 0 0 0 4px rgba(36, 91, 170, .1);
}

.site-search-form__control > i {
    margin-left: 18px;
    color: #6d7e98;
}

.site-search-form__control input {
    min-width: 0;
    height: 58px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172944;
    font-size: 17px;
}

.site-search-form__control > a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #76869e;
    text-decoration: none;
}

.site-search-form__control > a:hover {
    background: #eef2f8;
    color: #e84b3c;
}

.site-search-form__control button {
    align-self: stretch;
    min-width: 118px;
    margin: 5px;
    border: 0;
    border-radius: 11px;
    background: #ef4b3a;
    color: #fff;
    font-weight: 800;
    transition: background-color .2s ease, transform .2s ease;
}

.site-search-form__control button:hover {
    background: #d93c2d;
    transform: translateY(-1px);
}

.site-search-form__control button i {
    margin-left: 8px;
    font-size: 12px;
}

.site-search-form > small {
    display: block;
    margin: 7px 0 0 4px;
    color: #8491a5;
    font-size: 12px;
}

.site-search-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px 24px;
    margin: 42px 0 18px;
}

.site-search-summary > div:first-child span {
    color: #ef4b3a;
    font-size: 13px;
    font-weight: 800;
}

.site-search-summary h2 {
    margin: 3px 0 0;
    color: #153f7c;
    font-size: 27px;
    font-weight: 800;
}

.site-search-summary > p {
    grid-column: 2;
    margin: 0;
    color: #7b899d;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.site-search-summary__types {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.site-search-summary__types span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dce4ef;
    border-radius: 99px;
    background: #fff;
    color: #52627a;
    font-size: 12px;
    font-weight: 750;
}

.site-search-summary__types i {
    color: #2b68b4;
}

.site-search-results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.site-search-result {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e0e7f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 55, 93, .055);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-search-result:hover {
    border-color: #c9d7ea;
    box-shadow: 0 18px 38px rgba(30, 55, 93, .11);
    transform: translateY(-3px);
}

.site-search-result > a {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    min-height: 190px;
    color: inherit;
    text-decoration: none;
}

.site-search-result__media {
    display: grid;
    overflow: hidden;
    place-items: center;
    background: linear-gradient(145deg, #e9f1fc, #f4f7fb);
    color: #2c66ad;
    font-size: 34px;
}

.site-search-result--news .site-search-result__media {
    background: #fff0ed;
    color: #e84b3c;
}

.site-search-result--publication .site-search-result__media {
    background: #fff7dc;
    color: #d59700;
}

.site-search-result__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-search-result__body {
    display: flex;
    min-width: 0;
    padding: 20px 22px;
    flex-direction: column;
}

.site-search-result__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: #8a97aa;
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.site-search-result__meta > span {
    color: #ef4b3a;
    letter-spacing: .04em;
}

.site-search-result__body > strong {
    display: -webkit-box;
    overflow: hidden;
    color: #15263f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.site-search-result__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0;
    color: #66758a;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.site-search-result__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
    color: #245aa6;
    font-size: 12px;
    font-weight: 800;
}

.site-search-result:hover .site-search-result__link i {
    transform: translateX(3px);
}

.site-search-result__link i {
    font-size: 10px;
    transition: transform .2s ease;
}

.site-search-state {
    max-width: 650px;
    margin: 62px auto 0;
    padding: 50px 30px;
    border: 1px solid #e1e7f0;
    border-radius: 22px;
    background: #fff;
    text-align: center;
}

.site-search-state > span {
    display: grid;
    width: 66px;
    height: 66px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 20px;
    background: #edf4fd;
    color: #245da9;
    font-size: 24px;
}

.site-search-state h2 {
    margin: 0;
    color: #153e7b;
    font-size: 25px;
    font-weight: 800;
}

.site-search-state p {
    max-width: 500px;
    margin: 10px auto 0;
    color: #6a788c;
    line-height: 1.6;
}

.site-search-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 32px;
}

.site-search-pagination a,
.site-search-pagination > span {
    display: grid;
    min-width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #dce4ef;
    border-radius: 11px;
    background: #fff;
    color: #40516b;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.site-search-pagination a:hover,
.site-search-pagination a.is-active {
    border-color: #245aa6;
    background: #245aa6;
    color: #fff;
}

@media (max-width: 767.98px) {
    .site-search-hero {
        padding: 24px 0 78px;
    }

    .site-search-hero__icon {
        display: none;
    }

    .site-search-hero h1 {
        font-size: 42px;
    }

    .site-search-hero p {
        font-size: 15px;
    }

    .site-search-form {
        padding: 14px;
        border-radius: 16px;
    }

    .site-search-form__control {
        grid-template-columns: auto minmax(0, 1fr) auto;
        overflow: visible;
    }

    .site-search-form__control button {
        grid-column: 1 / -1;
        min-height: 46px;
        margin: 8px 0 0;
    }

    .site-search-form__control > a {
        grid-column: 3;
    }

    .site-search-summary {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .site-search-summary__types {
        justify-content: flex-start;
    }

    .site-search-summary > p {
        grid-column: 1;
        text-align: left;
    }

    .site-search-results {
        grid-template-columns: 1fr;
    }

    .site-search-result > a {
        grid-template-columns: 104px minmax(0, 1fr);
        min-height: 176px;
    }

    .site-search-result__body {
        padding: 17px;
    }

    .site-search-result__body > strong {
        font-size: 16px;
    }
}

@media (max-width: 1399.98px) {
    :root {
        --container-max: 1140px;
    }
}

@media (max-width: 1199.98px) {
    :root {
        --container-max: 100%;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', sans-serif;
    color: #09111d;
    background: var(--surface-light);
}

body.is-home-page {
    overflow: hidden;
    background: var(--navy-950);
}

body.has-lightbox-open {
    overflow: hidden;
}

[data-animation] {
    --animation-duration: 0.5s;
    --animation-delay: 0s;
}

.vcms-animate {
    animation-duration: var(--animation-duration);
    animation-delay: var(--animation-delay);
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

[data-animation][data-animation-trigger="on-scroll"]:not(.vcms-animate) {
    opacity: 0;
}

@keyframes vcms-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.vcms-animate[data-animation="fade-in"] { animation-name: vcms-fade-in; }

@keyframes vcms-fade-in-up {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.vcms-animate[data-animation="fade-in-up"] { animation-name: vcms-fade-in-up; }

@keyframes vcms-fade-in-down {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

.vcms-animate[data-animation="fade-in-down"] { animation-name: vcms-fade-in-down; }

@keyframes vcms-fade-in-left {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

.vcms-animate[data-animation="fade-in-left"] { animation-name: vcms-fade-in-left; }

@keyframes vcms-fade-in-right {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

.vcms-animate[data-animation="fade-in-right"] { animation-name: vcms-fade-in-right; }

@keyframes vcms-slide-up {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.vcms-animate[data-animation="slide-up"] { animation-name: vcms-slide-up; }

@keyframes vcms-slide-down {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.vcms-animate[data-animation="slide-down"] { animation-name: vcms-slide-down; }

@keyframes vcms-slide-left {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

.vcms-animate[data-animation="slide-left"] { animation-name: vcms-slide-left; }

@keyframes vcms-slide-right {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.vcms-animate[data-animation="slide-right"] { animation-name: vcms-slide-right; }

@keyframes vcms-zoom-in {
    from { opacity: 0; transform: scale(0.5); }
    to { opacity: 1; transform: scale(1); }
}

.vcms-animate[data-animation="zoom-in"] { animation-name: vcms-zoom-in; }

@keyframes vcms-zoom-out {
    from { opacity: 0; transform: scale(1.5); }
    to { opacity: 1; transform: scale(1); }
}

.vcms-animate[data-animation="zoom-out"] { animation-name: vcms-zoom-out; }

@keyframes vcms-flip-x {
    from { opacity: 0; transform: perspective(400px) rotateX(90deg); }
    to { opacity: 1; transform: perspective(400px) rotateX(0); }
}

.vcms-animate[data-animation="flip-x"] { animation-name: vcms-flip-x; }

@keyframes vcms-flip-y {
    from { opacity: 0; transform: perspective(400px) rotateY(90deg); }
    to { opacity: 1; transform: perspective(400px) rotateY(0); }
}

.vcms-animate[data-animation="flip-y"] { animation-name: vcms-flip-y; }

@keyframes vcms-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
}

.vcms-animate[data-animation="bounce"] { animation-name: vcms-bounce; }

@keyframes vcms-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.vcms-animate[data-animation="pulse"] { animation-name: vcms-pulse; }

@keyframes vcms-shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.vcms-animate[data-animation="shake"] { animation-name: vcms-shake; }

@keyframes vcms-rotate-in {
    from { opacity: 0; transform: rotate(-180deg); }
    to { opacity: 1; transform: rotate(0); }
}

.vcms-animate[data-animation="rotate-in"] { animation-name: vcms-rotate-in; }

[data-ve-lightbox-trigger],
[data-ve-click-action="lightbox"] {
    cursor: zoom-in;
}

[data-lightbox-type="video"],
[data-lightbox-type="iframe"],
[data-media-type="video"] {
    cursor: pointer;
}

[data-ve-click-action="url"] {
    cursor: pointer;
}

[data-ve-lightbox-trigger]:focus-visible,
[data-ve-click-action="lightbox"]:focus-visible,
[data-ve-click-action="url"]:focus-visible {
    outline: 2px solid #d4a94f;
    outline-offset: 4px;
}


a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.ve-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
}

.ve-lightbox.is-open {
    display: block;
}

.ve-lightbox__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(4, 10, 24, 0.86);
    backdrop-filter: blur(8px);
    cursor: zoom-out;
}

.ve-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
    width: min(1400px, calc(100vw - 48px));
    height: min(900px, calc(100vh - 48px));
    margin: 24px auto;
}

.ve-lightbox__figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.ve-lightbox__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 220px;
    opacity: var(--ve-lightbox-swipe-opacity, 1);
    transform: translate3d(var(--ve-lightbox-swipe-x, 0), 0, 0);
    will-change: transform, opacity;
}

.ve-lightbox.has-multiple-items.is-image-active .ve-lightbox__media {
    touch-action: pan-y pinch-zoom;
    cursor: grab;
}

.ve-lightbox.is-swiping .ve-lightbox__media {
    cursor: grabbing;
    transition: none;
}

.ve-lightbox.is-swipe-animating .ve-lightbox__media {
    transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.ve-lightbox__image,
.ve-lightbox__video,
.ve-lightbox__iframe {
    width: 100%;
    max-height: calc(100vh - 130px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
}

.ve-lightbox__image,
.ve-lightbox__video {
    object-fit: contain;
}

.ve-lightbox__image {
    -webkit-user-drag: none;
    user-select: none;
}

.ve-lightbox__iframe {
    aspect-ratio: 16 / 9;
    height: min(78vh, 720px);
    border: 0;
}

.ve-lightbox__caption {
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.ve-lightbox__close,
.ve-lightbox__nav {
    border: 0;
    cursor: pointer;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.ve-lightbox__close:hover,
.ve-lightbox__nav:hover {
    background: rgba(205, 163, 73, 0.86);
    transform: translateY(-1px);
}

.ve-lightbox__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    font-size: 28px;
    line-height: 1;
}

.ve-lightbox__nav {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    font-size: 34px;
    line-height: 1;
    justify-self: center;
}

.ve-yandex-map {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 28px;
    background: #1b2434;
}

.ve-yandex-map__canvas,
.ve-yandex-map [data-ve-yandex-map-canvas] {
    width: 100%;
    height: 100%;
    min-height: 360px;
}

.ve-yandex-map__directions {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--gold-500);
    color: #0b1425;
    padding: 14px 20px;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(11, 20, 37, 0.22);
    z-index: 2;
}

.ve-yandex-map__directions:hover {
    background: var(--gold-400);
}

.ve-yandex-map__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

@media (max-width: 767px) {
    .ve-lightbox__dialog {
        grid-template-columns: 1fr;
        width: calc(100vw - 24px);
        height: calc(100vh - 24px);
        margin: 12px auto;
    }

    .ve-lightbox__nav {
        position: absolute;
        bottom: 86px;
        z-index: 2;
    }

    .ve-lightbox__nav--prev {
        left: 10px;
    }

    .ve-lightbox__nav--next {
        right: 10px;
    }

    .ve-lightbox__image,
    .ve-lightbox__video,
    .ve-lightbox__iframe {
        max-height: calc(100vh - 170px);
    }

    .ve-lightbox__iframe {
        height: auto;
    }
}

.site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: rgba(11, 20, 37, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header--home {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    border-bottom: 0;
}

.site-header__inner,
.site-footer__inner,
.section-shell,
.page-hero__content,
.hero-home__content,
.site-main .oran-contact-shell {
    width: var(--container);
    margin: 0 auto;
}

.site-main .oran-contact-shell {
    width: 100%;
    max-width: var(--container-max);
    padding-inline: 12px;
}

.site-header__inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo img {
    height: 44px;
}

.site-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #ffffff;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.site-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav-backdrop {
    display: none;
}

.site-mobile-socials {
    display: none;
}

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

.site-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 16px;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--gold-400);
}

.site-nav a.is-active::after,
.site-nav a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 2px;
    background: var(--gold-500);
}

.site-cta {
    background: var(--gold-500);
    color: #101820;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 14px;
}

.site-cta--mobile {
    display: none;
}

.site-header--home .site-cta {
    box-shadow: 0 16px 40px rgba(205, 163, 73, 0.24);
}

.site-main {
    flex: 1;
}

.hero-home,
.page-hero {
    position: relative;
    overflow: hidden;
    background: var(--navy-950);
    color: var(--white);
}

.hero-home {
    min-height: 100vh;
    height: 100vh;
}

.hero-home::before,
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
}

.hero-home__slides,
.home-hero__slides,
.home-hero__slide {
    position: absolute;
    inset: 0;
}

.home-hero {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    color: var(--white);
    background: var(--navy-950);
}

.home-hero__slide {
    opacity: 0;
    transform: scale(1.035);
    transition: opacity 700ms ease, transform 900ms ease;
    poManrope-events: none;
}

.home-hero__slide.is-active {
    opacity: 1;
    transform: scale(1);
    poManrope-events: auto;
}

.home-hero__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__overlay,
.hero-home__overlay,
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 18, 34, 0.88) 0%, rgba(10, 18, 34, 0.72) 34%, rgba(10, 18, 34, 0.3) 72%, rgba(10, 18, 34, 0.12) 100%), linear-gradient(180deg, rgba(10, 18, 34, 0.08) 0%, rgb(10 18 34 / 90%) 52%, rgb(10 18 34) 100%)
}

.home-hero__overlay {
    background:
        linear-gradient(90deg, rgba(8, 15, 30, 0.9) 0%, rgba(8, 15, 30, 0.78) 23%, rgba(8, 15, 30, 0.48) 54%, rgba(8, 15, 30, 0.18) 100%),
        linear-gradient(180deg, rgba(10, 18, 34, 0.04) 0%, rgba(10, 18, 34, 0.16) 54%, rgba(10, 18, 34, 0.76) 100%);
}

.hero-home__content,
.page-hero__content {
    position: relative;
    z-index: 2;
}

.hero-home__content {
    padding: 220px 0 86px;
}

.home-hero__content {
    position: absolute;
    left: max(32px, calc((100vw - var(--container)) / 2));
    top: 50%;
    z-index: 4;
    width: min(620px, calc(100vw - 96px));
    transform: translateY(-34%);
}

.home-hero__counter-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
}

.home-hero__counter {
    color: var(--gold-500);
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
}

.home-hero__counter-line {
    width: 64px;
    height: 1px;
    background: rgba(205, 163, 73, 0.62);
}

.home-hero__counter-total {
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
}

.home-hero__category {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--gold-500);
    font-size: 14px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.home-hero__title {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(72px, 8vw, 100px);
    line-height: 0.93;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.home-hero__description {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px;
    line-height: 1.74;
}

.home-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 26px;
}

.home-hero__fact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
}

.home-hero__fact i {
    color: var(--gold-500);
    font-size: 13px;
}

.home-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    color: var(--gold-500);
    font-size: 20px;
    font-weight: 500;
}

.home-hero__cta-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(205, 163, 73, 0.8);
    transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.home-hero__cta:hover {
    color: var(--white);
}

.home-hero__cta:hover .home-hero__cta-circle {
    background: var(--gold-500);
    color: var(--navy-950);
    border-color: var(--gold-500);
}

.home-hero__pager {
    position: absolute;
    left: max(32px, calc((100vw - var(--container)) / 2));
    bottom: 84px;
    z-index: 4;
    display: flex;
    gap: 12px;
}

.home-hero__pager-item {
    width: 26px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: poManrope;
    transition: width 220ms ease, background-color 220ms ease;
}

.home-hero__pager-item.is-active {
    width: 58px;
    background: var(--gold-500);
}

.home-hero__nav {
    position: absolute;
    right: 44px;
    bottom: 82px;
    z-index: 4;
    display: flex;
    gap: 14px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}

.home-hero__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    cursor: poManrope;
    transition: transform 180ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.home-hero__nav-btn:hover {
    transform: translateY(-1px);
    background: var(--gold-500);
    color: var(--navy-950);
    border-color: var(--gold-500);
}

.home-hero__quick-actions {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateY(-50%);
}

.home-hero__quick-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px 0 0 18px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    transition: background-color 220ms ease, color 220ms ease;
}

.home-hero__quick-link--accent,
.home-hero__quick-link:hover {
    background: var(--gold-500);
    color: var(--navy-950);
}

.home-hero__footer {
    position: absolute;
    left: max(32px, calc((100vw - var(--container)) / 2));
    right: max(32px, calc((100vw - var(--container)) / 2));
    bottom: 18px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero__footer p,
.home-hero__footer nav a {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.4;
}

.home-hero__footer nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.home-hero__footer nav a:hover {
    color: var(--gold-500);
}

.hero-home__meta,
.hero-home__facts,
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-home__counter {
    color: var(--gold-500);
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
}

.hero-home__line {
    width: 52px;
    height: 1px;
    background: rgba(205, 163, 73, 0.7);
}

.hero-home__total {
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Playfair Display', serif;
    font-size: 30px;
}

.hero-home__eyebrow,
.section-shell__eyebrow,
.content-section__eyebrow {
    display: inline-flex;
    color: var(--gold-400);
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 14px;
    font-weight: 600;
    margin-top: 22px;
}

.hero-home h1,
.page-hero h1,
.section-shell__header h2 {
    margin: 10px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(56px, 7vw, 92px);
    line-height: 0.94;
    letter-spacing: -0.03em;
}

.page-hero h1 {
    font-size: clamp(52px, 6vw, 82px);
}

.page-hero h1 span {
    display: block;
    color: var(--gold-500);
}

.hero-home p,
.page-hero p {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--text-soft);
    font-size: 18px;
    line-height: 1.75;
}

.hero-home__facts {
    margin-top: 24px;
    flex-wrap: wrap;
}

.hero-home__facts span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

.hero-home__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: var(--gold-400);
    font-size: 28px;
    font-weight: 600;
}

.page-hero {
    min-height: 360px;
}

.page-hero--content {
    min-height: 230px;
    color: #101828;
    background:
        linear-gradient(135deg, rgba(29, 76, 158, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(115deg, rgba(231, 75, 55, 0.08) 0%, rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid rgba(29, 76, 158, 0.1);
}

.page-hero--content::before,
.page-hero--content.page-hero--abstract::before,
.page-hero--content.page-hero--image::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(29, 76, 158, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 76, 158, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    background-position: center;
    opacity: 0.55;
    transform: none;
    pointer-events: none;
}

.page-hero--content::after {
    content: "";
    position: absolute;
    top: 0;
    right: max(24px, calc((100vw - var(--container)) / 2));
    width: min(34vw, 440px);
    height: 100%;
    background:
        linear-gradient(132deg, transparent 0 35%, rgba(29, 76, 158, 0.1) 35% 37%, transparent 37% 100%),
        linear-gradient(132deg, transparent 0 58%, rgba(231, 75, 55, 0.16) 58% 60%, transparent 60% 100%),
        linear-gradient(132deg, transparent 0 76%, rgba(237, 181, 19, 0.18) 76% 77.5%, transparent 77.5% 100%);
    pointer-events: none;
}

.page-hero--content .page-hero__overlay {
    display: none;
}

.page-hero--content .page-hero__content {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0 42px;
}

.page-hero--content .page-hero__content::before {
    display: none;
}

.page-hero--content .breadcrumb {
    width: fit-content;
    gap: 10px;
    padding: 7px 12px;
    border: 1px solid rgba(29, 76, 158, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.page-hero--content .breadcrumb a {
    color: #475569;
}

.page-hero--content .breadcrumb a:hover,
.page-hero--content .breadcrumb span:last-child {
    color: var(--brand-orange);
}

.page-hero--content h1 {
    width: min(920px, 100%);
    margin: 10px 0 0;
    color: var(--brand-navy);
    font-family: 'Manrope', sans-serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
}

.page-hero--content h1::after {
    content: "";
    display: block;
    width: 112px;
    height: 5px;
    margin-top: 14px;
    border-radius: 999px;
    background:
        linear-gradient(90deg,
            var(--brand-navy) 0 34%,
            var(--brand-orange) 34% 62%,
            var(--brand-yellow) 62% 80%,
            var(--brand-green) 80% 100%);
}

.page-hero--content h1 span {
    margin-top: 10px;
    color: #64748b;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 750;
    line-height: 1.35;
}

.page-hero--content p {
    max-width: 780px;
    margin-top: 18px;
    color: #475569;
    font-size: 17px;
    line-height: 1.72;
}

.page-hero--abstract::before {
    background-image:
        linear-gradient(135deg, rgba(29, 76, 158, 0.28), transparent 42%),
        radial-gradient(circle at 78% 18%, rgba(231, 75, 55, 0.22), transparent 30%),
        linear-gradient(145deg, #0b1425 0%, #17233a 54%, #233c66 100%);
}

.page-hero--abstract::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 42% 43%, transparent 43% 100%),
        linear-gradient(32deg, transparent 0 58%, rgba(255, 255, 255, 0.06) 58% 59%, transparent 59% 100%);
}



.page-hero__content {
    padding: 138px 0 76px;
}

.breadcrumb {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.breadcrumb a:hover,
.breadcrumb span:last-child {
    color: var(--gold-400);
}

.section-shell {
    padding: 88px 0;
}

.section-shell--light {
    background: var(--surface-light);
}

.section-shell__header {
    margin-bottom: 32px;
}

.section-shell__header h2 {
    font-size: clamp(40px, 4vw, 58px);
    color: var(--navy-950);
}

.empty-state,
.content-section {
    border-radius: 28px;
    background: var(--white);
    border: 1px solid rgba(17, 28, 51, 0.08);
    padding: 36px;
    box-shadow: 0 20px 50px rgba(11, 20, 37, 0.08);
}

.page-detail-section {
    padding: 46px 0 78px;
    background: #ffffff;
}

.page-detail-layout {
    display: grid;
    gap: 42px;
}

.page-detail-layout.has-side-menu {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
}

.page-detail-layout--menu-left {
    grid-template-columns: 300px minmax(0, 1fr);
}

.page-detail-layout--menu-left .content-page {
    order: 2;
}

.page-detail-layout--menu-left .page-side-menu {
    order: 1;
}

.content-page {
    min-width: 0;
    background: transparent;
}

.content-page__cover {
    position: relative;
    margin: 0 0 34px;
    overflow: hidden;
    border-radius: 10px;
}

.content-page__cover img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.content-page__cover figcaption {
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: min(520px, calc(100% - 48px));
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(11, 20, 37, 0.76);
    color: #ffffff;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.content-page > .wysiwyg-content {
    max-width: 980px;
    padding: 0;
}

.page-detail-layout:not(.has-side-menu) .content-page > .wysiwyg-content {
    max-width: none;
}

.content-page__designer,
.wysiwyg-content {
    color: #1b2434;
    line-height: 1.75;
}

.wysiwyg-content {
    font-size: 17px;
}

.wysiwyg-content > *:first-child {
    margin-top: 0 !important;
}

.wysiwyg-content > *:last-child {
    margin-bottom: 0 !important;
}

.wysiwyg-content p,
.wysiwyg-content ul,
.wysiwyg-content ol,
.wysiwyg-content blockquote,
.wysiwyg-content table {
    margin: 0 0 22px;
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4 {
    margin: 34px 0 16px;
    color: var(--navy-950);
    line-height: 1.15;
}

.wysiwyg-content h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.wysiwyg-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px 0;
    border-radius: 12px;
}

.page-side-menu {
    --page-side-menu-accent: var(--brand-orange);
    --page-side-menu-accent-strong: #c63b2f;
    --page-side-menu-accent-soft: rgba(231, 75, 55, 0.09);
    --page-side-menu-accent-border: rgba(231, 75, 55, 0.2);
    position: sticky;
    top: 176px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgba(17, 28, 51, 0.09);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(247, 249, 253, 0.78) 0, rgba(255, 255, 255, 0) 92px),
        #ffffff;
    box-shadow:
        0 18px 42px rgba(17, 28, 51, 0.08),
        0 2px 8px rgba(17, 28, 51, 0.04);
}

.page-side-menu::before {
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 3px;
    content: "";
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, transparent, var(--page-side-menu-accent), transparent);
}

.page-side-menu h2 {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 13px 13px 10px;
    color: var(--page-side-menu-accent-strong);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.page-side-menu h2::before {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    content: "";
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: var(--page-side-menu-accent);
    box-shadow: 0 0 0 3px var(--page-side-menu-accent-soft);
}

.page-side-menu h2::after {
    height: 1px;
    flex: 1 1 auto;
    content: "";
    background: linear-gradient(90deg, var(--page-side-menu-accent-border), transparent);
}

.page-side-menu__list {
    margin: 0;
    padding: 3px 0 1px;
    list-style: none;
}

.page-side-menu__list li + li {
    border-top: 0;
}

.page-side-menu__row {
    display: flex;
    align-items: stretch;
    gap: 3px;
    margin: 2px 0;
}

.page-side-menu__list a {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 12px;
    color: #26344d;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.page-side-menu__list--level-1 > li > .page-side-menu__row > a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 20px;
    content: "";
    border-radius: 0 999px 999px 0;
    background: var(--page-side-menu-accent);
    opacity: 0;
    transform: translateY(-50%) scaleY(0.45);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.page-side-menu__toggle {
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px 2px 2px 0;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: rgba(38, 52, 77, 0.56);
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.page-side-menu__toggle:hover {
    color: var(--page-side-menu-accent-strong);
    border-color: var(--page-side-menu-accent-border);
    background: var(--page-side-menu-accent-soft);
}

.page-side-menu__list a:hover,
.page-side-menu__list a.is-active {
    color: var(--page-side-menu-accent-strong);
    background: var(--page-side-menu-accent-soft);
}

.page-side-menu__list a.is-active {
    box-shadow: inset 0 0 0 1px var(--page-side-menu-accent-border);
}

.page-side-menu__list a.is-active::before {
    opacity: 1;
    transform: translateY(-50%) scaleY(1);
}

.page-side-menu__list a.is-ancestor {
    color: #17233b;
    font-weight: 750;
}

.page-side-menu__list .page-side-menu__list {
    display: none;
}

.page-side-menu__list .is-open > .page-side-menu__list {
    display: block;
}

.page-side-menu__list--level-2 {
    margin: 2px 7px 8px 18px;
    padding: 3px 0 3px 12px;
    border-left: 1px solid var(--page-side-menu-accent-border);
    background: transparent;
}

.page-side-menu__list--level-2 a {
    min-height: 36px;
    padding: 7px 9px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #526070;
}

.page-side-menu__list--level-2 li + li {
    border-top: 0;
}

.page-side-menu__list--level-2 a::before {
    position: absolute;
    left: -15px;
    top: 50%;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--page-side-menu-accent-border);
    transform: translateY(-50%);
}

.page-side-menu__list--level-3 {
    margin: 2px 0 7px 12px;
    padding-left: 8px;
    border-left: 1px dashed rgba(17, 28, 51, 0.16);
}

.page-side-menu__list--level-3 a {
    min-height: 34px;
    padding: 6px 8px;
    font-size: 13px;
    color: #667085;
}

.page-side-menu__list--level-4 {
    margin-left: 14px;
    border-left: 1px dashed rgba(17, 28, 51, 0.1);
}

.page-side-menu__list--level-4 a {
    min-height: 32px;
    padding: 5px 8px;
    font-size: 12px;
}

.page-side-menu__toggle i {
    flex: 0 0 auto;
    font-size: 12px;
    transition: transform 0.18s ease;
}

.page-side-menu__list .is-open > .page-side-menu__row > .page-side-menu__toggle i {
    transform: rotate(180deg);
}

.page-side-menu__list--level-1 > li > .page-side-menu__row > a {
    font-weight: 800;
}

.page-side-menu__list--level-1 > li.has-children {
    padding-bottom: 2px;
}

.page-side-menu a:focus-visible,
.page-side-menu button:focus-visible {
    outline: 3px solid var(--page-side-menu-accent);
    outline-offset: 2px;
}



.content-page__designer img,
.wysiwyg-content img {
    height: auto;
    border-radius: 22px;
}

.content-section {
    margin-top: 28px;
}

.thank-you-page {
    width: min(100%, 860px);
    margin: 0 auto;
}

.thank-you-page__card {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    padding: 52px 48px;
    background:
        radial-gradient(circle at top right, rgba(205, 163, 73, 0.18), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(17, 28, 51, 0.08);
    box-shadow: 0 20px 50px rgba(11, 20, 37, 0.08);
    text-align: center;
}

.thank-you-page__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.1);
    color: #4338ca;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.thank-you-page__icon {
    width: 84px;
    height: 84px;
    border-radius: 999px;
    margin: 22px auto 18px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 24px 50px rgba(109, 74, 255, 0.28);
}

.thank-you-page__card h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.thank-you-page__card p {
    width: min(100%, 620px);
    margin: 18px auto 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
}

.thank-you-page__meta {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 28px;
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.22);
}

.thank-you-page__meta span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
}

.thank-you-page__meta strong {
    color: #0f172a;
    font-size: 17px;
}

.thank-you-page__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.thank-you-page__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    color: #0f172a;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.thank-you-page__btn:hover {
    transform: translateY(-1px);
    border-color: rgba(15, 23, 42, 0.16);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.thank-you-page__btn--primary {
    border-color: transparent;
    color: #fff;
    box-shadow: 0 20px 40px rgba(109, 74, 255, 0.22);
}

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

.gallery-grid__item,
.video-embed {
    overflow: hidden;
    border-radius: 24px;
}

.gallery-grid__item img,
.video-embed iframe {
    width: 100%;
    display: block;
}

.video-embed iframe {
    aspect-ratio: 16 / 9;
    border: 0;
}

.site-footer {
    background: var(--navy-950);
    color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
}

.site-footer__brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer__brand img {
    height: 38px;
}

.site-footer__nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-footer__nav a:hover {
    color: var(--gold-400);
}

.site-footer--home .site-footer__inner {
    justify-content: center;
}

.site-footer--home .site-footer__brand {
    justify-content: center;
    text-align: center;
}

.site-footer--home .site-footer__nav {
    display: none;
}

.oran-footer {
    position: relative;
    overflow: hidden;
    border-top: 0;
    background: #0c2860;
    color: #ffffff;
}

.oran-footer__container {
    width: var(--container);
    margin-inline: auto;
}

.oran-footer__ribbon {
    position: relative;
    z-index: 2;
    background:
        radial-gradient(circle at 72% -80%, rgba(255, 255, 255, 0.28), transparent 44%),
        linear-gradient(112deg, #e64032 0%, #f05b43 58%, #ec6a35 100%);
    box-shadow: 0 16px 42px rgba(6, 24, 66, 0.2);
}

.oran-footer__ribbon::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-yellow) 0 25%, #ffffff 25% 50%, var(--brand-green) 50% 75%, #2ba8df 75%);
    content: "";
}

.oran-footer__ribbon-inner {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-block: 18px 21px;
}

.oran-footer__ribbon-copy,
.oran-footer__contact-actions,
.oran-footer__contact-actions a {
    display: flex;
    align-items: center;
}

.oran-footer__ribbon-copy {
    min-width: 0;
    gap: 15px;
}

.oran-footer__ribbon-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 21px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.oran-footer__ribbon-copy > span:last-child {
    display: grid;
    gap: 3px;
}

.oran-footer__ribbon-copy strong {
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.oran-footer__ribbon-copy small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 600;
}

.oran-footer__contact-actions {
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.oran-footer__contact-actions a {
    min-height: 44px;
    gap: 9px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.oran-footer__contact-actions a:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.2);
}

.oran-footer__main {
    position: relative;
    background:
        linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px),
        radial-gradient(circle at 9% 30%, rgba(44, 135, 224, 0.22), transparent 28%),
        linear-gradient(135deg, #0b2457 0%, #09204f 52%, #081a3e 100%);
    background-size: 48px 48px, 48px 48px, auto, auto;
}

.oran-footer__main::after {
    position: absolute;
    top: 0;
    right: 6%;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 50%;
    content: "";
    transform: translateY(-48%);
    pointer-events: none;
}

.oran-footer__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(270px, 1.35fr) repeat(3, minmax(145px, 0.72fr));
    gap: clamp(32px, 4vw, 68px);
    padding-block: 46px 42px;
}

.oran-footer__brand {
    max-width: 390px;
}

.oran-footer__logo {
    width: fit-content;
    min-height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 36px rgba(3, 14, 39, 0.22);
}

.oran-footer__logo img {
    display: block;
    width: auto;
    max-width: 218px;
    max-height: 62px;
    object-fit: contain;
}

.oran-footer__logo span {
    color: var(--brand-navy);
    font-size: 20px;
    font-weight: 850;
}

.oran-footer__brand > p {
    max-width: 370px;
    margin: 21px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13.5px;
    line-height: 1.72;
}

.oran-footer__address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12.5px;
    line-height: 1.55;
}

.oran-footer__address i {
    margin-top: 4px;
    color: #77d6ff;
}

.oran-footer__socials {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.oran-footer__socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    font-size: 15px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.oran-footer__socials a:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: #ffffff;
    color: var(--brand-navy);
}

.oran-footer__nav-group {
    min-width: 0;
}

.oran-footer__nav-group h2 {
    position: relative;
    margin: 5px 0 20px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -0.015em;
}

.oran-footer__nav-group h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand-yellow), #f27642);
    content: "";
}

.oran-footer__nav-group ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oran-footer__nav-group a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.oran-footer__nav-group a i {
    margin-top: 4px;
    color: #65cfff;
    font-size: 8px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.oran-footer__nav-group a:hover {
    color: #ffffff;
}

.oran-footer__nav-group a:hover i {
    color: var(--brand-yellow);
    transform: translateX(3px);
}

.oran-footer__bottom {
    background: #061632;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.oran-footer__bottom-inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding-block: 12px;
}

.oran-footer__bottom p {
    margin: 0 auto 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11.5px;
    font-weight: 600;
}

.oran-footer__legal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.oran-footer__legal a,
.oran-footer__back-to-top {
    color: rgba(255, 255, 255, 0.68);
    font-size: 11.5px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.oran-footer__legal a:hover,
.oran-footer__back-to-top:hover {
    color: #ffffff;
}

.oran-footer__back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.oran-footer__back-to-top i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
}

.oran-footer a:focus-visible {
    outline: 3px solid rgba(255, 208, 64, 0.95);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .oran-footer__ribbon-inner {
        align-items: flex-start;
    }

    .oran-footer__contact-actions {
        max-width: 420px;
    }

    .oran-footer__grid {
        grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(130px, 0.7fr));
        gap: 28px;
    }
}

@media (max-width: 900px) {
    .oran-footer__ribbon-inner {
        flex-direction: column;
        gap: 15px;
    }

    .oran-footer__contact-actions {
        justify-content: flex-start;
        max-width: none;
    }

    .oran-footer__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .oran-footer__brand {
        grid-column: 1 / -1;
        max-width: none;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        column-gap: 24px;
    }

    .oran-footer__brand > p,
    .oran-footer__address {
        grid-column: 2;
    }

    .oran-footer__brand > p {
        margin-top: 0;
    }

    .oran-footer__socials {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .oran-footer__container {
        width: min(100% - 32px, 1320px);
    }

    .oran-footer__ribbon-inner {
        padding-block: 18px 21px;
    }

    .oran-footer__ribbon-copy {
        align-items: flex-start;
    }

    .oran-footer__ribbon-copy small {
        display: block;
        margin-top: 4px;
        line-height: 1.5;
    }

    .oran-footer__contact-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .oran-footer__contact-actions a {
        justify-content: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .oran-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
        padding-block: 36px 32px;
    }

    .oran-footer__brand {
        grid-column: 1 / -1;
        display: block;
    }

    .oran-footer__brand > p {
        margin-top: 18px;
    }

    .oran-footer__socials {
        margin-top: 18px;
    }

    .oran-footer__nav-group:last-child {
        grid-column: 1 / -1;
    }

    .oran-footer__nav-group:last-child ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oran-footer__bottom-inner {
        min-height: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-block: 17px;
    }

    .oran-footer__bottom p {
        width: 100%;
        margin-right: 0;
    }

    .oran-footer__legal {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oran-footer a,
    .oran-footer a i {
        transition: none;
    }
}

@media (max-width: 1100px) {
    .site-header__inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 16px 0;
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-hero__content {
        transform: translateY(-30%);
    }
}

@media (max-width: 768px) {
    :root {
        --container: min(100vw - 32px, 1320px);
    }

    body {
       overflow-x: hidden;
    }

    body.has-mobile-nav-open {
        overflow: hidden;
    }
    .site-shell {
        overflow-x: hidden;
    }
    .site-header {
        position: sticky;
    }
    .home-hero {
        position: relative;
        min-height: calc(100vh - 76px);
        height: calc(100vh - 76px);
        overflow: hidden;
        color: var(--white);
        background: var(--navy-950);
    }
    .site-header__inner {
        min-height: 74px;
        padding: 14px 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 16px;
    }

    .site-logo img {
        height: 38px;
    }

    .site-menu-toggle {
        display: inline-flex;
    }

    .site-nav-backdrop {
        display: block;
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 24;
        border: 0;
        background: rgba(6, 12, 24, 0.56);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .site-nav {
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        z-index: 26;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100vw;
        max-height: calc(100vh - 74px);
        overflow-y: auto;
        padding: 18px 16px 20px;
        border-radius: 0;
        background: rgba(11, 20, 37, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 22px 44px rgba(4, 10, 24, 0.26);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .site-nav > a {
        display: block;
        width: 100%;
        padding: 12px 14px;
        border-radius: 14px;
        font-size: 15px;
    }

    .site-nav > a.is-active::after,
    .site-nav > a:hover::after {
        display: none;
    }

    .site-nav > a.is-active,
    .site-nav > a:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .site-cta[data-site-cta] {
        display: none;
    }

    .site-cta--mobile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        margin-top: 10px;
        border-radius: 16px;
    }

    .site-mobile-socials {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 14px;
        margin-top: 4px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .site-mobile-socials__link {
        width: 42px;
        height: 42px;
        min-width: 42px;
        padding: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.92);
        font-size: 16px;
        line-height: 1;
        transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .site-mobile-socials__link:hover {
        background: var(--gold-500);
        color: #101820;
        transform: translateY(-1px);
    }

    .site-header.is-mobile-nav-open .site-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .site-header.is-mobile-nav-open .site-nav-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .site-header.is-mobile-nav-open .site-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header.is-mobile-nav-open .site-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .site-header.is-mobile-nav-open .site-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .hero-home__content,
    .page-hero__content {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-home__counter {
        font-size: 52px;
    }

    .hero-home__content {
        padding-top: 180px;
        padding-bottom: 60px;
    }
    .home-hero__content {
        left: 18px;
        width: calc(100vw - 36px);
        transform: translateY(-50%);
    }

    .home-hero__title {
        font-size: clamp(52px, 16vw, 74px);
    }

    .home-hero__description {
        font-size: 16px;
    }

    .home-hero__counter {
        font-size: 54px;
    }

    .home-hero__counter-total {
        font-size: 28px;
    }

    .home-hero__nav {
        display: none;
    }

    .home-hero__pager {
        left: 18px;
        bottom: 72px;
    }

    .home-hero__quick-actions {
        display: none;
    }

    .home-hero__footer {
        left: 18px;
        right: 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .home-hero__footer nav {
        gap: 18px;
        flex-wrap: wrap;
        display: none;
    }

    .site-footer__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .site-footer__nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-footer__brand {
        justify-content: center;
        text-align: center;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .thank-you-page__card {
        padding: 38px 24px;
        border-radius: 28px;
    }

    .thank-you-page__actions {
        flex-direction: column;
    }

    .thank-you-page__btn {
        width: 100%;
    }

    .page-hero {
        min-height: 350px;
    }

    .page-hero--content {
        min-height: 190px;
    }

    .page-hero--content .page-hero__content {
        min-height: 190px;
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .page-hero--content .breadcrumb {
        max-width: 100%;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .page-hero--content h1 {
        font-size: clamp(32px, 12vw, 46px);
    }

    .page-hero--content::after {
        right: 18px;
        width: 44vw;
        opacity: 0.55;
    }

    .page-hero--content .page-hero__content::before {
        display: none;
    }

    .page-hero--content h1::after {
        width: 86px;
        height: 5px;
        margin-top: 12px;
    }

    .page-detail-section {
        padding: 32px 0 52px;
    }

    .news-detail-hero {
        padding: 34px 0 32px;
    }

    .news-detail-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .news-detail-breadcrumb {
        flex-wrap: wrap;
        font-size: 12px;
    }

    .news-detail-hero h1 {
        font-size: clamp(30px, 10vw, 44px);
    }

    .news-detail-hero p,
    .news-detail-content {
        font-size: 16px;
    }

    .news-detail-section {
        padding: 34px 0 52px;
    }

    .news-detail-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .news-detail-sidebar {
        position: static;
        padding-left: 0;
        border-left: 0;
        border-top: 2px solid rgba(231, 75, 55, 0.16);
        padding-top: 18px;
    }

    .news-detail-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-detail-nav {
        grid-template-columns: 1fr;
    }

    .news-detail-nav__item--next {
        text-align: left;
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .news-detail-nav__item--next .news-detail-nav__body {
        order: 2;
    }

    .news-detail-nav__item--next .news-detail-nav__image {
        order: 1;
    }

    .news-detail-nav__item--next .news-detail-nav__label {
        justify-self: start;
    }

    .page-detail-layout,
    .page-detail-layout.has-side-menu,
    .page-detail-layout--menu-left {
        grid-template-columns: 1fr;
    }

    .page-detail-layout--menu-left .content-page,
    .page-detail-layout--menu-left .page-side-menu {
        order: initial;
    }

    .page-side-menu {
        position: static;
    }

    .content-page > .wysiwyg-content {
        padding: 0;
    }
}
.text-gold-400 {
    --tw-text-opacity: 1;
    color: rgb(232 172 90 / var(--tw-text-opacity, 1))
}

.text-gold-500 {
    --tw-text-opacity: 1;
    color: rgb(197 160 89 / var(--tw-text-opacity, 1))
}

.text-gold-600 {
    --tw-text-opacity: 1;
    color: rgb(166 124 61 / var(--tw-text-opacity, 1))
}
.bg-gold-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 240 215 / var(--tw-bg-opacity, 1))
}

.bg-gold-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 224 175 / var(--tw-bg-opacity, 1))
}

.bg-gold-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(197 160 89 / var(--tw-bg-opacity, 1))
}

.bg-gold-500\/10 {
    background-color: #c5a0591a
}

.bg-gold-500\/20 {
    background-color: #c5a05933
}

.bg-gold-500\/50 {
    background-color: #c5a05980
}

/* Oran school layout */
body.is-home-page {
    overflow: auto;
    background: #ffffff;
}

.oran-header,
.oran-header.site-header--home {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #ffffff;
    border-bottom: 0;
    backdrop-filter: none;
}

.oran-header__top {
    background: #ffffff;
}

.oran-header__top-inner {
    min-height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.oran-logo {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 250px;
    color: var(--brand-navy);
    font-weight: 800;
}

.oran-logo img {
    max-width: 225px;
    max-height: 76px;
    object-fit: contain;
}

.oran-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.oran-layout-header__inner {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.oran-layout-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.oran-layout-row--top {
    justify-content: flex-end;
    padding-top: 8px;
}

.oran-layout-row--main {
    justify-content: space-between;
}

.oran-layout-row--bottom {
    justify-content: center;
    padding-bottom: 8px;
}

.oran-layout-cell {
    min-width: 0;
    display: flex;
    align-items: center;
}

.oran-layout-cell--left {
    order: 10;
}

.oran-layout-cell--center {
    order: 20;
}

.oran-layout-cell--right {
    order: 30;
}

.oran-layout-cell--auto {
    flex: 0 1 auto;
}

.oran-layout-cell--grow {
    flex: 1 1 260px;
}

.oran-layout-cell--full {
    flex: 1 0 100%;
    width: 100%;
}

.oran-layout-cell--align-start {
    justify-content: flex-start;
}

.oran-layout-cell--align-center {
    justify-content: center;
}

.oran-layout-cell--align-end {
    justify-content: flex-end;
}

.oran-layout-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.oran-layout-logo img {
    display: block;
    width: min(var(--layout-logo-width, 240px), 100%);
    max-height: 96px;
    object-fit: contain;
}

.oran-layout-nav {
    flex: 1 1 auto;
}

.oran-layout-nav .oran-nav__inner {
    min-height: 64px;
}

.oran-layout-actions {
    flex: 0 1 auto;
}

.oran-layout-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.oran-layout-links a {
    color: var(--ink-700);
    font-weight: 700;
}

.oran-layout-links a:hover {
    color: var(--brand-orange);
}

.oran-layout-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.oran-layout-footer__inner .oran-layout-row {
    justify-content: center;
}

.oran-layout-header--studio {
    display: contents;
}

.oran-layout-footer--studio {
    overflow: visible;
    border: 0;
    background: transparent;
    color: inherit;
}

.oran-studio-row {
    --oran-studio-gap: 18px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.oran-studio-row--sticky {
    position: sticky;
    top: var(--oran-studio-sticky-top, 0px);
    z-index: 42;
}

.oran-studio-row--padding-none {
    padding-block: 0;
}

.oran-studio-row--padding-sm {
    padding-block: 10px;
}

.oran-studio-row--padding-md {
    padding-block: 20px;
}

.oran-studio-row--padding-lg {
    padding-block: 38px;
}

.oran-studio-row--gap-sm {
    --oran-studio-gap: 10px;
}

.oran-studio-row--gap-md {
    --oran-studio-gap: 18px;
}

.oran-studio-row--gap-lg {
    --oran-studio-gap: 30px;
}

.oran-studio-row__inner {
    width: 100%;
    margin-inline: auto;
}

.oran-layout-container--full {
    max-width: none;
}

/*
 * Keep the header's lower band edge-to-edge while constraining only its
 * navigation content to the site's shared responsive container.
 */
.header-bottom-row > .oran-studio-row__inner {
    width: var(--container);
}

.oran-studio-columns {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: var(--oran-studio-gap);
}

.oran-studio-row--justify-start .oran-studio-columns {
    justify-content: flex-start;
}

.oran-studio-row--justify-center .oran-studio-columns {
    justify-content: center;
}

.oran-studio-row--justify-end .oran-studio-columns {
    justify-content: flex-end;
}

.oran-studio-row--justify-between .oran-studio-columns {
    justify-content: space-between;
}

.oran-studio-row--justify-around .oran-studio-columns {
    justify-content: space-around;
}

.oran-studio-row--align-start .oran-studio-columns {
    align-items: flex-start;
}

.oran-studio-row--align-center .oran-studio-columns {
    align-items: center;
}

.oran-studio-row--align-end .oran-studio-columns {
    align-items: flex-end;
}

.oran-studio-row--align-stretch .oran-studio-columns {
    align-items: stretch;
}

.oran-studio-column {
    min-width: 0;
    display: flex;
    gap: 12px;
}

.oran-studio-column--auto {
    flex: 0 1 auto;
}

.oran-studio-column--grow {
    flex: 1 1 0;
}

.oran-studio-column--half {
    flex: 0 1 calc(50% - (var(--oran-studio-gap) / 2));
    width: calc(50% - (var(--oran-studio-gap) / 2));
}

.oran-studio-column--third {
    flex: 0 1 calc(33.333% - var(--oran-studio-gap));
    width: calc(33.333% - var(--oran-studio-gap));
}

.oran-studio-column--two-thirds {
    flex: 0 1 calc(66.667% - (var(--oran-studio-gap) / 2));
    width: calc(66.667% - (var(--oran-studio-gap) / 2));
}

.oran-studio-column--quarter {
    flex: 0 1 calc(25% - var(--oran-studio-gap));
    width: calc(25% - var(--oran-studio-gap));
}

.oran-studio-column--align-start {
    justify-content: flex-start;
}

.oran-studio-column--align-center {
    justify-content: center;
}

.oran-studio-column--align-end {
    justify-content: flex-end;
}

.oran-studio-column--valign-start {
    align-items: flex-start;
}

.oran-studio-column--valign-center {
    align-items: center;
}

.oran-studio-column--valign-end {
    align-items: flex-end;
}

.oran-studio-column .oran-layout-nav {
    width: 100%;
}

.oran-studio-row--dark {
    color: #ffffff;
}

.oran-studio-row--dark .oran-layout-links a,
.oran-studio-row--dark .oran-layout-text,
.oran-studio-row--dark .oran-layout-language,
.oran-studio-row--dark .oran-layout-address,
.oran-studio-row--dark .oran-layout-address a,
.oran-studio-row--dark .oran-layout-menu-column h2,
.oran-studio-row--dark .oran-layout-menu-column a,
.oran-studio-row--dark .oran-socials a {
    color: #ffffff;
}

.oran-layout-address {
    display: grid;
    gap: 12px;
    margin: 0;
    color: inherit;
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

.oran-layout-address h2 {
    margin: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 800;
}

.oran-layout-address__value {
    display: inline-flex;
    align-items: flex-start;
    gap: 9px;
    color: inherit;
    text-decoration: none;
}

.oran-layout-address__value i {
    flex: 0 0 auto;
    margin-top: 4px;
}

a.oran-layout-address__value:hover {
    color: var(--brand-orange);
}

.oran-layout-text {
    margin: 0;
    line-height: 1.55;
}

.oran-layout-text--xs {
    font-size: 12px;
}

.oran-layout-text--sm {
    font-size: 14px;
}

.oran-layout-text--md {
    font-size: 16px;
}

.oran-layout-text--lg {
    font-size: 20px;
}

.oran-layout-text--normal {
    font-weight: 400;
}

.oran-layout-text--medium {
    font-weight: 600;
}

.oran-layout-text--bold {
    font-weight: 800;
}

.oran-layout-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.oran-layout-button--sm {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 13px;
}

.oran-layout-button--md {
    padding: 9px 16px;
    font-size: 14px;
}

.oran-layout-button--lg {
    min-height: 50px;
    padding: 12px 20px;
    font-size: 16px;
}

.oran-layout-button--primary {
    background: var(--brand-orange);
    color: #ffffff;
}

.oran-layout-button--secondary {
    background: var(--brand-navy);
    color: #ffffff;
}

.oran-layout-button--outline {
    border-color: currentColor;
    background: transparent;
    color: var(--brand-navy);
}

.oran-layout-button--ghost {
    background: transparent;
    color: currentColor;
}

.oran-layout-button:hover {
    color: #ffffff;
    background: var(--brand-red);
}

.oran-layout-button:focus-visible,
.oran-layout-search:focus-visible,
.oran-layout-search button:focus-visible,
.oran-layout-menu-column a:focus-visible,
.oran-layout-language:focus-visible {
    outline: 3px solid rgba(255, 208, 74, 0.95);
    outline-offset: 3px;
}

.oran-layout-image {
    display: inline-flex;
    align-items: center;
}

.oran-layout-image img {
    display: block;
    width: min(var(--layout-image-width, 160px), 100%);
    height: auto;
    object-fit: contain;
}

.oran-layout-spacer {
    display: block;
    min-height: 1px;
}

.oran-layout-spacer--flex {
    flex: 1 1 auto;
}

.oran-layout-spacer--fixed {
    flex: 0 0 var(--layout-spacer-size, 24px);
    width: var(--layout-spacer-size, 24px);
}

.oran-layout-divider {
    display: block;
    flex: 0 0 auto;
    background: var(--layout-divider-color, rgba(100, 116, 139, 0.3));
}

.oran-layout-divider--vertical {
    width: 1px;
    min-height: 32px;
    align-self: stretch;
}

.oran-layout-divider--horizontal {
    width: 100%;
    height: 1px;
}

.oran-layout-search {
    color: inherit;
}

.oran-layout-search--icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.oran-layout-search--input {
    min-width: min(280px, 100%);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(100, 116, 139, 0.3);
    border-radius: 8px;
    background: #ffffff;
}

.oran-layout-search--input input {
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    padding: 9px 12px;
    outline: 0;
}

.oran-layout-search--input button {
    width: 42px;
    border: 0;
    background: var(--brand-orange);
    color: #ffffff;
}

.oran-layout-language {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
}

.oran-layout-menu-column {
    min-width: 0;
}

.oran-layout-menu-column h2 {
    margin: 0 0 14px;
    color: currentColor;
    font-size: 16px;
    font-weight: 800;
}

.oran-layout-menu-column ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oran-layout-menu-column a {
    color: inherit;
    font-size: 14px;
    text-decoration: none;
}

.oran-layout-menu-column a:hover {
    color: var(--brand-orange);
}

/*
 * Advanced corporate footer preset. These selectors are scoped to the
 * preset's Studio classes and do not alter legacy footer/header layouts.
 */
.corporate-footer-cta,
.corporate-footer-main,
.corporate-footer-bottom {
    color: #ffffff;
}

.corporate-footer-cta {
    isolation: isolate;
}

.corporate-footer-cta::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffd33d 0 25%, #ffffff 25% 50%, #31c7a2 50% 75%, #20aeea 75%);
}

.corporate-footer-cta-copy {
    display: flex;
    align-items: center;
    gap: 14px;
}

.corporate-footer-cta-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 20px;
}

.corporate-footer-cta-copy > span:last-child {
    display: grid;
    gap: 2px;
}

.corporate-footer-cta-copy strong {
    font-size: clamp(18px, 1.5vw, 23px);
    line-height: 1.2;
}

.corporate-footer-cta-copy small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
}

.corporate-footer-contact-button.oran-phone,
.corporate-footer-contact-button.oran-layout-button {
    min-height: 44px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none;
}

.corporate-footer-contact-button.oran-phone:hover,
.corporate-footer-contact-button.oran-layout-button:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #d9493b;
    transform: none;
}

.corporate-footer-main {
    overflow: hidden;
}

.corporate-footer-main::before,
.corporate-footer-main::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.corporate-footer-main::before {
    inset: 0;
    opacity: 0.28;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 40px 40px;
}

.corporate-footer-main::after {
    top: -90px;
    right: 3%;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.corporate-footer-main > .oran-studio-row__inner,
.corporate-footer-bottom > .oran-studio-row__inner {
    position: relative;
    z-index: 1;
}

.corporate-footer-main .oran-studio-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.corporate-footer-logo {
    padding: 10px 14px;
    border-radius: 12px;
    background: #ffffff;
}

.corporate-footer-logo img {
    max-height: 64px;
}

.corporate-footer-description {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.corporate-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.55;
}

.corporate-footer-address i {
    margin-top: 4px;
    color: #45c8ff;
}

.corporate-footer-socials {
    gap: 8px;
    padding-left: 0;
}

.corporate-footer-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.corporate-footer-socials a:hover {
    border-color: #45c8ff;
    background: #45c8ff;
    color: #071a38;
}

.corporate-footer-links h2 {
    position: relative;
    margin-bottom: 22px;
    font-size: 16px;
}

.corporate-footer-links h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #ffbd2e;
}

.corporate-footer-links ul {
    gap: 11px;
}

.corporate-footer-links a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.45;
    transition: color 180ms ease, transform 180ms ease;
}

.corporate-footer-links a::before {
    content: "\f054";
    margin-top: 3px;
    color: #45c8ff;
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
}

.corporate-footer-links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.corporate-footer-bottom .oran-studio-column {
    align-items: center;
}

.corporate-footer-copyright {
    color: rgba(255, 255, 255, 0.78);
}

.corporate-footer-legal {
    gap: 20px;
}

.corporate-footer-legal a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.corporate-footer-legal a:hover {
    color: #45c8ff;
}

.corporate-footer-back-to-top {
    min-width: 44px;
    min-height: 44px;
    padding-inline: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    color: #ffffff;
}

.corporate-footer-back-to-top:hover {
    border-color: #45c8ff;
    background: #45c8ff;
    color: #071a38;
}

.oran-layout-menu-toggle {
    z-index: 48;
}

@media (min-width: 1025px) {
    .oran-studio-row--hide-desktop {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .oran-studio-row--hide-tablet {
        display: none;
    }
}

@media (max-width: 768px) {
    .oran-studio-row--hide-mobile {
        display: none;
    }

    .oran-studio-row--padding-md {
        padding-block: 14px;
    }

    .oran-studio-row--padding-lg {
        padding-block: 24px;
    }

    .oran-studio-row--mobile-stack .oran-studio-columns {
        flex-direction: column;
        align-items: stretch;
    }

    .oran-studio-row--mobile-stack .oran-studio-column {
        width: 100%;
        flex: 1 1 auto;
    }

    .oran-studio-row--mobile-scroll .oran-studio-row__inner {
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .oran-studio-row--mobile-scroll .oran-studio-columns {
        width: max-content;
        min-width: 100%;
        flex-wrap: nowrap;
    }

    .oran-studio-row--mobile-scroll .oran-studio-column {
        width: auto;
        flex: 0 0 auto;
    }

    .oran-layout-header--studio > .oran-layout-menu-toggle {
        position: fixed;
        top: 16px;
        right: 16px;
    }

    .oran-layout-divider--vertical {
        min-height: 1px;
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 1024px) {
    .corporate-footer-main .oran-studio-columns {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .corporate-footer-main .oran-studio-column {
        width: auto;
    }

    .corporate-footer-main .oran-studio-column:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .corporate-footer-cta .oran-studio-column,
    .corporate-footer-bottom .oran-studio-column {
        width: 100%;
        align-items: flex-start;
    }

    .corporate-footer-cta .oran-studio-column:last-child,
    .corporate-footer-bottom .oran-studio-column:last-child {
        flex-wrap: wrap;
    }

    .corporate-footer-bottom .oran-layout-links {
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .corporate-footer-cta-copy {
        align-items: flex-start;
    }

    .corporate-footer-contact-button.oran-phone,
    .corporate-footer-contact-button.oran-layout-button {
        flex: 1 1 150px;
    }

    .corporate-footer-main .oran-studio-columns {
        grid-template-columns: 1fr;
    }

    .corporate-footer-main .oran-studio-column:first-child {
        grid-column: auto;
    }
}

.shortcode-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0;
}

.shortcode-menu__link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid rgba(239, 68, 56, 0.18);
    border-radius: 8px;
    color: var(--ink-700);
    font-weight: 750;
    background: #ffffff;
}

.shortcode-menu__link:hover {
    color: var(--brand-red);
    border-color: rgba(239, 68, 56, 0.38);
    background: rgba(239, 68, 56, 0.04);
}

.news-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 26px 0 34px;
    background:
        radial-gradient(circle at 88% 12%, rgba(29, 76, 158, 0.09), transparent 28%),
        linear-gradient(120deg, rgba(231, 75, 55, 0.055), transparent 34%),
        #fbfdff;
    border-bottom: 1px solid rgba(29, 76, 158, 0.1);
}

.news-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(29, 76, 158, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 76, 158, 0.028) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

.news-detail-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(32px, 4.5vw, 68px);
}

.news-detail-hero__grid.has-media {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.news-detail-hero__content {
    min-width: 0;
    max-width: 850px;
}

.news-detail-hero__grid.is-text-only .news-detail-hero__content {
    max-width: 980px;
}

.news-detail-breadcrumb {
    position: relative;
    z-index: 1;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 7px 12px;
    border: 1px solid rgba(29, 76, 158, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #64748b;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
}

.news-detail-breadcrumb a {
    flex: 0 0 auto;
    color: #475569;
}

.news-detail-breadcrumb span {
    flex: 0 0 auto;
}

.news-detail-breadcrumb span:last-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-detail-breadcrumb a:hover,
.news-detail-breadcrumb span:last-child {
    color: var(--brand-orange);
}

.news-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 850;
}

.news-detail-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(231, 75, 55, 0.1);
    color: var(--brand-orange);
}

.news-detail-hero h1 {
    max-width: 850px;
    margin: 16px 0 0;
    color: var(--brand-navy);
    font-size: clamp(32px, 3.15vw, 48px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.news-detail-hero h1::after {
    content: "";
    display: block;
    width: 78px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-navy) 0 34%, var(--brand-orange) 34% 62%, var(--brand-yellow) 62% 80%, var(--brand-green) 80% 100%);
}

.news-detail-hero p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.65;
}

.news-detail-hero__media {
    width: 100%;
    max-width: 520px;
    justify-self: end;
    margin: 0;
    border: 1px solid rgba(29, 76, 158, 0.1);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #e7edf5;
    box-shadow: 0 20px 48px rgba(29, 76, 158, 0.14);
}

.news-detail-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-section {
    padding: 54px 0 76px;
    background: #ffffff;
}

.news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 880px) minmax(280px, 360px);
    align-items: start;
    justify-content: space-between;
    gap: 52px;
}

.news-detail-article {
    min-width: 0;
}

.news-detail-content {
    color: #182238;
    font-size: 18px;
    line-height: 1.88;
}

.news-detail-content img {
    border-radius: 14px;
}

.news-detail-gallery {
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.news-detail-gallery__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.news-detail-gallery__header h2 {
    margin: 0;
    color: var(--brand-navy);
    font-size: 26px;
    font-weight: 950;
}

.news-detail-gallery__header span {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 850;
}

.news-detail-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.news-detail-gallery__item {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #e7edf5;
    padding: 0;
}

.news-detail-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.news-detail-gallery__item span {
    position: absolute;
    inset: auto 10px 10px;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(9, 17, 29, 0.72);
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.news-detail-gallery__item:hover img,
.news-detail-gallery__item:focus-visible img {
    transform: scale(1.045);
}

.news-detail-gallery__item:hover span,
.news-detail-gallery__item:focus-visible span {
    opacity: 1;
    transform: translateY(0);
}

.news-detail-sidebar {
    position: sticky;
    top: 200px;
    padding-left: 20px;
    border-left: 2px solid rgba(231, 75, 55, 0.16);
}

.news-detail-sidebar h2 {
    margin: 0 0 14px;
    color: var(--brand-orange);
    font-size: 20px;
    font-weight: 950;
}

.news-detail-related {
    display: grid;
    gap: 0;
}

.news-detail-related__item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: #243047;
}

.news-detail-related__item:hover strong {
    color: var(--brand-orange);
}

.news-detail-related__image {
    width: 74px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 9px;
    background: #e7edf5;
}

.news-detail-related__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.news-detail-related__item:hover .news-detail-related__image img {
    transform: scale(1.05);
}

.news-detail-related__body {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.news-detail-related__item time {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 850;
}

.news-detail-related__item strong {
    color: var(--brand-navy);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 850;
    transition: color 160ms ease;
}

.news-detail-nav {
    max-width: 1040px;
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.news-detail-nav__item {
    min-height: 132px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(29, 76, 158, 0.1);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(29, 76, 158, 0.06), transparent 52%),
        #f8fafc;
    color: #1f2a44;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.news-detail-nav__item:hover {
    transform: translateY(-2px);
    border-color: rgba(231, 75, 55, 0.24);
    background:
        linear-gradient(135deg, rgba(231, 75, 55, 0.08), transparent 54%),
        #ffffff;
}

.news-detail-nav__image {
    width: 104px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 11px;
    background: #e7edf5;
}

.news-detail-nav__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.news-detail-nav__item:hover .news-detail-nav__image img {
    transform: scale(1.05);
}

.news-detail-nav__body {
    min-width: 0;
    display: grid;
    gap: 10px;
}

.news-detail-nav__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-orange);
    font-size: 13px;
    font-weight: 900;
}

.news-detail-nav__item strong {
    color: var(--brand-navy);
    font-size: 18px;
    line-height: 1.34;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-detail-nav__item--next {
    text-align: right;
    grid-template-columns: minmax(0, 1fr) 104px;
}

.news-detail-nav__item--next .news-detail-nav__label {
    justify-self: end;
}

.oran-header-action,
.oran-promo,
.oran-phone {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    box-shadow: 0 8px 18px rgba(23, 44, 82, 0.1);
}

.oran-header-action--image {
    min-height: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.oran-header-action--image picture,
.oran-header-action--image img {
    display: block;
}

.oran-header-action--image img {
    max-height: 52px;
    width: auto;
    max-width: min(220px, 22vw);
    object-fit: contain;
}

.oran-promo:hover,
.oran-header-action:hover,
.oran-phone:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.oran-promo--video {
    padding: 7px 12px;
    background: #2e55b7;
    font-size: 14px;
}

.oran-promo--video i {
    font-size: 28px;
}

.oran-promo--k12 {
    padding: 7px 14px;
    background: #ffffff;
    color: #ff7a00;
    border: 2px solid #ff7a00;
    font-size: 30px;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.oran-promo--k12:hover {
    color: #ff7a00;
}

.oran-promo--tour {
    padding: 7px 12px;
    background: linear-gradient(135deg, #3f57c7, #6655d7);
    font-size: 14px;
}

.oran-promo--tour i {
    font-size: 26px;
}

.oran-promo--tour span {
    display: flex;
    flex-direction: column;
}

.oran-promo--tour small {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
}

.oran-phone {
    padding: 8px 16px;
    background: #f35d4e;
    font-size: 22px;
}

.oran-socials {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-left: 4px;
}

.oran-socials a {
    color: #656565;
    font-size: 18px;
}

.oran-socials a:hover {
    color: var(--brand-orange);
}

.oran-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-color: rgba(29, 76, 158, 0.22);
    background: #ffffff;
    color: var(--brand-navy);
}

.oran-nav {
    position: relative;
    display: block;
    background: var(--brand-orange);
    box-shadow: 0 14px 30px rgba(231, 75, 55, 0.18);
}

.oran-nav__inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.oran-nav__item {
    display: inline-flex;
    position: relative;
}

.oran-nav__link,
.oran-nav__search {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

button.oran-nav__link {
    border: 0;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
}

.oran-nav .oran-nav__link:hover,
.oran-nav .oran-nav__link.is-active,
.oran-nav .oran-nav__search:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.oran-nav .oran-nav__link::after,
.oran-nav .oran-nav__search::after,
.oran-nav .oran-nav__submenu-link::after,
.oran-nav .oran-mega__link::after,
.oran-nav .oran-mega__group-title::after {
    display: none !important;
}

.oran-nav__link i,
.oran-nav__submenu-link i {
    font-size: 10px;
    transition: transform 0.18s ease;
}

.oran-nav__item:hover > .oran-nav__link i,
.oran-nav__item:focus-within > .oran-nav__link i {
    transform: rotate(180deg);
}

.oran-nav__link--primary {
    background: var(--brand-navy);
}

.oran-nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 60;
    min-width: 280px;
    max-width: min(360px, calc(100vw - 32px));
    padding: 18px 10px 10px;
    margin: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(29, 76, 158, 0.08);
    border-radius: 10px;
    box-shadow: 0 22px 54px rgba(16, 37, 78, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.oran-nav__submenu::before {
    display: none;
}

.oran-nav__item:hover > .oran-nav__submenu,
.oran-nav__item:focus-within > .oran-nav__submenu,
.oran-nav__submenu-item:hover > .oran-nav__submenu,
.oran-nav__submenu-item:focus-within > .oran-nav__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.oran-nav__submenu-item {
    position: relative;
}

.oran-nav .oran-nav__submenu-link {
    position: relative;
    z-index: 1;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    border-radius: 7px;
    color: #243047;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
    text-decoration: none;
    white-space: normal;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.oran-nav .oran-nav__submenu-link:hover,
.oran-nav .oran-nav__submenu-link.is-active {
    color: var(--brand-orange);
    background: rgba(231, 75, 55, 0.08);
}

.oran-nav__submenu-link span {
    overflow-wrap: anywhere;
}

.oran-nav__submenu .oran-nav__submenu {
    top: -8px;
    left: 100%;
    transform: translateX(8px);
}

.oran-nav__submenu .oran-nav__submenu::before {
    left: -8px;
    top: 24px;
    border-right: 0;
    border-bottom: 0;
}

.oran-nav__item:nth-last-child(-n + 3) > .oran-nav__submenu {
    right: 0;
    left: auto;
}

.oran-nav__item:nth-last-child(-n + 3) > .oran-nav__submenu::before {
    right: 22px;
    left: auto;
}

.oran-nav__item:nth-last-child(-n + 3) .oran-nav__submenu .oran-nav__submenu {
    right: 100%;
    left: auto;
}

.oran-nav__item:nth-last-child(-n + 3) .oran-nav__submenu .oran-nav__submenu::before {
    right: -8px;
    left: auto;
}

.oran-nav__submenu-item:hover > .oran-nav__submenu-link i,
.oran-nav__submenu-item:focus-within > .oran-nav__submenu-link i {
    transform: translateX(2px);
}

.oran-nav__item--mega {
    position: static;
}

.oran-mega {
    --oran-mega-top: 0px;
    position: fixed;
    top: var(--oran-mega-top);
    left: 50%;
    z-index: 90;
    width: var(--container);
    max-height: calc(100vh - var(--oran-mega-top) - 20px);
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(29, 76, 158, 0.1);
    border-top: 3px solid var(--brand-orange);
    border-radius: 0 0 20px 20px;
    background: #ffffff;
    box-shadow: 0 30px 80px rgba(16, 37, 78, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    overscroll-behavior: contain;
}

.oran-mega--full {
    width: 100vw;
    padding-inline: calc(var(--container-gutter) / 2);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.oran-nav__item--mega.is-mega-open > .oran-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.oran-nav__item--mega.is-mega-open > .oran-nav__link {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.oran-mega__surface {
    width: 100%;
    max-width: var(--container-max);
    min-height: 280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

.oran-mega:has(.oran-mega__media) .oran-mega__surface {
    grid-template-columns:
        minmax(220px, var(--oran-mega-media-span, 1fr))
        minmax(0, var(--oran-mega-content-span, 3fr));
    grid-template-areas: "mega-media mega-content";
}

.oran-mega--media-right:has(.oran-mega__media) .oran-mega__surface {
    grid-template-columns:
        minmax(0, var(--oran-mega-content-span, 3fr))
        minmax(220px, var(--oran-mega-media-span, 1fr));
    grid-template-areas: "mega-content mega-media";
}

.oran-mega__media {
    grid-area: mega-media;
    min-width: 0;
}

.oran-mega__media-frame {
    position: relative;
    min-height: 280px;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #e9eef7;
}

.oran-mega__media-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.oran-mega__media-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.oran-mega__media-slide--hover {
    z-index: 2;
}

.oran-mega__media-slide > a,
.oran-mega__media-slide > img {
    width: 100%;
    height: 100%;
    display: block;
}

.oran-mega__media-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.oran-mega__media-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 3px;
    padding: 44px 18px 18px;
    color: #ffffff;
    background: linear-gradient(180deg, transparent, rgba(5, 29, 72, 0.9));
}

.oran-mega__media-caption strong {
    font-size: 19px;
    line-height: 1.15;
}

.oran-mega__media-caption small {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.oran-mega__media-dots {
    position: absolute;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.oran-mega__media-caption + .oran-mega__media-dots {
    bottom: 8px;
}

.oran-mega__media-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.oran-mega__media-dots button.is-active {
    width: 26px;
    background: #ffffff;
}

.oran-mega__content {
    grid-area: mega-content;
    min-width: 0;
}

.oran-mega__heading {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 2px 4px 15px;
    border-bottom: 1px solid rgba(29, 76, 158, 0.1);
}

.oran-mega__heading strong {
    color: var(--brand-navy);
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 850;
}

.oran-mega__heading span {
    color: #71809a;
    font-size: 13px;
}

.oran-mega__columns {
    display: grid;
    grid-template-columns: repeat(var(--oran-mega-columns, 3), minmax(0, 1fr));
    align-items: start;
    gap: clamp(18px, 2.2vw, 32px);
    padding-top: 18px;
}

.oran-mega__group {
    min-width: 0;
    padding: 0 4px 8px;
    background: transparent;
}

.oran-mega__group-title {
    display: block;
    margin: 0 8px 7px;
    padding: 0 4px 11px;
    border-bottom: 1px solid rgba(231, 75, 55, 0.22);
    color: var(--brand-orange);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
}

a.oran-mega__group-title:hover {
    color: #bd2f24;
}

.oran-mega__group > p {
    margin: -1px 12px 10px;
    color: #78869d;
    font-size: 12px;
    line-height: 1.45;
}

.oran-mega__links,
.oran-mega__nested-links {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oran-mega .oran-mega__link {
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    align-content: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 9px;
    color: #35435d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 var(--brand-orange);
    transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.oran-mega .oran-mega__link small {
    grid-column: 1;
    color: #8591a5;
    font-size: 11px;
    font-weight: 500;
}

.oran-mega .oran-mega__link i {
    grid-column: 2;
    grid-row: 1;
    color: rgba(29, 76, 158, 0.45);
    font-size: 9px;
    opacity: 0.38;
    transform: translateX(0);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.oran-mega .oran-mega__link:has(small) i {
    grid-row: 1 / span 2;
}

.oran-mega a.oran-mega__link:hover,
.oran-mega a.oran-mega__link:focus-visible,
.oran-mega a.oran-mega__link.is-active {
    color: #173d7a;
    outline: 0;
    background: rgba(235, 75, 55, 0.08);
    box-shadow: inset 3px 0 0 var(--brand-orange);
}

.oran-mega a.oran-mega__link:hover i,
.oran-mega a.oran-mega__link:focus-visible i,
.oran-mega a.oran-mega__link.is-active i {
    opacity: 1;
    transform: translateX(2px);
}

.oran-mega__nested-links {
    padding: 0 0 8px 12px;
}

.oran-mega__nested-links .oran-mega__link {
    min-height: 38px;
    font-size: 13px;
}

@media (max-width: 991.98px) and (min-width: 769px) {
    .oran-mega__columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oran-mega:has(.oran-mega__media) .oran-mega__surface {
        grid-template-columns:
            minmax(180px, var(--oran-mega-media-span, 1fr))
            minmax(0, var(--oran-mega-content-span, 3fr));
    }

    .oran-mega--media-right:has(.oran-mega__media) .oran-mega__surface {
        grid-template-columns:
            minmax(0, var(--oran-mega-content-span, 3fr))
            minmax(180px, var(--oran-mega-media-span, 1fr));
    }
}

[data-ventum-slider-viewport] {
    overflow: hidden;
    overscroll-behavior-x: contain;
    -webkit-tap-highlight-color: transparent;
}

[data-ventum-slider].is-touch-enabled [data-ventum-slider-viewport] {
    touch-action: pan-y;
}

[data-ventum-slider-track] {
    display: flex;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition-property: transform;
    transition-duration: var(--ventum-slider-duration, 0ms);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

[data-ventum-slider].is-dragging [data-ventum-slider-track] {
    transition-duration: 0ms !important;
    cursor: grabbing;
}

[data-ventum-slider-slide] {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
}

[data-ventum-slider].ventum-slider--fade [data-ventum-slider-track] {
    display: grid;
    transform: none !important;
}

[data-ventum-slider].ventum-slider--fade [data-ventum-slider-slide] {
    grid-area: 1 / 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--ventum-slider-duration, 600ms) ease, visibility var(--ventum-slider-duration, 600ms) ease;
}

[data-ventum-slider].ventum-slider--fade [data-ventum-slider-slide].is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

[data-ventum-slider-viewport]:focus-visible {
    outline: 3px solid rgba(246, 93, 80, 0.72);
    outline-offset: 4px;
}

.oran-hero {
    position: relative;
    isolation: isolate;
    padding: 18px 0 15px;
    background: #ffffff;
}

.oran-hero__dynamic-background {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    filter: blur(34px) saturate(1.15);
    opacity: 0.28;
    transform: scale(1.08);
    transition: background-image var(--ventum-slider-duration, 600ms) ease, opacity 300ms ease;
}

.oran-hero__dynamic-background::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(255, 255, 255, 0.58);
}

.oran-hero__frame {
    position: relative;
    width: 100%;
    max-width: var(--oran-banner-area-width, 1270px);
    margin: 0 auto;
    border-radius: 12px;
    overflow: visible;
}

/*
 * `wide` görünüm uygulamanın ortak container genişliğini kullanır. Banner
 * ayarındaki genişlik, slayt oranını hesaplamak için korunur; çerçeveyi ikinci
 * kez 1270px ile sınırlamaz.
 */
.oran-hero--wide .oran-hero__frame {
    max-width: none;
}

.oran-hero__slides {
    aspect-ratio: var(--oran-banner-area-ratio, 1270 / 420);
    border-radius: 12px;
    background: #f3f6fb;
    box-shadow: 0 18px 38px rgba(27, 52, 98, 0.18);
    user-select: none;
}

.oran-hero.is-touch-enabled .oran-hero__slides {
    cursor: grab;
}

.oran-hero.is-auto-height .oran-hero__slides {
    aspect-ratio: auto;
    transition: height var(--ventum-slider-duration, 600ms) cubic-bezier(0.22, 1, 0.36, 1);
}

.oran-hero__track {
    height: 100%;
}

.oran-hero__slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.oran-hero__slide:not(.is-visible) {
    pointer-events: none;
}

.oran-hero__slide picture,
.oran-hero__slide video,
.oran-hero__media {
    width: 100%;
    height: 100%;
    display: block;
}

.oran-hero__media {
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

.oran-hero__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 28, 58, 0.64);
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0 8px 24px rgba(2, 8, 23, 0.24);
    opacity: 0.82;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateY(-50%);
    transition: background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.oran-hero__nav:hover {
    border-color: rgba(255, 255, 255, 0.72);
    background: var(--brand-orange);
    opacity: 1;
    box-shadow: 0 10px 26px rgba(231, 75, 55, 0.32);
    transform: translateY(-50%) scale(1.04);
}

.oran-hero__nav:active {
    transform: translateY(-50%) scale(0.96);
}

.oran-hero__nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.oran-hero__nav--prev {
    left: 16px;
}

.oran-hero__nav--next {
    right: 16px;
}

.oran-hero__pager {
    position: absolute;
    left: 50%;
    bottom: 9px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
}

.oran-hero__pager--fraction {
    min-width: 62px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(9, 31, 85, 0.78);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.oran-hero__pager--progressbar {
    width: min(260px, calc(100% - 80px));
}

.oran-hero__progress-track {
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
}

.oran-hero__progress-value {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #ff675a;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--ventum-slider-duration, 600ms) ease;
}

.oran-hero__pager-item {
    width: 15px;
    height: 6px;
    border: 1px solid #ff675a;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    padding: 0;
}

.oran-hero__pager-item.is-active {
    width: 25px;
    background: #ff675a;
}

.home-content-block {
    padding: 0;
    background: #ffffff;
}

.home-content-block--soft {
    background: #f6f8fc;
}

.home-content-block--accent {
    background: color-mix(in srgb, var(--brand-orange) 9%, #ffffff);
}

.home-content-block--plain {
    padding-top: 0;
    padding-bottom: 0;
}

.oran-hero > .container-xl,
.news-grid > .container-xl,
.news-carousel > .container-xl,
.oran-tv-block > .container-xl,
.home-content-block--contained > .container-xl {
    width: var(--container);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.home-content-block--full > .container-xl {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.home-content-block--wide > .container-xl {
    width: 100%;
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
}

/*
 * Sayfa tasarımcısından gelen Bootstrap bölümleri, yukarıdaki CMS kabının
 * içinde ikinci kez yatay boşluk üretmemeli. Geniş/tam bloklarda iç bölüm
 * tekrar sitenin ortak container ölçüsüne döner; contained blokta mevcut
 * kabı doğrudan kullanır.
 */
.home-content-block--contained > .container-xl > :is(section, article) > :is(.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl) {
    width: 100%;
    max-width: none;
    padding-inline: 0;
}

.home-content-block:is(.home-content-block--wide, .home-content-block--full) > .container-xl > :is(section, article) > :is(.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl) {
    width: var(--container);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.home-content-block__header {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}

.home-content-block__header h2 {
    margin: 0;
    color: #17233f;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.home-content-block__header p {
    margin: 12px 0 0;
    color: #60708c;
    font-size: 17px;
    line-height: 1.7;
}

.photo-gallery-block {
    padding: 52px 0;
    background: #ffffff;
    color: #101828;
}

.photo-gallery-block--soft {
    background: #f8fafc;
}

.photo-gallery-block--accent {
    background: #fff1ee;
}

.photo-gallery-block__inner {
    width: min(100%, 100vw);
    margin: 0 auto;
}

.photo-gallery-block--contained .photo-gallery-block__inner {
    width: var(--container);
}

.photo-gallery-block--wide .photo-gallery-block__inner {
    width: var(--container);
}

.photo-gallery-block__head {
    width: var(--container);
    margin: 0 auto 22px;
    text-align: center;
}

.photo-gallery-block__head h2 {
    margin: 0;
    color: var(--brand-orange);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.1;
}

.photo-gallery-block__head p {
    max-width: 680px;
    margin: 8px auto 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.65;
}

.photo-gallery-block__grid {
    display: grid;
    grid-template-columns: repeat(var(--photo-gallery-columns, 6), minmax(0, 1fr));
    gap: var(--photo-gallery-gap, 8px);
}

.photo-gallery-block__item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #e2e8f0;
    color: inherit;
    cursor: pointer;
    aspect-ratio: 16 / 10;
}

.photo-gallery-block--ratio-square .photo-gallery-block__item {
    aspect-ratio: 1;
}

.photo-gallery-block--ratio-portrait .photo-gallery-block__item {
    aspect-ratio: 4 / 5;
}

.photo-gallery-block--compact .photo-gallery-block__grid {
    --photo-gallery-gap: 4px;
}

.photo-gallery-block__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease, filter 0.28s ease;
}

.photo-gallery-block__item:hover img,
.photo-gallery-block__item:focus-visible img {
    transform: scale(1.045);
    filter: saturate(1.04);
}

.photo-gallery-block__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.72));
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
}

.oran-tv-block {
    padding: 62px 0 70px;
    background: #ffffff;
    color: #111827;
}

.oran-tv-block--soft {
    background: linear-gradient(180deg, #f7f8fb 0%, #e9edf3 100%);
}

.oran-tv-block--accent {
    background: #fff4f1;
}

.oran-tv-block--plain {
    background: #ffffff;
}

.oran-tv-block__inner {
    max-width: 1320px;
    overflow: visible;
}

.oran-tv-block--wide .oran-tv-block__inner {
    max-width: 1320px;
}

.oran-tv-block--full .oran-tv-block__inner {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.oran-tv-block__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.oran-tv-block__head h2 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #ef4638;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
}

.oran-tv-block__head h2 i {
    font-size: 30px;
}

.oran-tv-block__head p {
    max-width: 620px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

.oran-tv-block__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 7px;
    background: #ef4638;
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(239, 70, 56, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.oran-tv-block__cta:hover,
.oran-tv-block__cta:focus-visible {
    color: #ffffff;
    background: #dd3628;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(239, 70, 56, 0.24);
}

.oran-tv-block .yottie-widget {
    min-height: 340px;
    overflow: visible;
}

.oran-tv-block .yottie-widget-feed,
.oran-tv-block .yottie-widget-feed-section-slide {
    background: transparent !important;
}

.oran-tv-block .yottie-widget-feed-section-slide {
    padding-bottom: 15px;
}

.oran-tv-block .yottie-widget-video {
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.iframe-block {
    padding: 54px 0;
    background: #ffffff;
    color: #111827;
}

.iframe-block--soft {
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.iframe-block--accent {
    background: #fff4f1;
}

.iframe-block--plain {
    background: #ffffff;
}

.iframe-block__inner {
    width: var(--container);
    margin: 0 auto;
}

.iframe-block--wide .iframe-block__inner {
    width: min(1360px, calc(100% - 32px));
}

.iframe-block--full .iframe-block__inner {
    width: 100%;
}

.iframe-block__head {
    margin-bottom: 24px;
    text-align: center;
}

.iframe-block__head h2 {
    margin: 0;
    color: #ef4638;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
}

.iframe-block__head p {
    max-width: 680px;
    margin: 10px auto 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
}

.iframe-block__frame {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.iframe-block__frame--bordered {
    padding: 10px;
    border: 1px solid #ef4638;
    border-radius: 8px;
}

.iframe-block__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
    background: #ffffff;
}

.news-grid {
    position: relative;
    padding: 56px 0 46px;
    background: #ffffff;
}

.news-grid--soft {
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.news-grid--accent {
    background: color-mix(in srgb, var(--brand-orange) 10%, #ffffff);
}

.news-grid__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.news-grid__header h2 {
    margin: 0;
    color: var(--brand-orange);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.news-grid__header p {
    margin: 8px 0 0;
    max-width: 620px;
    color: #68758b;
    font-size: 16px;
    line-height: 1.65;
}

.news-grid__archive {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 7px;
    background: var(--brand-orange);
    color: #ffffff;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(231, 75, 55, 0.18);
}

.news-grid__archive:hover {
    color: #ffffff;
    background: #d83f2e;
}

.news-grid__items {
    display: grid;
    grid-template-columns: repeat(var(--news-grid-columns, 3), minmax(0, 1fr));
    gap: 22px;
}

.news-grid__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 7px;
    background: #ffffff;
    color: inherit;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-grid__card:hover,
.news-grid__card:focus-visible {
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.news-grid__image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #dfe5ef;
}

.news-grid--image-sm .news-grid__image {
    aspect-ratio: 16 / 8;
}

.news-grid--image-lg .news-grid__image {
    aspect-ratio: 16 / 12;
}

.news-grid__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-grid__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px;
}

.news-grid__meta {
    min-height: 18px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    color: #a2a9b5;
    font-size: 12px;
    font-weight: 700;
}

.news-grid__meta span {
    margin-right: auto;
    color: var(--brand-orange);
}

.news-grid__body h3 {
    margin: 6px 0 0;
    color: #111827;
    font-size: 21px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -0.025em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-grid__body h3::after {
    content: '';
    display: block;
    width: 42px;
    height: 4px;
    margin-top: 11px;
    background: var(--brand-orange);
}

.news-grid__body p {
    margin: 12px 0 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-carousel {
    position: relative;
    padding: 56px 0 46px;
    background: #ffffff;
}

.news-carousel--soft {
    background: linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%);
}

.news-carousel--accent {
    background: color-mix(in srgb, var(--brand-orange) 10%, #ffffff);
}

.news-carousel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.news-carousel__header h2 {
    margin: 0;
    color: var(--brand-orange);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    letter-spacing: -0.035em;
}

.news-carousel__header p {
    margin: 8px 0 0;
    max-width: 620px;
    color: #68758b;
    font-size: 16px;
    line-height: 1.65;
}

.news-carousel__archive {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 7px;
    background: var(--brand-orange);
    color: #ffffff;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(231, 75, 55, 0.18);
}

.news-carousel__archive:hover {
    color: #ffffff;
    background: #d83f2e;
}

.news-carousel__viewport {
    position: relative;
}

.news-carousel__clip {
    border-radius: 7px;
}

.news-carousel__track {
    min-height: 396px;
    align-items: stretch;
    cursor: grab;
    user-select: none;
}

.news-carousel__page {
    display: grid;
    grid-template-columns: repeat(var(--news-columns, 2), minmax(0, 1fr));
    gap: 20px;
    position: relative;
    pointer-events: none;
}

.news-carousel__page.is-active {
    pointer-events: auto;
}

.news-carousel__card {
    display: grid;
    grid-template-columns: minmax(168px, 210px) minmax(0, 1fr);
    min-height: 168px;
    overflow: hidden;
    border-radius: 7px;
    background: #ffffff;
    color: inherit;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-carousel__card:hover,
.news-carousel__card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.news-carousel__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #dfe5ef;
}

.news-carousel__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}

.news-carousel__body {
    padding: 20px 22px;
}

.news-carousel__meta {
    min-height: 18px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    color: #a2a9b5;
    font-size: 12px;
    font-weight: 700;
}

.news-carousel__meta span {
    margin-right: auto;
    color: var(--brand-orange);
}

.news-carousel__body h3 {
    margin: 6px 0 0;
    color: #111827;
    font-size: 21px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: -0.025em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-carousel__body h3::after {
    content: '';
    display: block;
    width: 42px;
    height: 4px;
    margin-top: 11px;
    background: var(--brand-orange);
}

.news-carousel__body p {
    margin: 12px 0 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(231, 75, 55, 0.24);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand-orange);
    font-size: 17px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
    opacity: 0.92;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateY(-50%);
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.news-carousel__nav:hover {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: #ffffff;
    opacity: 1;
    box-shadow: 0 12px 30px rgba(231, 75, 55, 0.28);
    transform: translateY(-50%) scale(1.04);
}

.news-carousel__nav:active {
    transform: translateY(-50%) scale(0.96);
}

.news-carousel__nav--prev {
    left: -48px;
}

.news-carousel__nav--next {
    right: -48px;
}

.news-carousel__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.news-carousel__pager-item {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: #c8ccd3;
    padding: 0;
}

.news-carousel__pager-item.is-active {
    background: #1684ee;
}

.oran-hero__nav,
.news-carousel__nav,
.oran-hero__pager-item,
.news-carousel__pager-item {
    cursor: pointer;
}

.oran-hero__nav:focus-visible,
.news-carousel__nav:focus-visible,
.oran-hero__pager-item:focus-visible,
.news-carousel__pager-item:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(22, 132, 238, 0.72);
}

@media (prefers-reduced-motion: reduce) {
    [data-ventum-slider-track] {
        transition-duration: 0ms !important;
    }
}

/*Homepage video box area*/
section.video-wall{
    position: relative;
}
section.video-wall:before{
    background-image: url(../images/video-wall-bg.png), url(../images/video-wall-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
    padding: 0px 0;
    background-size: contain, contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .2;
}
.video-wall .video-text-wrapper{

}
.video-wall .video-text-wrapper .title{
    color: #e74b37;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0px;
}
.video-wall .video-text-wrapper .desc{
    font-size: 1.2em;
}
.video-wall .video-poster{
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    height: 250px;
}
.video-wall .video-poster img{
    width: 100%;
}
.video-wall .video-poster .play-button{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ffffffc9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e74b37;
    font-size: 1.4em;
    transition: 250ms all ease-in;
    text-decoration: none;
    box-shadow: 0 0 20px #333;
}
.video-wall .video-poster .play-button:hover{
    background: #ffffff;
}
.video-wall .video-poster .play-button:hover:before{
    animation: rotateLines 5.5s linear infinite forwards;
    transition: 250ms all ease-out;
}
.video-wall .video-poster .play-button:before{
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border: 1px dashed #e74b37;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
}
@keyframes rotateLines {
    0% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(135deg);
    }
    75% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.open-button {
    display: none;
    background: linear-gradient(45deg, #ece224 20%, #ece224 100%);
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: 35px;
    height: auto;
    width: auto;
    border-radius: 45px;
    z-index: 999;
    animation: pulse-orange 2s infinite;
}
@keyframes pulse-button {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #f66656;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(246, 102, 86, 0.51);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(246, 102, 86, 0);
    }
}
@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}

/*Yottie Video Gallery*/
.oran-tv-block .yottie-widget-feed .swiper-wrapper {
    height: 100%;
    display: flex !important;
    align-items: stretch;
}

.oran-tv-block .yottie-widget-feed .swiper-container,
.oran-tv-block .yottie-widget-feed-section-inner {
    overflow: hidden;
}

.oran-tv-block .yottie-widget-feed .swiper-slide {
    flex: 0 0 auto;
}
.oran-tv-block .yottie-widget-inner {
    margin: 0 !important;
}
.oran-tv-block .yottie-widget-feed {
    background: rgba(0,0,0,0) !important;
}
.oran-tv-block .yottie-widget-feed-section-slide {
    background: rgba(0,0,0,0) !important;
    padding-bottom: 15px;
    overflow: hidden;
}

.oran-tv-block .yottie-widget-feed-section-slide::after {
    content: "";
    display: table;
    clear: both;
}
.oran-tv-block .yottie-widget-video {
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 27px -5px, rgb(0 0 0 / 20%) 0px 4px 16px -8px;
}
.oran-tv-block .yottie-widget-video-classic .yottie-widget-video-info {
    padding: 16px 14px !important;
    height: 72px;
}
.oran-tv-block .yottie-widget-video-info-title {
    display: inline-block;
    overflow: hidden;
    white-space: normal !important;
    line-height: 18px;
    font-weight: 700;
    font-size: 14px;
}
span.yottie-widget-feed-section-pagination-bullet {
    text-align: center;
    min-width: 18px;
    font-size: 16px !important;
    padding: 5px 7px;
    margin: 0 3px;
    width: 40px !important;
    border-radius: 50% !important;
    height: 40px !important;
    display: inline-flex !important;
    color: #e74b37 !important;
    line-height: 1;
    background: #ffffff !important;
    opacity: 1;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    align-items: center;
    justify-content: center;
}
.yottie-widget-feed-section-pagination .swiper-pagination-bullet-active {
    color: #ffffff !important;
    background: #e74b37 !important;
}
span.yottie-widget-feed-section-pagination-bullet-more::after, span.yottie-widget-feed-section-pagination-bullet-more::before {
    top: 14px !important;
    right: 44% !important;
}

@media (max-width: 1199px) {
    .news-detail-hero__grid.has-media {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
        gap: 34px;
    }

    .news-detail-hero h1 {
        font-size: clamp(32px, 3.7vw, 44px);
    }

    .oran-header__top-inner {
        min-height: 104px;
    }

    .oran-logo {
        min-width: 220px;
    }

    .oran-logo img {
        max-width: 200px;
    }

    .oran-header-action--image img {
        max-height: 48px;
        max-width: min(190px, 24vw);
    }

    .oran-promo--tour,
    .oran-socials {
        display: none;
    }

    .oran-nav__inner {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .oran-hero__nav--prev {
        left: 10px;
    }

    .oran-hero__nav--next {
        right: 10px;
    }

    .news-carousel__nav--prev {
        left: 8px;
    }

    .news-carousel__nav--next {
        right: 8px;
    }
}

@media (max-width: 768px) {
    .news-detail-hero {
        padding: 20px 0 28px;
    }

    .news-detail-breadcrumb {
        max-width: 100%;
        margin-bottom: 18px;
        gap: 8px;
        font-size: 12px;
    }

    .news-detail-hero__grid.has-media {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .news-detail-hero h1 {
        margin-top: 12px;
        font-size: clamp(28px, 8.5vw, 38px);
        line-height: 1.14;
    }

    .news-detail-hero h1::after {
        width: 64px;
        margin-top: 14px;
    }

    .news-detail-hero p {
        font-size: 15px;
        line-height: 1.62;
    }

    .news-detail-hero__media {
        max-width: none;
        justify-self: stretch;
        aspect-ratio: 16 / 10;
        border-radius: 12px;
    }

    .news-detail-section {
        padding: 34px 0 52px;
    }

    .news-detail-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .news-detail-content {
        font-size: 16px;
    }

    .news-detail-sidebar {
        position: static;
        padding: 18px 0 0;
        border-top: 2px solid rgba(231, 75, 55, 0.16);
        border-left: 0;
    }

    .news-detail-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-detail-nav {
        grid-template-columns: 1fr;
    }

    .news-detail-nav__item--next {
        text-align: left;
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .news-detail-nav__item--next .news-detail-nav__body {
        order: 2;
    }

    .news-detail-nav__item--next .news-detail-nav__image {
        order: 1;
    }

    .news-detail-nav__item--next .news-detail-nav__label {
        justify-self: start;
    }

    .oran-header,
    .oran-header.site-header--home {
        position: sticky;
    }

    .oran-header__top-inner {
        min-height: 78px;
    }

    .oran-logo {
        min-width: 0;
    }

    .oran-logo img {
        max-width: 170px;
        max-height: 54px;
    }

    .oran-header-action,
    .oran-promo,
    .oran-phone,
    .oran-socials {
        display: none;
    }

    .oran-menu-toggle {
        display: inline-flex;
    }

    .oran-nav {
        position: fixed;
        top: 78px;
        left: 0;
        right: 0;
        z-index: 46;
        display: block;
        max-height: calc(100vh - 78px);
        overflow-y: auto;
        background: var(--brand-orange);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .oran-nav__inner {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 16px 18px;
        overflow: visible;
    }

    .oran-nav__item,
    .oran-nav__link,
    .oran-nav__search {
        width: 100%;
    }

    .oran-nav__link,
    .oran-nav__search {
        min-height: 48px;
        justify-content: flex-start;
        border-radius: 8px;
    }

    .oran-nav__link--primary {
        justify-content: center;
        margin-top: 8px;
    }

    .oran-nav__submenu {
        position: static !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
        max-width: none;
        min-width: 0;
        margin: 0 0 8px;
        padding: 6px 0 6px 14px;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.26);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .oran-nav__submenu::before {
        display: none;
    }

    .oran-nav__submenu .oran-nav__submenu {
        right: auto !important;
        left: auto !important;
        padding-left: 14px;
        margin: 2px 0 6px;
    }

    .oran-nav .oran-nav__submenu-link {
        min-height: 42px;
        padding: 9px 12px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 14px;
        font-weight: 700;
    }

    .oran-nav .oran-nav__submenu-link:hover,
    .oran-nav .oran-nav__submenu-link.is-active {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.12);
    }

    .oran-nav__submenu-link i {
        transform: rotate(90deg);
    }

    .oran-nav__item--mega {
        display: block;
    }

    .oran-mega,
    .oran-mega--full {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        max-height: none;
        padding: 4px 0 10px 14px;
        overflow: visible;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.26);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .oran-nav__item--mega.is-mega-open > .oran-mega {
        transform: none;
    }

    .oran-mega__surface,
    .oran-mega:has(.oran-mega__media) .oran-mega__surface {
        min-height: 0;
        display: block;
    }

    .oran-mega__media,
    .oran-mega__heading {
        display: none;
    }

    .oran-mega__columns {
        display: block;
        padding: 0;
    }

    .oran-mega__group {
        padding: 0;
        background: transparent;
    }

    .oran-mega__group + .oran-mega__group {
        margin-top: 4px;
    }

    .oran-mega__group-title {
        margin: 5px 0 2px;
        padding: 8px 12px;
        color: #ffffff;
        font-size: 14px;
    }

    .oran-mega__group > p {
        display: none;
    }

    .oran-mega__link-item + .oran-mega__link-item {
        border-top: 0;
    }

    .oran-mega .oran-mega__link {
        min-height: 42px;
        padding: 9px 12px;
        color: rgba(255, 255, 255, 0.92);
        font-size: 14px;
    }

    .oran-mega .oran-mega__link small {
        color: rgba(255, 255, 255, 0.66);
    }

    .oran-mega .oran-mega__link i {
        color: rgba(255, 255, 255, 0.66);
        opacity: 1;
        transform: none;
    }

    .oran-mega a.oran-mega__link:hover,
    .oran-mega a.oran-mega__link.is-active {
        padding-left: 12px;
        color: #ffffff;
        border-radius: 7px;
        background: rgba(255, 255, 255, 0.12);
    }

    .site-header.is-mobile-nav-open .oran-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav-backdrop {
        top: 78px;
    }

    .site-mobile-socials {
        display: flex;
        border-top-color: rgba(255, 255, 255, 0.22);
    }

    .oran-hero {
        padding: 14px 0 24px;
    }

    .oran-hero__frame,
    .oran-hero__slides {
        border-radius: 10px;
    }

    .oran-hero__slides {
        aspect-ratio: var(--oran-banner-area-ratio, 16 / 9);
    }

    .oran-hero.is-auto-height .oran-hero__slides {
        aspect-ratio: auto;
    }

    .oran-hero__nav {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .oran-hero__pager {
        bottom: 7px;
    }

    .news-carousel {
        padding: 36px 0;
    }

    .news-grid {
        padding: 36px 0;
    }

    .news-grid__header {
        flex-direction: column;
        align-items: stretch;
    }

    .news-grid__archive {
        justify-content: center;
    }

    .news-grid__items {
        grid-template-columns: repeat(var(--news-grid-tablet-columns, 2), minmax(0, 1fr));
    }

    .photo-gallery-block__grid {
        grid-template-columns: repeat(var(--photo-gallery-tablet-columns, 3), minmax(0, 1fr));
    }

    .oran-tv-block {
        padding: 42px 0 50px;
    }

    .oran-tv-block__head {
        flex-direction: column;
        align-items: stretch;
    }

    .oran-tv-block__cta {
        width: 100%;
    }

    .iframe-block {
        padding: 36px 0;
    }

    .iframe-block__frame {
        min-height: 360px !important;
    }

    .news-carousel__header {
        flex-direction: column;
        align-items: stretch;
    }

    .news-carousel__archive {
        justify-content: center;
    }

    .news-carousel__page {
        grid-template-columns: 1fr;
    }

    .news-carousel__card {
        grid-template-columns: 1fr;
    }

    .news-carousel__image {
        aspect-ratio: 16 / 10;
    }

    .news-carousel__nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .news-grid__items {
        grid-template-columns: repeat(var(--news-grid-mobile-columns, 1), minmax(0, 1fr));
    }

    .photo-gallery-block {
        padding: 36px 0;
    }

    .photo-gallery-block__head {
        width: calc(100vw - 32px);
    }

    .photo-gallery-block__grid {
        grid-template-columns: repeat(var(--photo-gallery-mobile-columns, 2), minmax(0, 1fr));
        gap: 5px;
    }
}

/* News archive */
.news-archive-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 52px;
    background:
        radial-gradient(circle at 84% 18%, rgba(237, 181, 19, 0.22), transparent 22%),
        radial-gradient(circle at 94% 90%, rgba(3, 202, 151, 0.14), transparent 24%),
        linear-gradient(125deg, #173f87 0%, #1d4c9e 58%, #235ab7 100%);
    color: #ffffff;
}

.news-archive-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, #000, transparent 76%);
    pointer-events: none;
}

.news-archive-hero .container-xl {
    position: relative;
    z-index: 1;
}

.news-archive-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 750;
}

.news-archive-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.news-archive-breadcrumb a:hover {
    color: #ffe58a;
}

.news-archive-breadcrumb i {
    font-size: 9px;
    opacity: 0.66;
}

.news-archive-hero__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.news-archive-hero__content > div:first-child {
    max-width: 820px;
}

.news-archive-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 56px);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.news-archive-hero h1 span {
    color: #ffd75a;
}

.news-archive-hero p {
    max-width: 690px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.news-archive-hero__stat {
    min-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 46px rgba(4, 24, 66, 0.2);
    backdrop-filter: blur(10px);
}

.news-archive-hero__stat strong {
    color: #ffffff;
    font-size: 38px;
    font-weight: 950;
    line-height: 1;
}

.news-archive-hero__stat span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.news-archive-section {
    min-height: 520px;
    padding: 0 0 80px;
    background:
        linear-gradient(180deg, #f7f9fd 0, #ffffff 260px);
}

.news-archive-filter {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(220px, 0.8fr) auto auto;
    align-items: end;
    gap: 14px;
    margin: 0 0 36px;
    padding: 20px;
    border: 1px solid rgba(29, 76, 158, 0.1);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(29, 76, 158, 0.11);
    transform: translateY(-22px);
}

.news-archive-filter__field {
    min-width: 0;
}

.news-archive-filter__field label {
    display: block;
    margin: 0 0 7px;
    color: #344054;
    font-size: 12px;
    font-weight: 850;
}

.news-archive-filter__field > span {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid #dce3ed;
    border-radius: 11px;
    background: #f9fbfd;
    color: #75839a;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.news-archive-filter__field > span:focus-within {
    border-color: rgba(29, 76, 158, 0.68);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(29, 76, 158, 0.1);
}

.news-archive-filter input,
.news-archive-filter select {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #15213a;
    font: inherit;
    font-size: 14px;
}

.news-archive-filter input::placeholder {
    color: #98a3b5;
}

.news-archive-filter select {
    cursor: pointer;
}

.news-archive-filter__submit,
.news-archive-filter__clear {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.news-archive-filter__submit {
    border: 1px solid var(--brand-orange);
    background: var(--brand-orange);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(231, 75, 55, 0.18);
}

.news-archive-filter__submit:hover {
    border-color: var(--brand-navy);
    background: var(--brand-navy);
}

.news-archive-filter__clear {
    border: 1px solid #dce3ed;
    background: #ffffff;
    color: #56647a;
}

.news-archive-filter__clear:hover {
    border-color: rgba(231, 75, 55, 0.36);
    background: rgba(231, 75, 55, 0.055);
    color: var(--brand-orange);
}

.news-archive-summary {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: -4px 0 20px;
}

.news-archive-summary > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.news-archive-summary span {
    color: var(--brand-navy);
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.news-archive-summary strong {
    color: #667085;
    font-size: 13px;
    font-weight: 750;
}

.news-archive-summary p {
    margin: 0;
    color: #7b8799;
    font-size: 13px;
    font-weight: 750;
}

.news-archive-lead {
    margin-bottom: 24px;
}

.news-archive-lead > a {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(29, 76, 158, 0.1);
    border-radius: 20px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(29, 76, 158, 0.12);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.news-archive-lead > a:hover,
.news-archive-lead > a:focus-visible {
    border-color: rgba(231, 75, 55, 0.35);
    box-shadow: 0 26px 58px rgba(29, 76, 158, 0.17);
    transform: translateY(-3px);
}

.news-archive-lead__media,
.news-archive-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #e9eef6;
}

.news-archive-lead__media img,
.news-archive-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 280ms ease, filter 280ms ease;
}

.news-archive-lead > a:hover img,
.news-archive-lead > a:focus-visible img,
.news-archive-card > a:hover img,
.news-archive-card > a:focus-visible img {
    filter: saturate(1.05);
    transform: scale(1.035);
}

.news-archive-lead__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 54px);
}

.news-archive-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #7a879b;
    font-size: 12px;
    font-weight: 800;
}

.news-archive-card__meta > span {
    max-width: 65%;
    overflow: hidden;
    color: var(--brand-orange);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-archive-card__meta time {
    flex: 0 0 auto;
}

.news-archive-lead__body > strong {
    display: block;
    margin-top: 19px;
    color: #17233f;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 950;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.news-archive-lead__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 17px 0 0;
    color: #5c687c;
    font-size: 15px;
    line-height: 1.72;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-archive-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    color: var(--brand-navy);
    font-size: 13px;
    font-weight: 900;
}

.news-archive-read-more i {
    transition: transform 180ms ease;
}

.news-archive-lead > a:hover .news-archive-read-more i,
.news-archive-lead > a:focus-visible .news-archive-read-more i,
.news-archive-card > a:hover .news-archive-read-more i,
.news-archive-card > a:focus-visible .news-archive-read-more i {
    transform: translateX(4px);
}

.news-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.news-archive-card {
    min-width: 0;
}

.news-archive-card > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e4e9f0;
    border-radius: 17px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(29, 76, 158, 0.07);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.news-archive-card > a:hover,
.news-archive-card > a:focus-visible {
    border-color: rgba(231, 75, 55, 0.28);
    box-shadow: 0 18px 38px rgba(29, 76, 158, 0.13);
    transform: translateY(-4px);
}

.news-archive-card__media {
    aspect-ratio: 16 / 10;
}

.news-archive-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.news-archive-card__body > strong {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 15px;
    color: #17233f;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.32;
    letter-spacing: -0.02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-archive-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-archive-card__body .news-archive-read-more {
    margin-top: auto;
    padding-top: 20px;
}

.news-archive-media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 75% 25%, rgba(237, 181, 19, 0.26), transparent 26%),
        linear-gradient(135deg, #e8eef9, #f7f9fd);
    color: rgba(29, 76, 158, 0.38);
    font-size: 44px;
}

.news-archive-empty {
    padding: 72px 24px;
    border: 1px dashed rgba(29, 76, 158, 0.2);
    border-radius: 20px;
    background: #ffffff;
    text-align: center;
}

.news-archive-empty > span {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(29, 76, 158, 0.08);
    color: var(--brand-navy);
    font-size: 27px;
}

.news-archive-empty h2 {
    margin: 22px 0 0;
    color: #17233f;
    font-size: 25px;
    font-weight: 900;
}

.news-archive-empty p {
    margin: 10px 0 0;
    color: #667085;
}

.news-archive-empty a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    padding: 0 18px;
    border-radius: 10px;
    background: var(--brand-orange);
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.news-archive-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 44px;
}

.news-archive-pagination__pages {
    display: flex;
    align-items: center;
    gap: 7px;
}

.news-archive-pagination a,
.news-archive-pagination__pages > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce3ed;
    border-radius: 10px;
    background: #ffffff;
    color: #475467;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.news-archive-pagination a:hover,
.news-archive-pagination a:focus-visible,
.news-archive-pagination__pages > .is-active {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: #ffffff;
}

.news-archive-pagination__arrow.is-disabled {
    opacity: 0.38;
}

.news-archive-pagination__pages > .news-archive-pagination__ellipsis {
    width: 26px;
    border: 0;
    background: transparent;
}

.news-archive-filter__submit:focus-visible,
.news-archive-filter__clear:focus-visible,
.news-archive-lead > a:focus-visible,
.news-archive-card > a:focus-visible,
.news-archive-empty a:focus-visible,
.news-archive-pagination a:focus-visible {
    outline: 3px solid rgba(237, 181, 19, 0.58);
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .news-archive-filter {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr) auto;
    }

    .news-archive-filter__clear {
        grid-column: 1 / -1;
        min-height: 38px;
        justify-self: end;
        padding: 0 12px;
    }

    .news-archive-lead > a {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
        min-height: 350px;
    }

    .news-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .news-archive-hero {
        padding: 28px 0 44px;
    }

    .news-archive-breadcrumb {
        margin-bottom: 24px;
    }

    .news-archive-hero__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .news-archive-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .news-archive-hero p {
        font-size: 15px;
    }

    .news-archive-hero__stat {
        min-width: 0;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
        padding: 13px 16px;
    }

    .news-archive-hero__stat strong {
        font-size: 26px;
    }

    .news-archive-hero__stat span {
        margin: 0;
    }

    .news-archive-section {
        padding-bottom: 54px;
    }

    .news-archive-filter {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 24px;
        padding: 16px;
        transform: translateY(-18px);
    }

    .news-archive-filter__submit,
    .news-archive-filter__clear {
        width: 100%;
    }

    .news-archive-filter__clear {
        grid-column: auto;
        justify-self: stretch;
    }

    .news-archive-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .news-archive-summary span {
        font-size: 22px;
    }

    .news-archive-lead > a {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .news-archive-lead__media {
        aspect-ratio: 16 / 10;
    }

    .news-archive-lead__body {
        padding: 24px;
    }

    .news-archive-lead__body > strong {
        font-size: clamp(25px, 7.5vw, 34px);
    }

    .news-archive-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .news-archive-card > a {
        display: grid;
        grid-template-columns: minmax(120px, 0.42fr) minmax(0, 0.58fr);
    }

    .news-archive-card__media {
        height: 100%;
        min-height: 210px;
        aspect-ratio: auto;
    }

    .news-archive-card__body {
        padding: 17px;
    }

    .news-archive-card__body > strong {
        font-size: 17px;
        -webkit-line-clamp: 4;
    }

    .news-archive-card__body > p {
        display: none;
    }

    .news-archive-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .news-archive-card__meta > span {
        max-width: 100%;
    }

    .news-archive-card__body .news-archive-read-more {
        padding-top: 14px;
    }

    .news-archive-pagination {
        gap: 7px;
        margin-top: 32px;
    }

    .news-archive-pagination__pages {
        gap: 5px;
    }

    .news-archive-pagination a,
    .news-archive-pagination__pages > span {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 480px) {
    .news-archive-card > a {
        grid-template-columns: 1fr;
    }

    .news-archive-card__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .news-archive-pagination__pages > a:not(:first-child):not(:last-child),
    .news-archive-pagination__pages > span:not(.is-active):not(.news-archive-pagination__ellipsis) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .news-archive-filter *,
    .news-archive-lead *,
    .news-archive-card *,
    .news-archive-pagination * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Publication detail and embedded flipbook */
.publication-archive {
    min-height: 100vh;
    background: #f7f9fd;
    color: #101828;
}

.publication-archive__hero {
    position: relative;
    overflow: hidden;
    padding: 30px 0 54px;
    background:
        radial-gradient(circle at 85% 28%, rgba(80, 145, 229, 0.22), transparent 30%),
        linear-gradient(135deg, #153f87 0%, #1f57ab 62%, #3c6fa9 100%);
    color: #fff;
}

.publication-archive__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.11;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

.publication-archive__hero > .container-xl {
    position: relative;
    z-index: 1;
}

.publication-archive__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
}

.publication-archive__breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.publication-archive__breadcrumb i {
    font-size: 9px;
    opacity: 0.6;
}

.publication-archive__hero-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 44px;
}

.publication-archive__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #ffd04a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.publication-archive__eyebrow::before {
    content: "";
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: #ffd04a;
}

.publication-archive__hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.publication-archive__hero p {
    max-width: 720px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.6;
}

.publication-archive__count {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 132px;
    flex-direction: column;
    min-height: 92px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 44px rgba(6, 29, 67, 0.14);
    backdrop-filter: blur(10px);
}

.publication-archive__count strong {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.publication-archive__count span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.publication-archive__content {
    padding: 0 0 90px;
}

.publication-archive__filter {
    margin-bottom: 30px;
}

.publication-archive__filters {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: -26px 0 54px;
    padding: 18px;
    border: 1px solid #e4eaf3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(31, 69, 126, 0.12);
}

.publication-archive__filters a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    color: #344054;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.publication-archive__filters a:hover {
    transform: translateY(-1px);
    border-color: #b9c9df;
    background: #f7f9fd;
    color: var(--brand-navy);
}

.publication-archive__filters a.is-active {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: #fff;
}

.publication-archive__filters a.is-child {
    background: #f8fafc;
}

.publication-archive__filters a.is-child.is-active {
    background: var(--brand-orange);
}

.publication-archive__filters a.is-child i {
    transform: rotate(90deg);
    font-size: 10px;
    opacity: 0.62;
}

.publication-archive__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.publication-archive__summary h2 {
    margin: 0;
    color: var(--brand-navy);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.publication-archive__summary > div {
    min-width: 0;
}

.publication-archive__summary strong {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.publication-archive__summary span {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.publication-archive__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 22px;
}

.publication-card {
    min-width: 0;
}

.publication-card > a {
    display: flex;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e1e7f0;
    border-radius: 16px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(29, 76, 158, 0.08);
    flex-direction: column;
    transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}

.publication-card > a:hover {
    transform: translateY(-5px);
    border-color: rgba(29, 76, 158, 0.22);
    box-shadow: 0 22px 48px rgba(29, 76, 158, 0.16);
}

.publication-card__cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 350px;
    padding: 22px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.9), transparent 42%),
        #eef3fa;
}

.publication-card__cover img {
    display: block;
    width: 100%;
    height: 306px;
    object-fit: contain;
    filter: drop-shadow(10px 14px 16px rgba(21, 54, 105, 0.2));
    transition: transform 220ms ease;
}

.publication-card > a:hover .publication-card__cover img {
    transform: scale(1.025);
}

.publication-card__cover-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 176px;
    border-radius: 8px 14px 14px 8px;
    background: linear-gradient(145deg, #214f9c, #15386f);
    color: rgba(255, 255, 255, 0.8);
    font-size: 38px;
    box-shadow: 12px 15px 24px rgba(21, 54, 105, 0.24);
}

.publication-card__open {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 9px;
    background: rgba(16, 34, 66, 0.88);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    transform: translateY(7px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.publication-card > a:hover .publication-card__open {
    opacity: 1;
    transform: translateY(0);
}

.publication-card__body {
    display: flex;
    flex: 1;
    padding: 20px;
    flex-direction: column;
}

.publication-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
    color: var(--brand-orange);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.publication-card__body > strong {
    color: #17243a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.publication-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
    color: var(--brand-navy);
    font-size: 13px;
    font-weight: 800;
}

.publication-card__link i {
    transition: transform 160ms ease;
}

.publication-card > a:hover .publication-card__link i {
    transform: translateX(4px);
}

.publication-archive__filters a:focus-visible,
.publication-card > a:focus-visible,
.publication-archive__pagination a:focus-visible,
.publication-archive__empty a:focus-visible {
    outline: 3px solid #ffd04a;
    outline-offset: 3px;
}

.publication-archive__empty {
    padding: 72px 24px;
    border: 1px solid #e0e7f1;
    border-radius: 18px;
    background: #fff;
    color: #667085;
    text-align: center;
}

.publication-archive__empty > i {
    margin-bottom: 18px;
    color: var(--brand-orange);
    font-size: 42px;
}

.publication-archive__empty h2 {
    margin: 0 0 8px;
    color: var(--brand-navy);
    font-size: 26px;
    font-weight: 800;
}

.publication-archive__empty p {
    margin: 0 0 20px;
}

.publication-archive__empty a {
    display: inline-flex;
    padding: 11px 16px;
    border-radius: 9px;
    background: var(--brand-orange);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.publication-archive__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 48px;
}

.publication-archive__pagination a,
.publication-archive__pagination > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d9e1ec;
    border-radius: 10px;
    background: #fff;
    color: #475467;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.publication-archive__pagination a:hover,
.publication-archive__pagination a.is-active {
    border-color: var(--brand-orange);
    background: var(--brand-orange);
    color: #fff;
}

.publication-detail {
    background: #f7f9fd;
    color: #101828;
}

.publication-detail__hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 76px;
    background:
        radial-gradient(circle at 82% 24%, rgba(72, 132, 220, 0.2), transparent 28%),
        linear-gradient(135deg, #153f87 0%, #1f57ab 62%, #3b6eaa 100%);
    color: #fff;
}

.publication-detail__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
    background-size: 56px 56px;
}

.publication-detail__hero > .container-xl {
    position: relative;
    z-index: 1;
}

.publication-detail__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
}

.publication-detail__breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.publication-detail__breadcrumb a:hover {
    text-decoration: underline;
}

.publication-detail__breadcrumb i {
    font-size: 9px;
    opacity: 0.6;
}

.publication-detail__hero-grid {
    display: grid;
    grid-template-columns: minmax(230px, 360px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(44px, 7vw, 96px);
    max-width: 1110px;
    margin: 0 auto;
}

.publication-detail__hero-grid.is-coverless {
    grid-template-columns: minmax(0, 820px);
    justify-content: center;
}

.publication-detail__cover {
    position: relative;
    z-index: 0;
    width: min(100%, 340px);
    margin: 0 auto;
}

.publication-detail__cover-glow {
    position: absolute;
    z-index: -1;
    inset: 12% -16% -8%;
    border-radius: 50%;
    background: rgba(7, 26, 64, 0.48);
    filter: blur(32px);
}

.publication-detail__cover img {
    display: block;
    width: 100%;
    max-height: 470px;
    object-fit: contain;
    border-radius: 8px 14px 14px 8px;
    box-shadow: 18px 22px 48px rgba(5, 21, 54, 0.45), -5px 0 0 rgba(255, 255, 255, 0.14);
}

.publication-detail__intro {
    min-width: 0;
}

.publication-detail__categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 17px;
}

.publication-detail__categories a,
.publication-detail__categories span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(8px);
}

.publication-detail__categories a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.publication-detail__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
}

.publication-detail__meta span,
.publication-detail__meta time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.publication-detail__intro h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.publication-detail__intro > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.75;
}

.publication-detail__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.publication-detail__primary-action,
.publication-detail__secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.publication-detail__primary-action {
    background: var(--brand-orange);
    color: #fff;
    box-shadow: 0 12px 30px rgba(231, 75, 55, 0.28);
}

.publication-detail__secondary-action {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.publication-detail__primary-action:hover,
.publication-detail__secondary-action:hover {
    transform: translateY(-2px);
    color: #fff;
}

.publication-detail__primary-action:hover {
    background: #d93f2d;
    box-shadow: 0 16px 34px rgba(231, 75, 55, 0.36);
}

.publication-detail__secondary-action:hover {
    background: rgba(255, 255, 255, 0.18);
}

.publication-detail__breadcrumb a:focus-visible,
.publication-detail__categories a:focus-visible,
.publication-detail__actions a:focus-visible,
.publication-reader__heading a:focus-visible,
.publication-reader .df-ui-btn:focus-visible {
    outline: 3px solid #ffd04a;
    outline-offset: 3px;
}

.publication-reader {
    scroll-margin-top: 92px;
    padding: 72px 0 92px;
}

.publication-reader__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.publication-reader__heading span {
    display: block;
    margin-bottom: 7px;
    color: var(--brand-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.publication-reader__heading h2 {
    margin: 0;
    color: var(--brand-navy);
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -0.035em;
}

.publication-reader__heading > a {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.publication-reader__heading > a:hover {
    color: var(--brand-orange);
}

.publication-reader__frame {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    border: 1px solid rgba(25, 52, 91, 0.14);
    border-radius: 18px;
    background: #16233d;
    box-shadow: 0 24px 70px rgba(24, 49, 89, 0.18);
}

.publication-reader__book {
    min-height: 760px;
}

.publication-reader__frame .df-container {
    border-radius: 18px;
}

.publication-reader__status {
    position: absolute;
    z-index: 20;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
    background: linear-gradient(145deg, #16233d, #0f192d);
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.publication-reader__frame.is-ready .publication-reader__status {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.publication-reader__spinner {
    width: 38px;
    height: 38px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-top-color: var(--brand-orange);
    border-radius: 50%;
    animation: publication-reader-spin 0.8s linear infinite;
}

.publication-reader__frame.has-delay .publication-reader__spinner {
    display: none;
}

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

.publication-reader__fallback,
.publication-reader__empty {
    border: 1px solid #d6dfec;
    border-radius: 16px;
    background: #fff;
}

.publication-reader__fallback {
    padding: 18px 20px;
}

.publication-reader__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 360px;
    padding: 48px 24px;
    color: #667085;
    text-align: center;
}

.publication-reader__empty > i {
    margin-bottom: 18px;
    color: var(--brand-orange);
    font-size: 42px;
}

.publication-reader__empty h2 {
    margin: 0 0 8px;
    color: var(--brand-navy);
    font-size: 25px;
    font-weight: 800;
}

.publication-reader__empty p {
    margin: 0;
}

@media (max-width: 991px) {
    .publication-archive__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .publication-card__cover {
        min-height: 310px;
    }

    .publication-card__cover img {
        height: 266px;
    }

    .publication-detail__hero {
        padding: 40px 0 62px;
    }

    .publication-detail__hero-grid {
        grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
        gap: 42px;
    }

    .publication-detail__intro h1 {
        font-size: clamp(34px, 5vw, 48px);
    }

    .publication-reader__frame,
    .publication-reader__book {
        min-height: 620px;
    }

    .publication-reader__book {
        height: 620px !important;
    }
}

@media (max-width: 767px) {
    .publication-archive__hero {
        padding: 26px 0 46px;
    }

    .publication-archive__hero-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .publication-archive__count {
        flex: none;
        width: auto;
        min-height: 0;
        flex-direction: row;
        gap: 8px;
        padding: 13px 16px;
    }

    .publication-archive__count strong {
        font-size: 27px;
    }

    .publication-archive__count span {
        margin-top: 0;
    }

    .publication-archive__filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-bottom: 42px;
        scrollbar-width: thin;
    }

    .publication-archive__filters a {
        flex: 0 0 auto;
    }

    .publication-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .publication-card__cover {
        min-height: 280px;
    }

    .publication-card__cover img {
        height: 236px;
    }

    .publication-detail__hero {
        padding: 30px 0 52px;
    }

    .publication-detail__breadcrumb {
        margin-bottom: 28px;
    }

    .publication-detail__hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .publication-detail__cover {
        width: min(70vw, 280px);
    }

    .publication-detail__intro {
        text-align: center;
    }

    .publication-detail__categories,
    .publication-detail__meta,
    .publication-detail__actions {
        justify-content: center;
    }

    .publication-detail__intro > p {
        margin-right: auto;
        margin-left: auto;
    }

    .publication-reader {
        padding: 52px 0 68px;
    }

    .publication-reader__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .publication-reader__frame,
    .publication-reader__book {
        min-height: 520px;
    }

    .publication-reader__book {
        height: 520px !important;
    }
}

@media (max-width: 480px) {
    .publication-archive__summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .publication-archive__grid {
        grid-template-columns: 1fr;
    }

    .publication-card__cover {
        min-height: 340px;
    }

    .publication-card__cover img {
        height: 296px;
    }

    .publication-detail__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .publication-detail__actions a {
        width: 100%;
    }

    .publication-reader__frame,
    .publication-reader__frame .df-container {
        border-radius: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .publication-archive *,
    .publication-detail *,
    .publication-reader * {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* FAQ archive */
.faq-hero {
    position: relative;
    overflow: hidden;
    padding: 30px 0 54px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 28%, rgba(80, 145, 229, 0.22), transparent 30%),
        linear-gradient(135deg, #153f87 0%, #1f57ab 62%, #3c6fa9 100%);
}

.faq-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: 0.11;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
    background-size: 56px 56px;
}

.faq-hero .container-xl {
    position: relative;
    z-index: 1;
}

.faq-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 700;
}

.faq-breadcrumb a,
.faq-breadcrumb span {
    color: rgba(255, 255, 255, 0.92);
}

.faq-breadcrumb a:hover {
    color: #ffcf37;
}

.faq-breadcrumb i {
    color: rgba(255, 255, 255, 0.46);
    font-size: 10px;
}

.faq-hero__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.faq-hero__copy {
    max-width: 780px;
}

.faq-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
    color: #ffcf37;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-hero__eyebrow::before {
    width: 26px;
    height: 3px;
    content: "";
    border-radius: 3px;
    background: #ffcf37;
}

.faq-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.faq-hero__copy > p {
    max-width: 700px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.6;
}

.faq-hero__stat {
    display: flex;
    flex: 0 0 132px;
    min-height: 92px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 50px rgba(4, 28, 70, 0.18);
    backdrop-filter: blur(10px);
}

.faq-hero__stat strong {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.faq-hero__stat span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.faq-search {
    display: flex;
    align-items: center;
    width: min(760px, 100%);
    min-height: 62px;
    margin: 0 auto 18px;
    padding: 6px 7px 6px 22px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(29, 76, 158, 0.14);
    transform: translateY(-27px);
}

.faq-search > i {
    color: #8190a8;
    font-size: 18px;
}

.faq-search input {
    min-width: 0;
    flex: 1;
    padding: 0 15px;
    color: #14213a;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 15px;
}

.faq-search input::placeholder {
    color: #98a4b8;
}

.faq-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 24px;
    color: #fff;
    border: 0;
    border-radius: 13px;
    background: #ef4b3c;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.faq-search button:hover {
    transform: translateY(-1px);
    background: #d93c30;
}

.faq-section {
    padding: 0 0 80px;
    background:
        radial-gradient(circle at 100% 20%, rgba(37, 119, 200, 0.06), transparent 26%),
        #f6f8fc;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(230px, 290px) minmax(0, 1fr);
    align-items: start;
    gap: 34px;
}

.faq-categories {
    position: sticky;
    top: 26px;
    overflow: hidden;
    border: 1px solid #e2e8f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(25, 55, 100, 0.08);
}

.faq-categories__heading {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px;
    border-bottom: 1px solid #e8edf5;
}

.faq-categories__heading > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #1f57aa;
    border-radius: 12px;
    background: #eaf2ff;
}

.faq-categories__heading strong,
.faq-categories__heading small {
    display: block;
}

.faq-categories__heading strong {
    color: #17233a;
    font-size: 16px;
}

.faq-categories__heading small {
    margin-top: 3px;
    color: #8b97aa;
    font-size: 12px;
}

.faq-categories nav {
    display: grid;
    gap: 5px;
    padding: 10px;
}

.faq-categories nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    padding: 10px 12px 10px 15px;
    color: #45516a;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.faq-categories nav a:hover {
    color: #1f57aa;
    background: #f1f6ff;
    transform: translateX(2px);
}

.faq-categories nav a.is-active {
    color: #fff;
    background: linear-gradient(135deg, #ef4b3c, #f66e50);
    box-shadow: 0 10px 25px rgba(239, 75, 60, 0.22);
}

.faq-categories nav a strong {
    display: inline-grid;
    flex: 0 0 28px;
    min-width: 28px;
    height: 28px;
    place-items: center;
    padding: 0 6px;
    color: #60708b;
    border-radius: 999px;
    background: #edf1f6;
    font-size: 11px;
}

.faq-categories nav a.is-active strong {
    color: #ef4b3c;
    background: #fff;
}

.faq-content {
    min-width: 0;
}

.faq-content__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
    padding: 0 4px 16px;
    border-bottom: 2px solid #dfe6f0;
}

.faq-content__kicker {
    display: block;
    margin-bottom: 5px;
    color: #ef4b3c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-content__heading h2 {
    margin: 0;
    color: #194c98;
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 800;
    line-height: 1.2;
}

.faq-content__count {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #7e8ba0;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.faq-content__count strong {
    color: #1d57a5;
    font-size: 20px;
}

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

.faq-item {
    overflow: hidden;
    border: 1px solid #e1e7f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(21, 54, 102, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-item:hover {
    border-color: #cad8ec;
    transform: translateY(-1px);
}

.faq-item[open] {
    border-color: rgba(31, 87, 170, 0.32);
    box-shadow: 0 16px 36px rgba(26, 72, 140, 0.1);
}

.faq-item summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 13px 17px;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item__number {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #1f57aa;
    border-radius: 12px;
    background: #eef4fd;
    font-size: 12px;
    font-weight: 800;
}

.faq-item__question {
    color: #18243a;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.45;
}

.faq-item__toggle {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #50617a;
    border-radius: 50%;
    background: #f0f3f7;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.25s ease;
}

.faq-item[open] .faq-item__toggle {
    color: #fff;
    background: #ef4b3c;
    transform: rotate(45deg);
}

.faq-item__panel {
    padding: 0 22px 20px 73px;
}

.faq-item__answer {
    padding: 20px 0 22px;
    color: #44516a;
    border-top: 1px solid #e9edf4;
    font-size: 15px;
    line-height: 1.8;
}

.faq-item__answer > :first-child {
    margin-top: 0;
}

.faq-item__answer > :last-child {
    margin-bottom: 0;
}

.faq-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 16px;
    border-top: 1px dashed #dbe2ed;
}

.faq-helpful {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: #68758b;
    font-size: 12px;
    font-weight: 700;
}

.faq-helpful > div {
    display: inline-flex;
    gap: 6px;
}

.faq-helpful button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 11px;
    color: #53627a;
    border: 1px solid #dce3ed;
    border-radius: 9px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.faq-helpful button:hover:not(:disabled) {
    color: #1f57aa;
    border-color: #9db9df;
    background: #f2f7ff;
}

.faq-helpful button:disabled {
    opacity: 0.58;
    cursor: default;
}

.faq-helpful small {
    flex-basis: 100%;
    color: #16815d;
    font-size: 11px;
}

.faq-item__permalink {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #8190a5;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.faq-item__permalink:hover {
    color: #1f57aa;
}

.faq-empty {
    padding: 60px 30px;
    text-align: center;
    border: 1px dashed #cbd6e5;
    border-radius: 20px;
    background: #fff;
}

.faq-empty > span {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    place-items: center;
    color: #1f57aa;
    border-radius: 18px;
    background: #eaf2ff;
    font-size: 27px;
}

.faq-empty h2 {
    margin: 0 0 10px;
    color: #17233a;
    font-size: 24px;
}

.faq-empty p {
    margin: 0 auto 22px;
    color: #6e7b91;
}

.faq-empty a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 18px;
    color: #fff;
    border-radius: 11px;
    background: #ef4b3c;
    font-weight: 800;
}

.faq-contact {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    margin-top: 58px;
    padding: 28px 30px;
    color: #fff;
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 8%, rgba(60, 183, 255, 0.28), transparent 32%),
        #0f2f68;
    box-shadow: 0 18px 48px rgba(13, 46, 101, 0.16);
}

.faq-contact__icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    color: #ffcf37;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.09);
    font-size: 27px;
}

.faq-contact__copy span {
    color: #ffcf37;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-contact__copy h2 {
    margin: 4px 0 5px;
    color: #fff;
    font-size: 23px;
}

.faq-contact__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.faq-contact__actions {
    display: flex;
    gap: 8px;
}

.faq-contact__actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: #fff;
    border-radius: 11px;
    background: #ef4b3c;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.faq-contact__actions a.is-secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.faq-search button:focus-visible,
.faq-categories a:focus-visible,
.faq-item summary:focus-visible,
.faq-helpful button:focus-visible,
.faq-item__permalink:focus-visible,
.faq-empty a:focus-visible,
.faq-contact a:focus-visible {
    outline: 3px solid #ffcf37;
    outline-offset: 3px;
}

@media (max-width: 991px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-categories {
        position: static;
    }

    .faq-categories nav {
        display: flex;
        overflow-x: auto;
        padding-bottom: 13px;
        scrollbar-width: thin;
    }

    .faq-categories nav a {
        flex: 0 0 min(280px, 78vw);
    }

    .faq-contact {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .faq-contact__actions {
        grid-column: 1 / -1;
        padding-left: 86px;
    }
}

@media (max-width: 767px) {
    .faq-hero {
        padding: 26px 0 46px;
    }

    .faq-breadcrumb {
        margin-bottom: 22px;
    }

    .faq-hero__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .faq-hero h1 {
        font-size: 36px;
    }

    .faq-hero__copy > p {
        font-size: 15px;
    }

    .faq-hero__stat {
        width: auto;
        min-height: 0;
        flex: none;
        flex-direction: row;
        gap: 8px;
        padding: 13px 16px;
        border-radius: 16px;
    }

    .faq-hero__stat strong {
        font-size: 29px;
    }

    .faq-hero__stat span {
        max-width: none;
        margin-top: 0;
        font-size: 9px;
    }

    .faq-search {
        min-height: 58px;
        margin-bottom: 8px;
        padding-left: 17px;
        transform: translateY(-25px);
    }

    .faq-search button {
        min-width: 48px;
        min-height: 46px;
        padding: 0 15px;
    }

    .faq-search button span {
        display: none;
    }

    .faq-section {
        padding: 0 0 58px;
    }

    .faq-layout {
        gap: 25px;
    }

    .faq-content__heading {
        align-items: flex-start;
    }

    .faq-content__heading h2 {
        font-size: 24px;
    }

    .faq-item summary {
        grid-template-columns: minmax(0, 1fr) 34px;
        min-height: 68px;
        padding: 13px 14px 13px 17px;
    }

    .faq-item__number {
        display: none;
    }

    .faq-item__question {
        font-size: 14px;
    }

    .faq-item__panel {
        padding: 0 17px 17px;
    }

    .faq-item__answer {
        padding-top: 17px;
        font-size: 14px;
    }

    .faq-item__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-helpful {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-contact {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 25px 22px;
    }

    .faq-contact__icon {
        width: 52px;
        height: 52px;
    }

    .faq-contact__copy h2 {
        font-size: 21px;
    }

    .faq-contact__actions {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        padding-left: 0;
    }

    .faq-contact__actions a {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-hero *,
    .faq-section * {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/*
 * Content category themes
 *
 * The CMS category_global_css_rule value is exposed as a body class. Keeping
 * the palette behind variables lets every school level share one component
 * system while changing only its identity colors.
 */
body.is-content-category-themed {
    --school-theme-primary: var(--brand-orange, #ef4b3c);
    --school-theme-primary-strong: #a92c21;
    --school-theme-primary-soft: #fff1ef;
    --school-theme-ink: #17233b;
    --school-theme-border: rgba(239, 75, 60, 0.34);
    --school-theme-shadow: rgba(124, 35, 27, 0.18);
}

body.anaokulu-pages {
    --school-theme-primary: #f7be00;
    --school-theme-primary-strong: #765900;
    --school-theme-primary-soft: #fff8d8;
    --school-theme-ink: #17233b;
    --school-theme-border: rgba(247, 190, 0, 0.42);
    --school-theme-shadow: rgba(125, 92, 0, 0.2);
}

body.anaokulu-pages .oran-preschool-page {
    --preschool-yellow: var(--school-theme-primary);
}

body.is-content-category-themed .page-hero--content {
    background:
        linear-gradient(135deg, rgba(247, 190, 0, 0.15) 0%, rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, #ffffff 0%, #fffdf5 100%);
    border-bottom-color: var(--school-theme-border);
}

body.is-content-category-themed .page-hero--content::before,
body.is-content-category-themed .page-hero--content.page-hero--abstract::before,
body.is-content-category-themed .page-hero--content.page-hero--image::before {
    background:
        linear-gradient(rgba(118, 89, 0, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(118, 89, 0, 0.055) 1px, transparent 1px);
    background-size: 42px 42px;
}

body.is-content-category-themed .page-hero--content::after {
    background:
        linear-gradient(132deg, transparent 0 35%, rgba(247, 190, 0, 0.2) 35% 37%, transparent 37% 100%),
        linear-gradient(132deg, transparent 0 58%, rgba(23, 35, 59, 0.1) 58% 60%, transparent 60% 100%),
        linear-gradient(132deg, transparent 0 76%, rgba(247, 190, 0, 0.28) 76% 77.5%, transparent 77.5% 100%);
}

body.is-content-category-themed .page-hero--content .breadcrumb {
    border-color: var(--school-theme-border);
}

body.is-content-category-themed .page-hero--content .breadcrumb a:hover,
body.is-content-category-themed .page-hero--content .breadcrumb span:last-child {
    color: var(--school-theme-primary-strong);
}

body.is-content-category-themed .page-hero--content h1::after {
    background: linear-gradient(
        90deg,
        var(--school-theme-primary) 0 72%,
        var(--school-theme-ink) 72% 100%
    );
}

body.is-content-category-themed .page-side-menu {
    --page-side-menu-accent: var(--school-theme-primary);
    --page-side-menu-accent-strong: var(--school-theme-primary-strong);
    --page-side-menu-accent-soft: var(--school-theme-primary-soft);
    --page-side-menu-accent-border: var(--school-theme-border);
}

body.is-content-category-themed .wysiwyg-content h2,
body.is-content-category-themed .wysiwyg-content h3,
body.is-content-category-themed .wysiwyg-content a {
    color: var(--school-theme-primary-strong);
}

/*
 * Embedded form refinement for the preschool landing page.
 *
 * The form builder supplies the field markup and its baseline .vef-* styles.
 * These deliberately scoped overrides keep that contract intact while making
 * the public form denser and visually consistent with the landing page.
 */
.oran-preschool-form-slot {
    min-height: 0;
    padding: clamp(16px, 2vw, 22px);
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
}

.oran-preschool-form-slot > .ve-form-embed,
.oran-preschool-form-slot .ve-form-embed__shell,
.oran-preschool-form-slot .ve-form-embed__form,
.oran-preschool-form-slot .vef-form-root {
    width: 100%;
    min-width: 0;
    max-width: none;
    text-align: left;
}

.oran-preschool-form-slot .vef-builder {
    gap: 12px;
}

.oran-preschool-form-slot .vef-row,
.oran-preschool-form-slot .vef-col {
    gap: 10px;
}

.oran-preschool-form-slot .vef-field {
    gap: 6px;
}

.oran-preschool-form-slot .vef-label {
    font-size: 13px;
    line-height: 1.25;
}

.oran-preschool-form-slot .vef-control {
    min-height: 44px;
    padding: 10px 14px;
    border-color: rgba(203, 213, 225, 0.88);
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 7px 18px rgba(7, 30, 72, 0.08);
    font-size: 14px;
    line-height: 1.3;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease;
}

.oran-preschool-form-slot .vef-control:hover:not(:disabled) {
    border-color: rgba(148, 163, 184, 0.95);
}

.oran-preschool-form-slot .vef-control:focus {
    border-color: #93c5fd;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.16),
        0 0 0 5px rgba(59, 130, 246, 0.18);
}

.oran-preschool-form-slot select.vef-control {
    appearance: none;
    padding-right: 42px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%231b3155' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    cursor: pointer;
    text-overflow: ellipsis;
}

.oran-preschool-form-slot select.vef-control:disabled {
    cursor: not-allowed;
    opacity: 0.68;
}

.oran-preschool-form-slot .vef-submit {
    min-height: 44px;
    padding: 0 22px;
    border: 1px solid rgba(255, 221, 93, 0.82);
    border-radius: 13px;
    background: linear-gradient(135deg, #ffd84f 0%, #f7be00 100%);
    color: #102e5c;
    box-shadow: 0 10px 24px rgba(247, 190, 0, 0.25);
    font-weight: 800;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        background 160ms ease,
        box-shadow 160ms ease;
}

.oran-preschool-form-slot .vef-submit:hover:not(:disabled) {
    border-color: #ffe88f;
    background: linear-gradient(135deg, #ffe16d 0%, #ffc914 100%);
    box-shadow: 0 13px 28px rgba(247, 190, 0, 0.32);
    transform: translateY(-1px);
}

.oran-preschool-form-slot .vef-submit:active:not(:disabled) {
    box-shadow: 0 7px 18px rgba(247, 190, 0, 0.24);
    transform: translateY(0);
}

.oran-preschool-form-slot .vef-submit:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.76);
    outline-offset: 3px;
}

.oran-preschool-form-slot .vef-submit:disabled {
    cursor: not-allowed;
    opacity: 0.65;
    transform: none;
}

@media (max-width: 767.98px) {
    .oran-preschool-form-slot {
        padding: 16px;
    }

    .oran-preschool-form-slot .vef-builder,
    .oran-preschool-form-slot .vef-row,
    .oran-preschool-form-slot .vef-col {
        gap: 10px;
    }
}

/*
 * Header visual variants
 *
 * The CMS keeps controlling the rows, blocks and their content. This layer only
 * gives the existing header a more compact presentation. Set
 * `cms.headerStyle = classic` in .env to remove every rule in this section and
 * return to the previous header without changing the CMS configuration.
 */
@media (min-width: 769px) {
    .oran-header--modern {
        background: #f5f7fb;
    }

    .oran-header--modern > .oran-studio-row:first-child {
        padding-block: 9px;
        border-bottom: 1px solid rgba(18, 38, 73, 0.07);
        box-shadow: none;
    }

    .oran-header--modern > .oran-studio-row:first-child > .oran-studio-row__inner {
        min-height: 66px;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-studio-columns {
        align-items: center;
        gap: clamp(12px, 1.4vw, 22px);
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-layout-logo img {
        max-height: 66px;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-header__actions {
        gap: 8px;
        flex-wrap: nowrap;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-header-action--image {
        border-radius: 9px;
        transition: transform 0.18s ease, filter 0.18s ease;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-header-action--image img {
        max-height: 42px;
        max-width: min(188px, 18vw);
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-header-action--image:hover {
        filter: saturate(1.04) brightness(1.015);
        transform: translateY(-1px);
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-socials {
        gap: 6px;
        padding-left: 0;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-socials a {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(18, 38, 73, 0.08);
        border-radius: 50%;
        background: #f7f9fc;
        color: #46546a;
        font-size: 15px;
        transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-socials a:hover {
        border-color: rgba(231, 75, 55, 0.22);
        background: rgba(231, 75, 55, 0.08);
        color: var(--brand-orange);
    }

    /*
     * The lower CMS row stays full width, while the navigation becomes an
     * independent floating surface aligned with the shared site container.
     */
    .oran-header--modern > .header-bottom-row {
        padding-block: 9px 12px;
        background: #f5f7fb !important;
        box-shadow: none;
    }

    .oran-header--modern .header-bottom-row .oran-nav {
        overflow: visible;
        border: 1px solid var(--brand-orange);
        border-radius: 17px;
        background: var(--brand-orange);
        box-shadow: none;
        backdrop-filter: none;
    }

    .oran-header--modern .header-bottom-row .oran-nav__inner,
    .oran-header--modern .oran-layout-nav .oran-nav__inner {
        min-height: 56px;
        padding-inline: 9px;
    }

    .oran-header--modern .oran-nav__link,
    .oran-header--modern .oran-nav__search {
        min-height: 40px;
        padding-inline: 13px;
        border-radius: 11px;
        color: #ffffff;
        font-weight: 780;
        letter-spacing: -0.015em;
        text-transform: none;
    }

    .oran-header--modern .oran-nav__link {
        font-size: 16px;
    }

    .oran-header--modern .oran-nav__link i {
        color: rgba(255, 255, 255, 0.78);
    }

    .oran-header--modern .oran-nav .oran-nav__link:hover,
    .oran-header--modern .oran-nav .oran-nav__search:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.14);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .oran-header--modern .oran-nav .oran-nav__link.is-active,
    .oran-header--modern .oran-nav .oran-nav__link[aria-expanded="true"] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.18);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    }

    .oran-header--modern .oran-nav .oran-nav__link.is-active i,
    .oran-header--modern .oran-nav .oran-nav__link[aria-expanded="true"] i {
        color: rgba(255, 255, 255, 0.85);
    }

    .oran-header--modern .oran-nav__search {
        width: 40px;
        flex: 0 0 40px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.32);
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .oran-header--modern .oran-nav__search:hover {
        border-color: rgba(255, 255, 255, 0.58);
        background: rgba(255, 255, 255, 0.2);
    }

    .oran-header--modern .oran-nav__link:focus-visible,
    .oran-header--modern .oran-nav__search:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.48);
        outline-offset: 2px;
    }

    .oran-header--modern .oran-nav__submenu {
        margin-top: 9px;
        border: 1px solid rgba(23, 65, 126, 0.1);
        box-shadow: 0 18px 44px rgba(18, 38, 73, 0.14);
    }

    .oran-header--modern .oran-mega {
        /* The modern header is a floating dock, so its mega panel belongs to
         * the dock instead of the viewport. This avoids adding the dock's page
         * offset twice when the translucent surface forms a containing block. */
        position: absolute;
        top: calc(100% + 1px);
        margin-top: 0;
        border: 1px solid rgba(23, 65, 126, 0.1);
        box-shadow: 0 22px 54px rgba(18, 38, 73, 0.15);
    }

    /* Non-Studio fallback header uses the same visual variant switch. */
    .oran-header--modern .oran-header__top-inner {
        min-height: 88px;
    }

    .oran-header--modern .oran-logo img {
        max-height: 66px;
    }

    .oran-header--modern .oran-header__actions {
        gap: 8px;
    }

    .oran-header--modern .oran-header__actions .oran-header-action--image img {
        max-height: 42px;
        max-width: min(188px, 18vw);
    }
}

@media (max-width: 768px) {
    .oran-header--modern > .oran-studio-row:first-child {
        padding: 9px 64px 9px 16px;
        border-bottom: 1px solid rgba(18, 38, 73, 0.07);
        box-shadow: 0 5px 20px rgba(18, 38, 73, 0.06);
    }

    .oran-header--modern > .oran-studio-row:first-child > .oran-studio-row__inner,
    .oran-header--modern .oran-header__top-inner {
        min-height: 52px;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-studio-columns {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-studio-column:has(.oran-header__actions),
    .oran-header--modern > .oran-studio-row:first-child .oran-studio-column:has(.oran-socials) {
        display: none;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-studio-column:has(.oran-layout-logo) {
        width: auto;
        flex: 0 1 auto;
    }

    .oran-header--modern > .oran-studio-row:first-child .oran-layout-logo img,
    .oran-header--modern .oran-logo img {
        width: auto;
        max-width: 158px;
        max-height: 50px;
    }

    .oran-header--modern .oran-nav {
        top: 70px;
        max-height: calc(100vh - 70px);
    }

    .oran-header--modern + .site-nav-backdrop,
    .oran-header--modern .site-nav-backdrop {
        top: 70px;
    }
}
