/* ========================================
   MODERN HOMEPAGE STYLES - REVISED v2.0
   Güncelleme: Layout temizlendi, minimal tasarım
   ======================================== */

/* Font Ayarları - FAQ ile Uyumlu */
.homepage-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homepage-wrapper p,
.homepage-wrapper span,
.homepage-wrapper label,
.homepage-wrapper input,
.homepage-wrapper select,
.homepage-wrapper textarea,
.homepage-wrapper button,
.homepage-wrapper a,
.homepage-wrapper small,
.homepage-wrapper strong {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.homepage-wrapper h1,
.homepage-wrapper h2,
.homepage-wrapper h3,
.homepage-wrapper h4,
.homepage-wrapper h5,
.homepage-wrapper h6,
.hero-section:not(.hero-section-modern) h1,
.hero-section:not(.hero-section-modern) h2,
.hero-section:not(.hero-section-modern) h3,
.hero-section:not(.hero-section-modern) h4,
.hero-section:not(.hero-section-modern) h5,
.hero-section:not(.hero-section-modern) h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
}

/* Icon'ları koru */
.homepage-wrapper i,
.homepage-wrapper .fas,
.homepage-wrapper .far,
.homepage-wrapper .fab,
.homepage-wrapper .fal,
.homepage-wrapper .fad {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
}

/* Hero Section - Left Aligned - NOT for hero-section-modern */
.hero-section:not(.hero-section-modern) {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 3rem 0;
    overflow: visible;
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-surface) 50%, var(--dark-bg) 100%);
    z-index: 1;
}

/* Alt fade overlay KALDIRILDI - Butonları etkilememesi için announcements-wrapper'a taşındı */

/* Hero Background Image - Görsel en altta */
.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 0;
}

/* Hero Background Effect - Görselin üstünde dönen efekt */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(218, 165, 32, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 69, 19, 0.1) 0%, transparent 50%);
    animation: none;
    z-index: 1;
}



/* Hero section'da görsel varsa overlay ekle - Daha güçlü efekt */
.hero-section:not(.hero-section-modern) .hero-background-image ~ .hero-background {
    background: 
        linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(26, 26, 26, 0.75) 50%, rgba(15, 15, 15, 0.85) 100%),
        radial-gradient(circle at 20% 50%, rgba(218, 165, 32, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 69, 19, 0.2) 0%, transparent 50%);
}


/* Hero Logo Üstte Ortada */
.hero-logo-top {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 5;
}

/* Hero Logo Container */
.hero-logo-container {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hero Content Grid - 2 Kolonlu Layout */
.hero-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
    position: relative;
    z-index: 5;
    margin-bottom: 2rem;
}

/* Hero Content Block - Her İki Block İçin */
.hero-content-block {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
    z-index: 5;
    width: 100%;
    min-width: 0;
}

/* Server Branding */
.server-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-logo {
    max-width: 100%;
    height: auto;
    max-height: 140px;
    width: auto;
    display: block;
    object-fit: contain;
}

.server-name {
    font-size: 3rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin: 0 0 0.5rem 0;
    text-align: center;
}

.name-primary {
    display: block;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 30%, var(--primary-color) 60%, var(--primary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: none;
}

.name-secondary {
    display: block;
    font-size: 0.6em;
    background: linear-gradient(135deg, var(--secondary-bronze) 0%, #8B4513 50%, #654321 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.server-tagline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 1rem 0;
    text-align: center;
    line-height: 1.2;
}

/* Compact Stats */
.server-stats-compact {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.stat-compact {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.stat-compact i {
    font-size: 1.3rem;
    color: var(--primary-color);
}

.stat-compact div {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-color);
    line-height: 1;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

/* Hero Play Button Container - Altta Ortada */
.hero-play-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-top: 2rem;
    gap: 0;
}

/* Compact Connect */
.server-connect-compact {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 100%;
}

.ip-copy-btn-compact {
    width: 100%;
    padding: 1rem 1.5rem;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-sizing: border-box;
    position: relative;
    z-index: var(--z-10) !important;
    white-space: nowrap;
    pointer-events: auto !important;
}

.ip-copy-btn-compact:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.play-now-btn-compact {
    padding: 1rem 2rem;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: var(--dark-surface);
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10;
    white-space: nowrap;
    min-width: 250px;
}

.play-now-btn-compact:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 4px 15px rgba(218, 165, 32, 0.2);
}


/* Game Modes - Compact */
.gamemodes-section-compact {
    padding: 3rem 0;
    background: var(--dark-bg);
}

.gamemodes-grid-compact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.gamemode-card-compact {
    position: relative;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gamemode-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);
    transition: all 0.3s ease;
}

.gamemode-card-compact:hover .gamemode-overlay {
    background: linear-gradient(180deg, rgba(218,165,32,0.3) 0%, rgba(0,0,0,0.9) 100%);
}

.gamemode-card-compact:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.4);
}

