/* ============================================================
   PIVOT POWER — Find Your Type (Assessment Page)
   v0.8.1 · 2026.03.20

   Structure:
   1. Landing section (light theme — inherits :root tokens)
   2. Modal overlay (dark, fixed, full-viewport)
   3. Assessment UI (questions, options, auth gate)
   4. Results section (dark, rendered after modal closes)
   ============================================================ */

/* ─────────────────────────────────────────────
   1. LANDING SECTION
   ───────────────────────────────────────────── */
.fyt-landing {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-10) var(--space-7);
  text-align: center;
  position: relative;
}

/* Video background */
.fyt-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.fyt-landing-inner {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.fyt-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.1;
  color: var(--text);
  margin: var(--space-5) 0 var(--space-4);
}

.fyt-title em {
  color: var(--gold);
}

.fyt-subtitle {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-2);
  max-width: 50ch;
  margin-bottom: var(--space-7);
}

.fyt-meta {
  display: flex;
  gap: var(--space-7);
  margin-bottom: var(--space-7);
}

.fyt-meta-item {
  text-align: center;
}

.fyt-meta-number {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 2rem;
  color: var(--gold);
  line-height: 1;
}

.fyt-meta-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: var(--space-2);
}

.fyt-launch-btn {
  padding: 1rem 2.2rem;
  font-size: 0.95rem;
}

.fyt-note {
  font-size: 0.75rem;
  color: var(--text-3);
  margin-top: var(--space-4);
  letter-spacing: 0.06em;
}

/* ─────────────────────────────────────────────
   1b. CONTENT SECTIONS (below hero)
   ───────────────────────────────────────────── */
.fyt-hero-section {
  min-height: 90vh;
}

.fyt-hero-section .fyt-title {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  max-width: 16ch;
}

.fyt-hero-section .fyt-subtitle {
  max-width: 48ch;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.gold { color: var(--gold); }

.fyt-section {
  padding: var(--space-10) var(--space-7);
}

.fyt-section-inner {
  max-width: 680px;
  margin: 0 auto;
}

.fyt-section-headline {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.3;
  color: var(--text);
  margin-bottom: var(--space-5);
}

.fyt-body-text {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.75;
  color: var(--text-2);
}

.fyt-body-text p {
  margin-bottom: var(--space-4);
}

.fyt-body-text strong {
  color: var(--text);
  font-weight: 600;
}

/* Agitation — subtle gold left border */
.fyt-agitation {
  border-left: 3px solid var(--gold-border);
  background: rgba(184, 134, 11, 0.02);
  margin: 0 var(--space-7);
  border-radius: 0 8px 8px 0;
  padding-left: var(--space-7);
  padding-right: var(--space-7);
}

@media (max-width: 600px) {
  .fyt-agitation {
    margin: 0;
    border-radius: 0;
  }
}

/* Proof list */
.fyt-proof-list {
  list-style: none;
  margin-top: var(--space-5);
  padding: 0;
}

.fyt-proof-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: clamp(0.92rem, 1.2vw, 1rem);
  color: var(--text-2);
  margin-bottom: var(--space-3);
  line-height: 1.65;
}

.fyt-proof-list li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 0.55em;
}

/* Stats section */
.fyt-stats-section .fyt-meta {
  justify-content: center;
  margin-bottom: var(--space-8);
}

/* Testimonial */
.testimonial {
  padding: var(--space-6) var(--space-7);
  border-left: 3px solid var(--gold);
  background: rgba(184, 134, 11, 0.04);
  border-radius: 0 8px 8px 0;
  max-width: 52ch;
  margin: 0 auto;
  text-align: left;
}

.testimonial-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.7;
  color: var(--text);
  margin: 0 0 var(--space-3);
}

.testimonial-cite {
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.02em;
}

/* "Almost" moment callout */
.fyt-almost {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--text);
  border-left: 3px solid var(--gold);
  padding-left: var(--space-5);
  margin: var(--space-5) 0;
}

/* Dimension cards */
.fyt-dimensions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.fyt-dim-card {
  background: rgba(184, 134, 11, 0.04);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: var(--space-5);
  transition: border-color 0.3s ease;
}

.fyt-dim-card:hover {
  border-color: var(--gold-border);
}

.fyt-dim-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: var(--space-3);
}

.fyt-dim-desc {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--text-2);
  margin: 0;
}

.fyt-dim-desc em { color: var(--gold); }

@media (max-width: 700px) {
  .fyt-dimensions {
    grid-template-columns: 1fr;
  }
}

/* Filter — "for you / not for you" */
.fyt-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  margin-top: var(--space-7);
  text-align: left;
}

.fyt-filter-label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text);
  margin-bottom: var(--space-4);
}

.fyt-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fyt-filter-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: var(--text-2);
  margin-bottom: var(--space-3);
  line-height: 1.6;
}

