﻿@charset "UTF-8";

/* Hakkımızda — modern ikna odaklı sayfa (yardim / paketler ile uyumlu) */

.hakkimizda-page {
    --hk-bg: #fafbff;
    --hk-surface: #ffffff;
    --hk-text: #0f172a;
    --hk-muted: #64748b;
    --hk-line: rgba(15, 23, 42, 0.08);
    --hk-accent: #00345D;
    --hk-accent-2: #79A1C0;
    --hk-max: 1320px;
    --hk-gutter: clamp(1.25rem, 4vw, 2.75rem);
    --hk-font: "Poppins", system-ui, -apple-system, sans-serif;
    font-family: var(--hk-font);
    background: var(--hk-bg);
}

.hakkimizda-page .hk-section-inner {
    max-width: var(--hk-max);
    margin: 0 auto;
    padding-left: var(--hk-gutter);
    padding-right: var(--hk-gutter);
}

/* pub-container HTML'de kullanılıyor — public.css'te tanım yok */
.hakkimizda-page .pub-container {
    box-sizing: border-box;
    width: 100%;
    max-width: var(--hk-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--hk-gutter);
    padding-right: var(--hk-gutter);
}

/* ─── Hero ─── */
.hakkimizda-page .hk-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
    background:
        radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37, 99, 235, 0.14), transparent),
        linear-gradient(165deg, #eef4ff 0%, #f8faff 55%, #fafbff 100%);
    border-bottom: 1px solid var(--hk-line);
}

.hk-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hk-hero__glow--1 {
    width: 420px;
    height: 420px;
    left: -160px;
    top: -200px;
    background: radial-gradient(circle, rgba(47, 120, 255, 0.22), transparent 70%);
}

.hk-hero__glow--2 {
    width: 380px;
    height: 380px;
    right: -140px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.18), transparent 70%);
}

.hk-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: center;
}

@media (min-width: 992px) {
    .hk-hero__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: clamp(2rem, 4vw, 3.5rem);
    }
}

.hk-hero__copy {
    max-width: 40rem;
}

.hk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--hk-accent);
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.15);
    border-radius: 999px;
    padding: 0.4rem 1rem;
}

.hk-hero__title {
    font-size: clamp(1.85rem, 4.2vw, 2.85rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
    color: var(--hk-text);
}

.hk-hero__lead {
    margin: 0 0 1.35rem;
    max-width: 42rem;
    font-size: clamp(0.95rem, 1.6vw, 1.08rem);
    line-height: 1.72;
    color: var(--hk-muted);
}

.hk-hero__lead strong {
    color: #1e40af;
    font-weight: 600;
}

.hk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.hk-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.72rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hk-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

.hk-btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.34);
}

.hk-btn--ghost {
    color: #1e40af;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(37, 99, 235, 0.22);
}

.hk-btn--ghost:hover {
    color: #1d4ed8;
    background: #fff;
    transform: translateY(-2px);
}

.hk-btn--white {
    color: #1d4ed8;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.hk-btn--white:hover {
    color: #1e40af;
    transform: translateY(-2px);
}

.hk-btn--outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: transparent;
}

.hk-btn--outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.hk-hero__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
}

.hk-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #475569;
}

.hk-hero__trust i {
    color: #22c55e;
    font-size: 0.78rem;
}

.hk-hero__visual {
    display: flex;
    justify-content: center;
    padding-inline: clamp(0rem, 2vw, 1rem);
}

.hk-hero__card {
    position: relative;
    width: min(100%, 400px);
    border-radius: 1.35rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hk-line);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

.hk-hero__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hk-hero__badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1e293b;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--hk-line);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.hk-hero__badge i {
    color: var(--hk-accent);
}

.hk-hero__badge--1 {
    left: 1rem;
    bottom: 1rem;
}

.hk-hero__badge--2 {
    right: 1rem;
    top: 1rem;
}

/* ─── Pills ─── */
.hk-pills {
    padding: 1.1rem 0;
    background: #fff;
    border-bottom: 1px solid var(--hk-line);
}

.hk-pills__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.hk-pills__inner span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    background: var(--hk-bg);
    border: 1px solid var(--hk-line);
    border-radius: 999px;
    padding: 0.38rem 0.85rem;
}

.hk-pills__inner i {
    color: var(--hk-accent);
    font-size: 0.75rem;
}

/* ─── Section head ─── */
.hk-section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.25rem;
}

.hk-section-head__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hk-accent);
}

.hk-section-head__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--hk-text);
}

.hk-section-head__text {
    margin: 0;
    color: var(--hk-muted);
    line-height: 1.7;
    font-size: 0.98rem;
}

/* ─── Features ─── */
.hk-why__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .hk-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .hk-why__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.1rem;
    }
}

