.elementor-2055 .elementor-element.elementor-element-b56bbef{--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-983feb2 *//* =========================================================
   ORIZON MÍDIA — GESTÃO DE TRÁFEGO PAGO
   CSS totalmente isolado pelo ID #orizon-traffic
========================================================= */

#orizon-traffic {
  --ot-navy-950: #06172d;
  --ot-navy-900: #0b2341;
  --ot-navy-800: #12345f;
  --ot-blue-700: #0758d9;
  --ot-blue-600: #0d6efd;
  --ot-blue-500: #2582ff;
  --ot-blue-300: #8fc2ff;
  --ot-blue-100: #eaf3ff;
  --ot-blue-050: #f5f9ff;
  --ot-ink: #102038;
  --ot-text: #364760;
  --ot-muted: #6f7e93;
  --ot-line: #dce7f4;
  --ot-white: #ffffff;
  --ot-success: #1da87b;
  --ot-shadow-sm: 0 12px 34px rgba(14, 42, 78, 0.08);
  --ot-shadow-md: 0 24px 70px rgba(10, 39, 75, 0.14);
  --ot-radius-sm: 16px;
  --ot-radius-md: 24px;
  --ot-radius-lg: 34px;
  --ot-shell: 1180px;


  color: var(--ot-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  background: var(--ot-white);
}

#orizon-traffic,
#orizon-traffic * {
  box-sizing: border-box;
}

#orizon-traffic a,
#orizon-traffic button,
#orizon-traffic summary {
  -webkit-tap-highlight-color: transparent;
}

#orizon-traffic a:focus-visible,
#orizon-traffic button:focus-visible,
#orizon-traffic summary:focus-visible {
  outline: 3px solid rgba(37, 130, 255, 0.36);
  outline-offset: 4px;
}

#orizon-traffic .ot-shell {
  width: min(calc(100% - 48px), var(--ot-shell));
  margin-inline: auto;
}

#orizon-traffic .ot-section {
  position: relative;
  padding: 116px 0;
}

#orizon-traffic .ot-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--ot-blue-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

#orizon-traffic .ot-kicker::before {
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  content: "";
}

#orizon-traffic .ot-kicker--blue {
  color: var(--ot-blue-300);
}

#orizon-traffic .ot-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

#orizon-traffic .ot-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#orizon-traffic .ot-heading h2,
#orizon-traffic .ot-system__content h2,
#orizon-traffic .ot-transparency__content h2,
#orizon-traffic .ot-faq-intro h2,
#orizon-traffic .ot-final h2 {
  margin: 0;
  color: var(--ot-ink);
  font-family: Arapey, Georgia, serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.99;
}

#orizon-traffic .ot-heading p,
#orizon-traffic .ot-system__content > p,
#orizon-traffic .ot-transparency__content > p,
#orizon-traffic .ot-faq-intro > p,
#orizon-traffic .ot-final p {
  margin: 22px 0 0;
  color: var(--ot-text);
  font-size: 18px;
  line-height: 1.78;
}

/* =========================
   REVEAL
========================= */

#orizon-traffic .ot-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--ot-delay, 0ms);
}

#orizon-traffic .ot-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   HERO
========================= */

#orizon-traffic .ot-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  /* PADRÃO ORIZON: 60px abaixo do cabeçalho no desktop */
  padding: 60px 0 94px;
  background:
    linear-gradient(rgba(13, 110, 253, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 84% 10%, rgba(37, 130, 255, 0.15), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

#orizon-traffic .ot-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 130px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.92));
  content: "";
}

#orizon-traffic .ot-hero__orb {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(3px);
  pointer-events: none;
}

#orizon-traffic .ot-hero__orb--one {
  top: 80px;
  right: -170px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(13, 110, 253, 0.1);
  box-shadow:
    0 0 0 60px rgba(13, 110, 253, 0.025),
    0 0 0 120px rgba(13, 110, 253, 0.018);
}

#orizon-traffic .ot-hero__orb--two {
  bottom: 70px;
  left: -210px;
  width: 380px;
  height: 380px;
  background: rgba(13, 110, 253, 0.035);
}

#orizon-traffic .ot-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, 0.96fr);
  align-items: center;
  gap: 72px;
}

#orizon-traffic .ot-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 10px 15px;
  border: 1px solid rgba(13, 110, 253, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 28px rgba(11, 48, 90, 0.06);
  color: var(--ot-blue-700);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

#orizon-traffic .ot-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ot-blue-600);
  box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.11);
}

#orizon-traffic .ot-hero__title {
  max-width: 720px;
  margin: 0;
  color: var(--ot-ink);
  font-family: Arapey, Georgia, serif;
  font-size: clamp(54px, 5.65vw, 82px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.93;
}

#orizon-traffic .ot-hero__title span {
  display: inline;
  color: var(--ot-blue-600);
}

#orizon-traffic .ot-hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--ot-text);
  font-size: 18px;
  line-height: 1.76;
}

#orizon-traffic .ot-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

#orizon-traffic .ot-actions--center {
  justify-content: center;
}

