/* Demo bilgi toplama akışı — iki kolonlu düzen, canlı önizleme, adım göstergesi */

:root{
  --twd-ink:#0b1220;
  --twd-paper:#f7f8fb;
  --twd-line:#e2e8f0;
  --twd-muted:#64748b;
  --twd-blue:#2563eb;
  --twd-cyan:#06b6d4;
  --twd-preview-accent:#2563eb;
  --twd-preview-accent-soft:rgba(37,99,235,.14);
}

.twd-float-link,
.twd-float-link *{box-sizing:border-box}
.twd-float-link{
  position:fixed;
  top:auto;
  right:auto;
  left:50%;
  bottom:22px;
  z-index:9998;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  padding:0 25px;
  border-radius:999px;
  border:2px solid rgba(255,255,255,.9);
  background:linear-gradient(135deg,#ff7a00 0%,#ff2d55 52%,#7c3aed 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px;
  font-weight:950;
  line-height:1;
  letter-spacing:.01em;
  text-shadow:0 2px 8px rgba(0,0,0,.38);
  box-shadow:0 18px 42px rgba(255,45,85,.42),0 0 0 6px rgba(255,122,0,.12);
  transform:translateX(-50%);
  animation:twdFloatBlink 1.05s ease-in-out infinite;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.twd-float-link::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:inherit;
  border:3px solid rgba(255,122,0,.45);
  animation:twdFloatRing 1.05s ease-out infinite;
  pointer-events:none;
}
.twd-float-link::after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:inherit;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.32) 42%,transparent 72%);
  transform:translateX(-120%);
  animation:twdFloatShine 2.1s ease-in-out infinite;
  pointer-events:none;
}
.twd-float-link:hover{
  color:#fff !important;
  text-decoration:none !important;
  transform:translateX(-50%) translateY(-4px) scale(1.03);
  box-shadow:0 22px 56px rgba(255,45,85,.58),0 0 0 8px rgba(255,122,0,.18);
  filter:saturate(1.2) brightness(1.08);
}
.twd-float-link__spark{
  width:30px;
  height:30px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:rgba(255,255,255,.28);
  color:#fff;
  font-size:18px;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.36),0 0 16px rgba(255,255,255,.35);
  animation:twdSparkBlink 1.05s ease-in-out infinite;
}
.twd-float-link__text{
  position:relative;
  z-index:1;
  color:#fff !important;
  font-weight:950;
  white-space:nowrap;
}
@keyframes twdFloatBlink{
  0%,100%{
    box-shadow:0 18px 42px rgba(255,45,85,.42),0 0 0 6px rgba(255,122,0,.12);
    filter:saturate(1) brightness(1);
  }
  50%{
    box-shadow:0 22px 58px rgba(255,45,85,.72),0 0 0 13px rgba(255,122,0,.2),0 0 34px rgba(255,255,255,.32);
    filter:saturate(1.35) brightness(1.16);
  }
}
@keyframes twdFloatRing{
  0%{opacity:.95;transform:scale(.94)}
  70%,100%{opacity:0;transform:scale(1.18)}
}
@keyframes twdFloatShine{
  0%,45%{transform:translateX(-120%);opacity:0}
  55%{opacity:1}
  100%{transform:translateX(120%);opacity:0}
}
@keyframes twdSparkBlink{
  0%,100%{transform:scale(1);filter:brightness(1)}
  50%{transform:scale(1.12);filter:brightness(1.35)}
}
@media (max-width:640px){
  .twd-float-link{
    top:auto;
    right:auto;
    left:50%;
    bottom:12px;
    min-height:52px;
    max-width:calc(100% - 24px);
    padding:0 18px;
    font-size:13px;
    transform:translateX(-50%);
  }
  .twd-float-link:hover{
    transform:translateX(-50%) translateY(-3px) scale(1.02);
  }
  .twd-float-link__spark{
    width:26px;
    height:26px;
    font-size:16px;
  }
}


