/* ============================================
   LIVOWA — Diagnóstico Metabólico
   Estética: Perspective.co inspired
   ============================================ */

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  letter-spacing: -0.011em;
}

/* Noise overlay (texture sutil) */
.noise-overlay {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
}

/* ============================================
   SCREEN — base
   ============================================ */
.screen {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.screen > * { min-width: 0; }

.screen-eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #00D4A4;
  font-weight: 700;
}

.screen-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 8vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #E8ECF4;
}

.screen-title em {
  font-style: italic;
  color: #00D4A4;
  font-weight: 600;
}

.screen-subtitle {
  font-size: 1rem;
  line-height: 1.55;
  color: #A7B0C4;
  font-weight: 400;
}

/* ============================================
   FASCINATION LIST (hero) — estilo editorial, NÃO clicável
   ============================================ */
.fascination-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(167, 176, 196, 0.1);
}

.fascination {
  display: flex;
  gap: 0.625rem;
  align-items: baseline;
  width: 100%;
  /* SEM background, SEM border, SEM hover — não é botão */
}

.fascination-num {
  flex: 0 0 auto;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.55;
  color: #00D4A4;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  width: 1.75rem;
}

.fascination-text {
  flex: 1 1 0;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #A7B0C4;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.fascination-text strong {
  font-weight: 600;
  color: #E8ECF4;
}

/* ============================================
   PRIMARY CTA
   ============================================ */
.cta-primary {
  position: relative;
  width: 100%;
  padding: 1.125rem 1.5rem;
  background: linear-gradient(135deg, #00D4A4 0%, #00B890 100%);
  color: #0A0E1A;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  margin-top: 0.5rem;
  box-shadow:
    0 8px 24px -8px rgba(0, 212, 164, 0.5),
    0 0 0 0 rgba(0, 212, 164, 0.6);
}

.cta-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00E5B5 0%, #00CFA0 100%);
  opacity: 0;
  transition: opacity 200ms;
}

.cta-primary span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 36px -8px rgba(0, 212, 164, 0.55),
    0 0 0 4px rgba(0, 212, 164, 0.15);
}

.cta-primary:hover::before {
  opacity: 1;
}

.cta-primary:active {
  transform: translateY(0) scale(0.98);
}

.cta-secondary {
  background: transparent;
  color: #A7B0C4;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  text-align: center;
  margin-top: 0.25rem;
  transition: color 200ms;
}

.cta-secondary:hover {
  color: #E8ECF4;
}

/* ============================================
   BACK BUTTON
   ============================================ */
.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5D6783;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem 0.5rem 0;
  margin-bottom: -0.25rem;
  transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
  align-self: flex-start;
  font-family: 'Inter', sans-serif;
  border-radius: 8px;
  letter-spacing: 0.02em;
}

.back-btn:hover {
  color: #00D4A4;
  transform: translateX(-2px);
}

.back-btn:active {
  transform: translateX(-1px) scale(0.98);
}

.back-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 200ms;
}

.back-btn:hover svg {
  transform: translateX(-2px);
}

/* ============================================
   OPTION BUTTONS (single choice)
   ============================================ */
.options-stack {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.25rem;
}

.option {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  padding: 1.125rem 1.25rem;
  background: rgba(28, 38, 64, 0.6);
  border: 1.5px solid rgba(167, 176, 196, 0.12);
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #E8ECF4;
  font-family: 'Inter', sans-serif;
  transition: all 220ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.option-bullet {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(167, 176, 196, 0.4);
  transition: all 220ms;
  position: relative;
}

.option:hover {
  border-color: rgba(0, 212, 164, 0.4);
  background: rgba(28, 38, 64, 0.85);
}

.option:hover .option-bullet {
  border-color: rgba(0, 212, 164, 0.7);
}

.option.is-selected {
  border-color: #00D4A4;
  background: rgba(0, 212, 164, 0.08);
}

.option.is-selected .option-bullet {
  border-color: #00D4A4;
  background: #00D4A4;
}

.option.is-selected .option-bullet::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #0A0E1A;
}

