    #landingpage-scf-detail {
        font-family: "Roboto Slab", serif;
        background-color: #fcfdfe;
        color: #374151;
    }

    .landingpage-section-title {
        font-size: 22px;
        font-weight: 800;
        color: #1f2937;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        justify-content: flex-start;
    }

    @media (max-width: 991px) {
        #landingpage-scf-detail {
            margin-top: 70px !important;
        }
    }

    .landingpage-hero-section {
        padding: 40px 0 60px;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        position: relative;
    }

    .landingpage-media-wrapper {
        background: #000;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        position: relative;
        aspect-ratio: 16/9;
    }

    .landingpage-hero-swiper {
        width: 100%;
        height: 100%;
    }

    .landingpage-hero-swiper iframe,
    .landingpage-hero-swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #f7aa47 !important;
        background: rgba(255, 255, 255, 0.8);
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;
        font-weight: bold;
    }

    .landingpage-invest-card {
        background: #ffffff;
        border: 1px solid #eef2f7;
        border-radius: 24px;
        padding: 30px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    }

    .landingpage-badge-tipe {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 50px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        background: rgba(247, 170, 71, 0.15);
        color: #e09433;
        margin-bottom: 12px;
    }

    .landingpage-badge-tipe.bg-blue-light {
        background: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
    }

    .landingpage-title {
        font-size: 24px;
        font-weight: 800;
        color: #1f2937;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .landingpage-emiten-info {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #6b7280;
    }

    .landingpage-emiten-info img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: contain;
        border: 1px solid #eef2f7;
        background: #fff;
        padding: 2px;
    }

    .landingpage-doc-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .landingpage-doc-wrapper::-webkit-scrollbar {
        display: none;
    }

    .landingpage-doc-btn {
        border: 1px solid #1f2937;
        color: #1f2937;
        background: transparent;
        font-weight: 700;
        font-size: 12px;
        padding: 6px 16px;
        border-radius: 50px;
        transition: all 0.3s;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .landingpage-doc-btn:hover {
        background: #1f2937;
        color: #ffffff;
    }

    @media (max-width: 576px) {
        .landingpage-doc-btn {
            padding: 5px 12px;
            font-size: 11px;
        }
    }

    .landingpage-progress-box {
        background: #f8fafc;
        border-radius: 16px;
        padding: 18px;
        margin-bottom: 20px;
    }

    .landingpage-progress-header {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        margin-bottom: 8px;
        color: #4b5563;
    }

    .landingpage-progress-header strong {
        color: #1f2937;
        font-size: 14px;
    }

    .landingpage-progress-track {
        height: 10px;
        background: #e2e8f0;
        border-radius: 50px;
        overflow: hidden;
        display: flex;
        margin-bottom: 8px;
    }

    .landingpage-bar-main {
        background: #0d6efd;
    }

    .landingpage-bar-min {
        background: #f7aa47;
        opacity: 0.8;
    }

    .landingpage-progress-footer {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    .landingpage-metrics-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 18px 0;
        border-top: 1px dashed #e2e8f0;
        border-bottom: 1px dashed #e2e8f0;
        margin-bottom: 20px;
    }

    .landingpage-metric-item span {
        display: block;
        font-size: 11px;
        color: #9ca3af;
        margin-bottom: 2px;
    }

    .landingpage-metric-item strong {
        font-size: 13px;
        color: #1f2937;
        font-weight: 800;
    }

    .landingpage-metric-item strong.text-green {
        color: #1ec675;
    }

    .landingpage-input-styled {
        background: #ffffff;
        border: 2px solid #eef2f7;
        border-radius: 12px;
        padding: 12px 15px;
        font-size: 14px;
        font-weight: 700;
        color: #1f2937;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        transition: all 0.3s;
    }

    .landingpage-input-styled:focus {
        border-color: #0d6efd;
        outline: none;
    }

    .landingpage-input-styled:disabled {
        background: #f8fafc;
        color: #9ca3af;
    }

    .landingpage-btn {
        width: 100%;
        padding: 14px;
        border-radius: 12px;
        font-weight: 800;
        font-size: 13px;
        border: none;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        cursor: pointer;
    }

    .landingpage-btn-primary {
        background: #0d6efd;
        color: #fff;
        box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
    }

    .landingpage-btn-primary:hover {
        background: #0b5ed7;
        transform: translateY(-2px);
        color: #fff;
    }

    .landingpage-btn-warning {
        background: #f7aa47;
        color: #fff;
        box-shadow: 0 8px 20px rgba(247, 170, 71, 0.2);
    }

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

    .landingpage-btn-outline {
        background: transparent;
        color: #0d6efd;
        border: 2px solid #0d6efd;
    }

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

    .landingpage-btn-disabled {
        background: #cbd5e1 !important;
        color: #fff !important;
        cursor: not-allowed !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .landingpage-alert {
        background: #fff8e6;
        border: 1px solid #f7aa47;
        border-radius: 12px;
        padding: 15px;
        text-align: center;
        margin-bottom: 15px;
    }

    .landingpage-alert-title {
        font-size: 13px;
        font-weight: 800;
        color: #b47a2b;
        margin-bottom: 5px;
    }

    .landingpage-alert-text {
        font-size: 11px;
        color: #6b7280;
        margin-bottom: 8px;
    }

    .custom-countdown-wrapper {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .custom-countdown-item {
        background: #f0f7ff;
        border: 1px solid #cce3ff;
        border-radius: 14px;
        padding: 12px;
        min-width: 65px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(13, 110, 253, 0.05);
    }

    .custom-countdown-value {
        font-size: 22px;
        font-weight: 900;
        color: #0d6efd;
        line-height: 1;
        margin-bottom: 4px;
    }

    .custom-countdown-label {
        font-size: 10px;
        font-weight: 700;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .landingpage-timer-pill {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 50px;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 800;
        color: #dc3545;
        display: inline-block;
        box-shadow: 0 2px 5px rgba(220, 53, 69, 0.1);
    }

    .landingpage-story-content {
        font-size: 15px;
        color: #4b5563;
        line-height: 1.8;
        text-align: justify;
        padding-bottom: 10px;
    }

    .landingpage-story-content p {
        margin-bottom: 16px;
    }

    .story-content-wrapper {
        position: relative;
        overflow: hidden;
        max-height: 250px;
        transition: max-height 0.5s ease;
    }

    .story-content-wrapper.expanded {
        max-height: 5000px;
    }

    .story-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: linear-gradient(to bottom, rgba(252, 253, 254, 0), rgba(252, 253, 254, 1));
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .story-content-wrapper.expanded .story-overlay {
        opacity: 0;
        pointer-events: none;
    }

    .landingpage-company-card {
        background: #ffffff;
        border: 1px solid #eef2f7;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    }

    .landingpage-social-circle {
        width: 36px;
        height: 36px;
        background: #f8fafc;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #6b7280;
        transition: all 0.3s;
        text-decoration: none;
    }

    .landingpage-social-circle:hover {
        background: #0d6efd;
        color: #fff;
        transform: translateY(-3px);
    }

    .landingpage-timeline-wrapper {
        position: relative;
        padding: 20px 0;
    }

    .landingpage-step-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
        position: relative;
    }

    .landingpage-step-item:last-child {
        margin-bottom: 0;
    }

    .landingpage-step-item::before {
        content: '';
        position: absolute;
        left: 24px;
        top: 50px;
        bottom: -30px;
        width: 2px;
        background: #e2e8f0;
        z-index: 1;
    }

    .landingpage-step-item:last-child::before {
        display: none;
    }

    .landingpage-step-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f8fafc;
        border: 2px solid #cbd5e1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #94a3b8;
        position: relative;
        z-index: 2;
        flex-shrink: 0;
    }

    .landingpage-step-item.completed .landingpage-step-icon {
        background: #0d6efd;
        border-color: #0d6efd;
        color: #fff;
    }

    .landingpage-step-item.active .landingpage-step-icon {
        background: #fff;
        border-color: #0d6efd;
        color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.2);
    }

    .landingpage-step-content {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 16px;
        padding: 20px;
        flex-grow: 1;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    }

    .landingpage-step-title {
        font-weight: 800;
        font-size: 16px;
        margin-bottom: 5px;
        color: #1f2937;
    }

    .landingpage-step-date {
        font-size: 12px;
        color: #6b7280;
    }

    @media (min-width: 992px) {
        .landingpage-timeline-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
            padding: 20px 0;
        }

        .landingpage-step-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin-bottom: 0;
            flex: 1;
            position: relative;
        }

        .landingpage-step-item::before {
            width: 100%;
            height: 2px;
            top: 24px;
            left: 50%;
            bottom: auto;
        }

        .landingpage-step-content {
            background: transparent;
            border: none;
            box-shadow: none;
            padding: 15px 5px 0;
        }

        .landingpage-step-title {
            font-size: 14px;
        }
    }

    .landingpage-roadmap-container {
        position: relative;
        padding: 40px 0;
    }

    .landingpage-roadmap-line {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #e2e8f0;
        transform: translateX(-50%);
        border-radius: 5px;
    }

    .landingpage-roadmap-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        width: 100%;
        position: relative;
    }

    .landingpage-roadmap-node {
        width: 46%;
        background: #fff;
        padding: 25px;
        border-radius: 16px;
        border: 1px solid #eef2f7;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
        position: relative;
        transition: transform 0.3s, border-color 0.3s;
        text-align: left !important;
    }

    .landingpage-roadmap-node:hover {
        transform: translateY(-5px);
        border-color: #0d6efd;
        box-shadow: 0 10px 30px rgba(13, 110, 253, 0.1);
    }

    .landingpage-roadmap-row.left .landingpage-roadmap-node {
        margin-right: auto;
    }

    .landingpage-roadmap-row.right .landingpage-roadmap-node {
        margin-left: auto;
    }

    .landingpage-roadmap-dot {
        position: absolute;
        left: 50%;
        top: 30px;
        width: 24px;
        height: 24px;
        background: #0d6efd;
        border: 4px solid #fff;
        border-radius: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 0 4px #e2e8f0;
        z-index: 2;
    }

    .roadmap-date {
        font-size: 13px;
        font-weight: 800;
        color: #0d6efd;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .roadmap-title {
        font-size: 18px;
        font-weight: 800;
        color: #1e293b;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .roadmap-desc {
        font-size: 14px;
        color: #475569;
        line-height: 1.6;
    }

    @media (max-width: 991px) {
        .landingpage-roadmap-line {
            left: 25px;
        }

        .landingpage-roadmap-dot {
            left: 25px;
        }

        .landingpage-roadmap-row.left .landingpage-roadmap-node,
        .landingpage-roadmap-row.right .landingpage-roadmap-node {
            width: calc(100% - 60px);
            margin-left: 60px;
            margin-right: 0;
        }
    }

    .landingpage-financial-card {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 20px;
        padding: 25px;
        margin-bottom: 25px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    }

    .landingpage-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .landingpage-table th {
        background: #f8fafc;
        color: #475569;
        font-size: 11px;
        text-transform: uppercase;
        padding: 12px;
        border: 1px solid #e2e8f0;
        text-align: center;
    }

    .landingpage-table td {
        padding: 12px;
        font-size: 13px;
        color: #334155;
        border: 1px solid #e2e8f0;
        text-align: right;
    }

    .landingpage-table td.text-start {
        text-align: left;
    }

    .landingpage-table td.text-center {
        text-align: center;
    }

    .financial-metric-box {
        background: #f0f7ff;
        padding: 20px;
        border-radius: 16px;
        text-align: center;
    }

    .landingpage-discussion-card {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 15px;
    }

    .landingpage-comment-meta {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
    }

    .landingpage-comment-meta img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .landingpage-form-control {
        border-radius: 12px;
        border: 2px solid #eef2f7;
        padding: 15px;
        font-size: 14px;
        width: 100%;
        transition: border-color 0.3s;
    }

    .landingpage-form-control:focus {
        border-color: #0d6efd;
        outline: none;
    }

    .landingpage-nav-pills-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .landingpage-nav-pills-scroll::-webkit-scrollbar {
        display: none;
    }

    .landingpage-document-tab {
        white-space: nowrap;
        flex-shrink: 0;
        border-radius: 50px !important;
        margin: 5px !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        padding: 10px 20px !important;
    }

    @media (min-width: 768px) {
        .landingpage-nav-pills-scroll {
            justify-content: center;
        }
    }

    .landingpage-fomo-section {
        padding: 40px 0;
        background: #ffffff;
        border-bottom: 1px solid #eef2f7;
        border-top: 1px solid #eef2f7;
    }

    .landingpage-fomo-title {
        font-size: 18px;
        font-weight: 800;
        color: #1f2937;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 8px;
        text-transform: uppercase;
    }

    .landingpage-fomo-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .landingpage-fomo-card {
        width: 100%;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
        transition: transform 0.2s;
    }

    .landingpage-fomo-card:hover {
        transform: translateY(-2px);
        border-color: #cbd5e1;
    }

    .landingpage-fomo-user {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .landingpage-fomo-avatar {
        width: 36px;
        height: 36px;
        background: #0d6efd;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 800;
        box-shadow: 0 2px 5px rgba(13, 110, 253, 0.2);
    }

    .landingpage-fomo-name {
        font-size: 13px;
        font-weight: 800;
        color: #374151;
        margin-bottom: 2px;
    }

    .landingpage-fomo-loc {
        font-size: 11px;
        color: #6b7280;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .landingpage-fomo-amount {
        font-size: 14px;
        font-weight: 900;
        color: #17a35f;
        background: #d1fae5;
        padding: 6px 10px;
        border-radius: 8px;
    }

    .landingpage-conversion-section {
        background: linear-gradient(135deg, #0d6efd 0%, #0043a8 100%);
        padding: 60px 0;
        color: #fff;
        text-align: center;
        border-radius: 24px;
        margin: 40px 15px;
        box-shadow: 0 20px 40px rgba(13, 110, 253, 0.2);
    }

    .landingpage-conversion-title {
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .landingpage-conversion-subtitle {
        font-size: 16px;
        opacity: 0.9;
        margin-bottom: 30px;
    }

    .landingpage-toast-popup {
        border-radius: 16px !important;
        padding: 12px 20px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
        font-family: "Roboto Slab", serif !important;
    }

    .landingpage-toast-title {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #1f2937 !important;
    }

    .landingpage-modern-modal {
        border-radius: 24px !important;
        padding: 20px !important;
        font-family: "Roboto Slab", serif !important;
    }

    .landingpage-modern-btn {
        border-radius: 12px !important;
        font-weight: 800 !important;
        padding: 12px 24px !important;
        width: 100% !important;
        margin: 5px 0 !important;
    }

    @media (max-width: 991px) {
        .landingpage-invest-card {
            padding: 20px;
        }

        .landingpage-title {
            font-size: 20px;
        }

        .landingpage-conversion-section {
            margin: 20px 10px;
            padding: 40px 15px;
        }

        .landingpage-conversion-title {
            font-size: 22px;
        }

        .custom-countdown-item {
            padding: 8px 10px;
            min-width: 55px;
            border-radius: 10px;
        }

        .custom-countdown-value {
            font-size: 18px;
        }

        .custom-countdown-label {
            font-size: 9px;
        }
    }