.elementor-1889 .elementor-element.elementor-element-e7dc35b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1889 .elementor-element.elementor-element-b425f0a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b425f0a *//* =========================================================
   ORIZON MÍDIA — PÁGINA DE SERVIÇOS
   CSS isolado pelo ID #orizon-services
========================================================= */

#orizon-services {
  --os-navy-950: #071a31;
  --os-navy-900: #0f2d52;
  --os-navy-800: #163a66;
  --os-blue-600: #1e5faf;
  --os-blue-500: #2c6bc1;
  --os-blue-100: #edf4fb;
  --os-orange-500: #ff7a45;
  --os-orange-100: #fff3ed;
  --os-text: #172033;
  --os-muted: #667085;
  --os-soft: #f7f9fc;
  --os-border: rgba(15, 45, 82, 0.10);
  --os-white: #ffffff;
  --os-shadow: 0 24px 65px rgba(9, 32, 61, 0.08);

  position: relative;
  overflow-x: clip;
  overflow-y: visible;

  color: var(--os-text);
  background: #ffffff;

  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

#orizon-services,
#orizon-services * {
  box-sizing: border-box;
}

#orizon-services h1,
#orizon-services h2,
#orizon-services h3,
#orizon-services p,
#orizon-services ul {
  margin-top: 0;
}

#orizon-services a {
  color: inherit;
}

#orizon-services svg {
  display: block;
}

#orizon-services .os-container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

#orizon-services .os-section {
  padding: 112px 0;
}

#orizon-services .os-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

#orizon-services .os-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   TIPOGRAFIA E ELEMENTOS GERAIS
========================================================= */

#orizon-services .os-eyebrow,
#orizon-services .os-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--os-blue-600);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-services .os-eyebrow {
  padding: 9px 13px;

  border: 1px solid rgba(30, 95, 175, 0.16);
  border-radius: 999px;

  background: rgba(237, 244, 251, 0.78);
}

#orizon-services .os-eyebrow__dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--os-orange-500);
  box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.12);
}

#orizon-services .os-heading {
  max-width: 760px;
}

#orizon-services .os-heading--center {
  margin-inline: auto;
  text-align: center;
}

#orizon-services .os-heading h2 {
  margin: 18px 0 0;

  color: var(--os-navy-950);

  font-size: clamp(42px, 4.7vw, 68px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

#orizon-services .os-heading h2 span {
  display: block;
  color: var(--os-blue-600);
}

#orizon-services .os-heading > p {
  max-width: 700px;
  margin: 26px auto 0;

  color: var(--os-muted);

  font-size: 18px;
  line-height: 1.7;
}

/* =========================================================
   BOTÕES
========================================================= */

#orizon-services .os-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 14px 21px;

  border: 1px solid transparent;
  border-radius: 14px;

  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;

  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

#orizon-services .os-button svg,
#orizon-services .os-service-card__link svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-services .os-button:hover {
  transform: translateY(-2px);
}

#orizon-services .os-button--primary {
  color: #ffffff;
  background: var(--os-navy-900);
  box-shadow: 0 16px 34px rgba(15, 45, 82, 0.20);
}

#orizon-services .os-button--primary:hover {
  background: var(--os-navy-950);
  box-shadow: 0 20px 42px rgba(7, 26, 49, 0.23);
}

#orizon-services .os-button--secondary {
  color: var(--os-navy-900);
  border-color: rgba(15, 45, 82, 0.11);
  background: rgba(255, 255, 255, 0.92);
}

#orizon-services .os-button--secondary:hover {
  border-color: rgba(30, 95, 175, 0.22);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 45, 82, 0.08);
}

/* =========================================================
   HERO
========================================================= */

#orizon-services .os-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;

  padding: 60px 0 96px;

  background:
    radial-gradient(circle at 88% 14%, rgba(30, 95, 175, 0.11), transparent 28%),
    radial-gradient(circle at 7% 89%, rgba(255, 122, 69, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

#orizon-services .os-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

#orizon-services .os-orb--blue {
  top: -180px;
  right: -130px;

  width: 430px;
  height: 430px;

  background: rgba(30, 95, 175, 0.06);
}

#orizon-services .os-orb--orange {
  bottom: -180px;
  left: -120px;

  width: 360px;
  height: 360px;

  background: rgba(255, 122, 69, 0.06);
}

#orizon-services .os-hero__grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(480px, 1.02fr);
  gap: 72px;
  align-items: center;
}

