.elementor-2003 .elementor-element.elementor-element-b4e23eb{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-08650e7 *//* =========================================================
   ORIZON MÍDIA — PÁGINA DE CONTATO
   CSS definitivo e isolado pelo ID #orizon-contact
========================================================= */

#orizon-contact {
  --oc-navy-950: #071a31;
  --oc-navy-900: #0f2d52;
  --oc-navy-800: #163a66;
  --oc-blue-600: #1e5faf;
  --oc-blue-500: #2c6bc1;
  --oc-blue-100: #edf4fb;
  --oc-orange-500: #ff7a45;
  --oc-orange-100: #fff3ed;
  --oc-green-500: #25d366;
  --oc-text: #172033;
  --oc-muted: #667085;
  --oc-soft: #f7f9fc;
  --oc-border: rgba(15, 45, 82, 0.1);
  --oc-white: #ffffff;
  --oc-shadow-sm: 0 15px 38px rgba(15, 45, 82, 0.06);
  --oc-shadow-md: 0 25px 62px rgba(15, 45, 82, 0.1);
  --oc-shadow-lg: 0 30px 76px rgba(7, 26, 49, 0.16);

  position: relative;
  width: 100%;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--oc-text);
  background: var(--oc-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#orizon-contact,
#orizon-contact * {
  box-sizing: border-box;
}

#orizon-contact h1,
#orizon-contact h2,
#orizon-contact h3,
#orizon-contact p {
  margin-top: 0;
}

#orizon-contact a {
  color: inherit;
  text-decoration: none;
}

#orizon-contact button,
#orizon-contact iframe {
  font: inherit;
}

#orizon-contact svg {
  display: block;
}

#orizon-contact .oc-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

#orizon-contact .oc-section {
  padding: 104px 0;
}

/* O conteúdo permanece visível mesmo sem JavaScript. */
#orizon-contact [data-oc-animate] {
  opacity: 1;
  transform: none;
}


/* =========================================================
   TÍTULOS E ELEMENTOS GERAIS
========================================================= */

#orizon-contact .oc-eyebrow,
#orizon-contact .oc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--oc-blue-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-contact .oc-eyebrow {
  padding: 9px 13px;
  border: 1px solid rgba(30, 95, 175, 0.16);
  border-radius: 999px;
  background: rgba(237, 244, 251, 0.82);
}

#orizon-contact .oc-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--oc-orange-500);
  box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.12);
}

#orizon-contact .oc-heading {
  max-width: 780px;
}

#orizon-contact .oc-heading--center {
  margin-inline: auto;
  text-align: center;
}

#orizon-contact .oc-heading h2,
#orizon-contact .oc-faq__intro h2 {
  margin: 17px 0 0;
  color: var(--oc-navy-950);
  font-family: "Arapey", Georgia, serif;
  font-size: clamp(42px, 4.6vw, 62px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.042em;
}

#orizon-contact .oc-heading h2 span,
#orizon-contact .oc-faq__intro h2 span {
  display: block;
  color: var(--oc-blue-600);
}

#orizon-contact .oc-heading > p,
#orizon-contact .oc-faq__intro > p {
  max-width: 700px;
  margin: 23px 0 0;
  color: var(--oc-muted);
  font-size: 17px;
  line-height: 1.72;
}

#orizon-contact .oc-heading--center > p {
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   BOTÕES
========================================================= */

#orizon-contact .oc-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

#orizon-contact .oc-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-contact .oc-button:hover {
  transform: translateY(-2px);
}

#orizon-contact .oc-button--primary {
  color: #ffffff;
  background: var(--oc-navy-900);
  box-shadow: 0 16px 34px rgba(15, 45, 82, 0.2);
}

#orizon-contact .oc-button--primary:hover {
  background: var(--oc-navy-950);
  box-shadow: 0 20px 42px rgba(7, 26, 49, 0.23);
}

#orizon-contact .oc-button--secondary {
  color: var(--oc-navy-900);
  border-color: rgba(15, 45, 82, 0.11);
  background: rgba(255, 255, 255, 0.92);
}

#orizon-contact .oc-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-contact .oc-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 82px;
  background:
    radial-gradient(circle at 89% 12%, rgba(30, 95, 175, 0.11), transparent 29%),
    radial-gradient(circle at 7% 92%, rgba(255, 122, 69, 0.075), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

#orizon-contact .oc-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

#orizon-contact .oc-hero__orb--blue {
  top: -190px;
  right: -140px;
  width: 440px;
  height: 440px;
  background: rgba(30, 95, 175, 0.05);
}

#orizon-contact .oc-hero__orb--orange {
  bottom: -210px;
  left: -140px;
  width: 380px;
  height: 380px;
  background: rgba(255, 122, 69, 0.05);
}

#orizon-contact .oc-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
  gap: 66px;
  align-items: center;
}

#orizon-contact .oc-hero__content {
  position: relative;
  z-index: 3;
}

#orizon-contact .oc-hero__content h1 {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--oc-navy-950);
  font-family: "Arapey", Georgia, serif;
  font-size: clamp(48px, 4.8vw, 66px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.052em;
}

