﻿:root {
    --crx-red: #ac0b27;
    --navy: #0d2c53;
    --red: #b60f25;
    --hover: #0d57a5;
    --ink: #0e1b2b;
    --muted: #6b7a90;
    --white: #fff;
    --radius: 16px;
    --shadow: 0 10px 30px rgba(13,44,83,.15);
    --crx-white: #ffffff;
    --txt: #ffffff;
}

.crx-dots {
    pointer-events: auto;
}

.crx-dot {
    pointer-events: auto;
}

#crx-hero {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

    #crx-hero .crx-slides {
        position: relative;
        height: 100vh;
    }

.crx-slide {
    position: absolute;
    inset: 0;
    background: center/cover no-repeat;
    opacity: 0;
    transition: opacity .9s ease-in-out;
}

    .crx-slide.is-active {
        opacity: 1;
        z-index: 2;
    }

    .crx-slide::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.4) 100%);
    }

.crx-slide__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
}

.crx-title {
    font-weight: 800;
    letter-spacing: .3px;
    text-shadow: 0 2px 10px rgba(0,0,0,.35), 0 0 1px rgba(255,255,255,.25);
    font-size: clamp(2rem, 4.5vw, 3.5rem);
}

.crx-desc {
    color: #fff;
    max-width: 900px;
    padding: .85rem 1.25rem;
    margin: 0;
    background: rgba(0,0,0,.45);
    border-radius: .25rem;
    line-height: 1.55;
    font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.crx-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: .5rem;
    z-index: 3;
}

.crx-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffffaa;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: .85;
}

    .crx-dot.is-active {
        background: #fff;
        opacity: 1;
    }

.btn.crx-red {
    background: var(--crx-red);
    border-color: var(--crx-red);
    color: #fff;
}

    .btn.crx-red:hover {
        filter: brightness(1.05);
    }

@media (max-width:576px) {
    .crx-desc {
        max-width: 92vw;
    }
}

/*content*/

.clients-wrap {
    padding: 32px 16px 56px;
    max-width: 1200px;
    margin: 0 auto;
}

.clients-title {
    margin: 0 0 28px;
    text-align: center;
    color: #0d2c53;
    font-weight: 800;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    justify-items: center;
}

@media (max-width: 1024px) {
    .clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .clients-grid {
        grid-template-columns: 1fr;
    }
}

.client-card {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    padding: 28px 22px 18px;
    text-align: center;
    cursor: default;
}

    .client-card img {
        width: 100%;
        height: 120px;
        object-fit: contain;
        object-position: center;
        display: block;
    }

.client-name {
    display: block;
    margin-top: 12px;
    color: #7a8796;
    font-size: 14px;
}

.clients-cta {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.clients-btn {
    background: #be1126;  
    color: #ffffff;  
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: background-color 180ms ease, transform 180ms ease, color 180ms ease;
    display: inline-block;
}

    .clients-btn:hover,
    .clients-btn:focus-visible {
        background: #0a5eb7;  
        color: #ffffff !important;  
        transform: translateY(-1px);
    }

.split-feature {
    padding: clamp(2rem, 3vw, 3rem) 0;
}

.split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 4vw, 4rem);
    max-width: min(1200px, 92vw);
    margin-inline: auto;
}

    .split-grid.reverse .media {
        order: 2
    }

    .split-grid.reverse .content {
        order: 1
    }

.media {
    width: 100%;
    height: 100%;
}

    .media img {
        width: 100%;
        height: 100%;
        max-height: 700px;
        object-fit: cover;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
    }

.content {
    max-width: 680px;
}

    .content h2 {
        color: var(--white);
        font-size: clamp(2rem, 3.8vw, 3.25rem);
        line-height: 1.1;
        letter-spacing: .2px;
        margin: 0 0 1rem 0;
    }

    .content p {
        color: var(--white);
        font-size: clamp(1rem, 1.1vw, 1.125rem);
        line-height: 1.7;
        margin: 0 0 1.75rem 0;
    }

    .content a:not(.cta-btn) {
        color: #ffccd3;
        text-underline-offset: .18em;
    }

    .cta-btn:hover,
    .cta-btn:focus-visible {
        background: var(--hover);
        color: var(--white);
        transform: translateY(-1px);
        outline: none;
    }

.light {
     
}

    .light .content h2 {
        color: var(--navy)
    }

    .light .content p {
        color: var(--muted)
    }

    .light .content a:not(.cta-btn) {
        color: var(--red)
    }

    .light .media img {
        box-shadow: var(--shadow)
    }

.dark {
    background: var(--navy);
}

