/* --- GLOBAL WRAPPER --- */
.js-results-wrapper {
    width: 100%;
    font-family: 'Inter', sans-serif;
}

/* --- DARK HERO --- */
.js-results-hero {
    padding: 120px 0;
    background: #0a0e14;
    color: #ffffff;
}

.js-results-hero-grid {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.js-results-hero-text,
.js-results-hero-visual {
    flex: 1;
    min-width: 320px;
}

.js-results-label {
    color: #3b82f6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.js-results-main-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.js-results-hero-sub {
    color: #94a3b8;
    font-size: 18px;
    line-height: 1.6;
    max-width: 450px;
}

.js-results-img-glow {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(59, 130, 246, 0.2);
}

/* --- CASE STUDY (WHITE BG) --- */
.js-results-case-study {
    padding: 100px 0;
    background: #ffffff;
}

.js-results-case-grid {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
}

.js-results-case-visual,
.js-results-case-content {
    flex: 1;
    min-width: 320px;
}

.js-results-case-visual img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.js-results-sector {
    color: #ff6a2a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

.js-results-case-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 35px;
}

/* Challenge/Solution Boxes */
.js-results-info-box-wrap {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

.js-results-info-box {
    background: #1e293b;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    color: #ffffff;
}

.js-results-info-box.blue-box {
    background: #0f172a;
}

.js-results-info-box i {
    color: #ff6a2a;
    font-size: 18px;
    margin-top: 5px;
}

.js-results-info-box.blue-box i {
    color: #3b82f6;
}

.js-results-info-box strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.js-results-info-box p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

/* Impact Stats Row */
.js-results-impact-row {
    display: flex;
    gap: 60px;
}

.js-results-impact-stat h3 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.js-results-impact-stat span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.js-results-impact-stat.orange h3 {
    color: #ff6a2a;
}

/* Responsive */
@media (max-width: 991px) {
    .js-results-case-grid {
        gap: 40px;
    }

    .js-results-impact-row {
        gap: 30px;
    }

    .js-results-main-title {
        font-size: 32px;
    }
}




/* --- BASE WRAPPER --- */
.js-case-wrapper {
    width: 100%;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.js-case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.js-case-grid.align-center {
    align-items: center;
}

.js-case-content,
.js-case-visual {
    flex: 1;
    min-width: 320px;
}

/* --- NBFC (DARK) --- */
.js-case-nbfc {
    padding: 100px 0;
    background: #0a0e14;
    color: #fff;
}

.js-case-sector {
    color: #ff6a2a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

.js-case-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #0f172a;
}

.js-case-title.white {
    color: #ffffff;
}

.js-case-desc.grey {
    color: #94a3b8;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Progress Bars */
.js-case-progress-wrap {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.js-case-progress-item {
    margin-bottom: 25px;
}

.js-case-progress-item:last-child {
    margin-bottom: 0;
}

.js-case-progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #cbd5e1;
}

.js-case-progress-label strong {
    color: #fff;
}

.js-case-progress-label strong:last-child {
    color: #ff6a2a;
}

/* The -85% highlight */

.js-case-bar-bg {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.js-case-bar-fill {
    height: 100%;
    border-radius: 10px;
}

.js-case-bar-fill.blue {
    background: #3b82f6;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

.js-case-bar-fill.orange {
    background: #ff6a2a;
    box-shadow: 0 0 15px rgba(255, 106, 42, 0.5);
}

/* --- ECOMMERCE (WHITE) --- */
.js-case-ecommerce {
    padding: 100px 0;
    background: #ffffff;
}

.js-case-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* Stat Icons */
.js-case-stats-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.js-case-stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.js-case-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.js-case-stat-icon.blue-light {
    background: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
}

.js-case-stat-icon.orange-light {
    background: rgba(255, 106, 42, 0.08);
    color: #ff6a2a;
}

.js-case-stat-val {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1;
}

.js-case-stat-val.orange {
    color: #ff6a2a;
}

.js-case-stat-label {
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    margin: 5px 0 0;
}

.js-case-quote {
    border-left: 2px solid #e2e8f0;
    padding-left: 25px;
    font-style: italic;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .js-case-grid {
        gap: 40px;
    }

    .js-case-grid.reverse-mobile {
        flex-direction: column-reverse;
    }

    .js-case-title {
        font-size: 30px;
    }

    .js-case-stat-val {
        font-size: 32px;
    }
}

/* --- GLOBAL --- */
.js-start-wrapper {
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.js-start-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- HEADER --- */
.js-start-header {
    padding: 100px 0;
    background: #0a1118;
    text-align: center;
    color: #ffffff;
}

.js-start-main-title {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.js-start-subtitle {
    color: #94a3b8;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

/* --- CONTENT AREA --- */
.js-start-content {
    padding: 100px 0;
    background: #ffffff;
    margin-top: -50px;
    /* Slight overlap effect often seen in these designs */
}

.js-start-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
}

.js-start-info,
.js-start-form-column {
    flex: 1;
    min-width: 320px;
}

.js-start-sec-title {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 25px;
}

.js-start-description {
    color: #64748b;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.js-start-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: #64748b;
    font-size: 16px;
    font-weight: 500;
}

.js-start-detail-item i {
    color: #ff6a2a;
    font-size: 18px;
}

/* --- THE FORM CARD --- */
.js-start-form-card {
    background: #1e293b;
    /* Deep Navy from image */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.2);
}

.js-start-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.js-start-group {
    margin-bottom: 20px;
    flex: 1;
}

.js-start-group label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.js-start-group input,
.js-start-group select,
.js-start-group textarea {
    width: 100%;
    background: #161e2b;
    /* Darker input bg */
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 14px;
    border-radius: 6px;
    color: #ffffff;
    outline: none;
    font-size: 14px;
}

.js-start-submit-btn {
    width: 100%;
    background: #ff6a2a;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.js-start-submit-btn:hover {
    background: #e55a1e;
    transform: translateY(-2px);
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .js-start-header {
        padding: 60px 0;
    }

    .js-start-main-title {
        font-size: 32px;
    }

    .js-start-flex {
        flex-direction: column;
    }

    .js-start-form-card {
        padding: 30px 20px;
    }

    .js-start-form-row {
        flex-direction: column;
    }
}