.twd-page,
.twd-page *{box-sizing:border-box}
.twd-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(37,99,235,.12), transparent 34%),
    radial-gradient(circle at 88% 0%, rgba(14,165,233,.11), transparent 30%),
    linear-gradient(180deg,#f6f9ff 0%,#ffffff 46%,#f8fbff 100%);
  color:#0f172a;
  font-family:"Be Vietnam Pro",Arial,sans-serif;
}
.twd-page a{color:inherit}
.twd-wrap{
  width:min(1120px,calc(100% - 32px));
  margin:0 auto;
}
.twd-topbar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:24px 0;
  text-align:center;
}
.twd-brand{
  display:inline-flex;
  align-items:center;
  color:#0b1220;
  text-decoration:none;
  line-height:0;
  flex:0 1 auto;
}
.twd-brand--logo-only{
  max-width:min(560px,42vw);
  min-width:0;
}
.twd-brand__logo{
  display:block;
  width:auto;
  height:clamp(102px,12vw,168px);
  max-width:100%;
  object-fit:contain;
}
.twd-topbar__link{
  color:#475569;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:color .16s ease,background .16s ease,border-color .16s ease;
}
.twd-topbar__link:hover{color:#2563eb;text-decoration:none}

.twd-visually-hidden{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

/* Focus visibility across the whole funnel */
.twd-page a:focus-visible,
.twd-page button:focus-visible,
.twd-page input:focus-visible,
.twd-page textarea:focus-visible,
.twd-dropzone:focus-visible{
  outline:2.5px solid #2563eb;
  outline-offset:3px;
  border-radius:10px;
}

.twd-shell{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(380px,.78fr);
  gap:30px;
  align-items:stretch;
  padding:18px 0 64px;
}

.twd-shell--single{
  display:block;
  max-width:860px;
  margin:0 auto;
}
.twd-shell--single .twd-card{
  min-height:auto;
}
.twd-side,
.twd-card{
  border:1px solid rgba(148,163,184,.22);
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}
.twd-side{
  position:sticky;
  top:24px;
  order:2;
  overflow:hidden;
  min-height:620px;
  padding:42px;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(15,23,42,.95),rgba(30,41,59,.92)),
    radial-gradient(circle at 20% 0%,rgba(59,130,246,.36),transparent 40%);
  color:#fff;
  isolation:isolate;
}
.twd-side::before,
.twd-side::after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  z-index:-1;
}
.twd-side::before{
  width:360px;
  height:360px;
  right:-145px;
  top:-120px;
  background:radial-gradient(circle,rgba(37,99,235,.52),rgba(37,99,235,0) 68%);
}
.twd-side::after{
  width:290px;
  height:290px;
  left:-120px;
  bottom:-120px;
  background:radial-gradient(circle,rgba(14,165,233,.34),rgba(14,165,233,0) 68%);
}
.twd-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#dbeafe;
  font-size:13px;
  font-weight:750;
}
.twd-side h1{
  margin:22px 0 16px;
  max-width:420px;
  color:#fff;
  font-size:clamp(28px,3.4vw,38px);
  line-height:1.14;
  letter-spacing:-.03em;
  font-weight:900;
}
.twd-side h1 span{color:#93c5fd}
.twd-side p{
  margin:0;
  max-width:420px;
  color:rgba(226,232,240,.82);
  font-size:15px;
  line-height:1.72;
}
.twd-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:26px;
}
.twd-benefit{
  min-height:96px;
  padding:14px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.twd-benefit strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:14px;
  line-height:1.3;
}
.twd-benefit span{
  display:block;
  color:rgba(226,232,240,.74);
  font-size:12px;
  line-height:1.5;
}
.twd-mini-preview{
  margin-top:28px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,23,42,.38);
  box-shadow:0 26px 70px rgba(0,0,0,.22);
  transition:box-shadow .2s ease;
}
.twd-mini-preview__top{
  display:flex;
  align-items:center;
  gap:7px;
  height:42px;
  padding:0 14px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.twd-dot{width:9px;height:9px;border-radius:99px;background:rgba(255,255,255,.34)}
.twd-mini-preview__url{
  margin-left:8px;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:rgba(226,232,240,.78);
  font-size:11px;
  font-weight:650;
  letter-spacing:.01em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:150px;
  transition:color .2s ease;
}
.twd-mini-preview__live{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:rgba(226,232,240,.6);
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  white-space:nowrap;
}
.twd-mini-preview__live i{
  width:6px;height:6px;border-radius:999px;
  background:var(--twd-preview-accent);
  box-shadow:0 0 0 0 var(--twd-preview-accent-soft);
  animation:twdPulse 1.8s ease-in-out infinite;
}
@keyframes twdPulse{
  0%{box-shadow:0 0 0 0 var(--twd-preview-accent-soft)}
  70%{box-shadow:0 0 0 7px rgba(0,0,0,0)}
  100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}
}
.twd-mini-preview__body{
  padding:20px;
}
.twd-mini-preview__brand{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}
.twd-mini-preview__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:var(--twd-preview-accent);
  color:#fff;
  font-size:15px;
  flex:0 0 auto;
  transition:background .25s ease;
}
.twd-mini-preview__name{
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.01em;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.twd-skeleton-line{
  height:12px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.07));
  margin-bottom:12px;
}
.twd-skeleton-line:nth-child(2){width:82%}
.twd-skeleton-line:nth-child(3){width:64%}
.twd-mini-preview__chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:14px 0 4px;
}
.twd-mini-preview__chips span{
  padding:5px 10px;
  border-radius:999px;
  background:var(--twd-preview-accent-soft);
  color:#fff;
  font-size:10.5px;
  font-weight:700;
  white-space:nowrap;
  transition:background .25s ease;
}
.twd-skeleton-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}
.twd-skeleton-card{height:56px;border-radius:16px;background:rgba(255,255,255,.08)}

