/* ============================================================
   Webtymize Reklam Strateji Aracı
   Brand: #FF6B35 + #2D2D50
   ============================================================ */

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

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

.wast-wrap *,
.wast-wrap *::before,
.wast-wrap *::after {
  box-sizing: border-box;
}

.wast-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 16px 48px;
  font-family: var(--wast-font);
  color: var(--wast-text);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.wast-card {
  background: var(--wast-white);
  border-radius: 24px;
  border: 1.5px solid var(--wast-border);
  padding: 52px 54px;
  box-shadow: 0 20px 60px rgba(45, 45, 80, .10);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.wast-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--wast-grad-orange);
}

.wast-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.wast-hero-glow-left {
  width: 180px;
  height: 180px;
  top: -74px;
  left: -40px;
  background: radial-gradient(circle, rgba(255, 107, 53, .06) 0%, rgba(255, 107, 53, 0) 72%);
}

.wast-hero-glow-right {
  width: 220px;
  height: 220px;
  top: -96px;
  right: -72px;
  background: radial-gradient(circle, rgba(45, 45, 80, .05) 0%, rgba(45, 45, 80, 0) 72%);
}

.wast-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 320px;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.wast-card-header>.wast-logo-mark,
.wast-card-header>.wast-hero-copy {
  grid-column: 1;
}

.wast-card-header>.wast-logo-mark {
  grid-row: 1;
}

.wast-card-header>.wast-hero-copy {
  grid-row: 1;
  padding-left: 96px;
}

.wast-logo-mark {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(45, 45, 80, .05), rgba(255, 107, 53, .05));
  box-shadow: 0 10px 24px rgba(45, 45, 80, .08);
  filter: none;
}

.wast-hero-copy {
  flex: 1;
}

.wast-title {
  font-size: 38px;
  font-weight: 900;
  color: var(--wast-navy);
  line-height: 1.12;
  margin: 0 0 44px;
  letter-spacing: -.025em;
  max-width: 720px;
  overflow-wrap: anywhere;
}

.wast-title-main {
  display: block;
}

.wast-subtitle {
  max-width: 720px;
  font-size: 18px;
  font-weight: 500;
  color: var(--wast-text-md);
  margin: 0;
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.wast-hero-points {
  display: none;
}

.wast-title-accent {
  display: block;
  font-style: normal;
  font-weight: 900;
  font-size: inherit;
  letter-spacing: inherit;
  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 2px 14px rgba(255, 107, 53, .25));
  margin-top: .04em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.wast-hero-visual {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  display: flex;
}

.wast-visual-card {
  position: relative;
  width: 100%;
  min-height: 246px;
  border-radius: 26px;
  background: linear-gradient(145deg, #242443 0%, #34345f 52%, #40407a 100%);
  box-shadow: 0 24px 50px rgba(45, 45, 80, .20);
  padding: 26px;
  overflow: hidden;
}

.wast-visual-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.wast-visual-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.wast-visual-chart {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 34px;
  height: 128px;
  display: flex;
  align-items: end;
  gap: 14px;
}

.wast-bar {
  display: block;
  flex: 1;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #ff9c72 0%, #ff6b35 100%);
  box-shadow: 0 14px 24px rgba(255, 107, 53, .24);
}

.wast-bar-1 {
  height: 48px;
  opacity: .72;
}

.wast-bar-2 {
  height: 82px;
}

.wast-bar-3 {
  height: 110px;
}

.wast-bar-4 {
  height: 66px;
  opacity: .82;
}

.wast-visual-orbit {
  position: absolute;
  border-radius: 50%;
}

.wast-visual-orbit-1 {
  width: 140px;
  height: 140px;
  top: -34px;
  right: -18px;
  background: radial-gradient(circle, rgba(255, 107, 53, .42) 0%, rgba(255, 107, 53, 0) 72%);
}

.wast-visual-orbit-2 {
  width: 108px;
  height: 108px;
  right: 42px;
  top: 58px;
  background: radial-gradient(circle, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, 0) 72%);
}

.wast-visual-line {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 108px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .42), rgba(255, 255, 255, .12));
  transform: rotate(-10deg);
  transform-origin: left center;
}

.wast-progress {
  background: linear-gradient(180deg, #fbfbfe 0%, #f6f8fd 100%);
  border: 1.5px solid var(--wast-border);
  border-radius: var(--wast-radius);
  padding: 18px 20px;
  margin-bottom: 34px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 8px 18px rgba(45, 45, 80, .05);
  position: relative;
  z-index: 1;
}

.wast-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--wast-navy);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.wast-progress-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #e9ecf6;
  overflow: hidden;
}

