.elementor-1916 .elementor-element.elementor-element-a989bd3{--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-01d2ef2 *//* =========================================================
   ORIZON MÍDIA — PÁGINA DE PLANOS
   CSS isolado pelo ID #orizon-plans
========================================================= */

#orizon-plans {
  --op-navy-950: #071a31;
  --op-navy-900: #0f2d52;
  --op-navy-800: #163a66;
  --op-blue-600: #1e5faf;
  --op-blue-500: #2c6bc1;
  --op-blue-100: #edf4fb;
  --op-orange-500: #ff7a45;
  --op-orange-100: #fff3ed;
  --op-text: #172033;
  --op-muted: #667085;
  --op-soft: #f7f9fc;
  --op-border: rgba(15, 45, 82, 0.10);
  --op-white: #ffffff;

  width: 100%;
  overflow-x: clip;
  overflow-y: visible;

  color: var(--op-text);
  background: #ffffff;

  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

#orizon-plans,
#orizon-plans * {
  box-sizing: border-box;
}

#orizon-plans h1,
#orizon-plans h2,
#orizon-plans h3,
#orizon-plans p,
#orizon-plans ul {
  margin-top: 0;
}

#orizon-plans a {
  color: inherit;
}

#orizon-plans svg {
  display: block;
}

#orizon-plans .op-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

#orizon-plans .op-section {
  padding: 108px 0;
}

#orizon-plans .op-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(.22, 1, .36, 1);
}

#orizon-plans .op-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   TÍTULOS E BOTÕES
========================================================= */

#orizon-plans .op-eyebrow,
#orizon-plans .op-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--op-blue-600);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#orizon-plans .op-eyebrow {
  padding: 9px 13px;

  border: 1px solid rgba(30, 95, 175, 0.16);
  border-radius: 999px;

  background: rgba(237, 244, 251, 0.82);
}

#orizon-plans .op-eyebrow__dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--op-orange-500);
  box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.12);
}

#orizon-plans .op-heading {
  max-width: 760px;
}

#orizon-plans .op-heading--center {
  margin-inline: auto;
  text-align: center;
}

#orizon-plans .op-heading h2 {
  margin: 18px 0 0;

  color: var(--op-navy-950);

  font-size: clamp(42px, 4.7vw, 66px);
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: -0.054em;
}

#orizon-plans .op-heading h2 span {
  display: block;
  color: var(--op-blue-600);
}

#orizon-plans .op-heading > p {
  max-width: 700px;
  margin: 25px auto 0;

  color: var(--op-muted);

  font-size: 18px;
  line-height: 1.7;
}

#orizon-plans .op-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;
  text-decoration: none;

  transition:
    transform 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

#orizon-plans .op-button svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-plans .op-button:hover {
  transform: translateY(-2px);
}

#orizon-plans .op-button--primary {
  color: #ffffff;
  background: var(--op-navy-900);
  box-shadow: 0 16px 34px rgba(15, 45, 82, 0.20);
}

#orizon-plans .op-button--primary:hover {
  background: var(--op-navy-950);
  box-shadow: 0 20px 42px rgba(7, 26, 49, 0.23);
}

#orizon-plans .op-button--secondary {
  color: var(--op-navy-900);
  border-color: rgba(15, 45, 82, 0.11);
  background: rgba(255, 255, 255, 0.92);
}

#orizon-plans .op-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-plans .op-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;

  padding: 60px 0 96px;

  background:
    radial-gradient(circle at 89% 14%, rgba(30, 95, 175, 0.11), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(255, 122, 69, 0.08), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

#orizon-plans .op-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

#orizon-plans .op-orb--blue {
  top: -170px;
  right: -130px;

  width: 430px;
  height: 430px;

  background: rgba(30, 95, 175, 0.055);
}

#orizon-plans .op-orb--orange {
  bottom: -190px;
  left: -130px;

  width: 370px;
  height: 370px;

  background: rgba(255, 122, 69, 0.055);
}

#orizon-plans .op-hero__grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(470px, 1.04fr);
  gap: 78px;
  align-items: center;
}

#orizon-plans .op-hero__content h1 {
  max-width: 690px;
  margin: 28px 0 0;

  color: var(--op-navy-950);

  font-size: clamp(58px, 6.2vw, 86px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.064em;
}

#orizon-plans .op-hero__content h1 span {
  display: block;
  color: var(--op-blue-600);
}

#orizon-plans .op-hero__content > p {
  max-width: 630px;
  margin: 29px 0 0;

  color: #475467;

  font-size: 19px;
  line-height: 1.72;
}

#orizon-plans .op-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 31px;
}

#orizon-plans .op-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;

  margin-top: 25px;
}