.gamemode-content-compact {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: white;
}

.gamemode-content-compact i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    filter: none;
}

.gamemode-content-compact h3 {
    font-size: 1.3rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.25rem 0;
}

.gamemode-content-compact p {
    font-size: 0.85rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

/* Announcements Section - New Design */
.announcements-wrapper {
    padding: 3rem 0 4rem 0;
    background: var(--dark-bg);
    position: relative;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}



.announcements-wrapper .container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.announcements-layout {
    display: grid !important;
    grid-template-columns: 1fr 320px !important;
    gap: 2rem !important;
    align-items: start !important;
    position: relative !important;
    width: 100% !important;
    max-width: 1400px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 1rem !important;
    box-shadow: none !important;
    background-image: none !important;
    margin: 0 auto !important;
}

.announcements-main-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
    overflow-x: hidden;
}

/* Top 3 Preview Cards Section */
.announcements-preview-section {
    margin: 2rem 0 2rem 0 !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    background-image: none !important;
}

.announcements-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    width: 100%;
    align-items: start;
    margin: 1.5rem 0 0 0;
    padding: 0;
}

.announcement-preview-card {
    display: block;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    min-height: 200px;
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.announcement-preview-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.announcement-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
}

.announcement-preview-card:hover::after {
    opacity: 0.6;
}

.announcement-preview-image {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    flex-shrink: 0;
}

.announcement-preview-card:hover .announcement-preview-image {
    transform: scale(1.01);
}

.announcement-preview-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1.25rem 1.5rem 1.25rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    text-align: center;
    z-index: 2;
}

.announcement-preview-date {
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    backdrop-filter: blur(5px);
    display: inline-block;
}

/* Main Announcements List - Modern Card Grid */
.announcements-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 0;
    list-style: none;
}

.announcement-item {
    background: rgba(25, 25, 25, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    margin: 0 0 3rem 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.announcement-item::before {
    display: none;
}

.announcement-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(30, 30, 30, 0.8);
}

.announcement-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.announcement-item-inner {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.announcement-item-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0;
    padding-bottom: calc(1rem + 1px);
}

.announcement-item-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--primary-color);
    margin: 0;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.announcement-item:hover .announcement-item-title {
    color: rgba(255, 255, 255, 0.95);
}

.announcement-item-date-box {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: rgba(20, 20, 20, 0.8);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0;
    align-self: flex-start;
}

.announcement-item-day {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.announcement-item-month {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
}

.announcement-item-header-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.announcement-item-views-top-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.3rem 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.announcement-item-views-top-right i {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
}

.announcement-item-header-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0;
}

.announcement-item-meta-top {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-top: 0.25rem;
}

.announcement-item-author,
.announcement-item-time,
.announcement-item-comments-header {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.announcement-item-author i,
.announcement-item-time i,
.announcement-item-comments-header i {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

.announcement-item-image {
    width: 100%;
    min-height: 400px;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    transition: all 0.4s ease;
    overflow: hidden;
    margin: 0;
    position: relative;
}


.announcement-item-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.announcement-item:hover .announcement-item-image {
    opacity: 0.9;
}

.announcement-item:hover .announcement-item-image::after {
    opacity: 0.6;
}

.announcement-item-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    padding: 1.5rem 2rem 2rem 2rem;
    position: relative;
}


.announcement-item-excerpt {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement-item-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    margin-top: 0;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    border-top: none;
}

.announcement-item-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    font-size: 0.8rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.announcement-item-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.announcement-item-author i {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
}

.announcement-item-stats {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.announcement-item-views,
.announcement-item-comments {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.announcement-item-views i,
.announcement-item-comments i {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
}

.announcement-item-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.announcement-item-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0;
    background: transparent;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.announcement-item-read-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    transition: width 0.3s ease;
}

.announcement-item-read-more:hover {
    color: rgba(255, 255, 255, 0.9);
}

.announcement-item-read-more:hover::after {
    width: 100%;
}

.announcement-item-read-more i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.announcement-item-read-more:hover i {
    transform: translateX(3px);
}



/* Pagination */
.announcements-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 4rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.announcements-pagination .pagination-btn {
    min-width: 44px;
    height: 44px;
    padding: 0 1rem;
    background: rgba(26, 26, 26, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.announcements-pagination .pagination-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(218, 165, 32, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.announcements-pagination .pagination-btn:hover::before {
    width: 100%;
    height: 100%;
}

.announcements-pagination .pagination-btn:hover {
    background: rgba(218, 165, 32, 0.15);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.3);
    color: var(--primary-color);
}

.announcements-pagination .pagination-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-gold-dark) 100%);
    border-color: var(--primary-color);
    color: var(--dark-surface);
    font-weight: 900;
    box-shadow: 0 2px 10px rgba(218, 165, 32, 0.2);
    transform: scale(1.05);
}

.announcements-pagination .pagination-btn.active::before {
    display: none;
}

.announcements-pagination .pagination-btn.prev,
.announcements-pagination .pagination-btn.next {
    padding: 0 1.25rem;
    font-weight: 700;
    min-width: auto;
}

.announcements-pagination .pagination-btn.prev:hover,
.announcements-pagination .pagination-btn.next:hover {
    background: linear-gradient(135deg, rgba(218, 165, 32, 0.2) 0%, rgba(218, 165, 32, 0.1) 100%);
}

.announcements-pagination .pagination-btn:disabled,
.announcements-pagination .pagination-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Sidebar */
.announcements-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 2rem;
    align-self: start;
}

