#ai-automation {
    background-color: var(--color10);
    padding: 40px 20px;
}

#ai-automation a {
    color: var(--color8);
    text-decoration: none;
}

#ai-automation h2 {
    text-align: center;
    color: var(--color3);
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
}

#ai-automation .div1 {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: stretch;
}

#ai-automation .div1 .column {
    width: 30%;
    background-color: var(--color3);
    color: var(--color1);
    margin-right: 20px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#ai-automation .div1 .column:last-child {
    margin-right: 0;
}

#ai-automation .column-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

#ai-automation .column-header .title {
    color: var(--color8);
    font-size: 2.8vw;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 7vw;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

#ai-automation .column-header .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

#ai-automation .column-header .image svg {
    color: var(--color8);
    width: 80px;
    height: 80px;
}

#ai-automation .ai-intro {
    color: var(--color3);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

#ai-automation .ai-intro p {
    margin-bottom: 1.2rem;
}

#ai-automation .ai-tools {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

#ai-automation .tools-group {
    background-color: var(--color3);
    color: var(--color1);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 0.95rem;
    border: 2px solid var(--color8);
}

#ai-automation .tools-group strong {
    color: var(--color8);
}

#ai-automation .description {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#ai-automation .description p {
    margin-bottom: 1rem;
}

#ai-automation h3 {
    color: var(--color6);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#ai-automation .div2 {
    color: var(--color6);
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}

#ai-automation .div2 p {
    margin-bottom: 10px;
}

#ai-automation .button {
    background-color: var(--color3);
    border-radius: 50px;
    color: var(--color1);
    border: 2px solid var(--color8);
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#ai-automation .button:hover {
    background-color: var(--color8);
    color: var(--color3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#ai-automation .process-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px auto;
    max-width: 1200px;
}

#ai-automation .process-step {
    flex: 1;
    background-color: var(--color3);
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#ai-automation .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#ai-automation .step-number {
    width: 60px;
    height: 60px;
    background-color: var(--color8);
    color: var(--color3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

#ai-automation .step-title {
    color: var(--color8);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

#ai-automation .step-description {
    color: var(--color1);
    line-height: 1.6;
    font-size: 1rem;
}

#ai-process {
    background-color: var(--color10);
    padding: 15px 20px 10px;
    text-align: center;
}

#ai-process h3 {
    color: var(--color3);
    text-align: center;
    margin: 0 0 40px;
    font-size: 2.5rem;
    font-weight: bold;
}

#ai-process .process-steps {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 auto;
    max-width: 1200px;
}

#ai-process .process-step {
    flex: 1;
    background-color: var(--color3);
    border-radius: 10px;
    padding: 18px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#ai-process .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#ai-process .step-number {
    width: 40px;
    height: 40px;
    background-color: var(--color8);
    color: var(--color3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto 12px;
}

#ai-process .step-title {
    color: var(--color8);
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}

#ai-process .step-description {
    color: var(--color1);
    line-height: 1.4;
    font-size: 0.9rem;
}

#ai-process .button {
    background-color: var(--color3);
    border-radius: 50px;
    color: var(--color1);
    border: 2px solid var(--color8);
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

#ai-process .button:hover {
    background-color: var(--color8);
    color: var(--color3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
    #ai-automation {
        padding: 60px 15px 30px;
    }

    #ai-process {
        padding: 20px 15px 15px;
    }

    #ai-automation h2,
    #ai-process h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    #ai-automation .div1 {
        flex-direction: column;
        align-items: stretch;
    }

    #ai-automation .div1 .column {
        width: 90%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #ai-automation .column-header .title {
        font-size: 5.5vw;
        height: 22vw;
        min-height: 110px;
    }

    #ai-automation .column-header .image {
        height: 80px;
    }

    #ai-automation .column-header .image svg {
        width: 60px;
        height: 60px;
    }
    
    #ai-automation .ai-intro {
        font-size: 1rem;
        text-align: left;
    }
    
    #ai-automation .ai-tools {
        flex-direction: column;
        align-items: center;
    }
    
    #ai-automation .tools-group {
        width: 90%;
        text-align: center;
    }
    
    #ai-automation .process-steps,
    #ai-process .process-steps {
        flex-direction: column;
        gap: 20px;
    }

    #ai-automation .step-number,
    #ai-process .step-number {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    #ai-automation .step-title,
    #ai-process .step-title {
        font-size: 1.1rem;
    }

    #ai-automation .step-description,
    #ai-process .step-description {
        font-size: 0.95rem;
    }
}
