/* Taksit süreci rehberi — animasyonlu landing */
body.yc-taksit-process-active{background:#f5f5f7}
body.yc-taksit-process-active #main-content > .yc-container{padding:0!important;max-width:none;width:100%}
body.yc-taksit-process-active .yc-block{border:0;background:transparent;padding:0;margin:0;max-width:100%}
body.yc-taksit-process-active.yc-flow-page #main-content > .yc-container{padding-inline:0!important}

.tp-page{--tp-accent:#ff6900;--tp-accent-soft:#fff4eb;--tp-ink:#191919;--tp-muted:#666;--tp-line:#eaeaec;display:grid;gap:0;width:100%;overflow-x:clip}

.tp-hero{padding:clamp(28px,5vw,56px) 0;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);border-bottom:1px solid var(--tp-line)}
.tp-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(24px,4vw,48px);align-items:center}
.tp-hero-copy h1{margin:0 0 14px;font-size:clamp(28px,4vw,44px);line-height:1.12;letter-spacing:-.6px;font-weight:650}
.tp-lead{margin:0;font-size:clamp(14px,1.6vw,16px);line-height:1.7;color:var(--tp-muted);max-width:52ch}
.tp-hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 0}
.tp-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--tp-line);font-size:12px;color:var(--tp-muted)}
.tp-badge .micon{font-size:16px;color:var(--tp-accent)}
.tp-badge strong{color:var(--tp-ink);font-weight:650}
.tp-badge-time[data-tp-countdown].is-ticking strong{font-variant-numeric:tabular-nums;color:var(--tp-accent)}
.tp-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.tp-hero-actions .yc-btn{min-height:48px}