#orizon-traffic .ot-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

#orizon-traffic .ot-btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

#orizon-traffic .ot-btn--primary {
  background: linear-gradient(135deg, var(--ot-blue-600), var(--ot-blue-700));
  box-shadow: 0 16px 36px rgba(13, 110, 253, 0.25);
  color: var(--ot-white) !important;
}

#orizon-traffic .ot-btn--secondary {
  border-color: rgba(14, 49, 87, 0.16);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(11, 43, 80, 0.06);
  color: var(--ot-ink) !important;
}

#orizon-traffic .ot-btn--ghost {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.07);
  color: var(--ot-white) !important;
}

#orizon-traffic .ot-btn:hover {
  transform: translateY(-3px);
}

#orizon-traffic .ot-btn--primary:hover {
  box-shadow: 0 22px 48px rgba(13, 110, 253, 0.34);
}

#orizon-traffic .ot-btn--secondary:hover {
  border-color: rgba(13,110,253,0.32);
  box-shadow: 0 16px 38px rgba(11, 43, 80, 0.11);
}

#orizon-traffic .ot-hero__checks {
  display: flex;
  gap: 18px 24px;
  margin: 26px 0 0;
  padding: 0;
  color: #4a5b72;
  font-size: 13px;
  font-weight: 650;
  list-style: none;
  flex-wrap: wrap;
}

#orizon-traffic .ot-hero__checks li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

#orizon-traffic .ot-hero__checks svg,
#orizon-traffic .ot-transparency__content li svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--ot-success);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

/* Dashboard */

#orizon-traffic .ot-dashboard-wrap {
  position: relative;
}

#orizon-traffic .ot-dashboard-wrap::before {
  position: absolute;
  top: 9%;
  right: -9%;
  bottom: -7%;
  left: 13%;
  z-index: -1;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(13,110,253,0.14), rgba(13,110,253,0.02));
  filter: blur(2px);
  content: "";
  transform: rotate(3deg);
}

#orizon-traffic .ot-dashboard {
  overflow: hidden;
  border: 1px solid rgba(31, 74, 122, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: var(--ot-shadow-md);
  backdrop-filter: blur(18px);
}

#orizon-traffic .ot-dashboard__topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #e8eef6;
  color: #607087;
  font-size: 11px;
  font-weight: 750;
}

#orizon-traffic .ot-window-dots {
  display: flex;
  gap: 6px;
}

#orizon-traffic .ot-window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7e1ed;
}

#orizon-traffic .ot-window-dots i:nth-child(1) { background: #ff7b70; }
#orizon-traffic .ot-window-dots i:nth-child(2) { background: #ffc764; }
#orizon-traffic .ot-window-dots i:nth-child(3) { background: #55cc8c; }

#orizon-traffic .ot-dashboard__status {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  color: #35745e;
}

#orizon-traffic .ot-dashboard__status i,
#orizon-traffic .ot-dashboard__footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ot-success);
  box-shadow: 0 0 0 4px rgba(29,168,123,0.1);
}

#orizon-traffic .ot-dashboard__body {
  padding: 20px;
}

#orizon-traffic .ot-channel-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 5px;
  border-radius: 13px;
  background: #f0f5fb;
}

#orizon-traffic .ot-channel-switch button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #68788e;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  transition: 0.24s ease;
}

#orizon-traffic .ot-channel-switch button.is-active {
  background: var(--ot-white);
  box-shadow: 0 6px 20px rgba(19, 51, 89, 0.09);
  color: var(--ot-ink);
}

#orizon-traffic .ot-channel-logo {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 7px;
  color: var(--ot-white);
  font-size: 11px;
  font-weight: 850;
}

#orizon-traffic .ot-channel-logo--google {
  background: linear-gradient(135deg, #4285f4, #1a73e8);
}

#orizon-traffic .ot-channel-logo--meta {
  background: linear-gradient(135deg, #0866ff, #6e57ff);
}

#orizon-traffic .ot-channel-panel {
  animation: ot-panel-in 0.35s ease both;
}

#orizon-traffic .ot-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 15px;
}

#orizon-traffic .ot-metric-card {
  min-width: 0;
  padding: 15px 13px;
  border: 1px solid #e6edf6;
  border-radius: 14px;
  background: #fbfdff;
}

#orizon-traffic .ot-metric-card span,
#orizon-traffic .ot-metric-card small,
#orizon-traffic .ot-performance-card__header span,
#orizon-traffic .ot-dashboard__footer span {
  display: block;
  color: #7d8ba0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

#orizon-traffic .ot-metric-card strong {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  color: var(--ot-ink);
  font-size: 14px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#orizon-traffic .ot-metric-card small {
  margin-top: 7px;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

#orizon-traffic .ot-performance-card {
  margin-top: 10px;
  padding: 18px;
  border: 1px solid #e4edf8;
  border-radius: 17px;
  background:
    linear-gradient(rgba(13, 110, 253, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 110, 253, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 20px 20px;
}

#orizon-traffic .ot-performance-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#orizon-traffic .ot-performance-card__header strong {
  display: block;
  margin-top: 4px;
  color: var(--ot-ink);
  font-size: 14px;
  line-height: 1.3;
}

