/* ═══════════════════════════════════════════════════════════════
   TN Assessment Widget v2 — Pixel-perfect match to Assessment.tsx
   Font: Blinker (loaded by plugin). No external deps.
═══════════════════════════════════════════════════════════════ */

.tn-assessment-widget,
.tn-assessment-widget * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.tn-assessment-widget { font-family: 'Blinker', sans-serif; line-height: 1.5; width: 100%; }
.tn-assessment-widget .tna-inner { width: 100%; }

/* ── Full bleed: escapa do container do Elementor ─────── */
/* Técnica: funciona quando nenhum pai tem overflow:hidden ou transform */
.tn-assessment-widget .tna-full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

/* Mobile: mantém full-bleed ativo.
   O overflow de texto é tratado nos elementos internos (word-break).
   O scroll horizontal é prevenido pelo overflow:hidden no widget. */

.tn-assessment-widget { overflow: hidden; }
.tn-assessment-widget p { margin: 0; }
.tn-assessment-widget a { text-decoration: none; }
.tn-assessment-widget button { font-family: inherit; cursor: pointer; }

/* ── Layout helpers ─────────────────────────────────────── */
.tna-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.tna-quiz-container { max-width: 780px; }
.tna-result-container { max-width: 860px; }
@media (max-width: 768px) {
  .tna-container { padding: 0 16px; }
  /* Dentro do quiz-wrap o padding já está no wrap — zeramos o do container */
  .tna-quiz-wrap .tna-container,
  .tna-result-wrap .tna-container { padding: 0; }
}

/* ═══════════════════════════════════════════════════════════
   WELCOME — navy hero, two-column
═══════════════════════════════════════════════════════════ */
.tna-welcome { padding: 80px 0 72px; overflow: hidden; }
@media (max-width: 768px) { .tna-welcome { padding: 48px 0 52px; } }
@media (max-width: 480px) { .tna-welcome { padding: 36px 0 40px; } }

.tna-hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 960px) {
  .tna-hero-inner { grid-template-columns: 1fr; }
  .tna-hero-right { display: none; }
}

/* Badge */
.tna-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 20px;
}
.tna-badge svg { flex-shrink: 0; }

/* Headlines */
.tna-headline { font-weight: 800; line-height: 1.05; }
.tna-hero-h1 { font-size: clamp(28px, 4.5vw, 56px); margin-bottom: 18px; }
.tna-wyg-h2  { font-size: clamp(22px, 3vw, 38px); text-align: center; margin-bottom: 0; }
.tna-q-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 10px;
}
.tna-q-headline { font-size: clamp(18px, 2.5vw, 26px); margin-bottom: 24px; line-height: 1.3; }
.tna-result-h2  { font-size: clamp(17px, 2vw, 22px); margin-bottom: 10px; }

