/* ================================================================
   SECTION 1 — Hero
================================================================ */
.hero-section {
    position: relative;
    height: 620px;
    min-height: 500px;
    max-height: 80vh;
    overflow: hidden;
}

.hero-blur-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-blur-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(18px) brightness(0.7);
    transform: scale(1.05);
    will-change: transform, filter;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    padding-top: 60px;
    gap: 33px;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 15px;
    padding-right: 15px;
}

.hero-slider-wrap {
    flex: 1;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.hero-slide-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.hero-caption {
    position: absolute;
    z-index: 5;
    bottom: 13%;
    left: 5%;
    right: 35%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    padding: 15px 20px 20px;
    display: flex;
    flex-direction: column;
}

.hero-caption-date {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: #00947A;
    margin-bottom: 12px;
    line-height: 1.2;
}

.hero-title {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
}

.hero-indicators {
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-indicators.carousel-indicators {
    position: absolute;
    bottom: 21px;
    margin: 0;
    padding: 0;
}

.hero-indicators [data-bs-target] {
    position: relative;
    width: 23px;
    height: 23px;
    background: #ffffff;
    border-radius: 4px;
    border: none;
    opacity: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    transition: background var(--transition);
}

.hero-indicators [data-bs-target]::after {
    content: '';
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 3px;
    transition: background var(--transition);
}

.hero-indicators .active::after {
    background: #8CD3A5;
}

.son-duyurular-panel {
    position: relative;
    width: 300px;
    height: 500px;
    flex-shrink: 0;
    background: #E2F2E7;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
}

.son-duyurular-header {
    background: #085445;
    padding: 18px 20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.son-duyurular-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--clr-white);
    margin: 0;
    text-transform: uppercase;
}

.son-duyurular-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.son-duyurular-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, #E2F2E7 0%, transparent 100%);
    pointer-events: none;
    z-index: 1;
    border-radius: 0 0 8px 8px;
}

.son-duyurular-item {
    border-bottom: 1px solid rgba(8, 84, 69, .12);
}

.son-duyurular-link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
    text-decoration: none;
    transition: background var(--transition);
}

.son-duyurular-link:hover {
    background: rgba(8, 84, 69, .08);
}

.son-duyurular-arrow {
    color: #085445;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 14px;
}

.son-duyurular-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.son-duyurular-date {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #00947A;
    font-weight: 600;
    line-height: 1.2;
}

.son-duyurular-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1a1a1a;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================================================================
   SECTION 2 — About
================================================================ */
.about-section {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 80px;
}

.about-image-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.about-title {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-network {
    font-size: 14px;
    color: #D39633;
    margin-bottom: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.about-text {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
}

.btn-about-primary {
    background: var(--clr-teal);
    color: var(--clr-white);
    font-weight: 600;
    font-size: .82rem;
    letter-spacing: 1.5px;
    padding: 11px 28px;
    border-radius: var(--radius-sm);
    border: 2px solid var(--clr-teal);
    text-decoration: none;
    transition: background var(--transition), color var(--transition);
}

.btn-about-primary:hover {
    background: transparent;
    color: var(--clr-teal);
}

.about-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.about-video-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-video-play {
    text-decoration: none;
    color: var(--clr-text);
    display: flex;
    align-items: center;
    transition: color var(--transition);
}

.btn-video-play:hover {
    color: var(--clr-teal);
}

.video-play-text {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    white-space: nowrap;
}

.video-play-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--clr-teal);
    color: var(--clr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 0 0 6px rgba(27, 107, 94, .15);
    transition: box-shadow var(--transition), background var(--transition);
}

.btn-video-play:hover .video-play-icon {
    background: var(--clr-teal-dark);
    box-shadow: 0 0 0 10px rgba(27, 107, 94, .2);
}

/* ================================================================
   SECTION 3 — Feature Cards
================================================================ */
.features-section {
    background: #F4F1ED;
    padding-top: 70px;
    padding-bottom: 70px;
}

.features-section .container {
    position: relative;
}

.features-section .row {
    position: relative;
}

.feature-col {
    position: relative;
}

.feature-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #D4C9BC;
}

.feature-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 24px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: none;
}

