/**
 * Tetkik gönderme — kullanıcı odaklı wizard.
 * body.tf-page
 */

:root {
  --tf-ink: #0d1b2e;
  --tf-ink-soft: #4a5d73;
  --tf-accent: #2f78c0;
  --tf-accent-deep: #1b2b5d;
  --tf-mint: #d7e8f4;
  --tf-paper: #f2f5f9;
  --tf-line: rgba(13, 27, 46, 0.1);
  --tf-sans: "Figtree", "Poppins", system-ui, sans-serif;
  --tf-ui: "Poppins", system-ui, sans-serif;
  --tf-shell: min(760px, calc(100% - 1.5rem));
  --tf-wide: min(980px, calc(100% - 1.5rem));
}

@media (min-width: 1100px) {
  :root {
    --tf-wide: min(1180px, calc(100% - 3.5rem));
    --tf-shell: min(820px, calc(100% - 3.5rem));
  }
}

body.tf-page {
  min-height: 100vh;
  background:
    linear-gradient(165deg, #e8eef6 0%, var(--tf-paper) 42%, #ffffff 100%);
  color: var(--tf-ink);
  font-family: var(--tf-ui);
}

body.tf-page::before {
  content: "";
  position: fixed;
  inset: 0 0 auto 0;
  height: 42vh;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 15% 0%, rgba(47, 120, 192, 0.16), transparent 70%),
    radial-gradient(ellipse 50% 60% at 90% 10%, rgba(27, 43, 93, 0.1), transparent 65%);
  z-index: 0;
}

.tf-draft-banner {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1400;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  font-family: system-ui, sans-serif;
  font-size: 0.7rem;
  color: #1a1208;
  background: rgba(246, 196, 83, 0.94);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}
.tf-draft-banner strong { letter-spacing: 0.08em; font-size: 0.66rem; }

/* Site menüsü form katmanlarının üstünde kalmalı; aksi halde tıklanamaz. */
.tf-page > .cs_site_header {
  position: relative;
  z-index: 1200;
}

.tf-page > .tf-draft-banner,
.tf-page > main,
.tf-page > .site-footer-v2,
.tf-page > footer,
.tf-page > .tf-intro,
.tf-page > .tf-stage,
.tf-page > .tf-success {
  position: relative;
  z-index: 1;
}

/* Intro */
.tf-intro {
  width: var(--tf-wide);
  margin: 0 auto;
  padding: clamp(4.25rem, 9vw, 5.75rem) 0 1.25rem;
}
.tf-intro__copy { min-width: 0; }
.tf-intro__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tf-accent);
}
.tf-intro__title {
  margin: 0 0 0.7rem;
  max-width: 16ch;
  font-family: var(--tf-sans);
  font-size: clamp(2rem, 4.2vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--tf-ink);
}
.tf-intro__lede {
  margin: 0;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--tf-ink-soft);
}
.tf-intro__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}
.tf-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--tf-line);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--tf-ink-soft);
}
.tf-pill i { color: var(--tf-accent); font-size: 0.78rem; }

@media (min-width: 960px) {
  .tf-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
    align-items: end;
    gap: 2rem 2.5rem;
    padding: clamp(5rem, 8vw, 6.25rem) 0 1.75rem;
  }
  .tf-intro__title {
    max-width: 14ch;
    font-size: clamp(2.4rem, 3.2vw, 3.15rem);
  }
  .tf-intro__lede {
    max-width: 38rem;
    font-size: 1.08rem;
  }
  .tf-intro__meta {
    margin-top: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    padding: 1.1rem 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--tf-line);
    box-shadow: 0 14px 36px rgba(13, 27, 46, 0.05);
  }
  .tf-pill {
    width: 100%;
    justify-content: flex-start;
    border: 0;
    background: transparent;
    padding: 0.2rem 0.1rem;
    font-size: 0.86rem;
  }
}

