/**
 * Hakkımızda — dikey timeline, canlı mavi, site paleti
 */

.hk-page {
    --hk-surface: var(--surface-card, #14151a);
    --hk-surface-2: var(--surface-elevated, #14151a);
    --hk-border: var(--header-strip-border, #2d3139);
    --hk-text: #ffffff;
    --hk-muted: #b0b8c8;
    --hk-blue: #4a9eff;
    --hk-blue-live: #5eb8ff;
    --hk-blue-glow: rgba(74, 158, 255, 0.45);
    --hk-cyan: #22d3ee;
    --hk-line: linear-gradient(180deg, var(--hk-cyan) 0%, var(--hk-blue) 50%, #6366f1 100%);
    padding: 12px 0 56px;
    background: transparent;
}

.light-mode .hk-page {
    --hk-surface: #f8f9fa;
    --hk-surface-2: #eef0f4;
    --hk-border: #e2e6ec;
    --hk-text: #1a1d26;
    --hk-muted: #5c6478;
}

.hk-page > .container {
    max-width: var(--container-max, 1600px);
    width: 100%;
    margin: 0 auto;
    padding-left: var(--container-padding, clamp(12px, 2.5vw, 40px));
    padding-right: var(--container-padding, clamp(12px, 2.5vw, 40px));
    box-sizing: border-box;
}

@media (min-width: 1025px) {
    html body:has(.hk-page) header .header-container {
        padding-left: clamp(12px, 2.5vw, 40px) !important;
        padding-right: clamp(12px, 2.5vw, 40px) !important;
        max-width: var(--container-max, 1600px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

/* Kurumsal alt sayfalar (iletişim, KVKK, …) */
.hk-kurumsal-body {
    margin: 0 0 40px;
    min-width: 0;
}

/* Hizmet sözleşmesi — İletişim panelleri ile aynı kart stili */
.hk-page--sozlesme {
    --ic-radius-lg: 16px;
    --ic-panel-tint: rgba(0, 0, 0, 0.12);
    --ic-card-bg: rgba(255, 255, 255, 0.09);
    --ic-card-border: rgba(255, 255, 255, 0.12);
    --hk-pad-inline: 28px;
}

.light-mode.hk-page--sozlesme,
.light-mode .hk-page--sozlesme {
    --ic-panel-tint: var(--hk-surface-2);
    --ic-card-bg: #f4f6f9;
    --ic-card-border: #e2e6ec;
}

.hk-page--sozlesme .hk-strip:has(+ .hk-kurumsal-body > .hk-legal-panel) {
    margin-bottom: 16px;
}

.hk-page--sozlesme .hk-strip:has(+ .hk-kurumsal-body > .hk-legal-panel) .hk-strip__bar {
    border: 1px solid var(--hk-border);
    border-radius: var(--ic-radius-lg);
}

.hk-page--sozlesme .hk-kurumsal-body > .hk-legal-panel {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
    background: var(--hk-surface) !important;
    background-image: none !important;
    border: 1px solid var(--hk-border) !important;
    border-radius: var(--ic-radius-lg) !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: hidden;
    isolation: isolate;
}

.hk-page--sozlesme .hk-legal-panel::before,
.hk-page--sozlesme .hk-legal-panel::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

.hk-legal-panel__intro {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding: 28px var(--hk-pad-inline) 24px;
    min-height: 0;
    background: transparent;
    border: none;
    border-top: none !important;
    border-bottom: 1px solid var(--hk-border);
    box-shadow: none !important;
}

.hk-legal-panel__body {
    position: relative;
    z-index: 1;
    padding: 24px var(--hk-pad-inline) 28px;
    background: transparent;
    border: none;
    border-top: none !important;
}

.hk-page--sozlesme .hk-legal-panel__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    padding: 6px 12px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(120, 128, 140, 0.22);
    border: 1px solid rgba(176, 184, 200, 0.24);
    border-radius: 8px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.light-mode .hk-page--sozlesme .hk-legal-panel__eyebrow {
    color: #2f3746;
    background: rgba(160, 168, 182, 0.18);
    border-color: rgba(92, 100, 120, 0.2);
}

.hk-page--sozlesme .hk-legal-panel__eyebrow i {
    margin-right: 8px;
    font-size: 0.78rem;
    color: inherit;
    opacity: 0.95;
}

.hk-page--sozlesme .hk-legal-panel__title {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #fff;
}

.light-mode .hk-page--sozlesme .hk-legal-panel__title {
    color: var(--hk-text);
}

.hk-legal-panel__lead {
    margin: 0;
    max-width: 52rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--hk-muted);
}

.hk-page--sozlesme .hk-legal-panel__lead strong {
    color: var(--hk-blue-live);
    font-weight: 700;
}

.light-mode .hk-page--sozlesme .hk-legal-panel__lead strong {
    color: var(--hk-blue);
}

/* Sözleşme metni — okunaklı, abartısız tipografi */
.hk-page--sozlesme .hk-legal-doc {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--hk-muted);
}

.hk-page--sozlesme .hk-legal-doc h3 {
    margin: 1.75rem 0 0.65rem;
    padding: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #fff;
}

.hk-page--sozlesme .hk-legal-doc h3:first-child {
    margin-top: 0;
}

.hk-page--sozlesme .hk-legal-doc h3 strong {
    font-weight: inherit;
    color: inherit;
}

.light-mode .hk-page--sozlesme .hk-legal-doc h3 {
    color: var(--hk-text);
}

.hk-page--sozlesme .hk-legal-doc p {
    margin: 0 0 0.85rem;
    font-size: inherit;
    line-height: 1.65;
    color: var(--hk-muted);
}

.hk-page--sozlesme .hk-legal-doc p:last-child {
    margin-bottom: 0;
}

.hk-page--sozlesme .hk-legal-doc p > strong:first-child {
    color: #fff;
    font-weight: 600;
}

.light-mode .hk-page--sozlesme .hk-legal-doc p > strong:first-child {
    color: var(--hk-text);
}

.hk-page--sozlesme .hk-legal-doc p strong {
    font-weight: 600;
}

.hk-page--sozlesme .hk-legal-doc__defs {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.hk-page--sozlesme .hk-legal-doc__defs li {
    margin: 0 0 0.75rem;
    padding: 0;
    font-size: inherit;
    line-height: 1.6;
    color: var(--hk-muted);
}

.hk-page--sozlesme .hk-legal-doc__defs li:last-child {
    margin-bottom: 0;
}

.hk-page--sozlesme .hk-legal-doc__defs li strong {
    color: #fff;
    font-weight: 600;
}

.light-mode .hk-page--sozlesme .hk-legal-doc__defs li strong {
    color: var(--hk-text);
}

.hk-page--sozlesme .hk-legal-doc a {
    color: var(--hk-blue-live);
    text-decoration: none;
}

.hk-page--sozlesme .hk-legal-doc a:hover {
    text-decoration: underline;
}

.light-mode .hk-page--sozlesme .hk-legal-doc a {
    color: var(--hk-blue);
}

.hk-page--sozlesme .hk-legal-doc__subhead {
    margin: 1.1rem 0 0.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #fff;
}

.hk-page--sozlesme .hk-legal-doc__subhead strong {
    font-weight: 600;
}

.light-mode .hk-page--sozlesme .hk-legal-doc__subhead {
    color: var(--hk-text);
}

.hk-page--sozlesme .hk-legal-doc ul {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.hk-page--sozlesme .hk-legal-doc ul li {
    margin: 0 0 0.55rem;
    font-size: inherit;
    line-height: 1.6;
    color: var(--hk-muted);
}

.hk-page--sozlesme .hk-legal-doc ul li:last-child {
    margin-bottom: 0;
}

.hk-page--sozlesme .hk-legal-doc ul li strong {
    color: #fff;
    font-weight: 600;
}

.light-mode .hk-page--sozlesme .hk-legal-doc ul li strong {
    color: var(--hk-text);
}

.hk-page--sozlesme .hk-legal-doc__download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0.35rem 0 1.35rem;
    padding: 12px 18px;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--hk-border);
    border-radius: 8px;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.hk-page--sozlesme .hk-legal-doc__download:hover {
    color: var(--hk-blue-live);
    border-color: rgba(94, 184, 255, 0.45);
    background: rgba(74, 158, 255, 0.08);
}

.light-mode .hk-page--sozlesme .hk-legal-doc__download {
    color: var(--hk-text);
    background: rgba(0, 0, 0, 0.03);
}

.light-mode .hk-page--sozlesme .hk-legal-doc__download:hover {
    color: var(--hk-blue);
}

.hk-page--sozlesme .hk-legal-doc__download i {
    font-size: 1rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hk-page--sozlesme {
        --hk-pad-inline: 20px;
    }

    .hk-page--sozlesme .hk-strip:has(+ .hk-kurumsal-body > .hk-legal-panel) .hk-strip__bar,
    .hk-page--sozlesme .hk-kurumsal-body > .hk-legal-panel {
        border-radius: 12px !important;
    }

    .hk-legal-panel__intro {
        padding: 22px var(--hk-pad-inline) 20px;
    }

    .hk-legal-panel__body {
        padding: 20px var(--hk-pad-inline) 26px;
    }

    .hk-page--sozlesme .hk-legal-doc {
        font-size: 0.9rem;
    }

    .hk-page--sozlesme .hk-legal-doc h3 {
        font-size: 1rem;
        margin-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hk-page--sozlesme {
        --hk-pad-inline: 16px;
    }

    .hk-legal-panel__intro {
        padding: 18px var(--hk-pad-inline) 16px;
    }

    .hk-legal-panel__body {
        padding: 16px var(--hk-pad-inline) 22px;
    }

    .hk-page--sozlesme .hk-legal-panel__title {
        font-size: 1.25rem;
    }
}

.hk-contact__head {
    margin-bottom: 20px;
    padding: 24px 28px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 14px;
}

.hk-contact__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 5px 12px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hk-muted);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--hk-border);
    border-radius: 999px;
}

.hk-contact__eyebrow i {
    font-size: 0.78rem;
    color: var(--hk-muted);
}

.hk-contact__title {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.light-mode .hk-contact__title {
    color: var(--hk-text);
}

.hk-contact__lead {
    margin: 0;
    max-width: 42rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--hk-muted);
}

.hk-contact__lead strong {
    color: var(--hk-blue-live);
    font-weight: 700;
}

/* Kurumsal menü — hero’dan ayrı */
.hk-strip {
    margin: 0 0 20px;
    padding: 0;
}

.hk-strip__bar {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 10px 12px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 14px;
    overflow: hidden;
}

.hk-strip__heading {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin: 0;
    padding: 6px 14px 6px 4px;
    border-right: 1px solid var(--hk-border);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hk-muted);
    white-space: nowrap;
}

.hk-strip__heading i {
    font-size: 0.95rem;
    color: var(--hk-muted);
    opacity: 0.95;
}

.hk-strip__track {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 2px 0 2px 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
}

.hk-strip__track::-webkit-scrollbar {
    display: none;
}

.hk-strip__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 9px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--hk-muted);
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hk-strip__link i {
    flex-shrink: 0;
    width: 1rem;
    font-size: 0.82rem;
    text-align: center;
    color: var(--hk-muted);
    transition: color 0.2s ease;
}

.hk-strip__link span {
    display: inline-block;
    color: inherit;
}

/* main.css body.dark-mode a { color: #4a9eff } geçersiz — varsayılan gri */
html body.dark-mode .hk-page .hk-strip__link,
html body.dark-mode .hk-page .hk-strip__link:visited,
html body.light-mode .hk-page .hk-strip__link,
html body.light-mode .hk-page .hk-strip__link:visited,
html body .hk-page .hk-strip__link span,
html body .hk-page .hk-strip__link i {
    color: var(--hk-muted) !important;
}

/* Seçili sayfa — mavi */
html body .hk-page .hk-strip__link--on,
html body .hk-page .hk-strip__link--on:visited,
html body .hk-page .hk-strip__link--on span,
html body .hk-page .hk-strip__link--on i {
    color: var(--hk-blue-live) !important;
}

.hk-strip__link--on {
    border-color: rgba(94, 184, 255, 0.35);
    background: rgba(74, 158, 255, 0.08);
}

/* Hover / basılı — mavi (seçili olmayanlar) */
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):hover,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):active,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):focus-visible,
html body.dark-mode .hk-page .hk-strip__link:not(.hk-strip__link--on):hover,
html body.dark-mode .hk-page .hk-strip__link:not(.hk-strip__link--on):visited:hover {
    color: var(--hk-blue-live) !important;
    border-color: var(--hk-blue-live);
    background: rgba(74, 158, 255, 0.06);
}

