.elementor-1413 .elementor-element.elementor-element-cb524fb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1413 .elementor-element.elementor-element-c545bd3 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1413 .elementor-element.elementor-element-c545bd3.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1413 .elementor-element.elementor-element-186b1a8.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-c545bd3 *//* =====================================================
   ORION / BOTÓN WHATSAPP
===================================================== */

.orion-whatsapp-btn {
  position: relative;
  display: inline-flex;
  min-height: 96px;
  padding: 14px 24px 14px 16px;
  align-items: center;
  gap: 18px;
  overflow: visible;

  border: 1px solid rgba(0, 56, 46, 0.12);
  border-radius: 999px;

  background: #ffffff;
  color: #111827;

  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.07);

  text-decoration: none;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.orion-whatsapp-btn:hover {
  transform: translateY(-3px);

  border-color: rgba(0, 56, 46, 0.2);

  background: #fbfdfc;

  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.11);
}

/* =====================================================
   AVATAR
===================================================== */

.orion-wa-avatar-wrap {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  overflow: visible;
}

.orion-wa-avatar {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;

  border-radius: 50%;

  background: #00382e;

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 8px 22px rgba(0, 56, 46, 0.14);
}

.orion-wa-avatar img {
  display: block;
  width: 100%;
  height: 100%;

  border-radius: 50%;

  object-fit: cover;
  object-position: center;
}

/* =====================================================
   ESTADO ONLINE
===================================================== */

.orion-online {
  position: absolute;
  right: -2px;
  bottom: 3px;
  z-index: 5;

  width: 17px;
  height: 17px;

  border: 3px solid #ffffff;
  border-radius: 50%;

  background: #22c55e;

  box-shadow:
    0 3px 10px rgba(34, 197, 94, 0.35);
}

.orion-online::before {
  position: absolute;
  inset: -6px;

  border: 2px solid rgba(34, 197, 94, 0.32);
  border-radius: 50%;

  content: "";

  animation: orionWhatsappPulse 2s ease-out infinite;
}

@keyframes orionWhatsappPulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.45);
    opacity: 0;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

/* =====================================================
   TEXTO
===================================================== */