/* Body */
.tna-body { font-size: 16px; line-height: 1.7; }
.tna-hero-left .tna-body { margin-bottom: 32px !important; max-width: 520px; }
.tna-result-body { font-size: 14px; color: #4b5563; line-height: 1.65; margin-bottom: 16px !important; }

/* Buttons */
.tna-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px;
  font-family: inherit; font-weight: 700; font-size: 15px;
  border: none; cursor: pointer; white-space: nowrap;
  transition: opacity .2s, transform .2s;
  text-decoration: none;
}
.tna-btn:hover { opacity: .9; transform: translateY(-2px); }
.tna-btn-primary { color: #fff; }
.tna-btn-ghost { background: transparent; border: 2px solid rgba(255,255,255,0.25); color: #fff; }
.tna-btn-ghost:hover { background: rgba(255,255,255,0.06); }
.tna-btn-ghost-light { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); }
.tna-btn-disabled { opacity: 0.4 !important; cursor: not-allowed !important; transform: none !important; pointer-events: none; }

.tna-btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
@media (max-width: 480px) {
  .tna-btn-row { flex-direction: column; }
  .tna-btn-row .tna-btn { width: 100%; justify-content: center; }
}

/* Trust bar */
.tna-trust-bar { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; }
.tna-trust-bar span { display: flex; align-items: center; gap: 6px; }

/* ── Preview card (right column) ────────────────────────── */
.tna-preview-card {
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.12);
}
.tna-preview-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.tna-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tna-tier-badge {
  padding: 4px 10px; border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  white-space: nowrap;
}
.tna-preview-gauge-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.tna-gauge-svg { display: block; flex-shrink: 0; }
.tna-preview-title { font-size: 14px; font-weight: 700; line-height: 1.35; margin-bottom: 6px !important; }
.tna-preview-sub { font-size: 12px; color: #6b7280; line-height: 1.5; }

/* Tier scale */
.tna-tier-scale-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #9ca3af; margin-bottom: 8px; }
.tna-tier-row { display: flex; gap: 6px; margin-bottom: 14px; }
.tna-tier-col { flex: 1; }
.tna-tier-bar { height: 8px; border-radius: 999px; }
.tna-tier-lbl { font-size: 10px; font-weight: 600; text-align: center; margin-top: 5px; }

/* Preview flags */
.tna-preview-flags { display: flex; flex-direction: column; gap: 6px; }
.tna-flag-pill {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px; border-radius: 8px; background: #f9fbfd;
  font-size: 12px; font-weight: 600;
}
.tna-flag-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════
   WHAT YOU GET section
═══════════════════════════════════════════════════════════ */
.tna-wyg { padding: 72px 0; }
@media (max-width: 768px) { .tna-wyg { padding: 48px 0; } }
@media (max-width: 480px) { .tna-wyg { padding: 36px 0; } }

.tna-wyg-header {
  text-align: center;
  margin-bottom: 40px;
}
.tna-wyg-header .tna-wyg-h2 {
  margin-bottom: 0;
}
.tna-wyg-tag {
  display: inline-block; padding: 5px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 12px;
}
.tna-wyg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 40px; }
@media (max-width: 720px) { .tna-wyg-grid { grid-template-columns: 1fr; } }

