/* ========== CONTAINER ========== */

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}


/* ========== BUTTONS ========== */

.btn {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.btn--sm {
    font-size: 13px;
    padding: 10px 22px;
    border-radius: 6px;
}

.btn--lg {
    font-size: 15px;
    padding: 16px 36px;
}

.btn--primary {
    background: var(--primary-color);
    color: #ffffff;
}

.btn--primary:hover {
    background: var(--primary-color-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 119, 189, 0.3);
}

.btn--secondary {
    background: var(--secondary-color);
    color: #ffffff;
}

.btn--secondary:hover {
    background: var(--secondary-color-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 152, 0, 0.28);
}

.btn--outline {
    background: transparent;
    color: var(--text-dark);
    border: 1.5px solid rgba(0, 0, 0, 0.14);
}

.btn--outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.btn--white {
    background: #ffffff;
    color: #1a1a1a;
    border: none;
}

.btn--white:hover {
    background: #ececec;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .btn {
        min-height: 48px;
    }
}


/* ========== HEADER BANNER ========== */

.headerBanner {
    background: var(--bg-color);
    padding: 40px 60px 0;
    margin-top: 70px;
}

.hbanner-wrap {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

.hbanner {
    position: relative;
    background: var(--primary-color-dark);
    border-radius: 20px;
    overflow: hidden;
    padding: 52px 72px;
    min-height: 230px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.hbanner__photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 58%;
    height: 100%;
    z-index: 0;
}

.hbanner__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hbanner__fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        var(--primary-color-dark) 30%,
        var(--primary-color) 48%,
        rgba(2, 119, 189, 0.55) 62%,
        transparent 78%
    );
    z-index: 1;
    pointer-events: none;
}

.hbanner__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 2;
    width: 55%;
}

.hbanner__rings {
    position: absolute;
    left: 420px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.hbanner__ring {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
}

.hbanner__ring--1 {
    width: 280px;
    height: 280px;
    border-width: 1px;
    border-color: rgba(255,255,255,0.07);
}

.hbanner__ring--2 {
    width: 180px;
    height: 180px;
    border-width: 1.5px;
    border-color: rgba(255,255,255,0.11);
}

.hbanner__ring--3 {
    width: 90px;
    height: 90px;
    border-width: 2px;
    border-color: rgba(255,255,255,0.16);
}

.hbanner__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hbanner__breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hbanner__bc-link {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s ease;
}

.hbanner__bc-link:hover {
    color: rgba(255,255,255,0.9);
}

.hbanner__bc-sep {
    color: rgba(255,255,255,0.25);
}

.hbanner__bc-current {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
}

.hbanner__title {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.08;
    letter-spacing: -0.8px;
    margin: 0;
}

.hbanner__sub {
    font-family: 'Sora', sans-serif;
    font-size: 13.5px;
    color: rgba(255,255,255,0.5);
    font-weight: 400;
    margin-top: 2px;
}

.hbanner__ghost {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Sora', sans-serif;
    font-size: 96px;
    font-weight: 800;
    color: rgba(255,255,255,0.055);
    letter-spacing: -2px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    z-index: 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .headerBanner {
        padding: 20px 12px 0;
        margin-top: 92px;
    }

    /* Mobil: sağ/sol inverted corner'ları gizle, basit yuvarlatılmış köşe */
    .hbanner {
        padding: 24px 18px 28px;
        min-height: auto;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        border-radius: 10px;
    }

    .hbanner__content {
        gap: 8px;
    }

    /* Breadcrumb: mobilde wrap, taşma yok */
    .hbanner__breadcrumb {
        flex-wrap: wrap;
        gap: 6px;
        row-gap: 4px;
    }

    .hbanner__bc-link,
    .hbanner__bc-current {
        font-size: 11px;
    }

    .hbanner__bc-sep {
        font-size: 7px;
    }

    .hbanner__title {
        font-size: 24px;
        line-height: 1.2;
    }

    .hbanner__sub {
        font-size: 12px;
    }

    .hbanner__photo {
        width: 100%;
        opacity: 0.25;
    }

    .hbanner__rings {
        display: none;
    }
}
