/* CardioRunners LP - Desktop overrides (single place for desktop refinements) */
@media (min-width: 768px) {
  /* Mantido intencionalmente enxuto por enquanto.
     Use este arquivo para ajustes exclusivos de desktop. */
}

/* Planos: microlinhas "por dia" e abertura SESSÃO 9 — resets (mobile-only visuals) */
@media (min-width: 761px) {
  #planos .price-micro {
    display: none !important;
  }
  #planos .pricing-head-accent {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
  }
  #planos .pricing-section-sub {
    max-width: none !important;
    margin-top: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
  }

  /* Abertura agressiva só no mobile: desktop volta ao fluxo editorial padrão */
  #planos .pricing-open-bar {
    display: none !important;
  }
  #planos .pricing-head-br {
    display: none !important;
  }
  #planos .pricing-headline-wrap {
    width: auto !important;
    max-width: none !important;
    margin-top: 0 !important;
  }
  #planos .pricing-headline-wrap::before {
    display: none !important;
    content: none !important;
  }
  #planos .pricing-open-headline {
    font-size: clamp(2rem, 5vw, 4.4rem) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.07em !important;
    font-weight: 700 !important;
    color: var(--text) !important;
    -webkit-text-fill-color: var(--text) !important;
    text-wrap: unset !important;
  }
  /* Destaques comerciais — terracota (área de venda) */
  #planos .pricing-hl-comece,
  #planos .pricing-hl-acomp {
    color: #c04e31 !important;
    -webkit-text-fill-color: #c04e31 !important;
    font-weight: 900 !important;
    font-size: inherit !important;
  }

  #planos .pricing-km {
    color: #c04e31 !important;
    -webkit-text-fill-color: #c04e31 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  #planos .pricing-sub-key {
    color: #25563e !important;
    -webkit-text-fill-color: #25563e !important;
    font-weight: 700 !important;
  }
  #planos .pricing-open-inner .kicker {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.24em !important;
    color: var(--muted) !important;
    -webkit-text-fill-color: var(--muted) !important;
  }
}
