.hero-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    /*background-color: #0a051b;*/
}

.hero-section-bg {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    background-size: cover;
    background-position: center;
    filter: blur(5px) brightness(0.9);
    z-index: 0;
    transition: background-image 0.8s ease-in-out;
    opacity: 0.8;
}

.hero-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(10, 5, 27, 0.4) 100%);
    z-index: 1;
}

.hero-section .container-fluid {
    position: relative;
    z-index: 2;
}

.hero-wrapper,
.carousel-inner,
.carousel-item {
    height: 450px;
    /* Sabit yükseklik, zıplamayı önler */
}

.carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-wrapper {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.hero-slider-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.hero-content-area {
    width: 100%;
}

.content-item {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

.content-item .btn {
    text-shadow: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.content-item .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.content-item .badge {
    text-shadow: none !important;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
    z-index: 1;
}

.hero-photo-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.hero-slider-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 30px;
    overflow: hidden;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomOutEffect {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

/* Magazine Promo */
.magazine-promo-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 35px;
    height: 90%;
    color: #000;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.magazine-promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.magazine-promo-card h2 {
    color: #0a051b;
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 1.2;
}

.magazine-promo-card p {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
}

.btn-digital {
    background: linear-gradient(135deg, #ff2a5f 0%, #4c0569 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: bold;
    transition: var(--transition-normal);
}

.btn-digital:hover {
    opacity: 0.95;
    color: #fff;
    transform: translateY(-2px);
}

.pdf-download {
    color: #555;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    transition: var(--transition-fast);
}

.pdf-download:hover {
    color: #000;
}

/* Calendar */
.calendar-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: var(--shadow-soft);
    border: 1px solid #eee;
}

.date-badge {
    background: linear-gradient(135deg, #ff2a5f 0%, #4c0569 100%);
    color: #fff;
    border-radius: 12px;
    width: 80px;
    padding: 15px 0;
    text-align: center;
    font-weight: 800;
}

/* Announcement Card */
.announcement-card {
    background: linear-gradient(180deg, #150c38 0%, #0a051b 100%);
    border-radius: 24px;
    padding: 35px;
    color: #fff;
    height: 100%;
}

.announcement-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.announcement-item-hover {
    transition: all 0.3s ease;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}

.announcement-item-hover:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(5px);
}

.home-announcement-card {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    padding: 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, #140a31 0%, #0a041d 100%);
}

.home-announcement-watermark {
    position: absolute;
    right: -8px;
    bottom: 22px;
    z-index: 0;
    font-size: 5.6rem;
    color: #e63970;
    opacity: 0.28;
    transform: rotate(-15deg);
}

.home-announcement-item {
    z-index: 1;
    min-height: 74px;
    padding: 12px 6px;
    gap: 14px;
}

.home-announcement-item.has-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.home-announcement-date {
    flex: 0 0 58px;
    color: #fff;
}

.home-announcement-day {
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 800;
}

.home-announcement-month {
    margin-top: 3px;
    font-size: 0.64rem;
    line-height: 1.1;
    font-weight: 600;
    color: rgba(202, 211, 255, 0.72);
}

.home-announcement-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.home-announcement-title {
    font-size: 0.9rem;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
}

.home-announcement-summary {
    margin-top: 3px;
    font-size: 0.76rem;
    line-height: 1.25;
    color: rgba(214, 220, 255, 0.76);
}

.home-announcement-arrow {
    flex: 0 0 auto;
    color: rgba(214, 190, 255, 0.72);
    font-size: 1.05rem;
}

/* Newsletter */
.newsletter-box {
    background: linear-gradient(135deg, #d62246 0%, #7a0c24 100%);
    border-radius: 24px;
    padding: 40px;
    color: #fff;
}

/* Middle Banner Area */
.middle-banner-fullbleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.middle-banner-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1820/260;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 0;
    background-color: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.middle-banner-container:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.middle-banner-container img.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.middle-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}

.middle-banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.middle-banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 2px dashed #e2e8f0;
    border-radius: 20px;
}

.banner-placeholder .placeholder-content {
    transition: transform 0.3s ease;
}

.middle-banner-container:hover .banner-placeholder .placeholder-content {
    transform: scale(1.02);
}

@media (max-width: 992px) {
    .middle-banner-container {
        aspect-ratio: 1820/260;
        min-height: 0 !important;
        height: auto !important;
        border-radius: 16px !important;
    }
    .middle-banner-container:hover {
        box-shadow: none !important;
        transform: none !important;
    }
    .middle-banner-container a,
    .middle-banner-container .position-relative {
        height: 100% !important;
        border-radius: 16px;
        overflow: hidden;
    }
    .middle-banner-container img.banner-img {
        width: 100% !important;
        height: 100% !important;
        display: block;
        border-radius: 16px;
        box-shadow: none !important;
        object-fit: cover !important;
    }
}

.home-broadcast-modal-content {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.18);
}

.home-broadcast-modal-content .modal-body {
    text-align: center;
    padding: 8px 28px 30px;
}

.home-broadcast-modal-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff1f2;
    color: #c91b3f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.home-broadcast-modal-content h3 {
    color: #020617;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 10px;
}

.home-broadcast-modal-content p {
    color: #475569;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 14px;
}

.home-broadcast-modal-note {
    display: inline-flex;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    padding: 8px 12px;
    font-size: 0.82rem;
    font-weight: 800;
}

@media (max-width: 576px) {
    .middle-banner-container {
        min-height: 0 !important;
        height: auto !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 12px !important;
    }
    .middle-banner-container:hover {
        box-shadow: none !important;
        transform: none !important;
    }
    .middle-banner-container a,
    .middle-banner-container .position-relative,
    .middle-banner-container img.banner-img {
        border-radius: 12px;
        overflow: hidden;
    }
    .middle-banner-container img.banner-img {
        display: block;
        box-shadow: none !important;
    }
    .banner-placeholder .placeholder-content p {
        font-size: 0.72rem !important;
        max-width: 240px !important;
    }
}