#orizon-traffic .ot-chip {
  padding: 7px 9px;
  border: 1px solid rgba(13,110,253,0.12);
  border-radius: 8px;
  background: var(--ot-blue-100);
  color: var(--ot-blue-700) !important;
  font-size: 8px !important;
}

#orizon-traffic .ot-flow {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

#orizon-traffic .ot-flow > div {
  display: grid;
  grid-template-columns: 1fr 116px;
  align-items: center;
  gap: 12px;
}

#orizon-traffic .ot-flow > div::before {
  grid-row: 1;
  grid-column: 1;
  height: 8px;
  border-radius: 20px;
  background: #edf3f9;
  content: "";
}

#orizon-traffic .ot-flow i {
  z-index: 1;
  grid-row: 1;
  grid-column: 1;
  width: var(--ot-flow);
  height: 8px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--ot-blue-600), #6aaaff);
  box-shadow: 0 4px 12px rgba(13,110,253,0.18);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.75s cubic-bezier(.22,1,.36,1);
}

#orizon-traffic .ot-dashboard-wrap.is-visible .ot-flow i {
  transform: scaleX(1);
}

#orizon-traffic .ot-flow span {
  color: #66758b;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
}

#orizon-traffic .ot-dashboard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  padding: 12px 13px 0;
  border-top: 1px solid #edf1f6;
}

#orizon-traffic .ot-dashboard__footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#orizon-traffic .ot-dashboard__footer strong {
  color: #506078;
  font-size: 10px;
}

@keyframes ot-panel-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================
   FAIXA
========================= */

#orizon-traffic .ot-proof-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid #e7eef7;
  border-bottom: 1px solid #e7eef7;
  background: var(--ot-white);
}

#orizon-traffic .ot-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#orizon-traffic .ot-proof-strip__grid > div {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-right: 1px solid #e7eef7;
}

#orizon-traffic .ot-proof-strip__grid > div:last-child {
  border-right: 0;
}

#orizon-traffic .ot-proof-strip strong {
  color: var(--ot-blue-600);
  font-size: 12px;
  font-weight: 850;
}

#orizon-traffic .ot-proof-strip span {
  color: #4a5b72;
  font-size: 13px;
  font-weight: 700;
}

/* =========================
   PROBLEMAS
========================= */

#orizon-traffic .ot-section--light {
  background: #ffffff;
}

#orizon-traffic .ot-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

#orizon-traffic .ot-problem-card {
  position: relative;
  min-height: 310px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius-md);
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: var(--ot-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#orizon-traffic .ot-problem-card::after {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(13,110,253,0.055);
  content: "";
}

#orizon-traffic .ot-problem-card:hover {
  border-color: rgba(13,110,253,0.24);
  box-shadow: 0 24px 55px rgba(12, 45, 83, 0.12);
  transform: translateY(-6px);
}

#orizon-traffic .ot-icon-box {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(13,110,253,0.12);
  border-radius: 14px;
  background: var(--ot-blue-100);
  color: var(--ot-blue-700);
}

#orizon-traffic .ot-icon-box svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

#orizon-traffic .ot-card-number {
  position: absolute;
  top: 33px;
  right: 31px;
  color: #a8b7c9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

#orizon-traffic .ot-problem-card h3 {
  max-width: 290px;
  margin: 58px 0 14px;
  color: var(--ot-ink);
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

#orizon-traffic .ot-problem-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ot-text);
  font-size: 15px;
  line-height: 1.72;
}

/* =========================
   SISTEMA / FUNIL
========================= */

#orizon-traffic .ot-section--navy {
  background:
    radial-gradient(circle at 10% 12%, rgba(13,110,253,0.24), transparent 26%),
    radial-gradient(circle at 92% 88%, rgba(37,130,255,0.14), transparent 25%),
    var(--ot-navy-950);
}

#orizon-traffic .ot-system {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 80px;
}

#orizon-traffic .ot-system__content h2,
#orizon-traffic .ot-section--navy .ot-system__content > p {
  color: var(--ot-white);
}

#orizon-traffic .ot-section--navy .ot-system__content > p {
  color: #b7c6d9;
}

#orizon-traffic .ot-system__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
  padding: 16px 17px;
  border: 1px solid rgba(143,194,255,0.17);
  border-radius: 15px;
  background: rgba(255,255,255,0.05);
  color: #c8d5e5;
  font-size: 13px;
  line-height: 1.55;
}

#orizon-traffic .ot-system__note svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--ot-blue-300);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

#orizon-traffic .ot-funnel {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(143,194,255,0.15);
  border-radius: 30px;
  background: rgba(255,255,255,0.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

#orizon-traffic .ot-funnel article {
  display: flex;
  width: var(--ot-width);
  min-height: 70px;
  align-items: center;
  gap: 18px;
  margin-inline: auto;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(13,110,253,0.2), rgba(255,255,255,0.045));
  transition: border-color 0.25s ease, transform 0.25s ease;
}

