.investor-hero {
    background: linear-gradient(135deg, #0b234a 0%, #11386f 60%, #1f4f92 100%);
    color: #ffffff;
    padding: 90px 0 70px;
}

.investor-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px;
    opacity: 0.9;
}

.investor-hero h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero-subtitle {
    max-width: 760px;
    font-size: 18px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.95);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.investor-hero .complaint-cta {
    background: #ffd24d !important;
    border-color: #ffd24d !important;
    color: #122f57 !important;
    font-weight: 800;
}

.investor-hero .complaint-cta .txt {
    color: #122f57 !important;
}

.investor-hero .complaint-cta::before {
    background-color: #ffc107 !important;
}

.investor-hero .complaint-cta:hover,
.investor-hero .complaint-cta:focus-visible {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #0a2447 !important;
}

.investor-hero .complaint-cta:hover .txt,
.investor-hero .complaint-cta:focus-visible .txt,
.investor-hero .complaint-cta:active .txt {
    color: #0a2447 !important;
}

.investor-hero a.theme-btn.btn-style-three.complaint-cta:hover,
.investor-hero a.theme-btn.btn-style-three.complaint-cta:focus,
.investor-hero a.theme-btn.btn-style-three.complaint-cta:active {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
    color: #0a2447 !important;
    box-shadow: 0 10px 24px rgba(10, 36, 71, 0.2);
}

.charter-section,
.checklist-section,
.grievance-section,
.complaint-section,
.identity-section,
.why-section,
.download-section {
    padding: 72px 0;
}

.section-alt {
    background-color: #f7f9fc;
}

.charter-section h2,
.checklist-section h2,
.grievance-section h2,
.complaint-section h2,
.identity-section h2,
.why-section h2,
.download-section h2 {
    margin-bottom: 26px;
    color: #0d2f5f;
}

.subheading {
    margin-top: 28px;
    margin-bottom: 18px;
    color: #163c73;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.compliance-card,
.icon-card,
.check-card,
.timeline-item,
.trust-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5ecf7;
    box-shadow: 0 12px 28px rgba(7, 32, 69, 0.08);
}

.compliance-card {
    padding: 24px;
}

.compliance-card h3 {
    color: #123767;
    margin-bottom: 10px;
}

.icon-card-grid,
.checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.icon-card {
    padding: 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.icon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(7, 32, 69, 0.13);
}

.icon-wrap {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f1ff;
    color: #12458a;
    margin-bottom: 12px;
}

.icon-card h4,
.why-card h3 {
    margin-bottom: 0;
    color: #123767;
}

.why-card p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #43566f;
}

.check-card {
    padding: 18px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.check-card i {
    margin-top: 3px;
    color: #1f7a3e;
    font-size: 18px;
}

.check-card p {
    margin: 0;
    color: #2f3e52;
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.timeline-item {
    padding: 22px;
}

.timeline-level {
    display: inline-block;
    margin-bottom: 12px;
    background: #e9f1ff;
    color: #174178;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 12px;
}

.timeline-item h3 {
    color: #123767;
    margin-bottom: 10px;
    font-size: 21px;
}

.timeline-item .meta {
    color: #184f9a;
    font-weight: 700;
}

.scores-btn {
    margin-top: 8px;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
}

.complaint-table {
    width: 100%;
    min-width: 820px;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #dce6f4;
    border-radius: 14px;
    overflow: hidden;
}

.complaint-table th,
.complaint-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e9eef7;
    text-align: left;
    color: #20344d;
}

.complaint-table thead th {
    background: #133b73;
    color: #ffffff;
    font-weight: 700;
}

.complaint-table .total-row th,
.complaint-table .total-row td {
    background: #f2f6fc;
    font-weight: 700;
}

.table-meta {
    margin-top: 14px;
    color: #46566f;
}

.trust-card {
    padding: 24px;
    border-left: 5px solid #15417d;
}

.trust-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trust-card li {
    padding: 10px 0;
    border-bottom: 1px dashed #d7e2f2;
    color: #2a3f57;
}

.trust-card li:last-child {
    border-bottom: none;
}

.download-section p {
    color: #43566f;
    margin-bottom: 20px;
}

.pdf-viewer-container{
    width:100%;
    height:75vh;
    border:0;
    display:block;
    background:#fff;
}

@media (max-width: 767px){
    .pdf-viewer-container{
        height:65vh;
    }
}

a:focus-visible,
button:focus-visible,
.theme-btn:focus-visible,
.table-scroll:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .investor-hero h1 {
        font-size: 34px;
    }

    .vision-mission-grid,
    .icon-card-grid,
    .checklist-grid,
    .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .investor-hero {
        padding: 70px 0 56px;
    }

    .investor-hero h1 {
        font-size: 29px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .charter-section,
    .checklist-section,
    .grievance-section,
    .complaint-section,
    .identity-section,
    .why-section,
    .download-section {
        padding: 56px 0;
    }

    .vision-mission-grid,
    .icon-card-grid,
    .checklist-grid,
    .timeline {
        grid-template-columns: 1fr;
    }
}