.feature-icon-wrap {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.feature-title {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 17px;
    color: var(--clr-text);
    margin-bottom: 13px;
    letter-spacing: 1.5px;
}

.feature-text {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #A5907E;
    line-height: 1.6;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.feature-link {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: var(--clr-text);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color var(--transition);
    letter-spacing: 0.5px;
}

.feature-link:hover {
    color: var(--clr-teal);
    border-bottom: none;
}

/* ================================================================
   SECTION 4 — News Cards
================================================================ */
.news-section {
    background: var(--clr-white);
    padding-top: 100px;
    padding-bottom: 80px;
}

.news-cards-wrapper {
    background: #ffffff;
    background-image: url("../../../public/front/images/background.png");
    background-repeat: repeat;
    background-size: auto;
    border-radius: var(--radius-md);
    padding: 70px 26px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.section-header {
    margin-bottom: 35px;
}

.news-card {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-card:hover {
    box-shadow: none;
    transform: none;
}

.news-card-img-link {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 201px;
}

.news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 200ms ease;
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 12px 0 0;
}

.news-date {
    font-family: 'Lora', serif;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
}

.news-category {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 400;
    color: #D39633;
    background: none;
    padding: 0;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
}

.news-card-title {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 17px;
    height: 4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-card-title a {
    color: var(--clr-text);
    text-decoration: none;
    transition: color var(--transition);
}

.news-card-title a:hover {
    color: var(--clr-teal);
}

.news-card-excerpt {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    color: #9B9C9E;
    margin-top: 12px;
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #00947A;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 32px;
    border-radius: 6px;
    margin-top: 8px;
    width: auto;
    align-self: flex-start;
    text-decoration: none;
    transition: gap 200ms ease, background 200ms ease;
}

.news-detail-btn:hover {
    background: var(--clr-teal-dark);
    color: #ffffff;
    gap: 12px;
}

/* ================================================================
   SECTION 5 — Member Countries
================================================================ */
.members-section {
    background: #ffffff;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.members-section .section-eyebrow {
    color: #D39633;
    font-family: 'Lora', serif;
    font-size: 12px;
}

.members-section .section-title {
    color: #0D3A3A;
    font-family: 'Lora', serif;
    font-size: 26px;
}

.members-section .section-dots span {
    background: #DB9E30;
}

.members-desc {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

.member-flag-card {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    background: transparent;
}

.member-flag-wrap {
    width: 120px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.member-flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-flag-name {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--clr-text);
    text-align: center;
}

.member-flag-btn {
    display: none;
}

@media (max-width: 768px) {

    .hero-section {
        height: auto;
        min-height: unset;
        max-height: unset;
        overflow: visible;
        padding-bottom: 0;
    }

    .hero-blur-bg {
        position: fixed;
        z-index: -1;
    }

    .hero-content {
        position: relative;
        flex-direction: column;
        left: 0;
        transform: none;
        padding-top: 30px;
        padding-left: 16px;
        padding-right: 16px;
        gap: 24px;
    }

    .hero-slider-wrap {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 16px;
    }

    .hero-slider-wrap .carousel,
    .hero-slider-wrap .carousel-inner,
    .hero-slider-wrap .carousel-item,
    .hero-slider-wrap .d-block {
        height: 100%;
    }

    .hero-slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-caption {
        right: 5%;
        bottom: 50px;
        padding: 15px;
        border-radius: 12px;
    }

    .hero-title {
        font-size: 18px;
    }

    .hero-caption-date {
        font-size: 11px;
    }

    .son-duyurular-panel {
        width: 100%;
        height: auto;
        max-height: none !important;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    .son-duyurular-list {
        flex: 1;
        overflow-y: visible;
        height: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 200px;
    }

    .about-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .about-img {
        height: auto;
        aspect-ratio: 4 / 3;
        border-radius: 16px !important;
    }

    .about-title {
        font-size: 26px;
        margin-top: 10px;
    }

    .about-network {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .about-text {
        font-size: 15px;
    }

    .about-actions {
        margin-top: 25px;
        gap: 15px;
        row-gap: 20px;
        justify-content: center;
    }

    .about-video-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        width: 100%;
    }

    .btn-video-play {
        gap: 0 !important;
    }

    .btn-about-primary {
        width: 100%;
        text-align: center;
        padding: 14px;
        font-size: 15px;
    }

    .feature-col::after {
        display: none !important;
    }

    .feature-card {
        padding: 15px 10px;
    }

    .feature-icon {
        width: 56px;
        height: 56px;
    }

    .feature-icon-wrap {
        margin-bottom: 15px;
    }

    .feature-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .news-cards-wrapper {
        padding: 30px 15px;
        border-radius: 12px;
    }

    .news-card-img {
        height: auto;
        aspect-ratio: 16 / 9;
        width: 100%;
        object-fit: cover;
    }

    .news-card-title {
        font-size: 19px;
        margin-top: 10px;
    }

    .news-detail-btn {
        width: 100%;
        margin-top: 20px;
        padding: 12px;
    }

    .members-section {
        display: block !important;
        visibility: visible !important;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .member-flag-wrap {
        width: 80px;
        height: 54px;
        margin: 0 auto;
        border-radius: 6px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .member-flag-name {
        font-size: 12px;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 576px) {

    .hero-slider-wrap {
        min-height: auto;
        height: auto;
    }

    .son-duyurular-panel {
        height: auto;
    }

    .hero-caption {
        bottom: 45px;
    }

    .hero-title {
        font-size: 16px;
    }

    .member-flag-wrap {
        width: 70px;
        height: 48px;
        margin: 0 auto;
    }

    .member-flag-name {
        font-size: 11px;
        line-height: 1.2;
        margin-top: 8px;
        display: block;
    }
}