/* ===================================================
   THE WHY FINDER — Styles
   Matches the Linked Software dark theme
   =================================================== */

/* ---------- SCREENS ---------- */
.wf-screen {
  display: none;
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

.wf-screen--active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- SHARED ---------- */
.wf-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.7);
  margin-bottom: 1rem;
}

.wf-glass {
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ---------- INPUT SYSTEM ---------- */
.wf-input-group {
  position: relative;
  margin-bottom: 1.75rem;
  padding-top: 1.25rem;
}

.wf-input {
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.95);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s ease;
}

.wf-input:focus {
  border-bottom-color: rgba(140, 180, 255, 0.5);
}

.wf-input-label {
  position: absolute;
  top: 2.25rem;
  left: 0;
  color: rgba(255,255,255,0.35);
  font-size: 0.95rem;
  font-weight: 300;
  pointer-events: none;
  transition: all 0.3s ease;
}

.wf-input:focus ~ .wf-input-label,
.wf-input:not(:placeholder-shown) ~ .wf-input-label {
  top: 0.15rem;
  font-size: 0.7rem;
  color: rgba(140, 180, 255, 0.7);
  letter-spacing: 0.05em;
}

.wf-input-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(80,140,255,1), rgba(140,180,255,1));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.wf-input:focus ~ .wf-input-line {
  transform: scaleX(1);
}

.wf-textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}

/* ===================================================
   SCREEN 1: LANDING
   =================================================== */
.wf-landing {
  text-align: center;
  padding: 2rem;
}

.wf-landing__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 2rem;
  line-height: 1;
}

.wf-landing__the {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.wf-landing__why {
  font-size: clamp(4rem, 15vw, 10rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.wf-landing__finder {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.wf-landing__tagline {
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
}

.wf-landing__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  background: rgba(255,255,255,0.95);
  color: #0a0a1a;
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.wf-landing__cta:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(140, 180, 255, 0.15), 0 0 60px rgba(80, 140, 255, 0.08);
}

.wf-landing__cta-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(140,180,255,0.1) 0%, transparent 70%);
  animation: ctaGlow 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ctaGlow {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

.wf-landing__disclaimer {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
  font-style: italic;
}

/* ===================================================
   SCREEN 2: REGISTRATION
   =================================================== */
.wf-register {
  width: 100%;
  max-width: 480px;
  padding: 2rem;
}

.wf-register__card {
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  backdrop-filter: blur(40px) saturate(1.2);
  -webkit-backdrop-filter: blur(40px) saturate(1.2);
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}

.wf-register__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.wf-register__title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin: 0.5rem 0;
}

.wf-register__subtitle {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

.wf-register__btn {
  width: 100%;
  margin-top: 0.5rem;
  justify-content: center;
}

/* ===================================================
   SCREEN 3: JOURNEY
   =================================================== */

/* Progress bar */
.wf-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.05);
  z-index: 1001;
}

.wf-progress__bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(80,140,255,1), rgba(140,180,255,1));
  transition: width 0.6s ease;
}

.wf-progress__counter {
  position: fixed;
  top: 0.75rem;
  right: clamp(1.5rem, 5vw, 4rem);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.3);
  z-index: 1001;
}

/* Section divider */
.wf-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.wf-divider--active {
  opacity: 1;
  pointer-events: all;
}

.wf-divider__part {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.6);
  margin-bottom: 1rem;
}

.wf-divider__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin: 0;
}

.wf-divider__subtitle {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  max-width: 500px;
  line-height: 1.6;
  margin-top: 1rem;
}

/* Question area */
.wf-question-area {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
}

.wf-question-card {
  width: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  backdrop-filter: blur(40px) saturate(1.2);
  -webkit-backdrop-filter: blur(40px) saturate(1.2);
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}

.wf-question__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.5);
  margin-bottom: 1.5rem;
}

.wf-question__text {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.wf-question__guidance {
  background: rgba(140, 180, 255, 0.08);
  border: 1px solid rgba(140, 180, 255, 0.15);
  border-left: 3px solid rgba(140, 180, 255, 0.4);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 4px 10px 10px 4px;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  font-style: italic;
}

.wf-question__guidance-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.6);
  font-style: normal;
  margin-bottom: 0.4rem;
}

.wf-question__textarea {
  width: 100%;
  min-height: 120px;
  padding: 1rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  color: rgba(255,255,255,0.9);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
  resize: vertical;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 1.5rem;
}