#orizon-plans .op-hero__notes span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: #526075;

  font-size: 12px;
  font-weight: 700;
}

#orizon-plans .op-hero__notes svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: var(--op-blue-600);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero visual */
#orizon-plans .op-hero__visual {
  position: relative;
  min-height: 520px;
}

#orizon-plans .op-hero-card {
  position: absolute;

  border: 1px solid rgba(15, 45, 82, 0.10);
  border-radius: 26px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 28px 68px rgba(15, 45, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#orizon-plans .op-hero-card--back {
  top: 25px;
  right: 8px;
  left: 85px;

  padding: 23px 27px;

  opacity: 0.7;

  transform: rotate(4deg);
}

#orizon-plans .op-hero-card--middle {
  top: 117px;
  right: 47px;
  left: 45px;

  padding: 23px 27px;

  opacity: 0.88;

  transform: rotate(-3deg);
}

#orizon-plans .op-hero-card--back small,
#orizon-plans .op-hero-card--middle small {
  display: block;

  color: var(--op-blue-600);

  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

#orizon-plans .op-hero-card--back strong,
#orizon-plans .op-hero-card--middle strong {
  display: block;

  margin-top: 8px;

  color: var(--op-navy-950);

  font-size: 18px;
}

#orizon-plans .op-hero-card--back span,
#orizon-plans .op-hero-card--middle span {
  display: block;

  margin-top: 7px;

  color: var(--op-muted);

  font-size: 12px;
  font-weight: 700;
}

#orizon-plans .op-hero-card--front {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;

  padding: 31px;
}

#orizon-plans .op-hero-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#orizon-plans .op-hero-card__top > span {
  color: var(--op-blue-600);

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

#orizon-plans .op-hero-card__top i {
  padding: 8px 10px;

  border-radius: 999px;

  color: #287a4e;
  background: #eaf8ef;

  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

#orizon-plans .op-hero-card--front h2 {
  margin: 25px 0 0;

  color: var(--op-navy-950);

  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

#orizon-plans .op-hero-card--front ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;

  margin: 25px 0 0;
  padding: 0;

  list-style: none;
}

#orizon-plans .op-hero-card--front li {
  position: relative;

  padding: 13px 13px 13px 32px;

  border: 1px solid rgba(15, 45, 82, 0.08);
  border-radius: 13px;

  color: #46536a;
  background: var(--op-soft);

  font-size: 12px;
  font-weight: 700;
}

#orizon-plans .op-hero-card--front li::before {
  position: absolute;
  top: 16px;
  left: 14px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--op-orange-500);

  content: "";
}

#orizon-plans .op-hero-card__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;

  margin-top: 28px;
  padding-top: 24px;

  border-top: 1px solid rgba(15, 45, 82, 0.09);
}

#orizon-plans .op-hero-card__price small {
  align-self: center;

  color: var(--op-muted);

  font-size: 11px;
  font-weight: 700;
}

#orizon-plans .op-hero-card__price strong {
  color: var(--op-navy-950);

  font-size: 36px;
  letter-spacing: -0.04em;
}

#orizon-plans .op-hero-card__price span {
  padding-bottom: 5px;

  color: var(--op-muted);

  font-size: 12px;
  font-weight: 700;
}

/* =========================================================
   INTRO
========================================================= */

#orizon-plans .op-intro {
  padding-bottom: 88px;
}

#orizon-plans .op-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 95px;
  align-items: end;
}

#orizon-plans .op-intro__copy p {
  margin-bottom: 18px;

  color: var(--op-muted);

  font-size: 18px;
  line-height: 1.75;
}

#orizon-plans .op-intro__copy p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   PLANOS
========================================================= */

#orizon-plans .op-plans {
  background: var(--op-soft);
}

#orizon-plans .op-plans__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;

  margin-top: 62px;
}

#orizon-plans .op-plan-card {
  position: relative;

  display: flex;
  min-height: 650px;
  flex-direction: column;

  padding: 29px;

  border: 1px solid rgba(15, 45, 82, 0.10);
  border-radius: 25px;

  background: #ffffff;

  box-shadow: 0 18px 46px rgba(15, 45, 82, 0.055);

  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

#orizon-plans .op-plan-card::before {
  position: absolute;
  top: 0;
  left: 29px;

  width: 58px;
  height: 3px;

  border-radius: 0 0 5px 5px;

  background: linear-gradient(
    90deg,
    var(--op-blue-600),
    var(--op-blue-500)
  );

  content: "";
}

#orizon-plans .op-plan-card:hover {
  border-color: rgba(30, 95, 175, 0.2);
  box-shadow: 0 27px 62px rgba(15, 45, 82, 0.11);
  transform: translateY(-6px);
}

