.elementor-7358 .elementor-element.elementor-element-1ac1e9e{--display:flex;}.elementor-7358 .elementor-element.elementor-element-1ac1e9e:not(.elementor-motion-effects-element-type-background), .elementor-7358 .elementor-element.elementor-element-1ac1e9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-7358 .elementor-element.elementor-element-8379e60.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-7358 .elementor-element.elementor-element-1ac1e9e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7358 .elementor-element.elementor-element-4109218{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-4109218 *//* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f7fa;
    min-height: 100vh;
    color: #333;
    line-height: 1.6;
}

.survey-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    min-height: 100vh;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* Comprehensive Mobile Layout Fixes */

@media screen and (max-width: 768px) {
    * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    html {
        overflow-x: hidden !important;
        width: 100vw !important;
    }
    
    body {
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        width: 100vw !important;
        position: relative;
    }
    
    .survey-container {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100vw !important;
        width: 100vw !important;
        box-shadow: none !important;
        overflow-x: hidden !important;
        position: relative;
    }
    
    .progress-container {
        padding: 16px 20px !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    
    .survey-steps {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }
    
    .survey-step {
        padding: 16px 20px !important;
        width: 100% !important;
        margin: 0 !important;
        overflow-x: hidden !important;
    }
    
    .step-content {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .questions-container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .form-group {
        margin-bottom: 25px !important;
        width: 100% !important;
    }
    
    .question-label {
        font-size: 16px !important;
        word-wrap: break-word !important;
        margin-bottom: 15px !important;
    }
    
    .radio-grid,
    .checkbox-grid {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 12px !important;
    }
    
    .radio-card,
    .checkbox-card {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
    }
    
    .radio-title,
    .checkbox-title {
        font-size: 14px !important;
        word-wrap: break-word !important;
    }
    
    .radio-desc,
    .checkbox-desc {
        font-size: 13px !important;
        word-wrap: break-word !important;
    }
    
    .results-section {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        position: relative;
    }
    
    .results-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 15px !important;
        overflow-x: hidden !important;
    }
    
    .pdf-content {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
        padding: 15px !important;
        border-radius: 8px !important;
        overflow-x: hidden !important;
    }
    
    .breakdown-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        width: 100% !important;
    }
    
    .breakdown-item {
        width: 100% !important;
        margin: 0 !important;
    }
    
    .step-navigation {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        margin-top: 25px !important;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 20px !important;
    }
    
    .overall-score-card {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 20px !important;
        text-align: center !important;
    }
    
    .score-circle {
        margin: 0 auto !important;
    }
}

/* Progress Bar */
.progress-container {
    background: #ffffff;
    color: #333333;
    padding: 18px 30px 16px;
    text-align: center;
}

.progress-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 1px;
    color: #D81159;
}

.progress-text {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 10px;
}

.progress-bar {
    background: #e9ecef;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.progress-fill {
    background: #D81159;
    height: 100%;
    width: 0%;
    transition: width 0.5s ease;
    border-radius: 4px;
}

/* Survey Steps */
.survey-steps {
    position: relative;
}

.survey-step {
    display: none;
    padding: 28px 40px 40px;
    min-height: 600px;
}

.survey-step.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Step Content */
.step-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Intro Section */
.intro-header {
    text-align: center;
    margin-bottom: 28px;
}

.why-section {
    margin-bottom: 20px;
}

.intro-lead {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.why-text {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.7;
}

/* Intro key points (boxes) */
.key-points {
    margin-bottom: 40px;
}

.point-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #D81159;
}

.point-text {
    font-size: 16px;
    color: #555;
}