/* Progress — sabit site header’ın altında yapışır */
.tf-progress {
  position: sticky;
  top: 90px;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(242, 245, 249, 0.88);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 991px) {
  .tf-progress {
    top: 70px;
  }
}
.tf-progress.is-stuck {
  border-bottom-color: var(--tf-line);
  box-shadow: 0 8px 24px rgba(13, 27, 46, 0.06);
}
.tf-progress__inner {
  width: var(--tf-wide);
  margin: 0 auto;
  padding: 0.85rem 0 0.95rem;
}
.tf-progress__bar {
  height: 3px;
  margin: 0 0 0.85rem;
  border-radius: 999px;
  background: rgba(13, 27, 46, 0.08);
  overflow: hidden;
}
.tf-progress__fill {
  height: 100%;
  width: 25%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6eb0e4, var(--tf-accent-deep));
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.tf-progress__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}
.tf-progress__step {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.15rem 0.2rem;
  cursor: pointer;
  color: rgba(13, 27, 46, 0.38);
  transition: color 0.2s ease;
}
.tf-progress__step.is-done,
.tf-progress__step.is-active {
  color: var(--tf-ink);
}
.tf-progress__step-num {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
  opacity: 0.7;
}
.tf-progress__step-label {
  display: block;
  font-family: var(--tf-sans);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.tf-progress__step.is-active .tf-progress__step-label {
  color: var(--tf-accent-deep);
}
@media (max-width: 720px) {
  .tf-progress__step-label { font-size: 0.72rem; }
  .tf-progress__step-num { display: none; }
}
@media (min-width: 960px) {
  .tf-progress__inner { padding: 1.05rem 0 1.15rem; }
  .tf-progress__bar { height: 4px; margin-bottom: 1rem; }
  .tf-progress__steps { gap: 0.75rem; }
  .tf-progress__step {
    padding: 0.55rem 0.7rem;
    border-radius: 14px;
    border: 1px solid transparent;
  }
  .tf-progress__step.is-active {
    background: rgba(255, 255, 255, 0.85);
    border-color: var(--tf-line);
    box-shadow: 0 8px 22px rgba(13, 27, 46, 0.05);
  }
  .tf-progress__step-num { font-size: 0.72rem; margin-bottom: 0.25rem; }
  .tf-progress__step-label { font-size: 0.95rem; }
}

/* Stage */
.tf-stage {
  width: var(--tf-wide);
  margin: 0 auto 3.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
@media (min-width: 1024px) {
  .tf-stage {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    align-items: start;
    gap: 1.75rem;
    margin-bottom: 4.5rem;
  }
}

.tf-panel {
  border: 1px solid var(--tf-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(13, 27, 46, 0.06);
  overflow: hidden;
}
.tf-panel__body {
  padding: clamp(1.25rem, 3vw, 1.85rem);
}
@media (min-width: 1024px) {
  .tf-panel { border-radius: 26px; }
  .tf-panel__body { padding: 2.15rem 2.25rem 2rem; }
}

.tf-step {
  display: none;
}
.tf-step.is-active {
  display: block;
}

.tf-step__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tf-accent);
}
.tf-step__title {
  margin: 0 0 0.45rem;
  font-family: var(--tf-sans);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--tf-ink);
}
.tf-step__desc {
  margin: 0 0 1.35rem;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--tf-ink-soft);
}
@media (min-width: 1024px) {
  .tf-step__title { font-size: 1.85rem; }
  .tf-step__desc { max-width: 42rem; font-size: 1rem; margin-bottom: 1.6rem; }
}

.tf-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem 1rem;
}
.tf-span-2 { grid-column: 1 / -1; }
@media (max-width: 640px) {
  .tf-grid { grid-template-columns: 1fr; }
  .tf-span-2 { grid-column: auto; }
}
@media (min-width: 1024px) {
  .tf-grid { gap: 1.15rem 1.35rem; }
}

.tf-uploads {
  display: grid;
  gap: 1rem;
}
.tf-drop {
  min-height: 10.5rem;
}
@media (min-width: 900px) {
  .tf-uploads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .tf-drop {
    min-height: 14rem;
    padding: 2rem 1.35rem;
  }
}

