/* ============================================================
   Online Koçunuz — OBP Hesaplama (etkileşimli araç) sayfası stilleri
   Kaynak: design_system/standalone/obp-hesaplama.html (inline <style> + inline JSX style'ları)
   Tüm kurallar .okt-obp-hesaplama altına scope'landı.
   Token'lar globalde tanımlı (style.css): var(--border), var(--ink-700),
   var(--primary-*), var(--accent-*), var(--font-mono), var(--ease-out) vb.
   @keyframes ve helper sınıflar (page-hero, hero-orbit, float-chip, grad-text,
   crumbs, btn-*) global style.css'ten gelir.
   shared-shell Nav/Footer DAHİL DEĞİL.
   Mobil öncelikli.
   ============================================================ */

/* ---- HERO ---- */
.okt-obp-hesaplama .okt-obp-hero{ overflow:hidden; }
.okt-obp-hesaplama .okt-obp-chip--1{ top:32%; left:2%; animation:float-up 8s ease-in-out infinite; }
.okt-obp-hesaplama .okt-obp-chip--2{ top:44%; right:2%; animation:float-up 9s ease-in-out infinite; animation-delay:.8s; }
.okt-obp-hesaplama .okt-obp-crumbs{ margin-bottom:14px; }
.okt-obp-hesaplama .okt-obp-pill{
  display:inline-flex; align-items:center;
  padding:6px 13px; border-radius:999px;
  background:var(--primary-50, #EEF1FF); color:var(--primary-700);
  font-size:12px; font-weight:600; letter-spacing:.01em;
}
.okt-obp-hesaplama .okt-obp-title{ margin:12px 0 10px; color:var(--ink-900); max-width:820px; }
.okt-obp-hesaplama .okt-obp-lead{ max-width:680px; }

/* ---- ANA BÖLÜM ---- */
.okt-obp-hesaplama .okt-obp-main{ padding:28px 0 64px; background:#fff; }
@media (min-width:768px){
  .okt-obp-hesaplama .okt-obp-main{ padding:32px 0 80px; }
}

/* ---- T2 GRID (araç + içerik / yan panel) ---- */
.okt-obp-hesaplama .t2-grid{
  display:grid; grid-template-columns:1fr; gap:24px; align-items:flex-start;
}
@media (min-width:981px){
  .okt-obp-hesaplama .t2-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,330px); gap:34px;
  }
}
.okt-obp-hesaplama .t2-left{ min-width:0; }

