/* ===== SERVICES PAGE - PREMIUM REBUILD ===== */
/* Fast-loading, conversion-focused, fully responsive */

/* Container System */
.container-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== INNER PAGE BANNER ===== */
.inner-page-banner {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1a1a1a;
}

.banner-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://realtor.lp.logoforwebsite.com/wp-content/uploads/2026/02/3b6e16e4-edcf-41ff-81ff-8680742958ec.png');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(45, 45, 45, 0.85));
    z-index: 2;
}

.banner-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #FFB5C2;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-current {
    color: #FFFFFF;
    font-weight: 600;
}

.banner-title {
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 900;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.banner-subtitle {
    font-size: clamp(15px, 2vw, 18px);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

/* ===== VIDEO EDITING SERVICES SECTION ===== */
.video-editing-services-section {
    background: #fafafa;
    padding: 100px 0;
}

.split-content-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.split-reverse {
    direction: rtl;
}

.split-reverse > * {
    direction: ltr;
}

.split-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
}

.split-text {
    padding: 0 16px;
}

.split-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.split-paragraph {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 16px;
}

.split-paragraph-final {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 32px;
}

.split-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
}

.split-list li {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
}

.split-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #F5A3D0;
    font-weight: 700;
    font-size: 18px;
}

.btn-split-cta {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0, #D4A5F5);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 163, 208, 0.3);
}

.btn-split-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 163, 208, 0.4);
}

/* ===== COLOR GRADING SECTION ===== */
.color-grading-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.color-grading-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 181, 194, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 165, 245, 0.08) 0%, transparent 50%);
    z-index: 1;
}

.color-grading-section .container-main {
    position: relative;
    z-index: 2;
}

.color-grading-section .split-title {
    color: #FFFFFF;
}

.color-grading-section .split-paragraph,
.color-grading-section .split-paragraph-final {
    color: rgba(255, 255, 255, 0.85);
}

.color-grading-image {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}

/* ===== HERO SECTION (REMOVED - REPLACED WITH BANNER) ===== */
/* ===== TRUST STRIP ===== */
.trust-strip {
    background: #FFFFFF;
    padding: 50px 0;
    border-bottom: 1px solid #f0f0f0;
}

.trust-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.trust-stat {
    padding: 0 16px;
}

