.hk-intro,
.hk-ozellik,
.hk-yonetim,
.hk-alt-cta {
    --hk-navy: #1d458b;
    --hk-blue: #2c5aa0;
    --hk-sky: #0f73a7;
    --hk-ice: #eef4fb;
    --hk-mist: #f7f9fc;
    --hk-ink: #24324d;
    --hk-muted: #5d6b82;
    --hk-orange: #ff6b00;
    --hk-paper: #ffffff;
    --hk-line: #e4ebf3;
}

.hk-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.hk-kicker {
    margin: 0 0 10px;
    color: var(--hk-sky);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hk-bolum-bas {
    max-width: 720px;
    margin-bottom: 32px;
}

.hk-bolum-bas h2,
.hk-intro h1,
.hk-alt-cta-ic h2 {
    margin: 0;
    color: var(--hk-navy);
    letter-spacing: -0.03em;
    line-height: 1.18;
}

.hk-bolum-bas h2::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 14px;
    border-radius: 99px;
    background: var(--hk-navy);
}

.hk-anim {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hk-anim.is-visible {
    opacity: 1;
    transform: none;
}

.hk-intro {
    padding: 72px 0 36px;
    background: var(--hk-paper);
}

.hk-intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
}

.hk-rozet {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--hk-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hk-intro h1 {
    max-width: 16ch;
    font-size: 42px;
}

.hk-intro h1 em {
    font-style: normal;
    color: var(--hk-orange);
}

.hk-intro-ozet,
.hk-intro-devam {
    margin: 18px 0 0;
    max-width: 540px;
    color: var(--hk-muted);
    font-size: 16px;
    line-height: 1.75;
}

.hk-mini-istatistik {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.hk-mini-kart {
    padding: 16px 14px;
    background: #f4f6f8;
    border-radius: 16px;
}

.hk-mini-kart strong {
    display: block;
    margin-bottom: 4px;
    color: var(--hk-orange);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.hk-mini-kart span {
    color: var(--hk-muted);
    font-size: 13px;
    line-height: 1.4;
}

.hk-kontrol {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.hk-kontrol li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--hk-ink);
    font-size: 15px;
    font-weight: 600;
}

.hk-kontrol i {
    color: var(--hk-orange);
    font-size: 14px;
}

.hk-intro-gorsel-kutu {
    position: relative;
    min-height: 420px;
}

.hk-intro-gorsel {
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
}

.hk-intro-gorsel img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.hk-yuzer {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 250px;
    padding: 12px 14px;
    background: var(--hk-paper);
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(29, 69, 139, 0.12);
}

.hk-yuzer-ust {
    top: 28px;
    left: -22px;
}

.hk-yuzer-alt {
    right: -12px;
    bottom: 36px;
}

.hk-yuzer-ikon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--hk-navy);
    color: #fff;
    font-size: 16px;
}

.hk-yuzer-ikon-turuncu {
    background: var(--hk-orange);
}

.hk-yuzer strong,
.hk-yuzer small {
    display: block;
}

.hk-yuzer strong {
    color: var(--hk-navy);
    font-size: 14px;
    line-height: 1.3;
}

.hk-yuzer small {
    margin-top: 2px;
    color: var(--hk-muted);
    font-size: 12px;
}

.hk-ozellik {
    padding: 28px 0 64px;
    background: var(--hk-mist);
}

.hk-surec {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hk-surec::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--hk-line) 0 12px, transparent 12px 20px);
}

.hk-surec-adim {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 8px;
}

.hk-surec-no {
    color: #9bb0d0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hk-surec-ikon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--hk-paper);
    color: var(--hk-navy);
    font-size: 20px;
    border: 2px solid var(--hk-line);
    box-shadow: 0 0 0 8px var(--hk-mist);
}

.hk-surec-adim:first-child .hk-surec-ikon {
    border-color: var(--hk-orange);
    color: var(--hk-orange);
}

.hk-surec-adim strong {
    color: var(--hk-navy);
    font-size: 18px;
}

.hk-surec-adim span:last-child {
    color: var(--hk-muted);
    font-size: 14px;
    line-height: 1.6;
}

.hk-yonetim {
    padding: 72px 0 36px;
    background: var(--hk-paper);
}