.orion-wa-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.orion-wa-top {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #25d366;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.orion-wa-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.orion-wa-content strong {
  display: block;

  color: #111827;

  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

/* =====================================================
   FLECHA
===================================================== */

.orion-wa-arrow {
  display: flex;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;

  color: #00382e;

  font-size: 38px;
  font-weight: 500;
  line-height: 1;

  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

.orion-whatsapp-btn:hover .orion-wa-arrow {
  transform: translateX(5px);
  color: #0f6b4f;
}

/* =====================================================
   FOCUS / ACCESIBILIDAD
===================================================== */

.orion-whatsapp-btn:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.35);
  outline-offset: 4px;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {

  .orion-whatsapp-btn {
    width: 100%;
    min-height: 88px;
    padding: 12px 18px 12px 13px;
    gap: 14px;
  }

  .orion-wa-avatar-wrap {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .orion-wa-avatar {
    width: 62px;
    height: 62px;
  }

  .orion-online {
    width: 16px;
    height: 16px;
    right: -2px;
    bottom: 1px;
  }

  .orion-wa-top {
    font-size: 13px;
  }

  .orion-wa-content strong {
    font-size: 20px;
  }

  .orion-wa-arrow {
    width: 34px;
    height: 34px;
    margin-left: auto;
    flex-basis: 34px;
    font-size: 31px;
  }
}

/* =====================================================
   REDUCIR MOVIMIENTO
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .orion-whatsapp-btn,
  .orion-wa-arrow,
  .orion-online::before {
    animation: none;
    transition: none;
  }

  .orion-whatsapp-btn:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c545bd3 *//* =====================================================
  ORION WEBFLEX™ / LANDING PAGE 2026
===================================================== */

/* =====================================================
  VARIABLES Y BASE
===================================================== */

.orion-webflex-page {
  --owf-dark: #06100c;
  --owf-dark-2: #07130f;
  --owf-dark-3: #0b2d22;
  --owf-green: #0f6b4f;
  --owf-green-2: #18b886;
  --owf-green-light: #7ff0c5;
  --owf-mint: #dff5ec;
  --owf-mint-2: #e4f7ef;
  --owf-soft: #f7faf8;
  --owf-soft-2: #edf7f2;
  --owf-white: #ffffff;
  --owf-text: #07130f;
  --owf-body: #243244;
  --owf-muted: #5f6f83;
  --owf-line: rgba(15, 23, 42, 0.12);
  --owf-shadow: 0 18px 50px rgba(2, 6, 23, 0.07);
  --owf-shadow-lg: 0 30px 90px rgba(2, 6, 23, 0.14);

  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: var(--owf-soft);
  color: var(--owf-text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
}

.orion-webflex-page,
.orion-webflex-page *,
.orion-webflex-page *::before,
.orion-webflex-page *::after {
  box-sizing: border-box;
}

.orion-webflex-page img {
  max-width: 100%;
}

.orion-webflex-page a {
  text-underline-offset: 3px;
}

.orion-webflex-page .owf-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.orion-webflex-page .owf-section {
  padding: 96px 0;
}

.orion-webflex-page .owf-heading {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.orion-webflex-page .owf-kicker {
  margin: 0 0 12px;
  color: var(--owf-green);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.orion-webflex-page .owf-title {
  margin: 0 0 18px;
  color: var(--owf-dark-2);
  font-size: clamp(35px, 4.7vw, 60px);
  font-weight: 950;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.orion-webflex-page .owf-subtitle {
  margin: 0;
  color: var(--owf-muted);
  font-size: 18px;
  line-height: 1.68;
}

/* =====================================================
  BOTONES
===================================================== */

.orion-webflex-page .owf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.orion-webflex-page .owf-btn {
  display: inline-flex;
  min-height: 53px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.orion-webflex-page .owf-btn:hover {
  transform: translateY(-3px);
}

.orion-webflex-page .owf-btn-primary {
  background: var(--owf-white);
  color: #063b2c;
  box-shadow: 0 18px 45px rgba(24, 184, 134, 0.22);
}

.orion-webflex-page .owf-btn-primary:hover {
  background: var(--owf-green-light);
}

.orion-webflex-page .owf-btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--owf-white);
}

.orion-webflex-page .owf-btn-secondary:hover {
  border-color: rgba(127, 240, 197, 0.5);
  background: rgba(127, 240, 197, 0.1);
}

.orion-webflex-page .owf-btn-green {
  background: var(--owf-green-light);
  color: #063b2c;
  box-shadow: 0 18px 45px rgba(24, 184, 134, 0.25);
}

.orion-webflex-page .owf-btn-green:hover {
  background: var(--owf-white);
}

/* =====================================================
  HERO
===================================================== */

.orion-webflex-page .owf-hero {
  position: relative;
  padding: 150px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(24, 184, 134, 0.38),
      transparent 32%
    ),
    radial-gradient(
      circle at 85% 20%,
      rgba(127, 240, 197, 0.14),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #030806 0%,
      #07130f 54%,
      #0b2d22 100%
    );
  color: var(--owf-white);
}

.orion-webflex-page .owf-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.orion-webflex-page .owf-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: 58px;
  align-items: center;
}

.orion-webflex-page .owf-eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 14px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #c8f7e5;
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.orion-webflex-page .owf-live-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--owf-green-2);
  box-shadow: 0 0 18px var(--owf-green-2);
}

.orion-webflex-page .owf-hero h1 {
  max-width: 750px;
  margin: 0 0 25px;
  color: var(--owf-white);
  font-size: clamp(46px, 6.25vw, 80px);
  font-weight: 950;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.orion-webflex-page .owf-hero h1 span {
  color: var(--owf-green-light);
}

.orion-webflex-page .owf-hero-description {
  max-width: 670px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 19px;
  line-height: 1.65;
}

.orion-webflex-page .owf-hero-description strong {
  color: var(--owf-white);
}

.orion-webflex-page .owf-price-hero {
  display: flex;
  margin-bottom: 31px;
  align-items: flex-end;
  gap: 12px;
}

.orion-webflex-page .owf-price-hero > span {
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 850;
}

.orion-webflex-page .owf-price-hero div {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.orion-webflex-page .owf-price-hero strong {
  color: var(--owf-green-light);
  font-size: clamp(55px, 6vw, 76px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.85;
}

.orion-webflex-page .owf-price-hero small {
  max-width: 100px;
  padding-bottom: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.35;
}

.orion-webflex-page .owf-hero-points {
  display: flex;
  margin: 31px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.orion-webflex-page .owf-hero-points li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

/* =====================================================
  HERO VISUAL
===================================================== */

.orion-webflex-page .owf-hero-visual {
  position: relative;
  min-height: 520px;
}

.orion-webflex-page .owf-browser {
  position: absolute;
  top: 36px;
  right: 0;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.43);
  backdrop-filter: blur(16px);
}

.orion-webflex-page .owf-browser-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 48px;
  padding: 0 16px;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.93);
}

.orion-webflex-page .owf-browser-dots {
  display: flex;
  gap: 6px;
}

.orion-webflex-page .owf-browser-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbd5e1;
}

.orion-webflex-page .owf-browser-top > span {
  padding: 7px 14px;
  border-radius: 999px;
  background: #eef2f1;
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.orion-webflex-page .owf-browser-screen {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.orion-webflex-page .owf-browser-screen img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.orion-webflex-page .owf-browser-screen::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(6, 16, 12, 0.02),
      rgba(6, 16, 12, 0.82)
    );
  content: "";
}

.orion-webflex-page .owf-browser-message {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(6, 16, 12, 0.81);
  backdrop-filter: blur(14px);
}

.orion-webflex-page .owf-browser-message span,
.orion-webflex-page .owf-browser-message strong {
  display: block;
}

.orion-webflex-page .owf-browser-message span {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.orion-webflex-page .owf-browser-message strong {
  color: var(--owf-white);
  font-size: 20px;
}

.orion-webflex-page .owf-floating {
  position: absolute;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 19px;
  background: var(--owf-white);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.26);
}

.orion-webflex-page .owf-floating-payment {
  bottom: 52px;
  left: -13px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
}

.orion-webflex-page .owf-floating-support {
  top: 0;
  right: 5px;
}

.orion-webflex-page .owf-floating-icon {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  font-size: 16px;
  font-weight: 950;
}

.orion-webflex-page .owf-floating strong,
.orion-webflex-page .owf-floating small {
  display: block;
}

.orion-webflex-page .owf-floating strong {
  margin-bottom: 4px;
  color: var(--owf-green);
  font-size: 15px;
}

.orion-webflex-page .owf-floating small {
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
}

/* =====================================================
  RESPUESTA DIRECTA
===================================================== */

.orion-webflex-page .owf-answer-section {
  position: relative;
  z-index: 5;
  margin-top: -40px;
}

.orion-webflex-page .owf-answer-box {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  padding: 42px;
  align-items: center;
  border: 1px solid var(--owf-line);
  border-radius: 30px;
  background: var(--owf-white);
  box-shadow: var(--owf-shadow-lg);
}

.orion-webflex-page .owf-answer-heading h2 {
  margin: 0;
  color: var(--owf-dark-2);
  font-size: clamp(28px, 3.2vw, 43px);
  font-weight: 950;
  letter-spacing: -0.047em;
  line-height: 1;
}

.orion-webflex-page .owf-answer-copy {
  padding-left: 38px;
  border-left: 1px solid var(--owf-line);
}

.orion-webflex-page .owf-answer-copy p {
  margin: 0 0 13px;
  color: var(--owf-muted);
  font-size: 16px;
  line-height: 1.67;
}

.orion-webflex-page .owf-answer-copy p:last-child {
  margin-bottom: 0;
}

.orion-webflex-page .owf-answer-copy strong {
  color: var(--owf-dark-2);
}

/* =====================================================
  PROBLEMA
===================================================== */

.orion-webflex-page .owf-problem-section {
  background:
    radial-gradient(
      circle at 86% 15%,
      rgba(24, 184, 134, 0.1),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      var(--owf-soft-2),
      var(--owf-soft)
    );
}

.orion-webflex-page .owf-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.orion-webflex-page .owf-problem-card {
  padding: 29px;
  border: 1px solid var(--owf-line);
  border-radius: 25px;
  background: var(--owf-white);
  box-shadow: var(--owf-shadow);
}

.orion-webflex-page .owf-problem-card > span {
  display: flex;
  width: 43px;
  height: 43px;
  margin-bottom: 23px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  font-size: 12px;
  font-weight: 950;
}

.orion-webflex-page .owf-problem-card h3 {
  margin: 0 0 11px;
  color: var(--owf-dark-2);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.orion-webflex-page .owf-problem-card p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 15px;
  line-height: 1.64;
}

/* =====================================================
  PROPUESTA DE VALOR OSCURA
===================================================== */

.orion-webflex-page .owf-dark-section {
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(24, 184, 134, 0.19),
      transparent 31%
    ),
    radial-gradient(
      circle at 87% 80%,
      rgba(127, 240, 197, 0.07),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #030806,
      #07130f 55%,
      #0b2d22
    );
  color: var(--owf-white);
}

