#main.investment-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#main.investment-page.scrolled-offset {
    margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
#main.investment-page {
        margin-top: 0 !important;
        padding-top: 70px !important;
    }
}

.investment-page {
        margin-top: 0;
        padding-top: 0;
    }

    .investment-page.scrolled-offset {
        margin-top: 0 !important;
    }

    @media screen and (max-width: 1024px) {
        .investment-page {
            padding-top: 70px;
        }
    }

    .investment-hero {
        position: relative;
        overflow: hidden;
        margin-top: 0;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        padding: 80px 0 0;
    }

    .investment-hero-bg {
        position: absolute;
        top: -250px;
        right: -250px;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(rgba(66, 139, 202, .12), transparent 70%);
        z-index: 1;
    }

    .investment-hero-content,
    .investment-hero-visual {
        position: relative;
        z-index: 2;
    }

    .investment-hero-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .1);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .investment-hero-title {
        font-size: 48px;
        font-weight: 800;
        line-height: 1.2;
        color: #1f2937;
        margin-bottom: 20px;
    }

    .investment-hero-title span {
        color: #f7aa47;
    }

    .investment-hero-description {
        font-size: 16px;
        line-height: 1.8;
        color: #6b7280;
        margin-bottom: 25px;
    }

    .investment-hero-buttons {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .investment-btn-primary {
        background: #f7aa47;
        color: #fff;
        padding: 14px 28px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 700;
        box-shadow: 0 10px 25px rgba(247, 170, 71, .2);
        transition: all .3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .investment-btn-primary:hover {
        background: #e09433;
        color: #fff;
        transform: translateY(-2px);
    }

    .investment-btn-secondary {
        background: #fff;
        border: 2px solid #0d6efd;
        color: #0d6efd;
        padding: 14px 28px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 700;
        transition: all .3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .investment-btn-secondary:hover {
        background: #0d6efd;
        color: #fff;
        transform: translateY(-2px);
    }

    .investment-authority {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .investment-authority-label {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #9ca3af;
        font-weight: 700;
        width: 100%;
        margin-bottom: 2px;
    }

    .investment-authority-logo {
        background: #fff;
        border-radius: 10px;
        padding: 8px 14px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
        border: 1px solid #f3f4f6;
    }

    .investment-authority-logo img {
        height: 32px;
        width: auto;
        display: block;
    }

    .investment-hero-card {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        min-height: 500px;
        background: #e5e7eb;
    }

    .investment-hero-card img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        display: block;
    }

    .investment-hero-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 40px;
        background: linear-gradient(to top, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .65) 40%, rgba(0, 0, 0, .10) 100%);
        color: #fff;
    }

    .investment-hero-overlay span {
        display: inline-block;
        background: #f4b04f;
        color: #fff;
        padding: 12px 24px;
        border-radius: 50px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .3px;
    }

    .investment-hero-overlay h3 {
        margin: 0;
        max-width: 700px;
        font-size: 24px;
        line-height: 1.15;
        font-weight: 800;
        color: #fff;
        text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
    }

    .investment-hero-stats-row {
        margin-top: 60px;
        position: relative;
        z-index: 2;
        margin-bottom: 80px;
    }

    .investment-stat-card {
        background: #fff;
        border-radius: 14px;
        padding: 20px;
        border: 1px solid #f3f4f6;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
        text-align: center;
        height: 100%;
        transition: transform .3s ease;
    }

    .investment-stat-card:hover {
        transform: translateY(-3px);
    }

    .investment-stat-card h3 {
        margin: 0 0 6px;
        color: #0d6efd;
        font-size: 28px;
        font-weight: 800;
    }

    .investment-stat-card span {
        color: #6b7280;
        font-size: 14px;
        font-weight: 500;
    }

    .investment-projects-section {
        padding: clamp(50px, 6vw, 80px) 0;
        background-color: #fcfdfe;
    }

    .investment-section-heading {
        text-align: center;
        margin-bottom: 50px;
    }

    .investment-section-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .08);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .investment-section-title {
        font-size: 46px;
        font-weight: 800;
        color: #1f2937;
        margin-bottom: 15px;
    }

    .investment-section-description {
        max-width: 700px;
        margin: 0 auto;
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
    }

    .investment-filter-wrapper {
        margin-bottom: 40px;
    }

    .investment-filter-card {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 22px;
        padding: 22px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    }

    .investment-filter-grid {
        display: grid;
        grid-template-columns: 1.5fr repeat(5, 1fr);
        gap: 12px;
    }

    .investment-filter-field {
        width: 100%;
        min-height: 48px;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 0 15px;
        color: #1f2937;
        font-size: 13px;
        background-color: #fff;
        outline: none;
        transition: all .25s ease;
    }

    .investment-filter-field:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, .08);
    }

    .investment-filter-action {
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        margin-top: 16px;
    }

    .investment-filter-btn {
        min-height: 44px;
        border-radius: 12px;
        padding: 0 18px;
        font-size: 13px;
        font-weight: 800;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 0;
        transition: all .25s ease;
    }

    .investment-filter-btn-primary {
        background: #0d6efd;
        color: #fff;
    }

    .investment-filter-btn-primary:hover {
        background: #0b5ed7;
        color: #fff;
    }

    .investment-filter-btn-secondary {
        background: #f8fbff;
        color: #6b7280;
        border: 1px solid #e5e7eb;
    }

    .investment-filter-btn-secondary:hover {
        color: #0d6efd;
        border-color: #0d6efd;
    }

    .investment-project-card-wrapper {
        position: relative;
        margin-bottom: 30px;
    }

    .investment-project-card {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 20px;
        overflow: visible;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
        transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
    }

    .investment-project-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .07);
    }

    .investment-card-img-container {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        background-color: #e5e7eb;
        border-radius: 20px 20px 0 0;
        overflow: visible;
    }

    .investment-project-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
        border-radius: 20px 20px 0 0;
    }

    .investment-status-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .7);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        border-radius: 20px 20px 0 0;
    }

    .investment-status-overlay span {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 50px;
    }

    .investment-overlay-success span {
        background-color: #1ec675;
    }

    .investment-overlay-warning span {
        background-color: #f7aa47;
    }

    .investment-rating-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 6;
        padding: 6px 14px;
        border-radius: 50px;
        color: #fff;
    }

    .investment-rating-badge h6 {
        margin: 0;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
    }

    .investment-emiten-logo {
        position: absolute;
        bottom: -25px;
        right: 20px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 3px solid #fff;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        z-index: 7;
        object-fit: cover;
    }

    .investment-prelaunch-countdown-mask {
        position: absolute;
        inset: 0;
        z-index: 4;
        background: linear-gradient(135deg, rgba(15, 23, 42, .92) 0%, rgba(30, 41, 59, .88) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px 20px 0 0;
        transition: all .5s ease;
    }

    .investment-fomo-glass-box {
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .08);
        padding: 16px 24px;
        border-radius: 18px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 85%;
        max-width: 290px;
    }

    .investment-fomo-header {
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 0;
    }

    .investment-fomo-header i {
        color: #f7aa47;
        animation: investmentFomoPulse 1s infinite ease-in-out;
    }

    @keyframes investmentFomoPulse {
        0%, 100% {
            opacity: 1;
            transform: scale(1);
        }

        50% {
            opacity: .5;
            transform: scale(1.1);
        }
    }

    .investment-fomo-timer-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
    }

    .investment-timer-block {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 10px;
        padding: 6px 0;
        width: 48px;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .investment-timer-block span {
        font-family: 'Courier New', Courier, monospace;
        font-size: 20px;
        font-weight: 900;
        color: #f7aa47;
        line-height: 1.1;
    }

    .investment-timer-block small {
        font-size: 8px;
        color: rgba(255, 255, 255, .85);
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 2px;
        letter-spacing: .3px;
    }

    .investment-timer-divider {
        font-size: 18px;
        font-weight: 900;
        color: rgba(255, 255, 255, .3);
        padding-bottom: 12px;
    }

    .investment-card-body-content {
        padding: 35px 20px 10px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .investment-card-body-content > * {
        margin-bottom: 0 !important;
    }

    .investment-project-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
    }

    .investment-project-title a {
        color: #1f2937;
        text-decoration: none;
    }

    .investment-project-title a:hover {
        color: #0d6efd;
    }

    .investment-emiten-name {
        font-size: 13px;
        color: #9ca3af;
    }

    .investment-badge-container {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        align-items: center;
    }

    .investment-pill-badge {
        font-size: 11px;
        font-weight: 600;
        padding: 5px 12px;
        border-radius: 50px;
        background-color: #f3f4f6;
        color: #4b5563;
    }

    .investment-pill-badge-primary {
        background-color: rgba(66, 139, 202, .1);
        color: #0d6efd;
    }

    .investment-progress-label {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #374151;
    }

    .investment-progress-label span:first-child {
        font-weight: 800;
    }

    .investment-progress-small {
        height: 8px;
        border-radius: 50px;
        background-color: #f3f4f6;
        overflow: hidden;
    }

    .investment-mitra-penerbitan {
        padding-top: 15px;
        border-top: 1px dashed #e2e8f0;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .investment-mitra-label {
        font-size: 11px;
        font-weight: 800;
        color: #4b5563;
        text-transform: uppercase;
        letter-spacing: .3px;
        white-space: nowrap;
    }

    .investment-colab-stamp {
        display: inline-flex;
        align-items: center;
        transition: all .2s ease;
    }

    .investment-colab-stamp:hover {
        opacity: .7;
    }

    .investment-colab-stamp img {
        height: 40px;
        width: auto;
        object-fit: contain;
        display: block;
    }

    .investment-metrics-grid {
        background: #f8fafc;
        border-radius: 12px;
        padding: 12px;
    }

    .investment-metric-item {
        text-align: left;
        margin-bottom: 12px;
    }

    .investment-metric-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .investment-metric-label {
        font-size: 11px;
        color: #6b7280;
        margin-bottom: 2px;
        display: block;
        white-space: nowrap;
    }

    .investment-metric-value {
        font-size: 13px;
        font-weight: 700;
        color: #1f2937;
        word-break: break-word;
    }

    .investment-highlight-blue {
        color: #1b61d5;
    }

    .investment-highlight-green {
        color: #1ec675;
    }

    .investment-info-penting-container {
        padding-top: 15px;
        border-top: 1px dashed #e2e8f0;
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .investment-info-penting-label {
        font-size: 11px;
        font-weight: 800;
        color: #4b5563;
        text-transform: uppercase;
        letter-spacing: .3px;
        white-space: nowrap;
    }

    .investment-history-text {
        font-size: 11px;
        font-weight: 700;
        color: #1ec675;
        line-height: 1.4;
        display: inline-block;
    }

    .investment-action-area {
        padding: 10px 20px 25px;
        text-align: center;
        background: #fff;
        border-radius: 0 0 20px 20px;
        margin-top: auto;
    }

    .investment-btn-action {
        width: 100%;
        padding: 12px 24px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        border: none;
        transition: all .2s ease;
        text-decoration: none;
        display: inline-block;
    }

    .investment-btn-primary-scf {
        background-color: #0d6efd;
        color: #fff;
    }

    .investment-btn-primary-scf:hover {
        background-color: #3370a5;
        color: #fff;
    }

    .investment-btn-exclusive {
        background-color: #1ec675;
        color: #fff;
    }

    .investment-btn-exclusive:hover {
        background-color: #17a35f;
        color: #fff;
    }

    .investment-exclusive-countdown-info {
        margin-top: 10px;
        font-size: 11px;
        color: #6b7280;
        line-height: 1.4;
    }

    .investment-empty-state {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 22px;
        padding: 50px 24px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    }

    .investment-empty-icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 18px;
        border-radius: 18px;
        background: rgba(247, 170, 71, .14);
        color: #f7aa47;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    .investment-empty-state h3 {
        color: #1f2937;
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .investment-empty-state p {
        color: #6b7280;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 22px;
    }

    .investment-pagination {
        margin-top: 30px;
    }

    .investment-pagination .pagination {
        gap: 8px;
    }

    .investment-pagination .page-link {
        border: 1px solid #e5e7eb;
        border-radius: 12px !important;
        color: #1f2937;
        font-weight: 800;
        min-width: 42px;
        text-align: center;
    }

    .investment-pagination .page-item.active .page-link {
        background: #0d6efd;
        border-color: #0d6efd;
        color: #fff;
    }

    .investment-risk-note {
        margin-top: 38px;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        border: 1px solid #eef2f7;
        border-radius: 22px;
        padding: 24px;
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .investment-risk-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        background: rgba(13, 110, 253, .1);
        color: #0d6efd;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex: 0 0 auto;
    }

    .investment-risk-note h3 {
        color: #1f2937;
        font-size: 19px;
        font-weight: 800;
        margin-bottom: 7px;
    }

    .investment-risk-note p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }

    @media (max-width: 1199.98px) {
        .investment-hero-title {
            font-size: 42px;
        }

        .investment-filter-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    @media (max-width: 991.98px) {
        .investment-hero {
            padding: 40px 0 30px;
        }

        .investment-hero-title {
            font-size: 34px;
        }

        .investment-hero-visual {
            margin-top: 35px;
        }

        .investment-hero-card,
        .investment-hero-card img {
            min-height: 400px;
            height: 400px;
            border-radius: 20px;
        }

        .investment-hero-overlay {
            padding: 30px;
        }

        .investment-hero-overlay h3 {
            font-size: 20px;
        }

        .investment-hero-stats-row {
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .investment-section-title {
            font-size: 32px;
        }

        .investment-section-description {
            font-size: 14px;
        }
    }

    @media (max-width: 767.98px) {
        .investment-filter-card {
            border-radius: 18px;
            padding: 18px;
        }

        .investment-filter-grid {
            grid-template-columns: 1fr;
        }

        .investment-filter-action {
            flex-direction: column;
        }

        .investment-filter-btn,
        .investment-btn-primary,
        .investment-btn-secondary {
            width: 100%;
            text-align: center;
        }

        .investment-hero-card,
        .investment-hero-card img {
            min-height: 300px;
            height: 300px;
            border-radius: 16px;
        }

        .investment-hero-overlay {
            padding: 20px;
        }

        .investment-hero-overlay span {
            padding: 8px 16px;
            font-size: 12px;
            margin-bottom: 12px;
        }

        .investment-hero-overlay h3 {
            font-size: 24px;
            line-height: 1.3;
        }

        .investment-section-title {
            font-size: 26px;
        }

        .investment-card-body-content {
            padding: 25px 15px 10px;
            gap: 12px;
        }

        .investment-project-title {
            font-size: 16px;
        }

        .investment-metric-value {
            font-size: 11px;
        }

        .investment-metric-label {
            font-size: 10px;
        }

        .investment-fomo-glass-box {
            padding: 12px 16px;
        }

        .investment-timer-block {
            width: 40px;
            padding: 4px 0;
        }

        .investment-timer-block span {
            font-size: 16px;
        }

        .investment-mitra-penerbitan {
            padding-top: 12px;
        }

        .investment-mitra-label {
            font-size: 10px;
        }

        .investment-colab-stamp img {
            height: 40px;
        }

        .investment-action-area {
            padding: 5px 15px 20px;
        }

        .investment-metrics-grid .col-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .investment-risk-note {
            border-radius: 18px;
            padding: 20px;
        }
    }

    @media (max-width: 576px) {
        .investment-hero-title {
            font-size: 28px;
        }

        .investment-hero-description {
            font-size: 14px;
        }

        .investment-stat-card h3 {
            font-size: 22px;
        }

        .investment-stat-card span {
            font-size: 12px;
        }

        .investment-authority {
            justify-content: center;
        }
    }

    @media (max-width: 480px) {
        .investment-hero-card,
        .investment-hero-card img {
            min-height: 240px;
            height: 240px;
            border-radius: 14px;
        }

        .investment-hero-overlay {
            padding: 15px;
        }

        .investment-hero-overlay h3 {
            font-size: 20px;
        }
    }

.investment-hero {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

@media (max-width: 991.98px) {
    .investment-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 767.98px) {
    .investment-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 480px) {
    .investment-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

.investment-page input:focus-visible,
.investment-page select:focus-visible,
.investment-page textarea:focus-visible,
.investment-page button:focus-visible,
.investment-page a:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .18);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .investment-page *,
    .investment-page *::before,
    .investment-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}