/* KS LP Hero 4 Styles */

.kslp-hero4-block {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.kslp-hero4-block--full {
    position: relative;
    left: auto !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.kslp-hero4-block--full .kslp-hero4-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.kslp-hero4-container {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* Header Section */
.kslp-hero4-header {
    margin-bottom: 45px;
    width: 100%;
}

.kslp-hero4-heading {
    margin: 0 0 16px 0;
    line-height: 1.25;
    font-weight: 800;
}

.kslp-hero4-sub {
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}

/* Main Body Grid */
.kslp-hero4-body {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 32px;
    align-items: stretch;
    width: 100%;
}

/* Left Column */
.kslp-hero4-left-col {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
    border: 1px solid #f3f0e6;
    border-radius: 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.03);
}

.kslp-hero4-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kslp-hero4-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kslp-hero4-card-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.kslp-hero4-card-title-group {
    display: flex;
    flex-direction: column;
}

.kslp-hero4-card-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    color: #064e3b;
    line-height: 1.2;
}

.kslp-hero4-card-desc {
    font-size: 15px;
    margin: 3px 0 0 0;
    color: #333333;
    line-height: 1.4;
}

.kslp-hero4-stat-box {
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90px;
    box-sizing: border-box;
}

.kslp-hero4-stat-box--white {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #eae6d9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.kslp-hero4-stat-box--white .kslp-hero4-stat-group {
    position: relative;
    z-index: 2;
}

.kslp-hero4-stat-box--green {
    background-color: #064e3b;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    box-shadow: 0 6px 20px rgba(6,78,59,0.2);
}

.kslp-hero4-stat-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
}

.kslp-hero4-stat-box--green .kslp-hero4-stat-group {
    align-items: center;
    text-align: center;
}

.kslp-hero4-stat-number {
    font-size: 52px;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.5px;
}

.kslp-hero4-stat-box--green .kslp-hero4-stat-number {
    font-size: 58px;
}

.kslp-hero4-stat-unit {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 4px;
}

.kslp-hero4-stat-box--green .kslp-hero4-stat-unit {
    font-size: 24px;
    margin-top: 4px;
}

.kslp-hero4-stat-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 100%;
    max-height: none;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 40%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 40%);
}

.kslp-hero4-stat-img-wrap img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    border-radius: 0 !important;
    display: block;
}

.kslp-hero4-footnote {
    font-style: normal;
    margin-top: 4px;
    line-height: 1.4;
}

/* Right Column */
.kslp-hero4-right-col {
    position: relative;
    padding: 44px 32px 36px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(217,119,6,0.08);
}

.kslp-hero4-badge-ribbon {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 36px;
    border-radius: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(180,83,9,0.25);
    white-space: nowrap;
    z-index: 3;
}

.kslp-hero4-right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.kslp-hero4-right-title {
    font-size: 34px;
    font-weight: 900;
    margin: 12px 0 14px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.kslp-hero4-right-desc {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 90%;
}

.kslp-hero4-divider {
    width: 100%;
    margin: 15px 0 20px 0;
    border-bottom-width: 2px;
    opacity: 0.7;
}

.kslp-hero4-right-sub {
    font-size: 19px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.kslp-hero4-big-stat-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;
    width: 100%;
}

.kslp-hero4-big-number {
    font-size: 96px;
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -2px;
    flex-shrink: 0;
}

.kslp-hero4-big-stat-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    text-align: left;
}

.kslp-hero4-big-label {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kslp-hero4-stat-badge-pill {
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    max-width: 210px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(6,78,59,0.22);
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .kslp-hero4-body {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }
    
    .kslp-hero4-right-col {
        padding-top: 48px;
    }
}

@media (max-width: 575px) {
    .kslp-hero4-heading {
        font-size: 28px !important;
    }

    .kslp-hero4-left-col {
        padding: 20px 16px;
    }

    .kslp-hero4-stat-box {
        padding: 16px;
    }

    .kslp-hero4-stat-number {
        font-size: 38px !important;
    }

    .kslp-hero4-stat-box--green .kslp-hero4-stat-number {
        font-size: 42px !important;
    }

    .kslp-hero4-stat-unit {
        font-size: 18px !important;
    }

    .kslp-hero4-stat-box--green .kslp-hero4-stat-unit {
        font-size: 20px !important;
    }

    .kslp-hero4-right-col {
        padding: 44px 18px 28px 18px;
    }

    .kslp-hero4-right-title {
        font-size: 26px !important;
    }

    .kslp-hero4-right-desc,
    .kslp-hero4-right-sub {
        font-size: 16px !important;
    }

    .kslp-hero4-big-number {
        font-size: 72px !important;
    }

    .kslp-hero4-big-label {
        font-size: 24px !important;
    }

    .kslp-hero4-stat-badge-pill {
        font-size: 11px !important;
        padding: 8px 14px !important;
        max-width: 170px !important;
    }
}