#orizon-services .os-hero__content h1 {
  max-width: 700px;
  margin: 28px 0 0;

  color: var(--os-navy-950);

  font-size: clamp(58px, 6.3vw, 88px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.066em;
}

#orizon-services .os-hero__content h1 span {
  display: block;
  color: var(--os-blue-600);
}

#orizon-services .os-hero__content > p {
  max-width: 640px;
  margin: 30px 0 0;

  color: #475467;

  font-size: 19px;
  line-height: 1.72;
}

#orizon-services .os-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 32px;
}

#orizon-services .os-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;

  margin-top: 26px;
}

#orizon-services .os-hero__notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: #526075;

  font-size: 12px;
  font-weight: 700;
}

#orizon-services .os-hero__notes svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: var(--os-blue-600);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Visual do hero */
#orizon-services .os-hero__visual {
  position: relative;
}

#orizon-services .os-dashboard {
  position: relative;

  width: 100%;
  min-height: 505px;
  overflow: hidden;

  padding: 28px;

  border: 1px solid rgba(15, 45, 82, 0.10);
  border-radius: 30px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 35px 80px rgba(15, 45, 82, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

#orizon-services .os-dashboard__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

  padding-bottom: 22px;

  border-bottom: 1px solid rgba(15, 45, 82, 0.08);
}

#orizon-services .os-dashboard__top small {
  display: block;

  color: #667085;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#orizon-services .os-dashboard__top strong {
  display: block;

  margin-top: 7px;

  color: var(--os-navy-950);

  font-size: 16px;
}

#orizon-services .os-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 11px;

  border-radius: 999px;

  color: #287a4e;
  background: #eaf8ef;

  font-size: 11px;
  font-weight: 800;
}

#orizon-services .os-status i {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #39b96e;
  box-shadow: 0 0 0 4px rgba(57, 185, 110, 0.12);
}

#orizon-services .os-dashboard__diagram {
  position: relative;

  min-height: 355px;
  margin-top: 24px;

  border: 1px solid rgba(15, 45, 82, 0.08);
  border-radius: 24px;

  background:
    linear-gradient(rgba(15, 45, 82, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 45, 82, 0.045) 1px, transparent 1px),
    #fbfcfe;
  background-size: 48px 48px;
}

#orizon-services .os-dashboard__center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;

  display: grid;
  width: 145px;
  height: 145px;
  place-items: center;

  border: 12px solid rgba(30, 95, 175, 0.11);
  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 18px 45px rgba(15, 45, 82, 0.14),
    inset 0 0 0 1px rgba(15, 45, 82, 0.09);

  transform: translate(-50%, -50%);
}

#orizon-services .os-dashboard__center span {
  align-self: end;

  color: var(--os-blue-600);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

#orizon-services .os-dashboard__center strong {
  align-self: start;

  margin-top: 4px;

  color: var(--os-navy-950);

  font-size: 18px;
}

#orizon-services .os-node {
  position: absolute;
  z-index: 3;

  padding: 10px 14px;

  border: 1px solid rgba(15, 45, 82, 0.09);
  border-radius: 12px;

  color: var(--os-navy-800);
  background: #ffffff;

  box-shadow: 0 10px 24px rgba(15, 45, 82, 0.08);

  font-size: 11px;
  font-weight: 800;
}

#orizon-services .os-node--one {
  top: 46px;
  left: 42px;
}

#orizon-services .os-node--two {
  top: 40px;
  right: 45px;
}

#orizon-services .os-node--three {
  bottom: 50px;
  left: 36px;
}

#orizon-services .os-node--four {
  right: 42px;
  bottom: 46px;
}

#orizon-services .os-node--five {
  right: 28px;
  top: 50%;

  transform: translateY(-50%);
}

#orizon-services .os-line {
  position: absolute;
  z-index: 1;

  height: 2px;

  background: linear-gradient(
    90deg,
    rgba(30, 95, 175, 0.12),
    rgba(30, 95, 175, 0.46)
  );

  transform-origin: left center;
}

#orizon-services .os-line--one {
  top: 98px;
  left: 125px;

  width: 160px;

  transform: rotate(22deg);
}

#orizon-services .os-line--two {
  top: 91px;
  right: 116px;

  width: 150px;

  transform: rotate(157deg);
}

#orizon-services .os-line--three {
  bottom: 104px;
  left: 125px;

  width: 155px;

  transform: rotate(-20deg);
}

#orizon-services .os-line--four {
  right: 118px;
  bottom: 98px;

  width: 150px;

  transform: rotate(199deg);
}

#orizon-services .os-line--five {
  top: 50%;
  right: 112px;

  width: 120px;
}

