/* =========================================================
   MOBILE CSS - max 560px
========================================================= */

@media (max-width: 560px) {
.demand-form-actions {
        flex-direction: column;
    }

    .demand-form-actions .btn,
    .demand-summary-box .btn {
        width: 100%;
    }

.demand-form-section {
        padding: 48px 0;
    }

    .demand-box {
        padding: 22px;
        border-radius: 22px;
    }

    .form-grid,
    .service-options {
        grid-template-columns: 1fr;
    }

    .demand-submit {
        width: 100%;
        justify-self: stretch;
    }

.demand-sticker {
    position: fixed;
    top: auto;
    right: 14px;
    bottom: 18px;
    left: auto;
    z-index: 9999;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transform: none;

    padding: 14px 18px;
    border-radius: 999px;

    background: var(--lime);
    color: #071004;

    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;

    cursor: pointer;

    box-shadow: 0 12px 30px rgba(0,0,0,.28);
}

.demand-sticker strong {
    min-width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #071004;
    color: #fff;

    font-size: 13px;
}

    .demand-sticker span {
        writing-mode: horizontal-tb;
        transform: none;
    }

    .demand-drawer {
        width: 100%;
    }

.container {
        width: min(100% - 28px, 1160px);
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-visual img {
        width: 115%;
        margin-left: -8%;
    }

    .service-grid,
    .machine-grid {
        grid-template-columns: 1fr;
    }

    .cta-strip h2 {
        font-size: 34px;
    }

        #productGroupTitle {
    font-size: 30px;
    line-height: .92;
}

    .products-dark {
        padding-bottom: 50px;
    }

    .products-slider {
        overflow: hidden;
        margin-bottom: 24px;
    }

    .product-card {
        flex-basis: 145px;
        min-height: 190px;
        padding: 14px 8px 16px;
    }

    .product-card:hover {
        transform: none;
    }

    .product-card img {
        width: 100%;
        max-width: 145px;
        height: 120px;
        object-fit: contain;
    }

    .product-card h3 {
        font-size: 26px;
    }

    .products-dark .btn-outline {
        margin-top: 22px;
        width: 100%;
        max-width: 320px;
    }

    .footer {
        padding: 34px 0 30px;
        text-align: center;
    }

    .footer-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
    }

    .footer-bottom img {
        width: 125px;
        margin: 0 auto;
    }

    .footer p {
        font-size: 14px;
        line-height: 1.45;
        max-width: 320px;
        margin: 0 auto;
        color: #d9dde1;
    }

    .footer-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .footer-social {
        width: 100%;
        max-width: 340px;
        min-height: 72px;
        justify-content: flex-start;
        padding: 14px 18px;
        border-radius: 16px;
    }

    .footer-social img {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
    }

    .footer-social span {
        font-size: 16px;
        line-height: 1.25;
        text-align: left;
    }

    .stat-box {
        padding: 18px;
        gap: 16px;
    }

    .stat-box img {
        width: 70px;
        height: 70px;
    }

    .stat-box strong {
        font-size: 32px;
    }

    /* FOOTER - mobil: pevný stĺpec pre ikonky */
    .footer-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .footer-social {
        width: 100%;
        max-width: 340px;
        min-height: 76px;
        display: grid;
        grid-template-columns: 58px 1fr;
        align-items: center;
        gap: 14px;
        padding: 14px 18px;
        border-radius: 16px;
    }

    .footer-social img {
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        object-fit: contain;
        justify-self: center;
        align-self: center;
    }

    .footer-social span {
        font-size: 15px;
        line-height: 1.3;
        text-align: left;
    }

}
