:root {
            --color-primary: #051357;
            --color-secondary: #e73503;
            --color-text-dark: #3A3838;
            --color-background: #F9D9BF;
            --color-border: #808080;
        }

        @font-face {
            font-family: 'BigShoulders-Black';
            src: url(/fonts/BigShoulders-Black.ttf);
        }

        @font-face {
            font-family: 'BigShoulders-Bold';
            src: url(/fonts/BigShoulders-Bold.ttf);
        }

        @font-face {
            font-family: 'BigShoulders-Regular';
            src: url(/fonts/BigShoulders-Regular.ttf);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            background-color: var(--color-background);
            overflow: hidden;
        }

        .main-container {
            display: flex;
            height: 100vh;
            width: 100vw;
        }
        
        .left-section {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .right-section {
            flex: 0.7;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .right-section { 
            height: 100vh;
        }
        .image-viewport {
            position: relative; width: 100%; height: 100vh; overflow: hidden;
        }
        .image-rail {
            position: absolute; top: 0; left: 0; width: 100%;
            height: calc(100vh * 2);             
            transform: translateY(0);          
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform;
            display: flex; flex-direction: column;
        }
        .img-slide {
            width: 100%; height: 1000px; flex: 0 0 100vh; display: block;
        }
        #formWrapper { 
            transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1); will-change: transform; 
        }

        .form-side {
            width: calc(100vw - 700px);
            position: relative;
            overflow: hidden;
        }

        .form-input {
            width: 100%;
            padding: 8px 0;
            border: none;
            border-bottom: 2px solid var(--color-border);
            font-family: 'BigShoulders-Regular';
            background-color: transparent;
            font-size: 1.2em;
            color: var(--color-text-dark);
            box-sizing: border-box;
            outline: none;
        }

        .form-input::placeholder {
            font-family: 'BigShoulders-Regular';
            color: var(--color-secondary);
            opacity: 80%;
        }

        .form-group {
            margin-bottom: 33px;
            width: 100%;
        }

        .form-input {
            width: 100%;
            padding: 8px 0;
            border: none;
            border-bottom: 2px solid var(--color-border);
            font-family: 'BigShoulders-Regular';
            background-color: transparent;
            font-size: 1.2em;
            color: var(--color-text-dark);
            box-sizing: border-box;
            outline: none;
        }

        .form-input::placeholder {
            font-family: 'BigShoulders-Regular';
            color: var(--color-secondary);
            opacity: 80%;
        }

        .form-group {
            margin-bottom: 33px;
            width: 100%;
        }

        .form-input {
            width: 100%;
            padding: 8px 0;
            border: none;
            border-bottom: 2px solid var(--color-border);
            font-family: 'BigShoulders-Regular';
            background-color: transparent;
            font-size: 1.2em;
            color: var(--color-text-dark);
            box-sizing: border-box;
            outline: none;
        }

        .form-input::placeholder {
            font-family: 'BigShoulders-Regular';
            color: var(--color-secondary);
            opacity: 80%;
        }

        .image-side {
            width: 700px;
            position: relative;
            overflow: hidden;
        }

        .image-side img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.7s ease-in-out;
        }

        .question {
            margin-top: 18%;
            font-family: 'BigShoulders-Black';
            color: var(--color-primary);
            font-size: 3.3em;
            font-weight: bold;
            margin-bottom: 33px;
        }

        .rating button {
            border: 3px solid var(--color-secondary);
            background: none;
            color: var(--color-secondary);
            font-size: 2.2em;
            padding: 40px 50px;
            margin: 10px;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 6px;
            font-family: 'BigShoulders-Bold';
        }

        .rating button:hover {
            background: var(--color-secondary);
            color: white;
        }

        .Block-title {
            font-family: 'BigShoulders-Black';
            color: var(--color-primary);
            font-size: 4em;
            font-weight: bold;
            margin-top: 15%;
            margin-bottom: 10px;
        }

        .question-sr {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            margin-bottom: 20px;
            font-size: 2.2em;
        }

        .image-side img.active {
            opacity: 1;
            z-index: 10;
        }

        .container {
            height: 100vh;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .form-wrapper {
            display: flex;
            flex-direction: column;
            transition: transform 0.7s ease-in-out;
        }

        .block {
            height: 100vh;
            width: 100%;
            padding: 5% 10%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .block {
            display: flex;
            justify-content: flex-start;
            height: 100vh;
            box-sizing: border-box;
        }

        .logo {
            width: 180px;
            margin-bottom: 40px;  
        }

        .logo {
            width: 180px;
            margin-bottom: 40px;  
        }

        .logo-questions {
            width: 280px;
            margin-bottom: 80px;  
        }

        .logo-test {
            width: 180px;
        }

        .logo-result {
            width: 180px;
        }

        .highlight {
            color: #ff3c00;
            font-weight: bold;
        }

        .main-title {
            font-family: 'BigShoulders-Black';
            color: var(--color-primary);
            font-size: 5em;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .subtitle {
            color: var(--color-primary) !important;
            font-family: 'BigShoulders-Bold';
            font-size: 3em;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .description {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            line-height: 1.6;
            margin-bottom: 30px;
            font-size: 2em;
        }

        .description-instructions {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            line-height: 1.6;
            margin-bottom: 30px;
            font-size: 1.8em;
        }

        input,
        .next-btn {
            padding: 12px;
            margin-top: 10px;
            font-size: 16px;
            width: 100%;
            border: 1px solid #ccc;
            outline: none;
        }
        
        .next-btn {
            background-color: var(--color-secondary);
            color: white;
            border: 3px solid var(--color-secondary);
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.5em;
            transition: 0.5s;
            align-self: start;
            width: auto;
            transition: all 0.4s ease-in-out;
        }

        .next-btn:hover {
            background-color: transparent;
            color: var(--color-secondary);
            border: 3px solid var(--color-secondary);
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.5em;
            transition: 0.5s;
            align-self: start;
            width: auto;
            transform: translateY(-4px);
            transition: all 0.4s ease-in-out;
        }
        
        .prev-btn { 
            background-color: #1055D2;
            color: white;
            border: 3px solid #1055D2;
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.5em;
            align-self: start;
            width: auto;
            transition: all 0.4s ease-in-out;
        }

        .prev-btn:hover {
            background-color: transparent;
            color: #193BBD;
            border: 3px solid #193BBD;
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.5em;
            align-self: start;
            width: auto;
            transform: translateY(-4px); 
            transition: all 0.4s ease-in-out;
        }
        
        .prev-btn-q { 
            background-color: transparent;
            color: #193BBD;
            border: 3px solid #193BBD;
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            margin-left: 8px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.5em;
            align-self: start;
            width: auto;
            transition: all 0.4s ease-in-out;
        }

        .prev-btn-q:hover {
            background-color: #1055D2;
            color: white;
            border: 3px solid #1055D2;
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            margin-left: 8px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.5em;
            align-self: start;
            width: auto;
            transform: translateY(-4px); 
            transition: all 0.4s ease-in-out;
        }

        .mn-5 {
            margin-bottom: 22px !important;
        }

        .scale-options {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        /* ====================================
                ESTILOS BLOQUE-RESULTADOS
           ==================================== */
        .results-block {
            font-family: 'BigShoulders-Regular';
            background-color: var(--color-background);
            display: flex;
            box-sizing: border-box;
            justify-content: flex-start;
        }

        .results-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .results-header h2 {
            font-size: 4em;
            font-family: 'BigShoulders-Black';
            margin: 0;
            color: var(--color-primary);
        }

        .result-section {
            margin-bottom: 20px;
        }

        .result-section h3 {
            font-family: 'BigShoulders-Bold';
            color: var(--color-primary);
            font-size: 1.6em;
            margin-bottom: 5px;
        }

        .result-section p {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            margin-left: 10px;
            font-size: 22px;
        }

        .summary-box {
            border-radius: 8px;
            padding: 20px;
            margin-top: 20px;
        }

        .strongest-point {
            background-color: #F9D9BF;
            border: 1px solid #F9D9BF;
            width: 100%;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
        }

        .improvement-opportunity {
            background-color: #F9D9BF;
            border: 1px solid #F9D9BF;
            width: 100%;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
        }

        .strongest-point .icon {
            margin-right: 10px;
        }

        .improvement-opportunity .icon {
            color: #856404;
            margin-right: 10px;
        }

        .resalt {
            font-family: 'BigShoulders-Black';
            color: var(--color-secondary);
        }

        .summary-box h3 {
            font-family: 'BigShoulders-Bold';
            font-size: 2em;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            color: var(--color-primary);
        }

        .summary-box p {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            font-size: 22px;
            margin: 0;
            padding-left: 30px;
        }
        /* ====================================
                        RESPONSIVE
           ==================================== */
        @media (max-width: 1400px) {
        .main-title {
            font-family: 'BigShoulders-Black';
            color: var(--color-primary);
            font-size: 4em;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .subtitle {
            color: var(--color-primary) !important;
            font-family: 'BigShoulders-Bold';
            font-size: 1.6em;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .description {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            line-height: 1.1;
            margin-bottom: 30px;
            font-size: 1.1em;
        }

        input,
        .next-btn {
            padding: 12px;
            margin-top: 10px;
            font-size: 16px;
            width: 100%;
            border: 1px solid #ccc;
            outline: none;
        }

        .next-btn {
            background-color: var(--color-secondary);
            color: white;
            border: 3px solid var(--color-secondary);
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.2em;
            transition: 0.5s;
            align-self: start;
            width: auto;
        }

        .next-btn:hover {
            background-color: transparent;
            color: var(--color-secondary);
            border: 3px solid var(--color-secondary);
            font-family: 'BigShoulders-Bold';
            padding: 15px 50px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.2em;
            transition: 0.5s;
            align-self: start;
            width: auto;
        }

        .rating button {
            border: 3px solid var(--color-secondary);
            background: none;
            color: var(--color-secondary);
            font-size: 2em;
            padding: 20px 30px;
            margin: 5px;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 6px;
            font-family: 'BigShoulders-Bold';
        }

        .rating button:hover {
            background: var(--color-secondary);
            color: white;
        }

        .rating button.selected {
            background: var(--color-secondary);
            color: white;
            font-weight: bold;
        }
            
        }

        @media (max-width: 1200px) {
        .main-title {
            font-family: 'BigShoulders-Black';
            color: var(--color-primary);
            font-size: 3em;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .subtitle {
            color: var(--color-primary) !important;
            font-family: 'BigShoulders-Bold';
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .description {
            color: var(--color-text-dark);
            font-family: 'BigShoulders-Regular';
            line-height: 1.1;
            margin-bottom: 30px;
            font-size: 1em;
        }
        }

        @media (max-width: 992px) {
        }

        @media (max-width: 768px) {

            .logo {
                margin-bottom: 150px;
            }

            .logo-result {
                margin-bottom: 40px;
            }

            .main-container {
                flex-direction: column;
            }

            .main-title {
                font-family: 'BigShoulders-Black';
                color: var(--color-primary);
                font-size: 2.5em;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .subtitle {
                color: var(--color-primary) !important;
                font-family: 'BigShoulders-Bold';
                font-size: 1.5em;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .description {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                line-height: 1;
                margin-bottom: 30px;
                font-size: 1.3em;
            }

            .description-instructions {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                line-height: 1.6;
                margin-bottom: 30px;
                font-size: 1.3em;
            }

            .right-section {
                order: -1;  
                width: 100%;
                height: auto;
                max-height: 300px;
            }
            
            .right-section img {
                width: 100%;
                min-height: 280px;
                align-items: center;
                justify-content: center;
            }

            .block {
                padding-top: 0px !important;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .left-section {
                width: 100%;
                padding: 20px;
            }

            .Block-title {
                font-family: 'BigShoulders-Black';
                color: var(--color-primary);
                font-size: 3em;
                font-weight: bold;
                margin-top: 5%;
                margin-bottom: 20px;
            }

            .question-sr {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                margin-bottom: 30px;
                font-size: 2.2em;
            }

            .question {
                margin-top: 18%;
                font-family: 'BigShoulders-Black';
                color: var(--color-primary);
                font-size: 1.4em;
                font-weight: bold;
                margin-bottom: 33px;
            }  

            .img-xxl {
                display: none;
            }

            .img-md {
                display: block;
            }

            .img-sm {
                display: none;
            }
        }

        @media (max-width: 576px) {

            .logo-result {
                width: 140px;
                margin-bottom: 20px;
                display: none;
            }

            .logo {
                width: 140px;
                margin-bottom: 10px;
                display: none;
            }

            .main-title {
                font-family: 'BigShoulders-Black';
                color: var(--color-primary);
                font-size: 2.2em;
                font-weight: bold;
                margin-top: 60px;
                margin-bottom: 33px;
            }

            .subtitle {
                color: var(--color-primary) !important;
                font-family: 'BigShoulders-Bold';
                font-size: 1.3em;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .description {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                line-height: 1;
                margin-bottom: 20px;
                font-size: 1.1em;
            }

            .right-section {
                order: -1;  
                width: 100%;
                height: auto;
                max-height: 200px;
            }
            
            .right-section img {
                width: 100%;
                min-height: 200px;
                align-items: center;
                justify-content: center;
            }

            .description-instructions {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                line-height: 1.6;
                margin-bottom: 30px;
                font-size: 1.1em;
            }

            input,
            .next-btn {
                padding: 12px;
                margin-top: 10px;
                font-size: 16px;
                width: 100%;
                border: 1px solid #ccc;
                outline: none;
            }

            .next-btn {
                background-color: var(--color-secondary);
                color: white;
                border: 3px solid var(--color-secondary);
                font-family: 'BigShoulders-Bold';
                padding: 10px 20px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                transition: 0.5s;
                align-self: start;
                width: auto;
            }

            .next-btn:hover {
                background-color: transparent;
                color: var(--color-secondary);
                border: 3px solid var(--color-secondary);
                font-family: 'BigShoulders-Bold';
                padding: 12px 22px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                transition: 0.5s;
                align-self: start;
                width: auto;
            }    
        
            .prev-btn-q { 
                background-color: transparent;
                color: #193BBD;
                border: 3px solid #193BBD;
                font-family: 'BigShoulders-Bold';
                padding: 12px 22px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                align-self: start;
                width: auto;
                transition: all 0.4s ease-in-out;
            }

            .prev-btn-q:hover {
                background-color: #1055D2;
                color: white;
                border: 3px solid #1055D2;
                font-family: 'BigShoulders-Bold';
                padding: 12px 22px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                align-self: start;
                width: auto;
                transform: translateY(-4px); 
                transition: all 0.4s ease-in-out;
            }
        
            .prev-btn svg { 
                width: 20px;
                height: 18px;
            }
        
            .prev-btn { 
                background-color: #1055D2;
                color: white;
                border: 3px solid #1055D2;
                font-family: 'BigShoulders-Bold';
                padding: 10px 20px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                align-self: start;
                width: auto;
                transition: all 0.4s ease-in-out;
            }

            .prev-btn:hover {
                background-color: transparent;
                color: #193BBD;
                border: 3px solid #193BBD;
                font-family: 'BigShoulders-Bold';
                padding: 10px 20px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                align-self: start;
                width: auto;
                transform: translateY(-4px); 
                transition: all 0.4s ease-in-out;
            }
            
            .prev-btn-q { 
                background-color: transparent;
                color: #193BBD;
                border: 3px solid #193BBD;
                font-family: 'BigShoulders-Bold';
                padding: 10px 20px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                align-self: start;
                width: auto;
                transition: all 0.4s ease-in-out;
            }

            .prev-btn-q:hover {
                background-color: #1055D2;
                color: white;
                border: 3px solid #1055D2;
                font-family: 'BigShoulders-Bold';
                padding: 10px 20px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.1em;
                align-self: start;
                width: auto;
                transform: translateY(-4px); 
                transition: all 0.4s ease-in-out;
            }

            .question {
                margin-top: 12%;
                font-family: 'BigShoulders-Black';
                color: var(--color-primary);
                font-size: 1.1em;
                font-weight: bold;
                margin-bottom: 20px;
            }        

            .question-sr {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                margin-bottom: 30px;
                font-size: 1em;
            }

            .Block-title {
                font-family: 'BigShoulders-Black';
                color: var(--color-primary);
                font-size: 2em;
                font-weight: bold;
                margin-top: 77px;
                margin-bottom: 30px;
            }

            .rating button {
                border: 3px solid var(--color-secondary);
                background: none;
                color: var(--color-secondary);
                font-size: 1em;
                padding: 18px 20px;
                margin: 2px;
                cursor: pointer;
                transition: all 0.3s;
                border-radius: 6px;
                font-family: 'BigShoulders-Bold';
            }

            .rating button:hover {
                background: var(--color-secondary);
                color: white;
            }

            .rating button.selected {
                background: var(--color-secondary);
                color: white;
                font-weight: bold;
            }

            .block {
                padding-top: 0px !important;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .results-block {
                font-family: 'BigShoulders-Regular';
                background-color: var(--color-background);
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .results-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 44px;
                margin-bottom: 30px;
            }

            .results-header h2 {
                font-size: 1.5em;
                font-family: 'BigShoulders-Black';
                margin: 0;
                color: var(--color-primary);
            }

            .result-section {
                margin-bottom: 20px;
            }

            .result-section h3 {
                font-family: 'BigShoulders-Bold';
                color: var(--color-primary);
                font-size: 1.1em;
                margin-bottom: 15px;
            }

            .result-section p {
                color: var(--color-text-dark);
                font-family: 'BigShoulders-Regular';
                margin-left: 10px;
                font-size: 16px;
            }

            .summary-box {
                border-radius: 8px;
                padding: 20px;
                margin-top: 20px;
                display: none;
            }

            .strongest-point {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
                display: none;
            }

            .strongest-point .icon {
                color: #155724;
                margin-right: 10px;
                display: none;
            }

            .improvement-opportunity {
                background-color: #fff3cd;
                border: 1px solid #ffeeba;
                color: #856404;
                display: none;
            }

            .improvement-opportunity .icon {
                color: #856404;
                margin-right: 10px;
                display: none;
            }

            .summary-box h3 {
                font-size: 17px;
            }

            .summary-box p {
                font-size: 14px;
            } 

            .img-xxl {
                display: none;
            }

            .img-md {
                display: block;
            }

            .img-sm {
                display: none;
            }
        }