.sidebar-widget {
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sidebar-widget.discord-widget-full {
    padding: 0;
    border-radius: 16px;
    border: none;
    margin-top: calc(40px - 2rem);
    margin-bottom: 0;
}

.sidebar-widget:hover {
    border-color: rgba(218, 165, 32, 0.2);
    box-shadow: 0 4px 20px rgba(218, 165, 32, 0.15);
    transform: translateY(-3px);
}

.sidebar-widget.discord-widget-full:hover {
    transform: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border: none;
}

/* Store Widget */
.store-widget {
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.25rem;
}

.store-widget-image {
    margin-bottom: 0.75rem;
}

.store-widget-chest {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(218, 165, 32, 0.4);
    transition: all 0.3s ease;
}

.store-widget:hover .store-widget-chest {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 3px 10px rgba(218, 165, 32, 0.2);
}


.store-widget-chest i {
    font-size: 1.8rem;
    color: var(--dark-surface);
}

.store-widget-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-widget-content h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 0.35rem 0;
}

.store-widget-content p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 0.75rem 0;
}

.store-widget-btn {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
    color: var(--dark-surface);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(218, 165, 32, 0.3);
}

.store-widget-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(218, 165, 32, 0.2);
}


/* Social Media Widget */
.social-widget {
    /* padding inherit from sidebar-widget */
}

.social-widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 1rem 0;
    text-align: center;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link:hover {
    background: rgba(218, 165, 32, 0.2);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Discord Widget - Full Width Online Theme */
.discord-widget-full {
    background: #2f3136;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-self: start;
}

.discord-widget-header-full {
    background: #5865f2;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
}

.discord-logo-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.discord-logo-section i {
    font-size: 1.5rem;
    color: white;
}

.discord-header-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.discord-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    line-height: 1.2;
}

.discord-members-online {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    text-align: right;
}

.discord-members-online #discord-online-count {
    font-weight: 600;
}

.discord-widget-content-full {
    background: #36393f;
    padding: 0.5rem 0 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: visible;
    min-height: 0;
    flex-grow: 1;
}

.discord-category {
    margin-bottom: 0.25rem;
}

.discord-category-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    color: #8e9297;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: default;
    border-radius: 6px;
}

.discord-category-header i {
    font-size: 0.7rem;
    color: #8e9297;
}

.discord-channels {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0 0.5rem;
}

.discord-channel-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    color: #96989d;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.15s ease;
    cursor: pointer;
}

.discord-channel-item:hover {
    background: #393c43;
    color: #dcddde;
}

.discord-channel-item i {
    font-size: 0.85rem;
    color: #8e9297;
    font-weight: 400;
}

.discord-channel-item:hover i {
    color: #dcddde;
}

.discord-join-container {
    margin-top: auto;
    padding: 0.75rem 1rem;
    flex-shrink: 0;
}

.discord-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: #5865f2;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-transform: none;
    letter-spacing: 0;
    box-sizing: border-box;
}

.discord-join-btn:hover {
    background: #4752c4;
    transform: none;
    box-shadow: none;
}

.discord-join-btn i {
    font-size: 1rem;
}

.discord-join-btn span {
    font-weight: 500;
}