.option:active {
  transform: scale(0.98);
}

/* ============================================
   MULTI-SELECT CHIPS
   ============================================ */
.chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.chip {
  padding: 0.625rem 1rem;
  background: rgba(28, 38, 64, 0.6);
  border: 1.5px solid rgba(167, 176, 196, 0.15);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #E8ECF4;
  cursor: pointer;
  transition: all 220ms cubic-bezier(0.16, 1, 0.3, 1);
  font-family: 'Inter', sans-serif;
}

.chip:hover {
  border-color: rgba(0, 212, 164, 0.4);
  background: rgba(28, 38, 64, 0.85);
}

.chip.is-selected {
  border-color: #00D4A4;
  background: rgba(0, 212, 164, 0.15);
  color: #00E5B5;
}

.chip:active {
  transform: scale(0.96);
}

/* ============================================
   INPUTS (number / text)
   ============================================ */
.input-row {
  display: flex;
  gap: 0.625rem;
}

.input-field {
  flex: 1;
  position: relative;
}

.input-field label {
  position: absolute;
  top: 0.625rem;
  left: 1.125rem;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5D6783;
  font-weight: 600;
  pointer-events: none;
  font-family: 'Inter', sans-serif;
}

.input-field input {
  width: 100%;
  padding: 1.875rem 1.125rem 0.875rem;
  background: rgba(28, 38, 64, 0.6);
  border: 1.5px solid rgba(167, 176, 196, 0.15);
  border-radius: 14px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #E8ECF4;
  font-family: 'Inter', sans-serif;
  transition: all 200ms;
  -webkit-appearance: none;
  appearance: none;
}

.input-field input::placeholder {
  color: #5D6783;
  font-weight: 400;
}

.input-field input:focus {
  outline: none;
  border-color: #00D4A4;
  background: rgba(0, 212, 164, 0.05);
}

/* ============================================
   LOADING SCREEN
   ============================================ */
.loading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}

.loading-spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid rgba(0, 212, 164, 0.15);
  border-top-color: #00D4A4;
  animation: spin 0.9s cubic-bezier(0.4, 0.0, 0.6, 1) infinite;
}

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

.loading-bar-wrap {
  width: 100%;
  height: 6px;
  background: rgba(167, 176, 196, 0.1);
  border-radius: 100px;
  overflow: hidden;
}

.loading-bar {
  height: 100%;
  background: linear-gradient(90deg, #00D4A4 0%, #00E5B5 100%);
  border-radius: 100px;
  width: 0%;
  transition: width 300ms ease-out;
  box-shadow: 0 0 20px rgba(0, 212, 164, 0.5);
}

.loading-status {
  font-size: 0.9375rem;
  color: #A7B0C4;
  text-align: center;
  font-weight: 500;
  min-height: 1.4em;
}

/* ============================================
   RESULT SCREEN
   ============================================ */
.result-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.875rem;
  background: rgba(255, 107, 107, 0.12);
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF6B6B;
  width: fit-content;
}

.result-badge.is-good {
  background: rgba(0, 212, 164, 0.12);
  border-color: rgba(0, 212, 164, 0.3);
  color: #00D4A4;
}

.result-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(2rem, 8vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #E8ECF4;
}

.result-trap-name {
  color: #00D4A4;
  font-style: italic;
  font-weight: 600;
}

.result-body {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #A7B0C4;
}

.result-body strong {
  color: #E8ECF4;
  font-weight: 600;
}

.result-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  margin: 1rem 0;
}

.stat {
  padding: 1rem 1.125rem;
  background: rgba(28, 38, 64, 0.5);
  border: 1px solid rgba(167, 176, 196, 0.12);
  border-radius: 12px;
}

.stat-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00D4A4;
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: #A7B0C4;
  margin-top: 0.375rem;
}

/* ============================================
   WHATSAPP CTA
   ============================================ */
