/* =========================================
   Arama Sayfası ve Google-Like Arayüz Stilleri
   ========================================= */

:root {
    --primary-color: #4c4c9d;
    --secondary-color: #f2f7fd;
    --text-heading: #1e293b;
    --text-body: #64748b;
    --accent-yellow: #f59e0b;
}

html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #f2f7fd;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
}

/* Sayfa içi header ayarı */
.service-header {
    background: transparent;
    box-shadow: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Sticky durumunda beyaz olması için */
.service-header-wrapper.sticky .service-header {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

/* GOOGLE-LIKE MAIN LAYOUT */
.google-style-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    padding: 90px 20px 100px;
    text-align: center;
    justify-content: center;
    min-height: calc(100vh - 160px);
    /* Header ve Footer payı */
}

/* Logo Tarzı Başlık - Profesyonel Tipografi */
.google-logo-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 0 15px 0;
    letter-spacing: -4px;
    color: var(--primary-color);
    user-select: none;
    line-height: 0.9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-rendering: optimizeLegibility;
    gap: 15px;
}

.google-logo-title span {
    color: var(--accent-yellow);
    letter-spacing: -4px;
}

.google-logo-subtitle {
    font-size: 1.1rem;
    margin-top: 0px;
    color: var(--text-body);
    margin-bottom: 30px;
    font-weight: 400;
    max-width: 600px;
    line-height: 1.6;
    opacity: 0.8;
}

/* Search Bar Wrapper Optimization */
.google-search-input-wrapper {
    width: 100%;
    max-width: 720px;
    /* Daha ferah bir genişlik */
    margin-bottom: 40px;
}

/* Popüler Etiketler (Google'ın 'I'm Feeling Lucky' butonu gibi konumlanmış) */
.google-quick-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
}

.google-tag-btn {
    background-color: #ffffff;
    border: 1px solid #d1dbed;
    border-radius: 8px;
    color: #475569;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 4px;
    padding: 0 16px;
    line-height: 34px;
    height: 36px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.google-tag-btn:hover {
    background-color: #ffffff;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(46, 76, 157, 0.08);
}

/* GOOGLE STYLE FOOTER */
.google-minimal-footer {
    background-color: #ffffff;
    border-top: 1px solid #dce4f2;
    color: #70757a;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: normal;
    z-index: 100;
}

.google-footer-row {
    padding: 15px 30px;
    display: flex;
    align-items: center;
}


.google-footer-bottom {
    justify-content: space-between;
    flex-wrap: wrap;
}

.google-footer-left,
.google-footer-right {
    display: flex;
    gap: 25px;
}

.google-footer-row a {
    color: #70757a;
    text-decoration: none;
}

.google-footer-row a:hover {
    text-decoration: underline;
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .google-style-container {
        padding: 40px 15px 40px;
        justify-content: flex-start;
        min-height: auto;
        margin-top: 20px;
    }

    .google-logo-title {
        font-size: 3.5rem;
        letter-spacing: -2px;
        flex-direction: column;
        line-height: 0.85;
        margin-bottom: 20px;
    }

    .google-logo-title span {
        letter-spacing: -2px;
        margin-top: 0;
    }

    .google-logo-subtitle {
        font-size: 0.95rem;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .google-search-input-wrapper {
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .google-quick-tags {
        gap: 6px;
        margin-bottom: 40px;
    }

    .google-tag-btn {
        margin: 3px;
        padding: 0 14px;
        font-size: 13px;
        height: 34px;
        line-height: 32px;
        background-color: #ffffff;
        border-color: #d1dbed;
    }

    .google-minimal-footer {
        position: relative;
        padding-bottom: 20px;
    }

    .google-footer-row {
        padding: 12px 20px;
        justify-content: center;
    }

    .google-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .google-footer-left,
    .google-footer-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        width: 100%;
    }
}

/* Extra small screens */
@media (max-width: 380px) {
    .google-logo-title {
        font-size: 2.8rem;
    }
}

/* ============================================
   ILAN.PHP STYLES - Material Design & SAAS
   ============================================ */

/* Global Variables */
:root {
    --md-primary: #2E0797;
    --md-primary-light: #726EFC;
    --md-primary-dark: #250661;
    --md-surface: #ffffff;
    --md-surface-variant: #f8f9fa;
    --md-on-surface: #202124;
    --md-on-surface-variant: #5f6368;
    --md-outline: #dadce0;
    --md-outline-variant: #e8eaed;
    --md-radius-sm: 8px;
    --md-radius-md: 12px;
    --md-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --primary-dark: #3d3d7d;
}

/* Search Area Spacing - İlan sayfasına özel (post.php ile aynı) */
#ilan-arama-alani {
    margin: 10px auto 0 !important;
}

/* Search Input Container - Flex Layout */
.search-input-container {
    display: flex;
    align-items: center;
}

/* Professional Search Input Wrapper */
.search-input-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.search-input-field {
    width: 100%;
    padding-right: 40px !important;
}

/* Hide browser default clear buttons */
.search-input-field::-ms-clear,
.search-input-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Professional Clear Button - Fixed Hover */
.search-clear-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none !important;
    /* Hidden by default, shown by JS */
    align-items: center;
    justify-content: center;
    color: #202124 !important;
    /* Siyah - Kesinlikle görünsün */
    transition: background-color 0.15s, color 0.15s;
    padding: 0;
    z-index: 10;
}