/* Discord Widget Responsive */
@media (max-width: 768px) {
    .discord-widget-full {
        min-height: 180px;
        height: auto;
    }
    
    .discord-widget-header-full {
        padding: 0.65rem 0.875rem;
    }
    
    .discord-title {
        font-size: 0.85rem;
    }
    
    .discord-members-online {
        top: 0.65rem;
        right: 0.875rem;
        font-size: 0.65rem;
    }
    
    .discord-widget-content-full {
        padding: 0.4rem 0 0 0;
    }
    
    .discord-channel-item {
        font-size: 0.75rem;
        padding: 0.35rem 0.65rem;
    }
    
    .discord-join-container {
        padding: 0.65rem 0.875rem;
    }
    
    .discord-join-btn {
        padding: 0.65rem 0.875rem;
        font-size: 0.85rem;
    }
}

/* Store Preview */
.store-preview-section {
    padding: 4rem 0;
    background: var(--dark-bg);
}

.store-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.store-category-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.store-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(218, 165, 32, 0.3);
    border-color: rgba(218, 165, 32, 0.5);
}

.store-category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-gold-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);
    transition: all 0.3s ease;
}

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

.store-category-icon i {
    font-size: 1.8rem;
    color: var(--dark-surface);
}

.store-category-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text-color);
    margin: 0 0 0.5rem 0;
}

.store-category-card p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.no-announcements {
    text-align: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.5);
}

.no-announcements i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-logo {
        max-height: 130px;
    }
    
    .announcements-layout {
        grid-template-columns: 1fr 280px !important;
        gap: 2rem !important;
        padding: 2rem !important;
    }
}

