.elementor-icon-wrapper {
    line-height: 0 !important;
}

/* Popups */
.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100dvh;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.3s ease, visibility 0.3s ease 0.3s;

    overflow-y: auto;
}

.popup.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;

    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup.is-active .popup__overlay {
    background-color: rgba(0,0,0,.8);
}

.popup__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;

    transition: background-color 0.3s ease;
}

.popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;

    padding: 10px;

    color: #ffffff !important;

    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;

    cursor: pointer;
}

.logged-in .popup__close {
    top: 47px;
}

.popup__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: auto;
}

.popup__inner {
    position: relative;
    z-index: 1;

    max-width: 90vw;
    width: 100%;
    padding: 40px 0;
}

@media screen and (max-width: 1024px) {
    .popup__inner {
        max-width: 95vw;
    }
}

.popup__video {
    width: 90vw;
}

@media screen and (max-width: 1024px) {
    .popup__video {
        width: 95vw;
    }
}

.popup__video iframe {
    max-height: 80vh;

    aspect-ratio: 1.77;
}


/* Full Height Video */
.elementor-widget-full_height_video_widget {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .elementor-widget-full_height_video_widget {
        height: 100vw;
    }
}

.full-height-video {
    height: 100%;
    width: 100%;
}

.full-height-video__button {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 0;

    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #000000 !important;

    overflow: hidden;

    cursor: pointer;
}

.full-height-video__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 96px;
    height: 96px;

    color: #FFFFFF;

    border: 2px solid #ffffff;
    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.full-height-video__icon svg {
    width: 20px;
    height: auto;
}

.full-height-video__button iframe {
    height: 100%;

    transform: scale(1.26);

    pointer-events: none;
}


/* Video Slider */
.video-slider__container {
    position: relative;
}

.video-slider__navigation__button {
    position: absolute;
    top: 50%;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;
    padding: 0;

    font-size: 26px !important;
    font-weight: 600;

    background-color: #4592BD !important;

    transform: translateY(-50%);

    cursor: pointer;
}

.video-slider__navigation__button.video-slider__navigation__button--disabled {
    opacity: 0.6;

    cursor: auto;
}

.video-slider__navigation__button:hover {
    color: #022551;

    box-shadow: none !important;
}

.video-slider__navigation__button__prev {
    left: -10px;
}

.video-slider__navigation__button__next {
    right: -10px;
}

.video-slider__slider {
    display: flex;
    gap: 30px;

    margin: -20px -15px;
    padding: 20px 15px;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

@media screen and (max-width: 1305px) {
    .video-slider__slider {
        gap: 20px;
    }
}

.video-slider__slider::-webkit-scrollbar {
    display: none;
}

.video-slider__slide {
    display: flex;
    flex-direction: column;

    flex: 0 0 297px;

    background: #f8f9fc;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,.1);
    border: 2px solid #E7EDF8;

    overflow: hidden;
    scroll-snap-align: center;
}

@media screen and (max-width: 1305px) {
    .video-slider__slide {
        flex: 0 0 calc(100vw - 75% - 44px);
    }
}

@media screen and (max-width: 992px) {
    .video-slider__slide {
        flex: 0 0 calc(100vw - 66.667% - 42px);
    }
}

@media screen and (max-width: 650px) {
    .video-slider__slide {
        flex: 0 0 calc(100vw - 50% - 40px);
    }
}

@media screen and (max-width: 500px) {
    .video-slider__slide {
        flex: 0 0 calc(100vw - 28px);
    }
}

.video-slider__slide__footer {
    padding: 12px 11px 16px;

    text-align: center;
}

.video-slider__slide__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #4592BD;

    transition: opacity 0.15s ease;
}

.video-slider__slide__title:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.video-slider__slide__media {
    position: relative;

    width: 100%;
    padding: 0;

    background-position: center;
    background-size: cover;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;

    cursor: pointer;
}

.video-slider__slide__media:hover .video-slider__slide__play {
    transform: scale(1.15);
}

.video-slider__slide__media::after {
    content: '';
    display: block;

    padding-bottom: 177.52808988764045%;
}

@media screen and (max-width: 767px) {
    .video-slider__slide__media::after {
        padding-bottom: 130%;
    }
}

