/* ============================================================
   Webtymize Yazılım Talep Aracı — v2
   Brand: #FF6B35 + #2D2D50
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

:root {
  --wbst-orange: #FF6B35;
  --wbst-orange-dk: #e85d2a;
  --wbst-orange-lt: #ff9458;
  --wbst-orange-bg: #fff4ef;
  --wbst-navy: #2D2D50;
  --wbst-navy-2: #3d3d70;
  --wbst-bg: #f0f2f8;
  --wbst-white: #ffffff;
  --wbst-border: #e2e5f0;
  --wbst-text: #1a1b2e;
  --wbst-text-md: #4a4b6a;
  --wbst-muted: #9799b0;
  --wbst-radius-sm: 14px;
  --wbst-radius: 20px;
  --wbst-radius-lg: 28px;
  --wbst-shadow: 0 24px 64px rgba(45,45,80,.11);
  --wbst-shadow-orange: 0 8px 24px rgba(255,107,53,.32);
  --wbst-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --wbst-grad-orange: linear-gradient(120deg, #FF6B35 0%, #ff9458 55%, #e8571f 100%);
  --wbst-grad-navy: linear-gradient(135deg, #2D2D50 0%, #3d3d70 100%);
}

.wbst-wrap *, .wbst-wrap *::before, .wbst-wrap *::after { box-sizing: border-box; }
.wbst-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 16px 48px;
  font-family: var(--wbst-font);
  color: var(--wbst-text);
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   CARD — dark navy background, different from ad-strategy
   ============================================================ */
.wbst-card {
  position: relative;
  background: linear-gradient(160deg, #1e1e3a 0%, #2D2D50 40%, #252545 100%);
  border-radius: var(--wbst-radius-lg);
  border: 1px solid rgba(255,255,255,.06);
  padding: 52px 54px;
  box-shadow: var(--wbst-shadow);
  overflow: hidden;
  isolation: isolate;
  color: var(--wbst-white);
}
.wbst-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--wbst-grad-orange);
  z-index: 2;
}
/* Glowing orbs */
.wbst-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}
.wbst-glow-1 {
  width: 400px; height: 400px;
  top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(255,107,53,.22) 0%, transparent 70%);
}
.wbst-glow-2 {
  width: 320px; height: 320px;
  bottom: -160px; left: -80px;
  background: radial-gradient(circle, rgba(99,99,160,.30) 0%, transparent 70%);
}
/* Grid pattern */
.wbst-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 0%, transparent 100%);
  z-index: 0;
}

/* ============================================================
   HEADER
   ============================================================ */
.wbst-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr auto;
  align-items: center;
  gap: 32px;
  margin-bottom: 44px;
}
.wbst-header-body { min-width: 0; }
.wbst-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  margin-bottom: 20px;
}
.wbst-title {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -.025em;
  word-spacing: .12em;
  margin: 0 0 32px;
  max-width: 720px;
  overflow: visible;
  padding-bottom: 4px;
  white-space: nowrap;
}
.wbst-title-br { display: block; }
.wbst-title-white {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.wbst-accent {
  display: inline;
  font-weight: 900;
  background: linear-gradient(120deg, #FF6B35 0%, #ff9458 55%, #e8571f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 3px 14px rgba(255,107,53,.40));
}
.wbst-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,.70);
  line-height: 1.8;
  margin: 0;
  max-width: 600px;
}
.wbst-header-visual {
  width: 260px; height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ============================================================
   INNER CONTAINER — white card inside dark card
   ============================================================ */
.wbst-inner {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,.96);
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 16px 48px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.18);
}

/* ============================================================
   PROGRESS
   ============================================================ */
.wbst-progress {
  margin-bottom: 28px;
}
.wbst-progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
  color: var(--wbst-navy);
  margin-bottom: 9px;
}
.wbst-progress-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #e9ecf6;
  overflow: hidden;
}
.wbst-progress-track span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--wbst-grad-orange);
  box-shadow: var(--wbst-shadow-orange);
  transition: width .3s ease;
}

/* ============================================================
   ALERT
   ============================================================ */
