/* ==========================================================================
   MUANG THAI LIFE PLUS - DESKTOP STYLES
   ========================================================================== */
@media (min-width: 768px) {
    .product-hero {
        padding: 80px 0 !important;
    }

    .product-hero .entry-title {
        font-size: 3rem !important;
    }

    .product-hero .product-key-stats {
        gap: 30px !important;
        flex-direction: row !important;
    }

    .product-hero .product-key-stats .stat-box {
        width: auto !important;
        padding: 25px 40px !important;
    }

    .product-hero .product-actions {
        flex-direction: row !important;
        justify-content: center;
    }

    .product-hero .product-actions a {
        width: auto !important;
        margin-left: 15px !important;
    }

    .product-hero .product-actions a:first-child {
        margin-left: 0 !important;
    }

    .benefits-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .benefit-card:hover {
        transform: translateY(-10px);
    }

    .plans-wrapper {
        margin: 0;
        padding: 0;
    }

    .plans-wrapper .plans-grid {
        justify-content: center !important;
    }

    .plans-wrapper .plan-column {
        min-width: 320px !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .plans-wrapper .plan-column:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .comparison-hero {
        padding: 80px 0 !important;
    }

    .comparison-hero .entry-title {
        font-size: 3rem !important;
    }

    .table-responsive-wrapper {
        padding: 40px !important;
    }

    .premium-compare-table th {
        font-size: 1.2rem !important;
    }

    .premium-compare-table td {
        font-size: 1rem !important;
    }
}