.trust-number {
    font-size: 48px;
    font-weight: 900;
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0, #D4A5F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.trust-label {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

/* ===== CLIENT LOGOS ===== */
.client-logos {
    background: #fafafa;
    padding: 50px 0;
}

.logos-label {
    text-align: center;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 32px;
    font-weight: 600;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
    align-items: center;
}

.logo-item {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #f0f0f0;
}

/* ===== SECTION HEADERS ===== */
.section-header-center {
    text-align: center;
    margin-bottom: 64px;
}

.section-title-main {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.section-subtitle-main {
    font-size: clamp(16px, 2vw, 20px);
    color: #666666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===== SERVICES GRID ===== */
.services-grid-section {
    background: #FFFFFF;
    padding: 100px 0;
}

.services-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.service-card-new {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-new:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 40px rgba(245, 163, 208, 0.2);
}

.service-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card-new:hover .service-thumbnail img {
    transform: scale(1.1);
}

.service-card-content {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-icon-small {
    margin-bottom: 16px;
}

.service-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.service-card-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.service-card-link {
    color: #F5A3D0;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.service-card-link:hover {
    color: #D4A5F5;
    transform: translateX(4px);
}

/* ===== BEFORE & AFTER SECTION ===== */
.before-after-section {
    background: #fafafa;
    padding: 100px 0;
}

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.before-after-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.before-after-card img {
    width: 100%;
    height: auto;
    display: block;
}

.ba-label {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ba-before {
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

.ba-after {
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0);
    color: #FFFFFF;
}

.ba-caption {
    text-align: center;
    padding: 16px;
    background: #FFFFFF;
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

/* ===== CTA BLOCKS ===== */
.cta-block {
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0, #D4A5F5);
    padding: 80px 0;
}

.cta-block-alt {
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
}

.cta-content-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-block-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.2;
}

.cta-block-text {
    font-size: clamp(16px, 2vw, 20px);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    line-height: 1.6;
}

.btn-cta-block {
    display: inline-block;
    padding: 18px 40px;
    background: #FFFFFF;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.btn-cta-block:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

.cta-block-alt .btn-cta-block {
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0, #D4A5F5);
    color: #FFFFFF;
}

/* ===== PROCESS SECTION ===== */
.process-section {
    background: #FFFFFF;
    padding: 100px 0;
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

.process-step {
    text-align: center;
    padding: 32px 16px;
    position: relative;
}

.process-number {
    font-size: 14px;
    font-weight: 700;
    color: #F5A3D0;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.process-icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 181, 194, 0.1), rgba(245, 163, 208, 0.1));
    border-radius: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.process-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.process-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}

.process-connector {
    display: none;
}

/* ===== CASE STUDY SECTION ===== */
.case-study-section {
    background: #fafafa;
    padding: 100px 0;
}

.case-study-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
}

.case-study-label {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0);
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.case-study-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 32px;
    line-height: 1.3;
}

.case-study-section-item {
    margin-bottom: 24px;
}

.case-study-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.case-study-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}

.case-study-results {
    margin-top: 32px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 16px;
}

.result-item {
    text-align: center;
    padding: 24px 16px;
    background: linear-gradient(135deg, rgba(255, 181, 194, 0.1), rgba(245, 163, 208, 0.1));
    border-radius: 12px;
}

.result-number {
    font-size: 36px;
    font-weight: 900;
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0, #D4A5F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}

.result-label {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.case-study-visual {
    border-radius: 12px;
    overflow: hidden;
}

.case-study-visual img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section-services {
    background: #FFFFFF;
    padding: 100px 0;
}

.testimonials-grid-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.testimonial-card-service {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-rating {
    margin-bottom: 16px;
}

.star {
    color: #FFB5C2;
    font-size: 20px;
    margin-right: 4px;
}

.testimonial-text-service {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author-service {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.author-title {
    font-size: 14px;
    color: #666666;
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: #fafafa;
    padding: 100px 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 24px 32px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #fafafa;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.faq-icon {
    font-size: 24px;
    color: #F5A3D0;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 32px 24px;
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* ===== CONTACT SECTION ===== */
.contact-section-services {
    background: #FFFFFF;
    padding: 100px 0;
}

.contact-grid-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.contact-left {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    padding: 64px 48px;
    display: flex;
    align-items: center;
}

.contact-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 181, 194, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(212, 165, 245, 0.15) 0%, transparent 50%);
    z-index: 1;
}

.contact-content-left {
    position: relative;
    z-index: 2;
}

.contact-title-left {
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 32px;
    line-height: 1.3;
}

.contact-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-benefits li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contact-benefits svg {
    flex-shrink: 0;
}

.contact-right {
    background: #FFFFFF;
    padding: 64px 48px;
}

.contact-form-services {
    max-width: 100%;
}

.form-group-service {
    margin-bottom: 24px;
}

.form-group-service label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.form-group-service input,
.form-group-service select,
.form-group-service textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.form-group-service input:focus,
.form-group-service select:focus,
.form-group-service textarea:focus {
    outline: none;
    border-color: #F5A3D0;
    box-shadow: 0 0 0 3px rgba(245, 163, 208, 0.1);
}

.form-group-service textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit-service {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #FFB5C2, #F5A3D0, #D4A5F5);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 163, 208, 0.3);
}

.btn-submit-service:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 163, 208, 0.4);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet - 1024px */
@media (max-width: 1024px) {
    .container-main {
        padding: 0 20px;
    }
    
    .inner-page-banner {
        height: 300px;
    }
    
    .banner-title {
        font-size: 44px;
    }
    
    .split-content-layout {
        gap: 48px;
    }
    
    .video-editing-services-section,
    .color-grading-section {
        padding: 80px 0;
    }
    
    .services-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .case-study-card {
        gap: 32px;
        padding: 40px;
    }
    
    .process-timeline {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet - 768px */
@media (max-width: 768px) {
    .inner-page-banner {
        height: 200px;
    }
    
    .banner-title {
        font-size: clamp(28px, 5vw, 32px);
    }
    
    .banner-subtitle {
        font-size: 14px;
    }
    
    .breadcrumb {
        font-size: 12px;
        margin-bottom: 16px;
    }
    
    .split-content-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .split-reverse {
        direction: ltr;
    }
    
    .split-text {
        padding: 0;
    }
    
    .split-title {
        font-size: 32px;
    }
    
    .split-paragraph,
    .split-paragraph-final {
        font-size: 15px;
    }
    
    .split-list li {
        font-size: 15px;
    }
    
    .video-editing-services-section,
    .color-grading-section {
        padding: 70px 0;
    }
    
    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    
    .trust-number {
        font-size: 40px;
    }
    
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .services-grid-section,
    .before-after-section,
    .process-section,
    .case-study-section,
    .testimonials-section-services,
    .faq-section,
    .contact-section-services {
        padding: 70px 0;
    }
    
    .cta-block {
        padding: 60px 0;
    }
    
    .section-header-center {
        margin-bottom: 48px;
    }
    
    .section-title-main {
        font-size: 36px;
    }
    
    .section-subtitle-main {
        font-size: 16px;
    }
    
    .services-grid-new {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .before-after-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .case-study-card {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px;
    }
    
    .case-study-title {
        font-size: 24px;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .testimonials-grid-services {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .contact-grid-services {
        grid-template-columns: 1fr;
    }
    
    .contact-left,
    .contact-right {
        padding: 48px 32px;
    }
    
    .cta-block-title {
        font-size: 32px;
    }
    
    .cta-block-text {
        font-size: 16px;
    }
}

/* Mobile - 480px */
@media (max-width: 480px) {
    .container-main {
        padding: 0 16px;
    }
    
    .inner-page-banner {
        height: 200px;
    }
    
    .banner-title {
        font-size: 24px;
    }
    
    .banner-subtitle {
        font-size: 13px;
    }
    
    .breadcrumb {
        font-size: 11px;
    }
    
    .split-title {
        font-size: 28px;
    }
    
    .split-paragraph,
    .split-paragraph-final,
    .split-list li {
        font-size: 14px;
    }
    
    .btn-split-cta {
        width: 100%;
        text-align: center;
    }
    
    .video-editing-services-section,
    .color-grading-section {
        padding: 50px 0;
    }
    
    .trust-strip {
        padding: 40px 0;
    }
    
    .trust-stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .trust-number {
        font-size: 36px;
    }
    
    .trust-label {
        font-size: 14px;
    }
    
    .client-logos {
        padding: 40px 0;
    }
    
    .logos-grid {
        grid-template-columns: 1fr;
    }
    
    .services-grid-section,
    .before-after-section,
    .process-section,
    .case-study-section,
    .testimonials-section-services,
    .faq-section,
    .contact-section-services {
        padding: 50px 0;
    }
    
    .cta-block {
        padding: 50px 0;
    }
    
    .section-header-center {
        margin-bottom: 40px;
    }
    
    .section-title-main {
        font-size: 28px;
    }
    
    .section-subtitle-main {
        font-size: 15px;
    }
    
    .service-card-content {
        padding: 24px 20px;
    }
    
    .service-card-title {
        font-size: 20px;
    }
    
    .service-card-desc {
        font-size: 14px;
    }
    
    .process-step {
        padding: 24px 12px;
    }
    
    .process-icon-circle {
        width: 60px;
        height: 60px;
    }
    
    .process-title {
        font-size: 18px;
    }
    
    .process-desc {
        font-size: 14px;
    }
    
    .case-study-card {
        padding: 24px;
    }
    
    .case-study-title {
        font-size: 22px;
    }
    
    .case-study-subtitle {
        font-size: 15px;
    }
    
    .case-study-text {
        font-size: 14px;
    }
    
    .result-number {
        font-size: 28px;
    }
    
    .result-label {
        font-size: 13px;
    }
    
    .testimonial-card-service {
        padding: 24px;
    }
    
    .testimonial-text-service {
        font-size: 15px;
    }
    
    .author-name {
        font-size: 15px;
    }
    
    .author-title {
        font-size: 13px;
    }
    
    .faq-question {
        padding: 20px 24px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-answer p {
        padding: 0 24px 20px;
        font-size: 14px;
    }
    
    .contact-left,
    .contact-right {
        padding: 40px 24px;
    }
    
    .contact-title-left {
        font-size: 28px;
    }
    
    .contact-benefits li {
        font-size: 15px;
    }
    
    .form-group-service input,
    .form-group-service select,
    .form-group-service textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .btn-submit-service {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .cta-block-title {
        font-size: 28px;
    }
    
    .cta-block-text {
        font-size: 15px;
    }
    
    .btn-cta-block {
        padding: 16px 32px;
        font-size: 15px;
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
/* Lightweight animations - no delays */
.service-card-new,
.testimonial-card-service,
.faq-item {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth transitions only on interaction */
* {
    transition-duration: 0.3s;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
