.modulwoo-termek-dobozok {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.modulwoo-termek-dobozok__header {
    margin-bottom: 34px;
    text-align: center;
}

.modulwoo-termek-dobozok__eyebrow {
    color: #94a072;
    font: 700 11px "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.modulwoo-termek-dobozok__heading {
    margin: 8px 0 0;
    color: #26331f;
    font: 700 30px/1.25 "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.01em;
}

.modulwoo-termek-dobozok__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.modulwoo-termek-dobozok__card {
    min-width: 0;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(43, 58, 37, 0.07);
}

.modulwoo-termek-dobozok__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef2e6;
    color: #3f5236;
}

.modulwoo-termek-dobozok__icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    stroke-width: 1.6;
}

.modulwoo-termek-dobozok__title {
    margin: 18px 0 0;
    color: #26331f;
    font: 700 18px/1.35 "Plus Jakarta Sans", sans-serif;
}

.modulwoo-termek-dobozok__text {
    margin-top: 8px;
    color: #5b5b50;
    font: 400 14px/1.7 "Plus Jakarta Sans", sans-serif;
    text-wrap: pretty;
}

.modulwoo-termek-dobozok__text > :first-child {
    margin-top: 0;
}

.modulwoo-termek-dobozok__text > :last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .modulwoo-termek-dobozok__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .modulwoo-termek-dobozok__header {
        margin-bottom: 26px;
    }

    .modulwoo-termek-dobozok__heading {
        font-size: 26px;
    }

    .modulwoo-termek-dobozok__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .modulwoo-termek-dobozok__card {
        padding: 24px;
    }
}
