/* Enterprise Homepage - Büyük Firma Tasarımı */

/* Reset and Base */
.enterprise-homepage {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1a202c;
    overflow-x: hidden;
}

.enterprise-homepage * {
    box-sizing: border-box;
}

/* Hero Section - Enterprise Style */
.enterprise-homepage .hero-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #8b5cf6 100%);
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-homepage .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hexagons" width="40" height="40" patternUnits="userSpaceOnUse"><polygon points="20,5 35,15 35,25 20,35 5,25 5,15" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23hexagons)"/></svg>');
    opacity: 0.3;
}

.enterprise-homepage .hero-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.enterprise-homepage .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.enterprise-homepage .hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enterprise-homepage .hero-title {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enterprise-homepage .hero-subtitle {
    font-size: 1.8rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.enterprise-homepage .hero-description {
    font-size: 1.3rem;
    opacity: 0.8;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.enterprise-homepage .hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.enterprise-homepage .cta-button {
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enterprise-homepage .cta-primary {
    background: white;
    color: #1e3a8a;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.enterprise-homepage .cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #1e3a8a;
    text-decoration: none;
}

.enterprise-homepage .cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.enterprise-homepage .cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
}

.enterprise-homepage .hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.enterprise-homepage .stat-item {
    text-align: center;
    position: relative;
}

.enterprise-homepage .stat-item::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

.enterprise-homepage .stat-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enterprise-homepage .stat-label {
    font-size: 1.1rem;
    opacity: 0.8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Services Section - Enterprise Grid */
.enterprise-homepage .quick-access-section {
    padding: 120px 0;
    background: #f8fafc;
    position: relative;
}

.enterprise-homepage .quick-access-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
}

.enterprise-homepage .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.enterprise-homepage .section-badge {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enterprise-homepage .section-title {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: #1a202c;
    letter-spacing: -0.02em;
}

.enterprise-homepage .section-subtitle {
    font-size: 1.3rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.enterprise-homepage .quick-access-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.enterprise-homepage .quick-access-card {
    background: white;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.enterprise-homepage .quick-access-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.enterprise-homepage .quick-access-card:hover::before {
    transform: scaleX(1);
}

.enterprise-homepage .quick-access-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: inherit;
}

.enterprise-homepage .card-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all 0.4s ease;
    position: relative;
}

.enterprise-homepage .card-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 30px;
    opacity: 0.2;
    z-index: -1;
}

.enterprise-homepage .quick-access-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.enterprise-homepage .card-icon i {
    font-size: 2.5rem;
    color: white;
}

.enterprise-homepage .quick-access-card h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a202c;
    letter-spacing: -0.01em;
}

.enterprise-homepage .quick-access-card p {
    color: #64748b;
    line-height: 1.7;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Featured Content - Enterprise Style */
.enterprise-homepage .featured-posts-section {
    padding: 120px 0;
    background: white;
    position: relative;
}

.enterprise-homepage .featured-posts-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
}

.enterprise-homepage .featured-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.enterprise-homepage .featured-post-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    min-height: 300px;
}

.enterprise-homepage .featured-post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.enterprise-homepage .featured-post-card.main-featured {
    grid-column: span 1;
    grid-row: span 1;
    position: relative;
}

.enterprise-homepage .featured-post-card.main-featured::before {
    content: 'FEATURED';
    position: absolute;
    top: 15px;
    right: 15px;
    background: #3b82f6;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.enterprise-homepage .post-image {
    display: none;
}

.enterprise-homepage .post-content {
    padding: 25px;
}

.enterprise-homepage .main-featured .post-content {
    padding: 25px;
}

.enterprise-homepage .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.enterprise-homepage .post-category {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enterprise-homepage .post-date {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 600;
}

.enterprise-homepage .post-title {
    margin-bottom: 25px;
}

.enterprise-homepage .post-title a {
    color: #1a202c;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    display: block;
    margin-bottom: 15px;
}

.enterprise-homepage .main-featured .post-title a {
    font-size: 1.3rem;
    line-height: 1.4;
}

.enterprise-homepage .post-title a:hover {
    color: #3b82f6;
}

.enterprise-homepage .post-excerpt {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    clear: both;
}

.enterprise-homepage .post-stats {
    display: none;
}

.enterprise-homepage .read-more-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.enterprise-homepage .read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

/* Category & Tag Hero - Corporate Look */
.enterprise-homepage .category-hero,
.enterprise-homepage .tag-hero {
    position: relative;
    background: radial-gradient(1200px 400px at 50% -100px, rgba(59,130,246,0.10), transparent),
                radial-gradient(800px 300px at 80% -120px, rgba(139,92,246,0.08), transparent),
                #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

/* Two-column hero layout */
.enterprise-homepage .hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 32px;
    align-items: center;
}
.enterprise-homepage .hero-right {
    display: grid;
    gap: 12px;
}
.enterprise-homepage .stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
.enterprise-homepage .stat-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(59,130,246,0.1);
    color: #3b82f6;
}
.enterprise-homepage .stat-card .meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.enterprise-homepage .stat-card .meta .label { color: #64748b; font-size: 0.85rem; }
.enterprise-homepage .stat-card .meta .value { color: #0f172a; font-weight: 700; font-size: 1.05rem; }

@media (max-width: 991.98px) {
    .enterprise-homepage .hero-grid { grid-template-columns: 1fr; }
}

.enterprise-homepage .breadcrumb {
    background: transparent;
    margin-bottom: 0;
}
.enterprise-homepage .breadcrumb .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
}
.enterprise-homepage .breadcrumb .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
}

/* Section header refinements */
.enterprise-homepage .section-header .section-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}
.enterprise-homepage .section-header .section-subtitle {
    color: #475569;
}
.enterprise-homepage .section-underline {
    width: 88px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 999px;
    margin: 14px auto 0;
}