@media (max-width: 980px) {
    .split-grid {
        grid-template-columns: 1fr;
    }

        .split-grid .media,
        .split-grid .content {
            order: unset;
        }

    .content {
        max-width: 720px;
        margin-inline: auto;
    }
}
 

.ig-section {
    padding: 48px 0 40px;
    background: #ffffff;
}

.ig-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-weight: 800;
    font-size: clamp(28px, 3vw, 42px);
    color: #0b2a47;
    margin-bottom: 28px;
}

.ig-icon {
    width: 34px;
    height: 34px;
    fill: #0b2a47;
}

.ig-handle {
    color: #0b2a47;
}

.ig-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}

.ig-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #e9eef3;
    aspect-ratio: 1 / 1;
}

    .ig-card > a {
        position: absolute;
        inset: 0;
        display: block;
    }

.ig-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    display: block;
}

.ig-card:hover .ig-img {
    transform: scale(1.04);
}

.ig-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.btn {
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 700;
}

.btn-primary {
    background: #c30f2d;
    border: 1px solid #c30f2d;
}

    .btn-primary:hover {
        filter: brightness(1.05);
    }

.btn-outline-secondary {
    color: #0b2a47;
    border: 1px solid #cbd5e1;
    background: #fff;
}

    .btn-outline-secondary:hover {
        background: #f5f7fa;
    }


.crx-intro {
    background: #ac0b27;
    color: #fff;
    min-height: 350px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .crx-intro .container {
        max-width: 1100px;
    }

.crx-intro__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 14px;
    color: white;
}

.crx-intro__text {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 26px;
}

.crx-intro__cta {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .02em;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid rgba(255,255,255,.35);
    padding-bottom: 3px;
}

    .crx-intro__cta:hover {
        color: #fff;
        border-bottom-color: #fff;
    }

@media (max-width: 767.98px) {
    .crx-intro {
        min-height: 300px;
        padding: 36px 0;
    }

    .crx-intro__title {
        font-size: 36px;
        color: white;
    }

    .crx-intro__text {
        font-size: 24px;
    }
}

.split-hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 520px;
    margin-bottom:0px;
}

.split-hero__col {
    position: relative;
}

.split-hero__col--image {
    min-height: 280px;
}

    .split-hero__col--image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.split-hero__col--content {
    display: flex;
    align-items: center;
}

.split-hero__inner {
    width: min(800px,90%);
    margin-inline: auto;
    padding: 48px 24px;
    color: var(--txt);
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.split-hero__title {
    font-size: clamp(28px,3vw,48px);
    line-height: 1.12;
    margin: 0 0 20px;
    font-weight: 800;
}

.split-hero__text {
    font-size: clamp(16px,1.2vw,20px);
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 62ch;
    opacity: .95;
}

.split-hero__cta {
    display: inline-flex;
    width: auto;
    align-self: flex-start; 
    gap: .5rem;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    padding: .75rem 1.25rem;
    border-radius: 6px;
    border: 2px solid rgba(255,255,255,.2);
    color: var(--txt);
    transition: transform .15s ease, background-color .2s ease, border-color .2s ease;
    will-change: transform;
    white-space: nowrap;
}

    .split-hero__cta:hover {
        transform: translateY(-2px);
        background-color: rgba(255,255,255,.08);
        border-color: rgba(255,255,255,.35);
    }

.theme-navy .split-hero__col--content {
    background: var(--crx-navy);
}

.theme-red .split-hero__col--content {
    background: var(--crx-red);
}

@media (min-width: 992px) {
    .split-hero {
        grid-template-columns: 1fr 1fr;
        min-height: 70vh;
    }

    .split-hero--image-right {
        direction: rtl;
    }

        .split-hero--image-right .split-hero__col {
            direction: ltr;
        }

    .split-hero__inner {
        padding: 64px clamp(40px,5vw,80px);
    }
}

.split-hero__title,
.split-hero__text {
    color: #fff !important;
}


.split-hero__title,
.split-hero__text {
    color: var(--txt) !important; 
}

.hero-omu {
    margin: 48px auto;
    max-width: 1200px;
    padding-inline: 16px
}

.hero-omu__wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate
}

.hero-omu__img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transform-origin: center;
    transition: transform .9s ease
}

.hero-omu__wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13,44,83,.42);
    pointer-events: none;
    z-index: 1
}

.hero-omu__wrap:hover .hero-omu__img {
    transform: scale(1.27)
}

.hero-omu__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: center;
    padding: clamp(20px,4vw,36px);
    color: #fff;
    gap: clamp(10px,2vw,16px);
    max-width: 1000px
}

.hero-omu__title {
    font-size: clamp(28px,4.2vw,56px);
    line-height: 1.1;
    font-weight: 800;
    color: #fff
}

