 .investor-profile-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .investor-profile-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #f5f5f5;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .investor-profile-wrapper {
            display: flex;
            min-height: 100vh;
        }

        /* Left Sidebar */
        .investor-profile-sidebar {
               width: 30%;
    background-color: #fff;
        padding: 90px 0px;
            padding-left: 50px;
        }

        .investor-profile-step {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            position: relative;
        }

        .investor-profile-step::before {
            content: '';
            position: absolute;
            left: 17px;
            top: 35px;
            width: 2px;
            height: 30px;
            background-color: #e0e0e0;
        }

        .investor-profile-step:last-child::before {
            display: none;
        }

        .investor-profile-step-icon {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
            font-weight: bold;
            font-size: 18px;
        }

        .investor-profile-step-icon--completed {
            background-color: #ff6b35;
            color: white;
        }

        .investor-profile-step-icon--active {
            background-color: #ff6b35;
            color: white;
        }

        .investor-profile-step-icon--pending {
            background-color: #f0f0f0;
            color: #999;
        }

        .investor-profile-step-text {
            font-size: 14px;
            color: #333;
        }

        .investor-profile-step--completed .investor-profile-step-text {
            color: #333;
        }

        .investor-profile-step--active .investor-profile-step-text {
            color: #ff6b35;
            font-weight: 600;
        }

        .investor-profile-step--pending .investor-profile-step-text {
            color: #999;
        }

        /* Main Content */
        .investor-profile-main-content {
                flex: 1;
               padding: 40px 0px;
                width: 70%;
        }

        .investor-profile-content-card {
            background-color: #fff;
            border-radius: 8px;
            padding: 40px;
            max-width: 900px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .investor-profile-title {
            text-align: left;
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
        }

        .investor-profile-intro-text {
            text-align: left;
            color: #666;
            font-size: 14px;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .investor-profile-options-container {
            display: flex;
            gap: 20px;
            margin-bottom: 40px;
        }

        .investor-profile-option-box {
            flex: 1;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            padding: 30px 25px;
            background-color: #fff;
        }

        .investor-profile-option-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .investor-profile-option-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        .investor-profile-badge {
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 500;
        }

        .investor-profile-badge--green {
            background-color: #e8f5e9;
            color: #2e7d32;
            border: 1px solid #a5d6a7;
        }

        .investor-profile-badge--purple {
            background-color: #f3e5f5;
            color: #7b1fa2;
            border: 1px solid #ce93d8;
        }

        .investor-profile-option-description {
            font-size: 13px;
            color: #666;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .investor-profile-option-list {
            list-style: none;
            padding-left: 0;
        }

        .investor-profile-option-list-item {
            font-size: 13px;
            color: #666;
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative;
        }

        .investor-profile-option-list-item::before {
            content: '•';
            position: absolute;
            left: 5px;
            color: #999;
        }

        .investor-profile-checkbox-container {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }

        .investor-profile-checkbox-label {
            display: flex;
            align-items: flex-start;
            font-size: 13px;
            color: #666;
            cursor: pointer;
        }

        .investor-profile-checkbox-input {
            margin-right: 10px;
            margin-top: 2px;
        }

        .investor-profile-cta-button {
            width: 100%;
            padding: 14px;
            background: linear-gradient(90deg, #ff6b35 0%, #ff8a5c 100%);
            color: white;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            margin-bottom: 40px;
        }

        .investor-profile-cta-button:hover {
            background: linear-gradient(90deg, #ff5722 0%, #ff7043 100%);
        }

        .investor-profile-section {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 30px;
            background-color: #fafafa;
        }

        .investor-profile-section-title {
            font-size: 16px;
            margin-bottom: 15px;
            color: #333;
        }

        .investor-profile-section-description {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .investor-profile-plaid-authorize {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .investor-profile-plaid-text {
            flex: 1;
        }

        .investor-profile-plaid-heading {
            font-size: 14px;
            margin-bottom: 5px;
            color: #333;
        }

        .investor-profile-plaid-description {
            font-size: 12px;
            color: #666;
            margin: 0;
        }

        .investor-profile-consent-text {
            font-size: 12px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .investor-profile-consent-link {
            color: #7c5cdb;
            text-decoration: underline;
        }

        .investor-profile-start-button {
            padding: 12px 30px;
            background-color: #00c853;
            color: white;
            border: none;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }

        .investor-profile-start-button:hover {
            background-color: #00b248;
        }

        .investor-profile-disclaimer {
            font-size: 11px;
            color: #999;
            line-height: 1.5;
            margin-top: 25px;
            padding-top: 20px;
            border-top: 1px solid #e0e0e0;
        }

        .investor-profile-next-button {
           padding: 12px 30px;
            background-color: #333;
            color: white;
            border: none;
            margin-top: 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
        }

        .investor-profile-next-button:hover {
            background-color: #555;
        }

        .investor-profile-cta-subtitle {
            font-size: 11px;
            font-weight: 400;
        }

        .investor-profile-consent-highlight {
            font-weight: 600;
        }
.investor_profile_container {
    display: flex;
    max-width: 1700px;
    margin: auto;
}


/* /////////////////////second-Part////////////////////// */

        .investor-completion-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .investor-completion-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #f5f5f5;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .investor-completion-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .investor-completion-container {
            background-color: #fff;
            border-radius: 12px;
            padding: 50px;
            max-width: 900px;
            width: 100%;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .investor-completion-title {
            font-size: 28px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
        }

        .investor-completion-intro {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .investor-completion-step {
            background-color: #f8f8f8;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 20px;
        }

        .investor-completion-step-header {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 12px;
        }

        .investor-completion-step-description {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
        }

        .investor-completion-disclaimer {
            font-size: 12px;
            color: #999;
            line-height: 1.6;
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .investor-completion-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .investor-completion-back-button {
            padding: 12px 30px;
            background-color: #fff;
            color: #333;
            border: 2px solid #333;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .investor-completion-back-button:hover {
            background-color: #f5f5f5;
        }

        .investor-completion-next-button {
            padding: 12px 30px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .investor-completion-next-button:hover {
            background-color: #1a1a2e;
        }

        @media (max-width: 768px) {
            .investor-completion-container {
                padding: 30px 20px;
            }

            .investor-completion-title {
                font-size: 24px;
            }

            .investor-completion-footer {
                flex-direction: column-reverse;
                gap: 12px;
            }

            .investor-completion-back-button,
            .investor-completion-next-button {
                width: 100%;
            }
        }

/* ////////////////////third css///////////////// */

.confirm-info-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .confirm-info-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #f5f5f5;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .confirm-info-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
        }

        .confirm-info-container {
            background-color: #fff;
            border-radius: 12px;
            padding: 50px;
            max-width: 900px;
            width: 100%;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .confirm-info-title {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
        }

        .confirm-info-intro {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .confirm-info-encryption-note {
            font-size: 12px;
            color: #999;
            line-height: 1.5;
            margin-bottom: 30px;
        }

        .confirm-info-section {
            margin-bottom: 35px;
        }

        .confirm-info-section-title {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 8px;
        }

        .confirm-info-section-description {
            font-size: 12px;
            color: #999;
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .confirm-info-form-group {
            margin-bottom: 20px;
        }

        .confirm-info-label {
            display: block;
            font-size: 13px;
            color: #666;
            margin-bottom: 8px;
        }

        .confirm-info-input {
            width: 100%;
            padding: 12px 15px;
            font-size: 14px;
            color: #333;
            background-color: #f0f0f0;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            font-family: inherit;
            transition: all 0.3s ease;
        }

        .confirm-info-input:focus {
            outline: none;
            border-color: #999;
            background-color: #fafafa;
        }

        .confirm-info-input::placeholder {
            color: #999;
        }

        .confirm-info-select {
            width: 100%;
            padding: 12px 15px;
            font-size: 14px;
            color: #333;
            background-color: #f0f0f0;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            font-family: inherit;
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 15px center;
            padding-right: 40px;
        }

        .confirm-info-select:focus {
            outline: none;
            border-color: #999;
        }

        .confirm-info-checkbox-wrapper {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .confirm-info-checkbox {
            width: 18px;
            height: 18px;
            margin-right: 10px;
            cursor: pointer;
            flex-shrink: 0;
        }

        .confirm-info-checkbox-label {
            font-size: 13px;
            color: #666;
            cursor: pointer;
        }

        .confirm-info-disclaimer {
            font-size: 11px;
            color: #999;
            line-height: 1.6;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .confirm-info-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }

        .confirm-info-back-button {
            padding: 12px 30px;
            background-color: #fff;
            color: #333;
            border: 2px solid #333;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .confirm-info-back-button:hover {
            background-color: #f5f5f5;
        }

        .confirm-info-next-button {
            padding: 12px 30px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .confirm-info-next-button:hover {
            background-color: #1a1a2e;
        }

        @media (max-width: 768px) {
            .confirm-info-container {
                padding: 30px 20px;
            }

            .confirm-info-title {
                font-size: 20px;
            }

            .confirm-info-footer {
                flex-direction: column-reverse;
                gap: 12px;
            }

            .confirm-info-back-button,
            .confirm-info-next-button {
                width: 100%;
            }
        }

/* //////////////////fourth css//////////////// */

.citizenship-status-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .citizenship-status-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #fafafa;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .citizenship-status-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 30px 20px;
        }

        .citizenship-status-container {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 40px 45px;
            max-width: 800px;
            width: 100%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .citizenship-status-title {
            font-size: 24px;
            font-weight: 600;
            color: #000;
            margin-bottom: 20px;
        }

        .citizenship-status-intro {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .citizenship-status-radio-group {
            margin-bottom: 32px;
        }

        .citizenship-status-radio-option {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
            cursor: pointer;
        }

        .citizenship-status-radio-input {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            cursor: pointer;
            flex-shrink: 0;
            accent-color: #ff6b35;
        }

        .citizenship-status-radio-label {
            font-size: 14px;
            color: #333;
            cursor: pointer;
            line-height: 1.5;
        }

        .citizenship-status-country-input-wrapper {
            background-color: #f8f8f8;
            border: 1px solid #e8e8e8;
            border-radius: 4px;
            padding: 20px;
            margin-top: 20px;
            display: none;
        }

        .citizenship-status-country-input-wrapper.citizenship-status-active {
            display: block;
        }

        .citizenship-status-country-input {
            width: 100%;
            padding: 10px 14px;
            font-size: 13px;
            color: #333;
            background-color: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font-family: inherit;
            transition: all 0.2s ease;
        }

        .citizenship-status-country-input:focus {
            outline: none;
            border-color: #bbb;
        }

        .citizenship-status-country-input::placeholder {
            color: #aaa;
        }

        .citizenship-status-disclaimer {
            font-size: 11px;
            color: #999;
            line-height: 1.6;
            margin-top: 32px;
            margin-bottom: 28px;
            padding-top: 28px;
            border-top: 1px solid #f0f0f0;
        }

        .citizenship-status-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }

        .citizenship-status-back-button {
            padding: 11px 28px;
            background-color: #fff;
            color: #333;
            border: 1.5px solid #333;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .citizenship-status-back-button:hover {
            background-color: #f8f8f8;
        }

        .citizenship-status-next-button {
            padding: 11px 28px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .citizenship-status-next-button:hover {
            background-color: #1f1f35;
        }

        @media (max-width: 768px) {
            .citizenship-status-container {
                padding: 30px 24px;
            }

            .citizenship-status-title {
                font-size: 20px;
            }

            .citizenship-status-footer {
                flex-direction: column-reverse;
                gap: 10px;
            }

            .citizenship-status-back-button,
            .citizenship-status-next-button {
                width: 100%;
            }
        }

/*////////////////// fifth content//////////// */

        .investment-exp-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .investment-exp-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #fafafa;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .investment-exp-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 30px 20px;
        }

        .investment-exp-container {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 40px 45px;
            max-width: 800px;
            width: 100%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .investment-exp-title {
            font-size: 24px;
            font-weight: 600;
            color: #000;
            margin-bottom: 20px;
        }

        .investment-exp-intro {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 28px;
        }

        .investment-exp-radio-group {
            margin-bottom: 32px;
        }

        .investment-exp-radio-option {
            display: flex;
            align-items: flex-start;
            margin-bottom: 14px;
            cursor: pointer;
        }

        .investment-exp-radio-input {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            margin-top: 2px;
            cursor: pointer;
            flex-shrink: 0;
            accent-color: #ff6b35;
        }

        .investment-exp-radio-label {
            font-size: 14px;
            color: #333;
            cursor: pointer;
            line-height: 1.5;
        }

        .investment-exp-label-strong {
            font-weight: 600;
        }

        .investment-exp-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-top: 40px;
        }

        .investment-exp-back-button {
            padding: 11px 28px;
            background-color: #fff;
            color: #333;
            border: 1.5px solid #333;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .investment-exp-back-button:hover {
            background-color: #f8f8f8;
        }

        .investment-exp-next-button {
            padding: 11px 28px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .investment-exp-next-button:hover {
            background-color: #1f1f35;
        }

        @media (max-width: 768px) {
            .investment-exp-container {
                padding: 30px 24px;
            }

            .investment-exp-title {
                font-size: 20px;
            }

            .investment-exp-footer {
                flex-direction: column-reverse;
                gap: 10px;
            }

            .investment-exp-back-button,
            .investment-exp-next-button {
                width: 100%;
            }
        }

/* ////////////six content //////////////////*/

.impact-exp-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .impact-exp-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #fafafa;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .impact-exp-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 30px 20px;
        }

        .impact-exp-container {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 40px 45px;
            max-width: 800px;
            width: 100%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .impact-exp-title {
            font-size: 24px;
            font-weight: 600;
            color: #000;
            margin-bottom: 20px;
        }

        .impact-exp-intro {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 28px;
        }

        .impact-exp-radio-group {
            margin-bottom: 32px;
        }

        .impact-exp-radio-option {
            display: flex;
            align-items: flex-start;
            margin-bottom: 14px;
            cursor: pointer;
        }

        .impact-exp-radio-input {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            margin-top: 2px;
            cursor: pointer;
            flex-shrink: 0;
            accent-color: #ff6b35;
        }

        .impact-exp-radio-label {
            font-size: 14px;
            color: #333;
            cursor: pointer;
            line-height: 1.5;
        }

        .impact-exp-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-top: 40px;
        }

        .impact-exp-back-button {
            padding: 11px 28px;
            background-color: #fff;
            color: #333;
            border: 1.5px solid #333;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .impact-exp-back-button:hover {
            background-color: #f8f8f8;
        }

        .impact-exp-next-button {
            padding: 11px 28px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .impact-exp-next-button:hover {
            background-color: #1f1f35;
        }

        @media (max-width: 768px) {
            .impact-exp-container {
                padding: 30px 24px;
            }

            .impact-exp-title {
                font-size: 20px;
            }

            .impact-exp-footer {
                flex-direction: column-reverse;
                gap: 10px;
            }

            .impact-exp-back-button,
            .impact-exp-next-button {
                width: 100%;
            }
        }

/*//////////////// seven content/////////////// */

.financial-profile-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .financial-profile-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #fafafa;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .financial-profile-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 30px 20px;
        }

        .financial-profile-container {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 40px 45px;
            max-width: 700px;
            width: 100%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .financial-profile-title {
            font-size: 24px;
            font-weight: 600;
            color: #000;
            margin-bottom: 20px;
        }

        .financial-profile-intro {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 28px;
        }

        .financial-profile-form-group {
            margin-bottom: 24px;
        }

        .financial-profile-label {
            display: block;
            font-size: 13px;
            color: #333;
            margin-bottom: 8px;
            font-weight: 400;
        }

        .financial-profile-input {
            width: 100%;
            padding: 10px 14px;
            font-size: 13px;
            color: #333;
            background-color: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font-family: inherit;
            transition: all 0.2s ease;
        }

        .financial-profile-input:focus {
            outline: none;
            border-color: #bbb;
            background-color: #fff;
        }

        .financial-profile-input::placeholder {
            color: #aaa;
        }

        .financial-profile-section-title {
            font-size: 14px;
            font-weight: 600;
            color: #000;
            margin-bottom: 6px;
            margin-top: 8px;
        }

        .financial-profile-section-subtitle {
            font-size: 12px;
            color: #888;
            margin-bottom: 14px;
        }

        .financial-profile-radio-group {
            margin-bottom: 24px;
        }

        .financial-profile-radio-option {
            display: flex;
            align-items: flex-start;
            margin-bottom: 12px;
            cursor: pointer;
        }

        .financial-profile-radio-input {
            width: 18px;
            height: 18px;
            margin-right: 10px;
            margin-top: 2px;
            cursor: pointer;
            flex-shrink: 0;
            accent-color: #ff6b35;
        }

        .financial-profile-radio-label {
            font-size: 13px;
            color: #333;
            cursor: pointer;
            line-height: 1.5;
        }

        .financial-profile-textarea {
            width: 100%;
            min-height: 140px;
            padding: 12px 14px;
            font-size: 13px;
            color: #333;
            background-color: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font-family: inherit;
            resize: vertical;
            transition: all 0.2s ease;
        }

        .financial-profile-textarea:focus {
            outline: none;
            border-color: #bbb;
            background-color: #fff;
        }

        .financial-profile-textarea::placeholder {
            color: #aaa;
        }

        .financial-profile-footer {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-top: 32px;
        }

        .financial-profile-submit-button {
            padding: 11px 32px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .financial-profile-submit-button:hover {
            background-color: #1f1f35;
        }

        @media (max-width: 768px) {
            .financial-profile-container {
                padding: 30px 24px;
            }

            .financial-profile-title {
                font-size: 20px;
            }

            .financial-profile-submit-button {
                width: 100%;
            }
        }

    /* eight content */

     .finalizing-profile-reset * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .finalizing-profile-body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #fafafa;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .finalizing-profile-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 30px 20px;
        }

        .finalizing-profile-container {
            background-color: #fff;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            padding: 40px 45px;
            max-width: 700px;
            width: 100%;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .finalizing-profile-title {
            font-size: 24px;
            font-weight: 600;
            color: #000;
            margin-bottom: 16px;
        }

        .finalizing-profile-intro {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 28px;
        }

        .finalizing-profile-status-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 32px;
        }

        .finalizing-profile-status-card {
            background-color: #f8f8f8;
            border: 1px solid #e8e8e8;
            border-radius: 6px;
            padding: 20px;
            position: relative;
        }

        .finalizing-profile-status-header {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }

        .finalizing-profile-status-icon {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-right: 8px;
            flex-shrink: 0;
        }

        .finalizing-profile-status-icon--green {
            background-color: #00c853;
        }

        .finalizing-profile-status-icon--purple {
            background-color: #9c27b0;
        }

        .finalizing-profile-status-title {
            font-size: 13px;
            font-weight: 600;
            color: #000;
        }

        .finalizing-profile-status-title--green {
            color: #00a843;
        }

        .finalizing-profile-status-title--purple {
            color: #9c27b0;
        }

        .finalizing-profile-status-text {
            font-size: 12px;
            color: #666;
            line-height: 1.5;
        }

        .finalizing-profile-section {
            background-color: #f8f8f8;
            border: 1px solid #e8e8e8;
            border-radius: 6px;
            padding: 24px;
            margin-bottom: 20px;
        }

        .finalizing-profile-section-title {
            font-size: 14px;
            font-weight: 600;
            color: #000;
            margin-bottom: 8px;
        }

        .finalizing-profile-section-text {
            font-size: 12px;
            color: #666;
            line-height: 1.6;
        }

        .finalizing-profile-disclaimer {
            font-size: 11px;
            color: #999;
            line-height: 1.6;
            margin-top: 32px;
            margin-bottom: 28px;
            padding-top: 28px;
            border-top: 1px solid #f0f0f0;
        }

        .finalizing-profile-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }

        .finalizing-profile-dashboard-button {
            padding: 11px 28px;
            background-color: #fff;
            color: #333;
            border: 1.5px solid #333;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .finalizing-profile-dashboard-button:hover {
            background-color: #f8f8f8;
        }

        .finalizing-profile-update-button {
            padding: 11px 28px;
            background-color: #2d2d4a;
            color: white;
            border: none;
            border-radius: 22px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .finalizing-profile-update-button:hover {
            background-color: #1f1f35;
        }

        @media (max-width: 768px) {
            .finalizing-profile-container {
                padding: 30px 24px;
            }

            .finalizing-profile-title {
                font-size: 20px;
            }

            .finalizing-profile-status-row {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .finalizing-profile-footer {
                flex-direction: column-reverse;
                gap: 10px;
            }

            .finalizing-profile-dashboard-button,
            .finalizing-profile-update-button {
                width: 100%;
            }
        }