.occupational-psychology-animation-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: 
        linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.95)),
        linear-gradient(90deg, rgba(60, 179, 113, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(60, 179, 113, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
    border-radius: 4px;
    border: 1px solid rgba(60, 179, 113, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(60, 179, 113, 0.05);
    position: relative;
    overflow: hidden;
}

.occupational-psychology-animation-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(60, 179, 113, 0.8), transparent);
    animation: scan-line 4s linear infinite;
}

.occupational-psychology-postcard.occupational-psychology-chart-tile {
    background: rgba(10, 25, 47, 0.6);
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: white;
    width: 100%;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(60, 179, 113, 0.2);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.occupational-psychology-postcard.occupational-psychology-chart-tile::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(60, 179, 113, 0.05) 50%, transparent 100%);
    transform: translateY(-100%);
    animation: scan-vertical 3s linear infinite;
    pointer-events: none;
}

@keyframes scan-vertical {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(100%); }
}

.occupational-psychology-title,
.occupational-psychology-header {
    font-family: 'Space Mono', monospace;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(60, 179, 113, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.occupational-psychology-check-step {
    display: flex;
    align-items: center;
    margin: 15px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    justify-content: space-between;
    font-family: 'Space Mono', monospace;
    font-size: 14px;
}

.occupational-psychology-icon {
    font-size: 20px;
    margin-right: 10px;
    color: rgba(60, 179, 113, 0.8);
}

.occupational-psychology-feedback {
    font-family: 'Space Mono', monospace;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(10, 25, 47, 0.8);
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
}

.occupational-psychology-feedback-great { 
    color: #3cb371; 
    background-color: rgba(60, 179, 113, 0.1);
    border-color: rgba(60, 179, 113, 0.3);
    text-shadow: 0 0 5px rgba(60, 179, 113, 0.5);
}

.occupational-psychology-feedback-ok { 
    color: #ff3434; 
    background-color: rgba(255, 52, 52, 0.1);
    border-color: rgba(255, 52, 52, 0.3);
    text-shadow: 0 0 5px rgba(255, 52, 52, 0.5);
}

.occupational-psychology-animation-document {
    position: relative;
    font-size: 14px;
    color: white;
    width: 100%;
}

.occupational-psychology-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background-color: rgba(10, 25, 47, 0.4);
    border-radius: 2px;
    margin: 10px 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    border: 1px solid rgba(60, 179, 113, 0.1);
    font-family: 'Space Mono', monospace;
    font-size: 12px;
}
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.occupational-psychology-label {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    flex-shrink: 0;
}

.occupational-psychology-value {
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
    flex-grow: 1;
    text-align: right;
}

.occupational-psychology-stamp {
    font-weight: bold;
    color: #3cb371;
    background-color: rgba(60, 179, 113, 0.1);
    border: 1px solid #3cb371;
    padding: 8px 12px;
    border-radius: 8px;
    width: fit-content;
    margin: 15px auto 5px auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease;
    box-shadow: 0 0 10px rgba(60, 179, 113, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.occupational-psychology-signature {
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.occupational-psychology-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 20px;
    justify-content: center;
}

.occupational-psychology-carousel-item {
    aspect-ratio: 1;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.occupational-psychology-carousel-item .occupational-psychology-status-icon {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
}

.occupational-psychology-width-100 { min-width: 100px; }
.occupational-psychology-width-80 { min-width: 80px; }
.occupational-psychology-width-60 { min-width: 60px; }

.occupational-psychology-faded { opacity: 0.4; transform: scale(0.9); }
.occupational-psychology-semi-faded { opacity: 0.7; transform: scale(0.95); }
.occupational-psychology-active {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.occupational-psychology-green-background {
    background-color: rgba(60, 179, 113, 0.2);
    border-color: #3cb371;
    box-shadow: 0 0 20px rgba(60, 179, 113, 0.3);
}

.occupational-psychology-green-background .occupational-psychology-status-icon {
    color: #3cb371;
    text-shadow: 0 0 10px rgba(60, 179, 113, 0.5);
}

.occupational-psychology-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.occupational-psychology-arrow {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 15px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

#occupational-psychology-flow-container-check,
#occupational-psychology-flow-container-document,
.occupational-psychology-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.occupational-psychology-icon-size-1x .occupational-psychology-status-icon { font-size: 36px; }
.occupational-psychology-icon-size-1_2x .occupational-psychology-status-icon { font-size: 43px; }
.occupational-psychology-icon-size-1_4x .occupational-psychology-status-icon { font-size: 50px; }

@media (max-width: 1600px) {
    .occupational-psychology-animation-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        padding: 20px;
    }

    .occupational-psychology-carousel,
    #occupational-psychology-flow-container-check,
    #occupational-psychology-flow-container-document {
        width: 100%;
        max-width: 500px;
    }

    .occupational-psychology-carousel {
        flex-direction: row;
        gap: 25px;
        margin-bottom: 20px;
    }

    .occupational-psychology-arrow {
        font-size: 24px;
        transform: rotate(90deg);
        margin: 20px 0;
    }
}

@media (max-width: 800px) {
    .occupational-psychology-carousel {
        gap: 15px;
    }

    .occupational-psychology-width-60 {
        min-width: 40px;
    }

    .occupational-psychology-icon-size-1x .occupational-psychology-status-icon {
        font-size: 20px;
    }

    .occupational-psychology-width-80 {
        min-width: 50px;
    }

    .occupational-psychology-icon-size-1_2x .occupational-psychology-status-icon {
        font-size: 26px;
    }

    .occupational-psychology-width-100 {
        min-width: 60px;
    }

    .occupational-psychology-icon-size-1_4x .occupational-psychology-status-icon {
        font-size: 32px;
    }
}

@media (max-width: 400px) {
    .occupational-psychology-animation-container,
    .occupational-psychology-postcard.occupational-psychology-chart-tile,
    .occupational-psychology-carousel {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 350px;
    }

    .occupational-psychology-title { font-size: 18px; }
    .occupational-psychology-icon { font-size: 20px; }
    .occupational-psychology-feedback { font-size: 14px; }
    .occupational-psychology-carousel-item .occupational-psychology-status-icon { font-size: 28px; }
    .occupational-psychology-arrow { font-size: 20px; margin: 15px 0; transform: rotate(90deg); }
}