.tf-field label {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 650;
  color: var(--tf-ink);
}
.tf-field .req { color: #b33b3b; }
.tf-field input,
.tf-field select,
.tf-field textarea {
  width: 100%;
  border: 1.5px solid rgba(13, 27, 46, 0.12);
  border-radius: 14px;
  background: #fff;
  color: var(--tf-ink);
  font: inherit;
  font-size: 0.95rem;
  padding: 0.9rem 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tf-field textarea {
  min-height: 7.5rem;
  resize: vertical;
}
.tf-field input:focus,
.tf-field select:focus,
.tf-field textarea:focus {
  outline: none;
  border-color: var(--tf-accent);
  box-shadow: 0 0 0 4px rgba(47, 120, 192, 0.14);
}
.tf-field.is-invalid input,
.tf-field.is-invalid select,
.tf-field.is-invalid textarea,
.tf-drop.is-invalid {
  border-color: rgba(179, 59, 59, 0.55);
}

/* Big choice cards */
.tf-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 560px) {
  .tf-cards { grid-template-columns: 1fr; }
}
.tf-card {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.tf-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tf-card__face {
  display: grid;
  gap: 0.35rem;
  min-height: 100%;
  padding: 1.05rem 1.1rem 1.15rem;
  border: 1.5px solid rgba(13, 27, 46, 0.12);
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.tf-card__face strong {
  font-family: var(--tf-sans);
  font-size: 1rem;
  font-weight: 750;
  color: var(--tf-ink);
}
.tf-card__face span {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--tf-ink-soft);
}
.tf-card:hover .tf-card__face {
  border-color: rgba(47, 120, 192, 0.35);
  transform: translateY(-1px);
}
.tf-card input:checked + .tf-card__face {
  border-color: var(--tf-accent);
  background: linear-gradient(180deg, rgba(47, 120, 192, 0.08), rgba(255, 255, 255, 0.9));
  box-shadow: 0 10px 28px rgba(47, 120, 192, 0.12);
}

.tf-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tf-choice label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.9rem;
  border: 1.5px solid rgba(13, 27, 46, 0.12);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--tf-ink-soft);
}
.tf-choice input { position: absolute; opacity: 0; pointer-events: none; }
.tf-choice label:has(input:checked) {
  border-color: var(--tf-accent);
  background: rgba(47, 120, 192, 0.08);
  color: var(--tf-ink);
}

.tf-drop {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.3rem;
  padding: 1.5rem 1.1rem;
  border: 1.5px dashed rgba(47, 120, 192, 0.4);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(47, 120, 192, 0.05), rgba(255, 255, 255, 0.5));
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.tf-drop:hover,
.tf-drop.is-drag {
  background: rgba(47, 120, 192, 0.09);
  border-color: var(--tf-accent);
  transform: translateY(-1px);
}
.tf-drop input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.tf-optional {
  font-weight: 500;
  color: var(--tf-ink-soft);
  font-size: 0.86em;
}
.tf-drop__ico {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(27, 43, 93, 0.08);
  color: var(--tf-accent-deep);
}
.tf-drop__title {
  margin: 0.35rem 0 0;
  font-family: var(--tf-sans);
  font-weight: 750;
  font-size: 0.98rem;
}
.tf-drop__hint {
  margin: 0;
  max-width: 28rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--tf-ink-soft);
}
.tf-files {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}
.tf-file-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 27, 46, 0.05);
  font-size: 0.78rem;
  color: var(--tf-ink);
}
.tf-file-chip span {
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tf-file-chip button {
  border: 0;
  background: transparent;
  color: #8a3340;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
}

.tf-conditional[hidden] { display: none !important; }

.tf-aside {
  display: none;
}
@media (min-width: 1024px) {
  .tf-aside {
    display: grid;
    gap: 0.95rem;
    position: sticky;
    top: 6.25rem;
  }
}
.tf-aside__card {
  padding: 1.1rem 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--tf-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(13, 27, 46, 0.04);
}
.tf-aside__card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--tf-sans);
  font-size: 0.95rem;
  font-weight: 750;
}
.tf-aside__card p,
.tf-aside__card li {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--tf-ink-soft);
}
.tf-aside__card ol {
  margin: 0.35rem 0 0;
  padding-left: 1.05rem;
}
.tf-aside__card li { margin: 0.28rem 0; }
.tf-aside__card--files {
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.tf-aside.is-files-step .tf-aside__card--files {
  opacity: 1;
  border-color: rgba(47, 120, 192, 0.35);
  box-shadow: 0 12px 30px rgba(47, 120, 192, 0.1);
}

.tf-help-mobile {
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .tf-help-mobile { display: none; }
}
.tf-help-mobile details {
  border: 1px solid var(--tf-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.tf-help-mobile summary {
  list-style: none;
  cursor: pointer;
  padding: 0.85rem 1rem;
  font-weight: 650;
  font-size: 0.88rem;
}
.tf-help-mobile summary::-webkit-details-marker { display: none; }
.tf-help-mobile .tf-help-mobile__body {
  padding: 0 1rem 1rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--tf-ink-soft);
}

.tf-review {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(13, 27, 46, 0.03);
  border: 1px solid var(--tf-line);
}
.tf-review__row {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.86rem;
  line-height: 1.45;
}
.tf-review__row dt {
  margin: 0;
  color: rgba(13, 27, 46, 0.5);
  font-weight: 600;
}
.tf-review__row dd {
  margin: 0;
  color: var(--tf-ink);
  font-weight: 600;
  word-break: break-word;
}
@media (min-width: 900px) {
  .tf-review {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.25rem;
    padding: 1.15rem 1.25rem;
  }
  .tf-review__row {
    grid-template-columns: 5.5rem 1fr;
    font-size: 0.9rem;
  }
}

.tf-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0 0 1.2rem;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--tf-ink-soft);
}
.tf-check input {
  margin-top: 0.2rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--tf-accent-deep);
}
.tf-check a {
  color: var(--tf-accent);
  font-weight: 650;
}

