/* =====================================================================
   LikedWin — /hakkinda sayfası (ab-*)
   marketing.css primitiflerinin üzerine kurulur; yeni renk tanımlamaz.
   ===================================================================== */

/* Bölüm içinde kullanılan küçük başlık varyantı */
.mk-title--sm { font-size: clamp(23px, 2.8vw, 34px); }

/* ---------------------------------------------------------------------
   1) HERO
   --------------------------------------------------------------------- */
.ab-hero__grid {
    display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: center; gap: clamp(28px, 5vw, 64px);
}
.ab-hero__copy { max-width: 620px; }
.ab-hero__title {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; line-height: 1.08;
    letter-spacing: -.03em; color: var(--mk-ink); margin: 0 0 16px; text-wrap: balance;
}
.ab-hero__title .hl {
    background: var(--mk-grad);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.ab-hero__sub {
    font-size: clamp(15px, 1.7vw, 17.5px); line-height: 1.75; color: var(--muted);
    font-weight: 500; margin: 0 0 26px;
}

/* Marka kartı */
.ab-brand {
    position: relative; overflow: hidden;
    padding: clamp(26px, 3.2vw, 38px); border-radius: 26px; text-align: center;
    background: var(--surface); border: 1px solid var(--line);
    box-shadow: var(--mk-card);
}
.ab-brand__glow {
    position: absolute; inset: -60% -30% auto auto; width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(37, 68, 216, .18), transparent 62%);
    pointer-events: none;
}
.ab-brand__mark {
    position: relative; display: grid; place-items: center;
    width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 20px;
    background: var(--mk-grad); color: #fff; font-size: 24px;
    box-shadow: 0 16px 32px -14px rgba(37, 68, 216, .9);
}
.ab-brand__n {
    position: relative; margin: 0 0 4px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800;
    letter-spacing: -.03em; color: var(--mk-ink);
}
.ab-brand__n span { color: var(--brand); margin-left: 6px; font-weight: 700; }
.ab-brand__d { position: relative; margin: 0 0 20px; font-size: 13.5px; color: var(--muted); font-weight: 500; }

.ab-brand__rate {
    position: relative; display: flex; flex-direction: column; align-items: center; gap: 5px;
    padding: 16px; margin-bottom: 18px; border-radius: 18px;
    background: var(--surface-2); border: 1px solid var(--line);
}
.ab-brand__stars { color: var(--amber); font-size: 14px; letter-spacing: 2px; }
.ab-brand__score { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--muted); }
.ab-brand__score b { font-size: 22px; font-weight: 800; color: var(--mk-ink); }
.ab-brand__cnt { font-size: 11.5px; color: var(--muted-2); font-weight: 500; }

.ab-brand__list { position: relative; list-style: none; margin: 0; padding: 0; text-align: left; display: grid; gap: 10px; }
.ab-brand__list li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 13.5px; font-weight: 600; color: var(--text); line-height: 1.45;
}
.ab-brand__list i {
    flex: none; display: grid; place-items: center; width: 19px; height: 19px; margin-top: 1px;
    border-radius: 50%; background: var(--ok-bg); color: var(--ok-fg); font-size: 9px;
}

/* ---------------------------------------------------------------------
   2) ZAMAN ÇİZELGESİ
   --------------------------------------------------------------------- */
.ab-time {
    position: relative; list-style: none; margin: 0 auto; padding: 0 0 0 clamp(56px, 8vw, 96px);
    max-width: 860px;
}
/* Dikey omurga */
.ab-time::before {
    content: ""; position: absolute; top: 12px; bottom: 12px; left: clamp(26px, 4vw, 44px);
    width: 2px; border-radius: 2px;
    background: linear-gradient(180deg, var(--brand) 0%, var(--brand-line) 60%, transparent 100%);
}
.ab-time__i { position: relative; padding-bottom: clamp(22px, 3vw, 34px); }
.ab-time__i:last-child { padding-bottom: 0; }
.ab-time__y {
    position: absolute; left: calc(clamp(56px, 8vw, 96px) * -1); top: 2px;
    display: grid; place-items: center;
    width: clamp(54px, 8vw, 88px); height: 36px; border-radius: 11px;
    background: var(--mk-grad); color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: -.01em;
    box-shadow: 0 12px 24px -14px rgba(37, 68, 216, .95);
}
.ab-time__c {
    padding: clamp(16px, 2.2vw, 24px);
    background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--mk-card);
    transition: transform var(--ease), border-color var(--ease);
}
.ab-time__i:hover .ab-time__c { transform: translateX(4px); border-color: var(--brand-line-2); }
.ab-time__t { margin: 0 0 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17.5px; font-weight: 800; color: var(--mk-ink); letter-spacing: -.02em; }
.ab-time__d { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--muted); font-weight: 500; }