/* KPI Chips */
.enterprise-homepage .kpi-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
}
.enterprise-homepage .kpi-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #0f172a;
    font-size: 0.9rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.enterprise-homepage .kpi-chip .bi { color: #3b82f6; }

/* Grid spacing adjustments for category/tag lists */
.enterprise-homepage .category-list .featured-posts-grid,
.enterprise-homepage .tag-list .featured-posts-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* Corporate card accents */
.enterprise-homepage .category-list .featured-post-card,
.enterprise-homepage .tag-list .featured-post-card {
    border-top: 4px solid rgba(59, 130, 246, 0.2);
}
.enterprise-homepage .category-list .featured-post-card:hover,
.enterprise-homepage .tag-list .featured-post-card:hover {
    border-top-color: #3b82f6;
    box-shadow: 0 20px 40px rgba(2, 6, 23, 0.08);
}

@media (max-width: 991.98px) {
    .enterprise-homepage .category-list .featured-posts-grid,
    .enterprise-homepage .tag-list .featured-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .enterprise-homepage .category-list .featured-posts-grid,
    .enterprise-homepage .tag-list .featured-posts-grid {
        grid-template-columns: 1fr;
    }
}

/* Latest Content - Enterprise Layout */
.enterprise-homepage .latest-content-section {
    padding: 120px 0;
    background: #f8fafc;
    position: relative;
}

.enterprise-homepage .latest-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e2e8f0 50%, transparent 100%);
}

/* Latest Content Section - Same as Featured Posts */
.enterprise-homepage .latest-content-section .featured-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.enterprise-homepage .latest-content-section .featured-post-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    min-height: 300px;
}

.enterprise-homepage .latest-content-section .featured-post-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.enterprise-homepage .latest-content-section .post-content {
    padding: 25px;
}

.enterprise-homepage .latest-content-section .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.enterprise-homepage .latest-content-section .post-category {
    background: #3b82f6;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enterprise-homepage .latest-content-section .post-date {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
}

.enterprise-homepage .latest-content-section .post-title a {
    color: #1a202c;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    display: block;
    margin-bottom: 15px;
}

.enterprise-homepage .latest-content-section .post-title a:hover {
    color: #3b82f6;
}

.enterprise-homepage .latest-content-section .post-excerpt {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    clear: both;
}

.enterprise-homepage .latest-content-section .read-more-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

.enterprise-homepage .latest-content-section .read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

.enterprise-homepage .card-stats {
    display: flex;
    gap: 25px;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
}