.orion-webflex-page .owf-dark-section .owf-kicker {
  color: var(--owf-green-light);
}

.orion-webflex-page .owf-dark-section .owf-title {
  color: var(--owf-white);
}

.orion-webflex-page .owf-dark-section .owf-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.orion-webflex-page .owf-solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 55px;
  align-items: center;
}

.orion-webflex-page .owf-inline-link {
  display: inline-flex;
  margin-top: 26px;
  align-items: center;
  gap: 8px;
  color: var(--owf-green-light);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.orion-webflex-page .owf-solution-points {
  display: grid;
  gap: 14px;
}

.orion-webflex-page .owf-solution-points article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
}

.orion-webflex-page .owf-solution-points article > span {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(127, 240, 197, 0.12);
  color: var(--owf-green-light);
  font-size: 12px;
  font-weight: 950;
}

.orion-webflex-page .owf-solution-points h3 {
  margin: 0 0 7px;
  color: var(--owf-white);
  font-size: 20px;
  font-weight: 900;
}

.orion-webflex-page .owf-solution-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.6;
}

/* =====================================================
  INCLUYE
===================================================== */

.orion-webflex-page .owf-includes-section {
  background: var(--owf-white);
}

.orion-webflex-page .owf-includes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.orion-webflex-page .owf-include-card {
  padding: 27px;
  border: 1px solid var(--owf-line);
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f7faf8
    );
  box-shadow: 0 15px 45px rgba(2, 6, 23, 0.045);
}

.orion-webflex-page .owf-include-code {
  display: flex;
  width: 51px;
  height: 51px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  font-size: 10px;
  font-weight: 950;
}

.orion-webflex-page .owf-include-card h3 {
  margin: 0 0 10px;
  color: var(--owf-dark-2);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.orion-webflex-page .owf-include-card p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 14px;
  line-height: 1.62;
}

/* =====================================================
  TRANQUILIDAD
===================================================== */

.orion-webflex-page .owf-peace-section {
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(24, 184, 134, 0.11),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      var(--owf-soft-2),
      var(--owf-soft)
    );
}

.orion-webflex-page .owf-peace-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 55px;
  align-items: center;
}

.orion-webflex-page .owf-dashboard {
  padding: 25px;
  border: 1px solid rgba(15, 107, 79, 0.14);
  border-radius: 31px;
  background: var(--owf-white);
  box-shadow: var(--owf-shadow-lg);
}

.orion-webflex-page .owf-dashboard-top {
  padding: 5px 5px 21px;
  border-bottom: 1px solid var(--owf-line);
}

.orion-webflex-page .owf-dashboard-top span,
.orion-webflex-page .owf-dashboard-top strong {
  display: block;
}

.orion-webflex-page .owf-dashboard-top span {
  margin-bottom: 6px;
  color: var(--owf-muted);
  font-size: 12px;
  font-weight: 800;
}