#orizon-contact .oc-hero__content h1 span {
  display: block;
  color: var(--oc-blue-600);
}

#orizon-contact .oc-hero__content > p {
  max-width: 570px;
  margin: 24px 0 0;
  color: #526075;
  font-size: 17px;
  line-height: 1.7;
}

#orizon-contact .oc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

#orizon-contact .oc-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 21px;
  margin-top: 22px;
}

#orizon-contact .oc-hero__notes > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #526075;
  font-size: 12px;
  font-weight: 700;
}

#orizon-contact .oc-hero__notes svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--oc-blue-600);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-contact .oc-hero__visual {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 28px 17px 31px 25px;
}

#orizon-contact .oc-hero-card {
  position: relative;
  z-index: 2;
  padding: 29px;
  border: 1px solid rgba(15, 45, 82, 0.1);
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  box-shadow: var(--oc-shadow-lg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#orizon-contact .oc-hero-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#orizon-contact .oc-hero-card__header > div > span {
  display: block;
  color: var(--oc-blue-600);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-contact .oc-hero-card__header > div > strong {
  display: block;
  margin-top: 5px;
  color: var(--oc-navy-950);
  font-size: 13px;
  font-weight: 800;
}

#orizon-contact .oc-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #287a4e;
  background: #eaf8ef;
  font-size: 10px;
  font-weight: 800;
}

#orizon-contact .oc-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36b56c;
  box-shadow: 0 0 0 4px rgba(54, 181, 108, 0.13);
}

#orizon-contact .oc-hero-card > h2 {
  max-width: 470px;
  margin: 23px 0 0;
  color: var(--oc-navy-950);
  font-family: "Arapey", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

#orizon-contact .oc-hero-card > p {
  max-width: 490px;
  margin: 14px 0 0;
  color: var(--oc-muted);
  font-size: 13px;
  line-height: 1.68;
}

#orizon-contact .oc-hero-card__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 22px;
}

#orizon-contact .oc-hero-card__options > div {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(15, 45, 82, 0.075);
  border-radius: 14px;
  background: var(--oc-soft);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

#orizon-contact .oc-hero-card__options > div:hover {
  border-color: rgba(30, 95, 175, 0.18);
  background: #ffffff;
  transform: translateY(-2px);
}

#orizon-contact .oc-hero-card__options span,
#orizon-contact .oc-hero-card__options strong,
#orizon-contact .oc-hero-card__options small {
  display: block;
}

#orizon-contact .oc-hero-card__options span {
  color: var(--oc-orange-500);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

#orizon-contact .oc-hero-card__options strong {
  margin-top: 7px;
  color: var(--oc-navy-900);
  font-size: 11px;
  line-height: 1.35;
}

#orizon-contact .oc-hero-card__options small {
  margin-top: 3px;
  color: var(--oc-muted);
  font-size: 9px;
  line-height: 1.35;
}

#orizon-contact .oc-hero-card__footer {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 45, 82, 0.085);
}

#orizon-contact .oc-avatar-stack {
  display: flex;
}

#orizon-contact .oc-avatar-stack span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  margin-left: -8px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: var(--oc-navy-900);
  font-size: 9px;
  font-weight: 900;
}

#orizon-contact .oc-avatar-stack span:first-child {
  margin-left: 0;
}

#orizon-contact .oc-avatar-stack span:nth-child(2) {
  background: var(--oc-blue-600);
}

#orizon-contact .oc-avatar-stack span:nth-child(3) {
  background: var(--oc-orange-500);
}

#orizon-contact .oc-hero-card__footer > div:last-child strong,
#orizon-contact .oc-hero-card__footer > div:last-child small {
  display: block;
}

#orizon-contact .oc-hero-card__footer > div:last-child strong {
  color: var(--oc-navy-900);
  font-size: 11px;
}

#orizon-contact .oc-hero-card__footer > div:last-child small {
  margin-top: 4px;
  color: var(--oc-muted);
  font-size: 9px;
}

#orizon-contact .oc-hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 45, 82, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 44px rgba(15, 45, 82, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#orizon-contact .oc-hero-float--top {
  top: 0;
  left: 0;
}

#orizon-contact .oc-hero-float--bottom {
  right: 0;
  bottom: 0;
  color: var(--oc-navy-900);
  font-size: 10px;
  font-weight: 800;
}

#orizon-contact .oc-hero-float__icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 10px;
  color: #287a4e;
  background: #eaf8ef;
  font-size: 13px;
  font-weight: 900;
}

#orizon-contact .oc-hero-float strong,
#orizon-contact .oc-hero-float small {
  display: block;
}

#orizon-contact .oc-hero-float strong {
  color: var(--oc-navy-900);
  font-size: 10px;
}

#orizon-contact .oc-hero-float small {
  margin-top: 3px;
  color: var(--oc-muted);
  font-size: 8px;
}

#orizon-contact .oc-hero-float--bottom > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--oc-green-500);
  box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.13);
}


/* =========================================================
   INTRODUÇÃO
========================================================= */

#orizon-contact .oc-intro {
  padding-bottom: 84px;
}