.hk-yonetim h2 {
    font-size: 32px;
}

.hk-yonetim-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.hk-uye {
    padding: 28px 16px 26px;
    background: var(--hk-mist);
    border: 1px solid var(--hk-line);
    border-radius: 24px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hk-uye:hover {
    transform: translateY(-5px);
    background: var(--hk-paper);
    box-shadow: 0 14px 28px rgba(29, 69, 139, 0.08);
}

.hk-uye-foto {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--hk-ice);
    color: var(--hk-navy);
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 0 0 6px #fff, 0 0 0 8px rgba(29, 69, 139, 0.16);
}

.hk-uye-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hk-uye h3 {
    margin: 0 0 8px;
    color: var(--hk-navy);
    font-size: 15px;
    line-height: 1.35;
}

.hk-uye p {
    margin: 0;
    color: var(--hk-sky);
    font-size: 13px;
    font-weight: 600;
}

.hk-alt-cta {
    padding: 20px 0 80px;
    background: var(--hk-paper);
}

.hk-alt-cta-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 44px;
    background: var(--hk-ice);
    border-radius: 28px;
}

.hk-alt-cta-ic h2 {
    font-size: 30px;
}

.hk-alt-cta-metin {
    margin: 10px 0 0;
    color: var(--hk-muted);
    font-size: 16px;
    line-height: 1.6;
}

.hk-cta {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 14px;
}

.hk-alt-cta .hk-cta {
    min-width: 320px;
}

.hk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hk-btn i {
    font-size: 0.95em;
}

.hk-alt-cta .hk-btn {
    min-width: 240px;
    min-height: 62px;
    padding: 16px 32px;
    font-size: 17px;
    letter-spacing: 0.01em;
}

.hk-btn:hover {
    transform: translateY(-3px);
}

.hk-btn-ana {
    background: var(--hk-navy);
    color: #fff;
    box-shadow: 0 12px 26px rgba(29, 69, 139, 0.22);
}

.hk-btn-ana:hover {
    background: var(--hk-blue);
    color: #fff;
    box-shadow: 0 16px 32px rgba(29, 69, 139, 0.28);
}

.hk-btn-vurgu {
    background: var(--hk-orange);
    color: #fff;
    box-shadow: 0 12px 26px rgba(255, 107, 0, 0.28);
}

.hk-btn-vurgu:hover {
    background: #e05f00;
    color: #fff;
    box-shadow: 0 16px 32px rgba(255, 107, 0, 0.34);
}

@media (max-width: 1100px) {
    .hk-intro h1 {
        font-size: 34px;
    }

    .hk-yonetim-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hk-yuzer-ust {
        left: 12px;
    }

    .hk-yuzer-alt {
        right: 12px;
    }
}

@media (max-width: 991px) {
    .hk-intro {
        padding-top: 48px;
    }

    .hk-intro-grid,
    .hk-surec,
    .hk-mini-istatistik {
        grid-template-columns: 1fr 1fr;
    }

    .hk-surec::before {
        display: none;
    }

    .hk-intro-gorsel img {
        height: 360px;
    }

    .hk-alt-cta-ic {
        flex-direction: column;
        align-items: stretch;
        padding: 28px 24px;
    }

    .hk-alt-cta .hk-cta {
        min-width: 0;
        width: 100%;
    }

    .hk-alt-cta .hk-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 600px) {
    .hk-intro-grid,
    .hk-surec,
    .hk-mini-istatistik,
    .hk-yonetim-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hk-intro h1 {
        max-width: none;
        font-size: 30px;
    }

    .hk-intro-gorsel-kutu {
        min-height: 0;
    }

    .hk-intro-gorsel img {
        height: 260px;
    }

    .hk-yuzer {
        max-width: 210px;
        padding: 10px 12px;
    }

    .hk-yuzer-ust {
        top: 12px;
        left: 12px;
    }

    .hk-yuzer-alt {
        right: 12px;
        bottom: 12px;
    }

    .hk-yonetim h2,
    .hk-alt-cta-ic h2 {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hk-anim,
    .hk-btn,
    .hk-uye {
        transition: none;
    }

    .hk-anim {
        opacity: 1;
        transform: none;
    }
}