html body .hk-page .hk-strip__link:not(.hk-strip__link--on):hover i,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):hover span,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):active i,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):active span,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):focus-visible i,
html body .hk-page .hk-strip__link:not(.hk-strip__link--on):focus-visible span {
    color: var(--hk-blue-live) !important;
}

html body .hk-page .hk-strip__link--on:hover,
html body .hk-page .hk-strip__link--on:active,
html body .hk-page .hk-strip__link--on:focus-visible,
html body .hk-page .hk-strip__link--on:hover i,
html body .hk-page .hk-strip__link--on:hover span {
    color: var(--hk-blue-live) !important;
    border-color: var(--hk-blue-live);
    background: rgba(74, 158, 255, 0.12);
}

.light-mode .hk-strip__link--on {
    background: rgba(37, 99, 235, 0.08);
}

.light-mode .hk-strip__link:not(.hk-strip__link--on):hover,
.light-mode .hk-strip__link:not(.hk-strip__link--on):active,
.light-mode .hk-strip__link--on:hover,
.light-mode .hk-strip__link--on:active {
    background: rgba(37, 99, 235, 0.1);
}

/* Hero — div kullanılır (header değil: site CSS çizgi/arka plan vermesin) */
.hk-hero {
    width: 100%;
    margin: 0 0 22px;
    padding: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body .hk-hero::before,
html body .hk-hero::after {
    content: none !important;
    display: none !important;
    border: none !important;
}

.hk-hero__body {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 12px;
    overflow: hidden;
    background: var(--hk-surface);
    box-shadow: none !important;
    outline: none !important;
}

.light-mode .hk-hero__body {
    background: var(--hk-surface);
}

.hk-hero__body::before,
.hk-hero__body::after {
    display: none !important;
    content: none !important;
}

.hk-hero__copy {
    position: relative;
    z-index: 1;
    padding: 22px 22px 20px;
    text-align: left;
    background: transparent;
}

.hk-hero__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 4px 10px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hk-cyan);
    background: rgba(34, 211, 238, 0.08);
    border: 1px solid rgba(34, 211, 238, 0.25);
    border-radius: 6px;
}