#orizon-contact .oc-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 88px;
  align-items: end;
}

#orizon-contact .oc-intro__copy p {
  margin-bottom: 17px;
  color: var(--oc-muted);
  font-size: 17px;
  line-height: 1.75;
}

#orizon-contact .oc-intro__copy p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   FORMULÁRIO — INTEGRADO AO SITE
========================================================= */

#orizon-contact .oc-form-section {
  background: var(--oc-soft);
  scroll-margin-top: 90px;
}

#orizon-contact .oc-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.58fr);
  gap: 28px;
  align-items: start;
  margin-top: 54px;
}

#orizon-contact .oc-form-card {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--oc-border);
  border-radius: 27px;
  background: #ffffff;
  box-shadow: var(--oc-shadow-md);
}

#orizon-contact .oc-form-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 45, 82, 0.09);
}

#orizon-contact .oc-form-card__header > div:first-child > span {
  color: var(--oc-blue-600);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-contact .oc-form-card__header h3 {
  margin: 8px 0 0;
  color: var(--oc-navy-950);
  font-family: "Arapey", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

#orizon-contact .oc-form-card__time {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 999px;
  color: var(--oc-muted);
  background: var(--oc-blue-100);
  font-size: 10px;
  font-weight: 750;
}

#orizon-contact .oc-form-card__time span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--oc-blue-600);
}


/* Bloco integrado */

#orizon-contact .oc-integrated-form {
  width: 100%;
  min-width: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 45, 82, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(
      180deg,
      rgba(247, 249, 252, 0.96) 0%,
      rgba(255, 255, 255, 0.98) 100%
    );
}


/* Identificação discreta */

#orizon-contact .oc-integrated-form__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 3px 4px 12px;
}

#orizon-contact .oc-integrated-form__secure {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

#orizon-contact .oc-integrated-form__secure-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border: 1px solid rgba(30, 95, 175, 0.12);
  border-radius: 11px;
  color: var(--oc-blue-600);
  background: var(--oc-blue-100);
}

#orizon-contact .oc-integrated-form__secure-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-contact .oc-integrated-form__secure strong,
#orizon-contact .oc-integrated-form__secure small {
  display: block;
}

#orizon-contact .oc-integrated-form__secure strong {
  color: var(--oc-navy-900);
  font-size: 11px;
  font-weight: 850;
}

#orizon-contact .oc-integrated-form__secure small {
  margin-top: 3px;
  color: var(--oc-muted);
  font-size: 9px;
  line-height: 1.45;
}

#orizon-contact .oc-integrated-form__external {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  border: 1px solid rgba(15, 45, 82, 0.1);
  border-radius: 10px;
  color: var(--oc-blue-600);
  background: #ffffff;
  font-size: 10px;
  font-weight: 800;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

#orizon-contact .oc-integrated-form__external:hover {
  border-color: rgba(30, 95, 175, 0.22);
  background: var(--oc-blue-100);
  transform: translateY(-1px);
}


/* Área do formulário com margem leve */

#orizon-contact .oc-integrated-form__frame {
  position: relative;
  width: 100%;
  height: 760px;
  min-height: 760px;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(15, 45, 82, 0.09);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 1px 3px rgba(15, 45, 82, 0.025);
}

#orizon-contact .oc-integrated-form__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 742px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  background: transparent;
}


/* Rodapé discreto */

#orizon-contact .oc-integrated-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 4px 2px;
}

#orizon-contact .oc-integrated-form__security {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 8px;
  color: var(--oc-muted);
  font-size: 9px;
  line-height: 1.5;
}

#orizon-contact .oc-integrated-form__security svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: none;
  stroke: var(--oc-blue-600);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-contact .oc-integrated-form__fallback {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--oc-muted);
  font-size: 9px;
}

#orizon-contact .oc-integrated-form__fallback strong {
  color: var(--oc-blue-600);
  font-weight: 850;
}

#orizon-contact .oc-integrated-form__fallback:hover strong {
  text-decoration: underline;
}

#orizon-contact .oc-integrated-form__external:focus-visible,
#orizon-contact .oc-integrated-form__fallback:focus-visible {
  outline: 3px solid rgba(30, 95, 175, 0.2);
  outline-offset: 2px;
}


/* =========================================================
   CONTATOS LATERAIS
========================================================= */

#orizon-contact .oc-contact-card {
  padding: 29px;
  border-radius: 27px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(44, 107, 193, 0.35), transparent 34%),
    linear-gradient(145deg, var(--oc-navy-950), var(--oc-navy-900));
  box-shadow: var(--oc-shadow-lg);
}

#orizon-contact .oc-contact-card__label {
  color: var(--oc-orange-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-contact .oc-contact-card > h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-family: "Arapey", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

#orizon-contact .oc-contact-card__intro {
  margin: 16px 0 23px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
}

#orizon-contact .oc-contact-option {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 11px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

#orizon-contact a.oc-contact-option:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
  transform: translateX(4px);
}

#orizon-contact .oc-contact-option--whatsapp {
  border-color: rgba(37, 211, 102, 0.22);
  background: rgba(37, 211, 102, 0.09);
}

