/* =====================================================================
   /anasayfa2/  —  360Dönüşüm  yeni bağımsız landing page
   Palet: marka logosundan — lacivert #1F2B47 + kremsi turuncu #FBBA92 + krem/beyaz.
   Tüm seçiciler .a2 köküne scope'lu; global temaya sızmaz.
   ===================================================================== */

.a2 {
  /* --- palet --- */
  --a2-primary:        #1F2B47;  /* logo laciverti */
  --a2-primary-strong: #141D33;
  --a2-primary-soft:   #FBBA92;  /* logo kremsi turuncusu — koyu zeminde vurgu */
  --a2-navy:           #0C1224;  /* en koyu zemin */
  --a2-navy-2:         #1E2C4E;  /* zemin gradyanının açık tonu */
  --a2-accent:         #FBBA92;
  --a2-steel:          #8D96AB;  /* logo gri-mavisi, ikincil */
  --a2-violet:         #7C56D6;  /* Lila AI */

  --a2-surface:        #FFFFFF;
  --a2-surface-muted:  #FAF4ED;  /* krem */
  --a2-border:         #EAE2D6;
  --a2-text:           #1C2740;
  --a2-text-muted:     #5C6478;
  --a2-on-dark:        #F4F0E9;  /* kremsi beyaz */
  --a2-on-dark-muted:  #A9B2C7;

  /* --- ölçekler --- */
  --a2-r-sm: 12px;
  --a2-r-md: 20px;
  --a2-r-lg: 28px;
  --a2-r-pill: 999px;

  --a2-sp-1: 4px;  --a2-sp-2: 8px;  --a2-sp-3: 12px; --a2-sp-4: 16px;
  --a2-sp-5: 24px; --a2-sp-6: 32px; --a2-sp-7: 48px; --a2-sp-8: 64px;

  --a2-sh-sm: 0 1px 2px rgba(16,24,44,.06), 0 2px 8px rgba(16,24,44,.05);
  --a2-sh-md: 0 8px 24px rgba(16,24,44,.08);
  --a2-sh-lg: 0 24px 60px rgba(16,24,44,.14);

  --a2-wrap: 1800px; /* platform standardı: .page-wrapper ile aynı (base_core.css) */

  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--a2-text);
  background: var(--a2-surface);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}

.a2 *, .a2 *::before, .a2 *::after { box-sizing: border-box; }
.a2 h1, .a2 h2, .a2 h3 { font-family: 'Sora', 'Manrope', sans-serif; line-height: 1.12; margin: 0; letter-spacing: 0; }
.a2 p { margin: 0; }
.a2 a { color: inherit; text-decoration: none; }
.a2 img { max-width: 100%; display: block; }

.a2-card__ic--teal { --ic: #2f6f84; }
.a2-card__ic--sage { --ic: #6f93a6; }
.a2-card__ic--lavender { --ic: #8a6fd1; }
.a2-card__ic--clay { --ic: #c77b58; }

.a2-wrap { width: 100%; max-width: var(--a2-wrap); margin: 0 auto; padding-inline: 10%; }
@media (max-width: 1199.98px) {
  .a2-wrap { padding-inline: var(--a2-sp-4); }
}

/* --- eyebrow / başlık blokları --- */
.a2-eyebrow {
  display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--a2-primary);
}
.a2-eyebrow--light { color: var(--a2-primary-soft); }
.a2-head { text-align: center; max-width: 680px; margin: 0 auto var(--a2-sp-7); }
.a2-head__title { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 800; margin-top: var(--a2-sp-3); }
.a2-head__sub { color: var(--a2-text-muted); font-size: 1.05rem; margin-top: var(--a2-sp-3); }

/* =====================================================================
   BUTONLAR
   ===================================================================== */
.a2-btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  font-weight: 700; font-size: .95rem; border-radius: var(--a2-r-pill);
  padding: 11px 20px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.a2-btn--lg { padding: 15px 28px; font-size: 1rem; }
.a2-btn svg { transition: transform .2s ease; }
.a2-btn:hover svg { transform: translateX(3px); }

.a2-btn--primary { background: var(--a2-primary); color: #fff; box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03)); }
.a2-btn--primary:hover { background: var(--a2-primary-strong); transform: translateY(-2px); box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03)); }

.a2-btn--accent { background: var(--a2-accent); color: #141D33; box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03)); }
.a2-btn--accent:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03)); }

.a2-btn--outline { background: transparent; color: var(--a2-primary-strong); border-color: var(--a2-border); }
.a2-btn--outline:hover { border-color: var(--a2-primary); background: var(--a2-surface-muted); transform: translateY(-2px); }

.a2-btn--ghost { background: transparent; color: var(--a2-text); }
.a2-btn--ghost:hover { background: var(--a2-surface-muted); }

.a2-btn--ghost-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.28); }
.a2-btn--ghost-light:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }

/* koyu lacivert zeminlerde (hero, lila, şeffaf nav) primary buton beyaza döner —
   lacivert buton lacivert zeminde kayboluyor */
.a2-hero .a2-btn--primary, .a2-lila .a2-btn--primary, .a2-nav .a2-btn--primary {
  background: #fff; color: var(--a2-primary); box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03));
}
.a2-hero .a2-btn--primary:hover, .a2-lila .a2-btn--primary:hover, .a2-nav .a2-btn--primary:hover {
  background: var(--a2-on-dark); color: var(--a2-primary-strong); box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03));
}
/* scroll'da nav zemini beyazlaşınca buton tekrar lacivert olur */
.a2-nav.is-scrolled .a2-btn--primary { background: var(--a2-primary); color: #fff; box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03)); }
.a2-nav.is-scrolled .a2-btn--primary:hover { background: var(--a2-primary-strong); }
/* koyu hero'daki outline butonun metni açık olmalı */
.a2-hero .a2-btn--outline { color: var(--a2-on-dark); border-color: rgba(255,255,255,.35); }
.a2-hero .a2-btn--outline:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

/* =====================================================================
   NAV
   ===================================================================== */
.a2-nav {
  position: sticky; top: 0; z-index: 50;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.a2-nav__inner { display: flex; align-items: center; gap: var(--a2-sp-5); height: 72px; }
.a2-nav__brand { display: flex; align-items: center; }
.a2-nav__logo { height: 34px; width: auto; }
/* hero koyu olduğu için başlangıçta beyaz logo; scroll'da koyu logoya geçer.
   .a2-nav öneki: base `.a2 img{display:block}` kuralını özgüllükte geçmek için. */
.a2-nav .a2-nav__logo--ondark { display: block; }
.a2-nav .a2-nav__logo--onlight { display: none; }
.a2-nav__links { display: flex; gap: var(--a2-sp-5); margin-inline: auto; }
.a2-nav__links a { font-weight: 600; font-size: .95rem; color: var(--a2-on-dark); opacity: .9; transition: opacity .18s, color .18s; }
.a2-nav__links a:hover { opacity: 1; }
.a2-nav__cta { display: flex; gap: var(--a2-sp-2); }
.a2-nav .a2-btn--ghost { color: var(--a2-on-dark); }
.a2-nav .a2-btn--ghost:hover { background: rgba(255,255,255,.14); }

/* scroll edilince (JS .is-scrolled ekler): beyaz zemin + koyu logo/link */
.a2-nav.is-scrolled {
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 var(--a2-border), var(--a2-sh-sm);
}
.a2-nav.is-scrolled .a2-nav__logo--ondark { display: none; }
.a2-nav.is-scrolled .a2-nav__logo--onlight { display: block; }
.a2-nav.is-scrolled .a2-nav__links a { color: var(--a2-text); }
.a2-nav.is-scrolled .a2-btn--ghost { color: var(--a2-text); }
.a2-nav.is-scrolled .a2-btn--ghost:hover { background: var(--a2-surface-muted); }

/* =====================================================================
   HERO
   ===================================================================== */
.a2-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 120% at 80% -10%, var(--a2-navy-2) 0%, var(--a2-navy) 55%);
  color: var(--a2-on-dark);
  padding: clamp(48px, 8vw, 96px) 0 clamp(64px, 9vw, 120px);
  margin-top: -72px; padding-top: calc(clamp(48px,8vw,96px) + 72px);
}
.a2-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
/* çok silik parsel haritası dokusu — platformun işini arka planda ima eder
   (URL template'te inline style ile verilir: {% static %} CSS'te çalışmaz) */