.hk-hero__eyebrow i {
    font-size: 0.7rem;
}

.hk-hero__brand {
    position: relative;
    margin: 0 0 2px;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.light-mode .hk-hero__brand {
    color: #0f172a;
}

.hk-hero__company {
    position: relative;
    margin: 0 0 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--hk-muted);
    line-height: 1.4;
}

.hk-hero__tagline {
    position: relative;
    margin: 0 0 10px;
    padding-bottom: 0;
    font-size: clamp(0.92rem, 2vw, 1.05rem);
    font-weight: 600;
    color: var(--hk-blue-live);
    border-bottom: none;
}

.light-mode .hk-hero__tagline {
    color: #2563eb;
}

.hk-hero__intro {
    position: relative;
    margin: 0 0 12px;
    max-width: none;
    font-size: 0.86rem;
    line-height: 1.65;
    color: #c4ced9;
}

.hk-hero__intro--sub {
    margin-bottom: 14px;
    font-size: 0.84rem;
    line-height: 1.62;
    color: var(--hk-muted);
}

.light-mode .hk-hero__intro {
    color: #475569;
}

.hk-hero__intro strong {
    color: #ffffff;
    font-weight: 700;
}

.light-mode .hk-hero__intro strong {
    color: #0f172a;
}

.hk-hero__facts {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.hk-hero__facts li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--hk-text);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--hk-border);
    border-radius: 8px;
}