.video-slider__slide__play {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 70px;
    height: 70px;

    border-radius: 50%;
    background-color: #ffffff;

    transition: transform 0.2s ease;
}

.video-slider__slide__play svg {
    color: #022051;
}

.video-slider__slide__player-container {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
}

.video-slider__slide__player-container video {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .video-slider__slide__player-container video {
        object-fit: cover;
    }
}

/* Header Socials */
.header-socials {
    margin-bottom: 0 !important;
}

/* Header Search */
@media (min-width: 768px) {
    .elementor-widget-header_search_widget {
        border-left: 1px solid #EAEBE9;
    }
}

.header-search__trigger {
    padding: 8px;

    font-size: 16px !important;
    color: #EAEBE9 !important;

    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;

    transition: transform 0.3s ease-out !important;
}

@media (max-width: 767px) {
    .header-search__trigger {
        margin-top: 3px;

        color: #FFFFFF !important;
    }
}


@media (min-width: 768px) {
    .header-search__trigger:hover {
        color: #BBDEFB !important;

        opacity: .9;
        transform: translateY(-8px);
    }
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 50px;

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.3s ease-out;
}

.search-popup.is-active {
    opacity: 1;
    pointer-events: all;
}

.search-popup__overlay {
    position: absolute;

    inset: 0;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(5px);
}

.search-popup__wrapper {
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 800px;
    padding: 16px;

    background: #fff;
    border-radius: 12px;

    overflow-y: auto;
}

@media (min-width: 768px) {
    .search-popup__wrapper {
        padding: 20px;
    }
}

.search-popup__close {
    position: absolute;
    top: 2px;
    right: 2px;

    padding: 10px !important;

    font-size: 0 !important;
    color: #022551 !important;

    border: none;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    cursor: pointer;
}

@media (min-width: 768px) {
    .search-popup__close {
        top: 15px;
        right: 15px;
    }
}

.search-popup__title {
    font-family: "Libre Baskerville", Sans-serif !important;
    font-size: 32px !important;
    line-height: 40px !important;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .search-popup__title {
        width: calc(100% - 35px);

        font-size: 20px !important;
        line-height: 25px !important;
    }
}

.search-popup__input {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 20px !important;

    font-size: 20px !important;

    border: 1px solid #4592BD !important;
    border-radius: 40px !important;
}

@media (max-width: 767px) {
    .search-popup__input {
        padding: 9px 17px !important;

        font-size: 16px !important;
    }
}

.search-popup__results.results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;

    max-height: calc(100dvh - 280px);

    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .search-popup__results.results-grid {
        grid-template-columns: 1fr;
    }
}

.search-popup__results .search-card {
    display: flex;
    gap: 15px;

    padding: 10px;

    text-decoration: none;
    color: inherit;

    border: 1px solid #eee;
    border-radius: 8px;

    transition: background 0.2s;
}

@media (max-width: 500px) {
    .search-popup__results .search-card {
        gap: 10px;

        padding: 8px;
    }
}

.search-popup__results .search-card:hover {
    background: #f9f9f9;
}

.search-popup__results .search-card__image {
    flex-shrink: 0;

    width: 80px;
    height: 80px;

    border-radius: 6px;

    overflow: hidden;
}

@media (max-width: 500px) {
    .search-popup__results .search-card__image {
        width: 55px;
        height: 55px;
    }
}

.search-popup__results .search-card__image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.search-popup__results .search-card__no-img {
    width: 100%;
    height: 100%;

    background: #eee;
}

.search-popup__results .search-card__title {
    margin: 0 0 8px;

    font-size: 16px !important;
    line-height: 20px !important;
}

@media (max-width: 500px) {
    .search-popup__results .search-card__title {
        margin: 0 0 4px;

        font-size: 14px !important;
        line-height: 17px !important;
    }
}

.search-popup__results .search-card__excerpt {
    font-size: 13px;
    line-height: 16px;
    color: #666;

    margin-bottom: 0 !important;
}

@media (max-width: 500px) {
    .search-popup__results .search-card__excerpt {
        font-size: 12px;
        line-height: 15px;
    }
}