/* ---------------------------------------------------------------------
   3) NASIL ÇALIŞIYOR (akış)
   --------------------------------------------------------------------- */
.ab-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.8vw, 20px); }
.ab-flow__i {
    position: relative; padding: clamp(20px, 2.4vw, 28px);
    background: var(--surface); border: 1px solid var(--line); border-radius: 20px;
    box-shadow: var(--mk-card);
}
/* Aradaki ok — son karttan sonra yok */
.ab-flow__i:not(:last-child)::after {
    content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 900;
    position: absolute; top: 50%; right: calc(clamp(12px, 1.8vw, 20px) / -2 - 7px);
    transform: translateY(-50%);
    width: 14px; text-align: center;
    color: var(--brand-line-2); font-size: 13px;
}
.ab-flow__n {
    position: absolute; top: 16px; right: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif; font-size: 30px; font-weight: 800;
    color: var(--line-strong); line-height: 1;
}
.ab-flow__t { margin: 14px 0 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16.5px; font-weight: 800; color: var(--mk-ink); letter-spacing: -.02em; }
.ab-flow__d { margin: 0; font-size: 13.8px; line-height: 1.65; color: var(--muted); font-weight: 500; }

/* ---------------------------------------------------------------------
   4) DEĞERLER
   --------------------------------------------------------------------- */
.ab-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 22px); }
.ab-value { padding: clamp(22px, 2.6vw, 30px); }
.ab-value__t { margin: 14px 0 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17.5px; font-weight: 800; color: var(--mk-ink); letter-spacing: -.02em; }
.ab-value__d { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); font-weight: 500; }

/* ---------------------------------------------------------------------
   5) PLATFORMLAR
   --------------------------------------------------------------------- */
.ab-plats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ab-plat {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 9px 16px 9px 9px; border-radius: var(--radius-pill);
    background: var(--surface); border: 1px solid var(--line);
    font-size: 13.5px; font-weight: 700; color: var(--text);
    box-shadow: var(--shadow-sm);
    transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.ab-plat:hover { transform: translateY(-2px); border-color: var(--brand-line-2); box-shadow: var(--shadow-md); color: var(--brand); }
.ab-plat__ico {
    display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
    background: var(--grad, var(--brand-soft)); color: #fff; font-size: 13px;
}
/* Açık zeminli markalar (Snapchat, Kick) — beyaz ikon kaybolmasın */
.ab-plat.is-light .ab-plat__ico { color: var(--ink-on-light); }
.ab-plat__ico img { width: 16px; height: 16px; object-fit: contain; }
.ab-plat__mono { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 800; line-height: 1; }

/* ---------------------------------------------------------------------
   6) GÜVENCELER
   --------------------------------------------------------------------- */
.ab-trust {
    display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: center; gap: clamp(24px, 4vw, 52px);
    padding: clamp(26px, 3.6vw, 44px);
    background: linear-gradient(135deg, var(--brand-soft) 0%, var(--surface) 60%);
    border: 1px solid var(--brand-line); border-radius: 28px;
}
.ab-trust__head { text-align: left; }
.ab-trust__head .mk-sub { margin: 0; }
.ab-trust__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ab-trust__i {
    display: flex; gap: 13px; align-items: flex-start;
    padding: 17px; border-radius: 16px;
    background: var(--surface); border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}
.ab-trust__ico {
    flex: none; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px;
    background: var(--ok-bg); color: var(--ok-fg); font-size: 15px;
}
.ab-trust__t { margin: 0 0 4px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14.5px; font-weight: 800; color: var(--mk-ink); }
.ab-trust__d { margin: 0; font-size: 13px; line-height: 1.55; color: var(--muted); font-weight: 500; }

/* ---------------------------------------------------------------------
   7) RESPONSIVE
   --------------------------------------------------------------------- */
@media (max-width: 1080px) {
    .ab-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    /* İki sütuna düşünce sağdaki oklar yanlış yeri gösterir */
    .ab-flow__i:nth-child(2n)::after { display: none; }
}
@media (max-width: 980px) {
    .ab-hero__grid { grid-template-columns: 1fr; }
    .ab-hero__copy { max-width: none; }
    .ab-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ab-trust { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .ab-values { grid-template-columns: 1fr; }
    .ab-flow { grid-template-columns: 1fr; }
    .ab-flow__i::after { display: none !important; }
    .ab-trust__grid { grid-template-columns: 1fr; }

    /* Zaman çizelgesi: yıl rozeti satır başına geçsin */
    .ab-time { padding-left: 0; }
    .ab-time::before { display: none; }
    .ab-time__y { position: static; margin-bottom: 10px; width: 74px; }
}

/* ---------------------------------------------------------------------
   8) HAREKETİ AZALT
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .ab-time__c, .ab-plat { transition: none; }
}