.orion-webflex-page .owf-dashboard-top strong {
  color: var(--owf-green);
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.orion-webflex-page .owf-status-list {
  display: grid;
  gap: 11px;
  padding: 21px 0;
}

.orion-webflex-page .owf-status-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 15px;
  align-items: center;
  border: 1px solid var(--owf-line);
  border-radius: 17px;
  background: var(--owf-soft);
}

.orion-webflex-page .owf-status-check {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  font-size: 15px;
  font-weight: 950;
}

.orion-webflex-page .owf-status-list strong,
.orion-webflex-page .owf-status-list small {
  display: block;
}

.orion-webflex-page .owf-status-list strong {
  margin-bottom: 3px;
  color: var(--owf-dark-2);
  font-size: 14px;
}

.orion-webflex-page .owf-status-list small {
  color: var(--owf-green);
  font-size: 11px;
  font-weight: 850;
}

.orion-webflex-page .owf-dashboard-footer {
  padding: 18px;
  border-radius: 17px;
  background: var(--owf-mint-2);
}

.orion-webflex-page .owf-dashboard-footer span,
.orion-webflex-page .owf-dashboard-footer strong {
  display: block;
}

.orion-webflex-page .owf-dashboard-footer span {
  margin-bottom: 5px;
  color: var(--owf-muted);
  font-size: 11px;
}

.orion-webflex-page .owf-dashboard-footer strong {
  color: var(--owf-green);
  font-size: 15px;
}

.orion-webflex-page .owf-check-list {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.orion-webflex-page .owf-check-list li {
  position: relative;
  padding-left: 27px;
  color: var(--owf-body);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}

.orion-webflex-page .owf-check-list li::before {
  position: absolute;
  left: 0;
  color: var(--owf-green);
  content: "✓";
  font-weight: 950;
}

/* =====================================================
  PROCESO
===================================================== */

.orion-webflex-page .owf-process-section {
  background: var(--owf-white);
}

.orion-webflex-page .owf-process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.orion-webflex-page .owf-process-grid li {
  min-height: 275px;
  padding: 28px;
  border: 1px solid rgba(15, 107, 79, 0.13);
  border-radius: 25px;
  background:
    linear-gradient(
      180deg,
      var(--owf-soft),
      var(--owf-soft-2)
    );
}

.orion-webflex-page .owf-process-grid li > span {
  display: block;
  margin-bottom: 54px;
  color: var(--owf-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.orion-webflex-page .owf-process-grid h3 {
  margin: 0 0 10px;
  color: var(--owf-dark-2);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.orion-webflex-page .owf-process-grid p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* =====================================================
  PRECIO
===================================================== */

.orion-webflex-page .owf-pricing-section {
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(24, 184, 134, 0.2),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #030806,
      #07130f 55%,
      #0b2d22
    );
}

.orion-webflex-page .owf-pricing-box {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.28);
}

.orion-webflex-page .owf-pricing-main {
  padding: 57px;
  color: var(--owf-white);
}

.orion-webflex-page .owf-pricing-label {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(127, 240, 197, 0.24);
  border-radius: 999px;
  background: rgba(127, 240, 197, 0.09);
  color: var(--owf-green-light);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.orion-webflex-page .owf-pricing-main h2 {
  margin: 0 0 18px;
  color: var(--owf-white);
  font-size: clamp(37px, 4.8vw, 59px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.orion-webflex-page .owf-pricing-main > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.65;
}

.orion-webflex-page .owf-main-price {
  margin-bottom: 30px;
}

.orion-webflex-page .owf-main-price span,
.orion-webflex-page .owf-main-price strong,
.orion-webflex-page .owf-main-price small {
  display: block;
}

.orion-webflex-page .owf-main-price span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 850;
}

.orion-webflex-page .owf-main-price strong {
  color: var(--owf-green-light);
  font-size: clamp(64px, 8vw, 92px);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.85;
}

.orion-webflex-page .owf-main-price small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 800;
}

.orion-webflex-page .owf-pricing-details {
  padding: 52px;
  background: var(--owf-white);
}

.orion-webflex-page .owf-pricing-details h3 {
  margin: 0 0 22px;
  color: var(--owf-dark-2);
  font-size: 23px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.orion-webflex-page .owf-pricing-details ul {
  display: grid;
  margin: 0 0 24px;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 19px;
  list-style: none;
}

.orion-webflex-page .owf-pricing-details li {
  position: relative;
  padding-left: 21px;
  color: var(--owf-body);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.48;
}

.orion-webflex-page .owf-pricing-details li::before {
  position: absolute;
  left: 0;
  color: var(--owf-green);
  content: "✓";
  font-weight: 950;
}

.orion-webflex-page .owf-pricing-note {
  padding: 18px;
  border: 1px solid #efd39d;
  border-radius: 18px;
  background: #fff8e9;
}

.orion-webflex-page .owf-pricing-note strong {
  display: block;
  margin-bottom: 6px;
  color: #6d4a0e;
  font-size: 14px;
}

.orion-webflex-page .owf-pricing-note p {
  margin: 0;
  color: #765d32;
  font-size: 12px;
  line-height: 1.58;
}

/* =====================================================
  COMPARATIVA
===================================================== */

.orion-webflex-page .owf-comparison-section {
  background:
    radial-gradient(
      circle at 87% 18%,
      rgba(24, 184, 134, 0.1),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--owf-soft-2),
      var(--owf-soft)
    );
}

.orion-webflex-page .owf-comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--owf-line);
  border-radius: 28px;
  background: var(--owf-white);
  box-shadow: var(--owf-shadow);
}