.light-mode .hk-hero__facts li {
    background: #fff;
}

.hk-hero__facts i {
    font-size: 0.75rem;
    color: #ffffff;
}

.light-mode .hk-hero__facts i {
    color: #64748b;
}

.hk-hero__aside {
    position: relative;
    z-index: 1;
    padding: 18px 22px 22px;
    background: transparent;
    border: none;
    border-top: 1px solid var(--hk-border);
}

.light-mode .hk-hero__aside {
    background: transparent;
}

.hk-hero__aside-title {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--hk-text);
    letter-spacing: -0.02em;
}

.hk-hero__aside-lead {
    margin: 0 0 14px;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--hk-muted);
}

.hk-hero__feats {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hk-hero__feat {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border: none;
    border-bottom: none;
    transition: background 0.2s ease;
}

.hk-hero__feat:last-child {
    padding-bottom: 0;
}

.hk-hero__feat:first-child {
    padding-top: 0;
}

.hk-hero__feat:hover {
    background: transparent;
}

.hk-hero__feat-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 0.85rem;
}

.hk-hero__feat-ico--a {
    color: #22d3ee;
    background: rgba(34, 211, 238, 0.14);
    border: 1px solid rgba(34, 211, 238, 0.28);
}

.hk-hero__feat-ico--b {
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.14);
    border: 1px solid rgba(251, 191, 36, 0.28);
}

.hk-hero__feat-ico--c {
    color: #a78bfa;
    background: rgba(167, 139, 250, 0.14);
    border: 1px solid rgba(167, 139, 250, 0.28);
}