.cta-whatsapp {
  width: 100%;
  padding: 1.125rem 1.5rem;
  background: #25D366;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-family: 'Inter', sans-serif;
  transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 8px 24px -8px rgba(37, 211, 102, 0.5),
    0 0 0 0 rgba(37, 211, 102, 0.6);
  text-decoration: none;
}

.cta-whatsapp:hover {
  transform: translateY(-2px);
  background: #20BD5A;
  box-shadow:
    0 16px 36px -8px rgba(37, 211, 102, 0.6),
    0 0 0 4px rgba(37, 211, 102, 0.15);
}

.cta-whatsapp:active {
  transform: translateY(0) scale(0.98);
}

/* ============================================
   FOOTER MEDICAL CREDIBILITY
   ============================================ */
.med-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  background: rgba(28, 38, 64, 0.4);
  border-radius: 10px;
  font-size: 0.8125rem;
  color: #A7B0C4;
  margin-top: 0.5rem;
}

.med-line svg {
  flex-shrink: 0;
  color: #00D4A4;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.fade-in {
  animation: fadeIn 600ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

.slide-up {
  animation: slideUp 500ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

.pulse-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 212, 164, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(0, 212, 164, 0); }
}

/* Staggered children */
.stagger > * {
  opacity: 0;
  animation: slideUp 500ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.stagger > *:nth-child(1) { animation-delay: 0ms; }
.stagger > *:nth-child(2) { animation-delay: 80ms; }
.stagger > *:nth-child(3) { animation-delay: 160ms; }
.stagger > *:nth-child(4) { animation-delay: 240ms; }
.stagger > *:nth-child(5) { animation-delay: 320ms; }
.stagger > *:nth-child(6) { animation-delay: 400ms; }
.stagger > *:nth-child(7) { animation-delay: 480ms; }
.stagger > *:nth-child(8) { animation-delay: 560ms; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   INTERSTITIAL — contexto científico / future pacing
   ============================================ */
.interstitial .screen-title {
  margin-top: 0.5rem;
}

.big-number {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(3.5rem, 18vw, 6rem);
  line-height: 1;
  color: #00D4A4;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 1rem 0;
  text-shadow: 0 0 60px rgba(0, 212, 164, 0.35);
  animation: pulseGlowText 2.4s ease-in-out infinite;
}

@keyframes pulseGlowText {
  0%, 100% { opacity: 1; text-shadow: 0 0 60px rgba(0, 212, 164, 0.35); }
  50%      { opacity: 0.95; text-shadow: 0 0 80px rgba(0, 212, 164, 0.55); }
}

.interstitial-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(0, 212, 164, 0.12);
  border: 1.5px solid rgba(0, 212, 164, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00D4A4;
}

.interstitial-icon svg {
  width: 28px;
  height: 28px;
}

.interstitial-intro {
  font-size: 1rem;
  line-height: 1.55;
  color: #A7B0C4;
  font-weight: 400;
}

.interstitial-quote {
  margin: 0.5rem 0;
  padding: 1.5rem 1.375rem 1.25rem;
  background: linear-gradient(180deg, rgba(28, 38, 64, 0.7) 0%, rgba(19, 27, 46, 0.7) 100%);
  border-radius: 16px;
  border: 1px solid rgba(167, 176, 196, 0.12);
  border-left: 3px solid #00D4A4;
  position: relative;
}

.interstitial-quote p {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.55;
  color: #E8ECF4;
  margin: 0;
  letter-spacing: -0.01em;
}

.interstitial-quote cite {
  display: block;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px dashed rgba(167, 176, 196, 0.18);
  font-size: 0.75rem;
  line-height: 1.5;
  color: #A7B0C4;
  font-style: normal;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.interstitial-quote cite em {
  font-style: italic;
  color: #00D4A4;
}

.interstitial-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #A7B0C4;
}

.interstitial-body strong {
  color: #E8ECF4;
  font-weight: 600;
}

/* ============================================
   SLIDER (Q10 urgência)
   ============================================ */
.slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem 0 0.5rem;
}

.slider-value {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(3.5rem, 16vw, 5rem);
  line-height: 1;
  color: #00D4A4;
  text-align: center;
  letter-spacing: -0.04em;
  text-shadow: 0 0 50px rgba(0, 212, 164, 0.3);
}

.slider-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 100px;
  background: linear-gradient(to right, rgba(0, 212, 164, 0.4) 0%, rgba(0, 212, 164, 0.15) 100%);
  outline: none;
  cursor: pointer;
}

.slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00D4A4 0%, #00B890 100%);
  border: 3px solid #0A0E1A;
  cursor: pointer;
  box-shadow:
    0 0 0 1px #00D4A4,
    0 8px 20px -4px rgba(0, 212, 164, 0.6),
    0 0 24px rgba(0, 212, 164, 0.4);
  transition: transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.slider-input::-webkit-slider-thumb:active {
  transform: scale(1.15);
}

.slider-input::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00D4A4 0%, #00B890 100%);
  border: 3px solid #0A0E1A;
  cursor: pointer;
  box-shadow:
    0 0 0 1px #00D4A4,
    0 8px 20px -4px rgba(0, 212, 164, 0.6);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 500;
  color: #A7B0C4;
  letter-spacing: 0.02em;
  padding: 0 0.25rem;
}

/* ============================================
   CAPTURE form
   ============================================ */
.capture-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.consent-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  padding: 0.875rem 1rem;
  background: rgba(28, 38, 64, 0.5);
  border: 1px solid rgba(167, 176, 196, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 200ms;
}

.consent-wrap:hover {
  border-color: rgba(0, 212, 164, 0.3);
}

.consent-wrap input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 1px;
  accent-color: #00D4A4;
  cursor: pointer;
}

.consent-text {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #A7B0C4;
  font-weight: 400;
}

/* IMPORTANTE: opacity: 1 garante que o elemento fique visível mesmo se a animação
   slideUp do .stagger ainda estiver em 0 — sem isso, o CSS animation: shake
   sobrescreve slideUp e o elemento fica invisível (preso em opacity:0). */
.consent-wrap.consent-error {
  border-color: #FF6B6B;
  opacity: 1 !important;
  animation: slideUp 500ms cubic-bezier(0.16, 1, 0.3, 1) forwards, shake 320ms cubic-bezier(.36,.07,.19,.97);
}

.capture-error {
  padding: 0.75rem 1rem;
  background: rgba(255, 107, 107, 0.12);
  border: 1px solid rgba(255, 107, 107, 0.4);
  border-radius: 10px;
  color: #FF8888;
  font-size: 0.8125rem;
  line-height: 1.45;
  font-weight: 500;
}