#orizon-plans .op-plan-card--featured {
  border-color: rgba(30, 95, 175, 0.23);

  box-shadow:
    0 28px 68px rgba(30, 95, 175, 0.13);

  transform: translateY(-12px);
}

#orizon-plans .op-plan-card--featured:hover {
  transform: translateY(-16px);
}

#orizon-plans .op-plan-card__badge {
  position: absolute;
  top: 17px;
  right: 18px;

  padding: 7px 10px;

  border-radius: 999px;

  color: var(--op-blue-600);
  background: var(--op-blue-100);

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

#orizon-plans .op-plan-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  margin-top: 10px;
}

#orizon-plans .op-plan-card__type {
  color: var(--op-blue-600);

  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

#orizon-plans .op-plan-card__index {
  color: rgba(15, 45, 82, 0.18);

  font-size: 25px;
  font-weight: 900;
}

#orizon-plans .op-plan-card h3 {
  margin: 29px 0 0;

  color: var(--op-navy-950);

  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

#orizon-plans .op-plan-card__summary {
  min-height: 105px;
  margin: 17px 0 0;

  color: var(--op-muted);

  font-size: 15px;
  line-height: 1.68;
}

#orizon-plans .op-plan-card__price {
  margin-top: 26px;
  padding: 23px 0;

  border-top: 1px solid var(--op-border);
  border-bottom: 1px solid var(--op-border);
}

#orizon-plans .op-plan-card__price small,
#orizon-plans .op-plan-card__price span {
  display: block;

  color: var(--op-muted);

  font-size: 11px;
  font-weight: 700;
}

#orizon-plans .op-plan-card__price strong {
  display: block;

  margin: 6px 0 4px;

  color: var(--op-navy-950);

  font-size: 39px;
  line-height: 1;
  letter-spacing: -0.045em;
}

#orizon-plans .op-plan-card__features {
  display: grid;
  gap: 13px;

  margin: 26px 0 0;
  padding: 0;

  list-style: none;
}

#orizon-plans .op-plan-card__features li {
  position: relative;

  padding-left: 26px;

  color: #46536a;

  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

#orizon-plans .op-plan-card__features li::before {
  position: absolute;
  top: 4px;
  left: 0;

  width: 16px;
  height: 16px;

  border-radius: 50%;

  background:
    radial-gradient(circle, var(--op-blue-600) 0 3px, transparent 4px),
    var(--op-blue-100);

  content: "";
}

#orizon-plans .op-plan-card__contract {
  margin-top: 25px;
  padding: 12px 14px;

  border-radius: 12px;

  color: var(--op-navy-800);
  background: var(--op-soft);

  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

#orizon-plans .op-plan-card .op-button {
  width: 100%;
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

#orizon-plans .op-button--plan {
  color: var(--op-navy-900);
  border-color: rgba(15, 45, 82, 0.12);
  background: #ffffff;
}

#orizon-plans .op-button--plan:hover {
  border-color: rgba(30, 95, 175, 0.22);
  color: var(--op-blue-600);
  background: var(--op-blue-100);
}

#orizon-plans .op-value-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  margin-top: 29px;
  padding: 23px 25px;

  border: 1px solid rgba(30, 95, 175, 0.13);
  border-radius: 19px;

  background: linear-gradient(135deg, var(--op-blue-100), #ffffff);
}

#orizon-plans .op-value-note__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;

  border-radius: 13px;

  color: var(--op-blue-600);
  background: #ffffff;
}

#orizon-plans .op-value-note__icon svg {
  width: 22px;
  height: 22px;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

#orizon-plans .op-value-note strong {
  color: var(--op-navy-900);

  font-size: 14px;
}

#orizon-plans .op-value-note p {
  margin: 7px 0 0;

  color: var(--op-muted);

  font-size: 14px;
  line-height: 1.65;
}

/* =========================================================
   ENCAIXE
========================================================= */

#orizon-plans .op-fit {
  background: #ffffff;
}

#orizon-plans .op-fit__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;

  margin-top: 57px;
}

#orizon-plans .op-fit-card {
  padding: 29px;

  border: 1px solid var(--op-border);
  border-radius: 22px;

  background: var(--op-soft);

  transition:
    transform 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

#orizon-plans .op-fit-card:hover {
  border-color: rgba(30, 95, 175, 0.18);
  background: #ffffff;
  transform: translateY(-5px);
}

#orizon-plans .op-fit-card > span {
  display: inline-grid;
  width: 43px;
  height: 43px;
  place-items: center;

  border-radius: 13px;

  color: var(--op-blue-600);
  background: var(--op-blue-100);

  font-size: 12px;
  font-weight: 900;
}