#orizon-services .os-dashboard__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  margin-top: 20px;

  color: #667085;

  font-size: 11px;
  font-weight: 800;
}

#orizon-services .os-dashboard__footer i {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--os-orange-500);
}

/* =========================================================
   INTRODUÇÃO
========================================================= */

#orizon-services .os-intro {
  padding-bottom: 88px;
}

#orizon-services .os-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: end;
}

#orizon-services .os-intro__copy {
  padding-bottom: 5px;
}

#orizon-services .os-intro__copy p {
  margin-bottom: 18px;

  color: var(--os-muted);

  font-size: 18px;
  line-height: 1.75;
}

#orizon-services .os-intro__copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   SERVIÇOS
========================================================= */

#orizon-services .os-services {
  background: var(--os-soft);
}

#orizon-services .os-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;

  margin-top: 62px;
}

#orizon-services .os-service-card {
  position: relative;

  display: flex;
  min-height: 470px;
  flex-direction: column;

  padding: 30px;

  border: 1px solid rgba(15, 45, 82, 0.09);
  border-radius: 24px;

  background:
    linear-gradient(145deg, #ffffff 0%, #fbfcff 100%);

  box-shadow: 0 18px 46px rgba(15, 45, 82, 0.055);

  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

#orizon-services .os-service-card::before {
  position: absolute;
  top: 0;
  left: 30px;

  width: 58px;
  height: 3px;

  border-radius: 0 0 5px 5px;

  background: linear-gradient(
    90deg,
    var(--os-blue-600),
    var(--os-blue-500)
  );

  content: "";
}

#orizon-services .os-service-card:hover {
  border-color: rgba(30, 95, 175, 0.18);

  box-shadow: 0 25px 58px rgba(15, 45, 82, 0.10);

  transform: translateY(-5px);
}

#orizon-services .os-service-card--wide {
  grid-column: 1 / -1;

  min-height: 410px;
}

#orizon-services .os-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#orizon-services .os-service-card__number {
  color: rgba(15, 45, 82, 0.18);

  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

#orizon-services .os-service-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;

  border-radius: 16px;

  color: var(--os-blue-600);
  background: var(--os-blue-100);
}

#orizon-services .os-service-card__icon--orange {
  color: var(--os-orange-500);
  background: var(--os-orange-100);
}

#orizon-services .os-service-card__icon svg {
  width: 23px;
  height: 23px;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-services .os-service-card__content {
  margin-top: 34px;
}

#orizon-services .os-service-card__label {
  color: var(--os-blue-600);

  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#orizon-services .os-service-card h3 {
  margin: 10px 0 0;

  color: var(--os-navy-950);

  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

#orizon-services .os-service-card p {
  margin: 18px 0 0;

  color: var(--os-muted);

  font-size: 16px;
  line-height: 1.68;
}

#orizon-services .os-service-card ul {
  display: grid;
  gap: 10px;

  margin: 24px 0 0;
  padding: 0;

  list-style: none;
}

#orizon-services .os-service-card li {
  position: relative;

  padding-left: 23px;

  color: #46536a;

  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

#orizon-services .os-service-card li::before {
  position: absolute;
  top: 8px;
  left: 0;

  width: 8px;
  height: 8px;

  border: 2px solid rgba(30, 95, 175, 0.32);
  border-radius: 50%;

  content: "";
}

#orizon-services .os-service-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;

  margin-top: auto;
  padding-top: 30px;

  color: var(--os-blue-600);

  font-size: 14px;
  font-weight: 850;
  text-decoration: none;

  transition:
    color 180ms ease,
    gap 180ms ease;
}

#orizon-services .os-service-card__link:hover {
  gap: 13px;
  color: var(--os-navy-900);
}

/* =========================================================
   PROCESSO
========================================================= */

#orizon-services .os-process {
  background: #ffffff;
}

#orizon-services .os-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;

  margin-top: 60px;
}

#orizon-services .os-process-card {
  padding: 30px;

  border: 1px solid rgba(15, 45, 82, 0.09);
  border-radius: 22px;

  background: #ffffff;

  box-shadow: 0 16px 42px rgba(15, 45, 82, 0.05);
}

#orizon-services .os-process-card > span {
  display: inline-grid;
  width: 43px;
  height: 43px;
  place-items: center;

  border-radius: 13px;

  color: var(--os-blue-600);
  background: var(--os-blue-100);

  font-size: 12px;
  font-weight: 900;
}