.wbst-alert {
  padding: 13px 16px;
  border-radius: var(--wbst-radius-sm);
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ============================================================
   STEPS
   ============================================================ */
.wbst-form {}
.wbst-step { display: none; animation: wbst-in .25s ease; }
.wbst-step.active { display: block; }
@keyframes wbst-in {
  from { opacity: 0; transform: translateY(7px); }
  to   { opacity: 1; transform: translateY(0); }
}

.wbst-step-head {
  text-align: center;
  margin-bottom: 26px;
}
.wbst-step-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--wbst-orange);
  background: var(--wbst-orange-bg);
  border: 1px solid rgba(255,107,53,.18);
  padding: 6px 13px 6px 6px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.wbst-step-num {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--wbst-grad-orange);
  color: #fff;
  font-size: 10.5px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(255,107,53,.32);
}
.wbst-step-head h3 {
  font-size: 26px;
  font-weight: 900;
  color: var(--wbst-navy);
  margin: 0 0 10px;
  letter-spacing: -.02em;
  line-height: 1.2;
}
.wbst-step-head p {
  font-size: 14.5px;
  color: var(--wbst-text-md);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   OPTIONS — horizontal layout (icon left, text right)
   ============================================================ */
.wbst-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.wbst-options-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wbst-options .wbst-option:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: calc(50% - 7px);
  justify-self: center;
}
.wbst-options-3 .wbst-option:last-child:nth-child(odd) {
  grid-column: auto; max-width: none; justify-self: auto;
}

.wbst-option {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 18px;
  border: 1.5px solid var(--wbst-border);
  border-radius: var(--wbst-radius);
  background: #fff;
  cursor: pointer;
  transition: all .22s ease;
  overflow: hidden;
  min-height: 110px;
}
.wbst-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wbst-option:hover {
  border-color: var(--wbst-orange-lt);
  background: #fffaf8;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(45,45,80,.09);
}
/* Left accent line */
.wbst-option::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 3px;
  border-radius: 999px;
  background: var(--wbst-grad-orange);
  opacity: 0;
  transition: opacity .22s, top .22s, bottom .22s;
}
.wbst-option.selected,
.wbst-option:has(input:checked) {
  border-color: var(--wbst-orange);
  background: linear-gradient(135deg, #fff9f5 0%, #fff2eb 100%);
  box-shadow: 0 12px 28px rgba(255,107,53,.14);
  transform: translateY(-2px);
}
.wbst-option.selected::before,
.wbst-option:has(input:checked)::before {
  opacity: 1; top: 10%; bottom: 10%;
}

.wbst-option-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--wbst-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wbst-navy);
  flex-shrink: 0;
  transition: all .22s;
  border: 1px solid var(--wbst-border);
}
.wbst-option.selected .wbst-option-icon,
.wbst-option:has(input:checked) .wbst-option-icon {
  background: var(--wbst-grad-orange);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(255,107,53,.30);
}
.wbst-option-copy {
  flex: 1;
  min-width: 0;
}
.wbst-option-copy strong {
  display: block;
  color: var(--wbst-navy);
  font-size: 15.5px;
  font-weight: 800;
  margin-bottom: 5px;
  letter-spacing: -.012em;
  line-height: 1.3;
}
.wbst-option-copy small {
  display: block;
  color: var(--wbst-text-md);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.wbst-option-check {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: var(--wbst-bg);
  border: 1.5px solid var(--wbst-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all .2s;
}
.wbst-option.selected .wbst-option-check,
.wbst-option:has(input:checked) .wbst-option-check {
  background: var(--wbst-grad-orange);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 10px rgba(255,107,53,.28);
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.wbst-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.wbst-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.wbst-field label {
  font-size: 13px;
  font-weight: 800;
  color: var(--wbst-navy);
}
.wbst-field .req { color: var(--wbst-orange); }
.wbst-field input,
.wbst-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--wbst-border);
  border-radius: var(--wbst-radius-sm);
  font-family: var(--wbst-font);
  font-size: 14px;
  color: var(--wbst-text);
  background: #fbfbfe;
  outline: none;
  appearance: none;
  transition: all .2s;
}
.wbst-field input:focus,
.wbst-field textarea:focus {
  border-color: var(--wbst-orange);
  box-shadow: 0 0 0 4px rgba(255,107,53,.10);
  background: #fff;
}
.wbst-field textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.65;
}
.wbst-field input::placeholder,
.wbst-field textarea::placeholder { color: var(--wbst-muted); }

.wbst-privacy {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1.5px solid var(--wbst-border);
  border-radius: var(--wbst-radius-sm);
  background: #f9fafb;
  cursor: pointer;
  font-size: 12.5px;
  color: var(--wbst-text-md);
  line-height: 1.7;
}
.wbst-privacy input {
  width: 17px; height: 17px;
  margin: 1px 0 0;
  accent-color: var(--wbst-orange);
}
.wbst-privacy a { color: var(--wbst-orange); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.wbst-privacy strong { color: var(--wbst-orange); }

/* ============================================================
   ACTIONS
   ============================================================ */
.wbst-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  padding-top: 4px;
}
.wbst-actions .wbst-btn-ghost { margin-right: auto; }
.wbst-actions .wbst-btn-primary { margin-left: auto; }

