.elementor-93 .elementor-element.elementor-element-407b7cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-69f00b7 *//* =========================================================
   JUSTCASE MX — CONTACTO
   Bebas Neue + Inter
========================================================= */

:root {
  --font-title: 'Bebas Neue', Impact, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.jc-contact-page {
  --jc-bg: #ffffff;
  --jc-card: #ffffff;
  --jc-text: #111827;
  --jc-text-soft: #4b5563;
  --jc-line: #e5e7eb;
  --jc-accent: #6d28d9;
  --jc-accent-2: #7c3aed;
  --jc-accent-soft: #f6f0ff;
  --jc-dark: #111827;
  --jc-radius-xl: 30px;
  --jc-radius-lg: 22px;
  --jc-radius-md: 18px;
  --jc-shadow: 0 14px 34px rgba(17,24,39,.08);
  --jc-shadow-hover: 0 20px 44px rgba(17,24,39,.12);

  color: var(--jc-text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(109,40,217,.05) 0%, rgba(109,40,217,0) 24%),
    linear-gradient(180deg, #ffffff 0%, #fafafb 100%);
}

.jc-contact-page *,
.jc-contact-page *::before,
.jc-contact-page *::after {
  box-sizing: border-box;
}

.jc-contact-page a {
  color: inherit;
}

.jc-contact-container {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.jc-contact-center {
  text-align: center;
}

.jc-contact-section {
  padding: 30px 0;
}

.jc-contact-head {
  max-width: 780px;
  margin: 0 0 28px;
}

.jc-contact-head.jc-contact-center {
  margin-left: auto;
  margin-right: auto;
}

/* EYEBROWS / LABELS */
.jc-contact-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(109,40,217,.14);
  background: var(--jc-accent-soft);
  color: var(--jc-accent);
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
}

.jc-contact-eyebrow-dark {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
  color: #ffffff;
}

/* TITULOS */
.jc-contact-head h2,
.jc-contact-final h2,
.jc-contact-hero-copy h1 {
  margin: 0 0 10px;
  color: var(--jc-text);
  font-family: var(--font-title);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.jc-contact-hero-copy h1 {
  font-size: clamp(48px, 6.4vw, 86px);
  line-height: .90;
  margin-bottom: 16px;
  color: #0f172a;
  text-wrap: balance;
}

.jc-contact-head h2,
.jc-contact-final h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: .94;
}

/* TEXTO GENERAL */
.jc-contact-head p,
.jc-contact-final p,
.jc-contact-hero-copy p,
.jc-contact-card p,
.jc-contact-whatsapp-copy p,
.jc-contact-hero-card li,
.jc-contact-faq-answer p {
  margin: 0;
  color: var(--jc-text-soft);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

/* HERO */
.jc-contact-hero {
  padding: 22px 0 30px;
}

.jc-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px,1.05fr) minmax(300px,.95fr);
  gap: 24px;
  align-items: center;
}

/* ACTIONS */
.jc-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jc-contact-actions-center {
  justify-content: center;
}

.jc-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.jc-contact-btn:hover {
  transform: translateY(-2px);
}

.jc-contact-btn-primary {
  background: linear-gradient(135deg,#6d28d9,#9333ea);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 10px 24px rgba(109,40,217,.25);
  letter-spacing: .2px;
}

.jc-contact-btn-primary:hover {
  background: linear-gradient(135deg,#5b21b6,#7e22ce);
}

.jc-contact-btn-secondary {
  background: #ffffff;
  color: #111827 !important;
  border: 1px solid #e5e7eb;
}

.jc-contact-btn-secondary:hover {
  background: #f6f0ff;
  color: #6d28d9 !important;
  border-color: #6d28d9;
}

.jc-contact-btn-light {
  background: #ffffff;
  color: #111827 !important;
  border: 1px solid #ffffff;
}

.jc-contact-btn-outline-light {
  background: rgba(255,255,255,.10);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.20);
}

.jc-contact-btn-outline-light:hover {
  background: rgba(255,255,255,.16);
}

/* TAGS */
.jc-contact-points,
.jc-contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.jc-contact-points span,
.jc-contact-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  color: #111827;
  box-shadow: 0 8px 18px rgba(17,24,39,.04);
}

/* CARDS */
.jc-contact-hero-card,
.jc-contact-card,
.jc-contact-stat-card,
.jc-contact-whatsapp-box,
.jc-contact-faq-item {
  background: #ffffff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: var(--jc-radius-lg);
  box-shadow: var(--jc-shadow);
}

.jc-contact-hero-card {
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(109,40,217,.08) 0%, rgba(109,40,217,0) 24%),
    linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.jc-contact-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f6f0ff;
  color: #6d28d9;
  border: 1px solid rgba(109,40,217,.12);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
}

.jc-contact-hero-card h3,
.jc-contact-whatsapp-copy h3,
.jc-contact-card h3 {
  margin: 14px 0 10px;
  font-family: var(--font-title);
  font-size: 32px;
  line-height: .95;
  letter-spacing: .8px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111827;
}

