/* Portada Orienta: cabecera y hero adaptados del marco 01-Home de Figma. */

.orienta-site-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.orienta-nav {
  width: 100%;
  min-height: 100px;
  background: #fff;
  border-bottom: 1px solid rgba(60, 60, 59, 0.08);
  transition: box-shadow 0.25s ease, min-height 0.25s ease;
}

.orienta-nav.sticky {
  position: fixed;
  inset: 0 0 auto;
  box-shadow: 0 8px 30px rgba(23, 53, 105, 0.1);
}

.orienta-nav__container,
.orienta-hero__container,
.orienta-trust__inner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(28px, 4vw, 75px);
}

.orienta-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
  padding: 0;
}

.orienta-nav__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.orienta-nav__logo img {
  display: block;
  width: 163px;
  height: auto;
}

.orienta-nav__menu-wrap {
  margin-inline: auto;
}

.orienta-nav .main-menu ul {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.15vw, 42px);
}

.orienta-nav .main-menu ul li {
  margin: 0;
}

.orienta-nav .main-menu ul li a {
  position: relative;
  padding: 38px 0;
  color: #141414;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
}

.orienta-nav .main-menu ul li a::after {
  position: absolute;
  right: 0;
  bottom: 29px;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  content: "";
  background: #0066cc;
  transition: width 0.2s ease;
}

.orienta-nav .main-menu ul li.active > a,
.orienta-nav .main-menu ul li:hover > a {
  color: #0066cc;
}

.orienta-nav .main-menu ul li.active > a::after,
.orienta-nav .main-menu ul li:hover > a::after {
  width: 100%;
}

.orienta-nav__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.orienta-nav__cta,
.orienta-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 250px;
  min-height: 50px;
  padding: 8px 10px 8px 24px;
  border-radius: 999px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(105deg, #df9300 0%, #f3c500 100%);
  box-shadow: 0 10px 24px rgba(223, 147, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.orienta-nav__cta i,
.orienta-hero__cta i {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #0066cc;
  background: #fff;
  transform: rotate(-45deg);
}

.orienta-nav__cta:hover,
.orienta-hero__cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(223, 147, 0, 0.3);
}

.orienta-nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #0066cc;
}

.orienta-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(116deg, #0066cc 0%, #195fe3 48%, #325ced 100%);
}

.orienta-hero::after {
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -42%;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.orienta-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.orienta-hero__orb--one {
  top: 90px;
  left: -150px;
  width: 330px;
  height: 330px;
  border: 58px solid rgba(244, 198, 0, 0.14);
}

.orienta-hero__orb--two {
  right: 13%;
  bottom: 58px;
  width: 210px;
  height: 210px;
  background: rgba(0, 70, 185, 0.22);
  filter: blur(2px);
}

.orienta-hero__word {
  position: absolute;
  z-index: -1;
  top: 52px;
  left: 50%;
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.16);
  font-family: "Poppins", sans-serif;
  font-size: clamp(118px, 13vw, 250px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.065em;
  white-space: nowrap;
  transform: translateX(-50%);
  user-select: none;
}

.orienta-hero__row {
  min-height: 680px;
}

.orienta-hero__media {
  align-self: end;
  height: 630px;
}

.orienta-hero__media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 26px rgba(0, 36, 110, 0.18));
}

.orienta-hero__copy {
  align-self: center;
  max-width: 660px;
  padding: 90px 5% 50px 0;
}

.orienta-hero__copy p {
  max-width: 590px;
  margin: 0 0 34px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.orienta-hero__copy strong {
  color: #ffcc00;
  font-weight: 700;
}

.orienta-hero__cta {
  color: #fff;
  background: rgba(0, 57, 157, 0.78);
  box-shadow: 0 12px 28px rgba(0, 31, 96, 0.22);
  backdrop-filter: blur(8px);
}

.orienta-hero__cta:hover {
  background: #004ebc;
  box-shadow: 0 16px 34px rgba(0, 31, 96, 0.3);
}

.orienta-trust {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 53, 105, 0.06);
}

.orienta-trust__inner {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.orienta-trust p {
  margin: 0;
  color: #3c3c3b;
  font-family: "Poppins", sans-serif;
  font-size: clamp(17px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 1.45;
}

.orienta-trust p strong {
  color: #0066cc;
  font-weight: 700;
}

.orienta-trust__marks {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
}

.orienta-trust__marks span {
  display: block;
  width: 58px;
  height: 12px;
  border-radius: 999px;
  background: #e7edf7;
}

.orienta-trust__marks span:nth-child(2) {
  width: 42px;
  background: #cfdcf0;
}

.orienta-trust__marks span:nth-child(3) {
  width: 70px;
  background: #e9d767;
}

.orienta-trust__marks span:nth-child(4) {
  width: 48px;
  background: #bdd3f1;
}

@media (max-width: 1199px) {
  .orienta-nav__menu-wrap {
    display: none;
  }

  .orienta-nav__toggle {
    display: inline-grid;
    place-items: center;
  }

  .orienta-hero__copy {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .orienta-hero,
  .orienta-hero__row {
    min-height: auto;
  }

  .orienta-hero__word {
    top: 70px;
    font-size: clamp(82px, 18vw, 150px);
  }

  .orienta-hero__row {
    padding-top: 72px;
  }

  .orienta-hero__copy {
    order: 1;
    max-width: 720px;
    padding: 70px 24px 25px;
    text-align: center;
  }

  .orienta-hero__copy p {
    margin-inline: auto;
  }

  .orienta-hero__media {
    order: 2;
    height: 520px;
  }

  .orienta-trust__inner {
    padding-block: 28px;
  }
}

@media (max-width: 767px) {
  .orienta-nav,
  .orienta-nav__inner {
    min-height: 82px;
  }

  .orienta-nav__container,
  .orienta-hero__container,
  .orienta-trust__inner {
    padding-inline: 22px;
  }

  .orienta-nav__logo img {
    width: 140px;
  }

  .orienta-nav__cta {
    display: none;
  }

  .orienta-hero__row {
    padding-top: 30px;
  }

  .orienta-hero__word {
    top: 56px;
    font-size: clamp(68px, 22vw, 108px);
  }

  .orienta-hero__copy {
    padding: 70px 0 20px;
  }

  .orienta-hero__copy p {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.55;
  }

  .orienta-hero__cta {
    min-width: 230px;
  }

  .orienta-hero__media {
    height: 430px;
  }

  .orienta-trust__inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-block: 26px;
  }

  .orienta-trust__marks {
    width: 100%;
    gap: 12px;
  }

  .orienta-trust__marks span {
    flex: 1 1 auto;
    width: auto;
  }
}

/* Referencia correcta: Maqueta con microinteracciones (Community). */
.orienta-header-container {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(28px, 4vw, 75px);
}

.orienta-topbar {
  position: relative;
  z-index: 60;
  overflow: visible;
  color: #fff;
  background: #0768ca;
}

.orienta-site-header {
  position: relative;
  z-index: 50;
  overflow: visible;
}

.orienta-topbar__inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 3.2vw, 64px);
}

.orienta-wordmark {
  display: inline-flex;
  flex: 0 0 auto;
}

.orienta-wordmark img {
  display: block;
  width: 136px;
  height: auto;
}

.orienta-wordmark:hover {
  color: #fff;
}

.orienta-topbar__info {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: clamp(28px, 4vw, 78px);
}

.orienta-topbar__info a {
  display: flex;
  max-width: 350px;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.orienta-topbar__info i,
.orienta-menu-bar__sales i {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #004fa7;
}

.orienta-topbar__info strong {
  color: #fff;
  font-weight: 500;
}

.orienta-topbar__right {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 28px;
}

.orienta-topbar__socials {
  display: flex;
  align-items: center;
  gap: 18px;
}

.orienta-topbar__socials a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.orienta-topbar__socials a:hover {
  border-color: #f4c600;
  color: #003d85;
  background: #f4c600;
  transform: translateY(-2px);
}

.orienta-login-menu {
  position: relative;
  z-index: 70;
}

.orienta-login-menu summary {
  display: inline-flex;
  min-width: 178px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 22px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.orienta-login-menu summary::-webkit-details-marker {
  display: none;
}

.orienta-login-menu summary i {
  font-size: 11px;
  transition: transform 0.2s ease;
}

.orienta-login-menu[open] summary,
.orienta-login-menu summary:hover {
  color: #0066cc;
  background: #fff;
}

.orienta-login-menu[open] summary i {
  transform: rotate(180deg);
}

.orienta-login-menu__panel {
  position: absolute;
  z-index: 80;
  top: calc(100% + 12px);
  right: 0;
  width: min(330px, calc(100vw - 32px));
  padding: 9px;
  border: 1px solid rgba(0, 74, 156, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 39, 91, 0.2);
}

.orienta-login-menu__panel::before {
  position: absolute;
  top: -6px;
  right: 28px;
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  transform: rotate(45deg);
}

.orienta-login-menu__panel a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: 11px;
  color: #053b75;
  line-height: 1.25;
}

.orienta-login-menu__panel a:hover {
  color: #0066cc;
  background: #edf6ff;
}

.orienta-login-menu__panel a > i {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  color: #0066cc;
  background: #e5f2ff;
}

.orienta-login-menu__panel span,
.orienta-login-menu__panel strong,
.orienta-login-menu__panel small {
  display: block;
}

.orienta-login-menu__panel strong {
  color: inherit;
  font-size: 13px;
}

.orienta-login-menu__panel small {
  margin-top: 3px;
  color: #65778b;
  font-size: 11px;
}

.orienta-offcanvas-login p {
  margin-bottom: 10px;
  color: #053b75;
  font-weight: 700;
}

.orienta-offcanvas-login .theme-btn {
  width: 100%;
  margin-bottom: 8px;
  padding-inline: 14px;
  text-align: center;
}

.orienta-topbar__cta {
  display: inline-flex;
  min-width: 178px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease;
}

.orienta-topbar__cta:hover {
  color: #0066cc;
  background: #fff;
}

.orienta-menu-bar {
  position: relative;
  z-index: 40;
  width: 100%;
  min-height: 92px;
  background: #fff;
  transition: box-shadow 0.25s ease;
}

.orienta-menu-bar.sticky {
  position: fixed;
  z-index: 55;
  inset: 0 0 auto;
  box-shadow: 0 8px 28px rgba(0, 39, 91, 0.12);
}

.orienta-menu-bar__inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.orienta-menu-bar__nav-wrap .main-menu > nav > ul {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 58px);
}