.hk-hero__feat-ico--d {
    color: #34d399;
    background: rgba(52, 211, 153, 0.14);
    border: 1px solid rgba(52, 211, 153, 0.28);
}

.hk-hero__feat-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
    text-align: left;
}

.hk-hero__feat-body strong {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--hk-text);
    line-height: 1.2;
}

.hk-hero__feat-desc {
    display: block;
    font-size: 0.74rem;
    line-height: 1.5;
    color: var(--hk-muted);
}

/* Hero: tam genişlik, üst-alt düzen (dar yan sütun yok) */
@media (min-width: 900px) {
    .hk-hero__body {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .hk-hero__copy {
        padding: 28px 32px 24px;
    }

    .hk-hero__aside {
        padding: 22px 32px 28px;
        border-top: 1px solid var(--hk-border);
    }

    .hk-hero__intro,
    .hk-hero__intro--sub {
        max-width: none;
    }

    .hk-hero__feats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 24px;
    }

    .hk-hero__feat {
        padding: 14px 0;
    }
}

@media (max-width: 899px) {
    .hk-hero__copy {
        padding: 18px 18px 16px;
    }

    .hk-hero__aside {
        padding: 16px 18px 20px;
    }
}

/* Özet kartlar */
.hk-intro-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 40px;
}

.hk-intro-card {
    padding: 18px 16px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 10px;
    transition: border-color 0.2s ease;
}

.hk-intro-card:hover {
    border-color: var(--hk-blue-live);
}

.hk-intro-card h2 {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin: 0 0 8px;
}

.light-mode .hk-intro-card h2 {
    color: var(--hk-text);
}

.hk-intro-card p {
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--hk-muted);
    margin: 0;
}

/* Bölüm başlığı */
.hk-section-head {
    text-align: center;
    margin-bottom: 36px;
}

.hk-section-head h2 {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 800;
    color: var(--hk-text);
    margin: 0 0 8px;
}

.hk-section-head p {
    font-size: 0.9rem;
    color: var(--hk-muted);
    margin: 0;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

/* ─── Dikey timeline ─── */
.hk-timeline-section {
    margin-bottom: 52px;
    padding: 8px 0 4px;
}

.hk-timeline-section .hk-section-head {
    margin-bottom: 28px;
}

.hk-timeline-section .hk-section-head h2 {
    background: linear-gradient(135deg, #fff 0%, #c8e4ff 45%, var(--hk-cyan) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .hk-timeline-section .hk-section-head h2 {
    background: linear-gradient(135deg, #1a1d26 0%, #2563eb 55%, #0891b2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hk-timeline-section .hk-section-head::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    margin: 18px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--hk-cyan), var(--hk-blue-live), transparent);
    box-shadow: 0 0 14px rgba(74, 158, 255, 0.45);
}

.hk-timeline {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 12px 0 8px;
}

/* İnce omurga: tüm adımlar boyunca */
.hk-timeline__spine {
    position: absolute;
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 1px;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

.hk-timeline__spine::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 14px;
    transform: translateX(-50%);
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(34, 211, 238, 0.04) 6%,
        rgba(74, 158, 255, 0.09) 50%,
        rgba(99, 102, 241, 0.06) 94%,
        transparent 100%
    );
}

.hk-timeline__spine::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateX(-50%);
    border-radius: 1px;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(34, 211, 238, 0.45) 4%,
        rgba(94, 184, 255, 0.95) 18%,
        rgba(74, 158, 255, 0.85) 50%,
        rgba(99, 102, 241, 0.7) 82%,
        rgba(34, 211, 238, 0.35) 96%,
        transparent 100%
    );
    box-shadow:
        0 0 6px rgba(74, 158, 255, 0.35),
        0 0 1px rgba(255, 255, 255, 0.15);
    animation: hk-spine-pulse 4s ease-in-out infinite;
}

@keyframes hk-spine-pulse {
    0%, 100% { opacity: 0.75; }
    50% { opacity: 1; }
}

/* Üst / alt uç noktaları */
.hk-timeline::before,
.hk-timeline::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.hk-timeline::before {
    top: 0;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at 35% 35%, #fff 0%, var(--hk-cyan) 40%, var(--hk-blue) 100%);
    box-shadow:
        0 0 0 3px rgba(74, 158, 255, 0.2),
        0 0 14px rgba(34, 211, 238, 0.5);
}