.wf-question__textarea:focus {
  border-color: rgba(140, 180, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(140, 180, 255, 0.05);
}

.wf-question__textarea::placeholder {
  color: rgba(255,255,255,0.2);
  font-style: italic;
}

/* Question navigation (back + continue) */
.wf-question__nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wf-question__back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.85rem 1.4rem;
  background: transparent;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.wf-question__back:hover {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.04);
}

.wf-question__submit {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  background: rgba(255,255,255,0.95);
  color: #0a0a1a;
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wf-question__submit:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(140, 180, 255, 0.12);
}

/* ---------- LINKEDIN STEP ---------- */
.wf-linkedin__input-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 0 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wf-linkedin__input-wrap:focus-within {
  border-color: rgba(140, 180, 255, 0.3);
  box-shadow: 0 0 0 3px rgba(140, 180, 255, 0.05);
}

.wf-linkedin__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: rgba(140, 180, 255, 0.5);
}

.wf-linkedin__icon svg {
  width: 100%;
  height: 100%;
}

.wf-linkedin__input {
  flex: 1;
  padding: 1rem 0;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.9);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  outline: none;
}

.wf-linkedin__input::placeholder {
  color: rgba(255,255,255,0.2);
  font-style: italic;
}

.wf-linkedin__skip-note {
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255,255,255,0.25);
  text-align: center;
  margin-bottom: 1rem;
  font-style: italic;
}

/* LinkedIn preview card */
.wf-linkedin__preview {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.wf-linkedin__preview-header {
  position: relative;
  height: 70px;
}

.wf-linkedin__header-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10,102,194,0.3) 0%, rgba(140,180,255,0.15) 100%);
}

.wf-linkedin__preview-avatar {
  padding: 0 1.25rem;
  margin-top: -24px;
  position: relative;
  z-index: 1;
}

.wf-linkedin__avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(140,180,255,0.3), rgba(80,140,255,0.2));
  border: 3px solid rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.wf-linkedin__avatar-name {
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  text-transform: capitalize;
  margin-bottom: 0.15rem;
}

.wf-linkedin__avatar-url {
  font-size: 0.7rem;
  font-weight: 300;
  color: rgba(255,255,255,0.3);
  margin-bottom: 0.75rem;
  word-break: break-all;
}

.wf-linkedin__preview-message {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

.wf-linkedin__preview-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.5);
  margin-bottom: 0.3rem;
}

.wf-linkedin__preview-message p {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  margin: 0;
  font-style: italic;
}

/* Upload screen */
.wf-upload-zone {
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}

.wf-upload-zone:hover {
  border-color: rgba(140, 180, 255, 0.3);
  background: rgba(140, 180, 255, 0.03);
}

.wf-upload-zone__icon {
  font-size: 2rem;
  color: rgba(255,255,255,0.2);
  margin-bottom: 0.75rem;
}

.wf-upload-zone__text {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
}

.wf-upload-zone__limit {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  margin-top: 0.5rem;
}

.wf-upload-zone input[type="file"] {
  display: none;
}

.wf-upload-previews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.wf-upload-preview {
  position: relative;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.wf-upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wf-upload-preview__remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wf-upload-preview__remove:hover {
  background: rgba(220, 50, 50, 0.7);
}

/* Validation error */
.wf-error {
  color: rgba(255, 120, 120, 0.8);
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: none;
}

.wf-error--visible {
  display: block;
}

/* ===================================================
   SCREEN 4: RESULTS
   =================================================== */
.wf-results {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 6rem 2rem 4rem;
}

.wf-results__header {
  text-align: center;
  margin-bottom: 3rem;
}

.wf-results__title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
}

.wf-results__divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(140,180,255,0.5), transparent);
  margin: 0 auto 1.5rem;
}

.wf-results__desc {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto;
}

/* Profile card */
.wf-profile-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: clamp(2rem, 5vw, 3rem);
  margin-bottom: 2.5rem;
  text-align: center;
}

.wf-profile__badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(140, 180, 255, 0.1);
  border: 1px solid rgba(140, 180, 255, 0.2);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.9);
  margin-bottom: 1.5rem;
}

.wf-profile__name {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin: 0 0 2rem;
}

.wf-profile__purpose {
  background: rgba(140, 180, 255, 0.04);
  border: 1px solid rgba(140, 180, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.wf-profile__purpose .wf-tag {
  margin-bottom: 0.75rem;
}

.wf-profile__purpose-text {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin: 0;
}

.wf-profile__story {
  text-align: left;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1.5rem;
}

.wf-profile__story-item {
  margin-bottom: 1.25rem;
}

.wf-profile__story-label {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.5);
  margin-bottom: 0.35rem;
}

.wf-profile__story-value {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

/* Potential section */
.wf-results__potential {
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 2.5rem;
}

.wf-results__potential h4 {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.7);
  margin: 0 0 1rem;
}

.wf-results__potential p {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin: 0 0 1.25rem;
}

.wf-results__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.wf-results__benefits li {
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  padding-left: 1.25rem;
  position: relative;
}

.wf-results__benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(140, 180, 255, 0.5);
}

