/* Custom Page Styles for Evakuator Bril */
.breadcrumbs-section,
.breadcrumbs,
.breadcrumb,
nav[aria-label="breadcrumb"] {
    display: none !important;
}

.inner-hero {
    padding: 50px 0 60px;
}

/* Form Input Prevents iOS Auto-Zoom */
.form-group input,
.form-group select,
.form-group textarea {
    font-size: 16px;
}

.margin-top-sm {
    margin-top: 15px;
}

.margin-top-lg {
    margin-top: 25px;
}

.text-center {
    text-align: center;
}

/* Tablet & Desktop Responsive Refinements */
@media (max-width: 992px) {
    .section-padding {
        padding: 60px 0;
    }

    .inner-hero {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-image {
        height: 300px;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .config-grid {
        grid-template-columns: 1fr;
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Screens <= 768px */
@media (max-width: 768px) {
    .section-padding {
        padding: 45px 0;
    }

    .inner-hero {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .hero-image {
        height: 240px;
    }

    .spec-spotlight-card {
        padding: 24px 18px;
    }

    .spec-spotlight-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .spec-spotlight-image img {
        height: 220px;
    }

    .spec-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding-bottom: 10px;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gallery-item {
        height: 160px;
    }

    .form-card-wrapper {
        padding: 24px 18px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Small Mobile Screens <= 480px */
@media (max-width: 480px) {
    .section-padding {
        padding: 35px 0;
    }

    .inner-hero {
        padding-top: 20px !important;
        padding-bottom: 25px !important;
    }

    .hero-title {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    .hero-description {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-desc {
        font-size: 0.95rem;
    }

    .hero-image {
        height: 200px;
    }

    .mini-spec-list {
        flex-direction: column;
        gap: 4px;
        font-size: 0.8rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item {
        height: 180px;
    }

    .accordion-header {
        padding: 15px 18px;
        font-size: 0.95rem;
    }

    .accordion-content {
        padding: 0 18px;
    }

    .form-header h2 {
        font-size: 1.4rem;
    }

    .form-header p {
        font-size: 0.88rem;
    }

    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
        padding: 15px;
    }
}

/* Ultra Small Screens <= 350px */
@media (max-width: 350px) {
    *, *::before, *::after {
        max-width: 100% !important;
        box-sizing: border-box !important;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .container, .header-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
        max-width: 100% !important;
    }

    .hero-title {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
    }

    .hero-description {
        font-size: 0.88rem !important;
    }

    .hero-stats {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .stat-num {
        font-size: 1.4rem !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        width: 100% !important;
    }

    .btn {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 8px !important;
        font-size: 0.8rem !important;
        box-sizing: border-box !important;
        text-align: center;
    }

    .spec-spotlight-grid {
        padding: 12px !important;
        gap: 20px !important;
    }

    .spec-spotlight-text h2 {
        font-size: 1.15rem !important;
    }

    .spec-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px !important;
    }

    .spec-val {
        text-align: left !important;
    }

    .products-grid, .advantages-grid, .config-grid, .gallery-grid {
        grid-template-columns: 1fr !important;
    }

    .product-card, .adv-card, .config-card, .form-card-wrapper {
        padding: 16px 12px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .mini-spec-list {
        flex-direction: column !important;
        gap: 4px !important;
    }

    .cookie-banner {
        left: 8px !important;
        right: 8px !important;
        width: calc(100% - 16px) !important;
        padding: 12px !important;
    }
}