.sak-widget,
.sak-widget * {
    box-sizing: border-box;
}

.sak-widget {
    font-family: 'Poppins', Arial, sans-serif;
    width: 100%;
    color: #111;
}

/* Statistics Section */
.sak-stats {
/*     max-width: 760px; */
    margin: 0 auto;
    padding: 14px 34px 18px;
    background: #0B83B4;
    color: #fff;
}

.sak-stat-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.sak-stat-row:last-child {
    border-bottom: 0;
}

.sak-stat-number {
    min-width: 155px;
    text-align: right;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.sak-stat-label-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    width: 270px;
}

.sak-stat-note {
    font-size: 17px;
    line-height: 1.15;
    font-weight: 500;
}

.sak-stat-label {
    font-size: 15px;
    line-height: 1.15;
    font-weight: 500;
}

/* Shared Titles */
.sak-section-title {
    margin: 0;
    text-align: center;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 600;
    color: #111;
}

.sak-subtitle {
    margin-top: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
}

/* Education Section */
.sak-education {
/*     max-width: 760px; */
    margin: 0 auto;
    padding: 22px 30px 32px;
    background: #ffffff;
}

.sak-edu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 44px;
}

.sak-edu-card {
min-height: 217px;
    padding: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sak-edu-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 800;
}

.sak-edu-card p {
    margin: 0;
    font-size: 12px;
   
    font-weight: 500;
}

/* Local Artisans Section */
.sak-artisans {
   
    margin: 0 auto;
    padding: 28px 26px 32px;
    background: #eaf6fc;
    text-align: center;
}

.sak-artisan-image-wrap {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 12px;
}

.sak-artisan-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sak-caption {
    max-width: 500px;
    margin: 0 auto 5px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.sak-quote {
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
    font-style: italic;
    color: #111;
}

/* Kit Breakdown */
.sak-kit {
/*     max-width: 760px; */
    margin: 0 auto;
    padding: 24px 26px 36px;
    background: #ffffff;
    text-align: center;
}

.sak-kit-image-wrap {
    max-width: 280px;
    margin: 0 auto 8px;
}

.sak-kit-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.sak-kit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 22px;
}

.sak-kit-card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    text-align: left;
}

.sak-kit-card h3 {
    margin: 0 0 9px;
    text-align: center;
    font-size: 15px;
    line-height: 1.12;
    font-weight: 800;
}

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

.sak-kit-card li {
    position: relative;
    margin: 0 0 5px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.18;
    font-weight: 500;
}

.sak-kit-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #2f9c4b;
    font-weight: 800;
}

@media (max-width: 767px) {
    .sak-stats,
    .sak-education,
    .sak-artisans,
    .sak-kit {
        max-width: 100%;
    }

    .sak-stats {
        padding: 12px 18px 16px;
    }

    .sak-stat-row {
        min-height: 62px;
        justify-content: flex-start;
    }

    .sak-stat-number {
        min-width: 120px;
        font-size: 38px;
    }

    .sak-stat-label-wrap {
        width: auto;
    }

    .sak-stat-note,
    .sak-stat-label {
        font-size: 13px;
    }

    .sak-section-title {
        font-size: 24px;
    }

    .sak-edu-grid,
    .sak-kit-grid {
        grid-template-columns: 1fr;
    }

    .sak-edu-card,
    .sak-kit-card {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .sak-stat-number {
        min-width: 96px;
        font-size: 30px;
    }

    .sak-stat-row {
        gap: 8px;
    }

    .sak-section-title {
        font-size: 21px;
    }
}