.tp-hero-visual{display:grid;place-items:center;min-height:280px}
.tp-orbit-scene{position:relative;width:min(100%,340px);aspect-ratio:1;display:grid;place-items:center}
.tp-orbit{position:absolute;border-radius:50%;border:1px dashed #ffd4b8;pointer-events:none}
.tp-orbit-a{inset:4%;animation:tp-spin 28s linear infinite}
.tp-orbit-b{inset:14%;animation:tp-spin 20s linear infinite reverse;border-color:#ffe8d7}
.tp-orbit-c{inset:24%;animation:tp-spin 14s linear infinite;border-style:solid;border-color:#fff0e5}
.tp-hero-lottie{display:grid;place-items:center;width:min(100%,320px);aspect-ratio:1;filter:drop-shadow(0 18px 40px #ff690014)}
.tp-hero-lottie .tp-lottie{width:100%!important;height:100%!important;max-width:300px;max-height:300px}
.tp-lottie{display:block;pointer-events:none}
.tp-badge-lottie,.tp-inline-lottie{display:inline-grid;place-items:center;vertical-align:middle;line-height:0}
.tp-badge-lottie .tp-lottie{width:28px!important;height:28px!important}
.tp-inline-lottie .tp-lottie{width:22px!important;height:22px!important}

.tp-section{padding:clamp(36px,6vw,72px) 0}
.tp-section:nth-child(even){background:#fff}
.tp-section-head{margin:0 0 clamp(24px,4vw,36px);max-width:640px}
.tp-section-head h2{margin:6px 0 8px;font-size:clamp(22px,3vw,32px);letter-spacing:-.4px;font-weight:650}
.tp-muted{margin:0;color:var(--tp-muted);font-size:14px;line-height:1.6}

.tp-curiosity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.tp-faq{border:1px solid var(--tp-line);border-radius:12px;background:#fff;padding:0;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.tp-faq[open]{border-color:#ffd4b8;box-shadow:0 8px 28px #ff69000f}
.tp-faq summary{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;font-size:14px;font-weight:600;line-height:1.45;cursor:pointer;list-style:none}
.tp-faq summary::-webkit-details-marker{display:none}
.tp-faq-icon{flex:0 0 40px;width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:var(--tp-accent-soft);overflow:hidden}
.tp-faq-icon .tp-lottie{width:32px!important;height:32px!important}
.tp-faq p{margin:0;padding:0 18px 18px 62px;font-size:13px;line-height:1.65;color:var(--tp-muted)}

.tp-timeline{list-style:none;margin:0;padding:0;display:grid;gap:0;position:relative}
.tp-step{display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;padding:0 0 28px;min-width:0}
.tp-page.is-enhanced .tp-step{opacity:.55;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}
.tp-step.is-visible,.tp-page:not(.is-enhanced) .tp-step{opacity:1;transform:none}
.tp-step-marker{position:relative;display:flex;justify-content:center}
.tp-step-dot{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;border:2px solid #eee;overflow:hidden;z-index:1;transition:border-color .3s,background .3s,box-shadow .3s}
.tp-step-dot .tp-lottie{width:40px!important;height:40px!important}
.tp-step.is-visible .tp-step-dot{border-color:var(--tp-accent);background:var(--tp-accent-soft);box-shadow:0 0 0 6px #ff690014}
.tp-step-line{position:absolute;top:48px;bottom:-28px;width:2px;background:#eee;transform-origin:top;transform:scaleY(0);transition:transform .6s ease .15s}
.tp-step.is-visible .tp-step-line{transform:scaleY(1);background:linear-gradient(180deg,#ff6900,#eee)}
.tp-step-body{padding:4px 0 0}
.tp-step-no{display:block;font-size:11px;font-weight:600;color:#999;letter-spacing:.08em;margin-bottom:4px}
.tp-step-body h3{margin:0 0 6px;font-size:17px;font-weight:650}
.tp-step-body p{margin:0;font-size:13px;line-height:1.65;color:var(--tp-muted)}
.tp-step-highlight{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:8px 12px;border-radius:8px;background:var(--tp-accent-soft);font-size:12px;color:#b45309}

.tp-flow-branches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:32px}
.tp-branch{padding:20px;border-radius:14px;border:1px solid var(--tp-line);background:#fafafa;display:grid;gap:8px;justify-items:start}
.tp-branch-icon{width:56px;height:56px;display:grid;place-items:center}
.tp-branch-icon .tp-lottie{width:56px!important;height:56px!important}
.tp-branch h3{margin:0;font-size:15px;font-weight:650}
.tp-branch p{margin:0;font-size:13px;line-height:1.65;color:var(--tp-muted)}
.tp-branch-ok{border-color:#cfe2d8;background:#f5fbf7}
.tp-branch-ok h3 .micon{color:#00a854}
.tp-branch-no{border-color:#f0cfcf;background:#fff7f7}
.tp-branch-no h3 .micon{color:#d14343}

.tp-eligibility-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.85fr);gap:32px;align-items:center}
.tp-checklist{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:10px}
.tp-checklist li{display:flex;align-items:center;gap:10px;font-size:14px}
.tp-checklist .micon{color:#00a854;font-size:18px}
.tp-eligibility-visual{display:grid;justify-items:center;gap:12px;text-align:center}
.tp-eligibility-lottie{display:grid;place-items:center;width:min(100%,280px);aspect-ratio:1;filter:drop-shadow(0 12px 32px #0000000a)}
.tp-eligibility-lottie .tp-lottie{width:260px!important;height:260px!important;max-width:100%}
.tp-eligibility-caption{margin:0;font-size:13px;font-weight:600;color:#e75e00;padding:8px 14px;border-radius:999px;background:var(--tp-accent-soft)}

.tp-warning-box{display:flex;gap:16px;align-items:flex-start;padding:22px 24px;border-radius:14px;border:1px solid #ffd4b8;background:linear-gradient(135deg,#fffaf6,#fff);max-width:880px}
.tp-warning-lottie{flex:0 0 48px;display:grid;place-items:center}
.tp-warning-lottie .tp-lottie{width:48px!important;height:48px!important}
.tp-warning-box h2{margin:0 0 8px;font-size:18px;font-weight:650}
.tp-warning-box p{margin:0;font-size:14px;line-height:1.65;color:var(--tp-muted)}

.tp-cta{background:linear-gradient(135deg,#191919,#2a2a2a);color:#fff}
.tp-cta-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.tp-cta h2{margin:0 0 8px;font-size:clamp(20px,3vw,28px);font-weight:650;color:#fff}
.tp-cta p{margin:0;font-size:14px;color:#ffffffb3;max-width:48ch}
.tp-cta-btn{background:var(--tp-accent);border-color:var(--tp-accent);min-height:50px}
.tp-lottie-credit{margin:16px 0 0;padding-bottom:24px;font-size:11px;color:#ffffff80;text-align:center;width:100%}
.tp-lottie-credit a{color:#ff6900;font-weight:600}

[data-tp-reveal]{opacity:1;transform:none}
.tp-page.is-enhanced [data-tp-reveal]:not(.is-visible){opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.tp-page.is-enhanced [data-tp-reveal].is-visible{opacity:1;transform:none}

@keyframes tp-spin{to{transform:rotate(360deg)}}
@keyframes tp-pulse{0%,100%{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}
@media(max-width:900px){
  .tp-hero-grid{grid-template-columns:1fr}
  .tp-hero-visual{order:-1;min-height:220px}
  .tp-curiosity-grid{grid-template-columns:1fr}
  .tp-flow-branches{grid-template-columns:1fr}
  .tp-eligibility-grid{grid-template-columns:1fr}
  .tp-cta-inner{flex-direction:column;align-items:flex-start}
  .tp-cta-btn{width:100%;justify-content:center}
}

@media(prefers-reduced-motion:reduce){
  .tp-orbit{animation:none!important}
  [data-tp-reveal],.tp-step{opacity:1!important;transform:none!important;transition:none!important}
  .tp-step-line{transform:scaleY(1)!important}
}
