/* ============================================================
   Ana sayfa – birleşik UI sistemi (.home-page)
   ============================================================ */

.home-page {
    --home-section-py: clamp(2.5rem, 5vw, 4rem);
    --home-container-max: 72rem;
    --home-radius: 1rem;
    --home-radius-lg: 1.25rem;
    --home-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    --home-shadow-lg: 0 12px 40px rgba(15, 23, 42, 0.08);
    color: var(--text-primary, #1e293b);
}

/* ---------- Bölüm iskeleti ---------- */
.home-section {
    padding: var(--home-section-py) 0;
    position: relative;
}

.home-section--white {
    background: #fff;
}

.home-section--muted {
    background: var(--bg-secondary, #f8fafc);
}

.home-section__header {
    max-width: 40rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.home-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--primary-color, #8a356a);
    background: rgba(138, 53, 106, 0.08);
    border: 1px solid rgba(138, 53, 106, 0.12);
    padding: 0.35rem 0.875rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.home-section__title {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-primary, #1e293b);
    margin: 0 0 0.5rem;
}

.home-section__lead {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-secondary, #64748b);
    margin: 0;
}

/* ---------- Hero + Slogan (tek blok) ---------- */
.home-hero-zone {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        180deg,
        #fff 0%,
        var(--bg-secondary, #f8fafc) 68%,
        #f3f5f8 88%,
        #f1f5f9 100%
    );
    padding-bottom: 0;
}

.home-hero-zone::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(138, 53, 106, 0.07) 0%, transparent 45%),
        radial-gradient(circle at 85% 75%, rgba(192, 132, 197, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.home-hero-zone > section {
    position: relative;
    z-index: 1;
}

.home-page .home-hero-zone .corporate-hero-section {
    background: transparent;
    padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 3.5rem);
    min-height: auto;
}

@media (max-width: 1200px) {
    .home-page .home-hero-zone .corporate-hero-section {
        min-height: 80vh;
    }
}

@media (max-width: 992px) {
    .home-page .home-hero-zone .corporate-hero-section {
        min-height: auto;
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .home-page .home-hero-zone .corporate-hero-section {
        padding: 80px 0 50px;
    }
}

@media (max-width: 576px) {
    .home-page .home-hero-zone .corporate-hero-section {
        padding: 60px 0 40px;
    }
}

.home-page .home-hero-zone .home-slogan-section.home-section {
    background: transparent;
    padding: clamp(0.5rem, 1vw, 0.875rem) 0 clamp(0.75rem, 1.5vw, 1.25rem);
}

/* Hero zone → Eğitmen CTA: yumuşak geçiş */
.home-page .home-hero-zone + .home-section.home-section--white {
    padding-top: clamp(0.5rem, 1.2vw, 1rem);
    background: linear-gradient(
        180deg,
        #f1f5f9 0%,
        #f4f6f9 22%,
        #f8fafc 55%,
        #fff 100%
    );
}

.home-page .home-hero-zone + .home-section.home-section--white .home-instructors-cta {
    border-color: rgba(138, 53, 106, 0.1);
    box-shadow:
        0 2px 12px rgba(15, 23, 42, 0.03),
        0 8px 28px rgba(15, 23, 42, 0.05);
}

.home-page .home-hero-zone .home-slogan-banner__blob {
    opacity: 0.35;
}

.home-page .home-hero-zone .home-slogan-banner__letter {
    color: rgba(138, 53, 106, 0.05);
}

.home-page .home-hero-zone .corporate-hero-section .floating-shapes .shape,
.home-page .corporate-hero-section .floating-shapes .shape {
    opacity: 0.18;
    filter: blur(80px);
}

.home-page .corporate-hero-section .hero-arabic-letter {
    opacity: 0.1;
    color: #8a356a;
}

.home-page .corporate-hero-section .hero-arabic-letter--1,
.home-page .corporate-hero-section .hero-arabic-letter--4,
.home-page .corporate-hero-section .hero-arabic-letter--9 {
    opacity: 0.12;
}

@media (max-width: 991.98px) {
    .home-page .corporate-hero-section .hero-arabic-letter--3,
    .home-page .corporate-hero-section .hero-arabic-letter--6,
    .home-page .corporate-hero-section .hero-arabic-letter--8 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .home-page .corporate-hero-section .hero-arabic-letter--7,
    .home-page .corporate-hero-section .hero-arabic-letter--10 {
        display: none;
    }

    .home-page .corporate-hero-section .hero-arabic-letter {
        opacity: 0.08;
    }
}

.home-page .trust-badge {
    animation: none;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    box-shadow: 0 4px 12px rgba(138, 53, 106, 0.2);
}

.home-page .corporate-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
}

.home-page .hero-lead-text {
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
    max-width: 32rem;
}

.home-page .hero-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.home-page .stat-box {
    padding: 1rem 0.75rem;
    border-radius: var(--home-radius);
    border: 1px solid var(--border-light, #e2e8f0);
    box-shadow: var(--home-shadow);
}

.home-page .stat-box:hover {
    transform: translateY(-2px);
}

.home-page .stat-icon {
    font-size: 1.25rem;
    margin-bottom: 0.35rem;
}

.home-page .stat-number {
    font-size: 1.375rem;
    margin-bottom: 0.25rem;
}

.home-page .stat-label {
    font-size: 0.6875rem;
    margin-top: 0;
    line-height: 1.25;
}

.home-page .hero-cta-buttons {
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.home-page .btn-corporate-primary,
.home-page .btn-corporate-secondary {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}

.home-page .trust-indicators {
    gap: 1.25rem;
}

.home-page .trust-item {
    font-size: 0.8125rem;
    color: var(--text-secondary, #64748b);
}

.home-page .trust-item i {
    color: var(--primary-color, #8a356a);
}

.home-page .scroll-indicator {
    display: none;
}

.home-page .floating-element.floating-card-2,
.home-page .floating-element.floating-card-3 {
    display: none;
}

.home-page .hero-main-image img {
    border-radius: var(--home-radius-lg);
    box-shadow: var(--home-shadow-lg);
}

.home-page .floating-element.floating-card-1 {
    max-width: 220px;
    padding: 0.75rem 1rem;
    border-radius: var(--home-radius);
    box-shadow: var(--home-shadow-lg);
}

.home-page .floating-card-content {
    font-size: 0.8125rem;
}

.home-page .floating-card-content .fw-bold {
    font-size: 0.875rem;
}

.home-page .hero-decoration {
    display: none;
}

/* ---------- Slogan banner (hero devamı) ---------- */
.home-page .home-slogan-section {
    background: transparent;
}

.home-page .home-hero-zone .home-slogan-banner {
    position: relative;
    overflow: hidden;
    border-radius: var(--home-radius-lg);
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1rem, 3vw, 1.5rem);
    text-align: center;
    color: var(--text-primary, #1e293b);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 1px 0 rgba(138, 53, 106, 0.05),
        0 6px 20px rgba(15, 23, 42, 0.04);
}

.home-page .home-hero-zone .home-slogan-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(138, 53, 106, 0.18) 20%,
        rgba(138, 53, 106, 0.18) 80%,
        transparent
    );
    pointer-events: none;
}

.home-page .home-slogan-banner {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--home-radius-lg) + 0.5rem);
    padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.25rem, 4vw, 2rem);
    text-align: center;
    color: var(--text-primary, #1e293b);
    background:
        radial-gradient(900px 480px at 15% 0%, rgba(138, 53, 106, 0.09) 0%, transparent 55%),
        radial-gradient(700px 400px at 85% 100%, rgba(238, 215, 21, 0.08) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #fafbfd 55%, #f8fafc 100%);
    box-shadow: var(--home-shadow-lg);
    border: 1px solid rgba(138, 53, 106, 0.12);
}

.home-page .home-slogan-banner__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-page .home-slogan-banner__letter {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Noto Naskh Arabic", "Amiri", serif;
    font-size: clamp(7rem, 18vw, 12rem);
    line-height: 1;
    font-weight: 700;
    color: rgba(138, 53, 106, 0.06);
    user-select: none;
}

.home-page .home-slogan-banner__blob {
    position: absolute;
    border-radius: 999px;
    filter: blur(72px);
    opacity: 0.5;
}

.home-page .home-slogan-banner__blob--1 {
    width: 380px;
    height: 380px;
    left: -120px;
    top: -140px;
    background: rgba(138, 53, 106, 0.18);
}

.home-page .home-slogan-banner__blob--2 {
    width: 320px;
    height: 320px;
    right: -80px;
    bottom: -120px;
    background: rgba(238, 215, 21, 0.22);
}

.home-page .home-slogan-banner__ring {
    position: absolute;
    left: 8%;
    bottom: -40px;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    border: 1px solid rgba(138, 53, 106, 0.12);
    opacity: 0.85;
}

.home-page .home-slogan-banner__content {
    position: relative;
    z-index: 2;
    max-width: 44rem;
    margin: 0 auto;
}

.home-page .home-slogan-banner__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    max-width: 100%;
    font-size: clamp(1.35rem, 3.2vw, 2.125rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
    padding: 0;
    color: var(--text-primary, #1e293b);
}

.home-page .home-hero-zone .home-slogan-banner__title {
    font-size: clamp(1.125rem, 2.2vw, 1.5rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.home-page .home-slogan-banner__title-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(138, 53, 106, 0.14), rgba(138, 53, 106, 0.06));
    color: var(--primary-color, #8a356a);
    font-size: 1.0625rem;
    border: 1px solid rgba(138, 53, 106, 0.16);
}

.home-page .home-slogan-banner__quote {
    font-size: clamp(1.0625rem, 2vw, 1.25rem);
    line-height: 1.65;
    color: var(--text-secondary, #64748b);
    margin: 0 auto 1.75rem;
    max-width: 36rem;
}

.home-page .home-hero-zone .home-slogan-banner__quote {
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    margin-bottom: 1rem;
}

.home-page .home-hero-zone .home-slogan-banner__quote--secondary {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

.home-page .home-slogan-banner__quote--secondary {
    margin-top: -1rem;
    font-size: clamp(1rem, 1.75vw, 1.125rem);
    color: var(--text-secondary, #64748b);
    font-style: italic;
}

.home-page .home-slogan-banner__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.home-page .home-slogan-banner__btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .home-slogan-banner__btn.btn-corporate-primary {
    box-shadow: 0 10px 24px rgba(138, 53, 106, 0.18);
}

.home-page .home-slogan-banner__btn.btn-corporate-primary:hover {
    transform: translateY(-2px);
}

.home-page .home-motivation {
    max-width: 36rem;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-page .home-motivation__line {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.65;
    color: var(--text-primary, #1e293b);
    margin: 0;
}

.home-page .home-motivation__line:first-child {
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.home-page .home-motivation__line--emphasis {
    font-size: clamp(1rem, 1.75vw, 1.125rem);
    color: var(--text-secondary, #64748b);
    font-style: italic;
}

.home-page .home-motivation__actions {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.home-page .home-motivation__cta {
    display: inline-flex;
    align-items: center;
    box-shadow: 0 10px 24px rgba(138, 53, 106, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .home-motivation__cta:hover {
    transform: translateY(-2px);
}

/* ---------- Kurumlar motivasyonu (iş ortakları ile geri arama arası) ---------- */
.home-page .home-partnerships-section:has(+ .home-partnerships-quote-section) {
    padding-bottom: clamp(1rem, 2vw, 1.5rem);
}

.home-page .home-partnerships-section + .home-partnerships-quote-section,
.home-page .home-speaking-quote-section + .home-partnerships-section + .home-partnerships-quote-section {
    padding-top: 0;
    padding-bottom: var(--home-section-py);
}

.home-page .home-partnerships-quote-section + .home-callback-section {
    padding-top: clamp(1rem, 2vw, 1.5rem);
}

.home-page .home-quote-card {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--home-radius-lg) + 0.25rem);
    border: 1px solid rgba(138, 53, 106, 0.16);
    background:
        radial-gradient(1200px 600px at 20% 0%, rgba(138, 53, 106, 0.14) 0%, rgba(138, 53, 106, 0.02) 55%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(135deg, #ffffff 0%, #fbfbfe 45%, #f8fafc 100%);
    box-shadow: var(--home-shadow-lg);
    padding: clamp(1.25rem, 2.8vw, 2rem);
}

.home-page .home-quote-card__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.home-page .home-quote-card__blob {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    filter: blur(28px);
    opacity: 0.55;
}

.home-page .home-quote-card__blob--1 {
    left: -6rem;
    top: -7rem;
    background: rgba(138, 53, 106, 0.18);
}

.home-page .home-quote-card__blob--2 {
    right: -7rem;
    bottom: -7rem;
    background: rgba(138, 53, 106, 0.12);
}

.home-page .home-quote-card__ring {
    position: absolute;
    right: 2.25rem;
    top: 1.75rem;
    width: 9rem;
    height: 9rem;
    border-radius: 999px;
    border: 1px solid rgba(138, 53, 106, 0.18);
    box-shadow: 0 20px 60px rgba(30, 41, 59, 0.06);
    opacity: 0.85;
}

.home-page .home-quote-card__content {
    position: relative;
    z-index: 1;
    max-width: 46rem;
}

.home-page .home-quote-card__line {
    font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.home-page .home-quote-card__actions {
    margin-top: 1.25rem;
}

.home-page .home-quote-card__cta {
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
}

/* ---------- Hizmet kartları ---------- */
.home-page .services-section-with-pattern {
    background: #fff;
}

.home-page .services-section-with-pattern .arabic-pattern-bg {
    opacity: 0.4;
}

.home-page .home-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border-light, #e2e8f0);
    border-radius: var(--home-radius-lg);
    box-shadow: var(--home-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}

.home-page .home-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--home-shadow-lg);
    border-color: rgba(138, 53, 106, 0.25);
}

.home-page .home-card__body {
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.home-page .home-card__icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(138, 53, 106, 0.12), rgba(138, 53, 106, 0.06));
    color: var(--primary-color, #8a356a);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.home-page .home-card__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--text-primary, #1e293b);
}

.home-page .home-card__text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--text-secondary, #64748b);
    margin: 0 0 1rem;
    flex-grow: 1;
}

.home-page .home-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-color, #8a356a);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 1px solid rgba(138, 53, 106, 0.3);
    transition: background 0.2s ease, color 0.2s ease, gap 0.2s ease;
}

.home-page .home-card__link:hover {
    background: var(--primary-color, #8a356a);
    color: #fff;
    gap: 0.5rem;
}

/* ---------- Konuşma özlü sözü (hizmet kartları altı) ---------- */
.home-page .services-section-with-pattern:has(+ .home-speaking-quote-section) {
    padding-bottom: clamp(1rem, 2vw, 1.5rem);
}

.home-page .services-section-with-pattern + .home-speaking-quote-section {
    padding-top: 0;
    padding-bottom: var(--home-section-py);
}

/* ---------- Eğitmen CTA (ana sayfa) ---------- */
.home-page .home-instructors-cta {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--home-radius-lg) + 0.25rem);
    border: 1px solid rgba(138, 53, 106, 0.16);
    background: radial-gradient(1200px 600px at 20% 0%, rgba(138, 53, 106, 0.14) 0%, rgba(138, 53, 106, 0.02) 55%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(135deg, #ffffff 0%, #fbfbfe 45%, #f8fafc 100%);
    box-shadow: var(--home-shadow-lg);
    padding: clamp(1.25rem, 2.8vw, 2rem);
}

.home-page .home-instructors-cta__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-page .home-instructors-cta__blob {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.55;
}

.home-page .home-instructors-cta__blob--1 {
    left: -160px;
    top: -180px;
    background: rgba(138, 53, 106, 0.35);
}

.home-page .home-instructors-cta__blob--2 {
    right: -220px;
    bottom: -240px;
    background: rgba(238, 215, 21, 0.30);
}

.home-page .home-instructors-cta__ring {
    position: absolute;
    right: 10%;
    top: 18%;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    border: 1px solid rgba(138, 53, 106, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
    opacity: 0.8;
}

.home-page .home-instructors-cta__header {
    max-width: 46rem;
    margin: 0;
    text-align: left;
}

.home-page .home-instructors-cta__title {
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    margin-bottom: 0.5rem;
}

.home-page .home-instructors-cta__lead {
    max-width: 40rem;
}

.home-page .home-instructors-cta__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.home-page .home-instructors-cta__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(30, 41, 59, 0.86);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-page .home-instructors-cta__chip i {
    color: var(--primary-color, #8a356a);
    font-size: 0.9em;
}

.home-page .home-instructors-cta__button {
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(138, 53, 106, 0.18);
}

.home-page .home-instructors-cta__button:hover {
    transform: translateY(-1px);
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .home-page .hero-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page .floating-element.floating-card-1 {
        display: none;
    }

    .home-page .home-instructors-cta__ring {
        right: -40px;
        top: -60px;
        width: 220px;
        height: 220px;
        opacity: 0.55;
    }
}

@media (max-width: 575.98px) {
    .home-page .hero-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .home-page .stat-box {
        padding: 0.75rem 0.5rem;
    }

    .home-page .home-motivation {
        max-width: 100%;
        padding: 0 0.5rem;
    }

    .home-page .home-slogan-banner__letter {
        right: -5%;
        opacity: 0.5;
    }

    .home-page .home-slogan-banner__actions {
        flex-direction: column;
        width: 100%;
    }

    .home-page .home-slogan-banner__btn {
        width: 100%;
        max-width: 20rem;
    }

    /* Mobilde hizmet kartlarını yatay kaydırılabilir yap */
    .home-page .home-services-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0.75rem;
    }

    .home-page .home-services-row::-webkit-scrollbar {
        height: 6px;
    }

    .home-page .home-services-row::-webkit-scrollbar-thumb {
        background: rgba(138, 53, 106, 0.25);
        border-radius: 999px;
    }

    .home-page .home-services-row > [class*="col-"] {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
    }

    .home-page .home-card__body {
        text-align: left;
        align-items: flex-start;
    }

    .home-page .home-card__icon {
        margin-left: 0;
        margin-right: 0;
    }

    .home-page .home-instructors-cta {
        padding: 1.125rem;
    }

    .home-page .home-instructors-cta__highlights {
        margin-top: 0.875rem;
    }

    .home-page .home-instructors-cta__button {
        width: 100%;
        justify-content: center;
    }
}

/* ---------- İşbirlikleri ---------- */
.home-partnerships-section {
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #fcfafc 35%,
        #f7f2f6 70%,
        rgba(138, 53, 106, 0.1) 100%
    );
    overflow: hidden;
}

.home-partnerships-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    padding-bottom: 0.625rem;
    margin-inline: calc(-1 * clamp(0.75rem, 3vw, 1.5rem));
    padding-inline: clamp(0.75rem, 3vw, 1.5rem);
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 1.25rem,
        #000 calc(100% - 1.25rem),
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        #000 1.25rem,
        #000 calc(100% - 1.25rem),
        transparent
    );
    scrollbar-width: thin;
    scrollbar-color: rgba(138, 53, 106, 0.35) transparent;
}

.home-partnerships-scroll:focus-visible {
    outline: 2px solid rgba(138, 53, 106, 0.45);
    outline-offset: 4px;
    border-radius: var(--home-radius);
}

.home-partnerships-scroll::-webkit-scrollbar {
    height: 6px;
}

.home-partnerships-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.home-partnerships-scroll::-webkit-scrollbar-thumb {
    background: rgba(138, 53, 106, 0.3);
    border-radius: 999px;
}

.home-partnerships {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    width: max-content;
    max-width: none;
    margin-inline: auto;
    padding-block: 0.25rem;
}

.home-partnerships__item {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    scroll-snap-align: center;
    min-width: 9.5rem;
    width: 13rem;
    height: 6.25rem;
    padding: 0.5rem 0.75rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: var(--home-radius);
    box-shadow: var(--home-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}

a.home-partnerships__item:hover {
    transform: translateY(-2px);
    box-shadow: var(--home-shadow-lg);
    border-color: rgba(138, 53, 106, 0.2);
}

.home-partnerships__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.9;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

a.home-partnerships__item:hover .home-partnerships__logo {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 575.98px) {
    .home-partnerships__item {
        min-width: 8.25rem;
        width: 10.5rem;
        height: 5.25rem;
        padding: 0.5rem 0.625rem;
    }

    .home-partnerships-scroll {
        mask-image: linear-gradient(
            to right,
            transparent,
            #000 0.75rem,
            #000 calc(100% - 0.75rem),
            transparent
        );
        -webkit-mask-image: linear-gradient(
            to right,
            transparent,
            #000 0.75rem,
            #000 calc(100% - 0.75rem),
            transparent
        );
    }
}