.input-col {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.input-field input[type="date"] {
  font-feature-settings: 'tnum';
  -webkit-appearance: none;
  appearance: none;
}

.input-field input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

/* ============================================
   DATE-ROLL — 3 selects (dia / mês / ano) que viram roll nativo no iOS/Android
   ============================================ */
.date-roll-wrap {
  margin-top: 1.5rem;
  padding: 0 1.125rem 0.875rem;
}

.date-roll {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0.5rem;
  width: 100%;
}

.date-roll-sel {
  width: 100%;
  padding: 0.875rem 0.625rem;
  background: rgba(0, 212, 164, 0.06);
  border: 1.5px solid rgba(0, 212, 164, 0.3);
  border-radius: 12px;
  color: #E8ECF4;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-feature-settings: 'tnum';
  transition: all 200ms;
  /* Remove seta padrão e adiciona uma sutil */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6L11 1.5' stroke='%2300D4A4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 1.5rem;
}

.date-roll-sel:focus {
  outline: none;
  border-color: #00D4A4;
  background-color: rgba(0, 212, 164, 0.12);
}

.date-roll-sel option {
  background: #131B2E;
  color: #E8ECF4;
}

/* ============================================
   NUMBER-ROLL — <select> com range numérico (vira roll nativo no iOS/Android)
   ============================================ */
.number-roll-wrap {
  margin-top: 1.5rem;
  padding: 0 1.125rem 0.875rem;
}

.number-roll {
  display: block;
  width: 100%;
}

.number-roll-sel {
  width: 100%;
  padding: 1.125rem 1rem;
  background: rgba(0, 212, 164, 0.06);
  border: 1.5px solid rgba(0, 212, 164, 0.3);
  border-radius: 14px;
  color: #E8ECF4;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-feature-settings: 'tnum';
  transition: all 200ms;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6L11 1.5' stroke='%2300D4A4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2rem;
}

.number-roll-sel:focus {
  outline: none;
  border-color: #00D4A4;
  background-color: rgba(0, 212, 164, 0.12);
}

.number-roll-sel option {
  background: #131B2E;
  color: #E8ECF4;
}

/* ============================================
   RESULT — campos novos (nome, subhead, trap label, sections, restr)
   ============================================ */
.result-name {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #E8ECF4;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
}

.result-subhead {
  font-size: 1rem;
  color: #A7B0C4;
  margin-top: -1rem;
}

.result-trap-label {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(1.375rem, 5vw, 1.75rem);
  letter-spacing: 0.02em;
  color: #00D4A4;
  text-transform: uppercase;
  padding: 1rem 1.125rem;
  background: linear-gradient(135deg, rgba(0, 212, 164, 0.12) 0%, rgba(0, 212, 164, 0.04) 100%);
  border: 1px solid rgba(0, 212, 164, 0.3);
  border-radius: 14px;
  text-align: center;
  line-height: 1.15;
  text-shadow: 0 0 30px rgba(0, 212, 164, 0.4);
}

.result-section-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(167, 176, 196, 0.18), transparent);
  margin: 0.5rem 0;
}

.result-section-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5D6783;
  margin: 0;
}

.result-body p {
  margin: 0 0 0.875rem 0;
}

.result-body p:last-child {
  margin-bottom: 0;
}

.result-restr-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.result-restr-list li {
  position: relative;
  padding: 0.625rem 1rem 0.625rem 2.125rem;
  background: rgba(28, 38, 64, 0.45);
  border-radius: 10px;
  font-size: 0.9375rem;
  color: #A7B0C4;
  line-height: 1.4;
}

.result-restr-list li::before {
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00D4A4;
  box-shadow: 0 0 8px rgba(0, 212, 164, 0.6);
}

.result-restr-list li.result-restr-note {
  background: transparent;
  font-style: italic;
  color: #5D6783;
  font-size: 0.8125rem;
  padding-left: 1rem;
  margin-top: 0.25rem;
}

.result-restr-list li.result-restr-note::before {
  display: none;
}

/* ============================================
   WEIGHT CHART (interstício 1 — gráfico SVG)
   ============================================ */
.weight-chart-wrap {
  margin: 0.75rem 0 0.25rem;
  padding: 1.25rem 0.5rem 0.5rem;
  background: linear-gradient(180deg, rgba(28, 38, 64, 0.4) 0%, rgba(19, 27, 46, 0.2) 100%);
  border-radius: 16px;
  border: 1px solid rgba(167, 176, 196, 0.08);
}

.weight-chart {
  display: block;
  width: 100%;
  height: auto;
}

.weight-chart .chart-line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: drawLine 1.2s cubic-bezier(0.65, 0, 0.35, 1) 180ms forwards;
}

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

.weight-chart .chart-area {
  opacity: 0;
  animation: fadeArea 600ms ease-out 900ms forwards;
}

@keyframes fadeArea {
  to { opacity: 1; }
}

.weight-chart .chart-dot-start {
  opacity: 0;
  animation: dotIn 400ms cubic-bezier(0.16, 1, 0.3, 1) 400ms forwards;
}

.weight-chart .chart-dot-end {
  opacity: 0;
  transform-origin: center;
  animation: dotIn 500ms cubic-bezier(0.34, 1.56, 0.64, 1) 1.3s forwards,
             dotPulse 2.2s ease-in-out 2.0s infinite;
}