.hk-feature {
    background: var(--hk-surface);
    border: 1px solid var(--hk-line);
    border-radius: 1.15rem;
    padding: 1.25rem 1.15rem 1.35rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hk-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

.hk-feature__icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.1);
    margin-bottom: 0.85rem;
}

.hk-feature__icon--violet {
    color: #6366f1;
    background: rgba(99, 102, 241, 0.12);
}

.hk-feature__icon--green {
    color: #059669;
    background: rgba(5, 150, 105, 0.12);
}

.hk-feature__icon--amber {
    color: #d97706;
    background: rgba(217, 119, 6, 0.12);
}

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

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

/* ─── Story + MVV ─── */
.hk-story__grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

@media (min-width: 992px) {
    .hk-story__grid {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 2.5rem;
    }
}

.hk-story__title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--hk-text);
}

.hk-story__content p {
    margin: 0 0 0.85rem;
    color: var(--hk-muted);
    line-height: 1.72;
    font-size: 0.96rem;
}

.hk-story__content strong {
    color: #334155;
    font-weight: 600;
}

.hk-story__list {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.hk-story__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

.hk-story__list i {
    color: #22c55e;
    margin-top: 0.15rem;
}

.hk-mvv {
    display: grid;
    gap: 1rem;
}

.hk-mvv__item {
    border-radius: 1.15rem;
    padding: 1.35rem 1.25rem;
    border: 1px solid var(--hk-line);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.hk-mvv__item--mission {
    background: linear-gradient(145deg, #eff6ff, #fff);
    border-color: rgba(37, 99, 235, 0.15);
}

.hk-mvv__item--vision {
    background: linear-gradient(145deg, #f5f3ff, #fff);
    border-color: rgba(99, 102, 241, 0.15);
}

.hk-mvv__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #6366f1);
    margin-bottom: 0.75rem;
}

.hk-mvv__item--vision .hk-mvv__icon {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

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

.hk-mvv__item p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.68;
    color: var(--hk-muted);
}

/* ─── Steps ─── */
.hk-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .hk-steps__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.1rem;
    }
}

.hk-step {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: var(--hk-surface);
    border: 1px solid var(--hk-line);
    border-radius: 1.15rem;
    padding: 1.25rem 1.15rem;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.hk-step__num {
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #6366f1);
}

.hk-step h3 {
    margin: 0 0 0.35rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--hk-text);
}

.hk-step p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.62;
    color: var(--hk-muted);
}

/* ─── Stats ─── */
.hk-stats {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 48%, #6366f1 100%);
    color: #fff;
    padding: clamp(2.75rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
    position: relative;
    overflow: hidden;
}

.hk-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(255, 255, 255, 0.12), transparent 55%);
}

.hk-stats__inner {
    position: relative;
    z-index: 1;
    max-width: var(--hk-max);
    margin: 0 auto;
}

.hk-stats__head {
    text-align: center;
    margin-bottom: 2rem;
}

.hk-stats__head h2 {
    margin: 0 0 0.45rem;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hk-stats__head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.hk-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1rem;
}

@media (min-width: 768px) {
    .hk-stats__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

.hk-stat {
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.hk-stat__value {
    display: block;
    font-size: clamp(1.45rem, 3.5vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    line-height: 1.15;
}

.hk-stat__label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

/* ─── CTA ─── */
.hakkimizda-page .hk-cta-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.hk-cta {
    text-align: center;
    border-radius: 1.35rem;
    padding: clamp(2rem, 4vw, 2.75rem) 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 55%, #6366f1 100%);
    box-shadow: 0 22px 50px rgba(37, 99, 235, 0.28);
}

.hk-cta__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.85rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.16);
}

.hk-cta h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.25rem, 2.8vw, 1.75rem);
    font-weight: 800;
}

.hk-cta p {
    margin: 0 auto;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
    font-size: 0.95rem;
}

.hk-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

/* public.css link override — CTA butonları */
.hakkimizda-page .hk-cta a.hk-btn--white,
.hakkimizda-page .hk-cta a.hk-btn--outline {
    text-decoration: none;
}

@media (max-width: 575px) {
    .hk-hero__badge {
        font-size: 0.72rem;
        padding: 0.35rem 0.6rem;
    }

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

    .hk-btn {
        justify-content: center;
    }
}
/* public.css .pub-layout a { color: inherit } override */
.hakkimizda-page a.hk-btn--primary { color: #fff !important; }
.hakkimizda-page a.hk-btn--ghost { color: #1e40af !important; }
.hakkimizda-page a.hk-btn--ghost:hover { color: #1d4ed8 !important; }
.hakkimizda-page a.hk-btn--white { color: #1d4ed8 !important; }
.hakkimizda-page a.hk-btn--white:hover { color: #1e40af !important; }
.hakkimizda-page a.hk-btn--outline { color: #fff !important; }