#orizon-traffic .ot-funnel article:nth-child(1) { --ot-width: 100%; }
#orizon-traffic .ot-funnel article:nth-child(2) { --ot-width: 91%; }
#orizon-traffic .ot-funnel article:nth-child(3) { --ot-width: 82%; }
#orizon-traffic .ot-funnel article:nth-child(4) { --ot-width: 73%; }
#orizon-traffic .ot-funnel article:nth-child(5) { --ot-width: 64%; }

#orizon-traffic .ot-funnel article:hover {
  border-color: rgba(143,194,255,0.28);
  transform: translateX(4px);
}

#orizon-traffic .ot-funnel article > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: rgba(13,110,253,0.22);
  color: #b8d9ff;
  font-size: 11px;
  font-weight: 850;
}

#orizon-traffic .ot-funnel strong,
#orizon-traffic .ot-funnel small {
  display: block;
}

#orizon-traffic .ot-funnel strong {
  color: var(--ot-white);
  font-size: 14px;
}

#orizon-traffic .ot-funnel small {
  margin-top: 4px;
  color: #97a9bf;
  font-size: 11px;
  line-height: 1.4;
}

/* =========================
   CANAIS
========================= */

#orizon-traffic .ot-section--channels {
  background: var(--ot-blue-050);
}

#orizon-traffic .ot-channel-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

#orizon-traffic .ot-channel-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--ot-line);
  border-radius: 28px;
  background: var(--ot-white);
  box-shadow: var(--ot-shadow-sm);
}

#orizon-traffic .ot-channel-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
}

#orizon-traffic .ot-channel-card--google::before {
  background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

#orizon-traffic .ot-channel-card--meta::before {
  background: linear-gradient(90deg, #0866ff, #6f5cff);
}

#orizon-traffic .ot-channel-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#orizon-traffic .ot-channel-card__logo {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--ot-white);
  font-size: 18px;
  font-weight: 850;
}

#orizon-traffic .ot-channel-card--google .ot-channel-card__logo {
  background: #1a73e8;
  box-shadow: 0 12px 28px rgba(26,115,232,0.2);
}

#orizon-traffic .ot-channel-card--meta .ot-channel-card__logo {
  background: linear-gradient(135deg, #0866ff, #6758ff);
  box-shadow: 0 12px 28px rgba(8,102,255,0.2);
}

#orizon-traffic .ot-channel-card__tag {
  padding: 8px 11px;
  border: 1px solid #dfe8f3;
  border-radius: 999px;
  background: #f8fbff;
  color: #617289;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#orizon-traffic .ot-channel-card h3 {
  margin: 32px 0 14px;
  color: var(--ot-ink);
  font-family: Arapey, Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

#orizon-traffic .ot-channel-card > p {
  margin: 0;
  color: var(--ot-text);
  font-size: 15px;
  line-height: 1.72;
}

#orizon-traffic .ot-channel-card ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

#orizon-traffic .ot-channel-card li {
  position: relative;
  padding-left: 24px;
  color: #43546b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

#orizon-traffic .ot-channel-card li::before {
  position: absolute;
  top: 0.55em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ot-blue-600);
  box-shadow: 0 0 0 4px rgba(13,110,253,0.09);
  content: "";
}

#orizon-traffic .ot-channel-card__footer {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #e8eef5;
}

#orizon-traffic .ot-channel-card__footer span,
#orizon-traffic .ot-channel-card__footer strong {
  display: block;
}

#orizon-traffic .ot-channel-card__footer span {
  color: #8795a8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#orizon-traffic .ot-channel-card__footer strong {
  margin-top: 7px;
  color: var(--ot-ink);
  font-size: 14px;
  line-height: 1.45;
}

/* =========================
   ENTREGÁVEIS
========================= */

#orizon-traffic .ot-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ot-line);
  border-left: 1px solid var(--ot-line);
}

#orizon-traffic .ot-deliverable {
  min-height: 250px;
  padding: 31px;
  border-right: 1px solid var(--ot-line);
  border-bottom: 1px solid var(--ot-line);
  background: var(--ot-white);
  transition: background-color 0.25s ease;
}

#orizon-traffic .ot-deliverable:hover {
  background: var(--ot-blue-050);
}

#orizon-traffic .ot-deliverable > span {
  display: inline-flex;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--ot-blue-600);
  color: var(--ot-blue-700);
  font-size: 11px;
  font-weight: 850;
}

#orizon-traffic .ot-deliverable h3 {
  margin: 53px 0 12px;
  color: var(--ot-ink);
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

#orizon-traffic .ot-deliverable p {
  margin: 0;
  color: var(--ot-text);
  font-size: 14px;
  line-height: 1.68;
}

/* =========================
   PROCESSO
========================= */

#orizon-traffic .ot-section--process {
  background: linear-gradient(180deg, #f7faff, #ffffff);
}