.hk-timeline::after {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
    background: radial-gradient(circle at 35% 35%, #fff 0%, var(--hk-blue-live) 45%, #6366f1 100%);
    box-shadow:
        0 0 0 3px rgba(99, 102, 241, 0.18),
        0 0 12px rgba(74, 158, 255, 0.4);
}

.hk-timeline__item {
    position: relative;
    width: 50%;
    padding: 0 0 20px;
    box-sizing: border-box;
    z-index: 1;
}

.hk-timeline__item--left {
    padding-right: 32px;
    text-align: left;
}

.hk-timeline__item--right {
    margin-left: 50%;
    padding-left: 32px;
    text-align: left;
}

.hk-timeline__item:last-child {
    padding-bottom: 0;
}

/* İnce bağlantı çizgisi (kart ↔ omurga) */
.hk-timeline__card {
    position: relative;
}

.hk-timeline__item--left .hk-timeline__card::after,
.hk-timeline__item--right .hk-timeline__card::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(74, 158, 255, 0.55), rgba(58, 58, 58, 0.35));
    opacity: 0.85;
    transition: width 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.hk-timeline__item--left .hk-timeline__card::after {
    right: -32px;
    background: linear-gradient(270deg, rgba(94, 184, 255, 0.7), rgba(58, 58, 58, 0.25));
}

.hk-timeline__item--right .hk-timeline__card::after {
    left: -32px;
    background: linear-gradient(90deg, rgba(94, 184, 255, 0.7), rgba(58, 58, 58, 0.25));
}

/* Küçük nokta — ince halka */
.hk-timeline__node {
    position: absolute;
    top: 22px;
    width: 12px;
    height: 12px;
    z-index: 3;
}

.hk-timeline__item--left .hk-timeline__node {
    right: -6px;
    transform: translateX(50%);
}

.hk-timeline__item--right .hk-timeline__node {
    left: -6px;
    transform: translateX(-50%);
}

.hk-timeline__node span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff 0%, var(--hk-blue-live) 55%, var(--hk-blue) 100%);
    border: 2px solid var(--hk-surface);
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.35);
}

/* Kart */
.hk-timeline__card {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    text-align: left;
    direction: ltr;
    unicode-bidi: isolate;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.light-mode .hk-timeline__card {
    background: var(--hk-surface);
}

.hk-timeline__item:hover .hk-timeline__card {
    border-color: var(--hk-blue-live);
}

.hk-timeline__year {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--hk-cyan);
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, 0.25);
    background: rgba(34, 211, 238, 0.06);
}

.hk-timeline__card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--hk-text);
    margin: 0 0 10px;
}

.hk-timeline__card p {
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--hk-muted);
    margin: 0;
}

.hk-timeline__card .hk-logo-row {
    margin-top: 12px;
    padding-top: 10px;
}

/* Timeline ödeme logoları — tek satır */
.hk-logo-row--one-line {
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.hk-logo-row--one-line::-webkit-scrollbar {
    display: none;
}

.hk-logo-row--one-line .hk-logo-row__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    height: 36px;
    padding: 4px 5px;
}

.hk-logo-row--one-line .hk-logo-row__item img {
    max-width: 100%;
    max-height: 22px;
}

/* Güvenlik — 4 logo, mobilde tek satır */
.hk-logo-row--one-line.hk-logo-row--trust .hk-logo-row__item {
    flex: 1 1 0;
    min-width: 0;
    height: 40px;
}

.hk-logo-row--one-line.hk-logo-row--trust .hk-logo-row__item img {
    max-height: 26px;
}

/* Logo satırı */
.hk-logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--hk-border);
}

.hk-timeline__item--left .hk-logo-row,
.hk-timeline__item--right .hk-logo-row {
    justify-content: flex-start;
}

.hk-logo-row__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 44px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--hk-border);
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.hk-logo-row__item:hover {
    border-color: var(--hk-blue-live);
}

.hk-logo-row__item img {
    max-width: 64px;
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(1.05);
}

.hk-logo-row--large .hk-logo-row__item {
    min-width: 88px;
    height: 52px;
}

.hk-logo-row--large .hk-logo-row__item img {
    max-width: 76px;
    max-height: 36px;
}