.search-popup__results .results-grid.is-loading {
    opacity: 0.5;
    pointer-events: none;
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item:not(:last-child) {
    border-bottom: 1px solid #E7EDF8;
}

.faq-item:first-child {
    border-top: 1px solid #E7EDF8;
}

.faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    width: 100%;
    padding: 20px 0;

    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: inherit;
    white-space: normal;

    background: none !important;
    border: none;
    border-radius: 0 !important;
    box-shadow: none !important;

    cursor: pointer;
}

@media (max-width: 767px) {
    .faq-btn {
        font-size: 16px;
        padding: 16px 0;
    }
}

.faq-ico {
    position: relative;
    flex-shrink: 0;

    width: 32px;
    height: 32px;

    background-color: #E7EDF8;
    border-radius: 50%;
}

.faq-ico::before,
.faq-ico::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;

    background-color: #1a3278;
    border-radius: 2px;

    transition: transform 0.3s ease;
}

/* horizontal line (always visible) */
.faq-ico::before {
    width: 13px;
    height: 1.5px;

    transform: translate(-50%, -50%);
}

/* vertical line (rotates to 0 when open) */
.faq-ico::after {
    width: 1.5px;
    height: 13px;

    transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-ico::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-ans {
    height: 0;
    padding: 0;
    opacity: 0;

    overflow: hidden;

    transition: height 0.35s ease, padding 0.35s ease, opacity 0.3s ease;
    will-change: height;
}

.faq-ans ul {
    padding-left: 16px;
    margin-bottom: 14px;
}

.faq-item.is-open .faq-ans {
    padding-bottom: 20px;
    opacity: 1;
}

/* FAQ Card */
.faq-card {
    display: flex;
    align-items: center;
    gap: 24px;

    margin-top: 8px;
    padding: 20px;

    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    box-shadow: 0 7px 25.4px rgba(0, 0, 0, 0.04);
}

@media (max-width: 575px) {
    .faq-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;

        padding: 16px;
    }
}

.faq-card__image {
    flex-shrink: 0;

    width: 113px;
    height: 113px;

    border-radius: 8px;

    overflow: hidden;
}

@media (max-width: 575px) {
    .faq-card__image {
        width: 100%;
    }
}

.faq-card__image img {
    display: block;
    width: 100%;
    height: auto;

    object-fit: cover;
}

.faq-card__body {
    flex: 1;
    min-width: 0;
}

.faq-card__tag {
    display: inline-block;

    margin-bottom: 8px;
    padding: 3px 9px;

    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-weight: 600;
    color: #236233;

    background: #c7f2d2;
    border-radius: 4px;
}

.faq-card__desc {
    margin: 0;

    font-size: 14px;
    line-height: 22px;
    color: #3d5263;
}

/* Product Gallery */
.product__gallery {
    position: relative;

    border-radius: 16px;

    overflow: hidden;
}