.fyt-filter-yes li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.1em;
}

.fyt-filter-no li::before {
  content: '✗';
  color: var(--text-3);
  flex-shrink: 0;
  margin-top: 0.1em;
}

@media (max-width: 600px) {
  .fyt-filter {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}

/* Bottom CTA band */
.fyt-bottom-cta {
  background: linear-gradient(140deg, #131620 0%, #1A1D26 100%);
  padding: var(--space-10) var(--space-7);
}

.fyt-bottom-cta .fyt-section-headline {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  color: var(--text);
  margin-bottom: var(--space-4);
}

.fyt-bottom-cta .fyt-note {
  color: rgba(240,237,232,0.4);
}

/* ─────────────────────────────────────────────
   2. MODAL OVERLAY
   ───────────────────────────────────────────── */
.fyt-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: hidden;
}

.fyt-modal-backdrop {
  position: absolute;
  inset: 0;
  background: #0C0E11;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fyt-modal.open .fyt-modal-backdrop {
  opacity: 1;
}

.fyt-modal-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #F0EDE8;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s ease;
}

.fyt-modal.open .fyt-modal-container {
  transform: translateY(0);
  opacity: 1;
}

/* Modal closing animation */
.fyt-modal.closing .fyt-modal-backdrop {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.fyt-modal.closing .fyt-modal-container {
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.3s ease;
}

/* Header */
.fyt-modal-header {
  padding: 20px 32px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  display: flex;
  align-items: center;
  gap: 24px;
  background: #1A1A1A;
  flex-shrink: 0;
}

.fyt-modal-logo {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.15rem;
  color: #C8A96E;
  white-space: nowrap;
}

.fyt-modal-progress {
  flex: 1;
  max-width: 300px;
}

.fyt-modal-progress-label {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
  margin-bottom: 6px;
  text-align: center;
}

.fyt-modal-progress-bar {
  height: 2px;
  background: rgba(201, 168, 76, 0.2);
  border-radius: 2px;
}

.fyt-modal-progress-fill {
  height: 100%;
  background: #C8A96E;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.fyt-modal-counter {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(245, 243, 238, 0.45);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.fyt-modal-close {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 243, 238, 0.4);
  font-size: 0.9rem;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.fyt-modal-close:hover {
  border-color: rgba(201, 168, 76, 0.4);
  color: #C8A96E;
}

/* ─────────────────────────────────────────────
   3. ASSESSMENT UI (inside modal)
   ───────────────────────────────────────────── */

/* Body scrolls independently */
.fyt-modal-body {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px 80px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 168, 76, 0.2) transparent;
}

/* Axis label above question */
.fyt-axis-label {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: var(--space-4);
  opacity: 0.7;
}

/* Question text */
.fyt-question {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  line-height: 1.45;
  text-align: center;
  max-width: 640px;
  color: #F0EDE8;
  margin-bottom: 52px;
}

/* Options list */
.fyt-options {
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual option */
.fyt-option {
  background: rgba(245, 243, 238, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 20px 24px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-family: var(--font-sans);
  color: rgba(245, 243, 238, 0.85);
}

.fyt-option::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: #C8A96E;
  transition: width 0.2s;
}

.fyt-option:hover:not(.selected) {
  border-color: rgba(201, 168, 76, 0.5);
  background: rgba(201, 168, 76, 0.04);
}

.fyt-option.selected {
  border-color: #C8A96E;
  background: rgba(201, 168, 76, 0.1);
  transform: translateX(4px);
}

.fyt-option.selected::before {
  width: 3px;
}

.fyt-option-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

/* Question navigation */
.fyt-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.fyt-btn-next {
  background: #C8A96E;
  color: #0C0E11;
  border: none;
  padding: 16px 40px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.3;
  pointer-events: none;
  border-radius: 4px;
}

.fyt-btn-next.enabled {
  opacity: 1;
  pointer-events: all;
}

.fyt-btn-next.enabled:hover {
  background: #D4BA85;
  transform: translateY(-2px);
}

.fyt-btn-back {
  background: transparent;
  color: rgba(245, 243, 238, 0.45);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 16px 24px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px;
}

.fyt-btn-back:hover {
  border-color: #C8A96E;
  color: #C8A96E;
}

/* ─────────────────────────────────────────────
   3b. AUTH GATE (inside modal)
   ───────────────────────────────────────────── */
.fyt-capture {
  text-align: center;
  max-width: 480px;
  width: 100%;
}

.fyt-capture-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 20px;
}

.fyt-capture-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  line-height: 1.2;
  color: #F0EDE8;
  margin-bottom: 16px;
}

.fyt-capture-body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(245, 243, 238, 0.6);
  margin-bottom: 40px;
}