.point-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.point-body {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.point-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.point-list li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.point-list-compact li {
    margin-bottom: 3px;
}

.privacy-footnote {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/* FIRST intro button between boxes */
.intro-cta {
    text-align: center;
    margin: 12px 0 24px;
}

.intro-cta .btn {
    display: inline-flex;
    justify-content: center;
}

/* Step Headers */
.step-header {
    text-align: center;
    margin-bottom: 40px;
}

.question-category {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #D81159;
}

.step-description {
    font-size: 16px;
    color: #7f8c8d;
}

.survey-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 30px;
}

/* Form Elements */
.questions-container {
    margin-bottom: 40px;
}

.form-group {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

/* Preserve child order */
.form-group > * {
    order: 0;
}

.question-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.sub-question-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.form-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.form-input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
}

.form-input:focus {
    outline: none;
    border-color: #D81159;
    box-shadow: 0 0 0 3px rgba(216, 17, 89, 0.1);
}

.input-help {
    font-size: 14px;
    color: #6c757d;
    margin-top: 8px;
}

/* Radio and Checkbox Grids */
.radio-grid,
.checkbox-grid {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.radio-card,
.checkbox-card {
    display: block;
    cursor: pointer;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.radio-card:hover,
.checkbox-card:hover {
    border-color: #D81159;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.radio-card input,
.checkbox-card input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-card input:checked + .radio-content,
.checkbox-card input:checked + .checkbox-content {
    background: #D81159;
    color: white;
    border-radius: 8px;
    padding: 15px;
    margin: -5px;
}

.radio-content,
.checkbox-content {
    transition: all 0.3s ease;
}

.radio-title,
.checkbox-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.radio-desc,
.checkbox-desc {
    font-size: 14px;
    opacity: 0.8;
}

/* Navigation Buttons */
.step-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    background: #D81159;
    color: white;
}

.btn-primary:hover {
    background: #b80d4d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(216, 17, 89, 0.3);
}

.btn-secondary {
    background: #f8f9fa;
    color: #555;
    border: 2px solid #e9ecef;
}

.btn-secondary:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

.btn-large {
    padding: 15px 30px;
    font-size: 16px;
}

/* Results Section */
.results-section {
    display: none;
    background: white;
    min-height: 100vh;
    padding: 40px;
}

.results-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.results-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
}

.results-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}

.results-logo img {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

.results-title {
    font-size: 28px;
    font-weight: 700;
    color: #D81159;
    margin-bottom: 10px;
}

.results-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 30px;
}

/* PDF Content */
.pdf-content {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.score-overview {
    margin-bottom: 40px;
    text-align: center;
}

.overall-score-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 16px;
    border: 2px solid #D81159;
    max-width: 700px;
    margin: 0 auto;
}

.score-visual {
    flex-shrink: 0;
}

.score-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #D81159;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.score-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.score-max {
    font-size: 14px;
    opacity: 0.8;
}

.risk-level-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.risk-emoji {
    font-size: 24px;
}

.risk-text {
    font-size: 24px;
    font-weight: 700;
    color: #D81159;
}

.risk-label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
}

.assessment-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Advanced Analysis Section */
.advanced-analysis-section {
    text-align: center;
    margin-bottom: 40px;
}

.btn-advanced {
    margin: 0 auto;
    display: inline-block;
}

/* Breakdown Section */
.breakdown-section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D81159;
    text-align: center;
}

.breakdown-grid {
    display: grid;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.breakdown-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #D81159;
}

.breakdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.breakdown-indicator {
    font-size: 18px;
    margin-right: 10px;
}

.breakdown-name {
    font-weight: 600;
    color: #2c3e50;
    flex-grow: 1;
}

.breakdown-score {
    font-weight: 700;
    color: #D81159;
}

.breakdown-bar {
    background: #e9ecef;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.breakdown-fill {
    background: #D81159;
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s ease;
}

/* Recommendations */
.recommendations-section {
    margin-bottom: 40px;
}

.recommendations-list {
    display: grid;
    gap: 15px;
    max-width: 700px;
    margin: 0 auto;
}

.recommendation-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #D81159;
}

.recommendation-icon {
    font-size: 20px;
    margin-right: 15px;
    min-width: 30px;
    margin-top: 2px;
}