.jc-contact-hero-card ul {
  margin: 0;
  padding-left: 18px;
}

.jc-contact-hero-card li + li {
  margin-top: 8px;
}

/* WHATSAPP */
.jc-contact-whatsapp-box {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    radial-gradient(circle at top left, rgba(109,40,217,.06) 0%, rgba(109,40,217,0) 22%),
    linear-gradient(180deg, #fcfcff 0%, #ffffff 100%);
}

.jc-contact-whatsapp-copy {
  max-width: 760px;
}

.jc-contact-whatsapp-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* GRIDS */
.jc-contact-grid {
  display: grid;
  gap: 18px;
}

.jc-contact-grid-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.jc-contact-grid-4 {
  grid-template-columns: repeat(4,minmax(0,1fr));
}

.jc-contact-card {
  padding: 22px 20px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.jc-contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--jc-shadow-hover);
  border-color: rgba(109,40,217,.14);
}

.jc-contact-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f0ff;
  border: 1px solid rgba(109,40,217,.12);
  font-size: 24px;
}

/* STATS */
.jc-contact-stat-card {
  padding: 22px 18px;
  text-align: center;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.jc-contact-stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-title);
  font-size: 42px;
  line-height: .95;
  font-weight: 400;
  letter-spacing: .8px;
  color: #111827;
}

.jc-contact-stat-card span {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  font-weight: 700;
}

/* FAQ */
.jc-contact-faq {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.jc-contact-faq-item {
  overflow: hidden;
}

.jc-contact-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 50px 18px 20px;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  color: #111827;
}

.jc-contact-faq-item summary::-webkit-details-marker {
  display: none;
}

.jc-contact-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #6d28d9;
}

.jc-contact-faq-item[open] summary::after {
  content: "–";
}

.jc-contact-faq-answer {
  padding: 0 20px 18px;
}

/* CTA FINAL */
.jc-contact-final {
  padding: 36px 28px;
  border-radius: 30px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(109,40,217,.18) 0%, rgba(109,40,217,0) 28%),
    linear-gradient(135deg,#111827 0%, #1f2937 55%, #4c1d95 100%);
  border: 1px solid rgba(109,40,217,.12);
  box-shadow: 0 22px 50px rgba(17,24,39,.16);
}

.jc-contact-final h2,
.jc-contact-final p {
  color: #ffffff;
}

.jc-contact-final p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,.86);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .jc-contact-grid-4 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 1024px) {
  .jc-contact-section {
    padding: 24px 0;
  }

  .jc-contact-hero-grid {
    grid-template-columns: 1fr;
  }

  .jc-contact-grid-3 {
    grid-template-columns: 1fr;
  }

  .jc-contact-whatsapp-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .jc-contact-whatsapp-actions {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .jc-contact-container {
    width: min(100% - 20px, 1220px);
  }

  .jc-contact-section {
    padding: 18px 0;
  }

  .jc-contact-hero-copy h1 {
    font-size: 52px;
    line-height: .9;
    letter-spacing: .8px;
  }

  .jc-contact-head h2,
  .jc-contact-final h2 {
    font-size: 42px;
    line-height: .92;
  }

  .jc-contact-hero-card h3,
  .jc-contact-whatsapp-copy h3,
  .jc-contact-card h3 {
    font-size: 28px;
  }

  .jc-contact-head p,
  .jc-contact-final p,
  .jc-contact-hero-copy p,
  .jc-contact-card p,
  .jc-contact-whatsapp-copy p,
  .jc-contact-hero-card li,
  .jc-contact-faq-answer p {
    font-size: 15px;
  }

  .jc-contact-actions {
    flex-direction: column;
  }

  .jc-contact-btn {
    width: 100%;
  }

  .jc-contact-grid-4 {
    grid-template-columns: 1fr;
  }

  .jc-contact-hero-card,
  .jc-contact-card,
  .jc-contact-stat-card,
  .jc-contact-whatsapp-box,
  .jc-contact-final,
  .jc-contact-faq-item {
    border-radius: 20px;
  }

  .jc-contact-hero-card,
  .jc-contact-card,
  .jc-contact-stat-card {
    padding: 18px 16px;
  }

  .jc-contact-whatsapp-box {
    padding: 18px 16px;
  }

  .jc-contact-final {
    padding: 28px 18px;
  }

  .jc-contact-faq-item summary {
    padding: 16px 44px 16px 16px;
    font-size: 16px;
  }

  .jc-contact-faq-answer {
    padding: 0 16px 16px;
  }
}

@media (max-width: 430px) {
  .jc-contact-hero-copy h1 {
    font-size: 45px;
  }

  .jc-contact-head h2,
  .jc-contact-final h2 {
    font-size: 36px;
  }

  .jc-contact-eyebrow {
    font-size: 12px;
  }
}/* End custom CSS */