.make-biochar {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.make-biochar .bg-abstract {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}

.konten-make-biochar {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.konten-make-biochar h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.brand-collage-3 {
    position: relative;
    z-index: 3;
    display: inline-block;
    overflow: hidden;
}

.brand-collage-3 img {
    display: block;
    margin-top: 10px;
    height: 200px;
    width: auto;
}

.biochar-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    flex-wrap: wrap;
}

.step {
    background-color: #ff9746;
    padding: 20px;
    border-radius: 12px;
    width: 280px;
    text-align: center;
    color: #fff;
}

.step h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.step p {
    font-size: 0.85rem;
    line-height: 1.2;
    margin: 0;
}

.biochar-note {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    max-width: 900px;
    color: #fff;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .make-biochar {
        height: auto;
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .make-biochar .bg-abstract {
        object-position: center center;
    }

    .konten-make-biochar {
        padding: 0 30px;
    }

    .konten-make-biochar h2 {
        font-size: 2.5rem;
        margin-bottom: 18px;
        margin-top: 30px;
    }

    .brand-collage-3 {
        display: inline-block;
    }

    .brand-collage-3 img {
        height: 180px;
        margin-top: 8px;
    }

    .biochar-steps {
        gap: 25px;
        margin-top: 18px;
    }

    .step {
        width: 240px;
        padding: 18px;
    }

    .step h3 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .step p {
        font-size: 0.8rem;
    }

    .biochar-note {
        font-size: 0.95rem;
        margin-top: 22px;
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .make-biochar {
        height: auto;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .make-biochar .bg-abstract {
        object-position: center center;
    }

    .konten-make-biochar {
        padding: 0 20px;
    }

    .konten-make-biochar h2 {
        font-size: 2rem;
        margin-bottom: 16px;
        margin-top: 25px;
    }

    .brand-collage-3 {
        display: inline-block;
    }

    .brand-collage-3 img {
        height: 160px;
        margin-top: 6px;
    }

    .biochar-steps {
        gap: 20px;
        margin-top: 16px;
    }

    .step {
        width: 220px;
        padding: 16px;
    }

    .step h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .step p {
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .biochar-note {
        font-size: 0.9rem;
        margin-top: 20px;
        max-width: 700px;
    }
}

@media (max-width: 640px) {
    .make-biochar {
        height: auto;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .make-biochar .bg-abstract {
        object-position: center top;
    }

    .konten-make-biochar {
        padding: 0 15px;
    }

    .konten-make-biochar h2 {
        font-size: 1.75rem;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .brand-collage-3 {
        display: none;
    }

    .biochar-steps {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 15px;
    }

    .step {
        width: 100%;
        max-width: 400px;
        padding: 18px 16px;
    }

    .step h3 {
        font-size: 1.15rem;
        margin-bottom: 8px;
    }

    .step p {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .biochar-note {
        font-size: 0.85rem;
        margin-top: 20px;
        max-width: 100%;
        padding: 0 15px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .make-biochar {
        height: auto;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .make-biochar .bg-abstract {
        object-position: center top;
    }

    .konten-make-biochar {
        padding: 0 12px;
    }

    .konten-make-biochar h2 {
        font-size: 1.5rem;
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .brand-collage-3 {
        display: none;
    }

    .biochar-steps {
        gap: 16px;
        margin-top: 12px;
    }

    .step {
        width: 100%;
        max-width: 100%;
        padding: 16px 14px;
    }

    .step h3 {
        font-size: 1.05rem;
        margin-bottom: 7px;
    }

    .step p {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .biochar-note {
        font-size: 0.8rem;
        margin-top: 18px;
        padding: 0 12px;
        line-height: 1.5;
    }
}

@media (max-width: 375px) {
    .make-biochar {
        height: auto;
        min-height: auto;
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .make-biochar .bg-abstract {
        object-position: center top;
    }

    .konten-make-biochar {
        padding: 0 10px;
    }

    .konten-make-biochar h2 {
        font-size: 1.3rem;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .brand-collage-3 {
        display: none;
    }

    .biochar-steps {
        gap: 14px;
        margin-top: 10px;
    }

    .step {
        width: 100%;
        padding: 14px 12px;
        border-radius: 10px;
    }

    .step h3 {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .step p {
        font-size: 0.72rem;
        line-height: 1.4;
    }

    .biochar-note {
        font-size: 0.75rem;
        margin-top: 16px;
        padding: 0 10px;
        line-height: 1.5;
    }
}