/* ---- ETKİLEŞİMLİ ARAÇ KARTI ---- */
.okt-obp-hesaplama .t2-tool{
  background:#fff; border:1px solid var(--border); border-radius:14px;
  padding:20px; box-shadow:0 4px 18px -8px rgba(11,15,26,.08); margin-bottom:28px;
}
@media (min-width:768px){
  .okt-obp-hesaplama .t2-tool{ padding:24px; margin-bottom:32px; }
}
.okt-obp-hesaplama .t2-label{
  display:block; font-size:11.5px; font-weight:800; color:var(--ink-900);
  margin-bottom:6px; text-transform:uppercase; letter-spacing:.06em;
}
.okt-obp-hesaplama .t2-big-input{
  width:100%; height:60px; padding:0 18px; border:2px solid var(--border);
  border-radius:10px; font-size:28px; font-weight:800; font-family:var(--font-mono);
  text-align:center; outline:none; color:var(--ink-900); background:#fff;
}
.okt-obp-hesaplama .t2-big-input:focus{
  border-color:var(--primary-500); box-shadow:0 0 0 4px var(--primary-100, #DCE3FF);
}
.okt-obp-hesaplama .t2-hint{ font-size:11.5px; color:var(--fg-muted); margin-top:6px; line-height:1.5; }

.okt-obp-hesaplama .okt-obp-check{
  display:flex; align-items:center; gap:8px; margin-top:14px;
  font-size:13px; color:var(--ink-700); cursor:pointer;
}
.okt-obp-hesaplama .okt-obp-check input{ flex:none; }
.okt-obp-hesaplama .okt-obp-check strong{ color:var(--ink-900); }

/* ---- SONUÇ KUTULARI ---- */
.okt-obp-hesaplama .t2-result-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px;
}
.okt-obp-hesaplama .t2-result-grid > div{ padding:14px; border-radius:10px; border:1px solid var(--border); }
.okt-obp-hesaplama .t2-result-grid > div.primary{
  background:linear-gradient(135deg,var(--primary-50, #EEF1FF),#fff); border-color:var(--primary-200, #C5D0FF);
}
.okt-obp-hesaplama .t2-result-grid > div.alt{ background:#fff; }
.okt-obp-hesaplama .t2-result-grid .l{
  font-size:10.5px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; color:var(--primary-700);
}
.okt-obp-hesaplama .t2-result-grid .v{
  font-size:28px; font-weight:800; font-family:var(--font-mono); color:var(--ink-900);
  letter-spacing:-0.02em; line-height:1; margin-top:2px;
}
.okt-obp-hesaplama .t2-result-grid .m{ font-size:11.5px; color:var(--fg-muted); margin-top:4px; }

/* ---- BONUS SATIRI ---- */
.okt-obp-hesaplama .t2-bonus-row{
  margin-top:14px; padding:14px; background:var(--ink-10); border-radius:10px;
}
.okt-obp-hesaplama .t2-bonus-row .l{
  font-size:11px; font-weight:800; color:var(--ink-900); text-transform:uppercase;
  letter-spacing:.06em; margin-bottom:8px;
}
.okt-obp-hesaplama .t2-bonus-row .okt-obp-ayt{ height:42px; font-size:18px; }
.okt-obp-hesaplama .t2-bonus-row .out{ margin-top:10px; font-size:13.5px; color:var(--ink-700); line-height:1.5; }
.okt-obp-hesaplama .t2-bonus-row .out strong{ color:var(--ink-900); font-family:var(--font-mono); }

/* ---- PAYLAŞIM / İLGİLİ LİNKLER ---- */
.okt-obp-hesaplama .t2-share{ display:flex; flex-direction:column; gap:6px; margin-top:16px; }
.okt-obp-hesaplama .t2-share a{
  font-size:12.5px; color:var(--primary-700); font-weight:600; text-decoration:none;
  padding:9px 12px; background:#fff; border:1px solid var(--primary-200, #C5D0FF);
  border-radius:7px; display:flex; align-items:center; justify-content:space-between;
}
.okt-obp-hesaplama .t2-share a:hover{ background:var(--primary-50, #EEF1FF); }
.okt-obp-hesaplama .t2-share a.primary{ background:var(--primary-700); color:#fff; border-color:var(--primary-700); }

/* ---- SEO İÇERİK ---- */
.okt-obp-hesaplama .t2-content h2{ color:var(--ink-900); font-size:24px; margin:0 0 12px; letter-spacing:-0.01em; }
.okt-obp-hesaplama .t2-content h2:not(:first-child){ margin-top:36px; }
.okt-obp-hesaplama .t2-content h3{ color:var(--ink-900); font-size:17px; margin:18px 0 8px; }
.okt-obp-hesaplama .t2-content p{ font-size:15.5px; color:var(--ink-700); line-height:1.75; margin:0 0 12px; }
.okt-obp-hesaplama .t2-content ul{ padding-left:18px; font-size:15px; color:var(--ink-700); line-height:1.8; margin:0 0 14px; }
.okt-obp-hesaplama .t2-content strong{ color:var(--ink-900); }
.okt-obp-hesaplama .t2-content a{ color:var(--primary-700); text-decoration:underline; font-weight:600; }

.okt-obp-hesaplama .t2-formula-box{
  padding:16px 18px; background:var(--ink-10); border-left:3px solid var(--primary-700);
  border-radius:8px; margin:12px 0; font-family:var(--font-mono); font-size:13.5px;
  color:var(--ink-900); line-height:1.7; overflow-x:auto;
}
.okt-obp-hesaplama .t2-example{
  padding:14px 16px; background:#fff; border:1px dashed var(--border); border-radius:8px;
  font-size:14px; color:var(--ink-700); margin:10px 0; line-height:1.65;
  transition:transform 180ms var(--ease-out),box-shadow 180ms var(--ease-out);
}
.okt-obp-hesaplama .t2-example:hover{ transform:translateY(-3px); box-shadow:0 16px 34px -20px rgba(11,15,26,.2); }
.okt-obp-hesaplama .t2-example strong{ color:var(--ink-900); }

.okt-obp-hesaplama .t2-katsayilar{ margin:14px 0; border:1px solid var(--border); border-radius:10px; overflow:hidden; }
.okt-obp-hesaplama .t2-katsayilar table{ width:100%; border-collapse:collapse; font-size:14px; }
.okt-obp-hesaplama .t2-katsayilar th{
  background:var(--ink-10); text-align:left; padding:10px 14px; font-size:11px; font-weight:800;
  color:var(--fg-muted); text-transform:uppercase; letter-spacing:.06em;
}
.okt-obp-hesaplama .t2-katsayilar td{ padding:10px 14px; border-top:1px solid var(--border); color:var(--ink-700); }
.okt-obp-hesaplama .t2-katsayilar td:first-child{ font-weight:700; color:var(--ink-900); }
.okt-obp-hesaplama .t2-katsayilar td.num{ font-family:var(--font-mono); text-align:right; }

/* ---- SSS ---- */
.okt-obp-hesaplama .t2-faq details{ border-bottom:1px solid var(--border); padding:14px 0; }
.okt-obp-hesaplama .t2-faq details[open] summary{ color:var(--primary-700); }
.okt-obp-hesaplama .t2-faq summary{
  font-size:15.5px; font-weight:700; color:var(--ink-900); cursor:pointer; list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:14px;
}
.okt-obp-hesaplama .t2-faq summary::-webkit-details-marker{ display:none; }
.okt-obp-hesaplama .t2-faq summary::after{ content:'+'; font-size:22px; font-weight:300; color:var(--fg-muted); }
.okt-obp-hesaplama .t2-faq details[open] summary::after{ content:'−'; }
.okt-obp-hesaplama .t2-faq details p{ margin:10px 0 0; font-size:14.5px; line-height:1.75; color:var(--ink-700); }

/* ---- DISCLAIMER ---- */
.okt-obp-hesaplama .t2-disclaimer{
  margin-top:16px; padding:14px 16px; background:var(--accent-100); border:1px solid var(--accent-300);
  border-radius:10px; font-size:13.5px; color:var(--accent-900); line-height:1.65;
}

/* ---- İLGİLİ ARAÇLAR ---- */
.okt-obp-hesaplama .okt-obp-related-wrap{ margin-top:36px; }
.okt-obp-hesaplama .t2-related{
  margin-top:14px; display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:10px;
}
.okt-obp-hesaplama .t2-related a{
  display:block; padding:14px 16px; background:#fff; border:1px solid var(--border);
  border-radius:10px; text-decoration:none; color:var(--ink-900) !important;
}
.okt-obp-hesaplama .t2-related a:hover{ border-color:var(--primary-500); background:var(--primary-50, #EEF1FF); }
.okt-obp-hesaplama .t2-related a .l{ display:block; font-size:14px; font-weight:700; margin-bottom:2px; }
.okt-obp-hesaplama .t2-related a .d{ display:block; font-size:11.5px; color:var(--fg-muted); }

/* ---- number input spinner gizle ---- */
.okt-obp-hesaplama input[type=number]::-webkit-outer-spin-button,
.okt-obp-hesaplama input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.okt-obp-hesaplama input[type=number]{ -moz-appearance:textfield; appearance:textfield; }

/* ---- YAN PANEL PROMO KARTI ---- */
.okt-obp-hesaplama .t2-side{ display:flex; flex-direction:column; gap:14px; }
@media (min-width:981px){
  .okt-obp-hesaplama .t2-side{
    position:sticky; top:min(88px, calc(100vh - 520px)); align-self:start;
  }
}
.okt-obp-hesaplama .okt-obp-promo{
  background:linear-gradient(135deg,#3B5BFF,#1E3AE2); border-radius:14px; padding:20px;
  color:#fff; position:relative; overflow:hidden;
}
.okt-obp-hesaplama .okt-obp-promo-glow{
  position:absolute; top:-50px; right:-50px; width:170px; height:170px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.18), transparent 65%); pointer-events:none;
}
.okt-obp-hesaplama .okt-obp-promo-in{ position:relative; }
.okt-obp-hesaplama .okt-obp-promo-eyebrow{
  font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:rgba(255,255,255,.85); margin-bottom:6px;
}
.okt-obp-hesaplama .okt-obp-promo-stat{ display:flex; align-items:baseline; gap:4px; }
.okt-obp-hesaplama .okt-obp-promo-stat .num{
  font-size:40px; font-weight:800; letter-spacing:-0.03em; color:#fff; line-height:1; font-family:var(--font-mono);
}
.okt-obp-hesaplama .okt-obp-promo-stat .plus{ font-size:22px; font-weight:800; color:#C6F25A; }
.okt-obp-hesaplama .okt-obp-promo-sub{ font-size:12.5px; color:rgba(255,255,255,.85); margin-top:5px; line-height:1.5; }
.okt-obp-hesaplama .okt-obp-promo-list{ margin-top:16px; display:flex; flex-direction:column; gap:8px; }
.okt-obp-hesaplama .okt-obp-promo-list > div{
  display:flex; align-items:center; gap:9px; font-size:12.5px; color:rgba(255,255,255,.92); font-weight:600;
}
.okt-obp-hesaplama .okt-obp-promo-list .ic{
  flex:none; width:18px; height:18px; border-radius:50%; background:rgba(198,242,90,.18);
  display:flex; align-items:center; justify-content:center; color:#C6F25A; font-size:11px; font-weight:800;
}
.okt-obp-hesaplama .okt-obp-promo-foot{ margin-top:16px; padding-top:14px; border-top:1px solid rgba(255,255,255,.18); }
.okt-obp-hesaplama .okt-obp-promo-foot p{ font-size:12.5px; color:rgba(255,255,255,.85); line-height:1.55; margin:0 0 12px; }

/* ---- ALT CTA BANDI ---- */
.okt-obp-hesaplama .okt-obp-cta{
  position:relative; overflow:hidden; padding:56px 24px;
  background:linear-gradient(135deg,#0B0F1A 0%,#14233F 55%,#1B1030 100%); color:#fff;
}
@media (min-width:768px){
  .okt-obp-hesaplama .okt-obp-cta{ padding:76px 24px; }
}
.okt-obp-hesaplama .okt-obp-cta-glow{ position:absolute; border-radius:50%; pointer-events:none; }
.okt-obp-hesaplama .okt-obp-cta-glow--1{
  top:-140px; left:50%; transform:translateX(-50%); width:620px; height:620px;
  background:radial-gradient(circle, rgba(59,91,255,.18), transparent 60%);
}
.okt-obp-hesaplama .okt-obp-cta-glow--2{
  bottom:-180px; right:-90px; width:380px; height:380px;
  background:radial-gradient(circle, rgba(198,242,90,.12), transparent 60%);
}
.okt-obp-hesaplama .okt-obp-cta-in{ position:relative; text-align:center; }
.okt-obp-hesaplama .okt-obp-cta-badge{
  display:inline-block; font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  color:#C6F25A; margin-bottom:14px; padding:5px 12px; border:1px solid rgba(198,242,90,.3); border-radius:999px;
}
.okt-obp-hesaplama .okt-obp-cta-title{
  font-size:clamp(26px,4vw,40px); font-weight:800; letter-spacing:-0.02em; line-height:1.12;
  margin:0 auto 14px; max-width:760px; color:#fff;
}
.okt-obp-hesaplama .okt-obp-cta-grad{
  background:linear-gradient(90deg,#8FA5FF,#C6F25A);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.okt-obp-hesaplama .okt-obp-cta-lead{
  font-size:16px; color:rgba(255,255,255,.75); line-height:1.6; max-width:620px; margin:0 auto 38px;
}

/* ---- CTA ADIMLAR ---- */
.okt-obp-hesaplama .tprog-steps{
  display:grid; grid-template-columns:1fr; gap:16px; max-width:840px; margin:0 auto 36px; text-align:left;
}
@media (min-width:761px){
  .okt-obp-hesaplama .tprog-steps{ grid-template-columns:repeat(3,1fr); }
}
.okt-obp-hesaplama .okt-obp-step{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09); border-radius:14px; padding:22px 18px;
}
.okt-obp-hesaplama .okt-obp-step-n{
  width:34px; height:34px; border-radius:50%; background:#C6F25A; color:#0B0F1A; font-weight:800; font-size:15px;
  display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-family:var(--font-mono);
}
.okt-obp-hesaplama .okt-obp-step-t{ font-size:16px; font-weight:700; color:#fff; margin-bottom:6px; }
.okt-obp-hesaplama .okt-obp-step-d{ font-size:13px; color:rgba(255,255,255,.66); line-height:1.55; }

.okt-obp-hesaplama .tprog-btns{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.okt-obp-hesaplama .tprog-btn{ height:auto; padding:14px 26px; border-radius:10px; font-weight:800; font-size:15px; }

/* ---- Hareket azaltma tercihi ---- */
@media (prefers-reduced-motion: reduce){
  .okt-obp-hesaplama .okt-obp-chip--1,
  .okt-obp-hesaplama .okt-obp-chip--2{ animation:none; }
}
