/* =========================================================
   01. VARIABLES / ROOT ORBYTRA
========================================================= */


:root{
  --orby-bg: #060b14;
  --orby-text: rgba(255,255,255,.90);
  --orby-muted: rgba(255,255,255,.64);
  --orby-line: rgba(255,255,255,.10);
  --orby-cyan: #2fc2ff;
  --orby-font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  --orby-h1-desktop: 5rem;
  --orby-h1-tablet-large: 4.6rem;
  --orby-h1-tablet: 4rem;
  --orby-h1-mobile: 41px;
  --orby-h2-mobile: 34px;
  --orby-copy-desktop: 16px;
  --orby-copy-mobile: 15px;
  --orby-button-radius: 14px;
  --orby-button-height: 48px;
  --orby-button-font-size: .82rem;
}


/* =========================================================
   02. BASE GLOBAL / ASTRA
========================================================= */


.ast-container, .ast-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px !important; 
    padding-right: 0px !important; 
}

/* ===== ELIMINAR SUBRAYADO EN TODA LA WEB ===== */

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
  text-decoration:none !important;
}
/* ===== ELIMINAR back to top ===== */
div#ast-scroll-top {
    display: none !important;
}



/* ============================================================================================================================= 
   TEST IA
================================================================================================================================= */
#test-ia {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #0d0d0d;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: visible;
}

#test-ia *,
#test-ia *::before,
#test-ia *::after {
  box-sizing: border-box;
}

#test-ia h2 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

#test-ia input,
#test-ia select {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 14px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
  background: #161616;
  color: #fff;
  font-size: 14px;
  outline: none;
  display: block;
}

#test-ia select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5H5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
  line-height: 1.2;
}

#test-ia select option {
  background: #fff;
  color: #000;
}

#test-ia input::placeholder {
  color: #777;
}

#test-ia input:focus,
#test-ia select:focus {
  border: 1px solid #3b82f6;
}

#test-ia button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#test-ia button:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 20px rgba(59, 130, 246, 0.45);
}

#test-ia label {
  display: block;
  margin: 15px 0 5px;
  font-size: 14px;
  color: #aaa;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

#resultado {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

#cta-container {
  text-align: center;
}