/* Ödeme bloğu — mobilde tek satır */
.hk-logo-row--large.hk-logo-row--one-line {
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.hk-logo-row--large.hk-logo-row--one-line::-webkit-scrollbar {
    display: none;
}

.hk-logo-row--large.hk-logo-row--one-line .hk-logo-row__item {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    height: 40px;
    padding: 5px 6px;
}

.hk-logo-row--large.hk-logo-row--one-line .hk-logo-row__item img {
    max-width: 100%;
    max-height: 26px;
}

.hk-logo-row--large.hk-logo-row--one-line.hk-logo-row--trust .hk-logo-row__item {
    height: 42px;
}

.hk-logo-row--large.hk-logo-row--one-line.hk-logo-row--trust .hk-logo-row__item img {
    max-height: 28px;
}

/* Özellik grid */
.hk-features {
    margin-bottom: 40px;
}

.hk-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hk-feature {
    padding: 22px 18px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 12px;
    transition: border-color 0.2s ease;
}

.hk-feature:hover {
    border-color: var(--hk-blue-live);
}

.hk-feature i {
    font-size: 1.25rem;
    color: var(--hk-blue-live);
    margin-bottom: 12px;
    display: block;
}

.hk-feature h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--hk-text);
    margin: 0 0 8px;
}

.hk-feature p {
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--hk-muted);
    margin: 0;
}

/* Ödeme bloğu */
.hk-pay-block {
    margin-bottom: 36px;
    padding: 28px 24px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(74, 158, 255, 0.08) 0%, var(--hk-surface) 45%);
    border: 1px solid var(--hk-border);
}

.hk-pay-block__inner {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 28px;
    align-items: start;
}

.hk-pay-block__text h2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--hk-text);
    margin: 0 0 12px;
}

.hk-pay-block__text p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--hk-muted);
    margin: 0;
}

.hk-pay-block__label {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--hk-blue-live);
    margin: 0 0 10px;
}

.hk-pay-block__label + .hk-logo-row {
    margin-top: 0;
    margin-bottom: 18px;
    padding-top: 0;
    border-top: none;
}

/* Ekosistem */
.hk-eco {
    margin-bottom: 32px;
    padding: 24px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 12px;
}

.hk-eco__title {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--hk-muted);
    margin: 0 0 16px;
}

.hk-eco__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.hk-eco__tags span {
    padding: 8px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--hk-text);
    background: rgba(74, 158, 255, 0.08);
    border: 1px solid rgba(74, 158, 255, 0.25);
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.hk-eco__tags span:hover {
    border-color: var(--hk-blue-live);
}

/* CTA — section (footer değil: main.css footer { border-top } çizgi vermesin) */
.hk-cta {
    margin: 8px 0 0;
    padding: 0;
    border: none !important;
    border-top: none !important;
}

html body main.hk-page .hk-cta {
    border-top: none !important;
}

.hk-cta__card {
    position: relative;
    text-align: center;
    padding: 40px 32px 36px;
    background: var(--hk-surface);
    border: 1px solid var(--hk-border);
    border-radius: 16px;
    overflow: hidden;
}

.hk-cta__card::before {
    content: '';
    position: absolute;
    inset: -40% -20% auto auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(74, 158, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.hk-cta__card::after {
    content: none;
    display: none;
}

.hk-cta__title {
    position: relative;
    margin: 0 auto 18px;
    max-width: 100%;
    font-size: clamp(0.95rem, 1.85vw, 1.55rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #ffffff;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .hk-cta__title {
        white-space: normal;
        font-size: clamp(1.05rem, 4.2vw, 1.4rem);
        line-height: 1.35;
    }
}

.light-mode .hk-cta__title {
    color: var(--hk-text);
}

.hk-cta__lead {
    position: relative;
    max-width: 40rem;
    margin: 0 auto 14px;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--hk-muted);
}

.hk-cta__lead strong {
    color: var(--hk-blue-live);
    font-weight: 700;
}

.hk-cta__note {
    position: relative;
    max-width: 34rem;
    margin: 0 auto 26px;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--hk-muted);
    opacity: 0.92;
}

.hk-cta__actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.hk-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 180px;
    padding: 13px 22px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--hk-border);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.hk-cta__btn--main,
.hk-cta__btn--main span,
.hk-cta__btn--main i,
.hk-cta__btn--alt,
.hk-cta__btn--alt span,
.hk-cta__btn--alt i {
    color: #ffffff;
}

.hk-cta__btn--main {
    background: rgba(74, 158, 255, 0.14);
    border-color: rgba(94, 184, 255, 0.45);
}

.hk-cta__btn--alt {
    background: transparent;
}

.hk-cta__btn i {
    font-size: 0.9rem;
}

.hk-cta__btn--main:hover,
.hk-cta__btn--main:active,
.hk-cta__btn--main:focus-visible,
.hk-cta__btn--alt:hover,
.hk-cta__btn--alt:active,
.hk-cta__btn--alt:focus-visible {
    border-color: var(--hk-blue-live);
    background: rgba(74, 158, 255, 0.1);
}