.search-clear-btn:hover {
    background-color: #f1f3f4;
    color: #000000 !important;
    /* Hover'da tam siyah */
    transform: translateY(-50%) !important;
    /* Kaymayı Kesinlikle Engelle */
}

.search-clear-btn.visible {
    display: flex !important;
    z-index: 10 !important;
}

.search-clear-btn i {
    font-size: 18px;
    display: block;
    color: white;
}

/* Search Submit Button */
.search-submit-btn {
    transition: opacity 0.2s ease;
}

.search-submit-btn.hidden {
    display: none !important;
}

@media (max-width: 768px) {
    .search-clear-btn {
        right: 10px;
        padding: 8px;
    }
}

body {
    background-color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
}

/* Hero Section - Clean Style */
.ilan-hero-section {
    background-color: var(--secondary-color);
    padding: 25px 0 10px;
    text-align: center;
}

.ilan-hero-title {
    margin-top: -20px;
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--primary-color);

    /* Profesyonel Tam Metin Görüntüleme */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;

    /* Metin Kesilme Sorunu Düzeltme */
    padding: 10px 15px;
    box-sizing: border-box;
}

.ilan-hero-title span {
    color: #f59e0b;
    font-weight: 700;
}

.ilan-hero-desc {
    display: none;
}

/* Uzun başlıklar için otomatik küçültme - post.php'den uyarlandi */
.ilan-hero-title.long-title {
    font-size: 2.2rem;
}

.ilan-hero-title.very-long-title {
    font-size: 1.9rem;
}

@media (max-width: 768px) {
    .ilan-hero-title {
        font-size: 1.9rem;
        line-height: 1.25;
        padding: 8px 10px;
    }

    .ilan-hero-title.long-title {
        font-size: 1.65rem;
    }

    .ilan-hero-title.very-long-title {
        font-size: 1.45rem;
    }

    .ilan-hero-desc {
        display: none;
    }
}

/* Minimal Breadcrumb */
.minimal-breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 0.85rem;
    color: #64748b;
}

.minimal-breadcrumb .breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent;
    align-items: center;
}

.minimal-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}

.minimal-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.6rem;
    padding: 0 10px;
    color: #cbd5e1;
    display: inline-block;
}

.minimal-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

.minimal-breadcrumb a:hover {
    color: #1e293b;
}

.minimal-breadcrumb .active {
    color: #64748b;
    font-weight: 500;
    cursor: default;
}

/* FAQ Interactive Styles */
.service-faq-answer {
    display: none;
    margin-top: 10px;
    color: #64748b;
    line-height: 1.6;
}

.service-faq-item.active .service-faq-answer {
    display: block;
    animation: fadeIn 0.3s ease;
}

.service-faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-faq-q-icon {
    margin-right: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Note: Added minimal job-item styles if needed here, 
     but keeping them minimal as consistent with ilan.php */

.ilan-content {
    padding: 10px 0;
}

/* Filter Badges Wrapper */
.filter-badges-container {
    margin-bottom: 30px !important;
    position: relative;
}

.filter-badges-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.filter-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid var(--md-outline);
    background-color: var(--md-surface);
    color: var(--md-on-surface-variant);
    transition: var(--md-transition);
}

.filter-badge:hover {
    background-color: var(--md-surface-variant);
    border-color: var(--md-primary-light);
    color: var(--md-primary);
}

.filter-badge.active {
    background: var(--md-primary);
    color: #ffffff;
    border-color: var(--md-primary);
}

.filter-badge-count {
    margin-left: 6px;
    font-weight: 600;
    font-size: 12px;
    opacity: 0.7;
}

/* Date Group & Job Items */
.date-group {
    background: var(--md-surface);
    border-radius: var(--md-radius-md);
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--md-outline-variant);
    overflow: hidden;
}