.product__thumbs {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product__thumb {
    width: 56px;
    height: 56px;
    padding: 0;

    border: 2px solid #ffffff !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(13, 30, 44, 0.12) !important;

    overflow: hidden;

    cursor: pointer;

    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product__thumb:focus-visible {
  outline: 2px solid #2A65E3;
  outline-offset: 2px;
}

.product__thumb--active {
    border-color: #2A65E3 !important;
    .product__thumb--active {
	box-shadow: 0 0 0 1px #2A65E3, 0 2px 10px rgba(42, 101, 227, 0.25);
}
}

.product__thumb img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.product__media-frame {
    position: relative;

    width: 100%;
    height: 560px;
}

@media (max-width: 768px) {
    .product__media-frame {
        height: 480px;
    }
}


.product__media-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product__gallery-progress {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 2;

    width: 108px;
    height: 6px;

    background-color: rgba(255, 255, 255, 0.22);
    border-radius: 6px;
}

.product__gallery-progress-fill {
    width: 0;
    height: 100%;

    background-color: #fff;
    border-radius: 6px;
}

/* Testimonials Carousel */
.testi__carousel {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testi__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    margin: -30px 0;
    padding: 30px 0;
}

.testi__viewport::-webkit-scrollbar {
    display: none;
}

.testi__grid {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.testi-vcard {
    flex: 0 0 400px;

    scroll-snap-align: start;
}

@media (max-width: 767px) {
    .testi-vcard {
        flex: 0 0 260px;
    }
}

.testi-vcard__frame {
    display: flex;
    flex-direction: column;

    height: 100%;
    padding: 28px;

    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(13, 30, 44, 0.10);
    box-shadow: 0 12px 34px rgba(13, 30, 44, 0.08);
}

.testi-vcard__stars {
    display: flex;
    gap: 2px;

    margin-bottom: 16px;
}

.testi-vcard__star {
    color: #C8A34D;

    line-height: 0;
}

.testi-vcard__quote {
    flex: 1;

    margin: 0 0 20px;

    font-size: 15px;
    line-height: 1.6;
}

.testi-vcard__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    padding-top: 16px;

    border-top: 1px solid #E7EDF8;
}

.testi-vcard__name {
    font-weight: 600;
    font-size: 15px;
}

.testi-vcard__note {
    font-size: 13px;
    color: #888;
}

.testi__nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.testi__nav {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    padding: 0;

    color: #0D1E2C;

    background: #FFFFFF !important;
    border: 1px solid #E5E0D8 !important;
    border-radius: 50% !important;
    box-shadow: none !important;

    cursor: pointer;

    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.testi__nav:hover:not(:disabled) {
    color: #2A65E3;

    background-color: #EDF2FC !important;
    border-color: #5A84EB !important;
}

.testi__nav:disabled {
    opacity: 0.35;

    cursor: default;
}

/* Video Controls */
.vid-wrap {
    position: relative;

    border-radius: 16px;

    overflow: hidden;
}

.vid-wrap__video {
    display: block;
    width: 100%;
    height: auto;

    background: #000;
}

.vid-controls {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;

    display: flex;
    gap: 8px;

    opacity: 0;

    transition: opacity 0.25s ease;
}

.vid-wrap:hover .vid-controls {
    opacity: 1;
}

.vid-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    padding: 0;

    color: #fff;

    background-color: rgba(0, 0, 0, 0.4) !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    backdrop-filter: blur(6px);

    cursor: pointer;

    transition: background-color 0.2s ease;
}

.vid-btn:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

/* Trust Marquee */
.trust-marquee-wrap {
    position: relative;

    width: 100%;
}

.trust-marquee__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    white-space: nowrap;
    border: 0;
}

.trust-marquee__viewport {
    position: relative;

    overflow: hidden;
}

.trust-marquee__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;

    width: 80px;

    pointer-events: none;
}

@media (max-width: 768px) {
    .trust-marquee__fade {
        display: none;
    }
}

.trust-marquee__fade--left {
    left: 0;

    background: linear-gradient(to right, rgba(245, 245, 247, 1), rgba(245, 245, 247, 0));
}

.trust-marquee__fade--right {
    right: 0;

    background: linear-gradient(to left, rgba(245, 245, 247, 1), rgba(245, 245, 247, 0));
}

.trust-marquee__track {
    display: flex;

    width: max-content;

    animation: trust-marquee-scroll var(--trust-marquee-speed, 40s) linear infinite;
}

.trust-marquee__set {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;

    padding-right: 20px;
}

.trust-marquee__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 20px;

    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;

    background-color: #EAEEF4;
    border-radius: 999px;
}

.trust-marquee__pill-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

@keyframes trust-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Logo Marquee */
.logo-marquee-wrap {
    position: relative;

    width: 100%;
}

.logo-marquee__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    white-space: nowrap;
    border: 0;
}

.logo-marquee {
    position: relative;
}

.logo-marquee__viewport {
    position: relative;

    overflow: hidden;
}

.logo-marquee__viewport:hover .logo-marquee__track {
    animation-play-state: paused;
}

.logo-marquee__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;

    width: 80px;

    pointer-events: none;
}