#orizon-plans .op-fit-card h3 {
  margin: 24px 0 0;

  color: var(--op-navy-950);

  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

#orizon-plans .op-fit-card p {
  margin: 13px 0 0;

  color: var(--op-muted);

  font-size: 15px;
  line-height: 1.67;
}

#orizon-plans .op-fit-card strong {
  display: block;

  margin-top: 22px;

  color: var(--op-blue-600);

  font-size: 14px;
}

/* =========================================================
   SERVIÇOS AVULSOS
========================================================= */

#orizon-plans .op-single {
  background: var(--op-soft);
}

#orizon-plans .op-single__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 70px;
  align-items: end;
}

#orizon-plans .op-single__heading > p {
  margin: 0 0 5px;

  color: var(--op-muted);

  font-size: 17px;
  line-height: 1.72;
}

#orizon-plans .op-single__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;

  margin-top: 49px;
}

#orizon-plans .op-single-card {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;

  padding: 23px;

  border: 1px solid var(--op-border);
  border-radius: 18px;

  background: #ffffff;

  text-decoration: none;

  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

#orizon-plans .op-single-card:hover {
  border-color: rgba(30, 95, 175, 0.20);
  box-shadow: 0 18px 42px rgba(15, 45, 82, 0.08);
  transform: translateY(-4px);
}

#orizon-plans .op-single-card span {
  color: var(--op-navy-950);

  font-size: 17px;
  font-weight: 800;
}

#orizon-plans .op-single-card strong {
  color: var(--op-blue-600);

  font-size: 13px;
}



/* =========================================================
   PLANOS DE CONTEÚDO E AUTORIDADE
========================================================= */

#orizon-plans .op-content-plans {
  background: #ffffff;
}

#orizon-plans .op-content-plans__intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 82px;
  align-items: end;
}

#orizon-plans .op-content-plans__intro-copy > p {
  margin: 0;

  color: var(--op-muted);

  font-size: 18px;
  line-height: 1.75;
}

#orizon-plans .op-content-plans__ideal {
  margin-top: 22px;
  padding: 17px 19px;

  border: 1px solid rgba(30, 95, 175, .12);
  border-radius: 15px;

  color: var(--op-navy-800);
  background: linear-gradient(135deg, var(--op-blue-100), #ffffff);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
}

#orizon-plans .op-content-plans__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;

  margin-top: 58px;
}

#orizon-plans .op-content-card {
  position: relative;

  display: flex;
  min-height: 735px;
  flex-direction: column;

  padding: 31px;

  border: 1px solid var(--op-border);
  border-radius: 25px;

  background: linear-gradient(145deg, #ffffff, #fbfcff);

  box-shadow: 0 20px 52px rgba(15, 45, 82, .06);

  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

#orizon-plans .op-content-card::before {
  position: absolute;
  top: 0;
  left: 31px;

  width: 62px;
  height: 3px;

  border-radius: 0 0 5px 5px;

  background: linear-gradient(
    90deg,
    var(--op-blue-600),
    var(--op-blue-500)
  );

  content: "";
}

#orizon-plans .op-content-card:hover {
  border-color: rgba(30, 95, 175, .2);
  box-shadow: 0 28px 66px rgba(15, 45, 82, .11);
  transform: translateY(-6px);
}

#orizon-plans .op-content-card--featured {
  border-color: rgba(30, 95, 175, .23);

  box-shadow: 0 28px 70px rgba(30, 95, 175, .12);
}

#orizon-plans .op-content-card__badge {
  position: absolute;
  top: 18px;
  right: 19px;

  padding: 7px 10px;

  border-radius: 999px;

  color: var(--op-blue-600);
  background: var(--op-blue-100);

  font-size: 9px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

#orizon-plans .op-content-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  margin-top: 7px;
}

#orizon-plans .op-content-card__label {
  color: var(--op-blue-600);

  font-size: 11px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

#orizon-plans .op-content-card__number {
  color: rgba(15, 45, 82, .18);

  font-size: 26px;
  font-weight: 900;
}

#orizon-plans .op-content-card h3 {
  margin: 29px 0 0;

  color: var(--op-navy-950);

  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -.038em;
}

#orizon-plans .op-content-card__summary {
  min-height: 86px;
  margin: 17px 0 0;

  color: var(--op-muted);

  font-size: 16px;
  line-height: 1.68;
}

#orizon-plans .op-content-card__price {
  margin-top: 25px;
  padding: 23px 0;

  border-top: 1px solid var(--op-border);
  border-bottom: 1px solid var(--op-border);
}

#orizon-plans .op-content-card__price small,
#orizon-plans .op-content-card__price span {
  display: block;

  color: var(--op-muted);

  font-size: 11px;
  font-weight: 700;
}