.weight-chart .chart-dot-mid {
  opacity: 0;
  transform-origin: center;
  animation: dotIn 500ms cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s forwards;
}

@keyframes dotIn {
  from { opacity: 0; transform: scale(0); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes dotPulse {
  0%, 100% { filter: url(#dotGlow) drop-shadow(0 0 0 rgba(0, 212, 164, 0.6)); }
  50%      { filter: url(#dotGlow) drop-shadow(0 0 12px rgba(0, 212, 164, 0.8)); }
}

.weight-chart .chart-delta {
  opacity: 0;
  animation: deltaIn 500ms cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
}

/* IMPORTANTE: NÃO animar transform aqui. Em SVG, CSS transform sobrescreve
   o attribute transform="translate(...)" do <g>, jogando o badge pro lugar errado.
   Anima só opacity. */
@keyframes deltaIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.weight-chart text {
  font-feature-settings: 'tnum';
}

.chart-axis {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 1rem 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5D6783;
}

/* Axis com 3 pontos: meio é absoluto pra colar embaixo do dot do evento */
.chart-axis.chart-axis-3 {
  position: relative;
  min-height: 16px;
}

.chart-axis.chart-axis-3 .axis-mid {
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #FFB547;
  font-weight: 700;
}

/* 2ª linha do axis: marca de evento quando é DEPOIS da meta */
.chart-axis-event {
  text-align: right;
  padding: 0.25rem 1rem 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFB547;
}

/* ============================================
   OFERTA — tela-prêmio (app grátis)
   ============================================ */
.offer-card {
  margin-top: 0.5rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(0, 212, 164, 0.35);
  border-radius: 18px;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(0, 212, 164, 0.10) 0%, rgba(0, 212, 164, 0) 60%),
    rgba(28, 38, 64, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 212, 164, 0.05), 0 18px 40px -24px rgba(0, 212, 164, 0.5);
}

.offer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00E5B5;
  background: rgba(0, 212, 164, 0.12);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  margin-bottom: 0.85rem;
}

.offer-title {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  color: #E8ECF4;
  margin: 0 0 0.4rem;
}

.offer-subtitle {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #A7B0C4;
  margin: 0 0 1.1rem;
}
.offer-subtitle strong { color: #00E5B5; }

.offer-benefits {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.offer-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #E8ECF4;
}

.offer-check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 212, 164, 0.15);
  color: #00E5B5;
  margin-top: 1px;
}

.offer-reassure {
  font-size: 0.875rem;
  font-weight: 600;
  color: #00D4A4;
  text-align: center;
  margin: 0 0 1rem;
}

.offer-card .cta-primary {
  width: 100%;
  margin: 0;
}

.offer-firstwin {
  font-size: 0.8125rem;
  color: #A7B0C4;
  text-align: center;
  margin: 0.7rem 0 0;
}

.offer-secondary {
  font-size: 0.8125rem;
  color: #5D6783;
  text-align: center;
  margin: 0.9rem 0 0;
}

.offer-secondary-link {
  color: #A7B0C4;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.offer-secondary-link:hover { color: #00D4A4; }

/* ============================================
   RADAR / COMPARATIVO / PROVA — turbinada do resultado
   (verde Livowa via variáveis; troca fácil quando a paleta oficial chegar)
   ============================================ */
:root {
  --liv-green: #00D4A4;
  --liv-green-bright: #00E5B5;
  --liv-ink: #E8ECF4;
  --liv-muted: #A7B0C4;
  --liv-card: rgba(28, 38, 64, 0.55);
  --liv-line: rgba(167, 176, 196, 0.16);
}

/* ---- RADAR ---- */
.radar-card {
  margin: 1.1rem 0 0;
  padding: 1.1rem 0.5rem 0.4rem;
  border: 1px solid var(--liv-line);
  border-radius: 18px;
  background:
    radial-gradient(90% 70% at 50% 38%, rgba(0, 212, 164, 0.10) 0%, rgba(0, 212, 164, 0) 65%),
    var(--liv-card);
}
.radar-title {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--liv-green-bright);
  text-align: center;
  margin: 0 0 0.4rem;
}
.radar-holder { width: 100%; max-width: 340px; margin: 0 auto; }
.radar-svg { width: 100%; height: auto; display: block; overflow: visible; }

.radar-ring { fill: none; stroke: rgba(167, 176, 196, 0.13); stroke-width: 1; }
.radar-axis { stroke: rgba(167, 176, 196, 0.13); stroke-width: 1; }
.radar-data {
  fill: rgba(0, 212, 164, 0.22);
  stroke: var(--liv-green-bright);
  stroke-width: 2;
  stroke-linejoin: round;
  transform-origin: 160px 142px;
  animation: radarPop 700ms cubic-bezier(.22,1,.36,1) both;
}
.radar-dot { fill: var(--liv-green-bright); }
.radar-dot.is-focus {
  fill: #fff;
  stroke: var(--liv-green-bright);
  stroke-width: 2.5;
  animation: radarPulse 2s ease-in-out infinite;
}
.radar-label {
  font-size: 10.5px;
  font-weight: 700;
  fill: var(--liv-muted);
  letter-spacing: 0.01em;
}
.radar-label.is-focus { fill: var(--liv-green-bright); }
.radar-legend {
  font-size: 0.75rem;
  color: var(--liv-muted);
  text-align: center;
  margin: 0.2rem 0 0.5rem;
  padding: 0 0.5rem;
}
@keyframes radarPop { from { transform: scale(0.1); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes radarPulse { 0%, 100% { r: 5; } 50% { r: 7; } }

/* ---- COMPARATIVO ---- */
.cmp-card { margin: 0; }
.cmp-title {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--liv-ink);
  text-align: center;
  margin: 0 0 1rem;
}
.cmp-table {
  border: 1px solid var(--liv-line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--liv-card);
}
.cmp-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(var(--cmp-cols), 38px);
  align-items: stretch;
  border-bottom: 1px solid var(--liv-line);
}
.cmp-row:last-child { border-bottom: 0; }
.cmp-head { background: rgba(10, 14, 26, 0.4); }
.cmp-crit {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1.25;
  color: var(--liv-ink);
  padding: 0.6rem 0.6rem 0.6rem 0.85rem;
}
.cmp-head .cmp-crit { color: var(--liv-muted); }
.cmp-col {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 800;
  color: var(--liv-muted);
  text-align: center;
  padding: 0.55rem 0.1rem;
  line-height: 1.05;
}
.cmp-col.is-hl { color: #0A0E1A; background: var(--liv-green); }
.cmp-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.1rem;
}
.cmp-cell.is-hl { background: rgba(0, 212, 164, 0.10); }
.cmp-yes {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(0, 212, 164, 0.18); color: var(--liv-green-bright);
}
.cmp-no { color: #5D6783; display: inline-flex; }

/* ---- PROVA SOCIAL ---- */
.prova-card { margin: 1.3rem 0 0; }
.prova-selos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.prova-selo {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  line-height: 1.2;
  color: var(--liv-muted);
  background: var(--liv-card);
  border: 1px solid var(--liv-line);
  border-radius: 12px;
  padding: 0.6rem 0.7rem;
}
.prova-selo-ic { color: var(--liv-green); flex: 0 0 auto; display: inline-flex; }
.prova-title {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--liv-muted);
  text-align: center;
  margin: 1.3rem 0 0.7rem;
}
.prova-deps { display: flex; flex-direction: column; gap: 0.6rem; }
.prova-dep {
  background: var(--liv-card);
  border: 1px solid var(--liv-line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
}
.prova-dep-txt { font-size: 0.9rem; line-height: 1.45; color: var(--liv-ink); margin: 0 0 0.6rem; font-style: italic; }
.prova-dep-who { display: flex; align-items: center; gap: 0.5rem; }
.prova-dep-foto { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.prova-dep-nome { font-size: 0.8125rem; font-weight: 700; color: var(--liv-green-bright); }