.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li {
  margin: 0;
}

.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li > a {
  position: relative;
  padding: 34px 0;
  color: #053b75;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
}

.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li > a::after {
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #0066cc;
  opacity: 0;
  transform: translateX(-50%);
}

.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li.active > a,
.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li:hover > a {
  color: #0066cc;
}

.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li.active > a::after,
.orienta-menu-bar__nav-wrap .main-menu > nav > ul > li:hover > a::after {
  opacity: 1;
}

.orienta-menu-bar__nav-wrap .orienta-services-menu {
  position: relative;
}

.orienta-menu-bar__nav-wrap .orienta-services-menu > a i {
  margin-left: 6px;
  font-size: 11px;
  transition: transform .25s ease;
}

.orienta-menu-bar__nav-wrap .orienta-services-menu__panel {
  position: absolute;
  z-index: 1000;
  top: calc(100% - 10px);
  left: -24px;
  display: block;
  min-width: 250px;
  padding: 12px;
  border-top: 4px solid #0066cc;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 49, 105, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}

.orienta-menu-bar__nav-wrap .orienta-services-menu__panel li {
  display: block;
  margin: 0;
}

.orienta-menu-bar__nav-wrap .orienta-services-menu__panel a {
  display: block;
  padding: 11px 13px;
  border-radius: 8px;
  color: #053b75;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.orienta-menu-bar__nav-wrap .orienta-services-menu__panel a:hover,
.orienta-menu-bar__nav-wrap .orienta-services-menu__panel a:focus-visible {
  color: #0066cc;
  background: rgba(0, 102, 204, .08);
}

.orienta-menu-bar__nav-wrap .orienta-services-menu:hover > a i,
.orienta-menu-bar__nav-wrap .orienta-services-menu:focus-within > a i {
  transform: rotate(180deg);
}

.orienta-menu-bar__nav-wrap .orienta-services-menu:hover > .orienta-services-menu__panel,
.orienta-menu-bar__nav-wrap .orienta-services-menu:focus-within > .orienta-services-menu__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.orienta-menu-bar__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.orienta-menu-bar__sales {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-items: center;
  border-radius: 50%;
  color: #0066cc;
  background: rgba(0, 102, 204, 0.08);
  transition: background .2s ease, transform .2s ease;
}

.orienta-menu-bar__sales:hover {
  color: #003d85;
  background: rgba(0, 102, 204, 0.16);
  transform: translateY(-2px);
}

.orienta-menu-bar__sales i {
  animation: orienta-whatsapp-attention 3.2s ease-in-out infinite;
}

@keyframes orienta-whatsapp-attention {
  0%, 72%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  78% { transform: translate3d(-2px, 0, 0) rotate(-7deg); }
  84% { transform: translate3d(2px, -1px, 0) rotate(7deg); }
  90% { transform: translate3d(-1px, 0, 0) rotate(-4deg); }
  96% { transform: translate3d(1px, 0, 0) rotate(3deg); }
}

.orienta-menu-bar__icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  color: #0066cc;
  background: transparent;
  font-size: 18px;
}

.orbit-hero {
  position: relative;
  min-height: 775px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: radial-gradient(circle at 48% 30%, #0873d5 0%, #0064c1 38%, #003b78 100%);
}

.orbit-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 102, 204, 0.04), rgba(0, 22, 68, 0.28));
}

.orbit-hero__ring {
  position: absolute;
  z-index: -1;
  top: 43%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-hero__ring--outer {
  width: 760px;
  height: 760px;
  animation: orienta-ring-breathe 8s ease-in-out infinite;
}

.orbit-hero__ring--middle {
  width: 530px;
  height: 530px;
  animation: orienta-ring-breathe 6.5s ease-in-out -2s infinite;
}

.orbit-hero__ring--inner {
  width: 310px;
  height: 310px;
  animation: orienta-ring-breathe 5s ease-in-out -1s infinite;
}

@keyframes orienta-ring-breathe {
  0%, 100% { opacity: 0.62; transform: translate3d(-50%, -50%, 0); }
  50% { opacity: 0.94; transform: translate3d(-50%, -50%, 0); }
}

.orbit-hero__person {
  position: absolute;
  z-index: 0;
  top: 43%;
  left: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 9px 22px rgba(0, 26, 70, 0.3);
  animation: orienta-orbit-photo var(--orbit-duration, 26s) linear infinite;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
}

.orbit-hero__person img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  animation: orienta-orbit-photo-counter var(--orbit-duration, 26s) linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

.orbit-hero__person--one {
  --orbit-radius: 380px;
  --orbit-start: -138deg;
  --orbit-end: 222deg;
  --counter-start: 138deg;
  --counter-end: -222deg;
  --orbit-duration: 38s;
  width: 72px;
  height: 72px;
}

.orbit-hero__person--two {
  --orbit-radius: 380px;
  --orbit-start: -42deg;
  --orbit-end: 318deg;
  --counter-start: 42deg;
  --counter-end: -318deg;
  --orbit-duration: 38s;
  width: 68px;
  height: 68px;
}

.orbit-hero__person--three {
  --orbit-radius: 155px;
  --orbit-start: -92deg;
  --orbit-end: 268deg;
  --counter-start: 92deg;
  --counter-end: -268deg;
  --orbit-duration: 22s;
  width: 62px;
  height: 62px;
}

.orbit-hero__person--four {
  --orbit-radius: 380px;
  --orbit-start: 42deg;
  --orbit-end: 402deg;
  --counter-start: -42deg;
  --counter-end: -402deg;
  --orbit-duration: 38s;
  width: 72px;
  height: 72px;
}

.orbit-hero__person--five {
  --orbit-radius: 380px;
  --orbit-start: 138deg;
  --orbit-end: 498deg;
  --counter-start: -138deg;
  --counter-end: -498deg;
  --orbit-duration: 38s;
  width: 64px;
  height: 64px;
}

.orbit-hero__person--six {
  --orbit-radius: 265px;
  --orbit-start: 178deg;
  --orbit-end: 538deg;
  --counter-start: -178deg;
  --counter-end: -538deg;
  --orbit-duration: 30s;
  width: 58px;
  height: 58px;
}

@keyframes orienta-orbit-photo {
  from { transform: translate3d(-50%, -50%, 0) rotate(var(--orbit-start)) translate3d(var(--orbit-radius), 0, 0); }
  to { transform: translate3d(-50%, -50%, 0) rotate(var(--orbit-end)) translate3d(var(--orbit-radius), 0, 0); }
}

@keyframes orienta-orbit-photo-counter {
  from { transform: rotate(var(--counter-start)) scale(1.82); }
  to { transform: rotate(var(--counter-end)) scale(1.82); }
}

@keyframes orienta-orbit-mobile {
  0% { transform: translate3d(0, -7px, 0); }
  25% { transform: translate3d(7px, 0, 0); }
  50% { transform: translate3d(0, 7px, 0); }
  75% { transform: translate3d(-7px, 0, 0); }
  100% { transform: translate3d(0, -7px, 0); }
}

.orbit-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 195px;
  text-align: center;
}

.orbit-hero h1 {
  max-width: 800px;
  margin: 0 auto 22px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(44px, 4.2vw, 66px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.orbit-hero h1 strong {
  color: #ffcc00;
  font-weight: 700;
}

.orbit-hero__segments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-bottom: 25px;
}

.orbit-hero__segments a {
  min-width: 118px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.orbit-hero__segments a:hover {
  border-color: #fff;
  color: #0066cc;
  background: #fff;
  transform: translateY(-3px);
}

.orbit-hero__content > p {
  max-width: 720px;
  margin: 0 auto 27px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42;
}

.orbit-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  transform: translateY(-18px);
}

.orbit-hero__button {
  position: relative;
  display: inline-flex;
  min-width: 183px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.orbit-hero__button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: #fff;
  transform: translateX(-103%);
  transition: transform 0.32s ease;
}

.orbit-hero__button span {
  position: relative;
  z-index: 1;
}

.orbit-hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 22, 68, 0.22);
}

.orbit-hero__button:hover::before {
  transform: translateX(0);
}

.orbit-hero__button--primary {
  border-color: #fff;
  color: #0066cc;
  background: #fff;
}

.orbit-hero__button--primary::before {
  background: #f4c600;
}

.orbit-hero__button--primary:hover {
  color: #003d85;
  background: #f4c600;
  border-color: #f4c600;
}

.orbit-hero__button--secondary:hover {
  color: #0066cc;
}

