/* ============================================================
   CAR TEKLİF — HAKKIMIZDA
   Kurumsal / premium redesign — logo paleti + fal.ai görseller
   ============================================================ */

:root {
    --ab-blue: #0EA5F0;
    --ab-blue-600: #0B8FD8;
    --ab-navy: #0B2440;
    --ab-navy-700: #0F3357;
    --ab-light: #EAF6FE;
    --ab-ink: #0B2440;
    --ab-muted: #5b6b7d;
    --ab-line: #e6ecf3;
    --ab-grad: linear-gradient(120deg, #0EA5F0 0%, #0B2440 100%);
    --ab-shadow: 0 18px 50px rgba(11, 36, 64, 0.10);
    --ab-shadow-sm: 0 6px 20px rgba(11, 36, 64, 0.07);
    --ab-radius: 20px;
}

.abo-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---- Sayfa başlığı şeridi (sadece breadcrumb) ---- */
.abo-pagehead {
    background: #f6f9fc;
    border-bottom: 1px solid var(--ab-line);
    padding: 18px 0;
}
.abo-crumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; color: var(--ab-muted);
}
.abo-crumb a { color: var(--ab-muted); text-decoration: none; transition: color .2s; }
.abo-crumb a:hover { color: var(--ab-blue-600); }
.abo-crumb i { font-size: 11px; opacity: .6; }
.abo-crumb span { color: var(--ab-ink); font-weight: 600; }

.abo-tag {
    display: inline-block;
    background: var(--ab-light);
    color: var(--ab-blue-600);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.abo-tag--center { margin-left: auto; margin-right: auto; }

.abo-h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    font-weight: 800;
    color: var(--ab-ink);
    letter-spacing: -0.02em;
    margin: 0 0 14px;
    line-height: 1.15;
}

.abo-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.abo-head__desc { color: var(--ab-muted); font-size: 1.05rem; line-height: 1.7; margin: 0; }
.abo-head__desc--left { text-align: left; margin-bottom: 28px; }

/* ---- Butonlar ---- */
.abo-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14.5px;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
    cursor: pointer;
    border: 1px solid transparent;
}
.abo-btn i { font-size: 0.95em; transition: transform .25s ease; }
.abo-btn--primary {
    background: var(--ab-blue-600);
    color: #fff;
    box-shadow: 0 6px 16px rgba(11, 143, 216, 0.28);
}
.abo-btn--primary:hover {
    background: var(--ab-navy);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(11, 36, 64, 0.26);
}
.abo-btn--primary:hover i { transform: translateX(4px); }
.abo-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
}
.abo-btn--ghost:hover { background: rgba(255, 255, 255, 0.10); color: #fff; }
.abo-btn--lg { padding: 14px 28px; font-size: 15px; }

/* açık zemin bölümlerinde ghost (örn. süreç altı) */
.abo-btn--outline {
    background: transparent;
    color: var(--ab-navy);
    border-color: var(--ab-line);
}
.abo-btn--outline:hover { border-color: var(--ab-blue-600); color: var(--ab-blue-600); }

/* ============================ HERO ============================ */
.abo-hero {
    position: relative;
    background: var(--ab-hero-img) center/cover no-repeat, #0B2440;
    padding: 60px 0 0;
    color: #fff;
    overflow: hidden;
}
.abo-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(8, 24, 43, 0.94) 0%, rgba(11, 36, 64, 0.86) 45%, rgba(11, 36, 64, 0.55) 100%);
}
.abo-hero__inner { position: relative; z-index: 2; padding-bottom: 70px; }

.abo-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: 13.5px; color: rgba(255, 255, 255, 0.6);
    margin-bottom: 28px;
}
.abo-breadcrumb a { color: rgba(255, 255, 255, 0.75); text-decoration: none; transition: color .2s; }
.abo-breadcrumb a:hover { color: var(--ab-blue); }
.abo-breadcrumb i { font-size: 11px; opacity: .6; }
.abo-breadcrumb span { color: #fff; font-weight: 500; }

.abo-hero__label {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 16px; border-radius: 100px;
    font-size: 13px; font-weight: 500;
}
.abo-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--ab-blue);
    box-shadow: 0 0 0 4px rgba(14, 165, 240, 0.25);
    animation: aboPulse 2s infinite;
}
@keyframes aboPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(14, 165, 240, 0.4); }
    50% { box-shadow: 0 0 0 6px rgba(14, 165, 240, 0); }
}

