/* =========================
   OUTCOME SECTION (NO SCROLL)
   Mobile: 2x2 grid
   >=768px: 4 in a row
========================= */

.outcome-sec {
    background: #fff;
    padding: 48px 0 56px;
}

.outcome-wrap {
    width: min(1120px, calc(100% - 40px));
    margin: 0 24px;
}

/* -------- Heading -------- */
.outcome-head {
    text-align: center;
    margin-bottom: 26px;
    position: relative;
}

.outcome-title {
    margin: 0 0 28px;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #101114;
    font-weight: 800;
    font-family: 'SatoshiBlack';
}

.outcome-sub {
    margin: 0 auto 28px;
    max-width: 680px;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'SatoshiRegular';
    /* color: rgba(16, 17, 20, .75); */
}

/* -------- CTA -------- */
.outcome-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px 10px 16px;
    border-radius: 999px;
    background: #1e1f22;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
}

.outcome-cta-ico {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #fff;
    color: #1e1f22;
    display: grid;
    place-items: center;
    font-size: 16px;
    line-height: 1;
}

/* =========================
   CARDS GRID (NO SCROLL)
========================= */
.outcome-cards {
    display: grid;
    grid-template-columns: 1fr;
    /* mobile 2x2 */
    gap: 14px;

    /* ✅ removed scroll */
    overflow: visible;
    padding: 10px 0 0;
}

/* =========================
   CARD
========================= */
.oc-card {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .05);
}

.oc-top {
    flex: 0 0 auto;
    padding: 18px;
}

.oc-kicker {
    margin: 2px 0 16px;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(16, 17, 20, .55);
    font-family: 'SatoshiRegular';
}

.oc-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #111216;
    font-weight: 800;
    font-family: 'SatoshiBlack';
}

.oc-desc {
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.55;
    color: rgba(16, 17, 20, .72);
    max-width: 280px;
    font-family: 'SatoshiRegular';
}

.oc-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.oc-meta img {
    height: 12px;
    width: auto;
    object-fit: contain;
    margin-bottom: 12px;
}

/* =========================
   BOTTOM (controls overall card height)
========================= */
.oc-bottom {
    margin-top: auto;
    height: 150px;
    /* default bottom height */
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

/* image base (no cut) */
.oc-img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;

    height: auto;
    max-height: 100%;
    width: auto;
    object-fit: contain;
    /* ✅ no crop */
}

/* per-card image sizing/position */
.oc-img-tech {
    width: 233px;
    left: 20px;
}

.oc-img-product {
    width: 145px;
    left: 112px;
    object-fit: cover;
}

.oc-img-software {
    width: 100%;
    left: 73px;
    object-fit: contain;
}

.oc-img-study {
    width: 323px;
    left: -12px;
    object-fit: cover;
}

/* Year badge */
.oc-year-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(83, 83, 83, .55), rgba(203, 197, 197, .74));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    z-index: 2;
}

.oc-year-badge .year {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: 'SatoshiBlack';
}

.oc-year-badge .year-sub {
    font-size: 7px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: .12em;
    color: #fff;
    font-family: 'SatoshiRegular';
}

/* badge positions */
.year-tech {
    left: 32px;
    bottom: 85px;
}

.year-product {
    left: 45px;
    bottom: 62px;
}

.year-software {
    left: 9px;
    bottom: 89px;
}

.year-study {
    right: 15px;
    left: auto;
    bottom: 95px;
}

/* themes */
.oc-gray {
    background: #f3f4f6;
}

.oc-warm {
    background: #fff2da;
}

.oc-blue {
    background: #eef6ff;
}

.oc-pink {
    background: #f6eaff;
}

/* per-card bottom heights (optional) */
/* .oc-card--warm .oc-bottom {
    height: 100%;
}

.oc-card--blue .oc-bottom {
    height: 100%;
} */

.oc-card--pink .oc-bottom {
    height: 140px;
}

.oc-img-study {
    width: 195px;
    left: -6px;
    object-fit: cover;
    width: 100%;
}

.new {
    -webkit-text-stroke: 5px #ffffff;
    paint-order: stroke fill;
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15));
    font-family: 'PoppinsExtraBold';
}

.internship-sparkle {
    position: absolute;
    left: 0;
    top: -20px;
    width: 60px;
}

.internship-sticker {
    position: absolute;
    right: 0;
    top: 120px;
    width: 80px;
}

@media (min-width:450px) {
    .oc-img-study {
        width: 323px;
        left: -12px;
    }

    .oc-img-software {
        left: 78px;
    }

    .year-software {
        left: 73px;
        bottom: 26px;
    }

    .oc-img-product {
        width: 145px;
        left: 112px;
        object-fit: cover;
    }
}

@media (min-width:476px) {
    .outcome-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:520px) {
    .outcome-title {
        font-size: 40px;
    }

    /* .outcome-sub {
        font-size: 15px;
    } */
}

/* >=768px: 4 cards in a row */
@media (min-width:768px) {
    .outcome-sec {
        padding: 64px 0 70px;
    }

    .outcome-title {
        font-size: 52px;
    }

    .outcome-cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        padding: 14px 0 0;
        align-items: end;
        /* optional: align bottoms */
    }

    .outcome-wrap {
        width: min(900px, calc(100% - 40px));
        margin: auto;
    }

    .oc-bottom {
        height: 185px;
    }

    .oc-card--warm .oc-bottom {
        height: 115px;
    }

    .oc-card--blue .oc-bottom {
        height: 80px;
    }

    .oc-card--pink .oc-bottom {
        height: 140px;
    }

    .oc-img-software {
        width: 188px;
        left: 78px;
        object-fit: cover;
    }
}

@media (min-width:1000px) {
    .oc-kicker {
        font-size: 9px;
    }

    .oc-title {
        margin: 0 0 18px;
        font-size: 23px;
        line-height: 1.05;
    }

    .oc-desc {
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 1.45;
    }

    .oc-meta img {
        margin-bottom: 6px;
        height: 11px;
    }

    /* default desktop bottom height */
    .oc-bottom {
        height: 150px;
    }

    /* keep different heights on desktop too */
    .oc-card--warm .oc-bottom {
        height: 115px;
    }

    .oc-card--blue .oc-bottom {
        height: 80px;
    }

    .oc-card--pink .oc-bottom {
        height: 140px;
    }

    .oc-year-badge {
        padding: 7px 9px;
    }

    .oc-year-badge .year {
        font-size: 17px;
    }

    .oc-year-badge .year-sub {
        font-size: 6.5px;
    }

    .outcome-wrap {
        width: min(900px, calc(100% - 40px));
    }
}

@media (min-width:1200px) {
    .oc-bottom {
        height: 220px;
    }

    .oc-card--pink .oc-bottom {
        height: 190px;
    }

    .outcome-wrap {
        width: min(1024px, calc(100% - 40px));
    }
}

@media (min-width:1400px) {
    .outcome-wrap {
        width: min(1260px, calc(100% - 40px));
    }
}