.a2-hero__map {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .50;
  filter: saturate(.6) contrast(.95);
  mask-image: radial-gradient(120% 90% at 50% 20%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 20%, #000 0%, transparent 80%);
}
.a2-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(90% 70% at 60% 0%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(90% 70% at 60% 0%, #000 0%, transparent 75%);
}
.a2-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; animation: a2-drift 16s ease-in-out infinite; }
.a2-blob--1 { width: 460px; height: 460px; background: #FBBA92; top: -120px; right: -80px; }
.a2-blob--2 { width: 380px; height: 380px; background: #46609E; bottom: -140px; left: -60px; animation-delay: -4s; }
.a2-blob--3 { width: 300px; height: 300px; background: #C4CAD7; top: 40%; left: 45%; opacity: .35; animation-delay: -8s; }

@keyframes a2-drift {
  0%,100% { transform: translate(0,0) scale(1); }
  33%     { transform: translate(30px,-24px) scale(1.08); }
  66%     { transform: translate(-24px,20px) scale(.95); }
}

/* hero görsel slider'ı — 3 marka görseli wipe geçişiyle döner */
.a2-hero__slider {
  position: relative; z-index: 2;
  width: 118%; max-width: none; margin: 0 -9%;
  aspect-ratio: 2624 / 1620; /* sahne oranı ilk görselden; dikey görseller contain ile sığar */
}
.a2-hero__slide {
  position: absolute; inset: 0;
  opacity: 0; pointer-events: none;
}
.a2-hero__slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; animation: a2-wipe .9s cubic-bezier(.4,0,.2,1) both; }
.a2-hero__slide.is-leaving { opacity: 1; z-index: 2; animation: a2-wipe-out .6s cubic-bezier(.55,0,.55,.2) both; }
/* inset'ler negatif: taşan rozetler, gölge ve büyütülmüş dikey görseller kırpılmasın */
@keyframes a2-wipe {
  from { clip-path: inset(-40% 120% -40% -40%); transform: translateX(3%); }
  to   { clip-path: inset(-40% -40% -40% -40%); transform: translateX(0); }
}
@keyframes a2-wipe-out {
  from { clip-path: inset(-40% -40% -40% -40%); transform: translateX(0); }
  to   { clip-path: inset(-40% -40% -40% 120%); transform: translateX(3%); }
}
/* dikey görselli slaytlar: sahneden %26 taşarak daha büyük dursun, tabana hizalı */
.a2-hero__slide--tall .a2-hero__machine {
  position: absolute; bottom: 0; left: 50%; translate: -50% 0;
  height: 126%; width: auto; max-width: none;
}
/* aktif slaytın rozetleri görselden biraz sonra, sırayla belirir */
.a2-hero__slide .a2-float { opacity: 0; }
.a2-hero__slide.is-leaving .a2-float,
.a2-hero__slide.is-active .a2-float { opacity: 1; }
.a2-hero__slide.is-active .a2-float { animation: a2-bob 5s ease-in-out infinite, a2-float-in .55s ease both; }
.a2-hero__slide.is-active .a2-float--a { animation-delay: -1s, .55s; }
.a2-hero__slide.is-active .a2-float--b { animation-delay: -3s, .8s; }
.a2-hero__slide.is-active .a2-float--c { animation-delay: -2s, 1.05s; }
@keyframes a2-float-in { from { opacity: 0; translate: 0 12px; } to { opacity: 1; translate: 0 0; } }

.a2-hero__machine {
  width: 100%; height: 100%; display: block;
  object-fit: contain; object-position: center bottom;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.5));
  animation: a2-bob 6s ease-in-out infinite;
}
/* fotoğraf slaytları: dikdörtgen kadraj yumuşak köşeyle "kart" gibi durur
   (8px = pastel temadaki buton köşesiyle aynı) */
.a2-hero__machine--photo { object-fit: cover; border-radius: 8px; }
/* 3. slayt: dashboard ekranı CSS ile çizilen MacBook çerçevesinde
   (ayrı mockup görseli gerekmez; her çözünürlükte keskin) */
.a2-laptop {
  position: absolute; bottom: 2%; left: 50%; translate: -50% 0;
  width: 86%;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.5));
  animation: a2-bob 6s ease-in-out infinite;
}
.a2-laptop__screen {
  position: relative; overflow: hidden;
  background: #101014;
  border-radius: clamp(10px, 1.2vw, 18px);
  padding: 1.7% 1.7% 2%;
}
.a2-laptop__img { display: block; width: 100%; height: auto; border-radius: clamp(5px, .6vw, 9px); }
.a2-laptop__notch {
  position: absolute; top: 0; left: 50%; translate: -50% 0;
  width: 12%; height: clamp(9px, 1.3vw, 18px);
  background: #101014;
  border-radius: 0 0 10px 10px;
}
.a2-laptop__base {
  display: block; position: relative;
  width: 112%; margin-left: -6%;
  height: clamp(9px, 1.1vw, 16px);
  background: linear-gradient(#f0f2f5, #c2c8d0 55%, #9aa1ab);
  border-radius: 2px 2px 14px 14px;
}
.a2-laptop__base::after { /* kapak açma girintisi */
  content: ""; position: absolute; top: 0; left: 50%; translate: -50% 0;
  width: 11%; height: 45%;
  background: linear-gradient(#c6ccd4, #aab1bb);
  border-radius: 0 0 10px 10px;
}
/* arkadaki yumuşak ışıltı */
.a2-hero__glow {
  position: absolute; z-index: 0; inset: 4% -6% 10% -6%;
  background: radial-gradient(60% 55% at 55% 45%, rgba(251,186,146,.42), rgba(141,150,171,.18) 45%, transparent 72%);
  filter: blur(38px); pointer-events: none;
}
/* dekoratif halkalar */
.a2-hero__ring { position: absolute; z-index: 1; border-radius: 50%; border: 1.5px dashed rgba(255,255,255,.14); pointer-events: none; }
.a2-hero__ring--a { inset: -4% 6% 14% -2%; animation: a2-spin 26s linear infinite; }
.a2-hero__ring--b { inset: 12% 20% 2% 14%; border-color: rgba(251,186,146,.22); animation: a2-spin 34s linear infinite reverse; }
/* makinenin altındaki zemin gölgesi/platform */
.a2-hero__ground {
  position: absolute; z-index: 1; left: 8%; right: 8%; bottom: 4%; height: 26px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(0,0,0,.4), transparent 70%);
  filter: blur(6px); pointer-events: none;
}

.a2-hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: .92fr 1.08fr; gap: var(--a2-sp-7); align-items: center;
}
.a2-hero__copy { max-width: 560px; }

.a2-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(251,186,146,.12); border: 1px solid rgba(251,186,146,.28);
  color: var(--a2-primary-soft); font-weight: 600; font-size: .85rem;
  padding: 7px 14px; border-radius: var(--a2-r-pill);
}
.a2-badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--a2-primary-soft); box-shadow: 0 0 0 4px rgba(251,186,146,.25); animation: a2-pulse 2s ease-in-out infinite; }
@keyframes a2-pulse { 50% { box-shadow: 0 0 0 8px rgba(251,186,146,0); } }

/* grid ile rotator + ghost kopyaları aynı hücreye biner: yükseklik her zaman
   en uzun kelimeye göre sabit kalır, kelime değişince hero zıplamaz */
.a2-hero__title { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; margin: var(--a2-sp-4) 0; min-height: 1.2em; display: grid; justify-items: start; }
.a2-hero__title > * { grid-area: 1 / 1; }
.a2-rotator { background: linear-gradient(100deg, #fff 30%, var(--a2-primary-soft)); -webkit-background-clip: text; background-clip: text; color: transparent; transition: opacity .4s ease, transform .4s ease; display: inline-block; }
.a2-rotator.is-out { opacity: 0; transform: translateY(-8px); }
.a2-rotator-ghost { visibility: hidden; pointer-events: none; user-select: none; }

.a2-hero__sub { color: var(--a2-on-dark-muted); font-size: 1.12rem; margin-bottom: var(--a2-sp-6); }
.a2-hero__sub strong { color: #fff; }
.a2-hero__actions { display: flex; flex-wrap: wrap; gap: var(--a2-sp-3); margin-bottom: var(--a2-sp-6); }

.a2-trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--a2-sp-5); }
.a2-trust li { display: inline-flex; align-items: center; gap: 7px; font-size: .9rem; color: var(--a2-on-dark-muted); font-weight: 500; }
.a2-trust svg { color: var(--a2-primary-soft); }

/* --- hero görsel mockup --- */
.a2-hero__art { position: relative; }
.a2-mock {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--a2-r-lg); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  box-shadow: var(--a2-sh-lg); overflow: hidden; will-change: transform;
}
.a2-mock__bar { display: flex; gap: 7px; padding: 14px 16px; background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.1); }
.a2-mock__bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.35); }
.a2-mock__bar span:nth-child(1){ background:#ff6058; } .a2-mock__bar span:nth-child(2){ background:#ffbd2e; } .a2-mock__bar span:nth-child(3){ background:#28c840; }
.a2-mock__body { padding: 18px; display: grid; gap: 14px; }
.a2-mock__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.a2-mock__tile { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--a2-r-sm); padding: 14px; position: relative; overflow: hidden; }
.a2-mock__k { font-size: .72rem; color: var(--a2-on-dark-muted); display: block; }
.a2-mock__v { font-family: 'Sora'; font-size: 1.7rem; font-weight: 800; color: #fff; }
.a2-mock__spark { position: absolute; right: 12px; bottom: 12px; width: 42px; height: 20px; border-radius: 4px; background: linear-gradient(90deg, transparent, var(--a2-primary-soft)); opacity: .5; }
.a2-mock__spark--2 { background: linear-gradient(90deg, transparent, var(--a2-steel)); }
.a2-mock__chart { background: rgba(255,255,255,.04); border-radius: var(--a2-r-sm); padding: 8px; }
.a2-mock__chart svg { width: 100%; height: 92px; display: block; }
.a2-mock__line { fill: none; stroke: var(--a2-primary-soft); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 520; stroke-dashoffset: 520; animation: a2-draw 2.2s ease forwards .3s; }
.a2-mock__fill { fill: url(#none); fill: rgba(251,186,146,.14); opacity: 0; animation: a2-fade 1s ease forwards 1.4s; }
@keyframes a2-draw { to { stroke-dashoffset: 0; } }
@keyframes a2-fade { to { opacity: 1; } }
.a2-mock__list { display: grid; gap: 9px; }
.a2-mock__li { display: flex; align-items: center; gap: 10px; }
.a2-mock__li i { width: 26px; height: 26px; border-radius: 7px; background: rgba(251,186,146,.25); flex: none; }
.a2-mock__li b { height: 9px; border-radius: 5px; background: rgba(255,255,255,.16); flex: 1; }
.a2-mock__li:nth-child(2) b { width: 70%; flex: none; } .a2-mock__li:nth-child(3) b { width: 85%; flex: none; }

.a2-float {
  position: absolute; display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.95); color: var(--a2-text);
  border-radius: var(--a2-r-sm); padding: 10px 14px; box-shadow: var(--a2-sh-lg);
  will-change: transform; animation: a2-bob 5s ease-in-out infinite;
}
.a2-float b { display: block; font-size: .82rem; font-weight: 700; }
.a2-float small { font-size: .72rem; color: var(--a2-text-muted); }
.a2-float__ic { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--a2-surface-muted); font-size: 1rem; }
.a2-float__ic--green { background: rgba(31,43,71,.14); color: var(--a2-primary); font-weight: 800; }
.a2-float { z-index: 3; }
.a2-float--a { top: 4%; left: -38px; animation-delay: -1s; }
.a2-float--b { bottom: 6%; left: -26px; animation-delay: -3s; }
.a2-float--c { top: 20%; right: -30px; animation-delay: -2s; }
@keyframes a2-bob { 50% { transform: translateY(-12px); } }

/* =====================================================================
   STATS
   ===================================================================== */
.a2-stats { background: var(--a2-surface); margin-top: -40px; position: relative; z-index: 2; }
.a2-stats__grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: var(--a2-sp-4);
  background: #fff; border: 1px solid var(--a2-border); border-radius: var(--a2-r-lg);
  box-shadow: var(--a2-sh-md); padding: var(--a2-sp-6) var(--a2-sp-5);
}
.a2-stat { text-align: center; border-right: 1px solid var(--a2-border); }
.a2-stat:last-child { border-right: 0; }
.a2-stat__num { font-family: 'Sora'; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--a2-primary); display: block; line-height: 1; }
.a2-stat__label { color: var(--a2-text-muted); font-weight: 600; font-size: .9rem; margin-top: 6px; display: block; }

