@media screen and (max-width: 767px) {
    .product-feature-section {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 16px 0;
    }

    .product-feature-text {
        min-height: 320px;
    }

    .product-feature-image {
        min-height: 300px;
    }

    .product-feature-content {
        padding: 32px 24px;
    }

    .product-feature-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .why-choose-products-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
    }

    .why-choose-products-content .section-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .why-choose-products-content .products-list {
        font-size: 16px;
    }

    .product-feature-description {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .product-feature-cta {
        width: 130px;
        height: 40px;
    }

    .product-feature-cta span {
        font-size: 13px;
    }

    .product-feature-link {
        min-width: 146px;
        min-height: 46px;
        font-size: 14px;
    }

    .header-container {
        padding: 0 16px;
    }

    .container {
        padding: 0 16px;
    }

    .hero-section {
        height: auto;
        min-height: 350px;
    }

    .hero-content {
        height: auto;
        padding: 48px 20px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-text {
        padding: 32px 24px;
    }

    .product-image-wrapper {
        height: auto;
        aspect-ratio: 19 / 20;
        padding: 16px;
    }

    .product-footer {
        padding: 16px;
    }

    .product-contact-link {
        font-size: 22px;
    }

    .product-name {
        font-size: 20px;
    }

    .page-hero {
        height: 300px;
        max-height: 300px;
    }

    .page-hero img,
    .page-hero-overlay {
        height: 360px;
    }

    .page-hero-content {
        padding: 40px 16px;
    }

    .page-hero-text-wrapper {
        width: 85%;
        max-width: 85%;
    }

    .page-hero-text {
        padding: 24px 28px;
    }

    .page-hero-title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .page-hero-subtitle {
        font-size: 14px;
    }

    .section {
        padding: 32px 0;
    }

    .section-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 0px;
    }

    .section-header {
        margin-bottom: 40px;
    }

    .section-title-img {
        max-width: 200px;
    }

    .footer-logo {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .service-image {
        margin-bottom: 16px;
    }

    .service-title {
        font-size: 20px;
        min-height: auto;
    }

    .service-description {
        font-size: 16px;
    }

    .product-card-wrapper {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .product-card {
        min-height: unset;
        aspect-ratio: auto;
    }

    .product-image-overlay {
        padding: 16px;
        bottom: 18%;
    }

    .product-name {
        font-size: 20px;
        padding: 12px 16px 20px;
    }

    .why-work-image {
        height: 300px;
    }

    .why-work-text {
        height: 300px;
    }

    .why-work-title {
        font-size: 40px;
        line-height: 1.3;
    }

    .why-work-content {
        padding: 40px 24px;
    }

    .contact-section {
        height: 400px;
        padding: 48px 0;
    }

    .contact-title {
        font-size: 32px;
        line-height: 36px;
    }

    .trusted-logos {
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .about-text {
        font-size: 16px;
    }

    .products-list {
        font-size: 16px;
    }

    .dealer-card {
        padding: 32px;
        min-height: 400px;
    }

    .dealer-title {
        font-size: 28px;
    }

    .dealer-contact {
        flex-direction: column;
    }

    /* Contact Page - Mobile */
    .contact-page-section {
        padding: 24px 0 40px;
        background-color: #e7f3ff;
    }

    .contact-page-container {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        min-height: auto;
        border-radius: 12px;
        overflow: hidden;
        margin: 0 16px;
        max-width: calc(100% - 32px);
        padding: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .contact-form-wrapper {
        order: 1;
        padding: 24px 20px 32px;
        border: 4px solid #16181c;
    }

    .contact-info-panel {
        order: 2;
        padding: 28px 20px 36px;
        min-height: auto;
    }

    .contact-info-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 28px;
    }

    .contact-info-title-accent {
        color: #0452a0;
    }

    .contact-info-item {
        margin-bottom: 24px;
        gap: 16px;
    }

    .contact-info-icon-wrapper {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }

    .contact-info-label {
        font-size: 16px;
    }

    .contact-info-value {
        font-size: 15px;
        word-break: break-word;
        line-height: 1.5;
    }

    .contact-social {
        margin-top: 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .contact-social-label {
        font-size: 18px;
    }

    .contact-social-icons {
        flex-wrap: wrap;
        gap: 10px;
    }

    .social-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
        min-width: 44px;
    }

    .contact-form-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .contact-form {
        gap: 16px;
    }

    .form-row {
        flex-direction: column;
        gap: 16px;
    }

    .form-field,
    .form-field-full {
        height: 52px;
        min-height: 52px;
    }

    .form-input {
        padding: 14px 16px;
        font-size: 16px;
        line-height: 1.4;
        -webkit-appearance: none;
        appearance: none;
    }

    .form-checkbox-row .form-checkbox,
    .form-checkbox-row input[type="checkbox"] {
        align-self: center;
        flex-shrink: 0;
    }

    .form-checkbox-row {
        gap: 12px;
        align-items: flex-start;
    }

    .form-checkbox {
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .form-checkbox-label {
        font-size: 14px;
        line-height: 1.45;
    }

    .form-footer {
        gap: 16px;
    }

    .form-terms {
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
    }

    .form-submit {
        height: 52px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .product-cta-buttons {
        width: 100%;
        flex-direction: column;
    }

    .product-cta-buttons .download-cta-button {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .media-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .media-gallery-item img {
        height: 220px;
    }

    .media-gallery-caption {
        font-size: 14px;
        padding: 12px;
    }

    .about-tech-tab {
        font-size: 18px;
        padding: 12px 16px;
    }

    .about-tech-title {
        font-size: 28px;
    }

    .legal-content {
        padding: 32px 0;
    }

    .legal-content h2 {
        font-size: 28px;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .legal-content h3 {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .legal-content p,
    .legal-content ul {
        font-size: 14px;
    }
}