.orbit-hero__trust {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 28px;
  left: 0;
  padding-inline: 24px;
  text-align: center;
  isolation: isolate;
}

.orbit-hero__trust::before {
  position: absolute;
  z-index: -1;
  inset: -42px 0 -28px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 61, 120, 0), rgba(0, 53, 105, 0.82) 34%, #003c78 72%);
  pointer-events: none;
}

.orbit-hero__trust p {
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(17px, 1.65vw, 24px);
  font-weight: 500;
}

.orbit-hero__brands {
  width: min(100%, 1540px);
  margin-inline: auto;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.orbit-hero__brand-track {
  display: flex;
  width: max-content;
  animation: orienta-brand-marquee 30s linear infinite;
}

.orbit-hero__brands:hover .orbit-hero__brand-track {
  animation-play-state: paused;
}

.orbit-hero__brand-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(38px, 4vw, 74px);
  padding-right: clamp(38px, 4vw, 74px);
}

.orbit-hero__brand-set img {
  display: block;
  width: auto;
  min-width: 72px;
  max-width: 130px;
  height: 50px;
  object-fit: contain;
}

.orbit-hero__brand-set--new {
  gap: clamp(42px, 4vw, 72px);
  padding-right: clamp(42px, 4vw, 72px);
}

.orbit-client-logo {
  display: block;
  flex: 0 0 auto;
  height: 76px;
  background-image: url("../img/figma/community/logos/clientes-orienta-2026-transparent.png");
  background-size: 1070.5px 367px;
  background-repeat: no-repeat;
  filter:
    drop-shadow(0 2px 1px rgba(255, 255, 255, .92))
    drop-shadow(0 9px 7px rgba(255, 255, 255, .72));
}

.orbit-client-logo--bosch { width: 178px; background-position: -34px -74px; }
.orbit-client-logo--estafeta { width: 190px; background-position: -282px -76px; }
.orbit-client-logo--forvia { width: 190px; background-position: -578px -74px; }
.orbit-client-logo--heb { width: 175px; background-position: -848px -72px; }
.orbit-client-logo--home-depot { width: 105px; height: 88px; background-position: -62px -174px; }
.orbit-client-logo--jumex { width: 195px; height: 88px; background-position: -282px -172px; }
.orbit-client-logo--lala { width: 125px; height: 88px; background-position: -617px -170px; }
.orbit-client-logo--san-pablo { width: 185px; height: 88px; background-position: -834px -174px; }

.client-trust-strip {
  position: relative;
  z-index: 4;
  padding: 42px 0 48px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 49, 105, .07);
}

.client-trust-strip__inner {
  text-align: center;
}

.client-trust-strip h2 {
  margin: 0 0 34px;
  color: #0066cc;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}

.client-trust-strip__logos {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.client-trust-strip__track {
  display: flex;
  width: max-content;
  animation: orienta-brand-marquee 34s linear infinite;
}

.client-trust-strip__logos:hover .client-trust-strip__track {
  animation-play-state: paused;
}

.client-trust-strip__set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(42px, 4vw, 72px);
  padding-right: clamp(42px, 4vw, 72px);
}

.client-trust-strip .orbit-client-logo {
  filter: none;
}

@media (max-width: 767px) {
  .orbit-hero__brand-set--new {
    gap: 30px;
    padding-right: 30px;
  }

  .orbit-client-logo {
    transform: scale(.82);
    margin-inline: -14px;
  }

  .client-trust-strip {
    padding: 34px 0 38px;
  }

  .client-trust-strip h2 {
    max-width: 330px;
    margin: 0 auto 26px;
  }

  .client-trust-strip__set {
    gap: 28px;
    padding-right: 28px;
  }

  .orbit-hero__actions {
    transform: translateY(-10px);
  }
}

@keyframes orienta-brand-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1199px) {
  .orienta-topbar__info a:first-child {
    display: none;
  }

  .orienta-menu-bar__nav-wrap {
    display: none;
  }

  .orienta-menu-bar__inner {
    justify-content: flex-end;
  }

  .orbit-hero__brand-set img {
    max-width: 112px;
    height: 44px;
  }
}

@media (max-width: 991px) {
  .orienta-topbar__socials {
    display: flex;
  }

  .orienta-topbar__info {
    justify-content: center;
  }

  .orbit-hero__ring--outer {
    width: 690px;
    height: 690px;
  }

  .orbit-hero__person--one,
  .orbit-hero__person--four {
    --orbit-radius: 345px;
  }

  .orbit-hero__person--two,
  .orbit-hero__person--five,
  .orbit-hero__person--six {
    display: none;
  }
}