.fyt-capture-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.fyt-btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  color: #3c3c3c;
  border: none;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.fyt-btn-google:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.fyt-btn-google:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.fyt-capture-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0;
}

.fyt-capture-divider::before,
.fyt-capture-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(201, 168, 76, 0.25);
}

.fyt-capture-divider span {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
}

.fyt-capture-input {
  background: rgba(245, 243, 238, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 16px 20px;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 400;
  color: #F0EDE8;
  width: 100%;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 4px;
}

.fyt-capture-input::placeholder {
  color: rgba(245, 243, 238, 0.35);
}

.fyt-capture-input:focus {
  border-color: #C8A96E;
}

.fyt-capture-submit {
  background: #C8A96E;
  color: #0C0E11;
  border: none;
  padding: 18px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  border-radius: 4px;
}

.fyt-capture-submit:hover {
  background: #D4BA85;
  transform: translateY(-2px);
}

.fyt-capture-privacy {
  font-size: 0.625rem;
  font-weight: 400;
  color: rgba(245, 243, 238, 0.35);
  margin-top: 4px;
  letter-spacing: 0.06em;
}

.fyt-auth-interrupted {
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.82rem;
  color: rgba(245, 243, 238, 0.75);
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center;
  animation: fytFadeIn 0.4s ease;
}

/* ─────────────────────────────────────────────
   4. RESULTS SECTION
   ───────────────────────────────────────────── */
.fyt-results {
  background: #0C0E11;
  position: relative;
  padding: 0;
}

.fyt-results::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(200, 169, 110, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

.fyt-results-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 24px 0;
}

/* Results header (sticky retake bar) */
.fyt-results-bar {
  position: sticky;
  top: var(--nav-height);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  background: #0C0E11;
  margin-bottom: var(--space-7);
}

.fyt-results-bar-logo {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.1rem;
  color: #C8A96E;
}

.fyt-results-bar-retake {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.fyt-results-bar-retake:hover {
  color: #C8A96E;
}

/* Identity card */
.fyt-identity-card {
  text-align: center;
  padding: 48px 32px 40px;
  width: 100%;
  border: 1px solid rgba(201, 168, 76, 0.25);
  position: relative;
  margin-bottom: var(--space-7);
}

.fyt-identity-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: #C8A96E;
}

.fyt-card-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
  opacity: 0.75;
}

.fyt-card-code {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(4.5rem, 18vw, 7.5rem);
  letter-spacing: 0.06em;
  color: #F0EDE8;
  line-height: 1;
  margin-bottom: 14px;
}

.fyt-card-name {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  color: #C8A96E;
  margin-bottom: 22px;
}

.fyt-card-pills {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.fyt-pill {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 5px 12px;
  border-radius: 20px;
}

.fyt-pill span {
  color: #C8A96E;
  margin-right: 5px;
}

/* Share actions */
.fyt-share-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--space-7);
}

.fyt-btn-share {
  background: transparent;
  color: #C8A96E;
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 11px 28px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 4px;
}

.fyt-btn-share:hover {
  border-color: #C8A96E;
  background: rgba(200, 169, 110, 0.08);
}

/* Sprint chat preview */
.fyt-sprint-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto var(--space-7);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(26, 26, 26, 0.6);
  backdrop-filter: blur(8px);
}

.fyt-sprint-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.25);
  background: rgba(200, 169, 110, 0.06);
}

.fyt-sprint-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C8A96E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 0.7rem;
  color: #0C0E11;
  flex-shrink: 0;
}

.fyt-sprint-name {
  font-size: 0.78rem;
  font-weight: 500;
  color: #F0EDE8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fyt-sprint-status {
  font-size: 0.625rem;
  font-weight: 400;
  color: rgba(245, 243, 238, 0.45);
  margin-left: auto;
  letter-spacing: 0.06em;
}

.fyt-sprint-status.typing {
  color: #D4BA85;
}

.fyt-sprint-body {
  padding: 20px 18px;
  min-height: 120px;
  max-height: 420px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(201, 168, 76, 0.2) transparent;
}

.fyt-sprint-msg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 88%;
  align-self: flex-start;
  animation: fytFadeIn 0.25s ease;
}

.fyt-sprint-bubble {
  background: rgba(200, 169, 110, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 4px 16px 16px 16px;
  padding: 12px 16px;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(245, 243, 238, 0.9);
  white-space: pre-wrap;
  word-break: break-word;
}

.fyt-sprint-bubble.greeting {
  background: rgba(200, 169, 110, 0.16);
  font-weight: 500;
  font-size: 0.875rem;
}

.fyt-sprint-footer {
  padding: 12px 18px 16px;
  border-top: 1px solid rgba(201, 168, 76, 0.25);
  display: none;
}

.fyt-sprint-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  animation: fytFadeIn 0.3s ease;
}

