.core-services-section {
    padding: 40px 0 0;
}

.excellence-section {
    padding: 40px 0 80px;
}

.core-services-card {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
    padding: 40px 32px;
}

.core-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.core-service-item {
    padding: 0 8px;
}

.core-service-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 14px;
    border-radius: 12px;
    background: #EDE9FE;
    color: #6D28D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.core-service-item h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 6px;
}

.core-service-item p {
    color: #6B7280;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    text-align: center;
}

.advantage-card {
    flex: 1 1 150px;
    max-width: 200px;
    padding: 0 4px;
}

.advantage-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto 12px;
    border-radius: 10px;
    background: #F3E8FF;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.advantage-icon-shape {
    display: flex;
}

.advantage-icon-shape svg {
    width: 20px;
    height: 20px;
    display: block;
}

.advantage-icon-shape svg path,
.advantage-icon-shape svg rect,
.advantage-icon-shape svg circle,
.advantage-icon-shape svg line,
.advantage-icon-shape svg polyline,
.advantage-icon-shape svg polygon {
    stroke: currentColor;
    stroke-width: 4;
}

.advantage-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 6px;
}

.advantage-description {
    color: #6B7280;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
}
