/* Service Detail Responsive Enhancement for Desktop */

/* Desktop Optimization (1200px and above) */
@media (min-width: 1200px) {
    /* Content Grid - Full Width */
    .content-grid {
        max-width: 1600px;
        padding: 0 3rem;
    }
    
    /* Service Content Container */
    .service-content {
        padding: 4rem 5rem;
        max-width: 100%;
        margin: 0 auto;
    }
    
    /* Section Spacing */
    .content-section {
        margin-bottom: 4.5rem;
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 2.5rem;
        gap: 1rem;
    }
    
    .section-title i {
        font-size: 2rem;
    }
    
    /* Service Description */
    .service-description {
        font-size: 1.25rem;
        line-height: 1.9;
        margin-bottom: 2.5rem;
    }
    
    .service-description p {
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.8;
    }
    
    .service-description h2,
    .service-description h3 {
        font-size: 1.75rem;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
        font-weight: 700;
    }
    
    .service-description h4 {
        font-size: 1.5rem;
        margin-top: 2rem;
        margin-bottom: 1.25rem;
    }
    
    .service-description ul,
    .service-description ol {
        font-size: 1.125rem;
        line-height: 1.8;
        margin-left: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .service-description li {
        margin-bottom: 0.75rem;
    }
    
    /* Features Grid */
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .feature-item {
        padding: 2.5rem;
    }
    
    .feature-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }
    
    .feature-content h4 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-content p {
        font-size: 1.125rem;
        line-height: 1.7;
    }
    
    /* Service Areas */
    .area-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    
    .area-card {
        padding: 3rem;
    }
    
    .area-icon {
        width: 80px;
        height: 80px;
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .area-card h4 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .area-list {
        font-size: 1.125rem;
        line-height: 1.8;
    }
    
    .area-list li {
        padding: 0.75rem 0;
    }
    
    .area-note {
        font-size: 1rem;
        padding: 1rem 1.25rem;
        margin-top: 1.5rem;
    }
    
    /* Pricing Section */
    .pricing-card {
        padding: 3rem;
    }
    
    .pricing-card h3 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .price-display-large {
        font-size: 4rem;
        margin-bottom: 1rem;
    }
    
    .price-description {
        font-size: 1.25rem;
    }
    
    /* Pricing Table */
    .pricing-table {
        font-size: 1.125rem;
    }
    
    .pricing-table th {
        font-size: 1rem;
        padding: 1.25rem;
    }
    
    .pricing-table td {
        padding: 1.25rem;
        font-size: 1.125rem;
    }
    
    .price-cell {
        font-size: 1.25rem;
        font-weight: 600;
    }
    
    /* Survey Pricing */
    .survey-pricing h4 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .survey-item {
        padding: 2.5rem;
    }
    
    .survey-area {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .survey-price {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .survey-note {
        font-size: 1rem;
    }
    
    /* Pricing Notes */
    .pricing-notes {
        padding: 2.5rem;
    }
    
    .pricing-notes h5 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .pricing-notes ul {
        font-size: 1.125rem;
        line-height: 1.8;
    }
    
    .pricing-notes li {
        margin-bottom: 1rem;
        padding-left: 0.5rem;
    }
    
    /* Specifications List */
    .specifications-list {
        font-size: 1.125rem;
    }
    
    .specifications-list li {
        padding: 1.25rem 0;
    }
    
    .spec-label {
        font-size: 1.125rem;
        min-width: 200px;
    }
    
    .spec-value {
        font-size: 1.125rem;
    }
}

/* Large Desktop (1400px and above) */
@media (min-width: 1400px) {
    .content-grid {
        max-width: 1800px;
        padding: 0 4rem;
    }
    
    .service-content {
        padding: 5rem 7rem;
        max-width: 100%;
    }
    
    .section-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .service-description {
        font-size: 1.35rem;
        line-height: 2;
    }
    
    .service-description p {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
    
    .features-grid {
        gap: 3rem;
    }
    
    .feature-item {
        padding: 3rem;
    }
    
    .feature-content h4 {
        font-size: 1.65rem;
    }
    
    .feature-content p {
        font-size: 1.25rem;
    }
}

/* Extra Large Desktop (1920px and above) */
@media (min-width: 1920px) {
    .content-grid {
        max-width: 2000px;
        padding: 0 5rem;
    }
    
    .service-content {
        padding: 6rem 8rem;
    }
    
    .section-title {
        font-size: 2.75rem;
        margin-bottom: 3.5rem;
    }
    
    .service-description {
        font-size: 1.5rem;
        line-height: 2.1;
    }
    
    .service-description p {
        font-size: 1.375rem;
        margin-bottom: 2.5rem;
    }
    
    .features-grid {
        gap: 4rem;
    }
    
    .feature-item {
        padding: 3.5rem;
    }
    
    .feature-icon {
        width: 90px;
        height: 90px;
        font-size: 2.25rem;
    }
    
    .feature-content h4 {
        font-size: 1.85rem;
    }
    
    .feature-content p {
        font-size: 1.35rem;
    }
    
    .area-card {
        padding: 3.5rem;
    }
    
    .area-card h4 {
        font-size: 2rem;
    }
    
    .area-list {
        font-size: 1.25rem;
    }
    
    .pricing-card h3 {
        font-size: 2.25rem;
    }
    
    .price-display-large {
        font-size: 4.5rem;
    }
    
    .pricing-table {
        font-size: 1.25rem;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 1.5rem;
        font-size: 1.25rem;
    }
    
    .price-cell {
        font-size: 1.5rem;
    }
}

/* Tablet Adjustments (768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .content-grid {
        max-width: 1200px;
        padding: 0 2rem;
    }
    
    .service-content {
        padding: 3rem;
        max-width: 100%;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .service-description {
        font-size: 1.125rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    /* Hide sidebar on tablet */
    .service-sidebar {
        display: none;
    }
}

/* Mobile Adjustments (below 768px) */
@media (max-width: 767px) {
    .content-grid {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    .service-content {
        padding: 2rem 1.5rem;
        max-width: 100%;
    }
    
    /* Hide sidebar on mobile */
    .service-sidebar {
        display: none;
    }
    
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .section-title i {
        font-size: 1.25rem;
    }
    
    .service-description {
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .service-description p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .service-description h2,
    .service-description h3 {
        font-size: 1.35rem;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-item {
        padding: 1.5rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .feature-content h4 {
        font-size: 1.125rem;
    }
    
    .feature-content p {
        font-size: 0.95rem;
    }
    
    .area-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .area-card {
        padding: 2rem;
    }
    
    .area-card h4 {
        font-size: 1.25rem;
    }
    
    .area-list {
        font-size: 1rem;
    }
    
    .pricing-table {
        font-size: 0.875rem;
    }
    
    .pricing-table th,
    .pricing-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .price-display-large {
        font-size: 2.5rem;
    }
    
    .survey-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .specifications-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .spec-label {
        font-weight: 600;
        min-width: auto;
    }
}

/* Print Styles */
@media print {
    .service-content {
        padding: 2rem;
        box-shadow: none;
    }
    
    .section-title {
        font-size: 1.5rem;
        page-break-after: avoid;
    }
    
    .content-section {
        page-break-inside: avoid;
    }
}