#orizon-contact .oc-contact-option__icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
}

#orizon-contact .oc-contact-option__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-contact .oc-contact-option--whatsapp .oc-contact-option__icon {
  background: rgba(37, 211, 102, 0.16);
}

#orizon-contact .oc-contact-option--whatsapp .oc-contact-option__icon svg {
  stroke: var(--oc-green-500);
}

#orizon-contact .oc-contact-option__content {
  min-width: 0;
  flex: 1;
}

#orizon-contact .oc-contact-option__content small,
#orizon-contact .oc-contact-option__content strong,
#orizon-contact .oc-contact-option__content em {
  display: block;
}

#orizon-contact .oc-contact-option__content small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#orizon-contact .oc-contact-option__content strong {
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

#orizon-contact .oc-contact-option__content em {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-style: normal;
}

#orizon-contact .oc-contact-option__arrow {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

#orizon-contact .oc-service-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#orizon-contact .oc-service-note__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--oc-orange-500);
  background: rgba(255, 122, 69, 0.12);
}

#orizon-contact .oc-service-note strong {
  color: #ffffff;
  font-size: 12px;
}

#orizon-contact .oc-service-note p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  line-height: 1.6;
}


/* =========================================================
   PROCESSO
========================================================= */

#orizon-contact .oc-process {
  background: #ffffff;
}

#orizon-contact .oc-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

#orizon-contact .oc-process-card {
  min-height: 292px;
  padding: 26px;
  border: 1px solid var(--oc-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--oc-shadow-sm);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

#orizon-contact .oc-process-card:hover {
  border-color: rgba(30, 95, 175, 0.2);
  box-shadow: var(--oc-shadow-md);
  transform: translateY(-5px);
}

#orizon-contact .oc-process-card__number {
  color: rgba(15, 45, 82, 0.22);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

#orizon-contact .oc-process-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-top: 34px;
  border-radius: 15px;
  color: var(--oc-blue-600);
  background: var(--oc-blue-100);
  font-size: 20px;
}

#orizon-contact .oc-process-card:nth-child(2) .oc-process-card__icon {
  color: #258167;
  background: #eef8f5;
}

#orizon-contact .oc-process-card:nth-child(3) .oc-process-card__icon {
  color: var(--oc-orange-500);
  background: var(--oc-orange-100);
}

#orizon-contact .oc-process-card:nth-child(4) .oc-process-card__icon {
  color: #6851a8;
  background: #f2effb;
}

#orizon-contact .oc-process-card h3 {
  margin: 23px 0 0;
  color: var(--oc-navy-950);
  font-family: "Arapey", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

#orizon-contact .oc-process-card p {
  margin: 13px 0 0;
  color: var(--oc-muted);
  font-size: 13px;
  line-height: 1.7;
}


/* =========================================================
   FAQ — NATIVO, FUNCIONA MESMO SEM JAVASCRIPT
========================================================= */

#orizon-contact .oc-faq {
  background: var(--oc-soft);
}

#orizon-contact .oc-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 78px;
  align-items: start;
}

#orizon-contact .oc-faq__intro {
  position: sticky;
  top: 105px;
}

#orizon-contact .oc-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  color: var(--oc-blue-600);
  font-size: 13px;
  font-weight: 800;
}

#orizon-contact .oc-inline-link span {
  transition: transform 180ms ease;
}

#orizon-contact .oc-inline-link:hover span {
  transform: translate(3px, -2px);
}

#orizon-contact .oc-faq__list {
  overflow: hidden;
  border: 1px solid var(--oc-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--oc-shadow-sm);
}

#orizon-contact .oc-faq-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 45, 82, 0.09);
  background: #ffffff;
  transition: background 200ms ease;
}

#orizon-contact .oc-faq-item:last-child {
  border-bottom: 0;
}

#orizon-contact .oc-faq-item[open] {
  background: var(--oc-blue-100);
}

#orizon-contact .oc-faq-item > summary {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 22px;
  list-style: none;
  color: var(--oc-navy-900);
  background: transparent;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  text-align: left;
}

#orizon-contact .oc-faq-item > summary::-webkit-details-marker {
  display: none;
}

#orizon-contact .oc-faq-item > summary::marker {
  display: none;
  content: "";
}

#orizon-contact .oc-faq-item > summary > span {
  transition: color 200ms ease;
}

#orizon-contact .oc-faq-item[open] > summary > span {
  color: var(--oc-blue-600);
}

#orizon-contact .oc-faq-item > summary i {
  position: relative;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  border: 1px solid rgba(15, 45, 82, 0.11);
  border-radius: 9px;
  background: #ffffff;
}

#orizon-contact .oc-faq-item > summary i::before,
#orizon-contact .oc-faq-item > summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--oc-navy-900);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 200ms ease;
}

#orizon-contact .oc-faq-item > summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#orizon-contact .oc-faq-item[open] > summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#orizon-contact .oc-faq-panel {
  overflow: hidden;
}

#orizon-contact .oc-faq-panel p {
  margin: 0;
  padding: 0 58px 22px 22px;
  color: var(--oc-muted);
  font-size: 14px;
  line-height: 1.72;
}

