.ctinfo-section {
    --ctinfo-visible: 4;
    --ctinfo-gap: 12px;
    padding: 34px 0 30px;
    color: #fff;
    background: #071b2d;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    direction: rtl;
    overflow: hidden;
}

.ctinfo-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ctinfo-heading h2 {
    margin: 0;
    padding-right: 12px;
    color: #fff;
    border-right: 6px solid #1679c4;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 900;
}

.ctinfo-heading > span {
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.18);
}

.ctinfo-controls {
    display: flex;
    gap: 6px;
}

.ctinfo-controls button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
    background: #123654;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.ctinfo-controls button:last-child .canada-icon {
    transform: rotate(180deg);
}

.ctinfo-controls button:disabled {
    opacity: 0.35;
    cursor: default;
}

.ctinfo-controls .canada-icon {
    width: 20px;
    height: 20px;
}

.ctinfo-viewport {
    width: 100%;
    overflow: hidden;
}

.ctinfo-track {
    display: flex;
    width: 100%;
    gap: var(--ctinfo-gap);
    direction: rtl;
    transition: transform 430ms cubic-bezier(.22, .75, .23, 1);
    will-change: transform;
}

.ctinfo-card {
    position: relative;
    flex: 0 0 calc((100% - 36px) / 4);
    aspect-ratio: 4 / 5;
    max-height: 375px;
    margin: 0;
    overflow: hidden;
    background: #102b45;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
}

.ctinfo-card img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 450ms ease, filter 300ms ease;
}

.ctinfo-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.06);
}

.ctinfo-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px 12px 11px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.ctinfo-card:hover figcaption {
    opacity: 1;
    transform: translateY(0);
}

.ctinfo-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    min-height: 10px;
    margin-top: 17px;
}

.ctinfo-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: rgba(255, 255, 255, 0.42);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.ctinfo-dots button.is-active {
    background: #fff;
}

.ct-home-banner {
    padding: 24px 16px 34px;
    background: #17314d;
    direction: rtl;
}

.ct-page-banners {
    display: grid;
    gap: 18px;
}

.ct-home-banner__slot {
    width: min(970px, 100%);
    margin: 0 auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}

.ct-home-banner__slot a {
    display: block;
    text-decoration: none;
}

.ct-home-banner__image {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .ctinfo-section { --ctinfo-visible: 3; }
    .ctinfo-card { flex-basis: calc((100% - 24px) / 3); }
}

@media (max-width: 767.98px) {
    .ctinfo-section {
        --ctinfo-visible: 2;
        --ctinfo-gap: 8px;
        padding-block: 24px 25px;
    }
    .ctinfo-heading { margin-bottom: 12px; }
    .ctinfo-heading h2 { padding-right: 9px; border-right-width: 5px; font-size: 21px; }
    .ctinfo-heading > span { display: none; }
    .ctinfo-controls { margin-right: auto; }
    .ctinfo-controls button { width: 32px; height: 32px; }
    .ctinfo-card { flex-basis: calc((100% - 8px) / 2); max-height: none; }
    .ctinfo-card figcaption { display: none; }
    .ct-home-banner { padding: 16px 10px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .ctinfo-track,
    .ctinfo-card img,
    .ctinfo-card figcaption { transition: none; }
}
