.marketing-page .pricing-amount {
    font-family: var(--font-sans);
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    font-weight: 600;
    line-height: 1;
    color: var(--text);
    margin: 0 0 18px;
}

.marketing-page .pricing-amount span {
    display: block;
    margin-top: 10px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-dim);
}

.marketing-page .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.marketing-page .feature-grid .card {
    grid-column: auto;
    min-height: 220px;
}

.marketing-page .archive-q4-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.marketing-page .archive-q4-grid .card {
    grid-column: auto;
    min-height: 220px;
}

.marketing-page .module-rows {
    display: grid;
    gap: 14px;
    max-width: 980px;
    margin: 0 auto;
}

.marketing-page .module-row {
    display: grid;
    grid-template-columns: minmax(200px, 260px) 1fr;
    gap: 28px;
    align-items: start;
}

.marketing-page .module-row .card-meta {
    margin-bottom: 18px;
}

.marketing-page .module-row h3 {
    margin: 0;
}

.marketing-page .module-row-content p {
    margin-top: 0;
}

.marketing-page .module-row-content .price-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
    margin-top: 18px;
}

.marketing-page .compact-module-rows .module-row {
    grid-template-columns: minmax(200px, 260px) 1fr;
}

@media (max-width: 768px) {
    .marketing-page .feature-grid,
    .marketing-page .archive-q4-grid {
        grid-template-columns: 1fr;
    }

    .marketing-page .feature-grid .card,
    .marketing-page .archive-q4-grid .card {
        min-height: auto;
    }

    .marketing-page .module-row,
    .marketing-page .compact-module-rows .module-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .marketing-page .module-row-content .price-features {
        grid-template-columns: 1fr;
    }

    .marketing-page .cookie-banner-container {
        left: 18px;
        right: 18px;
        bottom: 10px;
        max-height: none;
        overflow: visible;
    }

    .marketing-page .cookie-banner {
        padding: 0.72rem;
    }

    .marketing-page .cookie-message h3 {
        font-size: 0.78rem;
        margin-bottom: 0;
    }

    .marketing-page .cookie-message {
        margin-bottom: 0.46rem;
    }

    .marketing-page .cookie-message p {
        display: none;
    }

    .marketing-page .cookie-actions {
        flex-direction: row;
        gap: 0.4rem;
    }

    .marketing-page .cookie-btn {
        width: auto;
        flex: 1;
        padding: 0.55rem 0.5rem;
        font-size: 0.72rem;
    }

    .marketing-page .fbw-btn {
        width: 48px;
        height: 48px;
        right: 24px;
        bottom: 82px;
    }

    .marketing-page .fbw-btn svg {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 769px) and (max-width: 1080px) {
    .marketing-page .feature-grid,
    .marketing-page .archive-q4-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .marketing-page .module-row-content .price-features {
        grid-template-columns: 1fr;
    }
}