.orion-webflex-page .owf-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.orion-webflex-page .owf-comparison-table th,
.orion-webflex-page .owf-comparison-table td {
  padding: 20px 23px;
  border-bottom: 1px solid var(--owf-line);
  text-align: left;
}

.orion-webflex-page .owf-comparison-table th {
  background: var(--owf-dark-2);
  color: var(--owf-white);
  font-size: 14px;
}

.orion-webflex-page .owf-comparison-table th:last-child {
  background: var(--owf-green);
}

.orion-webflex-page .owf-comparison-table td {
  color: var(--owf-muted);
  font-size: 14px;
  line-height: 1.5;
}

.orion-webflex-page .owf-comparison-table td:first-child {
  color: var(--owf-dark-2);
  font-weight: 900;
}

.orion-webflex-page .owf-comparison-table tr:last-child td {
  border-bottom: 0;
}

/* =====================================================
  AUDIENCIA
===================================================== */

.orion-webflex-page .owf-audience-section {
  background: var(--owf-white);
}

.orion-webflex-page .owf-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.orion-webflex-page .owf-audience-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--owf-line);
  border-radius: 25px;
  background:
    linear-gradient(
      180deg,
      var(--owf-white),
      var(--owf-soft-2)
    );
}

.orion-webflex-page .owf-audience-grid article > span {
  display: block;
  margin-bottom: 49px;
  color: var(--owf-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.orion-webflex-page .owf-audience-grid h3 {
  margin: 0 0 10px;
  color: var(--owf-dark-2);
  font-size: 21px;
  font-weight: 900;
}

.orion-webflex-page .owf-audience-grid p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* =====================================================
  CONDICIONES
===================================================== */

.orion-webflex-page .owf-terms-section {
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(24, 184, 134, 0.11),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--owf-soft-2),
      var(--owf-soft)
    );
}

.orion-webflex-page .owf-terms-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 55px;
  align-items: start;
}

.orion-webflex-page .owf-terms-heading {
  position: sticky;
  top: 110px;
}

.orion-webflex-page .owf-terms-list {
  display: grid;
  gap: 13px;
}

.orion-webflex-page .owf-terms-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--owf-line);
  border-radius: 21px;
  background: var(--owf-white);
}

.orion-webflex-page .owf-terms-list article > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  font-size: 11px;
  font-weight: 950;
}

.orion-webflex-page .owf-terms-list h3 {
  margin: 0 0 6px;
  color: var(--owf-dark-2);
  font-size: 18px;
  font-weight: 900;
}

.orion-webflex-page .owf-terms-list p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 14px;
  line-height: 1.62;
}

/* =====================================================
  UBICACIÓN
===================================================== */

.orion-webflex-page .owf-location-section {
  background:
    radial-gradient(
      circle at 15% 18%,
      rgba(24, 184, 134, 0.19),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #030806,
      #07130f 55%,
      #0b2d22
    );
}

.orion-webflex-page .owf-location-box {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  padding: 45px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.24);
}

.orion-webflex-page .owf-location-box .owf-kicker {
  color: var(--owf-green-light);
}

.orion-webflex-page .owf-location-box h2 {
  margin: 0;
  color: var(--owf-white);
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -0.052em;
  line-height: 1;
}

.orion-webflex-page .owf-location-box p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.67;
}

.orion-webflex-page .owf-location-box a {
  color: var(--owf-green-light);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}

/* =====================================================
  FAQ
===================================================== */

.orion-webflex-page .owf-faq-section {
  background: var(--owf-white);
}

.orion-webflex-page .owf-faq-list {
  display: grid;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  gap: 13px;
}

.orion-webflex-page .owf-faq-item {
  overflow: hidden;
  border: 1px solid var(--owf-line);
  border-radius: 21px;
  background: var(--owf-soft);
  box-shadow: 0 13px 40px rgba(2, 6, 23, 0.04);
}

.orion-webflex-page .owf-faq-item summary {
  position: relative;
  padding: 23px 62px 23px 23px;
  color: var(--owf-dark-2);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.orion-webflex-page .owf-faq-item summary::-webkit-details-marker {
  display: none;
}

.orion-webflex-page .owf-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  content: "+";
  font-size: 20px;
  transform: translateY(-50%);
}

.orion-webflex-page .owf-faq-item[open] summary::after {
  content: "−";
}

.orion-webflex-page .owf-faq-item > div {
  padding: 0 23px 23px;
}

.orion-webflex-page .owf-faq-item p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 15px;
  line-height: 1.68;
}

/* =====================================================
  CTA
===================================================== */

.orion-webflex-page .owf-cta-section {
  padding: 96px 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(24, 184, 134, 0.1),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--owf-soft-2),
      var(--owf-soft)
    );
}

.orion-webflex-page .owf-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  padding: 61px;
  align-items: center;
  border-radius: 39px;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(24, 184, 134, 0.28),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #06100c,
      #0b2d22
    );
  color: var(--owf-white);
  box-shadow: 0 28px 85px rgba(2, 6, 23, 0.18);
}

.orion-webflex-page .owf-cta .owf-kicker {
  color: var(--owf-green-light);
}

.orion-webflex-page .owf-cta h2 {
  max-width: 760px;
  margin: 0 0 13px;
  color: var(--owf-white);
  font-size: clamp(34px, 4.7vw, 54px);
  font-weight: 950;
  letter-spacing: -0.056em;
  line-height: 0.98;
}