.logo-marquee__fade--left {
    left: 0;

    background: linear-gradient(to right, #F1F3F4, rgba(255, 255, 255, 0));
}

.logo-marquee__fade--right {
    right: 0;

    background: linear-gradient(to left, #F1F3F4, rgba(255, 255, 255, 0));
}

.logo-marquee__track {
    position: relative;
    z-index: 1;

    display: flex;

    width: max-content;

    animation: logo-marquee-scroll var(--logo-marquee-speed, 60s) linear infinite;
    will-change: transform;
}

.logo-marquee__set {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-marquee__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    height: 48px;

    margin-right: 56px;
}

.logo-marquee__item img {
    display: block;

    width: auto;
    height: 100%;
    max-width: 200px;

    opacity: 0.92;

    object-fit: contain;
    object-position: center;

    filter: grayscale(1);

    transition: opacity 0.25s ease;
}

@keyframes logo-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Split Diagram */
.split-diagram {
    margin-bottom: 40px;
    padding-block: 24px;
}

.split-diagram__split {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(0, 0.68fr);
    gap: 44px;
    align-items: start;
}

.split-diagram__image-sticky {
    position: sticky;
    top: 100px;
}

.split-diagram__stage {
    position: relative;

    display: grid;
    align-content: center;

    height: 600px;

    background: #F5F5F7;
    border-radius: 16px;
    padding: 16px;
}

@media (max-width: 768px) {
    .split-diagram__stage {
        height: auto;
    }
}

.split-diagram__canvas {
    position: relative;

    width: 100%;
}

.split-diagram__img {
    display: block;
    width: 100%;
    height: auto;

    user-select: none;
    pointer-events: none;
    border-radius: 12px;
}

.split-diagram__dot {
    position: absolute;
    z-index: 10;

    width: 32px;
    height: 32px;
    padding: 0;

    background: none !important;
    border: none !important;
    box-shadow: none !important;

    transform: translate(-50%, -50%);

    cursor: pointer;
}

.split-diagram__dot-inner {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: grid;
    place-items: center;

    font-size: 13px;
    font-weight: 800;
    color: #0D1E2C;

    background: rgba(255, 255, 255, 0.92);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(13, 30, 44, 0.2);

    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.split-diagram__dot-ring {
    position: absolute;
    inset: -6px;
    z-index: 1;

    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 0;

    animation: sd-dot-pulse 2.4s ease-in-out infinite;
}

.split-diagram__dot[data-index="0"] .split-diagram__dot-ring { animation-delay: 0s; }
.split-diagram__dot[data-index="1"] .split-diagram__dot-ring { animation-delay: 0.4s; }
.split-diagram__dot[data-index="2"] .split-diagram__dot-ring { animation-delay: 0.8s; }
.split-diagram__dot[data-index="3"] .split-diagram__dot-ring { animation-delay: 1.2s; }

@keyframes sd-dot-pulse {
    0%, 100% { transform: scale(1); opacity: 0; }
    40% { transform: scale(1.4); opacity: 0.5; }
    70% { transform: scale(1.6); opacity: 0; }
}

.split-diagram__dot.is-active .split-diagram__dot-inner {
    color: #fff;

    background: #2A65E3;
    border-color: #5B8AEC;
    box-shadow: 0 0 0 4px rgba(42, 101, 227, 0.12), 0 4px 16px rgba(42, 101, 227, 0.35);

    transform: scale(1.15);
}

.split-diagram__dot.is-active .split-diagram__dot-ring {
    animation: none;
    opacity: 0;
}

.split-diagram__accordion {
    border-top: 1px solid #E7EDF8;
}

.split-diagram__accordion-item {
    border-bottom: 1px solid #E7EDF8;
}

.split-diagram__accordion-card-head {
    display: contents;
}

.split-diagram__accordion-text-col {
    width: 100%;
    min-width: 0;
}

.split-diagram__accordion-trigger {
    display: flex;
    align-items: center;
    gap: 8px;

    width: 100%;
    padding: 18px 0;

    text-align: left;

    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    cursor: pointer;
}

.split-diagram__accordion-trigger:hover .split-diagram__accordion-title {
    color: #2A65E3;
}

.split-diagram__accordion-num {
    flex-shrink: 0;

    display: flex;
    justify-content: center;
    align-self: center;

    width: 16px;
    height: 16px;
    padding-left: 2px;

    font-size: 9px;
    font-weight: 800;
    color: #8A97A8;

    background: #EAEEF4;
    border-radius: 50%;

    transition: background 0.2s ease, color 0.2s ease;
}

.split-diagram__accordion-title {
    flex: 1;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #4A5768;

    transition: color 0.2s ease;
}

.split-diagram__accordion-cost {
    flex-shrink: 0;
}

.split-diagram__accordion-chevron {
    flex-shrink: 0;

    display: inline-grid;
    place-items: center;

    width: 20px;
    height: 20px;
    margin-left: 4px;
}

.split-diagram__accordion-chevron-icon {
    transition: transform 0.2s ease;
}

.split-diagram__accordion-item.is-active .split-diagram__accordion-chevron-icon {
    transform: rotate(180deg);
}

.split-diagram__accordion-item.is-active .split-diagram__accordion-num {
    color: #fff;
    background: #2A65E3;
}

.split-diagram__accordion-item.is-active .split-diagram__accordion-title {
    color: #1D4FC4;
}

.split-diagram__accordion-item.is-active .split-diagram__accordion-thumb-wrap {
    display: flex;
    width: 100%;
    padding: 12px 0 0 12px;
}

.split-diagram__accordion-item.is-active .split-diagram__accordion-thumb {
    display: block;
    width: 140px;
    aspect-ratio: 240 / 136;
    margin: 0;
}

.split-diagram__accordion-panel[hidden] {
    display: none;
}

.split-diagram__accordion-panel-inner {
    padding: 0 0 24px 12px;
}

.split-diagram__accordion-desc {
    margin: 0;

    font-size: 14px;
    line-height: 1.7;
    color: #4A5768;
}

.split-diagram__accordion-thumb-wrap {
    display: contents;
}

.split-diagram__accordion-num--thumb {
    display: none;
}

.split-diagram__accordion-thumb {
    display: none;

    width: 104px;

    background: #EAEEF4;
    border: 1px solid rgba(13, 30, 44, 0.08);
    border-radius: 10px;

    overflow: hidden;
}

.split-diagram__accordion-thumb img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.cost-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    padding: 5px 10px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
    color: #C24B4B;

    background: #FCECEC;
    border-radius: 999px;
}

@media (min-width: 769px) {
    .split-diagram__accordion-item.is-active {
        display: flex;
        flex-direction: column;
        padding-bottom: 24px;
    }

    .split-diagram__accordion-item.is-active .split-diagram__accordion-trigger {
        padding-bottom: 0;

        color: #0D1E2C !important;
    }

    .split-diagram__accordion-item.is-active .split-diagram__accordion-panel {
        width: 100%;
        margin-top: 12px;
    }
}

@media (max-width: 1024px) {
    .split-diagram__split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .split-diagram__image-sticky {
        position: relative;
        top: auto;
    }
}

@media (max-width: 768px) {
    .split-diagram__stage {
        padding: 10px;
    }
}

/* YouTube Lazy Video */
.yt-lazy {
    position: relative;

    width: 100%;

    background-color: #000;

    overflow: hidden;

    cursor: pointer;
}

.yt-lazy--ratio-16-9 {
    aspect-ratio: 16 / 9;
}

.yt-lazy--ratio-4-3 {
    aspect-ratio: 4 / 3;
}

.yt-lazy--ratio-1-1 {
    aspect-ratio: 1 / 1;
}

.yt-lazy--ratio-9-16 {
    aspect-ratio: 9 / 16;
}

.yt-lazy--empty {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 14px;
}

.yt-lazy__poster {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: opacity 0.25s ease, transform 0.4s ease;
}

.yt-lazy:hover .yt-lazy__poster {
    transform: scale(1.02);

    opacity: 0.9;
}

.yt-lazy__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 76px;
    height: 76px;
    padding: 0;

    color: #fff;

    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);

    transform: translate(-50%, -50%);

    transition: background-color 0.2s ease, transform 0.2s ease;

    cursor: pointer;
}

.yt-lazy:hover .yt-lazy__play {
    background-color: rgba(229, 9, 20, 0.95);

    transform: translate(-50%, -50%) scale(1.05);
}

.yt-lazy.is-playing .yt-lazy__poster,
.yt-lazy.is-playing .yt-lazy__play {
    opacity: 0;
    pointer-events: none;
}

.yt-lazy iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
}