#orizon-plans .op-content-card__price strong {
  display: block;

  margin: 6px 0 4px;

  color: var(--op-navy-950);

  font-size: 41px;
  line-height: 1;
  letter-spacing: -.045em;
}

#orizon-plans .op-content-card__quantities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  margin-top: 23px;
}

#orizon-plans .op-content-card__quantities > div {
  padding: 17px;

  border: 1px solid rgba(15, 45, 82, .08);
  border-radius: 15px;

  background: var(--op-soft);
}

#orizon-plans .op-content-card__quantities strong {
  display: block;

  color: var(--op-blue-600);

  font-size: 29px;
  line-height: 1;
}

#orizon-plans .op-content-card__quantities span {
  display: block;

  margin-top: 7px;

  color: var(--op-muted);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

#orizon-plans .op-content-card ul {
  display: grid;
  gap: 12px;

  margin: 25px 0 32px;
  padding: 0;

  list-style: none;
}

#orizon-plans .op-content-card li {
  position: relative;

  padding-left: 26px;

  color: #46536a;

  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

#orizon-plans .op-content-card li::before {
  position: absolute;
  top: 4px;
  left: 0;

  width: 16px;
  height: 16px;

  border-radius: 50%;

  background:
    radial-gradient(circle, var(--op-blue-600) 0 3px, transparent 4px),
    var(--op-blue-100);

  content: "";
}

#orizon-plans .op-content-card .op-button {
  width: 100%;
  margin-top: auto;
}

#orizon-plans .op-content-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  margin-top: 28px;
  padding: 23px 25px;

  border: 1px solid rgba(30, 95, 175, .13);
  border-radius: 19px;

  background: linear-gradient(135deg, var(--op-blue-100), #ffffff);
}

#orizon-plans .op-content-note__icon {
  display: grid;
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  place-items: center;

  border-radius: 13px;

  color: var(--op-blue-600);
  background: #ffffff;
}

#orizon-plans .op-content-note__icon svg {
  width: 23px;
  height: 23px;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-plans .op-content-note strong {
  color: var(--op-navy-900);

  font-size: 14px;
}

#orizon-plans .op-content-note p {
  margin: 7px 0 0;

  color: var(--op-muted);

  font-size: 14px;
  line-height: 1.66;
}

@media (max-width: 900px) {
  #orizon-plans .op-content-plans__intro,
  #orizon-plans .op-content-plans__grid {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-content-plans__intro {
    gap: 34px;
  }

  #orizon-plans .op-content-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  #orizon-plans .op-content-plans__intro > *,
  #orizon-plans .op-content-plans__grid > * {
    min-width: 0;
    max-width: 100%;
  }

  #orizon-plans .op-content-plans__intro-copy > p {
    font-size: 17px;
    line-height: 1.68;
  }

  #orizon-plans .op-content-plans__grid {
    margin-top: 43px;
  }

  #orizon-plans .op-content-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;

    padding: 25px;

    border-radius: 22px;
  }

  #orizon-plans .op-content-card:hover {
    transform: none;
  }

  #orizon-plans .op-content-card__badge {
    position: static;
    align-self: flex-start;

    margin-bottom: 20px;
  }

  #orizon-plans .op-content-card h3 {
    font-size: 29px;
  }

  #orizon-plans .op-content-card__summary {
    min-height: 0;

    font-size: 15px;
  }

  #orizon-plans .op-content-card__price strong {
    font-size: 36px;
  }

  #orizon-plans .op-content-card__quantities {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-content-card li,
  #orizon-plans .op-content-note p {
    font-size: 15px;
  }

  #orizon-plans .op-content-note {
    padding: 21px;
  }
}

/* =========================================================
   FAQ
========================================================= */

#orizon-plans .op-faq {
  background: #ffffff;
}

#orizon-plans .op-faq__grid {
  display: grid;
  grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
  gap: 75px;
  align-items: start;
}

#orizon-plans .op-faq__list {
  display: grid;
  gap: 12px;
}

#orizon-plans .op-faq-item {
  overflow: hidden;

  border: 1px solid var(--op-border);
  border-radius: 19px;

  background: #ffffff;

  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

#orizon-plans .op-faq-item.is-open {
  border-color: rgba(30, 95, 175, 0.22);
  box-shadow: 0 18px 40px rgba(15, 45, 82, 0.065);
}

#orizon-plans .op-faq-item h3 {
  margin: 0;
}

#orizon-plans .op-faq-item button {
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 18px 21px;

  border: 0;

  color: var(--op-navy-950);
  background: transparent;

  font: inherit;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.45;
  text-align: left;

  cursor: pointer;
}