@media (max-width: 1024px) {
    .hero-logo {
        max-height: 120px;
    }
    
    .announcements-layout {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding: 2rem !important;
    }
    
    .announcements-preview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .announcement-preview-card {
        height: 180px;
    }
    
    .announcement-preview-image {
        height: 180px;
        min-height: 180px;
        max-height: 180px;
    }
    
    
    .announcements-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .gamemodes-grid-compact {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .store-categories {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-section:not(.hero-section-modern) {
        min-height: 450px;
        padding: 2.5rem 0;
    }
    
    .hero-logo-top {
        margin-bottom: 2rem;
    }
    
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-content-block {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .server-name {
        font-size: 2.5rem;
    }
    
    .stat-compact i {
        font-size: 1.75rem;
    }
    
    .stat-value {
        font-size: 1.5rem;
    }
    
    .play-now-btn-compact {
        min-width: 250px;
    }
    
    .section-header-compact h2 {
        font-size: 1.75rem;
    }
    
    .announcements-sidebar {
        grid-template-columns: 1fr;
    }
    
    .announcements-preview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .announcement-preview-card {
        min-width: 0;
        height: 160px;
    }
    
    .announcement-preview-image {
        height: 160px;
        min-height: 160px;
        max-height: 160px;
    }
    
    .announcement-item {
        padding: 0;
        border-radius: 20px;
    }
    
    .announcement-item-inner {
        padding: 2rem;
        gap: 1.5rem;
    }
    
    .announcement-item-image {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
        border-radius: 18px;
    }
    
    .announcement-item-title {
        font-size: 1.5rem;
    }
    
    .announcement-item-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
        padding-top: 1.25rem;
    }
    
    .announcement-item-meta {
        gap: 0.75rem;
    }
    
    .announcement-item-read-more {
        width: 100%;
        justify-content: center;
    }
}

/* Tablet (1024px ve altı) */
@media (max-width: 1024px) {
    .hero-logo-top {
        margin-bottom: 2rem;
    }
    
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hero-content-block {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .play-now-btn-compact {
        min-width: 220px;
        font-size: 1.1rem;
        padding: 1rem 1.8rem;
        height: 52px;
        min-height: 52px;
        max-height: 52px;
    }
}

/* Mobil (768px ve altı) */
@media (max-width: 768px) {
    .hero-section:not(.hero-section-modern) {
        min-height: 400px;
        padding: 2rem 0;
    }
    
    .hero-logo-top {
        margin-bottom: 1.5rem;
    }
    
    .hero-logo {
        max-height: 100px;
    }
    
    .server-name {
        font-size: 2rem;
    }
    
    .name-secondary {
        font-size: 0.65em;
    }
    
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .hero-content-block {
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .server-tagline {
        font-size: 1.8rem;
    }
    
    .server-stats-compact {
        gap: 1rem;
    }
    
    .stat-compact i {
        font-size: 1.5rem;
    }
    
    .stat-value {
        font-size: 1.4rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .ip-copy-btn-compact {
        height: 48px;
        min-height: 48px;
        max-height: 48px;
        font-size: 1rem;
        padding: 0.9rem 1.25rem;
    }
    
    .play-now-btn-compact {
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        font-size: 1.1rem;
        padding: 1rem 1.8rem;
        min-width: 220px;
    }
    
    .section-header-compact {
        margin-bottom: 1.5rem;
    }
    
    .section-header-compact h2 {
        font-size: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .announcements-sidebar {
        grid-template-columns: 1fr;
    }
    
    .announcements-preview-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .announcement-preview-card {
        width: 100%;
        max-width: 100%;
        height: 180px;
    }
    
    .announcement-preview-image {
        height: 180px;
        min-height: 180px;
        max-height: 180px;
    }
    
    .announcement-preview-date {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
    
    .announcement-item {
        padding: 0;
        border-radius: 20px;
    }
    
    .announcement-item-inner {
        padding: 1.5rem;
        gap: 1.25rem;
    }
    
    .announcement-item-image {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
        border-radius: 16px;
    }
    
    .announcement-item-title {
        font-size: 1.35rem;
    }
    
    .announcement-item-date {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .announcement-item-excerpt {
        font-size: 0.95rem;
    }
    
    .announcement-item-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
        padding-top: 1.25rem;
    }
    
    .announcement-item-meta {
        gap: 0.75rem;
    }
    
    .announcement-item-stats {
        gap: 1rem;
    }
    
    .announcement-item-views,
    .announcement-item-comments {
        font-size: 0.8rem;
        padding: 0.35rem 0.7rem;
    }
    
    .announcement-item-read-more {
        width: 100%;
        justify-content: center;
        padding: 0.75rem 1.5rem;
    }
    
    .announcement-item-header {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
    
    .announcements-pagination {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
        margin-top: 3rem;
        padding-top: 2rem;
    }
    
    .announcements-pagination .pagination-btn {
        min-width: 40px;
        height: 40px;
        padding: 0 0.75rem;
        font-size: 0.85rem;
    }
    
    .announcements-pagination .pagination-btn.prev,
    .announcements-pagination .pagination-btn.next {
        padding: 0 1rem;
        font-size: 0.8rem;
    }
    
    .store-widget {
        height: 180px;
        padding: 0.875rem 1rem;
    }
    
    .store-widget-chest {
        width: 50px;
        height: 50px;
    }
    
    .store-widget-chest i {
        font-size: 1.5rem;
    }
    
    .store-widget-content h3 {
        font-size: 0.85rem;
    }
    
    .store-widget-content p {
        font-size: 0.7rem;
        margin-bottom: 0.6rem;
    }
    
    .store-widget-btn {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
    }
    
    .gamemodes-grid-compact {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gamemode-card-compact {
        height: 160px;
    }
    
    .gamemode-content-compact {
        padding: 1.25rem;
    }
    
    .gamemode-content-compact i {
        font-size: 2rem;
    }
    
    .gamemode-content-compact h3 {
        font-size: 1.1rem;
    }
    
    .gamemode-content-compact p {
        font-size: 0.8rem;
    }
    
    .store-categories {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .announcements-discord-grid {
        grid-template-columns: 1fr;
    }
    
    .announcements-discord-wrapper {
        padding: 2rem 0;
    }
}

/* Küçük Mobil (480px ve altı) */
@media (max-width: 480px) {
    .hero-section:not(.hero-section-modern) {
        min-height: 350px;
        padding: 1.5rem 0;
    }
    
    .hero-logo {
        max-height: 80px;
    }
    
    .server-name {
        font-size: 2rem;
    }
    
    .name-secondary {
        font-size: 0.7em;
    }
    
    .server-tagline {
        font-size: 1.6rem;
    }
    
    .ip-copy-btn-compact,
    .play-now-btn-compact {
        padding: 0.9rem 1.25rem;
        height: 48px;
        min-height: 48px;
        max-height: 48px;
        font-size: 1rem;
    }
    
    .section-header-compact h2 {
        font-size: 1.25rem;
    }
    
    .announcement-preview-image {
        height: 180px;
    }
    
    .announcement-large-card-image {
        height: 160px;
    }
    
    .announcement-large-card-content {
        padding: 1rem;
    }
    
    .announcement-large-card-header h3 {
        font-size: 1rem;
    }
    
    .announcements-pagination {
        gap: 0.4rem;
        margin-top: 2.5rem;
        padding-top: 2rem;
    }
    
    .announcements-pagination .pagination-btn {
        min-width: 36px;
        height: 36px;
        padding: 0 0.6rem;
        font-size: 0.8rem;
    }
    
    .announcements-pagination .pagination-btn.prev,
    .announcements-pagination .pagination-btn.next {
        padding: 0 0.8rem;
        font-size: 0.75rem;
    }
}