#orizon-traffic .ot-process-list {
  border-top: 1px solid var(--ot-line);
}

#orizon-traffic .ot-process-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 210px;
  align-items: center;
  gap: 26px;
  min-height: 174px;
  padding: 28px 8px;
  border-bottom: 1px solid var(--ot-line);
  transition: padding 0.25s ease, background-color 0.25s ease;
}

#orizon-traffic .ot-process-item:hover {
  padding-right: 24px;
  padding-left: 24px;
  background: rgba(234,243,255,0.55);
}

#orizon-traffic .ot-process-item__number {
  color: var(--ot-blue-600);
  font-family: Arapey, Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

#orizon-traffic .ot-process-item__content > span {
  color: #8190a4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#orizon-traffic .ot-process-item h3 {
  margin: 7px 0 8px;
  color: var(--ot-ink);
  font-size: 21px;
  letter-spacing: -0.02em;
}

#orizon-traffic .ot-process-item p {
  max-width: 690px;
  margin: 0;
  color: var(--ot-text);
  font-size: 14px;
  line-height: 1.65;
}

#orizon-traffic .ot-process-item__status {
  justify-self: end;
  padding: 9px 12px;
  border: 1px solid #dae5f1;
  border-radius: 999px;
  background: var(--ot-white);
  color: #627289;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

/* =========================
   TRANSPARÊNCIA
========================= */

#orizon-traffic .ot-section--transparency {
  background:
    radial-gradient(circle at 15% 70%, rgba(13,110,253,0.18), transparent 28%),
    var(--ot-navy-950);
}

#orizon-traffic .ot-transparency {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 92px;
}

#orizon-traffic .ot-transparency__visual {
  position: relative;
  min-height: 440px;
}

#orizon-traffic .ot-report-card {
  position: absolute;
  border: 1px solid rgba(143,194,255,0.18);
  border-radius: 24px;
  background: rgba(255,255,255,0.075);
  box-shadow: 0 30px 70px rgba(0,0,0,0.2);
  backdrop-filter: blur(18px);
}

#orizon-traffic .ot-report-card--main {
  top: 10px;
  right: 55px;
  left: 0;
  padding: 34px;
}

#orizon-traffic .ot-report-card--side {
  right: 0;
  bottom: 10px;
  width: 67%;
  padding: 27px;
  background: linear-gradient(135deg, rgba(13,110,253,0.32), rgba(255,255,255,0.08));
}

#orizon-traffic .ot-report-card span,
#orizon-traffic .ot-report-card strong {
  display: block;
}

#orizon-traffic .ot-report-card span {
  color: var(--ot-blue-300);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-traffic .ot-report-card strong {
  margin-top: 10px;
  color: var(--ot-white);
  font-family: Arapey, Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.05;
}

#orizon-traffic .ot-report-line {
  position: relative;
  height: 12px;
  margin-top: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.09);
}

#orizon-traffic .ot-report-line i {
  display: block;
  width: var(--ot-line);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ot-blue-600), var(--ot-blue-300));
}

#orizon-traffic .ot-report-pills {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

#orizon-traffic .ot-report-pills i {
  width: 34px;
  height: 9px;
  border-radius: 20px;
  background: rgba(255,255,255,0.24);
}

#orizon-traffic .ot-report-pills i:nth-child(2) { width: 55px; }
#orizon-traffic .ot-report-pills i:nth-child(3) { width: 24px; }

#orizon-traffic .ot-transparency__content h2,
#orizon-traffic .ot-transparency__content > p {
  color: var(--ot-white);
}

#orizon-traffic .ot-transparency__content > p {
  color: #b6c4d6;
}

#orizon-traffic .ot-transparency__content ul {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

#orizon-traffic .ot-transparency__content li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #d7e2ee;
  font-size: 14px;
  line-height: 1.55;
}

#orizon-traffic .ot-transparency__content li svg {
  flex: 0 0 auto;
  margin-top: 2px;
  stroke: var(--ot-blue-300);
}

/* =========================
   INVESTIMENTO
========================= */

#orizon-traffic .ot-section--investment {
  background: var(--ot-blue-050);
}

#orizon-traffic .ot-investment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 940px;
  margin-inline: auto;
}

#orizon-traffic .ot-investment-card {
  position: relative;
  min-height: 390px;
  padding: 36px;
  border: 1px solid var(--ot-line);
  border-radius: 26px;
  background: var(--ot-white);
  box-shadow: var(--ot-shadow-sm);
}

#orizon-traffic .ot-investment-card--featured {
  border-color: rgba(13,110,253,0.22);
  background:
    radial-gradient(circle at 95% 5%, rgba(13,110,253,0.1), transparent 30%),
    var(--ot-white);
}

#orizon-traffic .ot-investment-card__label {
  color: #7a899e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#orizon-traffic .ot-investment-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-top: 34px;
  border-radius: 15px;
  background: var(--ot-blue-100);
  color: var(--ot-blue-700);
}

#orizon-traffic .ot-investment-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