#orizon-contact .oc-faq-item > summary:focus-visible {
  outline: 3px solid rgba(30, 95, 175, 0.22);
  outline-offset: -3px;
}

/* =========================================================
   CTA FINAL
========================================================= */

#orizon-contact .oc-final {
  position: relative;
  margin: 0;
  padding: 24px 0 104px;
  overflow: visible;
  background: #ffffff;
}

#orizon-contact .oc-final__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 48px;
  align-items: center;
  overflow: hidden;
  padding: 62px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 10%, rgba(44, 107, 193, 0.38), transparent 34%),
    linear-gradient(135deg, var(--oc-navy-950), var(--oc-navy-900));
  box-shadow: var(--oc-shadow-lg);
}

#orizon-contact .oc-final__orb {
  position: absolute;
  top: -220px;
  right: -120px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

#orizon-contact .oc-final__content,
#orizon-contact .oc-final__actions {
  position: relative;
  z-index: 2;
}

#orizon-contact .oc-final__label {
  color: var(--oc-orange-500);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-contact .oc-final h2 {
  max-width: 750px;
  margin: 16px 0 0;
  color: #ffffff;
  font-family: "Arapey", Georgia, serif;
  font-size: clamp(39px, 4.1vw, 56px);
  font-weight: 400;
  line-height: 1.01;
  letter-spacing: -0.04em;
}

#orizon-contact .oc-final h2 span {
  display: block;
  color: #94c2f2;
}

#orizon-contact .oc-final p {
  max-width: 650px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.72;
}

#orizon-contact .oc-final__actions {
  display: grid;
  gap: 17px;
}

#orizon-contact .oc-button--white {
  color: var(--oc-navy-900);
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

#orizon-contact .oc-button--white:hover {
  background: #f5f8fc;
}

#orizon-contact .oc-final__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 750;
}

#orizon-contact .oc-final__link:hover {
  color: #ffffff;
}


/* =========================================================
   ANIMAÇÕES
========================================================= */

@keyframes oc-spin {
  to { transform: rotate(360deg); }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
  #orizon-contact .oc-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 42px;
  }

  #orizon-contact .oc-hero__content h1 {
    font-size: clamp(45px, 5.2vw, 58px);
  }

  #orizon-contact .oc-form-layout {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.62fr);
  }

  #orizon-contact .oc-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #orizon-contact .oc-faq__grid {
    gap: 50px;
  }

  #orizon-contact .oc-final__card {
    padding: 52px;
  }
}


/* =========================================================
   TABLET VERTICAL
========================================================= */

@media (max-width: 850px) {
  #orizon-contact .oc-hero__grid,
  #orizon-contact .oc-intro__grid,
  #orizon-contact .oc-form-layout,
  #orizon-contact .oc-faq__grid,
  #orizon-contact .oc-final__card {
    grid-template-columns: 1fr;
  }

  #orizon-contact .oc-hero__grid {
    gap: 50px;
  }

  #orizon-contact .oc-hero__content {
    max-width: 680px;
  }

  #orizon-contact .oc-hero__visual {
    width: min(100%, 570px);
    margin-inline: auto;
  }

  #orizon-contact .oc-intro__grid {
    gap: 32px;
  }

  /* Formulário primeiro; contato direto depois. */
  #orizon-contact .oc-form-card {
    order: 1;
  }

  #orizon-contact .oc-contact-card {
    order: 2;
  }

  #orizon-contact .oc-faq__intro {
    position: static;
  }

  #orizon-contact .oc-faq__grid {
    gap: 42px;
  }

  #orizon-contact .oc-final__card {
    gap: 34px;
  }

  #orizon-contact .oc-final__actions {
    max-width: 330px;
  }
}