/* =====================================================================
   SECTION ortak
   ===================================================================== */
.a2-problem, .a2-features, .a2-personas, .a2-how, .a2-quotes { padding: clamp(56px, 9vw, 104px) 0; }
.a2-features, .a2-quotes { background: var(--a2-surface-muted); }

/* PROBLEM */
.a2-problem__inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--a2-sp-7); align-items: center; }
.a2-problem__q h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; margin-top: var(--a2-sp-3); }
.a2-problem__q s { text-decoration-color: var(--a2-accent); text-decoration-thickness: 3px; color: var(--a2-text-muted); }
.a2-problem__a { font-size: 1.1rem; color: var(--a2-text-muted); }
.a2-problem__a strong { color: var(--a2-text); }

/* GRID ortak */
.a2-grid { display: grid; gap: var(--a2-sp-5); }
.a2-grid--feat { grid-template-columns: repeat(4, 1fr); }
.a2-grid--persona { grid-template-columns: repeat(4, 1fr); }
.a2-grid--quote { grid-template-columns: repeat(3, 1fr); }

/* FEATURE CARD */
.a2-card {
  background: #fff; border: 1px solid var(--a2-border); border-radius: var(--a2-r-md);
  padding: var(--a2-sp-5); box-shadow: var(--a2-sh-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.a2-card:hover { transform: translateY(-6px); box-shadow: var(--a2-sh-md); border-color: color-mix(in srgb, var(--a2-primary) 30%, var(--a2-border)); }
.a2-card__ic { width: 52px; height: 52px; display: grid; place-items: center;
  border-radius: 14px; color: var(--ic, var(--a2-primary));
  background: color-mix(in srgb, var(--ic, var(--a2-primary)) 14%, #fff);
  margin-bottom: var(--a2-sp-4); }
.a2-card__ic svg { width: 26px; height: 26px; }
.a2-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.a2-card p { color: var(--a2-text-muted); font-size: .93rem; }

/* =====================================================================
   BÖLÜM GEÇİŞİ — dozer şeridi (features → personas)
   Sol yarı düz, sağ yarı dalgalı çizgi; ortadaki dozer dalgayı
   düzleştiriyormuş gibi durur. Üst zemin krem (features), alt beyaz.
   ===================================================================== */
.a2-divider { position: relative; height: 84px; background: var(--a2-surface-muted); }
.a2-divider__line { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.a2-divider__below { fill: var(--a2-surface); }
.a2-divider__edge { fill: none; stroke: var(--a2-border); stroke-width: 2; vector-effect: non-scaling-stroke; }
/* dalga: faz sağdan sola akar ama zarf sabittir — genlik tam ortada (bıçakta)
   sıfırlanır, sağ kenara doğru açılır; yatay kayma ve kenar kopukluğu olmaz */
.a2-divider__wavefill { fill: var(--a2-surface); animation: a2-wave-run-fill 2.8s linear infinite; }
.a2-divider__waveline { fill: none; stroke: var(--a2-border); stroke-width: 2; vector-effect: non-scaling-stroke;
  animation: a2-wave-run-edge 2.8s linear infinite; }
@keyframes a2-wave-run-fill {
  0% { d: path("M720,42 L730,41.93 L740,41.51 L750,40.78 L760,40.19 L770,40.43 L780,42 L790,44.85 L800,48.19 L810,50.66 L820,50.85 L830,47.89 L840,42 L850,34.57 L860,27.89 L870,24.36 L880,25.67 L890,32.05 L900,42 L910,52.72 L920,60.93 L930,64 L940,61.05 L950,53 L960,42 L970,31 L980,22.95 L990,20 L1000,22.95 L1010,31 L1020,42 L1030,53 L1040,61.05 L1050,64 L1060,61.05 L1070,53 L1080,42 L1090,31 L1100,22.95 L1110,20 L1120,22.95 L1130,31 L1140,42 L1150,53 L1160,61.05 L1170,64 L1180,61.05 L1190,53 L1200,42 L1210,31 L1220,22.95 L1230,20 L1240,22.95 L1250,31 L1260,42 L1270,53 L1280,61.05 L1290,64 L1300,61.05 L1310,53 L1320,42 L1330,31 L1340,22.95 L1350,20 L1360,22.95 L1370,31 L1380,42 L1390,53 L1400,61.05 L1410,64 L1420,61.05 L1430,53 L1440,42 L1440,84 L720,84 Z"); }
  12.5% { d: path("M720,42 L730,41.86 L740,41.46 L750,41.14 L760,41.46 L770,42.81 L780,45.08 L790,47.51 L800,48.9 L810,48.12 L820,44.64 L830,38.95 L840,32.57 L850,27.65 L860,26.26 L870,29.53 L880,37.12 L890,47.15 L900,56.69 L910,62.71 L920,63.11 L930,57.56 L940,47.69 L950,36.31 L960,26.44 L970,20.75 L980,20.75 L990,26.44 L1000,36.31 L1010,47.69 L1020,57.56 L1030,63.25 L1040,63.25 L1050,57.56 L1060,47.69 L1070,36.31 L1080,26.44 L1090,20.75 L1100,20.75 L1110,26.44 L1120,36.31 L1130,47.69 L1140,57.56 L1150,63.25 L1160,63.25 L1170,57.56 L1180,47.69 L1190,36.31 L1200,26.44 L1210,20.75 L1220,20.75 L1230,26.44 L1240,36.31 L1250,47.69 L1260,57.56 L1270,63.25 L1280,63.25 L1290,57.56 L1300,47.69 L1310,36.31 L1320,26.44 L1330,20.75 L1340,20.75 L1350,26.44 L1360,36.31 L1370,47.69 L1380,57.56 L1390,63.25 L1400,63.25 L1410,57.56 L1420,47.69 L1430,36.31 L1440,26.44 L1440,84 L720,84 Z"); }
  25% { d: path("M720,42 L730,41.87 L740,41.72 L750,42 L760,43.05 L770,44.73 L780,46.36 L790,46.94 L800,45.57 L810,42 L820,36.89 L830,31.79 L840,28.66 L850,29.14 L860,33.85 L870,42 L880,51.43 L890,59.24 L900,62.78 L910,60.57 L920,52.93 L930,42 L940,31 L950,22.95 L960,20 L970,22.95 L980,31 L990,42 L1000,53 L1010,61.05 L1020,64 L1030,61.05 L1040,53 L1050,42 L1060,31 L1070,22.95 L1080,20 L1090,22.95 L1100,31 L1110,42 L1120,53 L1130,61.05 L1140,64 L1150,61.05 L1160,53 L1170,42 L1180,31 L1190,22.95 L1200,20 L1210,22.95 L1220,31 L1230,42 L1240,53 L1250,61.05 L1260,64 L1270,61.05 L1280,53 L1290,42 L1300,31 L1310,22.95 L1320,20 L1330,22.95 L1340,31 L1350,42 L1360,53 L1370,61.05 L1380,64 L1390,61.05 L1400,53 L1410,42 L1420,31 L1430,22.95 L1440,20 L1440,84 L720,84 Z"); }
  37.5% { d: path("M720,42 L730,41.96 L740,42.15 L750,42.86 L760,44.02 L770,45.04 L780,45.08 L790,43.48 L800,40.15 L810,35.88 L820,32.13 L830,30.62 L840,32.57 L850,38.16 L860,46.22 L870,54.47 L880,60.21 L890,61.23 L900,56.69 L910,47.55 L920,36.34 L930,26.44 L940,20.75 L950,20.75 L960,26.44 L970,36.31 L980,47.69 L990,57.56 L1000,63.25 L1010,63.25 L1020,57.56 L1030,47.69 L1040,36.31 L1050,26.44 L1060,20.75 L1070,20.75 L1080,26.44 L1090,36.31 L1100,47.69 L1110,57.56 L1120,63.25 L1130,63.25 L1140,57.56 L1150,47.69 L1160,36.31 L1170,26.44 L1180,20.75 L1190,20.75 L1200,26.44 L1210,36.31 L1220,47.69 L1230,57.56 L1240,63.25 L1250,63.25 L1260,57.56 L1270,47.69 L1280,36.31 L1290,26.44 L1300,20.75 L1310,20.75 L1320,26.44 L1330,36.31 L1340,47.69 L1350,57.56 L1360,63.25 L1370,63.25 L1380,57.56 L1390,47.69 L1400,36.31 L1410,26.44 L1420,20.75 L1430,20.75 L1440,26.44 L1440,84 L720,84 Z"); }
  50% { d: path("M720,42 L730,42.07 L740,42.49 L750,43.22 L760,43.81 L770,43.57 L780,42 L790,39.15 L800,35.81 L810,33.34 L820,33.15 L830,36.11 L840,42 L850,49.43 L860,56.11 L870,59.64 L880,58.33 L890,51.95 L900,42 L910,31.28 L920,23.07 L930,20 L940,22.95 L950,31 L960,42 L970,53 L980,61.05 L990,64 L1000,61.05 L1010,53 L1020,42 L1030,31 L1040,22.95 L1050,20 L1060,22.95 L1070,31 L1080,42 L1090,53 L1100,61.05 L1110,64 L1120,61.05 L1130,53 L1140,42 L1150,31 L1160,22.95 L1170,20 L1180,22.95 L1190,31 L1200,42 L1210,53 L1220,61.05 L1230,64 L1240,61.05 L1250,53 L1260,42 L1270,31 L1280,22.95 L1290,20 L1300,22.95 L1310,31 L1320,42 L1330,53 L1340,61.05 L1350,64 L1360,61.05 L1370,53 L1380,42 L1390,31 L1400,22.95 L1410,20 L1420,22.95 L1430,31 L1440,42 L1440,84 L720,84 Z"); }
  62.5% { d: path("M720,42 L730,42.14 L740,42.54 L750,42.86 L760,42.54 L770,41.19 L780,38.92 L790,36.49 L800,35.1 L810,35.88 L820,39.36 L830,45.05 L840,51.43 L850,56.35 L860,57.74 L870,54.47 L880,46.88 L890,36.85 L900,27.31 L910,21.29 L920,20.89 L930,26.44 L940,36.31 L950,47.69 L960,57.56 L970,63.25 L980,63.25 L990,57.56 L1000,47.69 L1010,36.31 L1020,26.44 L1030,20.75 L1040,20.75 L1050,26.44 L1060,36.31 L1070,47.69 L1080,57.56 L1090,63.25 L1100,63.25 L1110,57.56 L1120,47.69 L1130,36.31 L1140,26.44 L1150,20.75 L1160,20.75 L1170,26.44 L1180,36.31 L1190,47.69 L1200,57.56 L1210,63.25 L1220,63.25 L1230,57.56 L1240,47.69 L1250,36.31 L1260,26.44 L1270,20.75 L1280,20.75 L1290,26.44 L1300,36.31 L1310,47.69 L1320,57.56 L1330,63.25 L1340,63.25 L1350,57.56 L1360,47.69 L1370,36.31 L1380,26.44 L1390,20.75 L1400,20.75 L1410,26.44 L1420,36.31 L1430,47.69 L1440,57.56 L1440,84 L720,84 Z"); }
  75% { d: path("M720,42 L730,42.13 L740,42.28 L750,42 L760,40.95 L770,39.27 L780,37.64 L790,37.06 L800,38.43 L810,42 L820,47.11 L830,52.21 L840,55.34 L850,54.86 L860,50.15 L870,42 L880,32.57 L890,24.76 L900,21.22 L910,23.43 L920,31.07 L930,42 L940,53 L950,61.05 L960,64 L970,61.05 L980,53 L990,42 L1000,31 L1010,22.95 L1020,20 L1030,22.95 L1040,31 L1050,42 L1060,53 L1070,61.05 L1080,64 L1090,61.05 L1100,53 L1110,42 L1120,31 L1130,22.95 L1140,20 L1150,22.95 L1160,31 L1170,42 L1180,53 L1190,61.05 L1200,64 L1210,61.05 L1220,53 L1230,42 L1240,31 L1250,22.95 L1260,20 L1270,22.95 L1280,31 L1290,42 L1300,53 L1310,61.05 L1320,64 L1330,61.05 L1340,53 L1350,42 L1360,31 L1370,22.95 L1380,20 L1390,22.95 L1400,31 L1410,42 L1420,53 L1430,61.05 L1440,64 L1440,84 L720,84 Z"); }
  87.5% { d: path("M720,42 L730,42.04 L740,41.85 L750,41.14 L760,39.98 L770,38.96 L780,38.92 L790,40.52 L800,43.85 L810,48.12 L820,51.87 L830,53.38 L840,51.43 L850,45.84 L860,37.78 L870,29.53 L880,23.79 L890,22.77 L900,27.31 L910,36.45 L920,47.66 L930,57.56 L940,63.25 L950,63.25 L960,57.56 L970,47.69 L980,36.31 L990,26.44 L1000,20.75 L1010,20.75 L1020,26.44 L1030,36.31 L1040,47.69 L1050,57.56 L1060,63.25 L1070,63.25 L1080,57.56 L1090,47.69 L1100,36.31 L1110,26.44 L1120,20.75 L1130,20.75 L1140,26.44 L1150,36.31 L1160,47.69 L1170,57.56 L1180,63.25 L1190,63.25 L1200,57.56 L1210,47.69 L1220,36.31 L1230,26.44 L1240,20.75 L1250,20.75 L1260,26.44 L1270,36.31 L1280,47.69 L1290,57.56 L1300,63.25 L1310,63.25 L1320,57.56 L1330,47.69 L1340,36.31 L1350,26.44 L1360,20.75 L1370,20.75 L1380,26.44 L1390,36.31 L1400,47.69 L1410,57.56 L1420,63.25 L1430,63.25 L1440,57.56 L1440,84 L720,84 Z"); }
  100% { d: path("M720,42 L730,41.93 L740,41.51 L750,40.78 L760,40.19 L770,40.43 L780,42 L790,44.85 L800,48.19 L810,50.66 L820,50.85 L830,47.89 L840,42 L850,34.57 L860,27.89 L870,24.36 L880,25.67 L890,32.05 L900,42 L910,52.72 L920,60.93 L930,64 L940,61.05 L950,53 L960,42 L970,31 L980,22.95 L990,20 L1000,22.95 L1010,31 L1020,42 L1030,53 L1040,61.05 L1050,64 L1060,61.05 L1070,53 L1080,42 L1090,31 L1100,22.95 L1110,20 L1120,22.95 L1130,31 L1140,42 L1150,53 L1160,61.05 L1170,64 L1180,61.05 L1190,53 L1200,42 L1210,31 L1220,22.95 L1230,20 L1240,22.95 L1250,31 L1260,42 L1270,53 L1280,61.05 L1290,64 L1300,61.05 L1310,53 L1320,42 L1330,31 L1340,22.95 L1350,20 L1360,22.95 L1370,31 L1380,42 L1390,53 L1400,61.05 L1410,64 L1420,61.05 L1430,53 L1440,42 L1440,84 L720,84 Z"); }
}
@keyframes a2-wave-run-edge {
  0% { d: path("M720,42 L730,41.93 L740,41.51 L750,40.78 L760,40.19 L770,40.43 L780,42 L790,44.85 L800,48.19 L810,50.66 L820,50.85 L830,47.89 L840,42 L850,34.57 L860,27.89 L870,24.36 L880,25.67 L890,32.05 L900,42 L910,52.72 L920,60.93 L930,64 L940,61.05 L950,53 L960,42 L970,31 L980,22.95 L990,20 L1000,22.95 L1010,31 L1020,42 L1030,53 L1040,61.05 L1050,64 L1060,61.05 L1070,53 L1080,42 L1090,31 L1100,22.95 L1110,20 L1120,22.95 L1130,31 L1140,42 L1150,53 L1160,61.05 L1170,64 L1180,61.05 L1190,53 L1200,42 L1210,31 L1220,22.95 L1230,20 L1240,22.95 L1250,31 L1260,42 L1270,53 L1280,61.05 L1290,64 L1300,61.05 L1310,53 L1320,42 L1330,31 L1340,22.95 L1350,20 L1360,22.95 L1370,31 L1380,42 L1390,53 L1400,61.05 L1410,64 L1420,61.05 L1430,53 L1440,42"); }
  12.5% { d: path("M720,42 L730,41.86 L740,41.46 L750,41.14 L760,41.46 L770,42.81 L780,45.08 L790,47.51 L800,48.9 L810,48.12 L820,44.64 L830,38.95 L840,32.57 L850,27.65 L860,26.26 L870,29.53 L880,37.12 L890,47.15 L900,56.69 L910,62.71 L920,63.11 L930,57.56 L940,47.69 L950,36.31 L960,26.44 L970,20.75 L980,20.75 L990,26.44 L1000,36.31 L1010,47.69 L1020,57.56 L1030,63.25 L1040,63.25 L1050,57.56 L1060,47.69 L1070,36.31 L1080,26.44 L1090,20.75 L1100,20.75 L1110,26.44 L1120,36.31 L1130,47.69 L1140,57.56 L1150,63.25 L1160,63.25 L1170,57.56 L1180,47.69 L1190,36.31 L1200,26.44 L1210,20.75 L1220,20.75 L1230,26.44 L1240,36.31 L1250,47.69 L1260,57.56 L1270,63.25 L1280,63.25 L1290,57.56 L1300,47.69 L1310,36.31 L1320,26.44 L1330,20.75 L1340,20.75 L1350,26.44 L1360,36.31 L1370,47.69 L1380,57.56 L1390,63.25 L1400,63.25 L1410,57.56 L1420,47.69 L1430,36.31 L1440,26.44"); }
  25% { d: path("M720,42 L730,41.87 L740,41.72 L750,42 L760,43.05 L770,44.73 L780,46.36 L790,46.94 L800,45.57 L810,42 L820,36.89 L830,31.79 L840,28.66 L850,29.14 L860,33.85 L870,42 L880,51.43 L890,59.24 L900,62.78 L910,60.57 L920,52.93 L930,42 L940,31 L950,22.95 L960,20 L970,22.95 L980,31 L990,42 L1000,53 L1010,61.05 L1020,64 L1030,61.05 L1040,53 L1050,42 L1060,31 L1070,22.95 L1080,20 L1090,22.95 L1100,31 L1110,42 L1120,53 L1130,61.05 L1140,64 L1150,61.05 L1160,53 L1170,42 L1180,31 L1190,22.95 L1200,20 L1210,22.95 L1220,31 L1230,42 L1240,53 L1250,61.05 L1260,64 L1270,61.05 L1280,53 L1290,42 L1300,31 L1310,22.95 L1320,20 L1330,22.95 L1340,31 L1350,42 L1360,53 L1370,61.05 L1380,64 L1390,61.05 L1400,53 L1410,42 L1420,31 L1430,22.95 L1440,20"); }
  37.5% { d: path("M720,42 L730,41.96 L740,42.15 L750,42.86 L760,44.02 L770,45.04 L780,45.08 L790,43.48 L800,40.15 L810,35.88 L820,32.13 L830,30.62 L840,32.57 L850,38.16 L860,46.22 L870,54.47 L880,60.21 L890,61.23 L900,56.69 L910,47.55 L920,36.34 L930,26.44 L940,20.75 L950,20.75 L960,26.44 L970,36.31 L980,47.69 L990,57.56 L1000,63.25 L1010,63.25 L1020,57.56 L1030,47.69 L1040,36.31 L1050,26.44 L1060,20.75 L1070,20.75 L1080,26.44 L1090,36.31 L1100,47.69 L1110,57.56 L1120,63.25 L1130,63.25 L1140,57.56 L1150,47.69 L1160,36.31 L1170,26.44 L1180,20.75 L1190,20.75 L1200,26.44 L1210,36.31 L1220,47.69 L1230,57.56 L1240,63.25 L1250,63.25 L1260,57.56 L1270,47.69 L1280,36.31 L1290,26.44 L1300,20.75 L1310,20.75 L1320,26.44 L1330,36.31 L1340,47.69 L1350,57.56 L1360,63.25 L1370,63.25 L1380,57.56 L1390,47.69 L1400,36.31 L1410,26.44 L1420,20.75 L1430,20.75 L1440,26.44"); }
  50% { d: path("M720,42 L730,42.07 L740,42.49 L750,43.22 L760,43.81 L770,43.57 L780,42 L790,39.15 L800,35.81 L810,33.34 L820,33.15 L830,36.11 L840,42 L850,49.43 L860,56.11 L870,59.64 L880,58.33 L890,51.95 L900,42 L910,31.28 L920,23.07 L930,20 L940,22.95 L950,31 L960,42 L970,53 L980,61.05 L990,64 L1000,61.05 L1010,53 L1020,42 L1030,31 L1040,22.95 L1050,20 L1060,22.95 L1070,31 L1080,42 L1090,53 L1100,61.05 L1110,64 L1120,61.05 L1130,53 L1140,42 L1150,31 L1160,22.95 L1170,20 L1180,22.95 L1190,31 L1200,42 L1210,53 L1220,61.05 L1230,64 L1240,61.05 L1250,53 L1260,42 L1270,31 L1280,22.95 L1290,20 L1300,22.95 L1310,31 L1320,42 L1330,53 L1340,61.05 L1350,64 L1360,61.05 L1370,53 L1380,42 L1390,31 L1400,22.95 L1410,20 L1420,22.95 L1430,31 L1440,42"); }
  62.5% { d: path("M720,42 L730,42.14 L740,42.54 L750,42.86 L760,42.54 L770,41.19 L780,38.92 L790,36.49 L800,35.1 L810,35.88 L820,39.36 L830,45.05 L840,51.43 L850,56.35 L860,57.74 L870,54.47 L880,46.88 L890,36.85 L900,27.31 L910,21.29 L920,20.89 L930,26.44 L940,36.31 L950,47.69 L960,57.56 L970,63.25 L980,63.25 L990,57.56 L1000,47.69 L1010,36.31 L1020,26.44 L1030,20.75 L1040,20.75 L1050,26.44 L1060,36.31 L1070,47.69 L1080,57.56 L1090,63.25 L1100,63.25 L1110,57.56 L1120,47.69 L1130,36.31 L1140,26.44 L1150,20.75 L1160,20.75 L1170,26.44 L1180,36.31 L1190,47.69 L1200,57.56 L1210,63.25 L1220,63.25 L1230,57.56 L1240,47.69 L1250,36.31 L1260,26.44 L1270,20.75 L1280,20.75 L1290,26.44 L1300,36.31 L1310,47.69 L1320,57.56 L1330,63.25 L1340,63.25 L1350,57.56 L1360,47.69 L1370,36.31 L1380,26.44 L1390,20.75 L1400,20.75 L1410,26.44 L1420,36.31 L1430,47.69 L1440,57.56"); }
  75% { d: path("M720,42 L730,42.13 L740,42.28 L750,42 L760,40.95 L770,39.27 L780,37.64 L790,37.06 L800,38.43 L810,42 L820,47.11 L830,52.21 L840,55.34 L850,54.86 L860,50.15 L870,42 L880,32.57 L890,24.76 L900,21.22 L910,23.43 L920,31.07 L930,42 L940,53 L950,61.05 L960,64 L970,61.05 L980,53 L990,42 L1000,31 L1010,22.95 L1020,20 L1030,22.95 L1040,31 L1050,42 L1060,53 L1070,61.05 L1080,64 L1090,61.05 L1100,53 L1110,42 L1120,31 L1130,22.95 L1140,20 L1150,22.95 L1160,31 L1170,42 L1180,53 L1190,61.05 L1200,64 L1210,61.05 L1220,53 L1230,42 L1240,31 L1250,22.95 L1260,20 L1270,22.95 L1280,31 L1290,42 L1300,53 L1310,61.05 L1320,64 L1330,61.05 L1340,53 L1350,42 L1360,31 L1370,22.95 L1380,20 L1390,22.95 L1400,31 L1410,42 L1420,53 L1430,61.05 L1440,64"); }
  87.5% { d: path("M720,42 L730,42.04 L740,41.85 L750,41.14 L760,39.98 L770,38.96 L780,38.92 L790,40.52 L800,43.85 L810,48.12 L820,51.87 L830,53.38 L840,51.43 L850,45.84 L860,37.78 L870,29.53 L880,23.79 L890,22.77 L900,27.31 L910,36.45 L920,47.66 L930,57.56 L940,63.25 L950,63.25 L960,57.56 L970,47.69 L980,36.31 L990,26.44 L1000,20.75 L1010,20.75 L1020,26.44 L1030,36.31 L1040,47.69 L1050,57.56 L1060,63.25 L1070,63.25 L1080,57.56 L1090,47.69 L1100,36.31 L1110,26.44 L1120,20.75 L1130,20.75 L1140,26.44 L1150,36.31 L1160,47.69 L1170,57.56 L1180,63.25 L1190,63.25 L1200,57.56 L1210,47.69 L1220,36.31 L1230,26.44 L1240,20.75 L1250,20.75 L1260,26.44 L1270,36.31 L1280,47.69 L1290,57.56 L1300,63.25 L1310,63.25 L1320,57.56 L1330,47.69 L1340,36.31 L1350,26.44 L1360,20.75 L1370,20.75 L1380,26.44 L1390,36.31 L1400,47.69 L1410,57.56 L1420,63.25 L1430,63.25 L1440,57.56"); }
  100% { d: path("M720,42 L730,41.93 L740,41.51 L750,40.78 L760,40.19 L770,40.43 L780,42 L790,44.85 L800,48.19 L810,50.66 L820,50.85 L830,47.89 L840,42 L850,34.57 L860,27.89 L870,24.36 L880,25.67 L890,32.05 L900,42 L910,52.72 L920,60.93 L930,64 L940,61.05 L950,53 L960,42 L970,31 L980,22.95 L990,20 L1000,22.95 L1010,31 L1020,42 L1030,53 L1040,61.05 L1050,64 L1060,61.05 L1070,53 L1080,42 L1090,31 L1100,22.95 L1110,20 L1120,22.95 L1130,31 L1140,42 L1150,53 L1160,61.05 L1170,64 L1180,61.05 L1190,53 L1200,42 L1210,31 L1220,22.95 L1230,20 L1240,22.95 L1250,31 L1260,42 L1270,53 L1280,61.05 L1290,64 L1300,61.05 L1310,53 L1320,42 L1330,31 L1340,22.95 L1350,20 L1360,22.95 L1370,31 L1380,42 L1390,53 L1400,61.05 L1410,64 L1420,61.05 L1430,53 L1440,42"); }
}
.a2-divider__dozer {
  position: absolute; left: 50%; top: 50%; width: 132px; height: 132px;
  /* ikonda paletlerin altı ~%71 yükseklikte: translateY(-71%) ile çizgiye oturur;
     translateX(-88%) ile sağdaki bıçak dalganın başına gelir */
  transform: translate(-88%, -71%);
  fill: var(--a2-primary);
  animation: a2-dozer-rumble .38s ease-in-out infinite;
}
/* tekerlek göbekleri kendi merkezleri etrafında döner (sağa gidiş = saat yönü) */
.a2-dozer__hub { transform-box: fill-box; transform-origin: center; animation: a2-spin 1.4s linear infinite; }
/* çalışan motor sarsıntısı */
@keyframes a2-dozer-rumble {
  0%, 100% { transform: translate(-88%, -71%); }
  50%      { transform: translate(-88%, -71%) translateY(-1.5px); }
}
@media (max-width: 560px) {
  .a2-divider { height: 56px; }
  .a2-divider__dozer { width: 84px; height: 84px; }
}

/* PERSONA — üstte fotoğraf banner'ı + gövde */
.a2-persona {
  background: #fff; border: 1px solid var(--a2-border); border-radius: var(--a2-r-md);
  box-shadow: var(--a2-sh-sm); overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
  display: flex; flex-direction: column;
}
.a2-persona:hover { transform: translateY(-6px); box-shadow: var(--a2-sh-md); }
.a2-persona__img {
  width: 100%; height: 168px; object-fit: cover; display: block;
  transition: transform .35s ease; background: var(--a2-surface-muted);
}
.a2-persona:hover .a2-persona__img { transform: scale(1.06); }
.a2-persona__body { padding: var(--a2-sp-5); display: flex; flex-direction: column; flex: 1; }
.a2-persona h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.a2-persona p { color: var(--a2-text-muted); font-size: .92rem; flex: 1; }
.a2-persona__go { color: var(--a2-primary); font-weight: 700; font-size: .9rem; margin-top: var(--a2-sp-4); transition: transform .18s; }
.a2-persona:hover .a2-persona__go { transform: translateX(4px); }

/* =====================================================================
   LILA AI
   ===================================================================== */
.a2-lila { background: radial-gradient(110% 120% at 10% 10%, var(--a2-navy-2), var(--a2-navy)); color: var(--a2-on-dark); padding: clamp(56px,9vw,104px) 0; overflow: hidden; }
.a2-lila__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: var(--a2-sp-7); align-items: center; }
.a2-lila__copy h2 { font-size: clamp(1.7rem,3.6vw,2.6rem); font-weight: 800; margin: var(--a2-sp-3) 0 var(--a2-sp-4); }
.a2-lila__copy p { color: var(--a2-on-dark-muted); font-size: 1.08rem; margin-bottom: var(--a2-sp-5); max-width: 520px; }
.a2-lila__orb { display: grid; place-items: center; }
.a2-orb { position: relative; width: 220px; height: 220px; display: grid; place-items: center; }
.a2-orb__core {
  width: 130px; height: 130px; border-radius: 50%; display: grid; place-items: center;
  font-family: 'Sora'; font-weight: 800; font-size: 1.5rem; color: #fff;
  background: radial-gradient(circle at 30% 30%, var(--a2-primary-soft), var(--a2-violet));
  box-shadow: 0 0 60px rgba(124,86,214,.5), inset 0 0 20px rgba(255,255,255,.25);
  animation: a2-bob 4s ease-in-out infinite;
}
.a2-orb__ring { position: absolute; border-radius: 50%; border: 1.5px solid rgba(251,186,146,.35); animation: a2-spin 12s linear infinite; }
.a2-orb__ring--1 { width: 180px; height: 180px; }
.a2-orb__ring--2 { width: 220px; height: 220px; border-color: rgba(124,86,214,.3); border-style: dashed; animation-duration: 20s; animation-direction: reverse; }
@keyframes a2-spin { to { transform: rotate(360deg); } }

/* --- LILA CHAT WIDGET (landing interaktif sohbet) --- */
.a2-lila__chat { min-width: 0; }
.a2-chat {
  display: flex; flex-direction: column; overflow: hidden;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03));
}
.a2-chat__head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.a2-orb--mini { width: 44px; height: 44px; }
.a2-orb--mini .a2-orb__core { width: 30px; height: 30px; font-size: .85rem; animation: none; box-shadow: 0 0 18px rgba(124,86,214,.5); }
.a2-orb--mini .a2-orb__ring--1 { width: 42px; height: 42px; }
.a2-chat__title b { display: block; font-family: 'Sora'; font-size: 1rem; }
.a2-chat__title small { color: var(--a2-on-dark-muted); font-size: .76rem; display: flex; align-items: center; gap: 6px; }
.a2-chat__dot { width: 7px; height: 7px; border-radius: 50%; background: #4ADE80; box-shadow: 0 0 0 3px rgba(74,222,128,.2); display: inline-block; }
.a2-chat__msgs {
  height: clamp(260px, 34vh, 380px); overflow-y: auto; scrollbar-width: thin;
  padding: var(--a2-sp-4); display: flex; flex-direction: column; gap: 10px;
}
.a2-chat__msg {
  max-width: 88%; padding: 10px 14px; border-radius: 14px;
  font-size: .92rem; line-height: 1.5;
  white-space: pre-wrap; overflow-wrap: anywhere;
}
.a2-chat__msg--lila { align-self: flex-start; background: rgba(255,255,255,.08); color: var(--a2-on-dark); border-bottom-left-radius: 4px; }
.a2-chat__msg--user { align-self: flex-end; background: var(--a2-violet); color: #fff; border-bottom-right-radius: 4px; }
.a2-chat__msg--error { align-self: flex-start; background: rgba(220,80,80,.16); color: #F3C1C1; border-bottom-left-radius: 4px; }
.a2-chat__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.a2-chat__chip {
  border: 1px solid rgba(251,186,146,.4); background: none; color: var(--a2-accent);
  font: inherit; font-size: .82rem; padding: 7px 13px; border-radius: var(--a2-r-pill);
  cursor: pointer; transition: background .18s ease, color .18s ease; text-align: left;
}
.a2-chat__chip:hover { background: rgba(251,186,146,.14); }
.a2-chat__typing { display: flex; align-items: center; gap: 8px; align-self: flex-start; color: var(--a2-on-dark-muted); font-size: .8rem; padding: 6px 2px; }
.a2-chat__typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--a2-primary-soft); animation: a2-dot 1.2s ease-in-out infinite; }
.a2-chat__typing i:nth-child(2) { animation-delay: .2s; }
.a2-chat__typing i:nth-child(3) { animation-delay: .4s; }
@keyframes a2-dot { 0%,100% { opacity: .25; transform: translateY(0); } 40% { opacity: 1; transform: translateY(-3px); } }
.a2-chat__form { padding: 12px 14px 10px; border-top: 1px solid rgba(255,255,255,.08); }
.a2-chat__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.a2-chat__inputrow { display: flex; gap: 10px; align-items: center; }
.a2-chat__input {
  flex: 1; min-width: 0; background: rgba(255,255,255,.06); color: var(--a2-on-dark);
  border: 1px solid rgba(255,255,255,.14); border-radius: var(--a2-r-pill);
  padding: 11px 18px; font: inherit; font-size: .92rem; outline: none;
  transition: border-color .18s ease;
}
.a2-chat__input::placeholder { color: var(--a2-on-dark-muted); }
.a2-chat__input:focus { border-color: rgba(251,186,146,.55); }
.a2-chat__send {
  flex: none; width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--a2-primary-soft), var(--a2-violet));
  transition: transform .15s ease, opacity .15s ease;
}
.a2-chat__send:hover:not(:disabled) { transform: scale(1.06); }
.a2-chat__send:disabled { opacity: .45; cursor: default; }
.a2-chat__meta { text-align: right; margin-top: 6px; }
.a2-chat__meta span { color: var(--a2-on-dark-muted); font-size: .72rem; }
.a2-chat__cta {
  align-self: flex-start; display: inline-block; margin-top: 2px;
  background: #fff; color: var(--a2-primary); font-weight: 700; font-size: .88rem;
  padding: 9px 18px; border-radius: var(--a2-r-pill);
}
.a2-chat__cta:hover { background: var(--a2-surface-muted); }