.orion-webflex-page .owf-cta p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

/* =====================================================
  FORMULARIO
===================================================== */

.orion-webflex-page .owf-form-section {
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(24, 184, 134, 0.09),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--owf-white),
      var(--owf-soft)
    );
}

.orion-webflex-page .owf-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: start;
}

.orion-webflex-page .owf-form-copy {
  position: sticky;
  top: 110px;
  padding: 35px;
  border: 1px solid var(--owf-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--owf-shadow);
}

.orion-webflex-page .owf-form-copy > h2 {
  margin: 0 0 16px;
  color: var(--owf-dark-2);
  font-size: clamp(34px, 4vw, 47px);
  font-weight: 950;
  letter-spacing: -0.052em;
  line-height: 1;
}

.orion-webflex-page .owf-form-copy > p:not(.owf-kicker) {
  margin: 0;
  color: var(--owf-muted);
  font-size: 16px;
  line-height: 1.65;
}

.orion-webflex-page .owf-form-steps {
  display: grid;
  margin-top: 26px;
  gap: 12px;
}

.orion-webflex-page .owf-form-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--owf-line);
  border-radius: 18px;
  background: var(--owf-soft);
}

.orion-webflex-page .owf-form-steps article > span {
  display: flex;
  width: 37px;
  height: 37px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--owf-mint-2);
  color: var(--owf-green);
  font-size: 11px;
  font-weight: 950;
}

.orion-webflex-page .owf-form-steps h3 {
  margin: 0 0 5px;
  color: var(--owf-dark-2);
  font-size: 15px;
  font-weight: 900;
}

.orion-webflex-page .owf-form-steps p {
  margin: 0;
  color: var(--owf-muted);
  font-size: 13px;
  line-height: 1.55;
}

.orion-webflex-page .owf-contact-box {
  margin-top: 17px;
  padding: 18px;
  border-radius: 17px;
  background: var(--owf-mint-2);
}

.orion-webflex-page .owf-contact-box span,
.orion-webflex-page .owf-contact-box a {
  display: block;
}

.orion-webflex-page .owf-contact-box span {
  margin-bottom: 5px;
  color: var(--owf-muted);
  font-size: 12px;
}

.orion-webflex-page .owf-contact-box a {
  color: var(--owf-green);
  font-size: 18px;
  font-weight: 950;
  text-decoration: none;
}

