.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-container {
    background: linear-gradient(105deg, #2A206F 0%, #2A206F 82%, #AA050E 82%, #AA050E 92%, #2A206F 92%);
    color: white;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    position: relative;
}

.modal-header {
    margin-bottom: 1.5rem;
    padding-top: 2.5rem;
    text-align: center;
}

.modal-logo {
    max-width: 50px;
    margin-bottom: 1rem;
    background-color: white;
    padding: 0.3rem;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.modal-header h2 {
    color: white;
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}

.modal-body {
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #f0f0f0;
}

    .modal-body p {
        margin-bottom: 1rem;
    }

    .modal-body ul {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }

        .modal-body ul li {
            margin-bottom: 0.5rem;
        }

.modal-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #f0f0f0;
}

    .checkbox-container input[type="checkbox"] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: #AA050E;
        flex-shrink: 0;
    }

    .checkbox-container label {
        cursor: pointer;
        color: #f0f0f0;
        user-select: none;
        margin: 0;
    }

.btn-continue {
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #AA050E;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-continue:hover:not(:disabled) {
        background-color: #8a040b;
    }

    .btn-continue:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
        opacity: 0.6;
    }
/* Mobile responsiveness */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        padding: 1.5rem;
    }

    .modal-logo {
        max-width: 40px;
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.2rem;
    }

    .modal-header {
        padding-top: 2rem;
    }

        .modal-header h2 {
            font-size: 1.25rem;
        }
}


/* Brand Color Palette */
.text-brand-primary {
    color: #2B206F !important;
}

.text-brand-accent {
    color: #74164B !important;
}


/* Outline Buttons */
.btn-outline-brand-primary {
    color: #2B206F;
    border: 2px solid #2B206F;
    transition: all 0.2s ease-in-out;
}

    .btn-outline-brand-primary:hover {
        background-color: #2B206F;
        color: #fff;
    }

.btn-outline-brand-accent {
    color: #74164B;
    border: 2px solid #74164B;
    transition: all 0.2s ease-in-out;
}

    .btn-outline-brand-accent:hover {
        background-color: #74164B;
        color: #fff;
    }

.btn-outline-brand-secondary {
    color: #5C1556;
    border: 2px solid #5C1556;
    transition: all 0.2s ease-in-out;
}

    .btn-outline-brand-secondary:hover {
        background-color: #5C1556;
        color: #fff;
    }
/* Section Styling */
.section-block {
    border-radius: 12px;
    padding: 2.5rem;
    margin-bottom: 4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.section-white {
    background-color: #ffffff;
}

.section-gray {
    background-color: #f9f9fb;
}

/* Section Header Layout */
.section-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

/* Icon Tag for Section Headers */
.icon-tag {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

/* Brand Colors */


.text-brand-secondary {
    color: #5C1556 !important;
}

/* Outline Buttons */


/* Page Wrapper */
.explore-page-wrapper {
    background-color: #f4f6fa;
}





/* === BRAND COLORS === */
.text-primary-brand {
    color: #2A206F !important;
}

.text-accent-brand {
    color: #AA050E !important;
}

.bg-accent-light {
    background-color: #f8f4fc; /* soft lilac tint */
}

/* === CFA INTRODUCTION SECTION === */
.cfa-intro-section .intro-text {
    color: #333;
    font-size: 1.125rem; /* Increased font size */
}

/* === WHY PARTNER SECTION === */
.cfa-intro-section .why-partner-section {
    /* No background, border, or padding - same layout as intro */
}

/* === QUOTE BLOCKS === */
.quote-block {
    background-color: #fdfcff;
    border-left: 4px solid #2B206F;
    padding: 1.5rem 1.25rem;
    transition: all 0.2s ease-in-out;
}

    .quote-block:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(43, 32, 111, 0.15);
    }

    .quote-block p.fst-italic {
        font-size: 1.05rem;
        margin-bottom: 0.75rem;
    }

    .quote-block p.fw-semibold {
        margin-top: 0.5rem;
    }

    .quote-block .small {
        font-size: 0.875rem;
        margin-top: 0.25rem;
    }

.scroll-down-btn {
    background-color: #5F5F5F; /* Bootstrap gray */
    color: #fff;
    border: none;
    border-radius: 0.375rem; /* Bootstrap default */
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    padding: 0.5rem 1rem; /* standard button spacing */
}

*{
    font-family: Arial, sans-serif;
    line-height: 1.15;
}

.dx-dropdowneditor-icon,
.dx-icon,
[class^="dx-icon-"],
.dx-checkbox-icon
.dx-checkbox-checked
.dx-checkbox-checked::before
.dx-gallery-nav-button-prev::before,
.dx-gallery-nav-button-next::before {
    font-family: "DXIcons", Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

/* Content hidden until disclaimer accepted */
.investor-content-hidden {
    display: none;
}

/* Optional: smooth appearance */
.investor-content-visible {
    display: block;
}
.inline-disclaimer {
    background-color: #f8f9fa;
    border-left: 4px solid #AA050E;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.disclaimer-content,
.disclaimer-content p,
.disclaimer-content ul,
.disclaimer-content li {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

    .disclaimer-content p,
    .disclaimer-content ul {
        margin-bottom: 0.75rem;
    }

        .disclaimer-content p:last-child {
            margin-bottom: 0;
        }

    .disclaimer-content ul {
        padding-left: 1.5rem;
    }

    .disclaimer-content li {
        margin-bottom: 0.5rem;
    }

.disclaimer-asterisk {
    color: #AA050E;
    font-weight: bold;
    margin-right: 0.25rem;
}
.disclaimer-content ul li::marker {
    color: #000;
}