/* =====================================================================
   NASIL ÇALIŞIR
   ===================================================================== */
.a2-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--a2-sp-5); counter-reset: step; }
.a2-step { position: relative; padding-top: var(--a2-sp-5); }
.a2-step__n {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-family: 'Sora'; font-weight: 800; color: #fff; background: var(--a2-primary);
  margin-bottom: var(--a2-sp-4); box-shadow: var(--shadow-soft, 0 12px 36px rgba(15, 23, 42, 0.03));
}
.a2-step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.a2-step p { color: var(--a2-text-muted); font-size: .92rem; }
/* bağlayıcı çizgi */
.a2-step::after { content: ""; position: absolute; top: 22px; left: 44px; right: -12px; height: 2px; background: linear-gradient(90deg, var(--a2-border), transparent); }
.a2-step:last-child::after { display: none; }

/* =====================================================================
   QUOTES
   ===================================================================== */
.a2-quote { background: #fff; border: 1px solid var(--a2-border); border-radius: var(--radius-2026, 20px); padding: var(--a2-sp-5); box-shadow: var(--a2-sh-sm); margin: 0; }
.a2-quote blockquote { margin: 0 0 var(--a2-sp-4); font-size: .9rem; line-height: 1.55; color: var(--a2-text); }
.a2-quote figcaption { display: flex; align-items: center; gap: 10px; }
.a2-quote__av { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; flex: none; background: var(--a2-surface-muted); }
.a2-quote figcaption b { display: block; font-size: .85rem; }
.a2-quote figcaption small { color: var(--a2-text-muted); font-size: .76rem; }

/* --- statik görüş ızgarası: 5 kart, üstte 3 + altta 2 ortalanmış --- */
.a2-quotes__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--a2-sp-4); }
.a2-quotes__grid .a2-quote { grid-column: span 2; display: flex; flex-direction: column; }
.a2-quotes__grid .a2-quote blockquote { flex: 1; }
.a2-quotes__grid .a2-quote:nth-child(4) { grid-column: 2 / span 2; }
@media (max-width: 960px) {
  .a2-quotes__grid { grid-template-columns: repeat(2, 1fr); }
  .a2-quotes__grid .a2-quote,
  .a2-quotes__grid .a2-quote:nth-child(4) { grid-column: auto; }
  .a2-quotes__grid .a2-quote:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .a2-quotes__grid { grid-template-columns: 1fr; }
  .a2-quotes__grid .a2-quote:last-child { grid-column: auto; }
}