.wast-progress-track span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: var(--wast-grad-orange);
  box-shadow: var(--wast-shadow-orange);
  transition: width .25s ease;
}

.wast-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 16px;
  border-radius: var(--wast-radius-sm);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.wast-alert-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.wast-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wast-step {
  display: none;
  animation: wast-step-in .2s ease;
}

.wast-step.active {
  display: block;
}

@keyframes wast-step-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wast-step h3 {
  font-size: 23px;
  line-height: 1.18;
  font-weight: 800;
  color: var(--wast-navy);
  margin: 0 0 14px;
  letter-spacing: -.015em;
}

.wast-question {
  font-size: 14.5px;
  color: #626481;
  margin: 0 0 28px;
  line-height: 1.75;
}

.wast-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.wast-options .wast-option:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: calc(50% - 8px);
  justify-self: center;
}

.wast-option {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 13px;
  align-items: flex-start;
  width: 100%;
  min-height: 118px;
  padding: 20px 20px;
  border: 1.5px solid var(--wast-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
  position: relative;
  overflow: hidden;
}

.wast-option:hover {
  border-color: rgba(255, 107, 53, .45);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(45, 45, 80, .09);
}

.wast-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wast-option::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 107, 53, 0) 0%, rgba(255, 107, 53, .42) 50%, rgba(255, 107, 53, 0) 100%);
  opacity: 0;
  transition: opacity .2s ease;
}

.wast-option-mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #cfd3e2;
  margin-top: 2px;
  position: relative;
  background: #fff;
}

.wast-option-mark::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--wast-orange);
  opacity: 0;
  transform: scale(.5);
  transition: all .18s ease;
}

.wast-option.selected,
.wast-option:has(input:checked) {
  border-color: var(--wast-orange);
  background: linear-gradient(180deg, #fff9f5 0%, #fff2eb 100%);
  box-shadow: 0 14px 32px rgba(255, 107, 53, .14);
}

.wast-option.selected .wast-option-mark,
.wast-option:has(input:checked) .wast-option-mark {
  border-color: var(--wast-orange);
}

.wast-option.selected::after,
.wast-option:has(input:checked)::after {
  opacity: 1;
}

.wast-option.selected .wast-option-mark::after,
.wast-option:has(input:checked) .wast-option-mark::after {
  opacity: 1;
  transform: scale(1);
}

.wast-option-copy strong {
  display: block;
  color: var(--wast-navy);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}

.wast-option-copy small {
  display: block;
  color: #636682;
  font-size: 13.25px;
  font-weight: 500;
  line-height: 1.58;
}

.wast-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.wast-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px;
}

.wast-field label {
  font-size: 13px;
  font-weight: 800;
  color: var(--wast-navy);
  letter-spacing: -.01em;
}

.wast-field .req {
  color: var(--wast-orange);
}

.wast-field input,
.wast-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1.5px solid var(--wast-border);
  border-radius: var(--wast-radius-sm);
  font-family: var(--wast-font);
  font-size: 14.25px;
  color: var(--wast-text);
  background: #fbfbfe;
  transition: all .2s ease;
  outline: none;
  appearance: none;
}

.wast-field input:focus,
.wast-field textarea:focus {
  border-color: var(--wast-orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, .1);
  background: #fff;
  transform: translateY(-1px);
}

.wast-field textarea {
  resize: vertical;
  min-height: 118px;
  line-height: 1.65;
}

.wast-field input::placeholder,
.wast-field textarea::placeholder {
  color: var(--wast-muted);
}

.wast-privacy {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 17px 18px;
  border: 1.5px solid var(--wast-border);
  border-radius: var(--wast-radius-sm);
  background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
  color: var(--wast-text-md);
  font-size: 12.75px;
  line-height: 1.7;
  cursor: pointer;
}

.wast-privacy input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--wast-orange);
}

.wast-privacy a {
  color: var(--wast-orange);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wast-privacy a:hover {
  color: var(--wast-orange-dk);
}

.wast-privacy strong {
  color: var(--wast-orange);
}

.wast-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}

.wast-actions .wast-btn-ghost {
  margin-right: auto;
}

.wast-actions .wast-btn-primary {
  margin-left: auto;
}

.wast-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: var(--wast-radius-sm);
  font-family: var(--wast-font);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .22s ease;
  text-decoration: none;
  line-height: 1;
}

.wast-btn-primary {
  background: var(--wast-grad-orange);
  color: #fff;
  border: none;
  box-shadow: var(--wast-shadow-orange);
  min-width: 180px;
}

.wast-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255, 107, 53, .45);
  filter: brightness(1.05);
}