#orizon-plans .op-faq-item button > span {
  position: relative;

  flex: 0 0 30px;
  width: 30px;
  height: 30px;

  border-radius: 10px;

  color: var(--op-blue-600);
  background: var(--op-blue-100);
}

#orizon-plans .op-faq-item button > span::before,
#orizon-plans .op-faq-item button > span::after {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 12px;
  height: 2px;

  border-radius: 2px;

  background: currentColor;

  content: "";

  transform: translate(-50%, -50%);
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

#orizon-plans .op-faq-item button > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#orizon-plans .op-faq-item.is-open button > span::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

#orizon-plans .op-faq-panel {
  display: grid;
  grid-template-rows: 0fr;

  transition:
    grid-template-rows 340ms cubic-bezier(.22, 1, .36, 1);
}

#orizon-plans .op-faq-item.is-open .op-faq-panel {
  grid-template-rows: 1fr;
}

#orizon-plans .op-faq-panel > div {
  overflow: hidden;
}

#orizon-plans .op-faq-panel p {
  margin: 0;
  padding: 0 21px 22px;

  color: var(--op-muted);

  font-size: 14px;
  line-height: 1.72;
}

/* =========================================================
   CTA FINAL
========================================================= */

#orizon-plans .op-final {
  padding: 0 0 112px;

  background: #ffffff;
}

#orizon-plans .op-final__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;

  padding: 54px 58px;

  border-radius: 30px;

  color: #ffffff;

  background:
    radial-gradient(circle at 95% 5%, rgba(30, 95, 175, 0.28), transparent 35%),
    linear-gradient(145deg, var(--op-navy-950), var(--op-navy-900));

  box-shadow: 0 34px 78px rgba(7, 26, 49, 0.20);
}

#orizon-plans .op-final .op-kicker {
  color: #8fc1ff;
}

#orizon-plans .op-final h2 {
  max-width: 720px;
  margin: 15px 0 0;

  color: #ffffff;

  font-size: clamp(38px, 4.4vw, 61px);
  line-height: 1;
  letter-spacing: -0.05em;
}

#orizon-plans .op-final p {
  max-width: 670px;
  margin: 20px 0 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 17px;
  line-height: 1.68;
}

#orizon-plans .op-final__actions {
  display: grid;
  gap: 12px;

  min-width: 245px;
}

#orizon-plans .op-button--white {
  color: var(--op-navy-950);
  background: #ffffff;
}

#orizon-plans .op-button--white:hover {
  color: #ffffff;
  background: var(--op-blue-600);
}

#orizon-plans .op-button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