.orion-webflex-page .owf-form-box {
  padding: 30px;
  border: 1px solid var(--owf-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: var(--owf-shadow);
}

.orion-webflex-page .owf-form-intro {
  margin: 0 0 20px;
  color: var(--owf-dark-2);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

/* =====================================================
  FORMINATOR
===================================================== */

.orion-webflex-page .forminator-ui {
  padding: 26px !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 24px !important;
  background: var(--owf-white) !important;
  color: var(--owf-dark-2) !important;
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.05) !important;
}

.orion-webflex-page .forminator-ui label,
.orion-webflex-page .forminator-ui .forminator-label,
.orion-webflex-page .forminator-ui .forminator-radio-label,
.orion-webflex-page .forminator-ui .forminator-checkbox-label {
  color: var(--owf-dark-2) !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.orion-webflex-page .forminator-ui input,
.orion-webflex-page .forminator-ui textarea,
.orion-webflex-page .forminator-ui select,
.orion-webflex-page .forminator-ui .select2-selection {
  min-height: 49px !important;
  border: 1px solid rgba(15, 23, 42, 0.17) !important;
  border-radius: 15px !important;
  background: var(--owf-white) !important;
  color: var(--owf-dark-2) !important;
  font-size: 15px !important;
  box-shadow: none !important;
}

.orion-webflex-page .forminator-ui textarea {
  min-height: 130px !important;
  padding-top: 14px !important;
}

.orion-webflex-page .forminator-ui input:focus,
.orion-webflex-page .forminator-ui textarea:focus,
.orion-webflex-page .forminator-ui select:focus {
  border-color: var(--owf-green) !important;
  box-shadow: 0 0 0 4px rgba(24, 184, 134, 0.12) !important;
}

.orion-webflex-page .forminator-ui .forminator-button-submit {
  min-height: 50px !important;
  padding: 14px 25px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #063b2c !important;
  color: var(--owf-white) !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 36px rgba(15, 107, 79, 0.24) !important;
}

.orion-webflex-page .forminator-ui .forminator-button-submit:hover {
  background: var(--owf-green) !important;
}

/* =====================================================
  ACCESIBILIDAD
===================================================== */

.orion-webflex-page a:focus-visible,
.orion-webflex-page summary:focus-visible,
.orion-webflex-page button:focus-visible,
.orion-webflex-page input:focus-visible,
.orion-webflex-page textarea:focus-visible,
.orion-webflex-page select:focus-visible {
  outline: 3px solid rgba(24, 184, 134, 0.5);
  outline-offset: 4px;
}

/* =====================================================
  RESPONSIVE
===================================================== */

@media (max-width: 1100px) {
  .orion-webflex-page .owf-process-grid,
  .orion-webflex-page .owf-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .orion-webflex-page .owf-hero-grid,
  .orion-webflex-page .owf-answer-box,
  .orion-webflex-page .owf-solution-grid,
  .orion-webflex-page .owf-peace-grid,
  .orion-webflex-page .owf-pricing-box,
  .orion-webflex-page .owf-terms-grid,
  .orion-webflex-page .owf-location-box,
  .orion-webflex-page .owf-cta,
  .orion-webflex-page .owf-form-grid {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .owf-hero-visual {
    min-height: 520px;
    margin-top: 20px;
  }

  .orion-webflex-page .owf-browser {
    position: relative;
    top: auto;
    margin: 0 auto;
  }

  .orion-webflex-page .owf-answer-copy {
    padding-top: 25px;
    padding-left: 0;
    border-top: 1px solid var(--owf-line);
    border-left: 0;
  }

  .orion-webflex-page .owf-includes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orion-webflex-page .owf-terms-heading,
  .orion-webflex-page .owf-form-copy {
    position: static;
  }

  .orion-webflex-page .owf-cta .owf-btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .orion-webflex-page .owf-wrap {
    padding: 0 17px;
  }

  .orion-webflex-page .owf-section {
    padding: 72px 0;
  }

  .orion-webflex-page .owf-heading {
    margin-bottom: 39px;
    text-align: left;
  }

  .orion-webflex-page .owf-title {
    font-size: 38px;
  }

  .orion-webflex-page .owf-subtitle {
    font-size: 16px;
  }

  .orion-webflex-page .owf-hero {
    padding: 92px 0 76px;
  }

  .orion-webflex-page .owf-hero h1 {
    font-size: clamp(44px, 13vw, 59px);
  }

  .orion-webflex-page .owf-hero-description {
    font-size: 17px;
  }

  .orion-webflex-page .owf-price-hero div {
    display: block;
  }

  .orion-webflex-page .owf-price-hero small {
    display: block;
    max-width: none;
    margin-top: 8px;
  }

  .orion-webflex-page .owf-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .orion-webflex-page .owf-actions .owf-btn {
    width: 100%;
  }

  .orion-webflex-page .owf-hero-visual {
    min-height: auto;
    margin-top: 43px;
  }

  .orion-webflex-page .owf-floating {
    display: none;
  }

  .orion-webflex-page .owf-browser-screen,
  .orion-webflex-page .owf-browser-screen img {
    height: 350px;
  }

  .orion-webflex-page .owf-answer-section {
    margin-top: -25px;
  }

  .orion-webflex-page .owf-answer-box {
    padding: 28px;
  }

  .orion-webflex-page .owf-problem-grid,
  .orion-webflex-page .owf-includes-grid,
  .orion-webflex-page .owf-process-grid,
  .orion-webflex-page .owf-audience-grid {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .owf-pricing-main,
  .orion-webflex-page .owf-pricing-details {
    padding: 30px 27px;
  }

  .orion-webflex-page .owf-pricing-details ul {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .owf-process-grid li,
  .orion-webflex-page .owf-audience-grid article {
    min-height: auto;
  }

  .orion-webflex-page .owf-process-grid li > span,
  .orion-webflex-page .owf-audience-grid article > span {
    margin-bottom: 35px;
  }

  .orion-webflex-page .owf-terms-list article {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .owf-location-box {
    padding: 29px;
  }

  .orion-webflex-page .owf-faq-item summary {
    padding: 21px 57px 21px 20px;
    font-size: 16px;
  }

  .orion-webflex-page .owf-cta-section {
    padding: 72px 0;
  }

  .orion-webflex-page .owf-cta {
    padding: 35px 29px;
    border-radius: 29px;
  }

  .orion-webflex-page .owf-cta .owf-btn {
    width: 100%;
  }

  .orion-webflex-page .owf-form-copy,
  .orion-webflex-page .owf-form-box {
    padding: 27px;
  }

  .orion-webflex-page .owf-form-steps article {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .forminator-ui {
    padding: 21px !important;
  }
}

/* =====================================================
  MOVIMIENTO REDUCIDO
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .orion-webflex-page *,
  .orion-webflex-page *::before,
  .orion-webflex-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.orion-custom-web-section {
  padding: 96px 0;
  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(24, 184, 134, 0.1),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #edf7f2 0%,
      #f7faf8 100%
    );
}

.orion-custom-web-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.orion-custom-web-heading {
  max-width: 880px;
  margin: 0 auto 52px;
  text-align: center;
}

.orion-custom-web-heading > p:first-child {
  margin: 0 0 12px;
  color: #0f6b4f;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orion-custom-web-heading h2 {
  margin: 0 0 18px;
  color: #07130f;
  font-size: clamp(35px, 4.7vw, 60px);
  font-weight: 950;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.orion-custom-web-heading h2 span {
  color: #0f6b4f;
}

.orion-custom-web-heading > p:last-child {
  margin: 0;
  color: #5f6f83;
  font-size: 18px;
  line-height: 1.68;
}

.orion-custom-web-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.orion-custom-web-grid article {
  padding: 29px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 25px;
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f9fcfa
    );
  box-shadow: 0 18px 50px rgba(15, 107, 79, 0.06);
}

.orion-custom-web-grid article > span {
  display: flex;
  width: 43px;
  height: 43px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #e4f7ef;
  color: #0f6b4f;
  font-size: 12px;
  font-weight: 950;
}

.orion-custom-web-grid h3 {
  margin: 0 0 11px;
  color: #07130f;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.orion-custom-web-grid p {
  margin: 0;
  color: #5f6f83;
  font-size: 14px;
  line-height: 1.62;
}

.orion-custom-web-statement {
  margin-top: 22px;
  padding: 32px;
  border-radius: 27px;
  background:
    radial-gradient(
      circle at 16% 20%,
      rgba(24, 184, 134, 0.24),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #06100c,
      #0b2d22
    );
  color: #ffffff;
  text-align: center;
}

.orion-custom-web-statement strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.orion-custom-web-statement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .orion-custom-web-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .orion-custom-web-section {
    padding: 72px 0;
  }

  .orion-custom-web-wrap {
    padding: 0 17px;
  }

  .orion-custom-web-heading {
    margin-bottom: 39px;
    text-align: left;
  }

  .orion-custom-web-heading h2 {
    font-size: 38px;
  }

  .orion-custom-web-heading > p:last-child {
    font-size: 16px;
  }

  .orion-custom-web-grid {
    grid-template-columns: 1fr;
  }

  .orion-custom-web-statement {
    padding: 29px 24px;
  }
}
/* =====================================================
  WEBFLEX / SHOWCASE VISUAL
===================================================== */

.orion-webflex-page .owf-showcase-section {
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(24, 184, 134, 0.11),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #edf7f2 0%,
      #ffffff 100%
    );
}

.orion-webflex-page .owf-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}

.orion-webflex-page .owf-showcase-heading .owf-title span {
  color: #0f6b4f;
}

.orion-webflex-page .owf-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.orion-webflex-page .owf-showcase-card-large {
  grid-row: span 2;
}

.orion-webflex-page .owf-showcase-card {
  min-width: 0;
}

.orion-webflex-page .owf-showcase-browser {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.12);
}

.orion-webflex-page .owf-showcase-browser-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  background: #eef2f1;
}

.orion-webflex-page .owf-showcase-browser-bar > div {
  display: flex;
  gap: 5px;
}

.orion-webflex-page .owf-showcase-browser-bar i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.orion-webflex-page .owf-showcase-browser-bar span {
  overflow: hidden;
  color: #64748b;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orion-webflex-page .owf-showcase-image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.orion-webflex-page .owf-showcase-card-large .owf-showcase-image {
  min-height: 650px;
}

.orion-webflex-page .owf-showcase-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.orion-webflex-page .owf-showcase-card:hover img {
  transform: scale(1.04);
}

.orion-webflex-page .owf-showcase-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(6, 16, 12, 0.83) 100%
    );
  content: "";
}

.orion-webflex-page .owf-showcase-overlay {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}

.orion-webflex-page .owf-showcase-overlay span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #7ff0c5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.orion-webflex-page .owf-showcase-overlay strong {
  display: block;
  max-width: 430px;
  color: #ffffff;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.orion-webflex-page .owf-showcase-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  margin-top: 22px;
  padding: 31px;
  align-items: center;
  border: 1px solid rgba(15, 107, 79, 0.14);
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 107, 79, 0.06);
}