.hk-cta__btn--main:hover,
.hk-cta__btn--main:hover span,
.hk-cta__btn--main:hover i,
.hk-cta__btn--alt:hover,
.hk-cta__btn--alt:hover span,
.hk-cta__btn--alt:hover i {
    color: #ffffff;
}

.light-mode .hk-cta__btn--main,
.light-mode .hk-cta__btn--alt,
.light-mode .hk-cta__btn--main span,
.light-mode .hk-cta__btn--alt span,
.light-mode .hk-cta__btn--main i,
.light-mode .hk-cta__btn--alt i {
    color: #ffffff;
}

/* ─── Responsive ─── */
@media (max-width: 900px) {
    .hk-intro-cards {
        grid-template-columns: 1fr 1fr;
    }

    .hk-features__grid {
        grid-template-columns: 1fr 1fr;
    }

    .hk-pay-block__inner {
        grid-template-columns: 1fr;
    }

    /* Timeline: tek sütun, ince çizgi solda */
    .hk-timeline__spine {
        left: 14px;
        top: 6px;
        bottom: 6px;
        transform: none;
    }

    .hk-timeline::before,
    .hk-timeline::after {
        left: 14px;
        transform: translate(-50%, -50%);
    }

    .hk-timeline::after {
        top: auto;
        bottom: 0;
        transform: translate(-50%, 50%);
    }

    .hk-timeline__item,
    .hk-timeline__item--left,
    .hk-timeline__item--right {
        padding-bottom: 16px;
    }

    .hk-timeline__item--left .hk-timeline__card::after,
    .hk-timeline__item--right .hk-timeline__card::after {
        left: -26px;
        right: auto;
        width: 18px;
        background: linear-gradient(90deg, rgba(94, 184, 255, 0.65), rgba(58, 58, 58, 0.2)) !important;
    }

    .hk-timeline__item,
    .hk-timeline__item--left,
    .hk-timeline__item--right {
        width: 100%;
        margin-left: 0;
        padding-left: 44px;
        padding-right: 0;
        text-align: left;
    }

    .hk-timeline__item--left {
        padding-right: 0;
    }

    .hk-timeline__item--left .hk-timeline__node,
    .hk-timeline__item--right .hk-timeline__node {
        left: 14px;
        right: auto;
        transform: translateX(-50%);
    }

    .hk-timeline__item--left .hk-logo-row,
    .hk-timeline__item--right .hk-logo-row {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .hk-strip__bar {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
    }

    .hk-strip__heading {
        border-right: none;
        border-bottom: 1px solid var(--hk-border);
        padding: 0 0 10px;
        margin-bottom: 2px;
    }

    .hk-strip__track {
        padding: 4px 0 0;
        mask-image: none;
    }
}

@media (max-width: 560px) {
    .hk-intro-cards {
        grid-template-columns: 1fr;
    }

    .hk-features__grid {
        grid-template-columns: 1fr;
    }

    .hk-strip__link {
        padding: 8px 12px;
        font-size: 0.74rem;
    }

    .hk-strip__link i {
        font-size: 0.78rem;
    }

    .hk-cta__card {
        padding: 26px 18px 24px;
    }

    .hk-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hk-cta__btn {
        min-width: 0;
        width: 100%;
    }
}

/* Kurumsal responsive hizalama */
@media (max-width: 1024px) {
    html body main.hk-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .hk-page > .container {
        padding-left: max(12px, env(safe-area-inset-left)) !important;
        padding-right: max(12px, env(safe-area-inset-right)) !important;
    }

    html body:has(.hk-page) .breadcrumb .container,
    html body:has(.hk-page) header .header-container {
        padding-left: max(12px, env(safe-area-inset-left)) !important;
        padding-right: max(12px, env(safe-area-inset-right)) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html body .hk-page > .container,
    html body:has(.hk-page) .breadcrumb .container,
    html body:has(.hk-page) header .header-container {
        padding-left: max(16px, env(safe-area-inset-left)) !important;
        padding-right: max(16px, env(safe-area-inset-right)) !important;
    }
}

@media (max-width: 480px) {
    html body .hk-page > .container,
    html body:has(.hk-page) .breadcrumb .container {
        padding-left: max(10px, env(safe-area-inset-left)) !important;
        padding-right: max(10px, env(safe-area-inset-right)) !important;
    }
}
