/* Group Card Clickable Area */
.group-card {
    cursor: pointer !important;
}
.group-card a[style*="position: absolute"] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    display: block !important;
    cursor: pointer !important;
}

/* SEO Content Section – yazılar sola, kartlar ortalı, kayma yok */
.seo-content-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

.seo-content-section .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Row negatif margin kaldır – sola kaymasın, ortalı kalsın */
.seo-content-section .row.g-4 {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}

.seo-content-section .row.g-4 > [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.seo-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.seo-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.seo-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.seo-card a.text-primary {
    position: relative;
    z-index: 100;
    display: inline;
}

.seo-card-link:hover .seo-card {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.seo-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: left;
}

.seo-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.85rem;
    text-align: left;
}

.seo-card .seo-link {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem !important;
    border-radius: 25px !important;
    background: rgba(0, 123, 255, 0.1) !important;
    margin-top: auto;
    align-self: flex-start;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

.seo-card-link:hover .seo-link {
    color: white !important;
    background: var(--primary-color) !important;
    transform: translateX(5px);
}

.seo-link i {
    transition: transform 0.3s ease;
}

.seo-card-link:hover .seo-link i {
    transform: translateX(3px);
}

/* Splide Carousels */
.splide {
    padding: 0 50px;
    overflow: hidden;
}

.splide__track {
    overflow: hidden;
}

.splide__list {
    display: flex;
}

.splide__slide {
    padding: 0 8px;
    height: auto;
}

/* Platform Grid Section */
.platform-section {
    padding: 5rem 0;
    background: var(--white, #ffffff);
    position: relative;
}

.platform-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #0088cc), transparent);
    opacity: 0.2;
}

/* Platform bölümü – yatay kayma yok, Bootstrap ile çakışma yok */
.platform-section {
    overflow-x: hidden;
    width: 100%;
}

.platform-section .container {
    max-width: 100%;
    overflow-x: hidden;
}

.platform-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.platform-title-wrapper {
    margin-bottom: 3.5rem;
    text-align: center;
}

.platform-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.platform-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: var(--gradient-primary, linear-gradient(90deg, var(--primary-color, #0088cc), var(--primary-light, #33a3d9)));
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 136, 204, 0.3);
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    width: 100%;
    min-width: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .platform-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.platform-grid-item {
    width: 100%;
    min-width: 0;
}

.platform-grid .platform-card-grid {
    min-width: 0;
}

/* Platform Card - Tasarım 1 (Clean Elegant) - KAYITLI */
/* .platform-card-grid {
    background: var(--white, white);
    border: 1.5px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.2);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 190px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: visible;
}

.platform-card-grid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--platform-color, var(--primary-color, #0088cc));
    border-radius: 16px 0 0 16px;
}

.platform-card-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex-shrink: 0;
    background: rgba(var(--platform-color-rgb, 0, 136, 204), 0.1);
    border: 2px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.2);
}

.platform-icon-wrapper i {
    font-size: 1.9rem;
}

.platform-name-grid {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.4px;
    flex: 1;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: transparent !important;
    color: var(--platform-color, var(--primary-color, #0088cc)) !important;
    padding: 0.65rem 1.3rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    width: fit-content;
    margin-top: 1rem;
    border: 2px solid var(--platform-color, var(--primary-color, #0088cc)) !important;
    cursor: pointer;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 1;
}

.platform-view-btn i {
    font-size: 0.8rem;
} */

/* Platform Card - Tasarım 2 (Glassmorphism Style) - KAYITLI */
/* .platform-card-grid {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.25);
    border-radius: 20px;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.platform-card-grid::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(var(--platform-color-rgb, 0, 136, 204), 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.platform-card-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 0.5rem;
    background: rgba(var(--platform-color-rgb, 0, 136, 204), 0.15);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.3);
}

.platform-icon-wrapper i {
    font-size: 2rem;
}

.platform-name-grid {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: var(--platform-color, var(--primary-color, #0088cc)) !important;
    color: white !important;
    padding: 0.7rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    width: fit-content;
    margin-top: auto;
    box-shadow: 0 4px 16px rgba(var(--platform-color-rgb, 0, 136, 204), 0.3);
    border: none !important;
    cursor: pointer;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.platform-view-btn i {
    font-size: 0.85rem;
} */

/* Platform Card - Tasarım 3 (Neumorphism Style) - KAYITLI */
/* .platform-card-grid {
    background: #f5f5f5;
    border: none;
    border-radius: 24px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 210px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 0 0 0 3px var(--platform-color, var(--primary-color, #0088cc));
    position: relative;
    overflow: hidden;
}

.platform-card-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--platform-color, var(--primary-color, #0088cc));
    opacity: 1;
}

.platform-card-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 0.75rem;
    background: #f5f5f5;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.1),
        -6px -6px 12px rgba(255, 255, 255, 0.9);
}

.platform-icon-wrapper i {
    font-size: 2.1rem;
}

.platform-name-grid {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.6px;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: var(--platform-color, var(--primary-color, #0088cc)) !important;
    color: white !important;
    padding: 0.8rem 1.6rem;
    border-radius: 14px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    width: fit-content;
    margin-top: auto;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.2),
        -2px -2px 4px rgba(255, 255, 255, 0.1);
    border: none !important;
    cursor: pointer;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

.platform-view-btn i {
    font-size: 0.9rem;
} */

/* Platform Card - Tasarım 4 (Card with Top Accent) - KAYITLI */
/* .platform-card-grid {
    background: var(--white, white);
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 195px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.platform-card-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--platform-color, var(--primary-color, #0088cc)), rgba(var(--platform-color-rgb, 0, 136, 204), 0.7));
    opacity: 1;
}

.platform-card-header {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, rgba(var(--platform-color-rgb, 0, 136, 204), 0.12), rgba(var(--platform-color-rgb, 0, 136, 204), 0.06));
    border: 1.5px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.2);
}

.platform-icon-wrapper i {
    font-size: 1.95rem;
}

.platform-name-grid {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: var(--platform-color, var(--primary-color, #0088cc)) !important;
    color: white !important;
    padding: 0.7rem 1.45rem;
    border-radius: 11px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    width: fit-content;
    margin-top: auto;
    box-shadow: 0 3px 12px rgba(var(--platform-color-rgb, 0, 136, 204), 0.25);
    border: none !important;
    cursor: pointer;
    letter-spacing: 0.15px;
    position: relative;
    z-index: 1;
}

.platform-view-btn i {
    font-size: 0.8rem;
} */

/* Platform Card - Tasarım 5 (Bold Border Design) - KAYITLI */
/* .platform-card-grid {
    background: var(--white, white);
    border: 4px solid var(--platform-color, var(--primary-color, #0088cc));
    border-radius: 20px;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 205px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.platform-card-grid::after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 100px;
    height: 100px;
    background: var(--platform-color, var(--primary-color, #0088cc));
    border-radius: 50%;
    opacity: 0.05;
    z-index: 0;
}

.platform-card-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 0.75rem;
    background: var(--platform-color, var(--primary-color, #0088cc));
    box-shadow: 0 6px 20px rgba(var(--platform-color-rgb, 0, 136, 204), 0.3);
}

.platform-icon-wrapper i {
    font-size: 2.1rem;
    color: white;
}

.platform-name-grid {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.6px;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    background: var(--platform-color, var(--primary-color, #0088cc)) !important;
    color: white !important;
    padding: 0.75rem 1.6rem;
    border-radius: 13px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    width: fit-content;
    margin-top: auto;
    box-shadow: 0 5px 18px rgba(var(--platform-color-rgb, 0, 136, 204), 0.35);
    border: none !important;
    cursor: pointer;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

.platform-view-btn i {
    font-size: 0.9rem;
} */

/* Platform Card - Tasarım 6 (Minimalist Flat) - KAYITLI */
/* .platform-card-grid {
    background: var(--white, white);
    border: 2px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.12);
    border-radius: 14px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 185px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.platform-card-grid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--platform-color, var(--primary-color, #0088cc));
}

.platform-card-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
    background: rgba(var(--platform-color-rgb, 0, 136, 204), 0.08);
}

.platform-icon-wrapper i {
    font-size: 1.75rem;
}

.platform-name-grid {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.3px;
    flex: 1;
    padding-top: 0.25rem;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: var(--platform-color, var(--primary-color, #0088cc)) !important;
    color: white !important;
    padding: 0.6rem 1.25rem;
    border-radius: 9px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    width: fit-content;
    margin-top: 1.25rem;
    box-shadow: none;
    border: none !important;
    cursor: pointer;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 1;
}

.platform-view-btn i {
    font-size: 0.75rem;
} */

/* Platform Card - Tasarım 7 (Gradient Background) */
.platform-card-grid {
    background: linear-gradient(135deg, rgba(var(--platform-color-rgb, 0, 136, 204), 0.05) 0%, rgba(var(--platform-color-rgb, 0, 136, 204), 0.02) 100%);
    border: 1.5px solid rgba(var(--platform-color-rgb, 0, 136, 204), 0.18);
    border-radius: 18px;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.platform-card-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--platform-color, var(--primary-color, #0088cc)), rgba(var(--platform-color-rgb, 0, 136, 204), 0.6));
    opacity: 1;
}

.platform-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.4rem;
    position: relative;
    z-index: 1;
}

.platform-icon-wrapper {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-bottom: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

.platform-icon-wrapper i {
    font-size: 3rem !important;
}

.platform-name-grid {
    font-size: 1.45rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
    text-align: center;
    width: 100%;
}

.platform-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: var(--platform-color, var(--primary-color, #0088cc)) !important;
    color: white !important;
    padding: 0.7rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    width: fit-content;
    margin: auto auto 0 auto;
    box-shadow: 0 4px 14px rgba(var(--platform-color-rgb, 0, 136, 204), 0.28);
    border: none !important;
    cursor: pointer;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 1;
}

.platform-view-btn i {
    font-size: 0.85rem;
}

/* Platform Card Links (Eski - Splide için) */
.platform-card-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: all var(--transition-normal);
    align-items: center;
    justify-content: center;
}

.platform-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.platform-card-link:hover .platform-icon {
    transform: scale(1.1);
}

.platform-icon {
    width: 80px;
    height: 80px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 136, 204, 0.08);
    box-shadow: 0 3px 10px rgba(0, 136, 204, 0.1);
}

.platform-icon i {
    font-size: 2.8rem;
}

/* Category Grid Section */
.category-section {
    padding: 5rem 0;
    background: var(--white, #ffffff);
    position: relative;
}

.category-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #0088cc), transparent);
    opacity: 0.2;
}

.category-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.category-title-wrapper {
    margin-bottom: 3.5rem;
    text-align: center;
}

.category-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.category-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: var(--gradient-primary, linear-gradient(90deg, var(--primary-color, #0088cc), var(--primary-light, #33a3d9)));
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 136, 204, 0.3);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

/* Modern Kategori Slider */
.category-slider-modern {
    margin-top: 2rem;
    position: relative;
    padding: 0 3rem;
}

.category-slider-container {
    overflow: hidden;
    position: relative;
}

.category-slider-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: grab;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.category-slider-track:active {
    cursor: grabbing;
}

.category-slide-item {
    flex: 0 0 auto;
    width: 140px;
    text-decoration: none;
    color: inherit;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.category-slide-item:hover {
    text-decoration: none;
    color: inherit;
}

.category-slide-item[data-dragging] {
    pointer-events: none !important;
    cursor: grabbing !important;
    opacity: 0.7;
}

.category-slide-item[data-dragging] .category-slide-card {
    transform: scale(0.95);
    transition: transform 0.2s ease;
}

.category-slide-card {
    background: var(--white, white);
    border-radius: 14px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    height: 100%;
    min-height: 150px;
    justify-content: center;
    pointer-events: auto;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.category-slide-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.category-slide-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.category-slide-card:hover .category-slide-icon {
    transform: scale(1.1) rotate(5deg);
}

.category-slide-icon i {
    font-size: 1.75rem;
}

.category-slide-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.category-slide-card:hover .category-slide-name {
    color: var(--category-color, var(--primary-color, #0088cc));
}

.category-slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 1rem;
}

.category-slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    border: 2px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    pointer-events: all;
    z-index: 10;
    position: absolute;
}

.category-slider-btn:hover {
    background: var(--primary-color, #0088cc);
    border-color: var(--primary-color, #0088cc);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.category-slider-btn:hover i {
    color: white;
}

.category-slider-btn i {
    font-size: 1rem;
    color: var(--primary-color, #0088cc);
    transition: color 0.3s ease;
}

.category-slider-prev {
    left: -22px;
}

.category-slider-next {
    right: -22px;
}

/* Kompakt Kategori Grid (Eski - artık kullanılmıyor) */
.category-grid-compact {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
}

.category-card-compact-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category-card-compact-link:hover {
    text-decoration: none;
    color: inherit;
}

.category-card-compact {
    background: var(--white, white);
    border: none;
    border-radius: 12px;
    padding: 1.25rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    min-height: 130px;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.category-card-compact:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.category-icon-compact-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
}

.category-card-compact:hover .category-icon-compact-wrapper {
    transform: scale(1.1);
}

.category-icon-compact-wrapper i {
    font-size: 1.5rem;
}

.category-name-compact {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.category-card-compact:hover .category-name-compact {
    color: var(--category-color, var(--primary-color, #0088cc));
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    
    .category-grid-compact {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.25rem;
    }
}

.category-grid-item {
    width: 100%;
}

.category-card-grid {
    background: var(--white, white);
    border: 1.5px solid #e8e8e8;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.category-card-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--category-color, var(--primary-color, #0088cc));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card-grid:hover {
    border-color: var(--category-color, var(--primary-color, #0088cc));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.category-card-grid:hover::before {
    opacity: 1;
}

.category-card-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-icon-wrapper {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 0.25rem;
}

.category-icon-wrapper i {
    font-size: 1.75rem;
}

.category-name-grid {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.category-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gradient-primary, linear-gradient(135deg, var(--primary-color, #0088cc) 0%, var(--primary-light, #33a3d9) 100%)) !important;
    color: white !important;
    padding: 0.6rem 1.15rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    width: fit-content;
    margin-top: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border: none !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.category-view-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.category-view-btn:hover {
    background: var(--gradient-primary, linear-gradient(135deg, var(--primary-color, #0088cc) 0%, var(--primary-light, #33a3d9) 100%)) !important;
    color: white !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
    border: none !important;
}

.category-view-btn:hover::before {
    left: 100%;
}

.category-view-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.category-view-btn i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.category-view-btn:hover i {
    transform: translateX(2px);
}

.category-item-hidden {
    display: none;
}

.category-view-all-wrapper {
    margin-top: 3rem;
}

.category-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gradient-primary, linear-gradient(135deg, var(--primary-color, #0088cc) 0%, var(--primary-light, #33a3d9) 100%));
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.category-view-all-btn:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}

.category-view-all-btn i {
    transition: transform 0.3s ease;
}

.category-view-all-btn:hover i {
    transform: translateX(3px);
}

/* Featured Groups Header - Sayfa Bütünlüğü */
.featured-groups-header {
    margin-bottom: 2.5rem;
}

.featured-groups-title-wrapper {
    text-align: center;
}

.featured-groups-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.featured-groups-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: var(--gradient-primary, linear-gradient(90deg, var(--primary-color, #0088cc), var(--primary-light, #33a3d9)));
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 136, 204, 0.3);
}

.featured-groups-view-all-wrapper {
    margin-top: 2rem;
}

.featured-groups-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gradient-primary, linear-gradient(135deg, var(--primary-color, #0088cc) 0%, var(--primary-light, #33a3d9) 100%));
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.featured-groups-view-all-btn:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}

.featured-groups-view-all-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.featured-groups-view-all-btn:hover i {
    transform: translateX(3px);
}

/* Featured Groups Section */
.featured-groups-section {
    padding: 4rem 0;
    background: var(--white, #ffffff);
    position: relative;
}

.featured-groups-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #0088cc), transparent);
    opacity: 0.2;
}

/* Featured Pages Section */
.featured-pages-section {
    padding: 4rem 0;
    background: var(--white, #ffffff);
    position: relative;
}

.featured-pages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #0088cc), transparent);
    opacity: 0.2;
}

.featured-pages-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.featured-pages-title-wrapper {
    flex-grow: 1;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.featured-pages-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #1a1a1a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.featured-pages-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: var(--gradient-primary, linear-gradient(90deg, var(--primary-color, #0088cc), var(--primary-light, #33a3d9)));
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 136, 204, 0.3);
}

.featured-pages-view-all-wrapper {
    flex-shrink: 0;
}

.featured-pages-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gradient-primary, linear-gradient(135deg, var(--primary-color, #0088cc) 0%, var(--primary-light, #33a3d9) 100%));
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.featured-pages-view-all-btn:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}

.featured-pages-view-all-btn i {
    transition: transform 0.3s ease;
}

.featured-pages-view-all-btn:hover i {
    transform: translateX(3px);
}

/* Category Card Links (Eski - Splide için) */
.category-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: all var(--transition-normal);
}

.category-card-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Category Cards (Eski) */
.category-card {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transition: all var(--transition-normal);
    overflow: hidden;
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.category-card-link:hover .category-card {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 136, 204, 0.2);
}

.category-card-inner {
    padding: 1.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 140px;
}

.category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon i {
    font-size: 1.5rem;
    color: var(--primary-color, #0088cc);
    transition: color var(--transition-normal);
}

/* Dynamic category icon color - JavaScript ile set edilecek */
.category-icon[data-color] i {
    color: var(--category-icon-color, var(--primary-color, #0088cc));
}

.category-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: var(--dark);
    line-height: 1.3;
}

/* Groups Section */
.groups-section {
    padding: 4rem 0;
}

/* Latest Groups Section */
.latest-groups-section {
    padding: 4rem 0;
    background: var(--light-gray, #f8f9fa);
}

/* Minimal Hero Stats */
.hero-stats-minimal {
    margin-top: 2rem;
}

.stats-simple {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0.8;
}

.stat-simple {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.stat-simple .stat-number {
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
    line-height: 1;
}

.stat-simple .stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-transform: lowercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
}

.stat-divider {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

/* Group Card Links */
.group-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: all var(--transition-normal, 0.3s ease);
    cursor: pointer;
}

.group-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.group-card-link:hover .group-card {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl, 0 8px 25px rgba(0, 0, 0, 0.12));
    border-color: rgba(0, 136, 204, 0.2);
}

/* Clickable Title */
.clickable-title:hover {
    color: var(--primary-color, #0088cc) !important;
    text-decoration: underline;
}

/* Group Image Link */
.group-image-link {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.group-image-link:hover {
    text-decoration: none;
    transform: scale(1.02);
}

.group-image-link:hover .group-image {
    opacity: 0.9;
}

/* Group Cards */
.group-card {
    background: var(--white);
    border-radius: var(--radius-lg, 16px);
    box-shadow: var(--shadow-sm, 0 3px 10px rgba(0, 0, 0, 0.06));
    transition: all var(--transition-normal, 0.3s ease);
    overflow: hidden;
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 1rem;
}

/* Ensure mobile 2 column layout */
@media (max-width: 991px) {
    .group-card {
        margin-bottom: 0.8rem;
    }
}

.group-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: var(--radius-lg, 16px) var(--radius-lg, 16px) 0 0;
}

.group-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--gradient-primary, linear-gradient(135deg, #0088cc, #00aaff));
    color: var(--white);
    padding: 0.4rem 0.8rem;
    border-radius: var(--radius-sm, 8px);
    font-size: 0.75rem;
    font-weight: 500;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.15));
}

.group-content {
    padding: 1.25rem;
    height: calc(100% - 180px);
    display: flex;
    flex-direction: column;
}

.group-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: var(--dark);
    line-height: 1.3;
    flex: 1;
}

.group-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.group-platform {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--gray, #666);
    background: var(--light-gray, #f8f9fa);
    padding: 0.3rem 0.6rem;
    border-radius: var(--radius-sm, 8px);
    flex: 1;
}

.group-category {
    font-size: 0.8rem;
    color: var(--primary-color, #0088cc);
    background: rgba(0, 136, 204, 0.1);
    padding: 0.3rem 0.6rem;
    border-radius: var(--radius-sm, 8px);
    font-weight: 500;
}

.group-action {
    margin-top: auto;
}

.group-action .btn-join {
    background: var(--gradient-primary, linear-gradient(135deg, #0088cc, #00aaff));
    color: white;
    border: none;
    border-radius: var(--radius-sm, 8px);
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.group-action .btn-join:hover {
    background: var(--gradient-primary, linear-gradient(135deg, #0066aa, #0088dd));
    transform: translateY(-1px);
}

.group-action .btn {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
}

/* Splide Pagination - Hidden */
.splide__pagination {
    display: none !important;
}

/* Splide Arrow */
.splide__arrow {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.splide__arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.splide__arrow svg {
    fill: var(--primary-color);
    width: 20px;
    height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .categories-section {
        padding: 2rem 0;
    }
    
    .category-section {
        padding: 3rem 0;
    }
    
    .category-title-wrapper {
        margin-bottom: 2.5rem;
    }
    
    .category-section-title {
        font-size: 2rem;
    }
    
    .category-section-title::after {
        width: 60px;
        height: 4px;
    }
    
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .category-slider-modern {
        padding: 0 2rem;
    }
    
    .category-slide-item {
        width: 120px;
    }
    
    .category-slide-card {
        padding: 1.25rem 0.75rem;
        min-height: 140px;
    }
    
    .category-slide-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 0.75rem;
    }
    
    .category-slide-icon i {
        font-size: 1.5rem;
    }
    
    .category-slide-name {
        font-size: 0.85rem;
    }
    
    .category-slider-btn {
        width: 38px;
        height: 38px;
    }
    
    .category-slider-btn i {
        font-size: 0.9rem;
    }
    
    .category-view-all-btn {
        font-size: 0.85rem;
        padding: 0.65rem 1.25rem;
    }
    
    .category-icon-compact-wrapper {
        width: 42px;
        height: 42px;
        margin-bottom: 0.6rem;
    }
    
    .category-icon-compact-wrapper i {
        font-size: 1.3rem;
    }
    
    .category-name-compact {
        font-size: 0.85rem;
    }
    
    .category-card-grid {
        padding: 1.75rem;
        min-height: 170px;
    }
    
    .category-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .category-icon-wrapper i {
        font-size: 1.5rem;
    }
    
    .category-name-grid {
        font-size: 1.2rem;
    }
    
    .category-view-btn {
        font-size: 0.8rem;
        padding: 0.55rem 1rem;
    }
    
    .category-show-more-btn {
        font-size: 0.85rem;
        padding: 0.65rem 1.25rem;
    }
    
    .category-view-all-btn {
        font-size: 0.85rem;
        padding: 0.65rem 1.25rem;
    }
    
    .featured-groups-section {
        padding: 3rem 0;
    }
    
    .featured-groups-header {
        margin-bottom: 2rem;
    }
    
    .featured-groups-section-title {
        font-size: 2rem;
    }
    
    .featured-groups-section-title::after {
        width: 60px;
        height: 4px;
    }
    
    .featured-groups-view-all-wrapper {
        margin-top: 1.5rem;
    }
    
    .featured-groups-view-all-btn {
        font-size: 0.85rem;
        padding: 0.65rem 1.25rem;
    }
    
    .featured-pages-section {
        padding: 3rem 0;
    }
    
    .featured-pages-header {
        margin-bottom: 2rem;
    }
    
    .featured-pages-section-title {
        font-size: 2rem;
    }
    
    .featured-pages-section-title::after {
        width: 60px;
        height: 4px;
    }
    
    .featured-pages-view-all-wrapper {
        text-align: center;
    }
    
    .featured-pages-view-all-btn {
        font-size: 0.85rem;
        padding: 0.65rem 1.25rem;
    }
    
    .platform-section {
        padding: 3rem 0;
    }
    
    .platform-title-wrapper {
        margin-bottom: 2.5rem;
    }
    
    .platform-section-title {
        font-size: 2rem;
    }
    
    .platform-section-title::after {
        width: 60px;
        height: 4px;
    }
    
    .platform-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    .platform-card-grid {
        padding: 1.75rem;
        min-height: 170px;
    }
    
    .platform-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .platform-icon-wrapper i {
        font-size: 1.5rem;
    }
    
    .platform-name-grid {
        font-size: 1.2rem;
    }
    
    .platform-view-btn {
        font-size: 0.8rem;
        padding: 0.55rem 1rem;
    }
    
    .splide {
        padding: 0 20px;
        overflow: hidden;
    }
    
    .splide__arrow {
        width: 40px;
        height: 40px;
    }
    
    .splide__arrow svg {
        width: 16px;
        height: 16px;
    }
    
    .platform-icon {
        width: 70px;
        height: 70px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(0, 136, 204, 0.08);
        box-shadow: 0 3px 10px rgba(0, 136, 204, 0.1);
    }
    
    .platform-icon i {
        font-size: 2.1rem;
    }
    
    .category-card-inner {
        padding: 0.8rem;
        min-height: 110px;
    }
    
    /* Groups & Latest Groups Responsive - Mobile 2 column GUARANTEED */
    .groups-section {
        padding: 2rem 0;
    }
    
    .latest-groups-section {
        padding: 2rem 0;
    }
    
    /* Minimal Stats Mobile */
    .stats-simple {
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .stat-simple .stat-number {
        font-size: 1.4rem;
        color: white;
    }
    
    .stat-simple .stat-label {
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .stat-divider {
        font-size: 1.1rem;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .group-card {
        margin-bottom: 0.8rem;
    }
    
    .group-image {
        height: 130px;
    }
    
    .group-content {
        padding: 0.7rem;
        height: calc(100% - 130px);
    }
    
    .group-title {
        font-size: 0.85rem;
        margin-bottom: 0.6rem;
        line-height: 1.2;
    }
    
    .group-meta {
        margin-bottom: 0.6rem;
    }
    
    .group-platform {
        font-size: 0.65rem;
        padding: 0.15rem 0.35rem;
    }
    
    .group-category {
        font-size: 0.65rem;
        padding: 0.15rem 0.35rem;
    }
    
    .group-action .btn {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
    
    .group-badge {
        padding: 0.2rem 0.5rem;
        font-size: 0.65rem;
    }
    
    .category-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 0.5rem;
    }
    
    .category-icon i {
        font-size: 1.1rem;
    }
    
    .category-title {
        font-size: 0.95rem;
        margin-bottom: 0.4rem;
        line-height: 1.2;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .seo-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .seo-title {
        font-size: 1.1rem;
    }
    
    .seo-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .category-section {
        padding: 2.5rem 0;
    }
    
    .category-title-wrapper {
        margin-bottom: 2rem;
    }
    
    .category-section-title {
        font-size: 1.75rem;
    }
    
    .category-section-title::after {
        width: 50px;
        height: 3px;
    }
    
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .category-slider-modern {
        padding: 0 1rem;
    }
    
    .category-slider-controls {
        display: flex;
    }
    
    .category-slider-prev {
        left: -15px;
    }
    
    .category-slider-next {
        right: -15px;
    }
    
    .category-slider-btn {
        width: 36px;
        height: 36px;
    }
    
    .category-slide-item {
        width: 100px;
    }
    
    .category-slide-card {
        padding: 1rem 0.5rem;
        min-height: 120px;
    }
    
    .category-slide-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.6rem;
    }
    
    .category-slide-icon i {
        font-size: 1.3rem;
    }
    
    .category-slide-name {
        font-size: 0.75rem;
    }
    
    .category-view-all-btn {
        font-size: 0.75rem;
        padding: 0.55rem 1rem;
    }
    
    .category-icon-compact-wrapper {
        width: 38px;
        height: 38px;
        margin-bottom: 0.5rem;
    }
    
    .category-icon-compact-wrapper i {
        font-size: 1.2rem;
    }
    
    .category-name-compact {
        font-size: 0.8rem;
    }
    
    .category-card-grid {
        padding: 1.5rem;
        min-height: 160px;
    }
    
    .category-icon-wrapper {
        width: 48px;
        height: 48px;
    }
    
    .category-icon-wrapper i {
        font-size: 1.4rem;
    }
    
    .category-name-grid {
        font-size: 1.1rem;
    }
    
    .category-view-btn {
        font-size: 0.75rem;
        padding: 0.5rem 0.9rem;
        gap: 0.5rem;
    }
    
    .category-view-btn i {
        font-size: 0.7rem;
    }
    
    .category-show-more-btn {
        font-size: 0.75rem;
        padding: 0.55rem 1rem;
    }
    
    .category-view-all-btn {
        font-size: 0.75rem;
        padding: 0.55rem 1rem;
    }
    
    .featured-groups-section {
        padding: 2.5rem 0;
    }
    
    .featured-groups-header {
        margin-bottom: 1.5rem;
    }
    
    .featured-groups-section-title {
        font-size: 1.75rem;
    }
    
    .featured-groups-section-title::after {
        width: 50px;
        height: 3px;
    }
    
    .featured-groups-view-all-wrapper {
        margin-top: 1.25rem;
    }
    
    .featured-groups-view-all-btn {
        font-size: 0.75rem;
        padding: 0.55rem 1rem;
    }
    
    .featured-pages-section {
        padding: 2.5rem 0;
    }
    
    .featured-pages-header {
        margin-bottom: 1.5rem;
    }
    
    .featured-pages-section-title {
        font-size: 1.75rem;
    }
    
    .featured-pages-section-title::after {
        width: 50px;
        height: 3px;
    }
    
    .featured-pages-view-all-btn {
        font-size: 0.75rem;
        padding: 0.55rem 1rem;
    }
    
    .platform-section {
        padding: 2.5rem 0;
    }
    
    .platform-title-wrapper {
        margin-bottom: 2rem;
    }
    
    .platform-section-title {
        font-size: 1.75rem;
    }
    
    .platform-section-title::after {
        width: 50px;
        height: 3px;
    }
    
    /* Küçük mobil: 3 sütun – min-width: 0 ile taşma yok */
    .platform-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }
    
    .platform-card-grid {
        padding: 1rem;
        min-height: 140px;
    }
    
    .platform-icon-wrapper {
        width: 48px;
        height: 48px;
    }
    
    .platform-icon-wrapper i {
        font-size: 1.4rem;
    }
    
    .platform-name-grid {
        font-size: 1rem;
    }
    
    .platform-view-btn {
        font-size: 0.75rem;
        padding: 0.5rem 0.9rem;
        gap: 0.5rem;
    }
    
    .platform-view-btn i {
        font-size: 0.7rem;
    }
    
    .splide {
        padding: 0 15px;
        overflow: hidden;
    }
    
    .splide__arrow {
        width: 35px;
        height: 35px;
    }
    
    .splide__arrow svg {
        width: 14px;
        height: 14px;
    }
    
    .platform-icon {
        width: 65px;
        height: 65px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(0, 136, 204, 0.08);
        box-shadow: 0 3px 10px rgba(0, 136, 204, 0.1);
    }
    
    .platform-icon i {
        font-size: 1.9rem;
    }
    
    .category-card-inner {
        padding: 0.6rem;
        min-height: 95px;
    }
    
    .category-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.4rem;
    }
    
    .category-icon i {
        font-size: 1rem;
    }
    
    .category-title {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
        line-height: 1.1;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    /* Minimal Stats Small Mobile */
    .stats-simple {
        gap: 0.8rem;
        margin-top: 1.2rem;
    }
    
    .stat-simple .stat-number {
        font-size: 1.3rem;
        color: white;
    }
    
    .stat-simple .stat-label {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.8);
    }
    
    /* Group Cards Small Mobile - DEFINITELY 2 columns */
    .row .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .group-image {
        height: 120px;
    }
    
    .group-content {
        padding: 0.6rem;
        height: calc(100% - 120px);
    }
    
    .group-title {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
        line-height: 1.1;
    }
    
    .group-meta {
        margin-bottom: 0.5rem;
    }
    
    .group-platform {
        font-size: 0.6rem;
        padding: 0.1rem 0.25rem;
    }
    
    .group-category {
        font-size: 0.6rem;
        padding: 0.1rem 0.25rem;
    }
    
    .group-action .btn {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }
    
    .group-badge {
        padding: 0.15rem 0.4rem;
        font-size: 0.6rem;
    }
}