#orizon-services .os-process-card h3 {
  margin: 24px 0 0;

  color: var(--os-navy-950);

  font-size: 23px;
  letter-spacing: -0.025em;
}

#orizon-services .os-process-card p {
  margin: 14px 0 0;

  color: var(--os-muted);

  font-size: 15px;
  line-height: 1.68;
}

/* =========================================================
   CTA FINAL
========================================================= */

#orizon-services .os-final {
  padding: 0 0 112px;

  background: #ffffff;
}

#orizon-services .os-final__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;

  padding: 54px 58px;

  border-radius: 30px;

  color: #ffffff;

  background:
    radial-gradient(circle at 95% 5%, rgba(30, 95, 175, 0.27), transparent 35%),
    linear-gradient(145deg, var(--os-navy-950), var(--os-navy-900));

  box-shadow: 0 34px 78px rgba(7, 26, 49, 0.20);
}

#orizon-services .os-final .os-kicker {
  color: #8fc1ff;
}

#orizon-services .os-final h2 {
  max-width: 720px;
  margin: 15px 0 0;

  color: #ffffff;

  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: -0.05em;
}

#orizon-services .os-final p {
  max-width: 670px;
  margin: 20px 0 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 17px;
  line-height: 1.68;
}

#orizon-services .os-final__actions {
  display: grid;
  gap: 12px;

  min-width: 245px;
}

#orizon-services .os-button--white {
  color: var(--os-navy-950);
  background: #ffffff;
}

#orizon-services .os-button--white:hover {
  color: #ffffff;
  background: var(--os-blue-600);
}

#orizon-services .os-button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

#orizon-services .os-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1100px) {
  #orizon-services .os-hero__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  #orizon-services .os-hero__content {
    max-width: 820px;
  }

  #orizon-services .os-dashboard {
    max-width: 760px;
    margin-inline: auto;
  }

  #orizon-services .os-intro__grid {
    gap: 60px;
  }
}

@media (max-width: 900px) {
  #orizon-services .os-section {
    padding: 90px 0;
  }

  #orizon-services .os-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #orizon-services .os-services__grid {
    grid-template-columns: 1fr;
  }

  #orizon-services .os-service-card--wide {
    grid-column: auto;
  }

  #orizon-services .os-process__grid {
    grid-template-columns: 1fr;
  }

  #orizon-services .os-final__card {
    grid-template-columns: 1fr;
  }

  #orizon-services .os-final__actions {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  #orizon-services .os-container {
    width: min(100% - 30px, 1220px);
  }

  #orizon-services .os-section {
    padding: 74px 0;
  }

  #orizon-services .os-hero {
    min-height: 0;
    padding: 50px 0 72px;
  }

  #orizon-services .os-hero__content h1 {
    margin-top: 24px;

    font-size: clamp(45px, 13.4vw, 64px);
    line-height: 0.96;
    letter-spacing: -0.06em;
  }

  #orizon-services .os-hero__content > p {
    margin-top: 25px;

    font-size: 17px;
    line-height: 1.68;
  }

  #orizon-services .os-hero__actions {
    display: grid;
    margin-top: 28px;
  }

  #orizon-services .os-button {
    width: 100%;
    min-height: 55px;
  }

  #orizon-services .os-hero__notes {
    display: grid;
    gap: 11px;

    margin-top: 24px;
  }

  #orizon-services .os-hero__notes span {
    font-size: 13px;
  }

  #orizon-services .os-dashboard {
    min-height: 420px;
    padding: 18px;

    border-radius: 24px;
  }

  #orizon-services .os-dashboard__top {
    gap: 12px;
  }

  #orizon-services .os-status {
    padding: 7px 9px;
    font-size: 9px;
  }

  #orizon-services .os-dashboard__diagram {
    min-height: 300px;
  }

  #orizon-services .os-dashboard__center {
    width: 115px;
    height: 115px;

    border-width: 9px;
  }

  #orizon-services .os-dashboard__center strong {
    font-size: 15px;
  }

  #orizon-services .os-node {
    padding: 8px 10px;
    font-size: 9px;
  }

  #orizon-services .os-node--one {
    top: 38px;
    left: 16px;
  }

  #orizon-services .os-node--two {
    top: 34px;
    right: 16px;
  }

  #orizon-services .os-node--three {
    bottom: 42px;
    left: 16px;
  }

  #orizon-services .os-node--four {
    right: 15px;
    bottom: 38px;
  }

  #orizon-services .os-node--five {
    right: 5px;
  }

  #orizon-services .os-line {
    display: none;
  }

  #orizon-services .os-heading h2 {
    font-size: clamp(39px, 11vw, 52px);
    line-height: 1;
  }

  #orizon-services .os-heading > p {
    margin-top: 22px;

    font-size: 17px;
    line-height: 1.64;
  }

  #orizon-services .os-kicker,
  #orizon-services .os-eyebrow {
    font-size: 12px;
  }

  #orizon-services .os-intro__copy p {
    font-size: 17px;
    line-height: 1.7;
  }

  #orizon-services .os-services__grid {
    margin-top: 44px;
  }

  #orizon-services .os-service-card,
  #orizon-services .os-service-card--wide {
    min-height: 0;
    padding: 25px;

    border-radius: 21px;
  }

  #orizon-services .os-service-card__content {
    margin-top: 27px;
  }

  #orizon-services .os-service-card__label {
    font-size: 12px;
  }

  #orizon-services .os-service-card h3 {
    font-size: 29px;
  }

  #orizon-services .os-service-card p {
    font-size: 16px;
  }

  #orizon-services .os-service-card li {
    font-size: 15px;
  }

  #orizon-services .os-service-card__link {
    padding-top: 27px;
    font-size: 15px;
  }

  #orizon-services .os-process__grid {
    margin-top: 44px;
  }

  #orizon-services .os-process-card {
    padding: 25px;
  }

  #orizon-services .os-process-card p {
    font-size: 16px;
  }

  #orizon-services .os-final {
    padding-bottom: 74px;
  }

  #orizon-services .os-final__card {
    padding: 38px 24px;

    border-radius: 24px;
  }

  #orizon-services .os-final h2 {
    font-size: clamp(38px, 10.8vw, 50px);
  }

  #orizon-services .os-final p {
    font-size: 16px;
  }

  #orizon-services .os-final__actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  #orizon-services .os-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #orizon-services .os-button,
  #orizon-services .os-service-card,
  #orizon-services .os-service-card__link {
    transition: none;
  }
}