.abo-hero__title {
    font-size: clamp(1.9rem, 3.8vw, 2.8rem);
    line-height: 1.12; font-weight: 700; letter-spacing: -0.02em;
    margin: 20px 0 16px;
}
.abo-hero__title span { color: var(--ab-blue); }
.abo-hero__desc {
    font-size: 1.0625rem; line-height: 1.75;
    color: rgba(255, 255, 255, 0.78); max-width: 600px; margin: 0 0 30px;
}
.abo-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* taşan istatistik şeridi */
.abo-statbar {
    position: relative; z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--ab-shadow);
    padding: 26px 20px;
    transform: translateY(50%);
    margin-bottom: -1px;
}
.abo-statbar__item { text-align: center; }
.abo-statbar__num {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800; color: var(--ab-ink); letter-spacing: -0.02em; line-height: 1;
}
.abo-statbar__label { font-size: 13px; color: var(--ab-muted); margin-top: 6px; display: block; font-weight: 500; }
.abo-statbar__sep { width: 1px; height: 42px; background: var(--ab-line); }

/* ============================ BİZ KİMİZ ============================ */
.abo-story { background: #fff; padding: 64px 0 90px; }
.abo-story__grid {
    display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center;
}
.abo-story__visual { position: relative; }
.abo-frame {
    border-radius: var(--ab-radius); overflow: hidden;
    box-shadow: var(--ab-shadow); border: 6px solid #fff; line-height: 0;
}
.abo-frame img { width: 100%; height: auto; display: block; }
.abo-frame--tech img { aspect-ratio: 4 / 3; object-fit: cover; }
.abo-frame__badge {
    position: absolute; right: -16px; bottom: -20px;
    background: var(--ab-navy); color: #fff;
    border-radius: 14px; padding: 16px 20px;
    display: flex; flex-direction: column; align-items: center; text-align: center;
    box-shadow: 0 10px 24px rgba(11, 36, 64, 0.22);
}
.abo-frame__num { font-size: 1.8rem; font-weight: 800; line-height: 1; }
.abo-frame__txt { font-size: 11.5px; opacity: .92; margin-top: 5px; line-height: 1.35; }

.abo-lead { font-size: 1.15rem; line-height: 1.7; color: var(--ab-ink); font-weight: 500; margin: 0 0 18px; }
.abo-richtext { color: var(--ab-muted); font-size: 1rem; line-height: 1.8; }
.abo-richtext p { margin: 0 0 14px; }

.abo-checklist {
    list-style: none; margin: 24px 0 30px; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.abo-checklist li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; color: var(--ab-ink); }
.abo-checklist i { color: var(--ab-blue); font-size: 18px; }

/* ============================ NASIL ÇALIŞIR ============================ */
.abo-process { background: #f6f9fc; padding: 90px 0; }
.abo-steps {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.abo-step {
    position: relative; background: #fff;
    border: 1px solid var(--ab-line); border-radius: var(--ab-radius);
    padding: 34px 26px 28px; transition: transform .25s, box-shadow .25s, border-color .25s;
    overflow: hidden;
}
.abo-step:hover { transform: translateY(-5px); box-shadow: var(--ab-shadow); border-color: transparent; }
.abo-step__no {
    position: absolute; top: 16px; right: 20px;
    font-size: 2.4rem; font-weight: 800; color: var(--ab-light); line-height: 1; letter-spacing: -0.03em;
}
.abo-step__icon {
    width: 54px; height: 54px; border-radius: 14px;
    background: var(--ab-light); color: var(--ab-blue-600);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 23px; margin-bottom: 18px;
}
.abo-step h3 { font-size: 1.15rem; font-weight: 700; color: var(--ab-ink); margin: 0 0 8px; }
.abo-step p { font-size: 14.5px; color: var(--ab-muted); line-height: 1.65; margin: 0; }

/* ============================ NEDEN BİZ ============================ */
.abo-why { background: #fff; padding: 90px 0; }
.abo-why__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.abo-frame--tech { border-color: #fff; }
.abo-why__list { display: flex; flex-direction: column; gap: 22px; }
.abo-why__item { display: flex; gap: 16px; align-items: flex-start; }
.abo-why__ico {
    flex-shrink: 0; width: 50px; height: 50px; border-radius: 14px;
    background: var(--ab-light); color: var(--ab-blue-600);
    display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
    transition: background .25s, color .25s;
}
.abo-why__item:hover .abo-why__ico { background: var(--ab-blue-600); color: #fff; }
.abo-why__item h4 { font-size: 1.05rem; font-weight: 700; color: var(--ab-ink); margin: 2px 0 5px; }
.abo-why__item p { font-size: 14.5px; color: var(--ab-muted); line-height: 1.6; margin: 0; }

/* ============================ MİSYON & VİZYON ============================ */
.abo-mv { background: #f6f9fc; padding: 90px 0; }
.abo-mv__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.abo-mv__card {
    position: relative; background: #fff;
    border: 1px solid var(--ab-line); border-radius: var(--ab-radius);
    padding: 40px 36px; overflow: hidden;
    transition: transform .25s, box-shadow .25s;
}
.abo-mv__card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--ab-blue-600);
}
.abo-mv__card:hover { transform: translateY(-4px); box-shadow: var(--ab-shadow); }
.abo-mv__icon {
    width: 60px; height: 60px; border-radius: 16px;
    background: var(--ab-light); color: var(--ab-blue-600);
    display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px;
}
.abo-mv__card h3 { font-size: 1.4rem; font-weight: 800; color: var(--ab-ink); margin: 0 0 12px; }
.abo-mv__card p { font-size: 1rem; color: var(--ab-muted); line-height: 1.75; margin: 0; }

/* ============================ DEĞERLERİMİZ ============================ */
.abo-values { background: #fff; padding: 90px 0; }
.abo-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.abo-value {
    text-align: center; padding: 36px 24px;
    border: 1px solid var(--ab-line); border-radius: var(--ab-radius);
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.abo-value:hover { transform: translateY(-5px); box-shadow: var(--ab-shadow); border-color: transparent; }
.abo-value__ico {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--ab-light); color: var(--ab-blue-600);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px; margin-bottom: 20px; transition: background .25s, color .25s;
}
.abo-value:hover .abo-value__ico { background: var(--ab-blue-600); color: #fff; }
.abo-value h4 { font-size: 1.15rem; font-weight: 700; color: var(--ab-ink); margin: 0 0 10px; }
.abo-value p { font-size: 14.5px; color: var(--ab-muted); line-height: 1.65; margin: 0; }

/* ============================ CTA ============================ */
.abo-cta {
    position: relative;
    background: var(--ab-cta-img) center/cover no-repeat fixed, #0B2440;
    padding: 100px 0; overflow: hidden;
}
.abo-cta__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(120deg, rgba(8, 24, 43, 0.92) 0%, rgba(11, 36, 64, 0.78) 100%);
}
.abo-cta__inner { position: relative; z-index: 2; text-align: center; max-width: 720px; }
.abo-cta__inner h2 {
    font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; color: #fff;
    letter-spacing: -0.02em; margin: 0 0 16px; line-height: 1.15;
}
.abo-cta__inner p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.78); line-height: 1.7; margin: 0 0 32px; }
.abo-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 991px) {
    .abo-story__grid, .abo-why__grid { grid-template-columns: 1fr; gap: 50px; }
    .abo-why__visual { order: -1; }
    .abo-steps { grid-template-columns: repeat(2, 1fr); }
    .abo-values__grid { grid-template-columns: repeat(2, 1fr); }
    .abo-statbar { grid-template-columns: 1fr 1fr; gap: 24px 0; }
    .abo-statbar__sep { display: none; }
    .abo-story { padding-top: 48px; }
}
@media (max-width: 767px) {
    .abo-container { padding: 0 18px; }
    .abo-mv__grid { grid-template-columns: 1fr; }
    .abo-cta__actions .abo-btn { flex: 1 1 auto; justify-content: center; }
    .abo-cta { background-attachment: scroll; }
    .abo-frame__badge { right: 12px; bottom: -18px; padding: 14px 18px; }
    .abo-story { padding-top: 40px; }
}
@media (max-width: 575px) {
    .abo-steps, .abo-values__grid { grid-template-columns: 1fr; }
    .abo-checklist { grid-template-columns: 1fr; }
    .abo-statbar { grid-template-columns: 1fr 1fr; }
}