.recommendation-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Footer */
.footer-section {
    border-top: 2px solid #e9ecef;
    padding-top: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.footer-text {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-contact {
    font-size: 14px;
    color: #555;
}

.footer-contact a {
    color: #D81159;
    text-decoration: none;
}

/* Action Buttons */
.results-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-action {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-download {
    background: #28a745;
    color: white;
}

.btn-download:hover {
    background: #218838;
    transform: translateY(-2px);
}

.btn-advanced {
    background: #D81159;
    color: white;
}

.btn-advanced:hover {
    background: #b80d4d;
    transform: translateY(-2px);
}

.btn-mitigate {
    background: #6EC1E4;
    color: #ffffff;
}

.btn-mitigate:hover {
    background: #6EC1E4;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-share {
    background: #17a2b8;
    color: white;
}

.btn-share:hover {
    background: #138496;
    transform: translateY(-2px);
}

.btn-restart {
    background: #f8f9fa;
    color: #555;
    border: 2px solid #e9ecef;
}

.btn-restart:hover {
    background: #e9ecef;
    border-color: #dee2e6;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.3s ease;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.modal-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #D81159;
}

.share-link-container {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.share-link-input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    background: #f8f9fa;
}

.btn-copy {
    padding: 12px 20px;
    background: #D81159;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-copy:hover {
    background: #b80d4d;
}

.modal-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 25px;
}

/* Loading Modal */
.loading-content {
    text-align: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e9ecef;
    border-top: 4px solid #D81159;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Animated Loading Dots */
.loading-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.loading-dots span {
    font-size: 20px;
    color: #D81159;
    animation: loadingDots 1.5s infinite;
}

.loading-dots span:nth-child(1) {
    animation-delay: 0s;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.5s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loadingDots {
    0%, 80%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    40% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Additional Mobile Responsive Design */
@media (max-width: 768px) {
    .progress-title {
        font-size: 24px;
    }

    .overall-score-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .results-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .results-logo img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .results-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-action {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .step-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .modal-actions {
        flex-direction: column;
    }

    .modal-actions button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .step-content {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .survey-step {
        padding: 15px;
        box-sizing: border-box;
    }

    .results-container {
        padding: 15px;
        box-sizing: border-box;
    }

    .pdf-content {
        padding: 15px;
        box-sizing: border-box;
    }
    
    .results-section {
        width: 100vw;
        max-width: 100vw;
    }

    .modal-content {
        padding: 20px;
        margin: 20px;
    }

    .score-circle {
        width: 100px;
        height: 100px;
    }

    .score-number {
        font-size: 28px;
    }

    .results-meta {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

/* Email Verification Styles */
.verification-step {
    display: none;
}

.verification-step.active {
    display: block;
}

.verification-header, .success-header {
    text-align: center;
    margin-bottom: 20px;
}

.verification-icon, .success-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
}

.verification-header h4, .success-header h4 {
    margin: 0;
    color: #1a365d;
    font-size: 20px;
}

.email-display {
    background: #f0f8ff;
    padding: 10px 15px;
    border-radius: 5px;
    border-left: 4px solid #2196f3;
    margin: 15px 0;
    font-weight: 600;
    color: #1a365d;
    word-break: break-all;
}

.otp-input {
    font-family: 'Courier New', monospace;
    font-size: 24px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: bold;
}

.verification-status {
    min-height: 20px;
    margin: 10px 0;
    text-align: center;
}

.verification-status.error {
    color: #dc3545;
    background: #f8d7da;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #f5c6cb;
}

.verification-status.success {
    color: #155724;
    background: #d4edda;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #c3e6cb;
}

.btn-link {
    background: none;
    border: none;
    color: #2196f3;
    text-decoration: underline;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
}

.btn-link:hover {
    color: #1976d2;
}

.btn-link:disabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

/* Focus States for Accessibility */
.radio-card:focus-within,
.checkbox-card:focus-within,
.form-input:focus {
    outline: 2px solid #D81159;
    outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */
/* Start custom CSS *//* Center the top Start Assessment button on the intro screen */
.intro-cta .btn {
    margin: 0 auto;          /* centers the block element */
    display: inline-flex;    /* keep flex layout but allow text-align-like centering */
}/* End custom CSS */