.tna-wyg-card {
  background: #fff; border-radius: 20px; padding: 28px;
  border: 1px solid #e5e7eb;
  transition: border-color .2s, box-shadow .2s;
}
.tna-wyg-card:hover { border-color: rgba(255,107,0,0.3); box-shadow: 0 8px 24px rgba(0,0,0,0.07); }
.tna-wyg-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.tna-wyg-card-title { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.tna-wyg-card-body  { font-size: 14px; color: #6b7280; line-height: 1.6; }

.tna-wyg-cta {
  border-radius: 20px; padding: 36px 48px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
@media (max-width: 560px) {
  .tna-wyg-cta { flex-direction: column; align-items: stretch; padding: 24px 20px; }
  .tna-wyg-cta .tna-btn { width: 100%; justify-content: center; }
}
@media (max-width: 768px) { .tna-wyg-cta { padding: 28px 24px; } }
@media (max-width: 480px) { .tna-wyg-cta { padding: 24px 20px; } }
.tna-wyg-cta-title { font-size: clamp(18px, 2vw, 24px); font-weight: 800; margin-bottom: 4px; }
.tna-wyg-cta-sub   { font-size: 13px; }

/* ═══════════════════════════════════════════════════════════
   QUIZ / LEAD (focused screens with navy-to-bg gradient)
═══════════════════════════════════════════════════════════ */
.tna-quiz-wrap {
  min-height: 600px !important;
  padding: 24px 24px 64px !important;
  display: flex !important; align-items: flex-start !important; justify-content: center !important;
}
@media (max-width: 768px) {
  .tna-quiz-wrap {
    padding: 20px 16px 48px !important;
    min-height: auto !important;
    display: block !important;
  }
}

/* Progress */
.tna-progress-wrap { margin-bottom: 20px !important; color: #fff; width: 100%; }
.tna-progress-top  { display: flex !important; align-items: center !important; justify-content: space-between !important; margin-bottom: 10px !important; }
.tna-back {
  background: rgba(255,255,255,0.12) !important; border: 1px solid rgba(255,255,255,0.25) !important;
  cursor: pointer; font-family: inherit;
  display: inline-flex !important; align-items: center !important; gap: 5px !important;
  font-size: 12px !important; font-weight: 700 !important; color: rgba(255,255,255,0.85) !important;
  padding: 5px 12px !important; border-radius: 999px !important;
  transition: background .2s, color .2s;
  line-height: 1 !important; text-decoration: none !important;
}
.tna-back:hover { background: rgba(255,255,255,0.2) !important; }
.tna-back:disabled { opacity: 0.3 !important; cursor: not-allowed !important; }
@media (max-width: 768px) {
  /* Estilo simples sem pill no mobile */
  .tna-back {
    background: transparent !important;
    border: none !important;
    padding: 4px 0 !important;
    font-size: 12px !important;
    color: rgba(255,255,255,0.7) !important;
    gap: 4px !important;
    border-radius: 0 !important;
  }
  .tna-back:hover { background: transparent !important; color: #fff !important; }
}
.tna-q-count { font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.tna-pbar-bg   { height: 4px; border-radius: 999px; background: rgba(255,255,255,0.15); overflow: hidden; }
.tna-pbar-fill { height: 100%; border-radius: 999px; transition: width .4s cubic-bezier(.4,0,.2,1); }
.tna-pbar-meta { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; font-weight: 500; }

/* Question dots nav */
.tna-q-nums {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding: 0;
  width: 100%;
}
.tna-qnum {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: 'Blinker', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 4px 2px !important;
  min-width: 14px !important;
  width: auto !important;
  height: auto !important;
  text-align: center !important;
  cursor: default !important;
  transition: color .2s !important;
  flex: 1 !important;
  display: inline-block !important;
  outline: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
@media (max-width: 768px) {
  .tna-qnum {
    font-size: 10px !important;
    padding: 3px 0 !important;
    min-width: 10px !important;
  }
}
@media (max-width: 360px) {
  .tna-qnum { font-size: 9px !important; }
}
.tna-qnum.js-dot { cursor: pointer !important; }
.tna-qnum.js-dot:hover { color: #fff !important; background: none !important; }

/* Question card */
.tna-q-card {
  background: #fff !important; border-radius: 20px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06) !important;
  border: 1px solid #f0f4f8 !important;
  padding: 36px 40px !important;
  width: 100% !important; box-sizing: border-box !important;
}
@media (max-width: 768px) {
  .tna-q-card { padding: 24px !important; border-radius: 16px !important; }
}
@media (max-width: 480px) {
  .tna-q-card { padding: 20px 18px !important; border-radius: 14px !important; }
}
@media (max-width: 360px) {
  .tna-q-card { padding: 16px 14px !important; }
  .tna-opt-text { font-size: 13px !important; }
}

/* Options */
.tna-options { display: flex !important; flex-direction: column !important; gap: 10px !important; margin-bottom: 24px !important; }
.tna-option {
  display: flex !important; align-items: center !important; gap: 16px !important;
  padding: 16px 20px !important; border-radius: 14px !important;
  border: 2px solid #e2e8f0 !important;
  background: #fff !important; cursor: pointer !important; text-align: left !important; width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  height: auto !important;
  white-space: normal !important;
  transition: border-color .15s, background .15s, transform .15s;
}
.tna-option:hover {
  transform: translateX(4px) !important;
  border-color: #FF6B00 !important;
  background: rgba(255,107,0,0.04) !important;
}
@media (max-width: 768px) {
  .tna-options { gap: 10px !important; }
  .tna-option { padding: 14px 16px !important; gap: 12px !important; align-items: center !important; border-radius: 12px !important; overflow: visible !important; height: auto !important; }
  .tna-option:hover { transform: none !important; }
}
.tna-option.tna-option-selected {
  border-color: #FF6B00 !important;
  background: rgba(255,107,0,0.08) !important;
}
.tna-option.tna-option-selected .tna-opt-letter {
  background: #FF6B00 !important;
  color: #fff !important;
}
@keyframes tna-pulse {
  0%   { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,107,0,0.35); }
  50%  { transform: scale(1.012); box-shadow: 0 0 0 8px rgba(255,107,0,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,107,0,0); }
}
.tna-option-pulse { animation: tna-pulse 0.4s ease-out; }

/* Forward button */
.tna-fwd {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
  cursor: pointer; font-family: inherit;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.85);
  padding: 5px 12px; border-radius: 999px;
  transition: background .2s;
}
.tna-fwd:hover { background: rgba(255,255,255,0.2); }

.tna-opt-letter {
  width: 32px !important; height: 32px !important; border-radius: 8px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 12px !important; font-weight: 700 !important; flex-shrink: 0 !important;
  transition: background .15s, color .15s;
}
/* Texto da opção — flex-1 para ocupar espaço restante, quebra linha naturalmente */
.tna-opt-text {
  font-size: 15px !important; font-weight: 500 !important; flex: 1 1 0% !important;
  line-height: 1.4 !important; min-width: 0 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  overflow: visible !important;
}
@media (max-width: 768px) {
  .tna-opt-text { font-size: 14px !important; }
  .tna-opt-letter { width: 30px !important; height: 30px !important; font-size: 11px !important; flex-shrink: 0 !important; }
}

/* Confidential note */
.tna-confidential {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 16px; font-size: 12px; color: #9ca3af;
}

/* ═══════════════════════════════════════════════════════════
   LEAD SCREEN
═══════════════════════════════════════════════════════════ */
.tna-lead-header { text-align: center; margin-bottom: 24px; }
.tna-check-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.1); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 14px;
}
.tna-lead-h2  { font-size: clamp(22px, 3vw, 32px); font-weight: 800; color: #fff; margin-bottom: 8px; }
.tna-lead-sub { font-size: 14px; max-width: 480px; margin: 0 auto; }

.tna-lead-card {
  background: #fff; border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  border: 1px solid #f0f4f8; overflow: hidden;
}

/* Value strip */
.tna-value-strip {
  display: flex; flex-wrap: nowrap; gap: 8px; justify-content: space-between; align-items: center;
  padding: 14px 28px;
}
@media (max-width: 768px) {
  .tna-value-strip { padding: 12px 16px; gap: 6px; }
}
.tna-value-item {
  display: flex; align-items: center; gap: 5px;
  font-size: clamp(9px, 2.6vw, 12px); font-weight: 600;
  flex: 1; justify-content: center; text-align: center;
}

/* Form */
.tna-form-inner { padding: 28px 36px 32px; }
@media (max-width: 768px) { .tna-form-inner { padding: 20px 20px 24px; } }
@media (max-width: 480px) { .tna-form-inner { padding: 16px 16px 20px; } }
.tna-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 560px) { .tna-form-row { grid-template-columns: 1fr; } }
.tna-field { margin-bottom: 14px; }
.tna-field label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 6px;
}
.tna-field input,
.tna-field select {
  width: 100%; padding: 13px 16px; border: 2px solid #e5e7eb; border-radius: 12px;
  background: #f9fafb; font-size: 14px; font-family: inherit;
  transition: border-color .2s, background .2s; outline: none; appearance: none;
}
.tna-field input:focus,
.tna-field select:focus { border-color: #FF6B00; background: #fff; }

/* ── WPForms wrapper — mesmo padrão do widget Contact Us ── */
.tna-wpforms-wrap { padding: 24px 28px 28px; }
@media (max-width: 480px) { .tna-wpforms-wrap { padding: 16px 16px 20px; } }
.tna-wpforms-wrap .wpforms-container { max-width: 100% !important; margin: 0 !important; }
.tna-wpforms-wrap .wpforms-form { width: 100% !important; }
.tna-wpforms-wrap .wpforms-field { padding: 0 !important; margin-bottom: 16px !important; width: 100% !important; box-sizing: border-box !important; }
.tna-wpforms-wrap .wpforms-field-container { width: 100% !important; box-sizing: border-box !important; }

/* Inputs, textarea, select — largura total */
.tna-wpforms-wrap .wpforms-field input:not([type=radio]):not([type=checkbox]),
.tna-wpforms-wrap .wpforms-field textarea,
.tna-wpforms-wrap .wpforms-field select {
  width: 100% !important; max-width: 100% !important; min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 13px 16px !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #f9fafb !important;
  font-size: 14px !important; font-family: 'Blinker', sans-serif !important;
  transition: border-color .2s, background .2s !important; outline: none !important;
}
.tna-wpforms-wrap .wpforms-field input:focus:not([type=radio]):not([type=checkbox]),
.tna-wpforms-wrap .wpforms-field textarea:focus,
.tna-wpforms-wrap .wpforms-field select:focus {
  border-color: #FF6B00 !important; background: #fff !important;
}

/* Label principal do campo */
.tna-wpforms-wrap .wpforms-field > label.wpforms-field-label {
  font-family: 'Blinker', sans-serif !important;
  font-size: .72rem !important; font-weight: 700 !important;
  letter-spacing: .1em !important; text-transform: uppercase !important;
  margin-bottom: 6px !important; display: block !important;
  color: #173653 !important;
}

/* Labels de radio e checkbox — preserva layout inline */
.tna-wpforms-wrap .wpforms-field .wpforms-field-label-inline,
.tna-wpforms-wrap .wpforms-field li label,
.tna-wpforms-wrap .wpforms-field ul label,
.tna-wpforms-wrap .wpforms-field input[type=radio] ~ label,
.tna-wpforms-wrap .wpforms-field input[type=checkbox] ~ label {
  display: inline-block !important;
  font-size: .9rem !important; font-weight: 400 !important;
  letter-spacing: 0 !important; text-transform: none !important;
  font-family: 'Blinker', sans-serif !important;
  visibility: visible !important; opacity: 1 !important;
  color: #374151 !important; white-space: normal !important;
  position: static !important; width: auto !important; height: auto !important;
}

/* Lista de radio/checkbox */
.tna-wpforms-wrap .wpforms-field ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.tna-wpforms-wrap .wpforms-field ul li { display: flex !important; align-items: center !important; gap: 8px !important; margin-bottom: 8px !important; }

/* Submit */
.tna-wpforms-wrap .wpforms-submit-container { margin: 0 !important; padding: 0 !important; }
.tna-wpforms-wrap .wpforms-form button[type=submit],
.tna-wpforms-wrap .wpforms-form input[type=submit],
.tna-wpforms-wrap .wpforms-form .wpforms-submit {
  width: 100% !important; display: block !important;
  background-color: #FF6B00 !important; color: #fff !important;
  font-family: 'Blinker', sans-serif !important; font-weight: 700 !important;
  font-size: 16px !important; padding: 16px 32px !important;
  border-radius: 999px !important; border: none !important;
  cursor: pointer !important; opacity: 1 !important; filter: none !important;
  transition: background-color .2s, transform .2s, box-shadow .2s !important;
}
.tna-wpforms-wrap .wpforms-form button[type=submit]:hover,
.tna-wpforms-wrap .wpforms-form input[type=submit]:hover,
.tna-wpforms-wrap .wpforms-form .wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px -4px rgba(255,107,0,.4) !important;
}

.tna-form-error {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 12px 16px; border-radius: 10px;
  font-size: 13px; margin-bottom: 14px;
}
.tna-privacy {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  margin-top: 14px; font-size: 12px; color: #9ca3af; text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   RESULT SCREEN
═══════════════════════════════════════════════════════════ */
.tna-result-wrap { padding: 64px 24px; }
@media (max-width: 768px) { .tna-result-wrap { padding: 40px 20px; } }
@media (max-width: 480px) { .tna-result-wrap { padding: 28px 15px; } }

/* Cards */
.tna-result-card {
  background: #fff; border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07), 0 2px 6px rgba(0,0,0,0.04);
  border: 1px solid #e5e7eb; margin-bottom: 14px; overflow: hidden;
}
.tna-report-card { padding: 0; }
.tna-result-card:not(.tna-report-card) { }

/* Report card header */
.tna-report-top {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 24px 28px 0; gap: 12px; flex-wrap: wrap;
}
@media (max-width: 560px) {
  .tna-report-top { flex-wrap: nowrap; align-items: center; gap: 10px; }
  .tna-report-top > div:first-child { flex: 1; min-width: 0; }
  .tna-tier-badge { font-size: 10px !important; padding: 4px 9px !important; flex-shrink: 0; white-space: nowrap; }
}
@media (max-width: 480px) { .tna-report-top { padding: 16px 16px 0; } }
.tna-report-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #9ca3af;
  margin-bottom: 6px;
}
.tna-report-date {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: #9ca3af;
}

/* Score grid */
.tna-score-grid {
  display: grid; grid-template-columns: 180px 1fr; gap: 24px;
  align-items: center; padding: 20px 28px 28px;
}
@media (max-width: 640px) {
  .tna-score-grid { grid-template-columns: 1fr; }
  .tna-gauge-wrap { display: flex; justify-content: center; }
}
@media (max-width: 480px) { .tna-score-grid { padding: 16px 16px 20px; gap: 16px; } }
.tna-gauge-wrap { display: flex; align-items: center; justify-content: center; }
.tna-gauge-svg { max-width: 100%; }
@media (max-width: 380px) {
  .tna-gauge-svg { width: 150px !important; height: 150px !important; }
}

/* Card header (dimensions/flags/recs) */
.tna-card-header {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 24px; border-bottom: 1px solid #f0f4f8;
}
@media (max-width: 480px) { .tna-card-header { padding: 12px 16px; } }
.tna-card-hdr-title { font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.tna-card-body { padding: 16px 24px 20px; display: flex; flex-direction: column; gap: 10px; }
@media (max-width: 480px) { .tna-card-body { padding: 12px 16px 16px; } }

/* Dimensions */
.tna-dims-body { padding: 0 24px 8px; }
@media (max-width: 480px) { .tna-dims-body { padding: 0 16px 8px; } }
.tna-dim-row {
  display: grid; grid-template-columns: 36px 1fr auto;
  gap: 12px; align-items: center;
  padding: 14px 0; border-bottom: 1px solid #f3f4f6;
}
.tna-dim-row:last-child { border-bottom: none; }
.tna-dim-icon {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tna-dim-toprow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.tna-dim-label  { font-size: 13px; font-weight: 700; }
.tna-dim-status { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; flex-shrink: 0; }
.tna-bar-bg { height: 8px; background: #f3f4f6; border-radius: 999px; overflow: hidden; }
.tna-bar-fill { height: 100%; border-radius: 999px; width: 0%; transition: width .8s; }
.tna-dim-desc { font-size: 11px; color: #9ca3af; margin-top: 4px; }
.tna-dim-score { font-size: 14px; font-weight: 800; flex-shrink: 0; white-space: nowrap; }
.tna-dim-denom { font-size: 10px; font-weight: 400; color: #9ca3af; }

/* Flags */
.tna-flag-item {
  padding: 14px; border-radius: 10px; border-left: 4px solid;
  background: #f9fbfd;
}
.tna-flag-title { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.tna-flag-desc  { font-size: 13px; color: #4b5563; line-height: 1.55; }

/* Recommendations */
.tna-rec-row { display: flex; gap: 12px; align-items: flex-start; }
.tna-rec-num {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}
.tna-rec-text { font-size: 14px; color: #374151; line-height: 1.6; }

/* CTA card */
.tna-cta-card { border-radius: 20px; overflow: hidden; padding: 32px 36px; margin-bottom: 14px; }
@media (max-width: 768px) { .tna-cta-card { padding: 24px 24px; border-radius: 16px; } }
@media (max-width: 480px) { .tna-cta-card { padding: 20px 16px; border-radius: 14px; } }
.tna-cta-top  { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.tna-cta-icon { display: none; }
.tna-cta-headline { font-size: clamp(16px, 1.8vw, 19px); font-weight: 800; margin-bottom: 5px; }
.tna-cta-body     { font-size: 13px; line-height: 1.6; }
.tna-cta-includes {
  display: flex; flex-wrap: wrap; gap: 14px;
  padding: 14px 18px; border-radius: 12px; margin-bottom: 22px;
  background: rgba(255,255,255,0.06);
}
.tna-cta-includes-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.tna-cta-includes-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.tna-cta-inc-item { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.tna-cta-inc-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; align-self: center; margin-top: 1px;
}
@media (max-width: 480px) {
  .tna-cta-inc-item { white-space: normal; }
}
.tna-cta-btns    { display: flex; flex-wrap: wrap; gap: 12px; }
.tna-cta-main    { flex: 1; min-width: 220px; }
@media (max-width: 480px) {
  .tna-cta-btns { flex-direction: column; gap: 10px; }
  .tna-cta-main { min-width: 0; width: 100%; }
  .tna-cta-btns .tna-btn { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════
   PRINT / PDF
═══════════════════════════════════════════════════════════ */
/* PDF contact block — oculto na página */
.tna-pdf-contact { display: none; }

@media print {
  body * { visibility: hidden !important; }
  .tna-result-wrap,
  .tna-result-wrap * { visibility: visible !important; }
  .tna-result-wrap { position: absolute; top: 0; left: 0; width: 100%; }
  .tna-cta-btns { display: none !important; }
  .tna-pdf-contact { display: block !important; }
  .tna-cta-card { box-shadow: none !important; }
  .tna-result-card { box-shadow: none !important; page-break-inside: avoid; }
  .tna-full-bleed { width: 100% !important; position: static !important; margin: 0 !important; left: auto !important; }
  @page { margin: 20mm; }
}

/* PDF contact block styles */
.tna-pdf-contact {
  margin-top: 16px; padding: 16px 20px;
  background: rgba(255,255,255,0.08); border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
}
.tna-pdf-contact-label {
  font-size: 13px; font-weight: 700; color: #fff;
  margin-bottom: 8px;
}
.tna-pdf-contact-item {
  font-size: 13px; color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
}
.tna-pdf-contact-item a {
  color: #FF6B00; text-decoration: none;
}