.date-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: linear-gradient(135deg, rgba(46, 7, 151, 0.03) 0%, rgba(114, 110, 252, 0.03) 100%);
    border-bottom: 1px solid var(--md-outline-variant);
}

.date-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.date-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(46, 7, 151, 0.1) 0%, rgba(114, 110, 252, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--md-primary);
}

.date-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin: 0;
}

.date-group>div:not(.date-header) {
    padding: 16px 24px 28px 24px;
}

.job-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    margin: 2px 0;
    border-radius: 10px;
    text-decoration: none;
    color: var(--md-on-surface-variant);
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.08s ease;
}

.job-item:hover {
    background-color: #f9fafb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transform: translateY(-0.5px);
    color: var(--md-primary);
}

.job-item-logo-wrap {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35);
}

.job-item-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-item-title {
    display: inline;
    white-space: normal;
}

.uni-type-label {
    display: inline;
    margin-left: 4px;
    font-weight: inherit;
    color: inherit;
}

/* Responsive Design - Existing Styles */
@media (max-width: 768px) {
    .job-item {
        padding: 6px 8px;
        gap: 8px;
    }

    .filter-badges-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .date-header {
        padding: 15px;
    }

    .date-group>div:not(.date-header) {
        padding: 15px;
    }

    .ilan-search-wrapper {
        margin-top: 20px;
        background: white;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        border: 1px solid #eef2ff;
    }
}

/* ========================================
   COMPACT & CORPORATE SEARCH RESULTS DESIGN
======================================== */

.modern-results-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
}

.result-card {
    display: block;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.result-card:hover {
    border-color: #4c4c9d;
    box-shadow: 0 10px 25px rgba(76, 76, 157, 0.08);
}

.listing-row-content {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 20px;
}

/* Branding Section */
.branding-cell {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 280px;
    flex-shrink: 0;
}

.university-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 8px;
    background: #f8fafc;
    padding: 4px;
    border: 1px solid #f1f5f9;
}

.university-logo-placeholder {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 18px;
}

.university-name {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Positions Section */
.positions-cell {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 20px;
    border-left: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
}

.job-positions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.position-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: #4c4c9d;
    background: #f0f0ff;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    border: 1px solid #e0e0ff;
    transition: all 0.2s;
}



/* Meta Section */
.meta-cell {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 220px;
    flex-shrink: 0;
    justify-content: flex-end;
}

.deadline-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 8px;
    white-space: nowrap;
}

.deadline-active {
    background: #f0fdf4;
    color: #166534;
}

.deadline-warning {
    background: #fffbeb;
    color: #92400e;
}

.deadline-expired {
    background: #fef2f2;
    color: #991b1b;
}

.action-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    transition: all 0.3s;
}

.result-card:hover .action-arrow {
    background: #4c4c9d;
    color: #ffffff;
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .listing-row-content {
        flex-wrap: wrap;
        gap: 15px;
    }

    .branding-cell {
        width: 100%;
    }

    .positions-cell {
        border: none;
        padding: 0;
        width: 100%;
    }

    .meta-cell {
        width: 100%;
        justify-content: space-between;
        border-top: 1px solid #f1f5f9;
        padding-top: 12px;
    }
}

@media (max-width: 640px) {
    .listing-row-content {
        padding: 15px;
    }

    .university-name {
        font-size: 14px;
    }

    .deadline-badge {
        font-size: 11px;
        padding: 4px 10px;
    }
}

/* ========================================
   LOAD MORE SECTION DESIGN
======================================== */

#load-more-container.load-more-section {
    margin: 50px auto;
    text-align: center;
    display: block;
    clear: both;
}

#load-more-btn.load-more-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    padding: 16px 40px !important;
    background: #4c4c9d !important;
    /* Arka planı koyu yapalım daha iyi görünebilir */
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(76, 76, 157, 0.2) !important;
    font-family: 'Poppins', sans-serif !important;
}

#load-more-btn.load-more-button:hover {
    background: #3a3a8a !important;
    box-shadow: 0 8px 25px rgba(76, 76, 157, 0.3) !important;
    transform: translateY(-2px) !important;
}

#load-more-btn.load-more-button:active {
    transform: translateY(0) !important;
    /* Kaymayı Kesinlikle Engelle */
}

#load-more-btn.load-more-button i {
    font-size: 18px !important;
}

.load-more-count {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    margin-left: 5px;
}

#load-more-loader.load-more-loader {
    display: none;
    margin: 20px auto;
    padding: 15px 30px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #4c4c9d;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    width: fit-content;
}

#load-more-loader.load-more-loader i {
    margin-right: 10px;
    color: #4c4c9d;
}