/* Elementor editor: conteúdo sempre visível */
body.elementor-editor-active #orizon-services .os-reveal,
body.elementor-editor-preview #orizon-services .os-reveal,
.elementor-editor-active #orizon-services .os-reveal,
.elementor-editor-preview #orizon-services .os-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


/* =========================================================
   AJUSTE DE PADRÃO E SEGURANÇA MOBILE
   Topo da hero igual ao padrão usado na home:
   - desktop: 60px
   - mobile: 50px
========================================================= */

@media (max-width: 767px) {
  #orizon-services .os-hero__grid > *,
  #orizon-services .os-intro__grid > *,
  #orizon-services .os-services__grid > *,
  #orizon-services .os-process__grid > *,
  #orizon-services .os-final__card > * {
    min-width: 0;
    max-width: 100%;
  }

  #orizon-services .os-hero__content h1 {
    max-width: 100%;
    font-size: clamp(39px, 11.4vw, 50px);
    line-height: 1;
    letter-spacing: -0.052em;
  }

  #orizon-services .os-heading h2,
  #orizon-services .os-final h2 {
    max-width: 100%;
    font-size: clamp(31px, 9.2vw, 40px);
    line-height: 1.06;
    letter-spacing: -0.042em;
  }

  #orizon-services .os-eyebrow,
  #orizon-services .os-button {
    max-width: 100%;
    white-space: normal;
  }

  #orizon-services .os-button {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  #orizon-services .os-hero__visual,
  #orizon-services .os-dashboard,
  #orizon-services .os-dashboard__diagram {
    width: 100%;
    max-width: 100%;
  }

  #orizon-services .os-dashboard__top > *,
  #orizon-services .os-service-card,
  #orizon-services .os-process-card,
  #orizon-services .os-final__card {
    min-width: 0;
    max-width: 100%;
  }

  #orizon-services .os-service-card h3,
  #orizon-services .os-process-card h3,
  #orizon-services .os-dashboard__top strong {
    overflow-wrap: break-word;
  }

  #orizon-services .os-service-card:hover {
    transform: none;
  }
}

@media (max-width: 380px) {
  #orizon-services .os-hero__content h1 {
    font-size: clamp(35px, 10.9vw, 42px);
    line-height: 1.02;
  }

  #orizon-services .os-heading h2,
  #orizon-services .os-final h2 {
    font-size: clamp(29px, 8.8vw, 36px);
  }

  #orizon-services .os-hero__content > p,
  #orizon-services .os-heading > p,
  #orizon-services .os-intro__copy p {
    font-size: 16px;
  }
}/* End custom CSS */