.twd-card{
  order:1;
  min-height:620px;
  border-radius:34px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}
.twd-progress{
  padding:26px 26px 0;
}

/* Stepper */
.twd-stepper{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  list-style:none;
  margin:0 0 18px;
  padding:0;
  gap:4px;
}
.twd-stepper li{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  flex:1;
  text-align:center;
}
.twd-stepper li::before{
  content:"";
  position:absolute;
  top:14px;
  left:calc(-50% + 14px);
  width:calc(100% - 28px);
  height:2px;
  background:#e2e8f0;
  z-index:0;
}
.twd-stepper li:first-child::before{display:none}
.twd-stepper li.is-done::before{background:#2563eb}
.twd-stepper__dot{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:#eef2f8;
  color:#94a3b8;
  font-size:12.5px;
  font-weight:800;
  border:1.5px solid #e2e8f0;
  transition:all .2s ease;
}
.twd-stepper__label{
  color:#94a3b8;
  font-size:11px;
  font-weight:700;
  letter-spacing:-.01em;
  transition:color .2s ease;
}
.twd-stepper li.is-active .twd-stepper__dot{
  background:linear-gradient(135deg,#2563eb,#4f46e5);
  border-color:transparent;
  color:#fff;
  box-shadow:0 8px 18px rgba(37,99,235,.32);
}
.twd-stepper li.is-active .twd-stepper__label{color:#0f172a}
.twd-stepper li.is-done .twd-stepper__dot{
  background:#2563eb;
  border-color:transparent;
  color:#fff;
}
.twd-stepper li.is-done .twd-stepper__label{color:#334155}

.twd-progress__bar{
  position:relative;
  height:6px;
  border-radius:999px;
  overflow:hidden;
  background:#e2e8f0;
}
.twd-progress__fill{
  display:block;
  width:20%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#2563eb,#06b6d4);
  transition:width .28s ease;
}
.twd-form{
  padding:26px;
}
.twd-step{display:none}
.twd-step.is-active{display:block;animation:twdFade .22s ease both}
@keyframes twdFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.twd-step h2{
  margin:0 0 10px;
  color:#0f172a;
  font-size:clamp(23px,2.6vw,30px);
  line-height:1.16;
  letter-spacing:-.03em;
  font-weight:900;
}
.twd-step p.twd-intro{
  margin:0 0 24px;
  color:#64748b;
  font-size:15px;
  line-height:1.75;
}
.twd-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:24px;
}
.twd-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:52px;
  border:0;
  border-radius:16px;
  padding:0 20px;
  cursor:pointer;
  text-decoration:none;
  font-size:15px;
  font-weight:850;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.twd-btn:hover{transform:translateY(-1px);text-decoration:none}
.twd-btn--primary{
  background:linear-gradient(135deg,#2563eb,#4f46e5);
  color:#fff;
  box-shadow:0 14px 30px rgba(37,99,235,.24);
}
.twd-btn--primary:hover{color:#fff;box-shadow:0 18px 40px rgba(37,99,235,.32)}
.twd-btn--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}
.twd-btn--ghost{
  background:#f1f5f9;
  color:#334155;
  border:1px solid #e2e8f0;
}
.twd-btn--ghost:hover{color:#0f172a;background:#e2e8f0}
.twd-arrow{
  width:8px;height:8px;
  border-right:2px solid currentColor;
  border-top:2px solid currentColor;
  transform:rotate(45deg);
  display:inline-block;
}
.twd-category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.twd-choice input{position:absolute;opacity:0;pointer-events:none}
.twd-choice span{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:72px;
  padding:16px;
  border-radius:18px;
  border:1px solid #e2e8f0;
  background:#fff;
  color:#0f172a;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(15,23,42,.04);
  transition:all .18s ease;
  font-weight:850;
}
.twd-choice:hover span{border-color:#c7d7fb;transform:translateY(-1px)}
.twd-choice em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:40px;
  height:40px;
  border-radius:14px;
  background:#eff6ff;
  color:#2563eb;
  font-style:normal;
}
.twd-choice small{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:12px;
  font-weight:650;
  line-height:1.35;
}
.twd-choice input:checked + span{
  border-color:#2563eb;
  box-shadow:0 16px 32px rgba(37,99,235,.14), inset 0 0 0 1px rgba(37,99,235,.18);
  background:#f8fbff;
}
.twd-field-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.twd-field{display:grid;gap:8px;margin-bottom:14px}
.twd-field--full{grid-column:1/-1}
.twd-label{
  color:#334155;
  font-size:13px;
  font-weight:850;
}
.twd-input,
.twd-textarea,
.twd-select{
  width:100%;
  border:1px solid #dbe4f0;
  border-radius:15px;
  background:#fff;
  color:#0f172a;
  outline:none;
  font:inherit;
  font-size:14px;
  transition:border-color .16s ease,box-shadow .16s ease;
}
.twd-input,
.twd-select{height:50px;padding:0 14px}
.twd-textarea{min-height:104px;padding:13px 14px;resize:vertical}
.twd-input:focus,
.twd-textarea:focus,
.twd-select:focus{
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.1);
}
.twd-input.is-invalid,
.twd-textarea.is-invalid{
  border-color:#fb7185;
  box-shadow:0 0 0 4px rgba(251,113,133,.12);
}
.twd-photo-options{
  display:grid;
  gap:10px;
  margin:4px 0 14px;
}
.twd-photo-box{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  border-radius:18px;
  border:1px solid #e2e8f0;
  background:#fff;
  cursor:pointer;
  transition:all .18s ease;
}
.twd-photo-box:hover{border-color:#c7d7fb}
.twd-photo-box input{margin-top:4px}
.twd-photo-box strong{display:block;color:#0f172a;font-size:14px;margin-bottom:3px}
.twd-photo-box span{display:block;color:#64748b;font-size:12px;line-height:1.5}
.twd-photo-box:has(input:checked){border-color:#2563eb;background:#f8fbff;box-shadow:0 12px 28px rgba(37,99,235,.1)}

/* Drag & drop upload zone */
.twd-dropzone{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
  min-height:150px;
  padding:22px;
  border-radius:20px;
  border:1.5px dashed #cbd5e1;
  background:#f8fafc;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease;
}
.twd-dropzone:hover,
.twd-dropzone.is-dragover{
  border-color:#2563eb;
  background:#eff6ff;
}
.twd-dropzone__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:#e0edff;
  color:#2563eb;
  font-size:17px;
  margin-bottom:2px;
}
.twd-dropzone__text{color:#334155;font-size:14px;font-weight:700}
.twd-dropzone__text strong{color:#2563eb}
.twd-dropzone__hint{color:#94a3b8;font-size:11.5px;font-weight:600}
.twd-dropzone__input{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}
.twd-file-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(72px,1fr));
  gap:10px;
  margin-top:12px;
}
.twd-file-grid:empty{display:none;margin:0}
.twd-file-thumb{
  position:relative;
  aspect-ratio:1;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #e2e8f0;
  background:#f1f5f9;
}
.twd-file-thumb img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.twd-file-thumb button{
  position:absolute;
  top:4px;right:4px;
  width:20px;height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  background:rgba(15,23,42,.72);
  color:#fff;
  font-size:12px;
  line-height:1;
  cursor:pointer;
}
.twd-upload-note{
  display:block;
  margin-top:8px;
  color:#64748b;
  font-size:12px;
  line-height:1.55;
}
.twd-check{
  display:flex;
  align-items:flex-start;
  gap:9px;
  color:#64748b;
  font-size:12px;
  line-height:1.55;
}
.twd-check input{margin-top:3px}
.twd-error{
  display:none;
  margin:16px 0 0;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid #fecaca;
  background:#fff1f2;
  color:#be123c;
  font-size:13px;
  font-weight:700;
}
.twd-error.is-visible{display:block}
.twd-wait{
  display:grid;
  place-items:center;
  min-height:420px;
  text-align:center;
}
.twd-loader{
  width:74px;
  height:74px;
  border-radius:999px;
  border:7px solid #e2e8f0;
  border-top-color:#2563eb;
  animation:twdSpin .86s linear infinite;
  margin:0 auto 22px;
}
@keyframes twdSpin{to{transform:rotate(360deg)}}
.twd-wait-list{
  display:grid;
  gap:8px;
  margin-top:18px;
  color:#cbd5e1;
  font-size:14px;
  font-weight:650;
}
.twd-wait-list [data-wait-item]{
  position:relative;
  padding-left:26px;
  text-align:left;
  transition:color .3s ease;
}
.twd-wait-list [data-wait-item]::before{
  content:"";
  position:absolute;
  left:0;top:2px;
  width:16px;height:16px;
  border-radius:999px;
  border:2px solid #cbd5e1;
  transition:all .25s ease;
}
.twd-wait-list [data-wait-item].is-done{color:#334155}
.twd-wait-list [data-wait-item].is-done::before{
  border-color:#22c55e;
  background:#22c55e;
}
.twd-wait-list [data-wait-item].is-done::after{
  content:"✓";
  position:absolute;
  left:3px;top:0px;
  font-size:10px;
  font-weight:900;
  color:#fff;
}
.twd-success{
  display:grid;
  align-content:center;
  min-height:420px;
  text-align:center;
}
.twd-success__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:78px;
  height:78px;
  margin:0 auto 20px;
  border-radius:999px;
  background:#dcfce7;
  color:#15803d;
  font-size:34px;
  font-weight:900;
  animation:twdPop .4s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes twdPop{from{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}
.twd-success h2{font-size:clamp(26px,3.2vw,40px)}
.twd-success p{
  margin:0 auto 18px;
  max-width:520px;
  color:#64748b;
  font-size:15px;
  line-height:1.75;
}
.twd-next-steps{
  display:grid;
  gap:10px;
  margin:20px auto 0;
  max-width:480px;
  text-align:left;
}
.twd-next-steps li{
  list-style:none;
  padding:13px 14px;
  border-radius:15px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#334155;
  font-size:13px;
  line-height:1.5;
}
.twd-next-steps strong{color:#0f172a}

@media (max-width:1050px){
  .twd-shell{grid-template-columns:1fr}
  .twd-side,.twd-card{min-height:auto}
  .twd-side{position:static;order:0;padding:34px;display:none}
  .twd-card{order:1}
}
@media (max-width:760px){
  .twd-wrap{width:min(100% - 24px,1120px)}
  .twd-topbar{padding:18px 0}
  .twd-shell{padding:8px 0 42px;gap:16px}
  .twd-card{border-radius:26px}
  .twd-form{padding:20px}
  .twd-progress{padding:20px 20px 0}
  .twd-category-grid,.twd-field-grid{grid-template-columns:1fr}
  .twd-actions{flex-direction:column-reverse;align-items:stretch}
  .twd-btn{width:100%}
  .twd-stepper__label{display:none}
}
@media (max-width:430px){
  .twd-step h2{font-size:22px}
  .twd-choice span{min-height:64px;padding:13px}
  .twd-choice em{width:36px;height:36px}
}

@media (prefers-reduced-motion: reduce){
  .twd-step.is-active,
  .twd-success__icon,
  .twd-float-link,
  .twd-btn,
  .twd-mini-preview__live i{
    animation:none !important;
    transition:none !important;
  }
  .twd-loader{animation-duration:1.2s}
}

/* Demo KVKK / legal helpers */
.twd-topbar__links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  flex-wrap:wrap;
}
.twd-check a{
  color:#1d4ed8;
  font-weight:900;
  text-decoration:none;
}
.twd-check a:hover{text-decoration:underline}
.twd-legal-card{padding:clamp(22px,4vw,42px)}
.twd-legal{max-width:760px;margin:0 auto;color:#0f172a}
.twd-legal h1{margin:16px 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.12;letter-spacing:-.04em;font-weight:900}
.twd-legal h2{margin:28px 0 10px;font-size:20px;letter-spacing:-.02em}
.twd-legal p,.twd-legal li{color:#475569;font-size:15px;line-height:1.78}
.twd-legal ul{display:grid;gap:8px;margin:12px 0 0;padding-left:22px}
.twd-badge--light{background:#eef2ff;color:#1d4ed8;border-color:#dbeafe}
@media (max-width:560px){
  .twd-topbar{
    flex-direction:row;
    justify-content:center;
    align-items:center;
    gap:0;
    padding:14px 0 12px;
    text-align:center;
  }
  .twd-brand--logo-only{
    max-width:min(86vw,340px);
    margin:0 auto;
  }
  .twd-brand__logo{
    height:clamp(54px,18vw,76px);
    max-height:none;
  }
}
