/* CSS-иконки вместо изображений */
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #D4FFE7;
    margin: 0 auto;
}

.icon-small {
    width: 30px;
    height: 30px;
}

.icon-medium {
    width: 60px;
    height: 60px;
}

.icon-large {
    width: 80px;
    height: 80px;
}

/* Иконки для услуг */
.icon-audit1::before {
    content: "A";
    font-size: 36px;
    font-weight: bold;
    color: #3C3A6E;
}

.icon-audit2::before {
    content: "F";
    font-size: 36px;
    font-weight: bold;
    color: #3C3A6E;
}

.icon-audit3::before {
    content: "P";
    font-size: 36px;
    font-weight: bold;
    color: #3C3A6E;
}

/* Иконки для преимуществ */
.icon-expertise::before {
    content: "✓";
    font-size: 32px;
    color: #FF6B6B;
}

.icon-personalized::before {
    content: "★";
    font-size: 32px;
    color: #FF6B6B;
}

.icon-confidentiality::before {
    content: "🔒";
    font-size: 28px;
    color: #FF6B6B;
}

.icon-innovation::before {
    content: "💡";
    font-size: 28px;
    color: #FF6B6B;
}

/* Иконки для контактов */
.icon-location::before {
    content: "📍";
    font-size: 18px;
    color: #3C3A6E;
}

.icon-phone::before {
    content: "📞";
    font-size: 18px;
    color: #3C3A6E;
}

.icon-email::before {
    content: "✉";
    font-size: 18px;
    color: #3C3A6E;
}

/* Иконка успеха */
.icon-success::before {
    content: "✓";
    font-size: 42px;
    color: #FF6B6B;
}

/* Заглушки для фото */
.photo-placeholder {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    color: #888;
    font-size: 14px;
    border-radius: 4px;
}

.hero-placeholder {
    min-height: 400px;
}

.testimonial-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C3A6E;
    font-weight: bold;
    font-size: 16px;
}
