/* Desktop layout for Prumysl product landing pages (≥1024px) */
@media (min-width: 1024px) {
    .moka-page,
    .saqr-page,
    .projectors-page,
    .moka-pro-max-page {
        --desktop-max: 1240px;
    }

    .moka-page .container,
    .saqr-page .container,
    .projectors-page .container,
    .moka-pro-max-page .container,
    .moka-page .header-inner,
    .saqr-page .header-inner,
    .projectors-page .header-inner,
    .moka-pro-max-page .header-inner,
    .moka-page .contact-quick-inner,
    .saqr-page .contact-quick-inner,
    .projectors-page .contact-quick-inner,
    .moka-pro-max-page .contact-quick-inner {
        max-width: var(--desktop-max);
    }

    .moka-page .container,
    .saqr-page .container,
    .projectors-page .container,
    .moka-pro-max-page .container {
        padding: 0 24px;
    }

    .moka-page .top-bar,
    .saqr-page .top-bar,
    .projectors-page .top-bar,
    .moka-pro-max-page .top-bar {
        font-size: 1rem;
        padding: 12px 16px;
    }

    .moka-page .contact-quick-inner,
    .saqr-page .contact-quick-inner,
    .projectors-page .contact-quick-inner,
    .moka-pro-max-page .contact-quick-inner {
        max-width: 720px;
        gap: 14px;
    }

    .moka-page .contact-quick-btn,
    .saqr-page .contact-quick-btn,
    .projectors-page .contact-quick-btn,
    .moka-pro-max-page .contact-quick-btn {
        font-size: 1rem;
        padding: 14px 20px;
        border-radius: 14px;
    }

    .desktop-fold {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
        gap: 48px;
        align-items: start;
        max-width: var(--desktop-max);
        margin: 0 auto;
        padding: 40px 24px 56px;
        background: linear-gradient(165deg, #f6f7fc 0%, #f8f9fa 55%, #fff 100%);
    }

    .desktop-fold .hero-section {
        padding: 0;
        text-align: center;
    }

    .desktop-fold .hero-section img,
    .desktop-fold .hero-section picture img {
        max-width: 100%;
        border-radius: 24px;
        box-shadow: 0 28px 60px rgba(32, 40, 149, 0.16);
    }

    .desktop-fold .order-section {
        padding: 0;
        background: transparent;
    }

    .desktop-fold .order-section .container {
        max-width: none;
        padding: 0;
    }

    .desktop-fold .order-title {
        text-align: right;
        font-size: 2.05rem;
        margin-bottom: 14px;
    }

    .desktop-fold .order-title .seo-h1-product,
    .desktop-fold .order-title.seo-main-heading .seo-h1-product {
        max-width: none;
        margin: 0 0 16px 0;
        text-align: right;
        font-size: 1.08rem;
        line-height: 1.65;
    }

    .desktop-fold .order-title .seo-h1-cta,
    .desktop-fold .order-title.seo-main-heading .seo-h1-cta {
        text-align: right;
    }

    .desktop-fold .order-subtitle {
        text-align: right;
        font-size: 1.08rem;
        line-height: 1.75;
        margin-bottom: 22px;
    }

    .desktop-fold .price-row {
        text-align: right;
        margin-bottom: 18px;
    }

    .desktop-fold .urgency-box {
        text-align: right;
        padding: 18px 20px;
    }

    .desktop-fold .form-intro,
    .desktop-fold .gift-badge {
        text-align: right;
    }

    .desktop-fold .order-form {
        position: sticky;
        top: 96px;
        padding: 32px 28px;
        border: 1px solid rgba(32, 40, 149, 0.1);
        box-shadow: 0 20px 48px rgba(32, 40, 149, 0.1);
    }

    .desktop-fold .inline-trust {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 20px;
        text-align: center;
    }

    .desktop-form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .desktop-form-row .form-group {
        margin-bottom: 0;
    }

    .moka-page .features-section,
    .moka-page .reviews-section,
    .moka-page .gallery-section,
    .moka-page .faq-section,
    .saqr-page .features-section,
    .saqr-page .reviews-section,
    .saqr-page .gallery-section,
    .saqr-page .faq-section,
    .saqr-page .specs-section,
    .projectors-page .features-section,
    .projectors-page .gallery-section,
    .projectors-page .faq-section,
    .projectors-page .specs-section,
    .moka-pro-max-page .features-section,
    .moka-pro-max-page .reviews-section,
    .moka-pro-max-page .gallery-section,
    .moka-pro-max-page .faq-section {
        padding: 72px 0;
    }

    .moka-page .section-divider h2,
    .saqr-page .section-divider h2,
    .projectors-page .section-divider h2,
    .moka-pro-max-page .section-divider h2 {
        font-size: 2.1rem;
    }

    .moka-page .features-grid,
    .saqr-page .features-grid,
    .projectors-page .features-grid,
    .moka-pro-max-page .features-grid {
        gap: 36px;
    }

    .projectors-page .features-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .moka-page .feature-box h3,
    .saqr-page .feature-box h3,
    .projectors-page .feature-box h3,
    .moka-pro-max-page .feature-box h3 {
        font-size: 1.2rem;
    }

    .moka-page .feature-box p,
    .saqr-page .feature-box p,
    .projectors-page .feature-box p,
    .moka-pro-max-page .feature-box p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .moka-page .specs-table-wrap,
    .saqr-page .specs-table-wrap,
    .projectors-page .specs-table-wrap,
    .moka-pro-max-page .specs-table-wrap {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }

    .moka-page .specs-table,
    .saqr-page .specs-table,
    .projectors-page .specs-table,
    .moka-pro-max-page .specs-table {
        font-size: 1rem;
    }

    .moka-page .reviews-wrapper,
    .saqr-page .reviews-wrapper,
    .moka-pro-max-page .reviews-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .moka-page .review-card,
    .saqr-page .review-card,
    .moka-pro-max-page .review-card {
        padding: 26px;
    }

    .saqr-page .video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    .moka-page .gallery-grid,
    .saqr-page .gallery-grid,
    .moka-pro-max-page .gallery-grid {
        gap: 24px;
    }

    .moka-page .gallery-item,
    .saqr-page .gallery-item,
    .moka-pro-max-page .gallery-item {
        border-radius: 18px;
    }

    .moka-page .faq-section .container,
    .saqr-page .faq-section .container,
    .projectors-page .faq-section .container,
    .moka-pro-max-page .faq-section .container {
        max-width: 920px;
    }

    .moka-page .faq-question,
    .saqr-page .faq-question,
    .projectors-page .faq-question,
    .moka-pro-max-page .faq-question {
        font-size: 1.12rem;
        padding: 22px 28px;
    }

    .moka-page .retarget-section,
    .saqr-page .retarget-section,
    .projectors-page .retarget-section,
    .moka-pro-max-page .retarget-section {
        padding: 72px 0;
    }

    .moka-page .retarget-section .container,
    .saqr-page .retarget-section .container,
    .projectors-page .retarget-section .container,
    .moka-pro-max-page .retarget-section .container {
        max-width: 560px;
    }

    .moka-page .retarget-section .order-title,
    .moka-page .retarget-section .order-subtitle,
    .saqr-page .retarget-section .order-title,
    .saqr-page .retarget-section .order-subtitle,
    .projectors-page .retarget-section .order-title,
    .projectors-page .retarget-section .order-subtitle,
    .moka-pro-max-page .retarget-section .order-title,
    .moka-pro-max-page .retarget-section .order-subtitle {
        text-align: right;
    }

    .moka-page .retarget-section .order-form,
    .saqr-page .retarget-section .order-form,
    .projectors-page .retarget-section .order-form,
    .moka-pro-max-page .retarget-section .order-form {
        padding: 32px 28px;
    }

    .moka-page .trust-badges,
    .saqr-page .trust-badges,
    .projectors-page .trust-badges,
    .moka-pro-max-page .trust-badges {
        max-width: 920px;
        gap: 28px;
    }

    .moka-page .badge-item,
    .saqr-page .badge-item,
    .projectors-page .badge-item,
    .moka-pro-max-page .badge-item {
        font-size: 1rem;
    }

    .moka-page .badge-icon,
    .saqr-page .badge-icon,
    .projectors-page .badge-icon,
    .moka-pro-max-page .badge-icon {
        font-size: 2.4rem;
    }

    .moka-page .mobile-cta,
    .saqr-page .mobile-cta,
    .projectors-page .mobile-cta,
    .moka-pro-max-page .mobile-cta {
        display: none !important;
    }

    .moka-page .whatsapp-float,
    .saqr-page .whatsapp-float,
    .projectors-page .whatsapp-float,
    .moka-pro-max-page .whatsapp-float {
        bottom: 24px;
    }
}