#orizon-traffic .ot-investment-card h3 {
  margin: 26px 0 13px;
  color: var(--ot-ink);
  font-family: Arapey, Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

#orizon-traffic .ot-investment-card p {
  margin: 0;
  color: var(--ot-text);
  font-size: 14px;
  line-height: 1.7;
}

#orizon-traffic .ot-investment-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  color: var(--ot-blue-700);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

#orizon-traffic .ot-investment-card a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#orizon-traffic .ot-investment-card__note {
  display: block;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e5edf6;
  color: #748398;
  font-size: 11px;
  font-weight: 750;
}

/* =========================
   FAQ
========================= */

#orizon-traffic .ot-section--faq {
  background: var(--ot-white);
}

#orizon-traffic .ot-faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 86px;
}

#orizon-traffic .ot-faq-intro {
  position: sticky;
  top: 120px;
}

#orizon-traffic .ot-text-link {
  display: inline-flex;
  gap: 7px;
  margin-top: 27px;
  color: var(--ot-blue-700);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
}

#orizon-traffic .ot-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#orizon-traffic .ot-faq-list {
  border-top: 1px solid var(--ot-line);
}

#orizon-traffic .ot-faq-item {
  border-bottom: 1px solid var(--ot-line);
}

#orizon-traffic .ot-faq-item summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 3px;
  color: var(--ot-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.4;
  list-style: none;
}

#orizon-traffic .ot-faq-item summary::-webkit-details-marker {
  display: none;
}

#orizon-traffic .ot-faq-item summary i {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border: 1px solid #d8e3ef;
  border-radius: 50%;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

#orizon-traffic .ot-faq-item summary i::before,
#orizon-traffic .ot-faq-item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 3px;
  background: var(--ot-blue-700);
  content: "";
  transform: translate(-50%, -50%);
}

#orizon-traffic .ot-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease;
}

#orizon-traffic .ot-faq-item[open] summary {
  color: var(--ot-blue-700);
}

#orizon-traffic .ot-faq-item[open] summary i {
  border-color: var(--ot-blue-600);
  background: var(--ot-blue-100);
}

#orizon-traffic .ot-faq-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#orizon-traffic .ot-faq-item__answer {
  padding: 0 55px 25px 3px;
  animation: ot-faq-in 0.3s ease both;
}

#orizon-traffic .ot-faq-item__answer p {
  margin: 0;
  color: var(--ot-text);
  font-size: 14px;
  line-height: 1.75;
}

@keyframes ot-faq-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================
   CTA FINAL
========================= */

#orizon-traffic .ot-final {
  position: relative;
  isolation: isolate;
  padding: 116px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 105%, rgba(13,110,253,0.35), transparent 34%),
    var(--ot-navy-950);
  text-align: center;
}

#orizon-traffic .ot-final__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(143,194,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,194,255,0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 70%, transparent);
}

#orizon-traffic .ot-final__content {
  max-width: 900px;
}

#orizon-traffic .ot-final h2,
#orizon-traffic .ot-final p {
  color: var(--ot-white);
}

#orizon-traffic .ot-final p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  color: #b8c7d9;
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1060px) {
  #orizon-traffic .ot-hero__grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  #orizon-traffic .ot-hero__content {
    max-width: 820px;
  }

  #orizon-traffic .ot-dashboard-wrap {
    width: min(100%, 690px);
    margin-inline: auto;
  }

  #orizon-traffic .ot-system,
  #orizon-traffic .ot-transparency {
    gap: 54px;
  }

  #orizon-traffic .ot-faq-layout {
    gap: 54px;
  }
}