@media (max-width: 767px) {
  .orienta-header-container {
    padding-inline: 20px;
  }

  .orienta-topbar__inner {
    min-height: 68px;
    justify-content: space-between;
  }

  .orienta-topbar__info,
  .orienta-topbar__cta {
    display: none;
  }

  .orienta-menu-bar__sales {
    display: inline-grid;
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .orienta-topbar__right {
    display: flex;
    gap: 14px;
  }

  .orienta-topbar__socials {
    display: flex;
    gap: 8px;
  }

  .orienta-topbar__socials a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .orienta-login-menu summary {
    min-width: auto;
    min-height: 38px;
    padding-inline: 15px;
  }

  .orienta-menu-bar,
  .orienta-menu-bar__inner {
    min-height: 68px;
  }

  .orbit-hero {
    min-height: auto;
  }

  .orbit-hero__content {
    padding: 142px 20px 0;
  }

  .orbit-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .orbit-hero__content > p {
    font-size: 16px;
  }

  .orbit-hero__segments {
    gap: 8px;
  }

  .orbit-hero__segments a {
    min-width: auto;
    padding-inline: 16px;
    font-size: 13px;
  }

  .orbit-hero__actions {
    position: relative;
    z-index: 4;
  }

  .orbit-hero__ring--outer {
    width: 590px;
    height: 590px;
  }

  .orbit-hero__ring--middle {
    width: 430px;
    height: 430px;
  }

  .orbit-hero__ring--inner {
    width: 275px;
    height: 275px;
  }

  .orbit-hero__person {
    width: 54px;
    height: 54px;
    animation: orienta-orbit-mobile 7s linear infinite;
  }

  .orbit-hero__person img {
    animation: none;
    transform: scale(1.82);
  }

  .orbit-hero__person--three {
    width: 48px;
    height: 48px;
    animation-delay: -2.3s;
  }

  .orbit-hero__person--four {
    width: 56px;
    height: 56px;
    animation-delay: -4.6s;
  }

  .orbit-hero__person--one {
    top: 38px;
    left: 18%;
  }

  .orbit-hero__person--three {
    top: 88px;
    left: auto;
    right: 18%;
  }

  .orbit-hero__person--four {
    top: 500px;
    left: auto;
    right: 8%;
  }

  .orbit-hero__trust {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 86px;
    padding: 0 0 30px;
  }

  .orbit-hero__trust p {
    margin-top: 22px;
  }

  .orbit-hero__brand-set {
    gap: 36px;
    padding-right: 36px;
  }

  .orbit-hero__brand-set img {
    max-width: 100px;
    height: 38px;
  }
}

@media (max-width: 480px) {
  .orienta-topbar__inner {
    gap: 12px;
  }

  .orienta-wordmark img {
    width: 96px;
  }

  .orienta-topbar__right {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 8px;
  }

  .orienta-topbar__socials {
    display: flex;
    gap: 6px;
  }

  .orienta-topbar__socials a {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }

  .orienta-login-menu summary {
    min-height: 34px;
    gap: 6px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .orienta-login-menu__panel {
    position: fixed;
    top: 72px;
    right: 16px;
  }

  .orbit-hero {
    min-height: auto;
  }

  .orbit-hero__content {
    padding-top: 130px;
  }

  .orbit-hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .orbit-hero__button {
    width: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orienta-menu-bar__sales i {
    animation: none;
  }

  .orbit-hero__person,
  .orbit-hero__person img,
  .orbit-hero__ring,
  .orbit-hero__brand-track {
    animation: none;
  }

  .orbit-hero__person img {
    transform: scale(1.82);
  }

  .orbit-hero__brand-track {
    transform: none;
  }

  .client-trust-strip__track {
    animation: none;
    transform: none;
  }

  .orbit-hero__brand-set[aria-hidden="true"],
  .client-trust-strip__set[aria-hidden="true"] {
    display: none;
  }
}

/* Tres ejes de impacto: sección Community basada en Figma. */
.impact-axes {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: #fff;
}

.impact-axes__container {
  max-width: 1320px;
}

.impact-axes__intro {
  max-width: 390px;
}

.impact-axes__eyebrow {
  display: block;
  margin-bottom: 28px;
  color: #0066cc;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.impact-axes__intro h2 {
  margin: 0 0 28px;
  color: #3c3c3b;
  font-family: "Poppins", sans-serif;
  font-size: clamp(37px, 3.2vw, 50px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.impact-axes__intro h2 strong {
  color: #0066cc;
  font-weight: 700;
}

.impact-axes__intro p {
  margin: 0 0 64px;
  color: #4d4d4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.impact-axes__intro small {
  display: block;
  color: #565654;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.impact-axes__panel {
  position: relative;
  display: flex;
  height: 572px;
  flex-direction: column;
  overflow: hidden;
  border-left: 5px solid #f4c600;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 18px 44px rgba(0, 39, 91, 0.09);
}

.impact-axis {
  position: relative;
  display: grid;
  min-height: 0;
  flex: 1 1 0;
  grid-template-columns: 100px minmax(0, 1fr);
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  outline: 0;
  transition: flex-grow 0.46s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease, box-shadow 0.28s ease;
}

.impact-axis.is-active {
  z-index: 2;
  flex-grow: 2.2;
  filter: saturate(1.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.impact-axis:focus-visible {
  box-shadow: inset 0 0 0 3px #f4c600;
}

.impact-axis + .impact-axis {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-axis--preventive {
  background: #063f7b;
}

.impact-axis--resolutive {
  background: #0767ca;
}

.impact-axis--evolutionary {
  background: #3c3c3b;
}

.impact-axis:hover {
  filter: saturate(1.08);
}

.impact-axis__icon {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.impact-axis__icon img {
  display: block;
  width: 44px;
  max-height: 54px;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.impact-axis--resolutive .impact-axis__icon img {
  width: 33px;
}

.impact-axis--evolutionary .impact-axis__icon img {
  width: 38px;
}

.impact-axis.is-active .impact-axis__icon img,
.impact-axis:hover .impact-axis__icon img {
  transform: translateY(-4px) scale(1.1) rotate(-4deg);
}

.impact-axis__content {
  align-self: center;
  padding: 28px 56px;
}

.impact-axis.is-active .impact-axis__content {
  padding-block: 48px;
}

.impact-axis__content > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(244, 198, 0, 0.85);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.impact-axis--resolutive .impact-axis__content > span {
  color: rgba(255, 255, 255, 0.36);
}

.impact-axis--evolutionary .impact-axis__content > span {
  color: rgba(244, 198, 0, 0.52);
}

.impact-axis h3 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.impact-axis.is-active h3 {
  font-size: clamp(42px, 4vw, 54px);
}

.impact-axis p {
  max-width: 570px;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.32s ease, margin 0.32s ease, opacity 0.24s ease 0.08s, transform 0.32s ease;
}

.impact-axis.is-active p {
  max-height: 110px;
  margin-top: 29px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .impact-axes {
    padding: 90px 0;
  }

  .impact-axis__content {
    padding-inline: 38px;
  }
}

@media (max-width: 991px) {
  .impact-axes__intro {
    max-width: 720px;
  }

  .impact-axes__intro p {
    margin-bottom: 32px;
  }

  .impact-axes__intro small {
    margin-bottom: 16px;
  }

  .impact-axes__panel {
    height: 540px;
  }
}

@media (max-width: 767px) {
  .impact-axes {
    padding: 72px 0;
  }

  .impact-axes__eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .impact-axes__intro h2 {
    font-size: 37px;
  }

  .impact-axes__panel {
    display: grid;
    height: auto;
    gap: 12px;
    overflow: visible;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .impact-axis {
    min-height: 96px;
    grid-template-columns: 70px minmax(0, 1fr);
    border-left: 4px solid #f4c600;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 39, 91, 0.12);
    transition: min-height 0.36s cubic-bezier(0.22, 1, 0.36, 1), filter 0.24s ease;
  }

  .impact-axis.is-active {
    min-height: 190px;
  }

  .impact-axis__content,
  .impact-axis.is-active .impact-axis__content {
    padding: 24px 22px;
  }

  .impact-axis.is-active h3 {
    font-size: 32px;
  }

  .impact-axis p {
    margin-top: 20px;
    font-size: 15px;
  }

  .impact-axis__icon img {
    width: 36px;
  }

  .impact-axis:hover {
    filter: saturate(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .impact-axis,
  .impact-axis__icon img {
    transition: none;
  }

  .impact-axis:hover,
  .impact-axis:hover .impact-axis__icon img {
    transform: none;
  }

  .impact-axis,
  .impact-axis p {
    transition: none;
  }
}

/* Todo lo que incluye el programa: pestañas Community. */
.program-suite {
  padding: 108px 0 118px;
  overflow: hidden;
  background: #fafaf9;
}

.program-suite__container {
  max-width: 1320px;
}

.program-suite__header {
  max-width: 960px;
  margin-inline: auto;
  text-align: center;
}

.program-suite__header > span {
  display: block;
  margin-bottom: 18px;
  color: #0066cc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.program-suite__header h2 {
  margin: 0 0 20px;
  color: #3c3c3b;
  font-family: "Poppins", sans-serif;
  font-size: clamp(42px, 4.3vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.program-suite__header p {
  margin: 0;
  color: #4d4d4b;
  font-size: 18px;
  line-height: 1.5;
}

.program-suite__tabs {
  display: grid;
  margin-top: 58px;
  border-bottom: 1px solid #d9d9d6;
  grid-template-columns: repeat(3, 1fr);
}

.program-suite__tabs button {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px 12px 0 0;
  color: #c4c4c1;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.program-suite__tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: #f4c600;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
}

.program-suite__tabs button i {
  color: currentColor;
  font-size: 20px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.program-suite__tabs button:hover {
  color: #0066cc;
  transform: translateY(-2px);
}

.program-suite__tabs button.is-active {
  color: #3c3c3b;
  background: #f0f0ee;
}

.program-suite__tabs button.is-active::after {
  transform: scaleX(1);
}

.program-suite__tabs button.is-active i {
  color: #f4c600;
  transform: scale(1.08);
}

.program-suite__panels {
  min-height: 330px;
}

.program-panel {
  display: grid;
  padding: 50px 38px 0;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 52px;
}

.program-panel[hidden] {
  display: none;
}

.program-panel__intro {
  align-self: start;
}

.program-panel__intro > span {
  display: block;
  margin-bottom: 18px;
  color: #d4aa00;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.program-panel__intro h3 {
  margin: 0 0 24px;
  color: #3c3c3b;
  font-family: "Poppins", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.program-panel__intro h3 strong {
  color: #0066cc;
  font-weight: 700;
}

.program-panel__intro p {
  margin: 0;
  color: #525250;
  font-size: 15px;
  line-height: 1.6;
}

.program-panel__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.program-card {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 18px;
  border-radius: 3px;
  color: #fff;
  background: #06437f;
  box-shadow: 0 4px 7px rgba(0, 39, 91, 0.2);
  opacity: 0;
  transform: translateY(18px);
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.program-panel.is-active .program-card {
  animation: orienta-card-enter 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.program-panel.is-active .program-card:nth-child(2) { animation-delay: 0.06s; }
.program-panel.is-active .program-card:nth-child(3) { animation-delay: 0.12s; }
.program-panel.is-active .program-card:nth-child(4) { animation-delay: 0.18s; }
.program-panel.is-active .program-card:nth-child(5) { animation-delay: 0.24s; }
.program-panel.is-active .program-card:nth-child(6) { animation-delay: 0.3s; }

@keyframes orienta-card-enter {
  to { opacity: 1; transform: translateY(0); }
}

.program-card:hover {
  z-index: 1;
  color: #3c3c3b;
  background: #f0f0ee;
  box-shadow: 0 12px 24px rgba(30, 30, 30, 0.16);
  transform: translateY(-5px);
}

.program-card > i {
  margin-bottom: 13px;
  color: #f4c600;
  font-size: 15px;
}

.program-card > strong {
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.program-card > small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.12em;
  transition: color 0.25s ease;
}

.program-card--light {
  color: #fff;
  background: #06437f;
  box-shadow: 0 4px 7px rgba(0, 39, 91, 0.2);
}

.program-card--light > small {
  color: rgba(255, 255, 255, 0.86);
}

.program-card:hover > small,
.program-card--light:hover > small {
  color: #666662;
}

.program-suite__tabs button:focus-visible {
  z-index: 2;
  outline: 3px solid #0066cc;
  outline-offset: 3px;
}

@media (max-width: 1199px) {
  .program-panel {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
    padding-inline: 20px;
  }

  .program-panel__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .program-suite {
    padding: 90px 0;
  }

  .program-suite__tabs button {
    min-height: 82px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .program-panel {
    grid-template-columns: 1fr;
  }

  .program-panel__intro {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .program-suite {
    padding: 72px 0;
  }

  .program-suite__header h2 {
    font-size: 40px;
  }

  .program-suite__header p {
    font-size: 16px;
  }

  .program-suite__tabs {
    display: grid;
    margin-top: 42px;
    gap: 10px;
    border-bottom: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .program-suite__tabs button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    justify-content: flex-start;
    padding: 13px 18px;
    border: 1px solid #e1e5e8;
    border-radius: 12px;
    color: #617083;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0, 39, 91, 0.07);
    font-size: 14px;
    text-align: left;
  }

  .program-suite__tabs button::after {
    top: 8px;
    right: auto;
    bottom: 8px;
    left: -1px;
    width: 4px;
    height: auto;
    border-radius: 0 4px 4px 0;
    transform: scaleY(0);
    transform-origin: center;
  }

  .program-suite__tabs button:hover {
    transform: translateX(3px);
  }

  .program-suite__tabs button.is-active {
    color: #fff;
    background: #06437f;
    box-shadow: 0 10px 24px rgba(0, 65, 150, 0.18);
  }

  .program-suite__tabs button.is-active::after {
    transform: scaleY(1);
  }

  .program-panel {
    padding: 38px 0 0;
  }

  .program-panel__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .program-panel__cards {
    grid-template-columns: 1fr;
  }

  .program-card {
    min-height: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-suite__tabs button,
  .program-suite__tabs button::after,
  .program-suite__tabs button i,
  .program-card {
    transition: none;
  }

  .program-panel.is-active .program-card {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.orienta-topbar__cta:focus-visible,
.orienta-menu-bar a:focus-visible,
.orienta-menu-bar button:focus-visible,
.orbit-hero a:focus-visible {
  outline: 3px solid #ffcc00;
  outline-offset: 4px;
}

@media (max-width: 420px) {
  .orienta-hero__media {
    height: 380px;
  }

  .orienta-hero__word {
    font-size: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orienta-nav__cta,
  .orienta-hero__cta,
  .orienta-nav .main-menu ul li a::after {
    transition: none;
  }
}

/* Pie de página oficial de Orienta. */
.orienta-footer {
  padding: 84px 0 0;
  color: rgba(255, 255, 255, 0.78);
  background: #10295f;
}

.orienta-footer__container {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(28px, 4vw, 75px);
}

.orienta-footer__grid {
  padding-bottom: 64px;
}

.orienta-footer__logo {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
}

.orienta-footer__logo img {
  width: 170px;
  height: auto;
}

.orienta-footer__about {
  max-width: 430px;
  margin: 25px 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.75;
}

.orienta-footer h3 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.orienta-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orienta-footer__links li + li {
  margin-top: 13px;
}

.orienta-footer__links a,
.orienta-footer__contact a,
.orienta-footer__bottom a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
  transition: color 0.2s ease;
}

.orienta-footer__links a:hover,
.orienta-footer__contact a:hover,
.orienta-footer__bottom a:hover {
  color: #f4c600;
}

.orienta-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.orienta-footer__socials a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.orienta-footer__socials a:hover {
  border-color: #f4c600;
  color: #10295f;
  background: #f4c600;
  transform: translateY(-2px);
}

.orienta-footer__contact {
  display: grid;
  gap: 15px;
  margin: 0;
  font-style: normal;
}

.orienta-footer__contact a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.orienta-footer__contact i {
  margin-top: 4px;
  color: #f4c600;
  font-size: 16px;
}

.orienta-footer__bottom {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.orienta-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.orienta-footer__bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 767px) {
  .orienta-footer {
    padding-top: 62px;
  }

  .orienta-footer__container {
    padding-inline: 22px;
  }

  .orienta-footer__grid {
    padding-bottom: 44px;
  }

  .orienta-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 24px;
  }
}

/* Integrated access channels */
.access-channels {
  --channel-blue: #0066cc;
  --channel-dark: #3c3c3b;
  position: relative;
  overflow: hidden;
  padding: 96px 0 106px;
  background:
    radial-gradient(circle at 50% 48%, rgba(244, 198, 0, 0.045), transparent 22%),
    #fff;
}

.access-channels__stage {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.access-channels__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(60, 60, 59, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.access-channels__orbit--outer {
  width: min(1440px, 104vw);
  height: 470px;
  border-width: 2px;
  border-color: rgba(60, 60, 59, 0.38);
}

.access-channels__orbit--middle {
  width: min(1240px, 90vw);
  height: 390px;
}

.access-channels__orbit--inner {
  width: min(980px, 72vw);
  height: 300px;
  border-color: rgba(60, 60, 59, 0.18);
}

.access-channels__content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.access-channels__header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.access-channels__header > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--channel-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.access-channels__header h2 {
  margin: 0;
  color: var(--channel-dark);
  font-size: clamp(38px, 4.1vw, 62px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.access-channels__header h2 strong {
  color: var(--channel-blue);
  font-weight: inherit;
}

.access-channels__header p {
  max-width: 880px;
  margin: 24px auto 0;
  color: #6a6a6a;
  font-size: 20px;
  line-height: 1.25;
}

.access-channels__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: min(930px, 90%);
  margin: 24px auto 0;
}

.access-channel-card {
  --channel-accent: #0066cc;
  --channel-soft: #eaf4ff;
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 7px 10px;
  border: 1px solid #dbe3ed;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 9px rgba(8, 41, 80, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.access-channel-card:hover {
  z-index: 2;
  border-color: var(--channel-accent);
  box-shadow: 0 10px 24px rgba(8, 41, 80, 0.16);
  transform: translateY(-7px);
}

.access-channel-card__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: var(--channel-accent);
  background: var(--channel-soft);
  font-size: 16px;
}

.access-channel-card__icon img {
  display: block;
  width: 30px;
  height: 30px;
}

.access-channel-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.05;
}

.access-channel-card__copy strong {
  overflow: hidden;
  color: #40516a;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.access-channel-card__copy small {
  margin-top: 4px;
  color: #8c99aa;
  font-size: 10px;
  white-space: nowrap;
}

.access-channel-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--channel-accent);
}

.access-channel-card--phone {
  --channel-accent: #9250d7;
  --channel-soft: #f2eafb;
}

.access-channel-card--whatsapp {
  --channel-accent: #20b95a;
  --channel-soft: #e9faef;
}

.access-channel-card--video {
  --channel-accent: #8b5cf6;
  --channel-soft: #f0ebff;
}

.access-channel-card--portal {
  --channel-accent: #ff8b0b;
  --channel-soft: #fff3e4;
}

.access-channel-card--app .access-channel-card__icon {
  background: transparent;
}

.access-channels__satellite {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  font-size: 31px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08), 0 5px 9px rgba(25, 47, 70, 0.24);
  offset-rotate: 0deg;
  will-change: offset-distance;
  animation: orienta-channel-true-orbit var(--channel-orbit-duration, 18s) linear infinite;
}

.access-channels__satellite::after {
  position: absolute;
  inset: -9px;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  animation: orienta-channel-pulse 3s ease-out infinite;
}

.access-channels__satellite--phone {
  --channel-orbit-duration: 20s;
  offset-path: ellipse(47% 39% at 50% 50%);
  background: #9250d7;
  animation-delay: -17s;
}

.access-channels__satellite--whatsapp {
  --channel-orbit-duration: 20s;
  offset-path: ellipse(47% 39% at 50% 50%);
  background: #20b95a;
  animation-delay: -7s;
}

.access-channels__satellite--app {
  --channel-orbit-duration: 16s;
  offset-path: ellipse(40% 35% at 50% 50%);
  background: #0066cc;
  animation-delay: -14.5s;
  animation-direction: reverse;
}

.access-channels__satellite--app img {
  display: block;
  width: 64px;
  height: 64px;
}

.access-channels__satellite--portal {
  --channel-orbit-duration: 16s;
  offset-path: ellipse(40% 35% at 50% 50%);
  background: #ff8b0b;
  animation-delay: -9.2s;
  animation-direction: reverse;
}

.access-channels__satellite--video {
  --channel-orbit-duration: 16s;
  offset-path: ellipse(40% 35% at 50% 50%);
  background: #f4c600;
  animation-delay: -3.9s;
  animation-direction: reverse;
}

@keyframes orienta-channel-true-orbit {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

@keyframes orienta-channel-pulse {
  0% { opacity: 0; transform: scale(0.86); }
  24% { opacity: 0.32; }
  70%, 100% { opacity: 0; transform: scale(1.2); }
}

@media (max-width: 1199px) {
  .access-channels__satellite--phone,
  .access-channels__satellite--whatsapp {
    offset-path: ellipse(46% 39% at 50% 50%);
  }
}

@media (max-width: 991px) {
  .access-channels {
    padding: 80px 0;
  }

  .access-channels__stage {
    min-height: 620px;
  }

  .access-channels__header {
    max-width: 680px;
  }

  .access-channels__header p {
    font-size: 18px;
  }

  .access-channels__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(680px, 82%);
  }

  .access-channels__satellite {
    width: 62px;
    height: 62px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .access-channels {
    padding: 68px 0 74px;
  }

  .access-channels__stage {
    min-height: 0;
  }

  .access-channels__orbit,
  .access-channels__satellite {
    display: none;
  }

  .access-channels__header {
    padding-inline: 10px;
  }

  .access-channels__header > span {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .access-channels__header h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.02;
  }

  .access-channels__header h2 br {
    display: none;
  }

  .access-channels__header p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.45;
  }

  .access-channels__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .access-channels__list {
    grid-template-columns: 1fr;
  }

  .access-channel-card {
    min-height: 62px;
    padding-inline: 14px;
  }

  .access-channel-card__copy strong { font-size: 14px; }
  .access-channel-card__copy small { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .access-channels__satellite,
  .access-channels__satellite::after {
    animation: none;
  }

  .access-channel-card {
    transition: none;
  }
}

/* NOM-035 compliance */
.nom035-section {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background: #fff;
}

.nom035-section__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(52px, 6vw, 88px);
}

.nom035-section__media {
  position: relative;
  width: 100%;
  max-width: 612px;
}

.nom035-section__media::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: -22px;
  left: 8%;
  height: 44px;
  border-radius: 50%;
  background: rgba(8, 41, 80, 0.16);
  filter: blur(18px);
  content: "";
}

.nom035-section__video-frame {
  position: relative;
  aspect-ratio: 612 / 755;
  overflow: hidden;
  border-radius: 4px;
  background: #082950;
  box-shadow: 0 15px 32px rgba(21, 43, 67, 0.12);
}

.nom035-section__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #082950;
}

.nom035-section__play {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  background: #082950;
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.nom035-section__play > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nom035-section__play > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(68px, 8vw, 92px);
  aspect-ratio: 1;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 93, 191, 0.9);
  box-shadow: 0 12px 32px rgba(0, 38, 85, 0.35);
  font-size: clamp(24px, 3vw, 34px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.nom035-section__play i {
  margin-left: 5px;
}

.nom035-section__play:hover > span,
.nom035-section__play:focus-visible > span {
  transform: scale(1.08);
  background: #ffcc00;
}

.nom035-section__play:focus-visible {
  outline: 4px solid #ffcc00;
  outline-offset: -4px;
}

.nom035-section__play.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.nom035-section__badge {
  position: absolute;
  top: 46px;
  right: -34px;
  display: flex;
  min-width: 216px;
  align-items: center;
  gap: 15px;
  padding: 17px 20px;
  border: 1px solid #edf0f3;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 22px rgba(24, 42, 61, 0.16);
}

.nom035-section__badge i {
  color: #3c3c3b;
  font-size: 29px;
}

.nom035-section__badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.nom035-section__badge small {
  color: #77716e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nom035-section__badge strong {
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 700;
}

.nom035-section__badge--updated {
  top: auto;
  right: auto;
  bottom: 82px;
  left: -30px;
  min-width: 214px;
}

.nom035-section__badge--updated strong {
  color: #77716e;
  font-size: 12px;
  text-transform: uppercase;
}

.nom035-section__content {
  padding-right: clamp(0px, 2vw, 24px);
}

.nom035-section__eyebrow {
  display: block;
  margin-bottom: 24px;
  color: #0066cc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nom035-section__content h2 {
  margin: 0;
  color: #242424;
  font-size: clamp(38px, 3.45vw, 54px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.nom035-section__content h2 strong {
  color: #0066cc;
  font-weight: inherit;
}

.nom035-section__content > p {
  max-width: 650px;
  margin: 31px 0 0;
  color: #77716e;
  font-size: 17px;
  line-height: 1.55;
}

.nom035-section__content > p strong {
  color: inherit;
  font-weight: 700;
}

.nom035-section__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 54px 0 45px;
  padding: 0;
  list-style: none;
}

.nom035-section__steps::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 17px;
  width: 1px;
  background: #0066cc;
  content: "";
}

.nom035-section__steps li {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 84px;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.nom035-section__steps li:last-child {
  min-height: 36px;
}

.nom035-section__steps li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0066cc;
  box-shadow: 0 0 0 5px #fff;
  font-size: 14px;
  font-weight: 600;
}

.nom035-section__steps li > strong {
  padding-top: 6px;
  color: #4a4745;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.nom035-section__steps.has-step-animation::before {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.nom035-section__steps.has-step-animation.is-visible::before {
  transform: scaleY(1);
}

.nom035-section__steps.has-step-animation li {
  opacity: 0;
  transform: translate3d(28px, 12px, 0);
  transition: opacity 0.48s ease, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.nom035-section__steps.has-step-animation li:nth-child(1) { transition-delay: 0.12s; }
.nom035-section__steps.has-step-animation li:nth-child(2) { transition-delay: 0.34s; }
.nom035-section__steps.has-step-animation li:nth-child(3) { transition-delay: 0.56s; }
.nom035-section__steps.has-step-animation li:nth-child(4) { transition-delay: 0.78s; }

.nom035-section__steps.has-step-animation.is-visible li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nom035-section__steps.has-step-animation.is-visible li > span {
  animation: orienta-step-pulse 0.52s ease both;
}

.nom035-section__steps.has-step-animation.is-visible li:nth-child(1) > span { animation-delay: 0.2s; }
.nom035-section__steps.has-step-animation.is-visible li:nth-child(2) > span { animation-delay: 0.42s; }
.nom035-section__steps.has-step-animation.is-visible li:nth-child(3) > span { animation-delay: 0.64s; }
.nom035-section__steps.has-step-animation.is-visible li:nth-child(4) > span { animation-delay: 0.86s; }

@keyframes orienta-step-pulse {
  0% { box-shadow: 0 0 0 5px #fff, 0 0 0 5px rgba(0, 102, 204, 0); transform: scale(0.72); }
  60% { box-shadow: 0 0 0 5px #fff, 0 0 0 13px rgba(0, 102, 204, 0.16); transform: scale(1.12); }
  100% { box-shadow: 0 0 0 5px #fff, 0 0 0 18px rgba(0, 102, 204, 0); transform: scale(1); }
}

.nom035-section__cta {
  position: relative;
  display: inline-flex;
  min-width: 218px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: 12px 26px 12px 32px;
  border: 1px solid #00498f;
  border-radius: 30px;
  color: #fff;
  background: #00498f;
  font-size: 14px;
  font-weight: 600;
  isolation: isolate;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.nom035-section__cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #f4c600;
  content: "";
  transform: translateX(-102%);
  transition: transform 0.35s ease;
}

.nom035-section__cta:hover {
  border-color: #f4c600;
  color: #10295f;
  transform: translateY(-3px);
}

.nom035-section__cta:hover::before {
  transform: translateX(0);
}

.nom035-section__cta i {
  transition: transform 0.25s ease;
}

.nom035-section__cta:hover i {
  transform: translateX(4px);
}

.nom035-section__cta:focus-visible {
  outline: 3px solid rgba(244, 198, 0, 0.6);
  outline-offset: 4px;
}

@media (max-width: 1199px) {
  .nom035-section__container {
    gap: 60px;
  }

  .nom035-section__badge {
    right: -24px;
  }

  .nom035-section__badge--updated {
    right: auto;
    left: -24px;
  }

  .nom035-section__content h2 {
    font-size: 42px;
  }

  .nom035-section__steps {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .nom035-section {
    padding: 82px 0;
  }

  .nom035-section__container {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 46px;
  }

  .nom035-section__badge {
    top: 26px;
    right: -20px;
    min-width: 190px;
    padding: 13px 15px;
  }

  .nom035-section__badge--updated {
    top: auto;
    right: auto;
    bottom: 46px;
    left: -16px;
  }

  .nom035-section__content h2 {
    font-size: 35px;
  }

  .nom035-section__content > p {
    margin-top: 22px;
    font-size: 15px;
  }

  .nom035-section__steps {
    margin: 30px 0;
  }

  .nom035-section__steps li {
    min-height: 66px;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .nom035-section {
    padding: 70px 0;
  }

  .nom035-section__container {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .nom035-section__content {
    order: 1;
  }

  .nom035-section__media {
    order: 2;
    width: calc(100% - 18px);
    max-width: 520px;
  }

  .nom035-section__badge {
    top: 24px;
    right: 0;
  }

  .nom035-section__badge--updated {
    top: auto;
    right: auto;
    bottom: 34px;
    left: 0;
  }

  .nom035-section__content h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .nom035-section__content h2 br {
    display: none;
  }
}

@media (max-width: 420px) {
  .nom035-section__badge {
    top: 18px;
    min-width: 170px;
    gap: 10px;
    padding: 11px 12px;
  }

  .nom035-section__badge--updated {
    top: auto;
    right: auto;
    bottom: 28px;
  }

  .nom035-section__badge i { font-size: 23px; }
  .nom035-section__badge small { font-size: 9px; }
  .nom035-section__badge strong { font-size: 14px; }

  .nom035-section__steps li > strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nom035-section__cta,
  .nom035-section__cta::before,
  .nom035-section__cta i {
    transition: none;
  }

  .nom035-section__steps.has-step-animation::before,
  .nom035-section__steps.has-step-animation li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nom035-section__steps.has-step-animation.is-visible li > span {
    animation: none;
  }
}

/* Strategic wellbeing impact */
.strategic-impact {
  position: relative;
  overflow: hidden;
  padding: 108px 0 96px;
  color: #fff;
  background: linear-gradient(145deg, #063f7b 0%, #0056ab 58%, #06498a 100%);
  isolation: isolate;
}

.strategic-impact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 78%);
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
}

.strategic-impact__glow {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(0, 132, 255, 0.2);
  filter: blur(110px);
  pointer-events: none;
}

.strategic-impact__glow--one { top: -220px; right: -120px; }
.strategic-impact__glow--two { bottom: -270px; left: -140px; }

.strategic-impact__header {
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
}

.strategic-impact__header > span {
  display: block;
  margin-bottom: 20px;
  color: #f4c600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.strategic-impact__header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4vw, 61px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.strategic-impact__header p {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.55;
}

.strategic-impact__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 70px;
}

.strategic-impact-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 33px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,.19), rgba(255,255,255,.11));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 16px 34px rgba(0, 26, 60, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .3s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.strategic-impact-card::after {
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(244, 198, 0, 0.12);
  content: "";
  transform: scale(0);
  transition: transform .38s ease;
}

.strategic-impact-card:hover {
  border-color: rgba(244, 198, 0, 0.66);
  background: linear-gradient(145deg, rgba(255,255,255,.23), rgba(255,255,255,.14));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 22px 42px rgba(0, 26, 60, 0.24);
  transform: translateY(-9px);
}

.strategic-impact-card:hover::after {
  transform: scale(1);
}

.strategic-impact-card > i {
  color: #f4c600;
  font-size: 27px;
  transition: transform .3s ease;
}

.strategic-impact-card:hover > i {
  transform: scale(1.12) rotate(-4deg);
}

.strategic-impact-card h3 {
  margin: 20px 0 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.strategic-impact-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.65;
}

.strategic-impact__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 88px;
  padding-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.strategic-impact-stat {
  text-align: center;
}

.strategic-impact-stat strong {
  display: block;
  color: #f4c600;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.strategic-impact-stat span {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.strategic-impact-stat span b,
.strategic-impact-stat span small {
  display: block;
}

.strategic-impact-stat span b {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.strategic-impact-stat span small {
  margin-top: 4px;
  color: inherit;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.strategic-impact__stats.is-counting .strategic-impact-stat strong {
  animation: orienta-impact-number 0.9s ease both;
}

.strategic-impact__stats.is-counting .strategic-impact-stat:nth-child(2) strong { animation-delay: .16s; }
.strategic-impact__stats.is-counting .strategic-impact-stat:nth-child(3) strong { animation-delay: .32s; }

@keyframes orienta-impact-number {
  0% { opacity: .25; transform: translateY(14px) scale(.92); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1199px) {
  .strategic-impact__cards { gap: 18px; }
  .strategic-impact-card { min-height: 290px; padding: 29px 24px; }
}

@media (max-width: 991px) {
  .strategic-impact { padding: 88px 0 82px; }
  .strategic-impact__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strategic-impact-card { min-height: 235px; }
  .strategic-impact__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .strategic-impact { padding: 72px 0 68px; }
  .strategic-impact__header h2 { font-size: clamp(36px, 10vw, 48px); }
  .strategic-impact__header h2 br { display: none; }
  .strategic-impact__header p { margin-top: 25px; font-size: 16px; }
  .strategic-impact__cards {
    display: flex;
    gap: 14px;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: 48px;
    padding-right: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .strategic-impact__cards::-webkit-scrollbar { display: none; }
  .strategic-impact-card { min-width: min(82vw, 330px); min-height: 260px; scroll-snap-align: start; }
  .strategic-impact__stats { margin-top: 62px; padding-top: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  .strategic-impact-card,
  .strategic-impact-card::after,
  .strategic-impact-card > i {
    transition: none;
  }

  .strategic-impact__stats.is-counting .strategic-impact-stat strong {
    animation: none;
  }
}

/* Interactive service models */
.service-models {
  padding: 96px 0 0;
  background: #fff;
}

.service-models__header {
  max-width: 1260px;
  padding-bottom: 88px;
  text-align: center;
}

.service-models__header > span {
  display: block;
  margin-bottom: 18px;
  color: #77716e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-models__header h2 {
  margin: 0;
  color: #3c3c3b;
  font-size: clamp(36px, 3.2vw, 49px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.service-models__header h2 strong {
  color: #0066cc;
  font-weight: inherit;
}

.service-models__header p {
  margin: 25px 0 0;
  color: #68635f;
  font-size: 17px;
  line-height: 1.45;
}

.service-models__accordion {
  display: flex;
  width: 100%;
  height: min(680px, 68vw);
  min-height: 560px;
  overflow: hidden;
  background: #06498a;
}

.service-model-card {
  --model-gradient-mid: rgba(0, 48, 102, .24);
  --model-gradient-end: rgba(0, 49, 104, .82);
  --model-gradient-active-mid: rgba(0, 48, 102, .14);
  --model-gradient-active-end: rgba(0, 45, 96, .96);
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  transition: flex-grow .65s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
}

.service-model-card.is-active {
  flex-grow: 3;
}

.service-model-card:not(.is-active) {
  filter: saturate(.84) brightness(.92);
}

.service-model-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, var(--model-gradient-mid) 60%, var(--model-gradient-end) 100%);
  content: "";
  pointer-events: none;
  transition: background .45s ease;
}

.service-model-card.is-active::after {
  background: linear-gradient(180deg, transparent 29%, var(--model-gradient-active-mid) 54%, var(--model-gradient-active-end) 100%);
}

.service-model-card[data-model-card="pymes"] {
  --model-gradient-mid: rgba(0, 129, 225, .25);
  --model-gradient-end: rgba(0, 113, 210, .88);
  --model-gradient-active-mid: rgba(0, 145, 235, .16);
  --model-gradient-active-end: rgba(0, 108, 207, .96);
}

.service-model-card[data-model-card="universidades"] {
  --model-gradient-mid: rgba(244, 198, 0, .24);
  --model-gradient-end: rgba(237, 156, 0, .9);
  --model-gradient-active-mid: rgba(244, 198, 0, .18);
  --model-gradient-active-end: rgba(230, 142, 0, .96);
}

.service-model-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.025);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.service-model-card.is-active > img {
  transform: scale(1);
}

.service-model-card[data-model-card="pymes"] > img {
  object-position: 68% center;
}

.service-model-card[data-model-card="universidades"] > img {
  object-position: 55% center;
}

.service-model-card__trigger {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.service-model-card__trigger:focus-visible {
  outline: 4px solid #f4c600;
  outline-offset: -7px;
}

.service-model-card__content {
  position: absolute;
  z-index: 4;
  right: clamp(24px, 4vw, 62px);
  bottom: 46px;
  left: clamp(24px, 4vw, 62px);
  color: #fff;
  pointer-events: none;
  transform: translateY(0);
}

.service-model-card__content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 45px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: font-size .45s ease;
}

.service-model-card:not(.is-active) .service-model-card__content h3 {
  font-size: clamp(20px, 1.75vw, 27px);
}

.service-model-card__content > span {
  display: block;
  margin-top: 15px;
  color: #f4c600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-model-card[data-model-card="universidades"] .service-model-card__content > span {
  color: #063f7b;
}

.service-model-card__content p {
  max-width: 430px;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.6;
  transform: translateY(14px);
  transition: max-height .5s ease, margin .5s ease, opacity .35s ease .1s, transform .5s ease;
}

.service-model-card__content a {
  display: inline-flex;
  max-height: 0;
  align-items: center;
  gap: 12px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  color: #f4c600;
  font-size: 14px;
  font-weight: 700;
  pointer-events: none;
  transform: translateY(14px);
  transition: max-height .45s ease, margin .45s ease, opacity .3s ease .18s, transform .5s ease;
}

.service-model-card.is-active .service-model-card__content p {
  max-height: 130px;
  margin-top: 22px;
  opacity: 1;
  transform: translateY(0);
}

.service-model-card.is-active .service-model-card__content a {
  max-height: 32px;
  margin-top: 18px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-model-card__content a i {
  transition: transform .25s ease;
}

.service-model-card__content a:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .service-models { padding-top: 78px; }
  .service-models__header { padding-bottom: 68px; }
  .service-models__accordion { height: 610px; min-height: 0; }
  .service-model-card.is-active { flex-grow: 2.4; }
  .service-model-card__content { right: 24px; bottom: 32px; left: 24px; }
  .service-model-card__content p { font-size: 14px; }
}

@media (max-width: 767px) {
  .service-models { padding-top: 68px; }
  .service-models__header { padding-bottom: 52px; }
  .service-models__header h2 { font-size: clamp(34px, 9vw, 44px); }
  .service-models__header p { font-size: 16px; }
  .service-models__accordion {
    height: 690px;
    min-height: 0;
  }
  .service-model-card.is-active { flex-grow: 4.6; }
  .service-model-card:not(.is-active) { flex-grow: .72; }
  .service-model-card:not(.is-active) .service-model-card__content {
    right: 50%;
    bottom: 88px;
    left: auto;
    width: max-content;
    transform: translateX(50%) rotate(-90deg);
    transform-origin: center;
  }
  .service-model-card:not(.is-active) .service-model-card__content h3 { font-size: 19px; }
  .service-model-card:not(.is-active) .service-model-card__content > span,
  .service-model-card:not(.is-active) .service-model-card__content p,
  .service-model-card:not(.is-active) .service-model-card__content a { display: none; }
  .service-model-card__content h3 { font-size: 34px; }
}

@media (max-width: 480px) {
  .service-models__accordion { height: 640px; }
  .service-model-card.is-active { flex-grow: 5.4; }
  .service-model-card__content { right: 20px; bottom: 28px; left: 20px; }
  .service-model-card__content h3 { font-size: 30px; }
  .service-model-card__content p { font-size: 13px; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  .service-model-card,
  .service-model-card::after,
  .service-model-card > img,
  .service-model-card__content h3,
  .service-model-card__content p,
  .service-model-card__content a,
  .service-model-card__content a i {
    transition: none;
  }
}

/* Final trust, contact and legal block */
.trust-contact {
  background: #fff;
}

.trust-contact__certifications {
  padding: 36px 0 38px;
  background: #fff;
}

.trust-contact__cert-header {
  text-align: center;
}

.trust-contact__cert-header h2 {
  margin: 0;
  color: #30302f;
  font-size: 24px;
  font-weight: 700;
}

.trust-contact__cert-header p {
  max-width: 720px;
  margin: 15px auto 0;
  color: #aaa5a2;
  font-size: 12px;
  line-height: 1.45;
}

.trust-contact__cert-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 760px;
  margin: 23px auto 0;
}

.trust-contact__cert-logos img {
  display: block;
  width: auto;
  max-width: 126px;
  max-height: 56px;
  opacity: .78;
  transition: opacity .25s ease, transform .25s ease;
}

.trust-contact__cert-logos img:nth-child(1) { max-width: 108px; }
.trust-contact__cert-logos img:nth-child(2) { max-width: 126px; }
.trust-contact__cert-logos img:nth-child(3) { max-width: 76px; }
.trust-contact__cert-logos img:nth-child(4) { max-width: 122px; }

.trust-contact__cert-logos img:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.trust-contact__main {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7,8,10,.96) 0%, rgba(7,8,10,.88) 43%, rgba(7,8,10,.72) 100%),
    url("../img/figma/community/contact/orienta-contact-team-v1.jpg") center/cover no-repeat;
}

.trust-contact__main::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.54) 100%);
  content: "";
  pointer-events: none;
}

.trust-contact__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(560px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 4vw, 64px);
  min-height: 790px;
  padding-top: 90px;
  padding-bottom: 78px;
}

.trust-contact__copy > span {
  display: block;
  margin-bottom: 22px;
  color: #f4c600;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.trust-contact__copy > h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.trust-contact__copy > p {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.55;
}

.trust-contact__details {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 58px;
  max-width: 760px;
  margin-top: 65px;
}

.trust-contact__about > img {
  width: 138px;
  height: auto;
}

.trust-contact__about > p {
  max-width: 390px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.65;
}

.trust-contact__socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.trust-contact__socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.trust-contact__socials a:hover {
  border-color: #f4c600;
  color: #10295f;
  background: #f4c600;
  transform: translateY(-3px);
}

.trust-contact__direct h3 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.trust-contact__direct > a {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  margin-top: 17px;
  color: #fff;
  font-size: 13px;
}

.trust-contact__direct > a > i {
  margin-top: 4px;
  color: #f4c600;
}

.trust-contact__direct > a span {
  display: flex;
  flex-direction: column;
}

.trust-contact__direct > a small {
  margin-bottom: 2px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
  text-transform: none;
}

.trust-contact__form-card {
  width: 100%;
  max-width: 680px;
  justify-self: end;
  padding: 48px 43px 40px;
  border-radius: 4px;
  color: #3c3c3b;
  background: rgba(248,248,248,.96);
  box-shadow: 0 24px 52px rgba(0,0,0,.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.trust-contact__form-card h3 {
  margin: 0;
  color: #333331;
  font-size: 27px;
  font-weight: 700;
}

.trust-contact__form-card > p {
  margin: 8px 0 28px;
  color: #807b77;
  font-size: 13px;
}

.trust-contact__form-card form {
  display: grid;
  gap: 20px;
}

.hubspot-form-container {
  min-height: 360px;
}

.hubspot-form-container .hs-form {
  display: grid;
  gap: 18px;
}

.hubspot-form-container .hs-form fieldset {
  max-width: none !important;
}

.hubspot-form-container .hs-form-field {
  margin: 0;
}

.hubspot-form-container .hs-form-field > label {
  position: static;
  display: block;
  margin: 0 0 4px;
  color: #5b5652;
  font-size: 13px;
  line-height: 1.35;
}

.hubspot-form-container .hs-form-field > label span {
  position: static;
  color: inherit;
  font-size: inherit;
  pointer-events: auto;
}

.hubspot-form-container .hs-form .input {
  margin-right: 0 !important;
}

.hubspot-form-container .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),
.hubspot-form-container .hs-form textarea.hs-input,
.hubspot-form-container .hs-form select.hs-input {
  width: 100% !important;
  min-height: 43px;
  border: 0;
  border-bottom: 1px solid #bbb6b2;
  border-radius: 0;
  outline: 0;
  padding: 10px 0 7px;
  color: #323230;
  background: transparent;
  font: inherit;
  box-shadow: none;
}

.hubspot-form-container .hs-form textarea.hs-input {
  min-height: 72px;
  resize: vertical;
}

.hubspot-form-container .hs-form .hs-input:focus {
  border-color: #0066cc;
  box-shadow: 0 1px 0 #0066cc;
}

.hubspot-form-container .hs-form-required,
.hubspot-form-container .hs-error-msg {
  color: #b42318 !important;
}

.hubspot-form-container .hs-error-msgs,
.hubspot-form-container .inputs-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.hubspot-form-container .hs-error-msgs label {
  position: static;
  color: #b42318;
  font-size: 11px;
}

.hubspot-form-container .hs-submit {
  margin-top: 8px;
}

.hubspot-form-container .hs-button {
  display: flex;
  width: 100%;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: #00498f;
  font-size: 14px;
  font-weight: 600;
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.hubspot-form-container .hs-button:hover {
  color: #10295f;
  background: #f4c600;
  box-shadow: 0 10px 22px rgba(0,73,143,.18);
  transform: translateY(-2px);
}

.hubspot-form-container .submitted-message {
  padding: 20px;
  border: 1px solid rgba(0,102,204,.18);
  border-radius: 8px;
  color: #28445f;
  background: rgba(255,255,255,.72);
  line-height: 1.55;
}

.trust-contact__form-card label {
  position: relative;
  display: block;
  margin: 0;
}

.trust-contact__form-card label > span {
  position: absolute;
  top: 8px;
  left: 0;
  color: #5b5652;
  font-size: 13px;
  pointer-events: none;
  transition: color .2s ease, font-size .2s ease, transform .2s ease;
}

.trust-contact__form-card input,
.trust-contact__form-card textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bbb6b2;
  border-radius: 0;
  outline: 0;
  padding: 25px 0 7px;
  color: #323230;
  background: transparent;
  font: inherit;
  resize: vertical;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.trust-contact__form-card input:focus,
.trust-contact__form-card textarea:focus {
  border-color: #0066cc;
  box-shadow: 0 1px 0 #0066cc;
}

.trust-contact__form-card label:focus-within > span {
  color: #0066cc;
  font-size: 11px;
  transform: translateY(-8px);
}

.trust-contact__form-card button {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: #00498f;
  font-size: 14px;
  font-weight: 600;
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.trust-contact__form-card button:hover {
  color: #10295f;
  background: #f4c600;
  box-shadow: 0 10px 22px rgba(0,73,143,.18);
  transform: translateY(-2px);
}

.trust-contact__form-card button:focus-visible {
  outline: 3px solid rgba(0,102,204,.35);
  outline-offset: 3px;
}

.trust-contact__form-card > small {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 31px;
  color: #8c8783;
  font-size: 11px;
}

.trust-contact__bottom {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 122px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.46);
  font-size: 12px;
}

.trust-contact__privacy {
  justify-self: start;
  color: rgba(255,255,255,.72);
  font-weight: 500;
  transition: color .2s ease;
}

.trust-contact__privacy:hover { color: #f4c600; }

.trust-contact__seal {
  display: block;
  justify-self: center;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.24);
  transition: transform .2s ease, box-shadow .2s ease;
}

.trust-contact__seal img {
  display: block;
  width: clamp(240px, 24vw, 320px);
  height: auto;
}

.trust-contact__seal:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,.32);
  transform: translateY(-3px);
}

.trust-contact__privacy:focus-visible,
.trust-contact__seal:focus-visible {
  outline: 3px solid #f4c600;
  outline-offset: 4px;
}

.trust-contact__bottom p {
  justify-self: end;
  margin: 0;
}

/* Legacy Envato home blocks superseded by the Orienta composition. */
.orienta-experience,
.feature-section,
.counter-section,
.faq-section,
.team-section,
.project-section,
.marquee-sections,
.testimonial-section,
.brand-section,
.news-section,
.cta-section,
.orienta-footer {
  display: none !important;
}

@media (max-width: 1199px) {
  .trust-contact__layout { grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr); gap: 40px; }
  .trust-contact__copy > h2 { font-size: 54px; }
  .trust-contact__details { gap: 34px; }
}

@media (max-width: 991px) {
  .trust-contact__cert-logos { gap: 24px; }
  .trust-contact__layout { grid-template-columns: 1fr; padding-top: 82px; }
  .trust-contact__copy > h2 { font-size: clamp(46px, 7vw, 62px); }
  .trust-contact__form-card { max-width: 720px; justify-self: start; }
}

@media (max-width: 767px) {
  .trust-contact__certifications { padding: 44px 0 40px; }
  .trust-contact__cert-header h2 { font-size: 23px; }
  .trust-contact__cert-header p { font-size: 12px; }
  .trust-contact__cert-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    gap: 30px 22px;
    max-width: 330px;
  }
  .trust-contact__cert-logos img { margin: auto; }
  .trust-contact__main { background-position: 60% center; }
  .trust-contact__layout { gap: 58px; padding-top: 68px; padding-bottom: 60px; }
  .trust-contact__copy > h2 { font-size: clamp(40px, 11vw, 52px); }
  .trust-contact__copy > h2 br { display: none; }
  .trust-contact__copy > p { font-size: 16px; }
  .trust-contact__details { grid-template-columns: 1fr; gap: 42px; margin-top: 52px; }
  .trust-contact__form-card { padding: 38px 26px 34px; }
  .trust-contact__bottom { grid-template-columns: 1fr; gap: 22px; padding: 32px 0; }
  .trust-contact__privacy,
  .trust-contact__seal,
  .trust-contact__bottom p { justify-self: center; text-align: center; }
  .trust-contact__seal { width: min(100%, 320px); }
  .trust-contact__seal img { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .trust-contact__cert-logos img,
  .trust-contact__socials a,
  .trust-contact__form-card label > span,
  .trust-contact__form-card input,
  .trust-contact__form-card textarea,
  .trust-contact__form-card button,
  .hubspot-form-container .hs-button,
  .trust-contact__privacy,
  .trust-contact__seal {
    transition: none;
  }
}
/* Orienta blue loading curtain */
.preloader {
  color: #fff;
  background: transparent;
}

.preloader .loader .loader-section .bg {
  background: linear-gradient(180deg, #0868c7 0%, #0059ad 52%, #003e7c 100%);
  transition: width 800ms cubic-bezier(.77, 0, .175, 1);
}

.preloader .loader .loader-section.section-left .bg {
  margin-right: auto;
}

.preloader .loader .loader-section.section-right .bg {
  margin-left: auto;
}

.preloader .animation-preloader .spinner {
  border-color: rgba(255,255,255,.22);
  border-top-color: #fff;
}

.preloader p {
  color: rgba(255,255,255,.78);
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: width .58s cubic-bezier(.77, 0, .175, 1);
}