.fyt-btn-sprint {
  padding: 12px 22px;
  background: #C8A96E;
  color: #0C0E11;
  border: none;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}

.fyt-btn-sprint:hover {
  background: #D4BA85;
  transform: translateY(-1px);
}

.fyt-btn-sprint-outline {
  padding: 12px 20px;
  background: transparent;
  color: #C8A96E;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
}

.fyt-btn-sprint-outline:hover {
  background: rgba(200, 169, 110, 0.1);
  border-color: #C8A96E;
}

/* Typing indicator */
.fyt-typing {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 0;
}

.fyt-typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C8A96E;
  opacity: 0.5;
  animation: fytTypingPulse 1.2s ease infinite;
}

.fyt-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.fyt-typing-dot:nth-child(3) { animation-delay: 0.4s; }

/* Scroll hint */
.fyt-scroll-hint {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.4s ease;
}

.fyt-scroll-hint-label {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
  white-space: nowrap;
}

.fyt-scroll-hint-arrow {
  width: 16px;
  height: 16px;
  border-right: 1px solid #C8A96E;
  border-bottom: 1px solid #C8A96E;
  transform: rotate(45deg);
  animation: fytHintBounce 1.8s ease infinite;
  opacity: 0.6;
}

/* Profile blocks */
.fyt-profile-header {
  text-align: center;
  margin-bottom: 56px;
}

.fyt-profile-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
  opacity: 0.8;
}

.fyt-profile-code {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.75rem, 10vw, 4.25rem);
  letter-spacing: 0.06em;
  color: #F0EDE8;
  line-height: 1;
  margin-bottom: 10px;
}

.fyt-profile-name {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 4vw, 1.6rem);
  color: #C8A96E;
  margin-bottom: 24px;
}

.fyt-profile-pills {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.fyt-profile-rule {
  height: 1px;
  background: rgba(201, 168, 76, 0.25);
  margin: 0 0 48px;
}

.fyt-profile-block {
  margin-bottom: 40px;
}

.fyt-profile-label {
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 14px;
  opacity: 0.75;
}

.fyt-profile-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(245, 243, 238, 0.8);
}

/* S.A.F.E. block */
.fyt-safe-block {
  background: rgba(200, 169, 110, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 4px;
  padding: 28px 28px 24px;
  margin-bottom: 40px;
}

.fyt-safe-header {
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 20px;
  opacity: 0.75;
}

.fyt-safe-item {
  margin-bottom: 20px;
}

.fyt-safe-item:last-child {
  margin-bottom: 0;
}

.fyt-safe-item-label {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 243, 238, 0.45);
  margin-bottom: 8px;
}

.fyt-safe-item-text {
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(245, 243, 238, 0.75);
}

.fyt-safe-divider {
  height: 1px;
  background: rgba(201, 168, 76, 0.25);
  margin: 20px 0;
}

/* Profile CTA block */
.fyt-profile-cta {
  margin-top: 56px;
  text-align: center;
  padding: 48px 32px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 4px;
  background: rgba(200, 169, 110, 0.04);
  position: relative;
  overflow: hidden;
  margin-bottom: var(--space-9);
}

.fyt-profile-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #C8A96E;
  opacity: 0.5;
}

.fyt-profile-cta-eyebrow {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 16px;
  opacity: 0.7;
}

.fyt-profile-cta-headline {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.25rem, 4vw, 1.6rem);
  color: #F0EDE8;
  margin-bottom: 12px;
  line-height: 1.35;
}

.fyt-profile-cta-body {
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(245, 243, 238, 0.6);
  max-width: 420px;
  margin: 0 auto 32px;
}

.fyt-profile-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────────
   ANIMATIONS
   ───────────────────────────────────────────── */
@keyframes fytFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fytHintBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50%      { transform: rotate(45deg) translateY(4px); }
}

@keyframes fytTypingPulse {
  0%, 100% { opacity: 0.25; transform: scale(1); }
  50%      { opacity: 0.9; transform: scale(1.2); }
}

.fyt-fade-in {
  animation: fytFadeIn 0.45s ease both;
}

/* ─────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .fyt-landing {
    padding: var(--space-8) var(--space-5);
    min-height: 70vh;
  }

  .fyt-meta {
    gap: var(--space-5);
  }

  .fyt-modal-header {
    padding: 16px 16px;
    gap: 12px;
  }

  .fyt-modal-progress {
    max-width: 180px;
  }

  .fyt-modal-counter {
    display: none;
  }

  .fyt-modal-body {
    padding: 40px 16px 60px;
  }

  .fyt-results-inner {
    padding: 40px 16px 0;
  }

  .fyt-identity-card {
    padding: 32px 20px;
  }
}

@media (max-width: 480px) {
  .fyt-meta {
    gap: var(--space-4);
  }

  .fyt-meta-number {
    font-size: 1.5rem;
  }
}