.enterprise-homepage .stat-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.enterprise-homepage .read-more-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.enterprise-homepage .read-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
    color: white;
    text-decoration: none;
}

/* Sidebar - Enterprise Style */
.enterprise-homepage .sidebar-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.enterprise-homepage .sidebar-widget {
    background: white;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    position: relative;
}

.enterprise-homepage .sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border-radius: 25px 25px 0 0;
}

.enterprise-homepage .widget-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 15px;
    letter-spacing: -0.01em;
}

.enterprise-homepage .widget-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.enterprise-homepage .category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: #f8fafc;
    border-radius: 15px;
    text-decoration: none;
    color: #1a202c;
    transition: all 0.4s ease;
    border: 1px solid #e2e8f0;
    font-weight: 600;
}

.enterprise-homepage .category-link:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    text-decoration: none;
    transform: translateX(8px);
}

.enterprise-homepage .category-name {
    font-weight: 700;
    font-size: 1rem;
}

.enterprise-homepage .category-count {
    background: #e2e8f0;
    color: #64748b;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}

.enterprise-homepage .category-link:hover .category-count {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.enterprise-homepage .tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.enterprise-homepage .tag-item {
    background: #f8fafc;
    color: #1a202c;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e2e8f0;
}

.enterprise-homepage .tag-item:hover {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    text-decoration: none;
    transform: translateY(-3px);
}

.enterprise-homepage .tag-count {
    background: #e2e8f0;
    color: #64748b;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
}

.enterprise-homepage .tag-item:hover .tag-count {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.enterprise-homepage .newsletter-widget {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #8b5cf6 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.enterprise-homepage .newsletter-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.enterprise-homepage .newsletter-widget .widget-title {
    color: white;
    position: relative;
    z-index: 2;
}

.enterprise-homepage .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.enterprise-homepage .newsletter-form input {
    padding: 18px 25px;
    border: none;
    border-radius: 15px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.enterprise-homepage .newsletter-form button {
    background: white;
    color: #1e3a8a;
    border: none;
    padding: 18px 30px;
    border-radius: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.4s ease;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.enterprise-homepage .newsletter-form button:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Load More Button */
.enterprise-homepage .load-more-section {
    text-align: center;
    margin-top: 40px;
}

/* Fazla alt boşluğu kapat */
.enterprise-homepage .content-footer-spacing {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.enterprise-homepage .load-more-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.enterprise-homepage .load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.enterprise-homepage .load-more-btn:active {
    transform: translateY(0);
}

.enterprise-homepage .load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .enterprise-homepage .hero-title {
        font-size: 4rem;
    }
    
    .enterprise-homepage .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .enterprise-homepage .quick-access-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .enterprise-homepage .featured-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .enterprise-homepage .featured-post-card.main-featured {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .enterprise-homepage .latest-content-section .featured-posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Tablet ve mobil genel offset */
@media (max-width: 991px) {
    .enterprise-homepage { scroll-margin-top: 56px; }
}

@media (max-width: 768px) {
    .enterprise-homepage .hero-section {
        padding: 220px 0 140px 0;
        min-height: auto;
        margin-top: 120px; /* header altına daha fazla boşluk */
        justify-content: center;
    }
    
    .enterprise-homepage .hero-title {
        font-size: 3rem;
    }
    
    .enterprise-homepage .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .enterprise-homepage .hero-description {
        font-size: 1.1rem;
    }
    
    .enterprise-homepage .hero-stats {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .enterprise-homepage .stat-number {
        font-size: 2.5rem;
    }
    
    .enterprise-homepage .section-title {
        font-size: 2.5rem;
    }
    
    .enterprise-homepage .quick-access-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .enterprise-homepage .featured-posts-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .enterprise-homepage .featured-post-card.main-featured {
        grid-column: span 1;
    }
    
    .enterprise-homepage .latest-content-section .featured-posts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .enterprise-homepage .hero-title {
        font-size: 2.5rem;
    }
    
    .enterprise-homepage .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .enterprise-homepage .quick-access-card {
        padding: 40px 30px;
    }
    
    .enterprise-homepage .card-icon {
        width: 80px;
        height: 80px;
    }
    
    .enterprise-homepage .card-icon i {
        font-size: 2rem;
    }
}