.tf-upload-progress {
  margin: 1.15rem 0 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(47, 120, 192, 0.18);
  background: linear-gradient(180deg, rgba(47, 120, 192, 0.06), rgba(255, 255, 255, 0.7));
}
.tf-upload-progress[hidden] {
  display: none !important;
}
.tf-upload-progress__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  font-family: var(--tf-sans);
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--tf-ink);
}
.tf-upload-progress__meta strong {
  font-variant-numeric: tabular-nums;
  color: var(--tf-accent-deep);
}
.tf-upload-progress__track {
  height: 8px;
  border-radius: 999px;
  background: rgba(13, 27, 46, 0.08);
  overflow: hidden;
}
.tf-upload-progress__fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6eb0e4, var(--tf-accent-deep));
  transition: width 0.18s ease-out;
}
.tf-upload-progress__hint {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--tf-ink-soft);
}
.tf-upload-progress.is-processing .tf-upload-progress__fill {
  width: 100% !important;
  animation: tf-upload-pulse 1.2s ease-in-out infinite;
}
@keyframes tf-upload-pulse {
  0%, 100% { opacity: 0.72; }
  50% { opacity: 1; }
}

.tf-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--tf-line);
}
@media (min-width: 1024px) {
  .tf-nav {
    margin-top: 1.85rem;
    padding-top: 1.35rem;
  }
  .tf-btn {
    min-height: 3.1rem;
    padding: 0.8rem 1.45rem;
    font-size: 0.95rem;
  }
  .tf-cards { gap: 1rem; }
  .tf-card__face { padding: 1.25rem 1.3rem 1.35rem; min-height: 7rem; }
  .tf-field input,
  .tf-field select,
  .tf-field textarea {
    padding: 0.95rem 1.05rem;
    border-radius: 15px;
  }
}
.tf-btn {
  appearance: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.9rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-family: var(--tf-sans);
  font-weight: 750;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.tf-btn:disabled { opacity: 0.65; cursor: wait; }
.tf-btn--ghost {
  background: transparent;
  color: var(--tf-ink-soft);
  border: 1.5px solid rgba(13, 27, 46, 0.12);
}
.tf-btn--ghost:hover {
  background: rgba(13, 27, 46, 0.03);
}
.tf-btn--primary {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, #6eb0e4 0%, #2f78c0 48%, #1b2b5d 100%);
  box-shadow: 0 12px 28px rgba(27, 43, 93, 0.2);
}
.tf-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(27, 43, 93, 0.26);
}

.tf-success {
  display: none;
  width: var(--tf-shell);
  margin: 0 auto 4rem;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border-radius: 24px;
  border: 1px solid var(--tf-line);
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  box-shadow: 0 20px 50px rgba(13, 27, 46, 0.06);
}
.tf-success.is-visible { display: block; }
.tf-success__ico {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(47, 120, 192, 0.12);
  color: var(--tf-accent-deep);
  font-size: 1.35rem;
}
.tf-success h2 {
  margin: 0 0 0.5rem;
  font-family: var(--tf-sans);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.tf-success p {
  margin: 0 auto 1.25rem;
  max-width: 28rem;
  color: var(--tf-ink-soft);
  line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
  .tf-progress__fill,
  .tf-card__face,
  .tf-btn,
  .tf-drop,
  .tf-upload-progress__fill {
    transition: none !important;
  }
  .tf-upload-progress.is-processing .tf-upload-progress__fill {
    animation: none !important;
  }
}
