/* Jumper IA Landing — jumperagencia.com/inteligencia-artificial */

/* ── Reset para esta página ── */
.jumper-ia * { box-sizing: border-box; }
.jumper-ia { margin: 0; background: #000 !important; color: #fff !important; font-family: 'Outfit', system-ui, sans-serif !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.5; }
.jumper-ia h1, .jumper-ia h2, .jumper-ia h3, .jumper-ia h4 { color: #fff !important; }
.jumper-ia a { color: inherit !important; text-decoration: none !important; }
.jumper-ia .jia-accent { color: #FFC200 !important; }
.jumper-ia .jia-muted { color: #666 !important; }
.jumper-ia ::selection { background: #FFC200; color: #000; }
.jumper-ia a { color: inherit !important; text-decoration: none !important; }
.jumper-ia h1, .jumper-ia h2, .jumper-ia h3, .jumper-ia h4, .jumper-ia p, .jumper-ia ul { margin: 0; padding: 0; }
.jumper-ia ul { list-style: none; }
.jumper-ia img { max-width: 100%; height: auto; }

/* ── Animaciones ── */
@keyframes jumpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes jumpFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── NAV ── */
.jia-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.jia-logo {
  display: flex;
  align-items: center;
}
.jumper-ia .jia-logo-img {
  height: 30px !important;
  max-height: 30px !important;
  width: auto !important;
  object-fit: contain;
}
.jumper-ia .jia-logo-img--footer {
  height: 26px !important;
  max-height: 26px !important;
}

.jia-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
}
.jia-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #cfcfcf;
  transition: color 0.2s;
}
.jia-nav-link:hover { color: #FFC200; }
.jia-nav-link-hide { display: inline; }

.jia-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  background: #FFC200;
  padding: 11px 22px;
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}
.jia-btn-primary:hover {
  background: #ffd23f;
  transform: translateY(-1px);
  color: #000;
}

/* ── HERO ── */
.jia-hero {
  position: relative;
  min-height: clamp(560px, 90vh, 920px);
  display: flex;
  align-items: flex-start;
  padding: clamp(40px, 5vw, 70px) clamp(20px, 5vw, 72px) clamp(80px, 10vw, 140px);
  overflow: hidden;
}
.jia-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.85;
}
.jia-hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 70% 30%, rgba(255,194,0,0.10), transparent 60%);
}
.jia-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}
.jia-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border: 1px solid rgba(255,194,0,0.4);
  border-radius: 999px;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.jia-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFC200;
  box-shadow: 0 0 10px #FFC200;
  flex-shrink: 0;
}
.jia-eyebrow-text {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #FFC200;
}
.jia-hero h1 {
  font-size: clamp(44px, 8vw, 108px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.035em;
  margin: 0 0 clamp(20px, 3vw, 30px);
}
.jia-accent { color: #FFC200; }
.jia-hero-sub {
  font-size: clamp(17px, 2.1vw, 23px);
  line-height: 1.5;
  color: #b8b8b8 !important;
  max-width: 620px;
  margin: 0 0 clamp(30px, 4vw, 44px);
  font-weight: 400;
}
.jia-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: clamp(20px, 3vw, 40px);
}
.jia-btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  background: #FFC200;
  padding: 16px 30px;
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}
.jia-btn-hero:hover {
  background: #ffd23f;
  transform: translateY(-2px);
  color: #000;
}
.jia-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 16px 26px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  transition: border-color 0.2s, color 0.2s;
}
.jia-btn-outline:hover {
  border-color: #FFC200;
  color: #FFC200;
}

/* ── Secciones comunes ── */
.jia-section {
  padding: clamp(70px, 9vw, 130px) clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.jia-section--alt { background: #0a0a0a; }
.jia-container {
  max-width: 1180px;
  margin: 0 auto;
}
.jia-section-header {
  margin-bottom: clamp(44px, 6vw, 72px);
}
.jia-section-header--wide { max-width: 780px; }
.jia-section-header--narrow { max-width: 720px; }
.jia-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFC200 !important;
  display: block;
}
.jia-h2 {
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 16px 0 0;
}
.jia-h2--smaller {
  font-size: clamp(32px, 5vw, 58px);
}
.jia-muted { color: #666; }
.jia-sub {
  font-size: clamp(16px, 1.8vw, 19px);
  color: #9a9a9a !important;
  line-height: 1.5;
  margin: 14px 0 0;
}

/* ── Grid genérica ── */
.jia-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(14px, 2vw, 26px);
}

/* ── CARDS PROBLEMA ── */
.jia-pain-card {
  padding: clamp(26px, 3vw, 38px);
  background: #0c0c0c;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  transition: border-color 0.25s;
}
.jia-pain-card:hover { border-color: rgba(255,194,0,0.45); }
.jia-pain-num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: #FFC200;
  line-height: 1;
  margin-bottom: 22px;
}
.jia-pain-text {
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.45;
  font-weight: 500;
  color: #e8e8e8 !important;
}