/* Trait icons section */
.wf-results__traits {
  margin-bottom: 2.5rem;
  text-align: center;
}

.wf-results__traits-title {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.6);
  margin: 0 0 1.5rem;
}

.wf-results__traits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.wf-trait-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 90px;
}

.wf-trait-icon__svg {
  width: 40px;
  height: 40px;
  color: rgba(140, 180, 255, 0.7);
  padding: 8px;
  background: rgba(140, 180, 255, 0.06);
  border: 1px solid rgba(140, 180, 255, 0.12);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.wf-trait-icon__svg svg {
  width: 100%;
  height: 100%;
}

.wf-trait-icon:hover .wf-trait-icon__svg {
  background: rgba(140, 180, 255, 0.12);
  border-color: rgba(140, 180, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(140, 180, 255, 0.08);
}

.wf-trait-icon__label {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.45);
  text-align: center;
}

/* Profile attributes (inside profile card) */
.wf-profile__attributes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.wf-profile__attribute {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 1rem;
  text-align: left;
}

.wf-profile__attribute-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(140, 180, 255, 0.5);
  margin-bottom: 0.4rem;
}

.wf-profile__attribute-value {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
}

/* Results CTA */
.wf-results__cta {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.1rem 2rem;
  background: rgba(255,255,255,0.95);
  color: #0a0a1a;
  border: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  /* Fade in via CSS — not GSAP, so it can never get stuck invisible */
  animation: ctaReveal 0.6s ease 2.8s both;
}

@keyframes ctaReveal {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.wf-results__cta:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(140, 180, 255, 0.15), 0 0 60px rgba(80, 140, 255, 0.08);
}

.wf-results__cta-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle, rgba(140,180,255,0.08) 0%, transparent 70%);
  animation: ctaGlow 3s ease-in-out infinite;
  pointer-events: none;
}

/* ===================================================
   SCREEN 5: CONTACT
   =================================================== */
.wf-contact {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 6rem 2rem 4rem;
}

.wf-contact__card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: clamp(2rem, 5vw, 3rem);
}

.wf-contact__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.wf-contact__title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin: 0.5rem 0;
}

.wf-contact__subtitle {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
}

.wf-contact__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.wf-contact__submit {
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
}

/* ===================================================
   SCREEN 6: SUCCESS
   =================================================== */
.wf-success {
  text-align: center;
  padding: 2rem;
  max-width: 500px;
}

.wf-success__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 2rem;
}

.wf-success__check {
  width: 100%;
  height: 100%;
}

.wf-success__check-path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: checkDraw 0.6s ease 0.3s forwards;
}

@keyframes checkDraw {
  to { stroke-dashoffset: 0; }
}

.wf-success__title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
}

.wf-success__text {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0 0 2.5rem;
}

.wf-success__btn {
  display: inline-flex;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 768px) {
  .wf-contact__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .wf-results {
    padding: 5rem 1.5rem 3rem;
  }

  .wf-contact {
    padding: 5rem 1.5rem 3rem;
  }

  .wf-question-area {
    padding: 1.5rem;
  }

  .wf-progress__counter {
    right: 1.5rem;
  }

  .wf-upload-previews {
    grid-template-columns: repeat(2, 1fr);
  }

  .wf-profile__attributes {
    grid-template-columns: 1fr;
  }

  .wf-trait-icon {
    width: 75px;
  }

  .wf-trait-icon__svg {
    width: 36px;
    height: 36px;
    padding: 7px;
  }

  .wf-results__traits-grid {
    gap: 1rem;
  }
}

/* Prevent iOS Safari from zooming on input focus (requires font-size >= 16px) */
@media (max-width: 768px) {
  .wf-input,
  .wf-question__textarea,
  .wf-linkedin__input {
    font-size: 16px !important;
  }
}

@media (max-width: 400px) {
  .wf-register__card,
  .wf-question-card,
  .wf-contact__card {
    padding: 1.5rem;
  }

  .wf-landing__why {
    font-size: 4.5rem;
  }

  .wf-upload-previews {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .wf-upload-preview {
    height: 90px;
  }
}