@media (max-width: 900px) {
  #orizon-traffic .ot-section {
    padding: 92px 0;
  }

  #orizon-traffic .ot-proof-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #orizon-traffic .ot-proof-strip__grid > div:nth-child(2) {
    border-right: 0;
  }

  #orizon-traffic .ot-proof-strip__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #e7eef7;
  }

  #orizon-traffic .ot-problem-grid,
  #orizon-traffic .ot-deliverables-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #orizon-traffic .ot-system,
  #orizon-traffic .ot-transparency,
  #orizon-traffic .ot-faq-layout {
    grid-template-columns: 1fr;
  }

  #orizon-traffic .ot-faq-intro {
    position: static;
  }

  #orizon-traffic .ot-faq-intro {
    max-width: 720px;
  }

  #orizon-traffic .ot-transparency__visual {
    max-width: 690px;
    width: 100%;
  }

  #orizon-traffic .ot-process-item {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  #orizon-traffic .ot-process-item__status {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  #orizon-traffic .ot-shell {
    width: min(calc(100% - 32px), var(--ot-shell));
  }

  #orizon-traffic .ot-hero {
    min-height: auto;
    /* PADRÃO ORIZON: 42px abaixo do cabeçalho no mobile */
    padding: 42px 0 72px;
    background-size: 32px 32px, 32px 32px, auto, auto;
  }

  #orizon-traffic .ot-hero__title {
    font-size: clamp(47px, 13vw, 66px);
    line-height: 0.96;
  }

  #orizon-traffic .ot-hero__lead {
    font-size: 17px;
    line-height: 1.68;
  }

  #orizon-traffic .ot-actions,
  #orizon-traffic .ot-actions--center {
    align-items: stretch;
    flex-direction: column;
  }

  #orizon-traffic .ot-btn {
    width: 100%;
  }

  #orizon-traffic .ot-hero__checks {
    display: grid;
    gap: 11px;
  }

  #orizon-traffic .ot-dashboard__topbar {
    grid-template-columns: 1fr auto;
  }

  #orizon-traffic .ot-dashboard__topbar > span:nth-child(2) {
    display: none;
  }

  #orizon-traffic .ot-metric-grid {
    grid-template-columns: 1fr;
  }

  #orizon-traffic .ot-metric-card strong {
    white-space: normal;
  }

  #orizon-traffic .ot-flow > div {
    grid-template-columns: 1fr 96px;
  }

  #orizon-traffic .ot-heading h2,
  #orizon-traffic .ot-system__content h2,
  #orizon-traffic .ot-transparency__content h2,
  #orizon-traffic .ot-faq-intro h2,
  #orizon-traffic .ot-final h2 {
    font-size: clamp(39px, 11vw, 54px);
    line-height: 1;
  }

  #orizon-traffic .ot-heading p,
  #orizon-traffic .ot-system__content > p,
  #orizon-traffic .ot-transparency__content > p,
  #orizon-traffic .ot-faq-intro > p,
  #orizon-traffic .ot-final p {
    font-size: 16px;
    line-height: 1.7;
  }

  #orizon-traffic .ot-proof-strip__grid {
    grid-template-columns: 1fr;
  }

  #orizon-traffic .ot-proof-strip__grid > div,
  #orizon-traffic .ot-proof-strip__grid > div:nth-child(2) {
    min-height: 70px;
    border-right: 0;
    border-bottom: 1px solid #e7eef7;
  }

  #orizon-traffic .ot-proof-strip__grid > div:last-child {
    border-bottom: 0;
  }

  #orizon-traffic .ot-problem-grid,
  #orizon-traffic .ot-channel-cards,
  #orizon-traffic .ot-deliverables-grid,
  #orizon-traffic .ot-investment-grid {
    grid-template-columns: 1fr;
  }

  #orizon-traffic .ot-deliverables-grid {
    border-left: 1px solid var(--ot-line);
  }

  #orizon-traffic .ot-funnel {
    padding: 18px;
  }

  #orizon-traffic .ot-funnel article,
  #orizon-traffic .ot-funnel article:nth-child(n) {
    width: 100%;
  }

  #orizon-traffic .ot-channel-card,
  #orizon-traffic .ot-investment-card {
    padding: 30px;
  }

  #orizon-traffic .ot-process-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 15px;
    min-height: 0;
    padding: 28px 0;
  }

  #orizon-traffic .ot-process-item:hover {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }

  #orizon-traffic .ot-process-item__number {
    font-size: 34px;
  }

  #orizon-traffic .ot-transparency__visual {
    min-height: 390px;
  }

  #orizon-traffic .ot-report-card--main {
    right: 24px;
    padding: 27px;
  }

  #orizon-traffic .ot-report-card--side {
    width: 78%;
    padding: 23px;
  }

  #orizon-traffic .ot-report-card strong {
    font-size: 29px;
  }

  #orizon-traffic .ot-faq-item summary {
    min-height: 78px;
    font-size: 15px;
  }

  #orizon-traffic .ot-faq-item__answer {
    padding-right: 2px;
  }

  #orizon-traffic .ot-final {
    padding: 92px 0;
  }
}

@media (max-width: 430px) {
  #orizon-traffic .ot-eyebrow {
    align-items: flex-start;
    border-radius: 15px;
  }

  #orizon-traffic .ot-eyebrow__dot {
    margin-top: 4px;
    flex: 0 0 auto;
  }

  #orizon-traffic .ot-dashboard__body {
    padding: 14px;
  }

  #orizon-traffic .ot-channel-switch button {
    font-size: 11px;
  }

  #orizon-traffic .ot-flow > div {
    grid-template-columns: 1fr 82px;
    gap: 8px;
  }

  #orizon-traffic .ot-problem-card {
    min-height: 0;
    padding: 27px;
  }

  #orizon-traffic .ot-channel-card h3 {
    font-size: 42px;
  }

  #orizon-traffic .ot-transparency__visual {
    min-height: 350px;
  }

  #orizon-traffic .ot-report-card--main {
    right: 10px;
    padding: 23px;
  }

  #orizon-traffic .ot-report-card--side {
    width: 88%;
  }
}

/* =========================
   MOVIMENTO REDUZIDO
========================= */