.hero-omu__text {
    font-size: clamp(16px,1.35vw,20px);
    line-height: 1.6;
    color: #e8eef7
}

.hero-omu__btn,
.hero-omu__btn:link,
.hero-omu__btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 2px solid #fff;
    border-radius: 999px;
    width: 200px;
    font-weight: 700;
    background: transparent;
    color: #fff !important;
    text-decoration: none;
    transition: background-color .25s ease,color .25s ease,border-color .25s ease,transform .15s ease
}

    .hero-omu__btn:hover {
        background-color: #b30f27;
        border-color: #b30f27;
        color: #fff !important;
        transform: translateY(-1px)
    }

    .hero-omu__btn:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 3px;
        border-color: #fff
    }

.cta-training {
    background: #1f6eb6;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
}

.cta-training__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.cta-training__title {
    font-size: clamp(28px,3.2vw,44px);
    line-height: 1.15;
    letter-spacing: .4px;
    margin: 0 0 18px;
    color: #fff;
}

.cta-training__copy {
    font-size: clamp(18px,2.1vw,30px);
    line-height: 1.35;
    margin: 0 0 32px;
    color: #fff;
}

.btn-cta {
    display: inline-block;
    background: #c3152b;
    color: #fff;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 16px rgba(0,0,0,.18);
}

    .btn-cta:hover {
        background: #0d61a9;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(0,0,0,.22);
    }


.vimeo-section {
    padding: 48px 16px;
    display: flex;
    justify-content: center;
}

.vimeo-container {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
    background: #000;
}

    .vimeo-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

@media (max-width:768px) {
    .vimeo-section {
        padding: 32px 12px
    }

    .vimeo-container {
        border-radius: 10px
    }
}



.cards-flip {
    max-width: 1080px;
    margin: 0 auto;
    padding: 48px 16px 56px;
    text-align: center;
    color: #0d2c53;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 28px;
}

/* Tablet and below - stack in 2 columns */
@media (max-width: 991.98px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Mobile - stack in 1 column */
@media (max-width: 767.98px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .flip {
        height: 450px;
    }
}

/* Small mobile - adjust height */
@media (max-width: 575.98px) {
    .flip {
        height: 400px;
    }

    .flip-back h3 {
        font-size: 15px;
    }

    .flip-back p {
        font-size: 11px;
    }
}

.flip {
    width: 100%;
    height: 500px;
    perspective: 1400px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease;
}

.flip:active {
    transform: scale(0.98);
}

.flip::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.flip:active::after {
    opacity: 1;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .75s cubic-bezier(.2,.65,.2,1);
}

.flip:hover .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(0,0,0,.14);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: box-shadow 0.3s ease;
    height: 100%;
    width: 100%;
}

.flip:active .flip-front,
.flip:active .flip-back {
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

    .flip-front img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: opacity 0.2s ease;
    }

.flip:active .flip-front img {
    opacity: 0.9;
}

.flip-back {
    background: #3a3a3a;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 24px 20px; 
    text-align: center;
    position: relative;
    height: 100%;
}

.flip-back::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.flip:active .flip-back::before {
    opacity: 1;
}

.flip-pressed {
    opacity: 0.95;
}

.flip-pressed .flip-inner {
    transform: scale(0.98);
}

.flip-back-content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: hidden;
    justify-content: center; 
}

.flip-back h3 {
    font-family: 'gotham book';
    font-size: 16px; 
    line-height: 1.2; 
    margin: 0 0 10px 0; 
    font-weight: 700;
    color: white;
    text-align: center;
    flex-shrink: 0;
}

.flip-back .divider {
    display: inline-block;
    width: 80px; 
    height: 2px;
    background: #fff;
    border-radius: 1px;
    margin: 0 0 10px 0; 
    flex-shrink: 0;
}

.flip-back p {
    font-family: 'gotham book';
    font-size: 12px; 
    line-height: 1.45;
    margin: 0;
    color: #fff;
    text-align: center;
    overflow-y: auto;
    flex: 1 1 auto;
    max-height: 100%;
    padding-right: 4px;
}

.flip-back p::-webkit-scrollbar {
    width: 4px;
}

.flip-back p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.flip-back p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.flip-back p::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.up-close-section {
    
    background: #ffffff;
    text-align: center;
}

.up-close-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.up-close-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: #0d2c53;
    margin: 0 0 20px;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

.up-close-subtitle {
    font-size: clamp(18px, 2vw, 24px);
    color: #0d2c53;
    line-height: 1.5;
    margin: 0;
    max-width: 900px;
    margin-inline: auto;
    font-weight: 400;
}

@media (max-width: 768px) {
    .up-close-section {
        padding: 48px 20px;
    }

    .up-close-title {
        margin-bottom: 16px;
    }
}