@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.judo-section-34246fd5 {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #001b4d, #002c77);
    font-family: 'PT Sans', sans-serif;
    overflow: hidden;
}

.judo-noise-34246fd5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    background-image: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
    pointer-events: none;
    z-index: 1;
}

.judo-container-34246fd5 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.judo-col-left-34246fd5 {
    flex: 1 1 100%;
    order: 2; /* Mobile first: text bottom */
}

.judo-col-right-34246fd5 {
    flex: 1 1 100%;
    order: 1; /* Mobile first: video top */
}

@media (min-width: 769px) {
    .judo-col-left-34246fd5 {
        flex: 1 1 calc(50% - 20px);
        order: 1;
    }
    .judo-col-right-34246fd5 {
        flex: 1 1 calc(50% - 20px);
        order: 2;
    }
}

.judo-eyebrow-34246fd5 {
    display: block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2.5px;
    color: #fdc82f;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.judo-logo-34246fd5 {
    max-width: 200px;
    margin-bottom: 32px;
    display: block;
}

.judo-headline-34246fd5 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    max-width: 480px;
    margin: 0 0 24px;
    line-height: 1.2;
}

.judo-body-34246fd5 {
    font-weight: 400;
    font-size: 18px;
    color: #e8edf5;
    max-width: 480px;
    margin: 0 0 36px;
    line-height: 1.6;
}

.judo-body-34246fd5 p {
    margin-bottom: 16px;
}

.judo-body-34246fd5 p:last-child {
    margin-bottom: 0;
}

.judo-cta-34246fd5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 32px;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    background: linear-gradient(90deg, #ff5800, #e04a00);
    transition: all 0.3s ease;
}

.judo-cta-34246fd5:hover {
    background: linear-gradient(90deg, #e04a00, #c44000);
    color: #ffffff;
}

.judo-video-wrapper-34246fd5 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: #000;
}

.judo-video-wrapper-34246fd5:hover {
    transform: translateY(-4px);
}

.judo-video-thumb-34246fd5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.judo-video-wrapper-34246fd5:hover .judo-video-thumb-34246fd5 {
    opacity: 1;
}

.judo-video-play-34246fd5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: rgba(255, 88, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}

.judo-video-wrapper-34246fd5:hover .judo-video-play-34246fd5 {
    background: rgba(224, 74, 0, 1);
}

.judo-video-play-34246fd5::after {
    content: '';
    display: block;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 4px;
}

.judo-video-iframe-34246fd5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .judo-section-34246fd5 {
        padding: 80px 0 60px;
    }
    .judo-headline-34246fd5 {
        font-size: 28px;
    }
}