@media (prefers-reduced-motion: reduce) {
  #orizon-traffic .ot-reveal,
  #orizon-traffic .ot-btn,
  #orizon-traffic .ot-problem-card,
  #orizon-traffic .ot-process-item,
  #orizon-traffic .ot-funnel article,
  #orizon-traffic .ot-channel-panel,
  #orizon-traffic .ot-faq-item__answer,
  #orizon-traffic .ot-flow i {
    animation: none !important;
    transition: none !important;
  }

  #orizon-traffic .ot-reveal {
    opacity: 1;
    transform: none;
  }

  #orizon-traffic .ot-flow i {
    transform: scaleX(1);
  }
}


/* =========================================================
   AJUSTE FINAL — HERO E WRAPPER DO ELEMENTOR
   Mantém a primeira seção no padrão da Orizon.
========================================================= */
#orizon-traffic {
  margin-top: 0 !important;
}

#orizon-traffic .ot-hero {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

@media (max-width: 720px) {
  #orizon-traffic .ot-hero {
    padding-top: 42px !important;
  }
}

@supports .elementor-2055 .elementor-element.elementor-element-983feb2(:has(*)) {
  body .elementor-widget-html:has(#orizon-traffic),
  body .elementor-widget-html:has(#orizon-traffic) > .elementor-widget-container,
  body .e-con:has(#orizon-traffic),
  body .elementor-section:has(#orizon-traffic),
  body .elementor-container:has(#orizon-traffic) {
    --padding-top: 0px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}




/* =========================================================
   AJUSTE — HERO TRÁFEGO PAGO MAIS ENXUTA E FORTE
========================================================= */

#orizon-traffic .ot-hero {
  min-height: auto !important;
  padding-top: 65px !important;
  padding-bottom: 72px !important;
}

#orizon-traffic .ot-hero__grid {
  gap: 25px !important;
}

#orizon-traffic .ot-eyebrow {
  margin-bottom: 20px !important;
}

#orizon-traffic .ot-hero__title {
  max-width: 720px !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(56px, 6vw, 66px) !important;
  font-weight: 750 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.065em !important;
}

#orizon-traffic .ot-hero__title span {
  font-weight: 800 !important;
}

#orizon-traffic .ot-hero__lead {
  max-width: 650px !important;
  margin-top: 20px !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

#orizon-traffic .ot-actions {
  margin-top: 26px !important;
}

#orizon-traffic .ot-hero__checks {
  margin-top: 22px !important;
}







/* =========================================================
   CORREÇÃO — DASHBOARD COM ABAS ESTÁVEIS SEM ESPAÇO EXCESSIVO
========================================================= */

#orizon-traffic .ot-dashboard {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

#orizon-traffic .ot-dashboard__body {
  height: auto !important;
  display: block !important;
  overflow: visible !important;
}

/* Altura mínima menor, apenas para igualar as abas */
#orizon-traffic .ot-channel-panel {
  min-height: 318px !important;
  height: auto !important;
  overflow: visible !important;
}

#orizon-traffic .ot-performance-card {
  min-height: 164px !important;
  height: auto !important;
  overflow: visible !important;
}

#orizon-traffic .ot-dashboard__footer {
  margin-top: 12px !important;
  padding-top: 12px !important;
}

/* Compacta levemente o miolo */
#orizon-traffic .ot-dashboard__body {
  padding-bottom: 16px !important;
}

#orizon-traffic .ot-metric-grid {
  margin-top: 14px !important;
}

#orizon-traffic .ot-performance-card {
  margin-top: 10px !important;
}

/* Mobile natural */
@media (max-width: 720px) {
  #orizon-traffic .ot-channel-panel,
  #orizon-traffic .ot-performance-card {
    min-height: 0 !important;
    height: auto !important;
  }
}





/* =========================================================
   AJUSTE MOBILE — HERO MAIS ENXUTA
========================================================= */

@media (max-width: 720px) {
  #orizon-traffic .ot-hero {
    padding-top: 42px !important;
    padding-bottom: 44px !important;
    min-height: auto !important;
  }

  #orizon-traffic .ot-hero__grid {
    gap: 28px !important;
  }

  #orizon-traffic .ot-eyebrow {
    margin-bottom: 14px !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
  }

  #orizon-traffic .ot-hero__title {
    font-size: clamp(40px, 11vw, 52px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
  }

  #orizon-traffic .ot-hero__lead {
    margin-top: 16px !important;
    font-size: 15.5px !important;
    line-height: 1.58 !important;
  }

  #orizon-traffic .ot-actions {
    margin-top: 22px !important;
    gap: 10px !important;
  }

  #orizon-traffic .ot-btn {
    min-height: 50px !important;
    padding: 13px 18px !important;
    font-size: 14px !important;
  }

  #orizon-traffic .ot-hero__checks {
    margin-top: 18px !important;
    gap: 9px !important;
    font-size: 12.5px !important;
  }

  #orizon-traffic .ot-dashboard-wrap {
    margin-top: 2px !important;
  }
}

@media (max-width: 430px) {
  #orizon-traffic .ot-hero {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  #orizon-traffic .ot-hero__title {
    font-size: clamp(38px, 10.5vw, 48px) !important;
  }

  #orizon-traffic .ot-hero__lead {
    font-size: 15px !important;
  }
}/* End custom CSS */