/* Hizmetler Sayfası Özel Stilleri */
.page-hero .page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--secondary-color);
}

.page-hero .page-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    color: var(--secondary-color);
}

.services-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 4 sütun için kart stilleri - Ana sayfadaki gibi küçük */
.services-grid-custom .service-card,
.brands-grid-custom .brand-card,
.projects-grid-custom .project-card {
    padding: 1.2rem;
    min-height: 0;
    overflow: hidden;
}

.services-grid-custom .service-icon,
.brands-grid-custom .brand-icon {
    font-size: 1.8rem;
}

.services-grid-custom .service-card h3,
.brands-grid-custom .brand-card h3,
.projects-grid-custom .project-card h3 {
    font-size: 1.1rem;
}

.services-grid-custom .service-card p,
.brands-grid-custom .brand-card p,
.projects-grid-custom .project-card p {
    font-size: 0.85rem;
}

.services-grid-custom .service-features li {
    font-size: 0.8rem;
}

.services-grid-custom .price-info,
.brands-grid-custom .price-info,
.projects-grid-custom .price-info {
    font-size: 0.9rem;
}

.services-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.2rem;
    margin-top: 2rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.brands-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.2rem;
    margin-top: 2rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.projects-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.2rem;
    margin-top: 2rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

/* Responsive - 1400px altında 2 sütun */