.orion-webflex-page .owf-showcase-footer strong {
  display: block;
  margin-bottom: 6px;
  color: #07130f;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.orion-webflex-page .owf-showcase-footer p {
  margin: 0;
  color: #5f6f83;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .orion-webflex-page .owf-showcase-heading,
  .orion-webflex-page .owf-showcase-footer {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .owf-showcase-card-large {
    grid-row: auto;
  }

  .orion-webflex-page .owf-showcase-card-large .owf-showcase-image {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .orion-webflex-page .owf-showcase-grid {
    grid-template-columns: 1fr;
  }

  .orion-webflex-page .owf-showcase-heading {
    gap: 18px;
  }

  .orion-webflex-page .owf-showcase-image,
  .orion-webflex-page .owf-showcase-card-large .owf-showcase-image {
    min-height: 360px;
  }

  .orion-webflex-page .owf-showcase-footer {
    padding: 25px;
  }

  .orion-webflex-page .owf-showcase-footer .owf-btn {
    width: 100%;
  }
}
.orion-hero {
  position: relative;
  overflow: visible;
}

.orion-hero__inner {
  position: relative;
  overflow: visible;
}

/* ORION — HOME */
.orion-mascot--webflex {
  position: absolute;

  /* Posición */
  right: -55px;
  bottom: -35px;

  /* Tamaño */
  width: clamp(320px, 38vw, 610px);
  height: auto;

  /* Por encima del dashboard */
  z-index: 5;

  /* La imagen no bloquea botones ni clics */
  pointer-events: none;
  user-select: none;

  /* Evita comportamiento inline de img */
  display: block;

  /* Suaviza integración */
  filter: drop-shadow(
    0 18px 25px rgba(0, 0, 0, 0.18)
  );
}

.orion-mascot {
  position: absolute;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
  z-index: 5;
}

/* HOME */
.orion-mascot--home {
  width: clamp(320px, 38vw, 610px);
  right: -55px;
  bottom: -35px;
}

/* WEBFLEX */
.orion-mascot--webflex {
  width: clamp(340px, 40vw, 650px);
  right: -400px;
  bottom: -65px;
}

/* SITIOS WEB */
.orion-mascot--web {
  width: clamp(350px, 42vw, 680px);
  right: -70px;
  bottom: -40px;
}

/* REDES SOCIALES */
.orion-mascot--social {
  width: clamp(380px, 43vw, 700px);
  right: -70px;
  bottom: -45px;
}

/* ADS */
.orion-mascot--ads {
  width: clamp(380px, 44vw, 720px);
  right: -80px;
  bottom: -45px;
}

/* DIAGNÓSTICO */
.orion-mascot--diagnostico {
  width: clamp(360px, 41vw, 680px);
  right: -60px;
  bottom: -45px;
}/* End custom CSS */