/**
 * Servis Sayfası Stilleri
 * DJI Drone, Roborock ve Dreame Servis Hizmetleri
 * 
 * @package Odakon
 */

/* ========================================
   Genel Wrapper ve Container
   ======================================== */

.servis-wrapper {
    background-color: #ffffff;
    min-height: 100vh;
}

.servis-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.servis-hero + .servis-container {
    margin-top: 0;
}

/* ========================================
   Hero Section
   ======================================== */

.hero {
    background: linear-gradient(135deg, #f9fcff 0%, #e8f4fb 50%, #d7e8f7 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

.hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    animation: fadeInUp 0.8s ease-out;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #16426f;
    box-shadow: 0 10px 30px rgba(22, 66, 111, 0.12), 0 4px 12px rgba(22, 66, 111, 0.08);
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out 0.1s backwards;
}

.hero-badge svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0a1e3d;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.hero-title-gradient {
    background: linear-gradient(135deg, #16426f 0%, #1e5a8e 70%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 32px;
    max-width: 540px;
    animation: fadeInUp 0.8s ease-out 0.3s backwards;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #16426f 0%, #1e5a8e 100%);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(22, 66, 111, 0.2), 0 4px 10px rgba(22, 66, 111, 0.15);
}


    transform: translateX(2px);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-secondary {
    background: #ffffff;
    color: #16426f;
    border-color: #e5e7eb;
    box-shadow: 0 4px 12px rgba(22, 66, 111, 0.08);
}


    transform: scale(1.1);
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    animation: fadeInUp 0.8s ease-out 0.5s backwards;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.hero-feature svg {
    width: 20px;
    height: 20px;
    color: #10b981;
    flex-shrink: 0;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease-out 0.4s backwards;
}

.hero-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 480px;
}

.hero-benefit-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
}


.hero-benefit-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

    transform: scale(1.1) rotate(5deg);
}