#orizon-plans .op-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 1080px) {
  #orizon-plans .op-hero__grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  #orizon-plans .op-hero__content {
    max-width: 820px;
  }

  #orizon-plans .op-hero__visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  #orizon-plans .op-plans__grid {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-plan-card,
  #orizon-plans .op-plan-card--featured {
    min-height: 0;
    transform: none;
  }

  #orizon-plans .op-plan-card--featured:hover {
    transform: translateY(-6px);
  }

  #orizon-plans .op-plan-card__summary {
    min-height: 0;
  }

  #orizon-plans .op-fit__grid,
  #orizon-plans .op-single__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #orizon-plans .op-section {
    padding: 90px 0;
  }

  #orizon-plans .op-intro__grid,
  #orizon-plans .op-single__heading,
  #orizon-plans .op-faq__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  #orizon-plans .op-fit__grid {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-final__card {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-final__actions {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  #orizon-plans .op-container {
    width: min(100% - 30px, 1180px);
  }

  #orizon-plans .op-section {
    padding: 74px 0;
  }

  #orizon-plans .op-hero {
    min-height: 0;
    padding: 50px 0 72px;
  }

  #orizon-plans .op-hero__grid > *,
  #orizon-plans .op-intro__grid > *,
  #orizon-plans .op-plans__grid > *,
  #orizon-plans .op-fit__grid > *,
  #orizon-plans .op-single__grid > *,
  #orizon-plans .op-faq__grid > *,
  #orizon-plans .op-final__card > * {
    min-width: 0;
    max-width: 100%;
  }

  #orizon-plans .op-hero__content h1 {
    max-width: 100%;

    font-size: clamp(39px, 11.4vw, 50px);
    line-height: 1;
    letter-spacing: -0.052em;
  }

  #orizon-plans .op-hero__content > p {
    margin-top: 25px;

    font-size: 17px;
    line-height: 1.68;
  }

  #orizon-plans .op-hero__actions {
    display: grid;
    margin-top: 28px;
  }

  #orizon-plans .op-button {
    width: 100%;
    height: auto;
    min-height: 55px;
    white-space: normal;
  }

  #orizon-plans .op-hero__notes {
    display: grid;
    gap: 11px;
  }

  #orizon-plans .op-hero__notes span {
    font-size: 13px;
  }

  #orizon-plans .op-hero__visual {
    min-height: 510px;
  }

  #orizon-plans .op-hero-card--back {
    right: 0;
    left: 28px;
  }

  #orizon-plans .op-hero-card--middle {
    right: 20px;
    left: 0;
  }

  #orizon-plans .op-hero-card--front {
    padding: 24px;
  }

  #orizon-plans .op-hero-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  #orizon-plans .op-hero-card--front h2 {
    font-size: 27px;
  }

  #orizon-plans .op-hero-card--front ul {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-hero-card__price {
    flex-wrap: wrap;
  }

  #orizon-plans .op-heading h2,
  #orizon-plans .op-final h2 {
    max-width: 100%;

    font-size: clamp(31px, 9.2vw, 40px);
    line-height: 1.06;
    letter-spacing: -0.042em;
  }

  #orizon-plans .op-heading > p,
  #orizon-plans .op-intro__copy p,
  #orizon-plans .op-single__heading > p {
    font-size: 17px;
    line-height: 1.68;
  }

  #orizon-plans .op-heading--center {
    text-align: left;
  }

  #orizon-plans .op-plans__grid {
    margin-top: 44px;
  }

  #orizon-plans .op-plan-card,
  #orizon-plans .op-plan-card--featured {
    width: 100%;
    max-width: 100%;
    padding: 25px;

    border-radius: 22px;

    transform: none;
  }

  #orizon-plans .op-plan-card:hover,
  #orizon-plans .op-plan-card--featured:hover,
  #orizon-plans .op-fit-card:hover,
  #orizon-plans .op-single-card:hover {
    transform: none;
  }

  #orizon-plans .op-plan-card__badge {
    position: static;
    align-self: flex-start;

    margin-bottom: 20px;
  }

  #orizon-plans .op-plan-card__head {
    margin-top: 0;
  }

  #orizon-plans .op-plan-card h3 {
    font-size: 29px;
  }

  #orizon-plans .op-plan-card__summary,
  #orizon-plans .op-plan-card__features li,
  #orizon-plans .op-value-note p,
  #orizon-plans .op-fit-card p,
  #orizon-plans .op-faq-panel p {
    font-size: 15px;
  }

  #orizon-plans .op-value-note {
    padding: 21px;
  }

  #orizon-plans .op-fit__grid {
    margin-top: 43px;
  }

  #orizon-plans .op-single__grid {
    grid-template-columns: 1fr;
  }

  #orizon-plans .op-faq-item button {
    min-height: 68px;
    padding: 16px 17px;

    font-size: 15px;
  }

  #orizon-plans .op-faq-panel p {
    padding: 0 17px 19px;
  }

  #orizon-plans .op-final {
    padding-bottom: 74px;
  }

  #orizon-plans .op-final__card {
    padding: 38px 24px;

    border-radius: 24px;
  }

  #orizon-plans .op-final__actions {
    display: grid;
  }
}

@media (max-width: 380px) {
  #orizon-plans .op-hero__content h1 {
    font-size: clamp(35px, 10.9vw, 42px);
  }

  #orizon-plans .op-heading h2,
  #orizon-plans .op-final h2 {
    font-size: clamp(29px, 8.8vw, 36px);
  }

  #orizon-plans .op-hero__visual {
    min-height: 540px;
  }

  #orizon-plans .op-hero-card--front {
    padding: 21px;
  }

  #orizon-plans .op-hero-card__price strong,
  #orizon-plans .op-plan-card__price strong {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #orizon-plans .op-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #orizon-plans .op-button,
  #orizon-plans .op-plan-card,
  #orizon-plans .op-fit-card,
  #orizon-plans .op-single-card {
    transition: none;
  }
}

/* Elementor editor */
body.elementor-editor-active #orizon-plans .op-reveal,
body.elementor-editor-preview #orizon-plans .op-reveal,
.elementor-editor-active #orizon-plans .op-reveal,
.elementor-editor-preview #orizon-plans .op-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


/* =========================================================
   HERO DOS PLANOS — MOVIMENTO ALTERNADO DOS CARDS
   Faz os dois planos de trás aparecerem mais, sem trocar
   o conteúdo principal da hero.
========================================================= */

#orizon-plans .op-hero__visual {
  overflow: visible;
  perspective: 1200px;
}

#orizon-plans .op-hero-card--back {
  z-index: 1;
  opacity: 0.76;
  transform-origin: center;

  animation:
    opRevealBackPlan 10s
    cubic-bezier(.22, 1, .36, 1)
    infinite;
}