.wast-btn-primary:disabled {
  cursor: wait;
  opacity: .78;
  transform: none;
}

.wast-btn-ghost {
  background: transparent;
  color: var(--wast-navy);
  border-color: var(--wast-border);
}

.wast-btn-ghost:hover {
  background: var(--wast-bg);
  border-color: #c8cce0;
}

.wast-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: wast-spin .55s linear infinite;
}

@keyframes wast-spin {
  to {
    transform: rotate(360deg);
  }
}

.wast-success {
  text-align: center;
  padding: 10px 0 6px;
}

.wast-check-circle {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #dcfce7, #bbf7d0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  box-shadow: 0 8px 24px rgba(22, 163, 74, .2);
}

.wast-success h3 {
  font-size: 21px;
  font-weight: 800;
  color: var(--wast-navy);
  margin: 0 0 10px;
}

.wast-success p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--wast-text-md);
  font-size: 14px;
  line-height: 1.7;
}

.wast-success-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

/* ============================================================
   Tablet (≤ 900px)
   ============================================================ */
@media (max-width: 900px) {
  .wast-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .wast-card {
    padding: 34px 28px 36px;
    overflow: hidden;
  }

  .wast-card-header {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 22px;
    margin-bottom: 34px;
  }

  .wast-card-header>.wast-logo-mark {
    grid-column: 1;
    grid-row: 1;
  }

  .wast-card-header>.wast-hero-copy {
    grid-column: 1;
    grid-row: 2;
    padding-left: 0;
    min-width: 0;
    width: 100%;
  }

  .wast-title {
    font-size: clamp(24px, 5.2vw, 34px);
    margin-bottom: 20px;
    max-width: 100%;
  }

  .wast-subtitle {
    max-width: 100%;
    font-size: clamp(15px, 3.4vw, 17px);
    line-height: 1.75;
  }

  .wast-hero-visual {
    grid-column: 1;
    grid-row: 3;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .wast-options {
    grid-template-columns: 1fr;
  }

  .wast-options .wast-option:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }
}

/* ============================================================
   Mobile (≤ 680px)
   ============================================================ */
@media (max-width: 680px) {
  .wast-wrap {
    padding: 12px 10px 40px;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .wast-card {
    padding: 24px 16px 28px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .wast-card-header {
    gap: 16px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .wast-hero-copy {
    width: 100%;
    min-width: 0;
  }

  .wast-logo-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .wast-title {
    font-size: 21px;
    margin-bottom: 14px;
    letter-spacing: -.02em;
    line-height: 1.25;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .wast-title-accent {
    display: block;
    margin-top: 2px;
  }

  .wast-subtitle {
    font-size: 14px;
    line-height: 1.7;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
  }

  .wast-hero-visual {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .wast-visual-card {
    min-height: 180px;
    padding: 18px;
    border-radius: 18px;
  }

  .wast-visual-chart {
    left: 18px;
    right: 18px;
    bottom: 20px;
    gap: 10px;
    height: 100px;
  }

  .wast-visual-line {
    left: 20px;
    right: 20px;
    bottom: 82px;
  }

  .wast-progress {
    padding: 14px 16px;
    margin-bottom: 24px;
  }

  .wast-step h3 {
    font-size: 19px;
    overflow-wrap: break-word;
  }

  .wast-question {
    font-size: 13.5px;
    margin-bottom: 18px;
  }

  .wast-options {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wast-option {
    min-height: auto;
    padding: 16px 14px;
  }

  .wast-option-copy strong {
    font-size: 14px;
  }

  .wast-option-copy small {
    font-size: 12.5px;
    overflow-wrap: break-word;
  }

  .wast-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wast-actions {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 10px;
  }

  .wast-btn {
    width: 100%;
    justify-content: center;
  }

  .wast-actions .wast-btn-ghost,
  .wast-actions .wast-btn-primary {
    margin: 0;
  }

  .wast-hero-points {
    gap: 8px;
    margin-top: 18px;
  }

  .wast-hero-points span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11.5px;
  }

  .wast-success-actions .wast-btn {
    width: 100%;
  }

  .wast-success p {
    font-size: 13.5px;
  }
}

/* ============================================================
   Very small screens (≤ 400px)
   ============================================================ */
@media (max-width: 400px) {
  .wast-wrap {
    padding: 10px 10px 36px;
  }

  .wast-card {
    padding: 20px 14px 24px;
    border-radius: 14px;
  }

  .wast-title {
    font-size: 20px;
  }

  .wast-option {
    padding: 14px 13px;
    gap: 10px;
  }
}