.hero-benefit-icon--fast {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.hero-benefit-icon--fast svg {
    color: #2563eb;
}

.hero-benefit-icon--warranty {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
}

.hero-benefit-icon--warranty svg {
    color: #16a34a;
}

.hero-benefit-icon--expert {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.hero-benefit-icon--expert svg {
    color: #d97706;
}

.hero-benefit-icon--quality {
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
}

.hero-benefit-icon--quality svg {
    color: #9333ea;
}

.hero-benefit-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.hero-benefit-desc {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* ========================================
   Hero Trust Signals
   ======================================== */

.hero-trust {
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e5e7eb;
    width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

.hero-trust-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #16426f;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.hero-stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

/* ========================================
   Animations
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ========================================
   Section Header (Genel)
   ======================================== */

.servis-section {
    padding: 60px 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.section-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* ========================================
   Service Cards Grid
   ======================================== */

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.service-card-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    background: #f8fafc;
}

.service-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card-content {
    padding: 28px;
}

.service-card-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #1e40af;
    color: #ffffff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.service-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.service-card-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 20px;
}

.service-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.service-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    margin-bottom: 10px;
    line-height: 1.5;
}

.service-features-list li svg {
    width: 16px;
    height: 16px;
    color: #10b981;
    flex-shrink: 0;
    margin-top: 2px;
}

.service-models {
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.service-models strong {
    display: block;
    color: #1a1a1a;
    margin-bottom: 6px;
    font-weight: 600;
}

/* ========================================
   Service Process Section
   ======================================== */

.servis-process-section {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}

.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.process-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
}

.process-step-number {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}

.process-step-icon {
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step-icon svg {
    width: 40px;
    height: 40px;
    color: #3b82f6;
}

.process-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.process-step-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

/* ========================================
   Trust Features Section
   ======================================== */

.servis-trust-section {
    background: #ffffff;
}

.trust-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.trust-feature {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px 28px;
    text-align: center;
}

.trust-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-feature-icon svg {
    width: 48px;
    height: 48px;
    color: #10b981;
}

.trust-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.trust-feature-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
}

/* ========================================
   FAQ Section
   ======================================== */

.servis-faq-section {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.faq-question svg {
    width: 20px;
    height: 20px;
    color: #3b82f6;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-question h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -0.01em;
}

.faq-answer {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
    padding-left: 32px;
}

/* ========================================
   CTA Section
   ======================================== */

.cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(16, 185, 129, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 40px;
    font-weight: 400;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.cta-btn--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}


    transform: scale(1.1);
}

.cta-btn--phone {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


    transform: scale(1.1);
}

.cta-info {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ========================================
   Responsive - Tablet
   ======================================== */

@media (max-width: 1024px) {
    .hero {
        padding: 60px 20px;
    }
    
    .hero-container {
        gap: 48px;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .hero-subtitle {
        font-size: 17px;
    }
    
    .hero-benefits-grid {
        max-width: 440px;
        gap: 14px;
    }
    
    .hero-benefit-card {
        padding: 22px 18px;
    }
    
    .hero-trust-container {
        gap: 32px;
    }
    
    .service-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .process-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .trust-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* ========================================
   Responsive - Mobile
   ======================================== */

@media (max-width: 768px) {
    .hero {
        padding: 48px 0;
    }
    
    .hero::before {
        width: 400px;
        height: 400px;
        top: -15%;
        right: -25%;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 16px;
    }
    
    .hero-content {
        order: 1;
    }
    
    .hero-visual {
        display: none;
    }
    
    .hero-badge {
        font-size: 13px;
        padding: 8px 16px;
        margin-bottom: 20px;
    }
    
    .hero-badge svg {
        width: 14px;
        height: 14px;
    }
    
    .hero-title {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 28px;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 28px;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .btn svg {
        width: 18px;
        height: 18px;
    }
    
    .hero-features {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hero-feature {
        font-size: 13px;
    }
    
    .hero-feature svg {
        width: 18px;
        height: 18px;
    }
    
    .hero-benefits-grid {
        max-width: 100%;
        gap: 12px;
    }
    
    .hero-benefit-card {
        padding: 20px 16px;
        border-radius: 12px;
    }
    
    .hero-benefit-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }
    
    .hero-benefit-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .hero-benefit-title {
        font-size: 14px;
        margin-bottom: 2px;
    }
    
    .hero-benefit-desc {
        font-size: 12px;
    }
    
    .hero-trust {
        padding: 32px 0;
    }
    
    .hero-trust-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        padding: 0 16px;
    }
    
    .hero-stat-number {
        font-size: 28px;
    }
    
    .hero-stat-label {
        font-size: 13px;
    }
    
    .servis-section {
        padding: 32px 16px;
    }
    
    .section-header {
        margin-bottom: 24px;
    }
    
    .section-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    .section-desc {
        font-size: 14px;
        line-height: 1.5;
        display: none;
    }
    
    .service-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .service-card {
        border-radius: 12px;
    }
    
    .service-card-image-wrapper {
        height: 160px;
    }
    
    .service-card-content {
        padding: 20px 16px;
    }
    
    .service-card-badge {
        font-size: 12px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    
    .service-card-title {
        font-size: 19px;
        margin-bottom: 10px;
    }
    
    .service-card-desc {
        display: none;
    }
    
    .service-features-list {
        margin-bottom: 12px;
    }
    
    .service-features-list li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .service-features-list li svg {
        width: 14px;
        height: 14px;
    }
    
    .service-models {
        padding: 12px;
        font-size: 12px;
    }
    
    .service-models strong {
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .process-steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .process-step {
        padding: 20px 16px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 16px;
    }
    
    .process-step-number {
        position: static;
        width: 36px;
        height: 36px;
        font-size: 14px;
        flex-shrink: 0;
    }
    
    .process-step-icon {
        display: none;
    }
    
    .process-step-title {
        font-size: 15px;
        margin-bottom: 0;
        flex: 1;
    }
    
    .process-step-desc {
        display: none;
    }
    
    .trust-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .trust-feature {
        padding: 16px 12px;
        border-radius: 10px;
    }
    
    .trust-feature-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }
    
    .trust-feature-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .trust-feature-title {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .trust-feature-desc {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .faq-item {
        padding: 16px;
        border-radius: 10px;
    }
    
    .faq-question {
        gap: 10px;
        margin-bottom: 8px;
    }
    
    .faq-question svg {
        width: 16px;
        height: 16px;
    }
    
    .faq-question h3 {
        font-size: 14px;
    }
    
    .faq-answer {
        font-size: 13px;
        line-height: 1.6;
        padding-left: 26px;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-container {
        padding: 0 16px;
    }
    
    .cta-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .cta-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }
    
    .cta-btn {
        width: 100%;
        justify-content: center;
        padding: 16px 28px;
        font-size: 15px;
    }
    
    .cta-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .cta-info {
        font-size: 13px;
    }
}

/* ========================================
   Responsive - Small Mobile
   ======================================== */

@media (max-width: 480px) {
    .hero {
        padding: 40px 0;
    }
    
    .hero-container {
        gap: 32px;
    }
    
    .hero-badge {
        font-size: 12px;
        padding: 7px 14px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .btn {
        padding: 13px 20px;
        font-size: 13px;
    }
    
    .hero-benefits-grid {
        gap: 10px;
    }
    
    .hero-benefit-card {
        padding: 18px 12px;
    }
    
    .hero-benefit-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
    }
    
    .hero-benefit-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .hero-benefit-title {
        font-size: 13px;
    }
    
    .hero-benefit-desc {
        font-size: 12px;
    }
    
    .hero-trust-container {
        gap: 24px;
    }
    
    .hero-stat-number {
        font-size: 24px;
    }
    
    .hero-stat-label {
        font-size: 12px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .service-card-image-wrapper {
        height: 140px;
    }
    
    .service-card-title {
        font-size: 18px;
    }
    
    .service-features-list li {
        font-size: 12px;
    }
    
    .trust-features-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-feature {
        padding: 16px;
    }
    
    .trust-feature-title {
        font-size: 15px;
    }
    
    .trust-feature-desc {
        font-size: 13px;
    }
    
    .cta-section {
        padding: 48px 0;
    }
    
    .cta-title {
        font-size: 24px;
    }
    
    .cta-subtitle {
        font-size: 15px;
        margin-bottom: 28px;
    }
    
    .cta-btn {
        padding: 15px 24px;
        font-size: 14px;
    }
    
    .cta-info {
        font-size: 12px;
    }
}

/* ========================================
   Print Styles
   ======================================== */

@media print {
    .servis-hero-buttons,
    .servis-cta-section {
        display: none;
    }
    
    .servis-wrapper {
        background: #ffffff;
    }
    
    .service-card,
    .process-step,
    .trust-feature,
    .faq-item {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}