@media (max-width: 850px) {
  #orizon-contact .oc-integrated-form__frame {
    height: 720px;
    min-height: 720px;
  }

  #orizon-contact .oc-integrated-form__frame iframe {
    min-height: 702px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  #orizon-contact .oc-container {
    width: min(100% - 32px, 620px);
  }

  #orizon-contact .oc-section {
    padding: 74px 0;
  }

  #orizon-contact .oc-hero {
    padding: 50px 0 70px;
  }

  #orizon-contact .oc-hero__grid > *,
  #orizon-contact .oc-intro__grid > *,
  #orizon-contact .oc-form-layout > *,
  #orizon-contact .oc-faq__grid > *,
  #orizon-contact .oc-final__card > * {
    min-width: 0;
    max-width: 100%;
  }

  #orizon-contact .oc-hero__content h1 {
    max-width: 100%;
    margin-top: 22px;
    font-size: clamp(39px, 11vw, 49px);
    line-height: 1;
    letter-spacing: -0.048em;
  }

  #orizon-contact .oc-hero__content h1 span {
    display: inline;
  }

  #orizon-contact .oc-hero__content > p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.68;
  }

  #orizon-contact .oc-hero__actions {
    display: grid;
  }

  #orizon-contact .oc-button {
    width: 100%;
    min-height: 55px;
    white-space: normal;
  }

  #orizon-contact .oc-hero__notes {
    display: grid;
    gap: 10px;
  }

  #orizon-contact .oc-hero__visual {
    padding: 35px 0 38px;
  }

  #orizon-contact .oc-hero-card {
    padding: 23px 20px;
    border-radius: 22px;
  }

  #orizon-contact .oc-hero-card__header {
    align-items: flex-start;
  }

  #orizon-contact .oc-hero-card > h2 {
    font-size: 25px;
  }

  #orizon-contact .oc-hero-card__options {
    grid-template-columns: 1fr;
  }

  #orizon-contact .oc-hero-float--top {
    top: 4px;
    left: 9px;
  }

  #orizon-contact .oc-hero-float--bottom {
    right: 8px;
    bottom: 2px;
  }

  #orizon-contact .oc-heading h2,
  #orizon-contact .oc-faq__intro h2,
  #orizon-contact .oc-final h2 {
    max-width: 100%;
    font-size: clamp(33px, 9.2vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.038em;
  }

  #orizon-contact .oc-heading h2 span,
  #orizon-contact .oc-faq__intro h2 span,
  #orizon-contact .oc-final h2 span {
    display: inline;
  }

  #orizon-contact .oc-heading > p,
  #orizon-contact .oc-faq__intro > p,
  #orizon-contact .oc-intro__copy p {
    font-size: 16px;
    line-height: 1.68;
  }

  #orizon-contact .oc-heading--center {
    text-align: left;
  }

  #orizon-contact .oc-form-layout,
  #orizon-contact .oc-process__grid {
    margin-top: 42px;
  }

  #orizon-contact .oc-form-card,
  #orizon-contact .oc-contact-card {
    padding: 23px;
    border-radius: 22px;
  }

  #orizon-contact .oc-form-card__header {
    display: block;
  }

  #orizon-contact .oc-form-card__time {
    margin-top: 14px;
  }

  #orizon-contact .oc-integrated-form {
    padding: 8px;
    border-radius: 16px;
  }

  #orizon-contact .oc-integrated-form__meta {
    align-items: flex-start;
    padding: 2px 2px 10px;
  }

  #orizon-contact .oc-integrated-form__secure small {
    display: none;
  }

  #orizon-contact .oc-integrated-form__external {
    padding: 8px 9px;
    font-size: 9px;
  }

  #orizon-contact .oc-integrated-form__frame {
    height: 680px;
    min-height: 680px;
    padding: 6px;
    border-radius: 13px;
  }

  #orizon-contact .oc-integrated-form__frame iframe {
    min-height: 666px;
    border-radius: 9px;
  }

  #orizon-contact .oc-integrated-form__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 11px 2px 2px;
  }

  #orizon-contact .oc-integrated-form__security,
  #orizon-contact .oc-integrated-form__fallback {
    font-size: 10px;
  }

  #orizon-contact .oc-process__grid {
    grid-template-columns: 1fr;
  }

  #orizon-contact .oc-process-card {
    min-height: 0;
    padding: 24px;
  }

  #orizon-contact .oc-faq-item button {
    min-height: 68px;
    padding: 16px 17px;
    font-size: 15px;
  }

  #orizon-contact .oc-faq-panel p {
    padding-right: 48px;
    padding-left: 17px;
    font-size: 14px;
  }

  #orizon-contact .oc-final {
    padding: 10px 0 74px;
  }

  #orizon-contact .oc-final__card {
    padding: 38px 24px;
    border-radius: 24px;
  }

  #orizon-contact .oc-final__actions {
    max-width: none;
  }
}


/* =========================================================
   TELAS MUITO PEQUENAS
========================================================= */

@media (max-width: 390px) {
  #orizon-contact .oc-hero__content h1 {
    font-size: 38px;
  }

  #orizon-contact .oc-status {
    display: none;
  }

  #orizon-contact .oc-hero-float--top {
    left: 5px;
  }

  #orizon-contact .oc-hero-float--bottom {
    right: 5px;
  }

  #orizon-contact .oc-contact-option {
    padding: 12px;
  }

  #orizon-contact .oc-contact-option__icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }
}


/* =========================================================
   ACESSIBILIDADE E ELEMENTOR
========================================================= */

@media (prefers-reduced-motion: reduce) {
  #orizon-contact *,
  #orizon-contact *::before,
  #orizon-contact *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body.elementor-editor-active #orizon-contact [data-oc-animate],
body.elementor-editor-preview #orizon-contact [data-oc-animate],
.elementor-editor-active #orizon-contact [data-oc-animate],
.elementor-editor-preview #orizon-contact [data-oc-animate] {
  opacity: 1 !important;
  transform: none !important;
}






/* =========================================================
   MOBILE — TEXTOS MAIORES NO CARD DA HERO
========================================================= */