/* =====================================================================
   FINAL CTA
   ===================================================================== */
.a2-cta { padding: clamp(56px,9vw,100px) 0; }
.a2-cta__inner {
  text-align: center; background: radial-gradient(120% 160% at 50% 0%, var(--a2-primary), var(--a2-primary-strong));
  color: #fff; border-radius: var(--a2-r-lg); padding: clamp(40px,6vw,72px) var(--a2-sp-5);
  box-shadow: var(--a2-sh-lg); position: relative; overflow: hidden;
}
.a2-cta__inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 80% 120%, rgba(251,186,146,.5), transparent); }
.a2-cta__inner > * { position: relative; }
.a2-cta h2 { font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 800; }
.a2-cta p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin: var(--a2-sp-3) auto var(--a2-sp-6); max-width: 520px; }
.a2-cta__actions { display: flex; gap: var(--a2-sp-3); justify-content: center; flex-wrap: wrap; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.a2-foot { background: var(--a2-navy); color: var(--a2-on-dark-muted); padding: var(--a2-sp-8) 0 var(--a2-sp-6); }
.a2-foot__top {
  display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; gap: var(--a2-sp-6);
  padding-bottom: var(--a2-sp-7); border-bottom: 1px solid rgba(255,255,255,.1);
}
.a2-foot__logo {
  height: 34px;
  width: auto;
  margin-bottom: var(--a2-sp-4);
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
.a2-foot__tag { font-size: .9rem; line-height: 1.6; max-width: 330px; margin: 0 0 var(--a2-sp-4); }
.a2-foot__contact { list-style: none; padding: 0; margin: 0 0 var(--a2-sp-4); display: grid; gap: 10px; }
.a2-foot__contact li { display: flex; align-items: center; gap: 10px; font-size: .86rem; }
.a2-foot__contact svg { color: var(--a2-primary-soft); flex: none; }
.a2-foot__contact a { color: var(--a2-on-dark); transition: color .18s; }
.a2-foot__contact a:hover { color: var(--a2-primary-soft); }
.a2-foot__social { display: flex; gap: 10px; }
.a2-foot__social a {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.08); color: var(--a2-on-dark);
  transition: background .18s, color .18s, transform .18s;
}
.a2-foot__social a:hover { background: var(--a2-accent); color: var(--a2-primary-strong); transform: translateY(-2px); }
.a2-foot__col h4 { font-family: 'Sora'; font-size: .95rem; font-weight: 700; color: #fff; margin: 0 0 var(--a2-sp-4); }
.a2-foot__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.a2-foot__col a { font-size: .88rem; color: var(--a2-on-dark-muted); transition: color .18s; }
.a2-foot__col a:hover { color: var(--a2-primary-soft); }
.a2-foot__kvkk { display: inline-flex; align-items: center; gap: 6px; margin-top: var(--a2-sp-4);
  font-size: .78rem; color: var(--a2-on-dark); background: rgba(255,255,255,.08); padding: 5px 11px; border-radius: var(--a2-r-pill); }
.a2-foot__pay { display: flex; gap: 8px; margin-top: var(--a2-sp-4); flex-wrap: wrap; }
.a2-foot__pay img { height: 24px; width: auto; background: #fff; border-radius: 4px; padding: 3px 5px; }
.a2-foot__bottom {
  display: flex; justify-content: space-between; align-items: center; gap: var(--a2-sp-4);
  padding-top: var(--a2-sp-5); flex-wrap: wrap; font-size: .8rem;
}
.a2-foot__legal { display: flex; gap: var(--a2-sp-4); flex-wrap: wrap; }
.a2-foot__legal a { color: var(--a2-on-dark-muted); transition: color .18s; }
.a2-foot__legal a:hover { color: var(--a2-primary-soft); }

/* =====================================================================
   SCROLL-REVEAL animasyonu
   ===================================================================== */
.a2-reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1); }
.a2-reveal.is-visible { opacity: 1; transform: none; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 960px) {
  .a2-nav__links { display: none; }
  .a2-hero__inner { grid-template-columns: 1fr; gap: var(--a2-sp-7); }
  .a2-hero__art { max-width: 480px; margin: 0 auto; }
  .a2-hero__slider { width: 100%; margin: 0; }
  .a2-problem__inner, .a2-lila__inner { grid-template-columns: 1fr; }
  .a2-chat__msgs { height: 300px; }
  .a2-grid--feat { grid-template-columns: repeat(2,1fr); }
  .a2-grid--persona { grid-template-columns: repeat(2,1fr); }
  .a2-grid--quote { grid-template-columns: 1fr; }
  .a2-steps { grid-template-columns: repeat(2,1fr); }
  .a2-step::after { display: none; }
  .a2-stats__grid { grid-template-columns: repeat(2,1fr); }
  .a2-stat:nth-child(2) { border-right: 0; }
  .a2-foot__top { grid-template-columns: repeat(3, 1fr); gap: var(--a2-sp-5); }
  .a2-foot__brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .a2-wrap { padding-inline: var(--a2-sp-3); }
  .a2-nav__cta .a2-btn--ghost { display: none; }
  .a2-grid--feat, .a2-grid--persona, .a2-steps, .a2-stats__grid { grid-template-columns: 1fr; }
  .a2-stat { border-right: 0; border-bottom: 1px solid var(--a2-border); padding-bottom: var(--a2-sp-4); }
  .a2-stat:last-child { border-bottom: 0; }
  .a2-hero__actions .a2-btn, .a2-cta__actions .a2-btn { flex: 1 1 auto; }
  .a2-float--a { left: -6px; } .a2-float--b { left: -6px; } .a2-float--c { right: -6px; }
  .a2-float--c { display: none; } /* dar ekranda kalabalık olmasın */
  .a2-foot__top { grid-template-columns: repeat(2, 1fr); }
  .a2-foot__bottom { flex-direction: column; align-items: flex-start; }
  .a2-chat__msgs { height: 280px; padding: var(--a2-sp-3); }
  .a2-chat__form { padding: 10px 10px 8px; }
}

/* =====================================================================
   TELEFON + AKILLI HARİTA (PARSEL) MOCKUP  —  gerçek app görünümü
   ===================================================================== */
.a2-phone {
  position: relative; width: 300px; max-width: 84vw; margin: 0 auto;
  aspect-ratio: 300 / 620;
  background: #0D1424; border-radius: 42px;
  padding: 11px; box-shadow: var(--a2-sh-lg), 0 0 0 2px rgba(255,255,255,.06) inset;
  will-change: transform;
}
.a2-phone__notch {
  position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 22px; background: #0D1424; border-radius: 0 0 14px 14px; z-index: 6;
}
.a2-app {
  position: relative; width: 100%; height: 100%; border-radius: 32px; overflow: hidden;
  background: #0D1424;
}
/* gerçek uygulama ekran görüntüsü */
.a2-app__shot {
  width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block;
}

/* =====================================================================
   MOBİL UYGULAMA İNDİR bölümü
   ===================================================================== */
.a2-app-dl {
  background: radial-gradient(120% 120% at 85% 10%, var(--a2-navy-2), var(--a2-navy));
  color: var(--a2-on-dark); padding: clamp(64px, 9vw, 110px) 0; overflow: hidden;
}
.a2-app-dl__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--a2-sp-8); align-items: center; }
.a2-app-dl__copy h2 { font-size: clamp(1.8rem, 3.8vw, 2.7rem); font-weight: 800; margin: var(--a2-sp-3) 0 var(--a2-sp-4); }
.a2-app-dl__copy p { color: var(--a2-on-dark-muted); font-size: 1.08rem; max-width: 520px; }
.a2-app-dl__copy p strong { color: #fff; }
.a2-stores { display: flex; flex-wrap: wrap; gap: var(--a2-sp-3); margin-top: var(--a2-sp-5); }
.a2-store {
  display: inline-flex; align-items: center; gap: 11px; padding: 10px 18px;
  background: #0C1120; color: #fff; border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px; transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.a2-store:hover { transform: translateY(-3px); border-color: rgba(251,186,146,.6); background: #141B32; }
.a2-store__ic { flex: none; }
.a2-store__txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.a2-store__txt small { font-size: .64rem; opacity: .8; text-transform: uppercase; letter-spacing: .04em; }
.a2-store__txt b { font-family: 'Sora'; font-size: 1.05rem; font-weight: 700; }

.a2-app-dl__art { display: grid; place-items: center; }
.a2-app-dl__art .a2-phone { box-shadow: var(--a2-sh-lg), 0 40px 80px rgba(0,0,0,.35); }

@media (max-width: 960px) {
  .a2-app-dl__inner { grid-template-columns: 1fr; text-align: center; }
  .a2-app-dl__copy p { margin-inline: auto; }
  .a2-stores { justify-content: center; }
  .a2-app-dl__art { order: -1; margin-bottom: var(--a2-sp-5); }
}

/* =====================================================================
   Pastel production pass: okunakli acik tema, dusuk gorsel gurultu
   ===================================================================== */
.a2 {
  --a2-primary: #2f6f84;
  --a2-primary-strong: #214f65;
  --a2-primary-soft: #e8f4fb;
  --a2-navy: #f8fcff;
  --a2-navy-2: #eef8fb;
  --a2-accent: #f5d1bd;
  --a2-steel: #7b93a1;
  --a2-violet: #8a6fd1;
  --a2-surface: #ffffff;
  --a2-surface-muted: #f4fafc;
  --a2-border: #d7ecf3;
  --a2-text: #183445;
  --a2-text-muted: #5f7480;
  --a2-on-dark: #183445;
  --a2-on-dark-muted: #5f7480;
  --a2-r-sm: 8px;
  --a2-r-md: 8px;
  --a2-r-lg: 8px;
  --a2-r-pill: 8px;
  --a2-sh-sm: 0 1px 2px rgba(24, 52, 69, .04), 0 8px 22px rgba(24, 52, 69, .04);
  --a2-sh-md: 0 14px 34px rgba(24, 52, 69, .07);
  --a2-sh-lg: 0 24px 56px rgba(24, 52, 69, .09);
  background: #f8fcff;
  color: var(--a2-text);
}

.a2 h1,
.a2 h2,
.a2 h3,
.a2-stat__num,
.a2-mock__v,
.a2-orb__core,
.a2-chat__title b,
.a2-step__n,
.a2-foot__col h4,
.a2-store__txt b {
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  letter-spacing: 0;
}

.a2-eyebrow,
.a2-store__txt small {
  letter-spacing: 0;
  text-transform: none;
}

.a2-btn,
.a2-store,
.a2-card,
.a2-persona,
.a2-quote,
.a2-chat,
.a2-stats__grid,
.a2-cta__inner {
  border-radius: 8px;
}

.a2-btn--primary,
.a2-nav.is-scrolled .a2-btn--primary,
.a2-hero .a2-btn--primary,
.a2-lila .a2-btn--primary,
.a2-nav .a2-btn--primary {
  background: #e8f4fb;
  color: #285d77;
  border-color: #c9e5ef;
  box-shadow: 0 10px 24px rgba(47, 111, 132, .08);
}

.a2-btn--primary:hover,
.a2-nav.is-scrolled .a2-btn--primary:hover,
.a2-hero .a2-btn--primary:hover,
.a2-lila .a2-btn--primary:hover,
.a2-nav .a2-btn--primary:hover {
  background: #dff0f7;
  color: #214f65;
  box-shadow: 0 14px 30px rgba(47, 111, 132, .10);
}

.a2-btn--accent {
  background: #f7e2d6;
  color: #774c39;
  border-color: #edcaba;
  box-shadow: 0 10px 24px rgba(119, 76, 57, .07);
}

.a2-btn--outline,
.a2-hero .a2-btn--outline,
.a2-btn--ghost-light {
  background: rgba(255, 255, 255, .72);
  color: var(--a2-primary-strong);
  border-color: var(--a2-border);
}

.a2-btn--outline:hover,
.a2-hero .a2-btn--outline:hover,
.a2-btn--ghost-light:hover {
  background: #eef8fb;
  border-color: #bfdfe9;
}

.a2-nav,
.a2-nav.is-scrolled {
  background: rgba(248, 252, 255, .94);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 var(--a2-border), 0 10px 28px rgba(24, 52, 69, .04);
}

.a2-nav .a2-nav__logo--ondark,
.a2-nav.is-scrolled .a2-nav__logo--ondark {
  display: none;
}

.a2-nav .a2-nav__logo--onlight,
.a2-nav.is-scrolled .a2-nav__logo--onlight {
  display: block;
}

.a2-nav__links a,
.a2-nav .a2-btn--ghost,
.a2-nav.is-scrolled .a2-nav__links a,
.a2-nav.is-scrolled .a2-btn--ghost {
  color: var(--a2-text);
}

.a2-nav .a2-btn--ghost:hover,
.a2-nav.is-scrolled .a2-btn--ghost:hover {
  background: #eef8fb;
}

.a2-hero {
  margin-top: 0;
  padding: clamp(56px, 8vw, 96px) 0 clamp(56px, 8vw, 96px);
  background:
    linear-gradient(135deg, rgba(248, 252, 255, .98) 0%, rgba(232, 244, 251, .9) 48%, rgba(246, 248, 238, .92) 100%);
  color: var(--a2-text);
}

.a2-hero__grid {
  background-image:
    linear-gradient(rgba(47, 111, 132, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 111, 132, .055) 1px, transparent 1px);
  mask-image: none;
  -webkit-mask-image: none;
}

.a2-blob,
.a2-hero__ring,
.a2-divider,
.a2-cta__inner::before {
  display: none;
}

.a2-hero__glow {
  inset: 10% 0 12%;
  background: linear-gradient(135deg, rgba(232, 244, 251, .78), rgba(245, 209, 189, .34));
  filter: blur(34px);
}

.a2-hero__ground {
  background: radial-gradient(50% 100% at 50% 0%, rgba(47, 111, 132, .14), transparent 70%);
}

.a2-hero__machine {
  filter: drop-shadow(0 28px 46px rgba(24, 52, 69, .16));
}

.a2-laptop {
  filter: drop-shadow(0 28px 46px rgba(24, 52, 69, .16));
}

/* %50 harita zemini üzerinde okunurluk: hero'daki ince metinler koyu tam-renk
   (genel --a2-text-muted kuralından daha yüksek özgüllükle ezer) */
.a2-hero .a2-hero__sub,
.a2-hero .a2-trust li {
  color: var(--a2-text);
  font-weight: 500;
}

.a2-badge {
  background: #ffffff;
  border-color: #cfe7ee;
  color: var(--a2-primary-strong);
  box-shadow: var(--a2-sh-sm);
}

.a2-badge__dot {
  background: #74b2c5;
  box-shadow: 0 0 0 4px rgba(116, 178, 197, .20);
}

.a2-rotator {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: var(--a2-text);
}

.a2-hero__sub,
.a2-trust li,
.a2-lila__copy p,
.a2-app-dl__copy p,
.a2-foot,
.a2-foot__legal a,
.a2-foot__col a {
  color: var(--a2-text-muted);
}

.a2-hero__sub strong,
.a2-lila__copy p strong,
.a2-app-dl__copy p strong,
.a2-foot__contact a,
.a2-foot__col h4 {
  color: var(--a2-text);
}

.a2-trust svg {
  color: #5f9bad;
}

.a2-float {
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--a2-border);
  box-shadow: var(--a2-sh-md);
}

.a2-float__ic {
  background: #e8f4fb;
}

.a2-float__ic--green {
  background: #e8f7ed;
  color: #2f6f4f;
}

.a2-stats {
  margin-top: 0;
  background: #f8fcff;
  padding-top: var(--a2-sp-5);
}

.a2-stats__grid,
.a2-card,
.a2-persona,
.a2-quote,
.a2-chat {
  background: rgba(255, 255, 255, .94);
  border-color: var(--a2-border);
  box-shadow: var(--a2-sh-sm);
}

.a2-card:hover,
.a2-persona:hover {
  transform: translateY(-3px);
  box-shadow: var(--a2-sh-md);
}

.a2-card__ic {
  border-radius: 8px;
  background: color-mix(in srgb, var(--ic, var(--a2-primary)) 12%, #ffffff);
}

.a2-features,
.a2-quotes {
  background: #f4fafc;
}

.a2-lila,
.a2-app-dl {
  background:
    linear-gradient(135deg, #f8fcff 0%, #eef8fb 52%, #f7f2e8 100%);
  color: var(--a2-text);
}

.a2-eyebrow--light {
  color: var(--a2-primary-strong);
}

.a2-orb--mini {
  width: 40px;
  height: 40px;
}

.a2-orb--mini .a2-orb__core {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  color: #285d77;
  background: #e8f4fb;
  box-shadow: none;
}

.a2-orb--mini .a2-orb__ring--1 {
  display: none;
}

.a2-chat__head,
.a2-chat__form {
  border-color: var(--a2-border);
}

.a2-chat__title small,
.a2-chat__typing,
.a2-chat__meta span,
.a2-chat__input::placeholder {
  color: var(--a2-text-muted);
}

.a2-chat__msg--lila {
  background: #f4fafc;
  color: var(--a2-text);
  border: 1px solid var(--a2-border);
}

.a2-chat__msg--user {
  background: #e8f4fb;
  color: #285d77;
  border: 1px solid #c9e5ef;
}

.a2-chat__msg--error {
  background: #fff1f0;
  color: #9b3f37;
  border: 1px solid #f4c7c3;
}

.a2-chat__chip {
  background: #ffffff;
  border-color: #d7ecf3;
  color: var(--a2-primary-strong);
}

.a2-chat__chip:hover {
  background: #eef8fb;
}

.a2-chat__input {
  background: #ffffff;
  color: var(--a2-text);
  border-color: #cfe1eb;
  border-radius: 8px;
}

.a2-chat__input:focus {
  border-color: #8fc4d5;
  box-shadow: 0 0 0 3px rgba(143, 196, 213, .18);
}

.a2-chat__send {
  color: #285d77;
  background: #e8f4fb;
  border: 1px solid #c9e5ef;
  border-radius: 8px;
}

.a2-chat__cta {
  background: #e8f4fb;
  color: #285d77;
  border-radius: 8px;
}

.a2-step__n {
  border-radius: 8px;
  color: #285d77;
  background: #e8f4fb;
  border: 1px solid #c9e5ef;
}

.a2-cta {
  background: #f8fcff;
}

.a2-cta__inner {
  background:
    linear-gradient(135deg, #eef8fb 0%, #ffffff 55%, #f7f2e8 100%);
  color: var(--a2-text);
  border: 1px solid var(--a2-border);
  box-shadow: var(--a2-sh-md);
}

.a2-cta p {
  color: var(--a2-text-muted);
}

.a2-foot {
  background: #0f172a; /* platform footer'ı ile aynı (footer.css .site-footer) */
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.a2-foot__top {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.a2-foot__tag,
.a2-foot__legal a,
.a2-foot__col a {
  color: #cbd5e1;
}

.a2-foot__contact a,
.a2-foot__col h4 {
  color: #f8fafc;
}

.a2-foot__contact svg {
  color: #fbba92;
}

.a2-foot__social a,
.a2-foot__kvkk {
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.a2-foot__social a:hover {
  background: rgba(251, 186, 146, 0.18);
  color: #ffffff;
}

.a2-foot__pay img {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.a2-phone {
  background: #eef8fb;
  box-shadow: var(--a2-sh-lg), 0 0 0 1px #cfe1eb inset;
}

.a2-phone__notch,
.a2-app {
  background: #dfeff5;
}

.a2-store {
  background: #ffffff;
  color: var(--a2-text);
  border-color: var(--a2-border);
  box-shadow: var(--a2-sh-sm);
}

.a2-store:hover {
  background: #eef8fb;
  border-color: #bfdfe9;
}

.a2-reveal,
.a2-reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 960px) {
  .a2-hero {
    padding-top: var(--a2-sp-7);
  }

  .a2-hero__copy {
    max-width: 720px;
  }

  .a2-app-dl__art {
    order: initial;
  }

  .a2-float {
    display: none;
  }
}

@media (max-width: 560px) {
  .a2-nav__inner {
    height: 64px;
  }

  .a2-nav__cta .a2-btn {
    padding-inline: 12px;
  }

  .a2-hero__actions .a2-btn,
  .a2-cta__actions .a2-btn {
    min-width: 0;
  }

  .a2-trust {
    gap: var(--a2-sp-3);
  }
}

/* =====================================================================
   MOBİL UYGULAMA İNDİR — dik telefon + yüzen bilgi kartları
   ===================================================================== */
.a2-app-dl__grid3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--a2-sp-5);
  list-style: none; padding: 0; margin: var(--a2-sp-6) 0 var(--a2-sp-4);
}
.a2-feat-ic {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 10px;
  background: #fff; border: 1px solid var(--a2-border);
  color: var(--a2-primary-strong); box-shadow: var(--a2-sh-sm);
}
.a2-app-dl__grid3 b { display: block; font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
.a2-app-dl__grid3 small { font-size: .82rem; color: var(--a2-text-muted); line-height: 1.55; }

.a2-rating { display: flex; flex-direction: column; gap: 6px; margin: var(--a2-sp-5) 0 0; }
.a2-rating__stars { display: inline-flex; gap: 3px; color: #f5a623; }
.a2-rating small { font-size: .85rem; color: var(--a2-text-muted); }

.a2-app-dl__label {
  display: block; margin-top: var(--a2-sp-5);
  font-size: .72rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--a2-text-muted);
}
.a2-app-dl .a2-stores { margin-top: var(--a2-sp-3); }

/* dik telefon — koyu çerçeve, fotoğraf referanslı */
.a2-app-dl__art { position: relative; display: grid; place-items: center; padding: var(--a2-sp-4) 0; }
.a2-app-dl .a2-phone {
  width: 320px; transform: none;
  background: #171d29; border-radius: 48px; padding: 12px;
  box-shadow: 0 0 0 2px rgba(255,255,255,.06) inset, 0 30px 70px rgba(24,52,69,.28);
}
.a2-app-dl .a2-phone__notch { background: #171d29; }
.a2-app-dl .a2-app { background: #0f141d; border-radius: 38px; }
/* yan tuşlar */
.a2-app-dl .a2-phone::before,
.a2-app-dl .a2-phone::after {
  content: ""; position: absolute; right: -3.5px; width: 3.5px;
  border-radius: 0 3px 3px 0; background: #171d29;
}
.a2-app-dl .a2-phone::before { top: 118px; height: 58px; }
.a2-app-dl .a2-phone::after { top: 196px; height: 96px; }

/* yüzen bilgi kartları */
.a2-dl-card {
  position: absolute; z-index: 3; max-width: 210px;
  background: #fff; border: 1px solid var(--a2-border); border-radius: 12px;
  padding: 12px 14px; box-shadow: var(--a2-sh-md);
  animation: a2-bob 6s ease-in-out infinite;
}
.a2-dl-card b { display: block; font-size: .85rem; font-weight: 700; margin-bottom: 4px; }
.a2-dl-card small { display: block; font-size: .76rem; color: var(--a2-text-muted); line-height: 1.45; }
.a2-dl-card--a { top: 5%; left: calc(50% + 70px); }
.a2-dl-card--b { bottom: 9%; right: calc(50% + 40px); animation-delay: -3s; }

@media (max-width: 960px) {
  .a2-app-dl__grid3 { text-align: center; }
  .a2-feat-ic { margin-inline: auto; }
  .a2-rating { align-items: center; }
  .a2-dl-card--a { left: auto; right: 4px; top: 2%; }
  .a2-dl-card--b { right: auto; left: 4px; bottom: 4%; }
}

@media (max-width: 560px) {
  .a2-app-dl__grid3 { grid-template-columns: 1fr; gap: var(--a2-sp-4); }
  .a2-app-dl .a2-phone { width: 270px; }
  .a2-dl-card { max-width: 180px; }
}

/* =====================================================================
   REDUCED MOTION — tüm animasyonları durdur
   ===================================================================== */
@media (prefers-reduced-motion: reduce) {
  .a2 *, .a2 *::before, .a2 *::after {
    animation: none !important;
    transition-duration: .001ms !important;
  }
  .a2-reveal { opacity: 1; transform: none; }
  .a2-mock__line { stroke-dashoffset: 0; }
  .a2-mock__fill { opacity: 1; }
}