/* App Download Banner - Page Specific Overrides */
@media (max-width: 768px) {
    .app-download-banner {
        margin: 8px 0px 8px 0px !important;
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .app-download-banner {
        margin: 8px 0 8px 0 !important;
    }
}

/* ========================================
   ARAMA.PHP EK CSS (SAYFADAN TAŞINANLAR)
======================================== */

/* Hizmet Banner CSS - !important ile */
.AkademikTR-banner {
    display: block !important;
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    margin: 15px 0 !important;
    overflow: hidden !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.AkademikTR-banner:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.AkademikTR-banner-link {
    display: block !important;
    text-decoration: none !important;
    padding: 18px 24px !important;
}

.AkademikTR-banner-content {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

.AkademikTR-banner-icon {
    flex-shrink: 0 !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.AkademikTR-banner-text {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.AkademikTR-banner-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.AkademikTR-banner-subtitle {
    font-size: 14px !important;
    color: #4b5563 !important;
    line-height: 1.5 !important;
}

.AkademikTR-banner-cta {
    flex-shrink: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    transition: transform 0.2s ease !important;
}

.AkademikTR-banner-link:hover .AkademikTR-banner-cta {
    transform: scale(1.05) !important;
}

@media (max-width: 768px) {
    .AkademikTR-banner {
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        margin: 8px -15px 8px -15px !important;
        width: calc(100% + 30px) !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }

    .AkademikTR-banner-link {
        padding: 12px 14px !important;
    }

    .AkademikTR-banner-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .AkademikTR-banner-title {
        font-size: 14px !important;
    }

    .AkademikTR-banner-subtitle {
        font-size: 12px !important;
    }

    .AkademikTR-banner-cta {
        width: 40px !important;
        height: 40px !important;
    }
}

/* SEO Highlight Box Styles */
.seo-highlight-box {
    background: #ffffff !important;
    border-left: 4px solid #4c4c9d;
    padding: 20px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 25px;
}

/* SEO Content Box - Department Specific */
.service-content-box {
    background: white;
    border-radius: 12px;
    padding: 32px;
    margin-top: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.seo-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
}

.seo-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin: 24px 0 10px;
}

.seo-content p {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.seo-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.seo-stat-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s;
}

.seo-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.seo-stat-icon {
    font-size: 32px;
    margin-bottom: 16px;
    display: block;
    transition: transform 0.3s ease;
    color: #7c3aed;
}

.seo-stat-card:nth-child(2) .seo-stat-icon {
    color: #0284c7;
}

.seo-stat-card:nth-child(3) .seo-stat-icon {
    color: #0d9488;
}

.seo-stat-card:hover .seo-stat-icon {
    transform: scale(1.15) rotate(5deg);
}

.service-links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.service-link-tag {
    font-size: 13px;
    padding: 8px 16px;
    background: #f1f5f9;
    color: #475569;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.2s;
}

.service-link-tag:hover {
    background: #4c4c9d;
    color: white;
}

.seo-stat-value {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    display: block;
    letter-spacing: -0.5px;
}

.seo-stat-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seo-grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .service-content-box {
        padding: 24px 20px;
    }

    .seo-content h2 {
        font-size: 1.35rem;
    }

    .seo-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 20px 0;
    }

    /* Son güncelleme kartını tam genişlik yaparak dengeleyelim */
    .seo-stat-card:last-child {
        grid-column: span 2;
        padding: 15px;
    }

    .seo-stat-card {
        padding: 16px 10px;
        border-radius: 12px;
    }

    .seo-stat-icon {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .seo-stat-value {
        font-size: 16px;
        font-weight: 700;
    }

    .seo-stat-label {
        font-size: 11px;
        letter-spacing: 0.2px;
    }

    .seo-grid-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.seo-list-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 16px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.seo-list-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.1), 0 8px 10px -6px rgba(59, 130, 246, 0.1);
    transform: translateY(-3px);
}

.seo-list-card i {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #2563eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.seo-list-card:nth-child(even) i {
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    color: #0d9488;
}

.seo-list-card:hover i {
    transform: scale(1.1) rotate(-5deg);
    background: #2563eb;
    color: #ffffff;
}

.seo-list-card span {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.seo-list-card .badge {
    margin-left: 10px;
    font-size: 11px;
    background: #f8fafc;
    color: #4c4c9d;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #eef2f7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    flex-shrink: 0;
    transition: all 0.2s;
}

.seo-list-card:hover .badge {
    background: #4c4c9d;
    color: #ffffff;
    border-color: #4c4c9d;
}

@media (max-width: 576px) {
    .service-content-box {
        padding: 24px 16px;
        margin-top: 30px;
    }
}