@media (max-width: 767px) {

  /* “COMECE POR AQUI” */
  #orizon-contact
    .oc-hero-card__header
    > div
    > span {
    font-size: 11px;
  }

  /* “Atendimento estratégico” */
  #orizon-contact
    .oc-hero-card__header
    > div
    > strong {
    font-size: 14px;
    line-height: 1.4;
  }

  /* Título principal do card */
  #orizon-contact .oc-hero-card > h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  /* Texto abaixo do título */
  #orizon-contact .oc-hero-card > p {
    font-size: 15px;
    line-height: 1.65;
  }

  /* Números 01, 02, 03 e 04 */
  #orizon-contact .oc-hero-card__options span {
    font-size: 11px;
  }

  /* Títulos dos serviços */
  #orizon-contact .oc-hero-card__options strong {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* Descrição dos serviços */
  #orizon-contact .oc-hero-card__options small {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.45;
  }

  /* “Análise personalizada” */
  #orizon-contact
    .oc-hero-card__footer
    > div:last-child
    strong {
    font-size: 13px;
    line-height: 1.4;
  }

  /* “De acordo com o momento da empresa” */
  #orizon-contact
    .oc-hero-card__footer
    > div:last-child
    small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.45;
  }

  /* Selo Online */
  #orizon-contact .oc-status {
    font-size: 11px;
  }

  /* Card flutuante “Solicitação recebida” */
  #orizon-contact .oc-hero-float strong {
    font-size: 11px;
  }

  #orizon-contact .oc-hero-float small {
    font-size: 9px;
  }
}

/* =========================================================
   AJUSTE V2 — CONTATO
   - Hero com título mais forte, seguindo as páginas de serviço
   - Contato direto destacado em largura total abaixo do formulário
========================================================= */

#orizon-contact .oc-hero__content h1 {
  max-width: 720px !important;
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(50px, 5.2vw, 78px) !important;
  font-weight: 900 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.062em !important;
}

#orizon-contact .oc-hero__content h1 span {
  font-weight: 900 !important;
}

#orizon-contact .oc-form-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 38px !important;
  align-items: stretch !important;
}

#orizon-contact .oc-form-card {
  width: 100% !important;
}

#orizon-contact .oc-contact-card {
  width: 100% !important;
  max-width: none !important;
  align-self: stretch !important;
  display: grid !important;
  grid-template-columns: minmax(260px, 0.78fr) repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding: 36px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 95% 12%, rgba(30, 95, 175, 0.30), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(255, 122, 69, 0.16), transparent 28%),
    linear-gradient(135deg, var(--oc-navy-950), var(--oc-navy-900)) !important;
  box-shadow: 0 30px 76px rgba(7, 26, 49, 0.18) !important;
}

#orizon-contact .oc-contact-card__label {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
  color: var(--oc-orange-500) !important;
}

#orizon-contact .oc-contact-card h3 {
  grid-column: 1;
  grid-row: 2;
  max-width: 420px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(28px, 2.7vw, 42px) !important;
  font-weight: 850 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
}

#orizon-contact .oc-contact-card__intro {
  grid-column: 1;
  grid-row: 3 / span 2;
  max-width: 420px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
}

#orizon-contact .oc-contact-card > .oc-contact-option {
  min-height: 142px !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  box-shadow: none !important;
}

#orizon-contact .oc-contact-card > a.oc-contact-option:hover {
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  transform: translateY(-3px) !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content small {
  color: rgba(255, 255, 255, 0.55) !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content strong {
  color: #ffffff !important;
  word-break: break-word !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content em {
  color: rgba(255, 255, 255, 0.62) !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__arrow {
  color: rgba(255, 255, 255, 0.86) !important;
}

#orizon-contact .oc-contact-card .oc-service-note {
  grid-column: 2 / -1;
  margin: 0 !important;
  padding: 22px !important;
  border-top: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

#orizon-contact .oc-contact-card .oc-service-note strong {
  color: #ffffff !important;
}

#orizon-contact .oc-contact-card .oc-service-note p {
  color: rgba(255, 255, 255, 0.68) !important;
}

@media (max-width: 1040px) {
  #orizon-contact .oc-contact-card {
    grid-template-columns: 1fr 1fr !important;
  }

  #orizon-contact .oc-contact-card__label,
  #orizon-contact .oc-contact-card h3,
  #orizon-contact .oc-contact-card__intro {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  #orizon-contact .oc-contact-card .oc-service-note {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 720px) {
  #orizon-contact .oc-hero__content h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 0.98 !important;
  }

  #orizon-contact .oc-contact-card {
    grid-template-columns: 1fr !important;
    padding: 28px !important;
    border-radius: 26px !important;
  }

  #orizon-contact .oc-contact-card > .oc-contact-option,
  #orizon-contact .oc-contact-card .oc-service-note {
    grid-column: 1 / -1 !important;
  }
}


/* =========================================================
   AJUSTE V3 — CONTATO DIRETO ORGANIZADO
   - Título centralizado no topo
   - Links diretos em grade 2x2
   - Peso do título mais elegante
========================================================= */

#orizon-contact .oc-hero__content h1 {
  font-weight: 820 !important;
  letter-spacing: -0.056em !important;
}

#orizon-contact .oc-hero__content h1 span {
  font-weight: 820 !important;
}

#orizon-contact .oc-form-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 42px !important;
  align-items: stretch !important;
}

