body { margin: 0; background: #FBF7F4; }
  * { box-sizing: border-box; }
  a { color: #8C4E5B; text-decoration: none; }
  a:hover { color: #5E323C; }
  input, select, textarea, button { font-family: inherit; }
  @keyframes riseIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  [data-2col] > * { min-width: 0; }
  @media (max-width: 900px) {
    [data-2col] { grid-template-columns: 1fr !important; gap: 44px !important; }
    [data-steps] { border-left: 0 !important; padding-left: 0 !important; border-top: 1px solid #EADFD8; padding-top: 28px !important; }
    [data-2col] [data-sticky] { position: static !important; }
    [data-eyebrow] { display: none; }
    [data-pad] { padding-left: 20px !important; padding-right: 20px !important; }
    [data-h1] { font-size: 40px !important; }
    [data-h2] { font-size: 32px !important; }
  }
  @media (max-width: 640px) {
    [data-sec] { padding-left: 20px !important; padding-right: 20px !important; padding-top: 60px !important; padding-bottom: 60px !important; }
    [data-card] { padding: 26px 22px !important; }
    [data-faq-a] { padding-right: 0 !important; }
    [data-hero-media] { height: 300px !important; }
    [data-dra-media] { height: 320px !important; }
    [data-h1] { font-size: 34px !important; }
    [data-h2] { font-size: 28px !important; }
  }
  details > summary::-webkit-details-marker { display: none; }
  details[open] .faq-sinal { font-size: 0; }
  details[open] .faq-sinal::after { content: "−"; font-size: 22px; }
  .btn:hover { background: #5E323C !important; color: #FFF8F5 !important; }
  .btn-claro:hover { background: #FFFFFF !important; }
  .card-q:hover { border-color: #D9C4C0 !important; }
  img { max-width: 100%; }

  .campo { width: 100%; padding: 14px 16px; border: 1px solid #E0D4CD; border-radius: 12px; font-size: 15px; color: #241D1B; background: #FBF7F4; outline: none; }
  .campo:focus { border-color: #8C4E5B; background: #FFFDFB; }
  .opt { position: absolute; opacity: 0; pointer-events: none; }
  .opt-label { display: inline-block; border: 1px solid #E0D4CD; background: #FBF7F4; color: #554944; border-radius: 999px; padding: 10px 18px; font-size: 14.5px; cursor: pointer; transition: all .15s ease; }
  .opt-label:hover { border-color: #C9A9A6; }
  .opt:checked + .opt-label { background: #8C4E5B; border-color: #8C4E5B; color: #FFF8F5; }
  .opt:focus-visible + .opt-label { outline: 2px solid #8C4E5B; outline-offset: 2px; }
  .wa-flutuante { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px -8px rgba(0,0,0,.4); }
  .wa-flutuante:hover { background: #1EBE5B; }
  @media (max-width: 640px) { .wa-flutuante { right: 14px; bottom: 14px; } }