#orizon-plans .op-hero-card--middle {
  z-index: 2;
  opacity: 0.88;
  transform-origin: center;

  animation:
    opRevealMiddlePlan 10s
    cubic-bezier(.22, 1, .36, 1)
    infinite;
}

#orizon-plans .op-hero-card--front {
  z-index: 3;
  transform-origin: center;

  animation:
    opMainPlanMovement 10s
    cubic-bezier(.22, 1, .36, 1)
    infinite;
}

/* O primeiro plano traseiro sobe no início do ciclo */
@keyframes opRevealBackPlan {
  0%,
  8%,
  48%,
  100% {
    opacity: 0.76;
    transform:
      translate3d(0, 0, 0)
      rotate(4deg);
  }

  18%,
  36% {
    opacity: 1;
    transform:
      translate3d(18px, -68px, 0)
      rotate(2deg);
  }
}

/* O segundo plano traseiro sobe na segunda metade */
@keyframes opRevealMiddlePlan {
  0%,
  43%,
  87%,
  100% {
    opacity: 0.88;
    transform:
      translate3d(0, 0, 0)
      rotate(-3deg);
  }

  57%,
  76% {
    opacity: 1;
    transform:
      translate3d(-18px, -56px, 0)
      rotate(-1deg);
  }
}

/* O plano principal desce discretamente para abrir espaço */
@keyframes opMainPlanMovement {
  0%,
  8%,
  48%,
  87%,
  100% {
    transform: translate3d(0, 0, 0);

    box-shadow:
      0 28px 68px rgba(15, 45, 82, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }

  18%,
  36%,
  57%,
  76% {
    transform: translate3d(0, 8px, 0);

    box-shadow:
      0 34px 80px rgba(15, 45, 82, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.92);
  }
}

/* Mobile: movimento reduzido para evitar cortes */
@media (max-width: 767px) {
  @keyframes opRevealBackPlan {
    0%,
    8%,
    48%,
    100% {
      opacity: 0.76;
      transform:
        translate3d(0, 0, 0)
        rotate(4deg);
    }

    18%,
    36% {
      opacity: 1;
      transform:
        translate3d(10px, -46px, 0)
        rotate(2deg);
    }
  }

  @keyframes opRevealMiddlePlan {
    0%,
    43%,
    87%,
    100% {
      opacity: 0.88;
      transform:
        translate3d(0, 0, 0)
        rotate(-3deg);
    }

    57%,
    76% {
      opacity: 1;
      transform:
        translate3d(-10px, -39px, 0)
        rotate(-1deg);
    }
  }

  @keyframes opMainPlanMovement {
    0%,
    8%,
    48%,
    87%,
    100% {
      transform: translate3d(0, 0, 0);
    }

    18%,
    36%,
    57%,
    76% {
      transform: translate3d(0, 5px, 0);
    }
  }
}

/* Respeita a preferência do usuário por menos movimento */
@media (prefers-reduced-motion: reduce) {
  #orizon-plans .op-hero-card--back,
  #orizon-plans .op-hero-card--middle,
  #orizon-plans .op-hero-card--front {
    animation: none !important;
  }
}


/* =========================================================
   AJUSTES V4 — ESPAÇO NOS CARDS E VERBA DE ANÚNCIOS
========================================================= */

/* Mantém uma distância confortável entre a lista e o botão */
#orizon-plans .op-content-card .op-button {
  margin-top: auto;
}

/* Aviso específico sobre investimento de mídia */
#orizon-plans .op-ad-spend-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  margin-top: 14px;
  padding: 23px 25px;

  border: 1px solid rgba(255, 122, 69, .18);
  border-radius: 19px;

  background: linear-gradient(135deg, var(--op-orange-100), #ffffff);
}

#orizon-plans .op-ad-spend-note__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;

  border-radius: 13px;

  color: var(--op-orange-500);
  background: #ffffff;
}

#orizon-plans .op-ad-spend-note__icon svg {
  width: 22px;
  height: 22px;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-plans .op-ad-spend-note > div {
  min-width: 0;
}

#orizon-plans .op-ad-spend-note > div > strong {
  color: var(--op-navy-900);

  font-size: 14px;
}

#orizon-plans .op-ad-spend-note p {
  margin: 7px 0 0;

  color: var(--op-muted);

  font-size: 14px;
  line-height: 1.66;
}

#orizon-plans .op-ad-spend-note p strong {
  color: var(--op-navy-900);
}

@media (max-width: 767px) {
  #orizon-plans .op-content-card ul {
    margin-bottom: 28px;
  }

  #orizon-plans .op-ad-spend-note {
    padding: 21px;
  }

  #orizon-plans .op-ad-spend-note p {
    font-size: 15px;
  }
}/* End custom CSS */