.wbst-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 26px;
  border-radius: var(--wbst-radius-sm);
  font-family: var(--wbst-font);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .22s;
  line-height: 1;
}
.wbst-btn-primary {
  background: var(--wbst-grad-orange);
  color: #fff;
  border: none;
  box-shadow: var(--wbst-shadow-orange);
  min-width: 180px;
}
.wbst-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255,107,53,.42);
}
.wbst-btn-primary:disabled { cursor: wait; opacity: .8; transform: none; }
.wbst-btn-ghost {
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.85);
  border-color: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
}
.wbst-btn-ghost:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.25);
}

/* İçerideyken ghost butonu dark */
.wbst-inner .wbst-btn-ghost {
  background: transparent;
  color: var(--wbst-navy);
  border-color: var(--wbst-border);
  backdrop-filter: none;
}
.wbst-inner .wbst-btn-ghost:hover {
  background: var(--wbst-bg);
  border-color: #c8cce0;
}

.wbst-spinner {
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: wbst-spin .55s linear infinite;
}
@keyframes wbst-spin { to { transform: rotate(360deg); } }

/* ============================================================
   SUCCESS
   ============================================================ */
.wbst-success {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
.wbst-check-circle {
  width: 80px; height: 80px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  box-shadow: 0 12px 32px rgba(22,163,74,.25);
}
.wbst-success h3 {
  font-size: 26px;
  font-weight: 900;
  color: var(--wbst-navy);
  margin: 0 0 14px;
  letter-spacing: -.02em;
}
.wbst-success p {
  max-width: 580px;
  margin: 0 auto;
  color: var(--wbst-text-md);
  font-size: 15px;
  line-height: 1.78;
}
.wbst-success-actions { margin-top: 30px; display: flex; justify-content: center; }
.wbst-success-actions .wbst-btn-primary {
  background: var(--wbst-grad-orange);
  border: none;
  box-shadow: var(--wbst-shadow-orange);
  color: #fff;
}
.wbst-success-actions .wbst-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255,107,53,.42);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .wbst-card { padding: 40px 32px; }
  .wbst-header { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  .wbst-header-body { display: flex; flex-direction: column; align-items: center; }
  .wbst-header-visual { width: 200px; height: 200px; margin: 0 auto; }
  .wbst-header-visual svg { width: 200px; height: 200px; }
  .wbst-title { font-size: 32px; }
  .wbst-inner { padding: 28px 28px; }
  .wbst-options { grid-template-columns: 1fr; }
  .wbst-options-3 { grid-template-columns: 1fr; }
  .wbst-options .wbst-option:last-child:nth-child(odd) { grid-column: auto; max-width: none; justify-self: stretch; }
  .wbst-option { min-height: auto; }
}

@media (max-width: 680px) {
  .wbst-wrap { padding: 12px 12px 36px !important; }
  .wbst-card { padding: 24px 16px !important; border-radius: 20px !important; }
  .wbst-logo-mark { width: 48px !important; height: 48px !important; }
  .wbst-title { font-size: 24px !important; line-height: 1.18 !important; margin-bottom: 16px !important; overflow-wrap: break-word !important; white-space: normal !important; }
  .wbst-title-br { display: none !important; }
  .wbst-accent { display: inline !important; white-space: normal !important; }
  .wbst-accent { display: inline !important; white-space: normal !important; }
  .wbst-subtitle { font-size: 14px !important; color: rgba(255,255,255,.68) !important; }
  .wbst-header-visual { width: 150px !important; height: 150px !important; }
  .wbst-header-visual svg { width: 150px !important; height: 150px !important; }
  .wbst-inner { padding: 22px 16px !important; border-radius: 16px !important; }
  .wbst-step-head h3 { font-size: 20px !important; }
  .wbst-option { padding: 14px 14px !important; gap: 11px !important; min-height: auto !important; }
  .wbst-option-icon { width: 38px !important; height: 38px !important; border-radius: 10px !important; }
  .wbst-option-check { display: none !important; }
  .wbst-option-copy strong { font-size: 14px !important; }
  .wbst-option-copy small { font-size: 12.5px !important; }
  .wbst-row-2 { grid-template-columns: 1fr !important; gap: 0 !important; }
  .wbst-actions { flex-direction: column-reverse !important; align-items: stretch !important; }
  .wbst-btn { width: 100% !important; }
  .wbst-actions .wbst-btn-ghost, .wbst-actions .wbst-btn-primary { margin: 0 !important; }
  .wbst-success-actions .wbst-btn { width: 100% !important; }
}

@media (max-width: 380px) {
  .wbst-card { padding: 20px 14px !important; }
  .wbst-title { font-size: 21px !important; }
  .wbst-inner { padding: 18px 14px !important; }
}