#orizon-contact .oc-contact-card {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding: clamp(34px, 4.4vw, 56px) !important;
  border-radius: 32px !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 50% -12%, rgba(30, 95, 175, 0.34), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(255, 122, 69, 0.12), transparent 30%),
    linear-gradient(135deg, #071a31 0%, #0f2d52 100%) !important;
  box-shadow: 0 32px 78px rgba(7, 26, 49, 0.20) !important;
}

#orizon-contact .oc-contact-card__label,
#orizon-contact .oc-contact-card h3,
#orizon-contact .oc-contact-card__intro {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#orizon-contact .oc-contact-card__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin-bottom: 8px !important;
  color: #ff7a45 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

#orizon-contact .oc-contact-card h3 {
  max-width: 780px !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  color: #ffffff !important;
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(34px, 3.5vw, 50px) !important;
  font-weight: 760 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.047em !important;
}

#orizon-contact .oc-contact-card__intro {
  max-width: 720px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

#orizon-contact .oc-contact-card > .oc-contact-option,
#orizon-contact .oc-contact-card > .oc-service-note {
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 142px !important;
  margin: 0 !important;
  padding: 24px !important;
  border-top: 0 !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  box-shadow: 0 16px 34px rgba(7, 26, 49, 0.12) !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

#orizon-contact .oc-contact-card > .oc-contact-option {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) 24px !important;
  gap: 16px !important;
  align-items: center !important;
}

#orizon-contact .oc-contact-card > .oc-service-note {
  display: grid !important;
  grid-template-columns: 56px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
}

#orizon-contact .oc-contact-card > a.oc-contact-option:hover,
#orizon-contact .oc-contact-card > .oc-service-note:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.11) !important;
  box-shadow: 0 22px 46px rgba(7, 26, 49, 0.20) !important;
}

#orizon-contact .oc-contact-card > .oc-contact-option--whatsapp {
  border-color: rgba(37, 211, 102, 0.25) !important;
  background: rgba(37, 211, 102, 0.115) !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__icon,
#orizon-contact .oc-contact-card .oc-service-note__icon {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 18px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

#orizon-contact .oc-contact-card .oc-contact-option--whatsapp .oc-contact-option__icon {
  color: #25d366 !important;
  background: rgba(37, 211, 102, 0.17) !important;
}

#orizon-contact .oc-contact-card .oc-service-note__icon {
  color: #ff7a45 !important;
  background: rgba(255, 122, 69, 0.15) !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__icon svg {
  width: 23px !important;
  height: 23px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content,
#orizon-contact .oc-contact-card .oc-service-note > div {
  min-width: 0 !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content small {
  display: block !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.075em !important;
  text-transform: uppercase !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content strong {
  display: block !important;
  max-width: 100% !important;
  margin-top: 6px !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__content em {
  display: block !important;
  margin-top: 6px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 1.45 !important;
}

#orizon-contact .oc-contact-card .oc-service-note div > strong {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.012em !important;
  text-transform: none !important;
}

#orizon-contact .oc-contact-card .oc-service-note p {
  margin: 7px 0 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

#orizon-contact .oc-contact-card .oc-contact-option__arrow {
  justify-self: end !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 17px !important;
}

@media (max-width: 860px) {
  #orizon-contact .oc-contact-card {
    grid-template-columns: 1fr !important;
    padding: 32px 22px !important;
    border-radius: 26px !important;
  }

  #orizon-contact .oc-contact-card h3 {
    font-size: clamp(30px, 9vw, 42px) !important;
    font-weight: 760 !important;
  }

  #orizon-contact .oc-contact-card__intro {
    font-size: 15px !important;
    margin-bottom: 18px !important;
  }

  #orizon-contact .oc-contact-card > .oc-contact-option,
  #orizon-contact .oc-contact-card > .oc-service-note {
    min-height: auto !important;
    padding: 20px !important;
  }

  #orizon-contact .oc-contact-card > .oc-contact-option {
    grid-template-columns: 52px minmax(0, 1fr) 22px !important;
  }

  #orizon-contact .oc-contact-card > .oc-service-note {
    grid-template-columns: 52px minmax(0, 1fr) !important;
  }

  #orizon-contact .oc-contact-card .oc-contact-option__icon,
  #orizon-contact .oc-contact-card .oc-service-note__icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
  }
}







/* =========================================================
   CONTATO — CENTRALIZAR CARDS FLUTUANTES DA HERO
========================================================= */

#orizon-contact .oc-hero-float {
  width: fit-content;
  max-width: calc(100% - 48px);
  justify-content: center;
}

/* Card "Solicitação recebida" */
#orizon-contact .oc-hero-float--top {
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

/* Card "Atendimento 100% digital" */
#orizon-contact .oc-hero-float--bottom {
  bottom: 0 !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

/* Ajuste no mobile */
@media (max-width: 720px) {
  #orizon-contact .oc-hero-float {
    max-width: calc(100% - 32px);
  }

  #orizon-contact .oc-hero-float--top {
    top: 6px !important;
  }

  #orizon-contact .oc-hero-float--bottom {
    bottom: 6px !important;
  }
}/* End custom CSS */