/* ── CARDS SERVICIOS ── */
.jia-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.jia-service-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
  background: #000;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s;
}
.jia-service-card:hover { border-color: #FFC200; }
.jia-service-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FFC200;
  transform: scaleX(0.18);
  transform-origin: left;
}
.jia-service-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FFC200;
  border-radius: 14px;
  margin-bottom: 26px;
}
.jia-service-icon-shape {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #FFC200;
}
.jia-service-icon-shape--circle { border-radius: 50%; }
.jia-service-icon-shape--square { border-radius: 3px; }

.jia-service-card h3 {
  font-size: clamp(21px, 2.3vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
}
.jia-service-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 40px;
  flex: 1;
}
.jia-service-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15.5px;
  line-height: 1.4;
  color: #bdbdbd !important;
}
.jia-service-dash {
  flex-shrink: 0;
  color: #FFC200;
  font-weight: 700;
  transform: translateY(-1px);
}
.jia-service-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 15px;
  color: #FFC200 !important;
  align-self: flex-start;
  transition: gap 0.2s;
  margin-top: 24px;
}
.jia-service-cta:hover { gap: 14px; color: #FFC200 !important; }

/* ── METODOLOGÍA (pasos) ── */
.jia-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(20px, 2.5vw, 32px);
}
.jia-step {
  position: relative;
  padding-top: 30px;
  border-top: 2px solid rgba(255,194,0,0.3);
}
.jia-step-num {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 800;
  color: #FFC200;
  line-height: 1;
  letter-spacing: -0.04em;
}
.jia-step h3 {
  font-size: clamp(20px, 2.2vw, 25px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 34px 0 12px;
}
.jia-step p {
  font-size: 15.5px;
  line-height: 1.5;
  color: #9e9e9e !important;
}

/* ── POR QUÉ JUMPER ── */
.jia-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.jia-why-reasons {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jia-why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.jia-why-chip {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFC200;
  color: #000;
  border-radius: 12px;
  font-weight: 800;
  font-size: 18px;
}
.jia-why-text {
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.45;
  color: #e6e6e6 !important;
  margin: 6px 0 0;
  font-weight: 500;
}

/* ── CTA FINAL ── */
.jia-cta-section {
  padding: clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.jia-cta-banner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #FFC200;
  border-radius: clamp(22px, 3vw, 34px);
  padding: clamp(48px, 8vw, 100px) clamp(28px, 6vw, 80px);
  text-align: center;
}
.jia-cta-glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 50%;
  height: 180%;
  background: radial-gradient(circle, rgba(0,0,0,0.08), transparent 70%);
}
.jia-cta-banner h2 {
  position: relative;
  font-size: clamp(34px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #000 !important;
  margin: 0 0 clamp(24px, 3vw, 34px);
}
.jia-btn-dark {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 20px);
  color: #FFC200;
  background: #000;
  padding: 18px 38px;
  border-radius: 999px;
  transition: background 0.2s, transform 0.2s;
}
.jia-btn-dark:hover {
  transform: translateY(-2px);
  background: #1a1a1a;
  color: #FFC200 !important;
}
.jia-cta-phone {
  position: relative;
  margin: 22px 0 0;
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(0,0,0,0.6);
}

/* ── FOOTER ── */
.jia-footer {
  padding: clamp(56px, 7vw, 90px) clamp(20px, 5vw, 72px) clamp(36px, 4vw, 52px);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.jia-footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(32px, 4vw, 56px);
}
.jia-footer-brand { max-width: 320px; }
.jia-footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}
.jia-footer-brand-logo span:first-child {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
}
.jia-footer-brand p {
  font-size: 15px;
  line-height: 1.5;
  color: #888 !important;
}
.jia-footer h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 16px;
}
.jia-footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 15px;
  color: #cfcfcf;
}
.jia-footer-links a { transition: color 0.2s; }
.jia-footer-links a:hover { color: #FFC200; }

.jia-footer-bottom {
  max-width: 1180px;
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 13px;
  color: #555;
}

/* ── FAQ ── */
.jia-faq {
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.jia-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.jia-faq-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.jia-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-size: clamp(16px, 1.9vw, 19px);
  font-weight: 600;
  color: #fff !important;
  list-style: none;
}
.jia-faq-question::-webkit-details-marker { display: none; }
.jia-faq-question::marker { display: none; content: ''; }
.jia-faq-chevron {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  flex-shrink: 0;
  color: #FFC200;
  transition: transform 0.3s;
}
.jia-faq-item[open] .jia-faq-chevron {
  transform: rotate(180deg);
}
.jia-faq-answer {
  padding: 0 0 24px;
}
.jia-faq-answer p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #9e9e9e !important;
  margin: 0;
}

/* ── Footer icons ── */
.jia-footer-links--icons li a,
.jia-footer-links--icons li .jia-footer-location {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jia-footer-location {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #cfcfcf;
}
.jia-footer-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #FFC200;
}

/* ── Ocultar título de página WP ── */
.jumper-ia .entry-title,
.jumper-ia .page-title,
.jumper-ia .entry-header,
.jumper-ia .page-header,
.jumper-ia header.entry-header,
.jumper-ia .elementor-page-title,
.jumper-ia h1.wp-block-post-title,
.jumper-ia .jia-no-title .entry-title,
.jumper-ia article header {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .jia-nav-link-hide { display: none !important; }
}
