.elementor-2092 .elementor-element.elementor-element-e7d5259{--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-9de1b4f *//* =========================================================
   ORIZON MÍDIA — PÁGINA DE GESTÃO DE SOCIAL MEDIA
   CSS isolado pelo ID #orizon-social
========================================================= */

#orizon-social {
  --os-navy-950: #071a31;
  --os-navy-900: #0f2d52;
  --os-blue-700: #2363b8;
  --os-orange-600: #ff6f3f;
  --os-orange-500: #ff7a45;
  --os-coral-500: #ff4d5f;
  --os-rose-100: #fff1ee;
  --os-peach-100: #fff6ef;
  --os-lilac-100: #f7f1ff;
  --os-green-500: #24b37a;
  --os-ink: #0b1f3a;
  --os-text: #32435c;
  --os-muted: #6b7a90;
  --os-line: #e7edf5;
  --os-soft-line: rgba(255, 111, 63, 0.18);
  --os-white: #ffffff;
  --os-bg: #fff8f4;
  --os-shadow: 0 24px 70px rgba(16, 42, 79, 0.14);
  --os-shadow-soft: 0 14px 40px rgba(16, 42, 79, 0.1);
  --os-radius-xl: 32px;
  --os-radius-lg: 24px;
  --os-radius-md: 18px;
  --os-shell: 1200px;

  position: relative;
  overflow: hidden;
  background: var(--os-white);
  color: var(--os-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#orizon-social,
#orizon-social * {
  box-sizing: border-box;
}

#orizon-social a,
#orizon-social button,
#orizon-social summary {
  -webkit-tap-highlight-color: transparent;
}

#orizon-social a:focus-visible,
#orizon-social button:focus-visible,
#orizon-social summary:focus-visible {
  outline: 3px solid rgba(255, 122, 69, 0.35);
  outline-offset: 4px;
}

#orizon-social .os-shell {
  width: min(calc(100% - 48px), var(--os-shell));
  margin-inline: auto;
}

#orizon-social .os-section {
  position: relative;
  padding: 116px 0;
}

#orizon-social .os-section--light {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

#orizon-social .os-section--warm {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 122, 69, 0.12), transparent 30%),
    linear-gradient(180deg, #fff7f0 0%, #ffffff 100%);
}

#orizon-social .os-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--os-orange-600);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

#orizon-social .os-kicker::before {
  width: 22px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  content: "";
}

#orizon-social .os-kicker--light {
  color: #ffd6c5;
}

#orizon-social .os-heading {
  max-width: 780px;
  margin-bottom: 56px;
}

#orizon-social .os-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#orizon-social .os-heading h2,
#orizon-social .os-system__content h2,
#orizon-social .os-formats__intro h2,
#orizon-social .os-transparency__content h2,
#orizon-social .os-faq-intro h2,
#orizon-social .os-final h2 {
  margin: 0;
  color: var(--os-ink);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

#orizon-social .os-heading p,
#orizon-social .os-system__content > p,
#orizon-social .os-formats__intro p,
#orizon-social .os-transparency__content > p,
#orizon-social .os-faq-intro > p,
#orizon-social .os-final p {
  margin: 22px 0 0;
  color: var(--os-text);
  font-size: 18px;
  line-height: 1.78;
}

/* =========================
   REVEAL
========================= */

#orizon-social .os-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(--os-delay, 0ms);
}

#orizon-social .os-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   HERO
========================= */

#orizon-social .os-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  /* PADRÃO ORIZON: 60px abaixo do cabeçalho no desktop */
  padding: 60px 0 88px;
  background:
    linear-gradient(rgba(255, 122, 69, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 99, 184, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(255, 122, 69, 0.16), transparent 30%),
    radial-gradient(circle at 5% 86%, rgba(35, 99, 184, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

#orizon-social .os-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-social .os-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

#orizon-social .os-hero__glow--one {
  top: 86px;
  right: -120px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(255, 111, 63, 0.15), transparent 63%);
  filter: blur(4px);
}

#orizon-social .os-hero__glow--two {
  bottom: 62px;
  left: -190px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(35, 99, 184, 0.08);
  box-shadow:
    0 0 0 62px rgba(35, 99, 184, 0.025),
    0 0 0 120px rgba(255, 122, 69, 0.018);
}

#orizon-social .os-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  align-items: center;
  gap: 64px;
}

#orizon-social .os-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 122, 69, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 28px rgba(255, 111, 63, 0.08);
  color: #b84026;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

#orizon-social .os-eyebrow__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--os-orange-500);
  box-shadow: 0 0 0 5px rgba(255, 122, 69, 0.16);
}

#orizon-social .os-hero__title {
  max-width: 650px;
  margin: 0;
  color: var(--os-ink);
  font-size: clamp(48px, 5.35vw, 76px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

#orizon-social .os-hero__title span {
  display: block;
  color: var(--os-orange-600);
}

#orizon-social .os-hero__lead {
  max-width: 590px;
  margin: 22px 0 0;
  color: #233a58;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

#orizon-social .os-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

#orizon-social .os-actions--left {
  justify-content: flex-start;
}

#orizon-social .os-actions--center {
  justify-content: center;
}

#orizon-social .os-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: var(--os-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

#orizon-social .os-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-social .os-btn:hover {
  transform: translateY(-2px);
}

#orizon-social .os-btn--primary {
  background: linear-gradient(135deg, var(--os-orange-600), var(--os-coral-500));
  box-shadow: 0 16px 32px rgba(255, 111, 63, 0.28);
  color: #ffffff;
}

#orizon-social .os-btn--primary:hover {
  box-shadow: 0 20px 42px rgba(255, 111, 63, 0.34);
}

#orizon-social .os-btn--secondary {
  border-color: rgba(15, 45, 82, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--os-navy-900);
}

#orizon-social .os-btn--secondary:hover {
  border-color: rgba(255, 122, 69, 0.26);
  box-shadow: var(--os-shadow-soft);
}

#orizon-social .os-btn--light {
  background: #ffffff;
  color: var(--os-navy-900);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

#orizon-social .os-btn--ghost-light {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

#orizon-social .os-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

#orizon-social .os-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#orizon-social .os-hero__checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #445771;
  font-size: 13px;
  font-weight: 780;
}

#orizon-social .os-hero__checks svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--os-orange-600);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================
   HERO STUDIO
========================= */

#orizon-social .os-studio-wrap {
  position: relative;
}

#orizon-social .os-studio {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 45, 82, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--os-shadow);
  backdrop-filter: blur(18px);
}

#orizon-social .os-studio::before {
  position: absolute;
  inset: auto -30% -44% 20%;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 69, 0.22), transparent 64%);
  content: "";
}

#orizon-social .os-studio__topbar {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(15, 45, 82, 0.08);
  color: #5c6b82;
  font-size: 12px;
  font-weight: 850;
}

#orizon-social .os-window-dots {
  display: flex;
  gap: 8px;
}

#orizon-social .os-window-dots i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

#orizon-social .os-window-dots i:nth-child(1) { background: #ff6f61; }
#orizon-social .os-window-dots i:nth-child(2) { background: #ffbd4a; }
#orizon-social .os-window-dots i:nth-child(3) { background: #39c979; }

#orizon-social .os-studio__topbar > span:nth-child(2) {
  text-align: center;
}

#orizon-social .os-studio__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
  color: #256f4a;
}

#orizon-social .os-studio__status i,
#orizon-social .os-studio__footer i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--os-green-500);
  box-shadow: 0 0 0 5px rgba(36, 179, 122, 0.12);
}

#orizon-social .os-studio__body {
  position: relative;
  padding: 24px;
}

#orizon-social .os-content-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px;
  border-radius: 18px;
  background: #f4f7fb;
}

#orizon-social .os-content-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #63738c;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

#orizon-social .os-content-tabs button span {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 9px;
  background: rgba(255, 122, 69, 0.1);
  color: var(--os-orange-600);
  font-size: 11px;
}

#orizon-social .os-content-tabs button.is-active {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 42, 79, 0.08);
  color: var(--os-ink);
}

#orizon-social .os-social-preview {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

#orizon-social .os-phone {
  min-height: 366px;
  padding: 13px;
  border: 1px solid rgba(15, 45, 82, 0.12);
  border-radius: 28px;
  background: #071a31;
  box-shadow: 0 20px 44px rgba(7, 26, 49, 0.18);
}

#orizon-social .os-phone__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 850;
}

#orizon-social .os-phone__header i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--os-orange-500), var(--os-coral-500));
}

#orizon-social .os-phone__header b {
  margin-left: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  box-shadow: 7px 0 0 rgba(255,255,255,0.8), 14px 0 0 rgba(255,255,255,0.8);
}

#orizon-social .os-phone__post {
  min-height: 258px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff3ec, #ffffff);
}

#orizon-social .os-post-art {
  position: relative;
  height: 170px;
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 77, 95, 0.28), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(35, 99, 184, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(255, 122, 69, 0.35), rgba(255, 255, 255, 0.82));
}

#orizon-social .os-post-art span:nth-child(1) {
  position: absolute;
  left: 18px;
  bottom: 28px;
  width: 90px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
}

#orizon-social .os-post-art span:nth-child(2) {
  position: absolute;
  left: 18px;
  bottom: 50px;
  width: 120px;
  height: 16px;
  border-radius: 999px;
  background: #071a31;
}

#orizon-social .os-post-art span:nth-child(3) {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--os-orange-600), var(--os-coral-500));
}

#orizon-social .os-post-lines {
  padding: 14px;
}

#orizon-social .os-post-lines i {
  display: block;
  height: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: #d9e2ef;
}

#orizon-social .os-post-lines i:nth-child(1) { width: 82%; }
#orizon-social .os-post-lines i:nth-child(2) { width: 66%; }
#orizon-social .os-post-lines i:nth-child(3) { width: 46%; }

#orizon-social .os-phone__actions {
  display: flex;
  gap: 9px;
  padding: 14px 5px 0;
}

#orizon-social .os-phone__actions i {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(255,255,255,0.2);
}

#orizon-social .os-mode-panels {
  min-height: 366px;
}

#orizon-social .os-mode-panel {
  height: 100%;
  min-height: 366px;
  padding: 28px;
  border: 1px solid rgba(15, 45, 82, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 122, 69, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 99, 184, 0.035) 1px, transparent 1px),
    #ffffff;
  background-size: 28px 28px, 28px 28px, auto;
}

#orizon-social .os-panel-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fff0e9;
  color: #b84026;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#orizon-social .os-mode-panel h3 {
  max-width: 360px;
  margin: 0;
  color: var(--os-ink);
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

#orizon-social .os-mode-panel p {
  max-width: 380px;
  margin: 15px 0 0;
  color: #506179;
  font-size: 15px;
  line-height: 1.65;
}

#orizon-social .os-mini-calendar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 28px;
}

#orizon-social .os-mini-calendar i,
#orizon-social .os-creative-stack i,
#orizon-social .os-growth-lines i {
  display: block;
  border-radius: 14px;
  background: #f0f4f9;
}

#orizon-social .os-mini-calendar i {
  height: 48px;
}

#orizon-social .os-mini-calendar i:nth-child(2),
#orizon-social .os-mini-calendar i:nth-child(7) {
  background: linear-gradient(135deg, rgba(255, 122, 69, 0.22), rgba(255, 77, 95, 0.18));
}

#orizon-social .os-mini-calendar i:nth-child(4),
#orizon-social .os-mini-calendar i:nth-child(9) {
  background: rgba(35, 99, 184, 0.12);
}

#orizon-social .os-creative-stack {
  position: relative;
  min-height: 122px;
  margin-top: 30px;
}

#orizon-social .os-creative-stack i {
  position: absolute;
  width: 190px;
  height: 96px;
  box-shadow: 0 14px 30px rgba(16, 42, 79, 0.08);
}

#orizon-social .os-creative-stack i:nth-child(1) {
  left: 0;
  top: 18px;
  background: linear-gradient(135deg, #ffe4d7, #ffffff);
  transform: rotate(-4deg);
}

#orizon-social .os-creative-stack i:nth-child(2) {
  left: 78px;
  top: 0;
  background: linear-gradient(135deg, #eaf2ff, #ffffff);
}

#orizon-social .os-creative-stack i:nth-child(3) {
  left: 154px;
  top: 26px;
  background: linear-gradient(135deg, #ffe8ef, #ffffff);
  transform: rotate(4deg);
}

#orizon-social .os-growth-lines {
  display: grid;
  gap: 13px;
  margin-top: 30px;
}

#orizon-social .os-growth-lines i {
  height: 16px;
  background: linear-gradient(90deg, var(--os-orange-600) var(--os-fill, 70%), #edf2f7 var(--os-fill, 70%));
}

#orizon-social .os-growth-lines i:nth-child(1) { --os-fill: 84%; }
#orizon-social .os-growth-lines i:nth-child(2) { --os-fill: 70%; }
#orizon-social .os-growth-lines i:nth-child(3) { --os-fill: 58%; }
#orizon-social .os-growth-lines i:nth-child(4) { --os-fill: 46%; }

#orizon-social .os-studio__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: #6b7a90;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

#orizon-social .os-studio__footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#orizon-social .os-studio__footer strong {
  color: #445771;
  font-size: 11px;
  text-transform: none;
}

/* =========================
   STRIP
========================= */

#orizon-social .os-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--os-line);
  border-bottom: 1px solid var(--os-line);
  background: #ffffff;
}

#orizon-social .os-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#orizon-social .os-strip__grid div {
  min-height: 112px;
  padding: 26px 28px;
  border-right: 1px solid var(--os-line);
}

#orizon-social .os-strip__grid div:first-child {
  border-left: 1px solid var(--os-line);
}

#orizon-social .os-strip__grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--os-orange-600);
  font-size: 13px;
}

#orizon-social .os-strip__grid span {
  color: var(--os-ink);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.035em;
}

/* =========================
   PROBLEM
========================= */

#orizon-social .os-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

#orizon-social .os-problem-card,
#orizon-social .os-deliverable,
#orizon-social .os-process__item,
#orizon-social .os-format-board article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--os-line);
  border-radius: var(--os-radius-lg);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 42, 79, 0.06);
}

#orizon-social .os-icon-box {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 15px;
  background: var(--os-rose-100);
  color: var(--os-orange-600);
}

#orizon-social .os-icon-box svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#orizon-social .os-card-number {
  position: absolute;
  top: 30px;
  right: 28px;
  color: rgba(255, 122, 69, 0.28);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

#orizon-social .os-problem-card h3,
#orizon-social .os-deliverable h3,
#orizon-social .os-process__item h3,
#orizon-social .os-format-board h3 {
  margin: 0;
  color: var(--os-ink);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

#orizon-social .os-problem-card p,
#orizon-social .os-deliverable p,
#orizon-social .os-process__item p,
#orizon-social .os-format-board p {
  margin: 16px 0 0;
  color: var(--os-muted);
  font-size: 15px;
  line-height: 1.72;
}

/* =========================
   SYSTEM
========================= */

#orizon-social .os-system {
  background: #ffffff;
}

#orizon-social .os-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 76px;
}

#orizon-social .os-method-stack {
  display: grid;
  gap: 14px;
}

#orizon-social .os-method-stack article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(15, 45, 82, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 122, 69, 0.05), rgba(255, 255, 255, 0.92));
}

#orizon-social .os-method-stack article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--os-navy-900);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

#orizon-social .os-method-stack h3 {
  margin: 0;
  color: var(--os-ink);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

#orizon-social .os-method-stack p {
  margin: 8px 0 0;
  color: var(--os-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* =========================
   DELIVERABLES
========================= */

#orizon-social .os-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

#orizon-social .os-deliverable {
  min-height: 230px;
}

#orizon-social .os-deliverable > span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--os-orange-600);
  font-size: 13px;
  font-weight: 900;
}

/* =========================
   FORMATS
========================= */

#orizon-social .os-formats {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 20%, rgba(255, 122, 69, 0.12), transparent 30%),
    #ffffff;
}

#orizon-social .os-formats__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: 70px;
}

#orizon-social .os-format-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

#orizon-social .os-format-board article {
  min-height: 240px;
}

#orizon-social .os-format-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: 26px;
  border-radius: 999px;
  box-shadow: 0 0 0 9px rgba(255, 122, 69, 0.09);
}

#orizon-social .os-format-dot--one { background: var(--os-orange-600); }
#orizon-social .os-format-dot--two { background: var(--os-blue-700); box-shadow: 0 0 0 9px rgba(35, 99, 184, 0.09); }
#orizon-social .os-format-dot--three { background: var(--os-coral-500); }
#orizon-social .os-format-dot--four { background: var(--os-green-500); box-shadow: 0 0 0 9px rgba(36, 179, 122, 0.09); }

/* =========================
   PROCESS
========================= */

#orizon-social .os-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

#orizon-social .os-process__item {
  min-height: 276px;
  padding: 24px;
}

#orizon-social .os-process__item > span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 14px;
  background: #fff0e9;
  color: var(--os-orange-600);
  font-size: 13px;
  font-weight: 900;
}

/* =========================
   TRANSPARENCY
========================= */

#orizon-social .os-transparency {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 122, 69, 0.16), transparent 30%),
    linear-gradient(135deg, #071a31 0%, #0f2d52 100%);
}

#orizon-social .os-transparency__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: 70px;
}

#orizon-social .os-transparency__content h2,
#orizon-social .os-transparency__content p {
  color: #ffffff;
}

#orizon-social .os-transparency__content p {
  color: rgba(255,255,255,0.78);
}

#orizon-social .os-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

#orizon-social .os-compare article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

#orizon-social .os-compare span {
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

#orizon-social .os-compare ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#orizon-social .os-compare li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.55;
}

#orizon-social .os-compare li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--os-orange-500);
  content: "";
}

/* =========================
   FAQ
========================= */

#orizon-social .os-faq {
  background: #ffffff;
}

#orizon-social .os-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 72px;
  align-items: start;
}

#orizon-social .os-faq-intro {
  position: sticky;
  top: 110px;
}

#orizon-social .os-faq-list {
  display: grid;
  gap: 14px;
}

#orizon-social .os-faq-item {
  border: 1px solid var(--os-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 42, 79, 0.05);
  overflow: hidden;
}

#orizon-social .os-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  color: var(--os-ink);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.035em;
  cursor: pointer;
  list-style: none;
}

#orizon-social .os-faq-item summary::-webkit-details-marker {
  display: none;
}

#orizon-social .os-faq-item summary::after {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #fff0e9;
  color: var(--os-orange-600);
  content: "+";
  font-size: 22px;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease;
}

#orizon-social .os-faq-item[open] summary {
  color: var(--os-orange-600);
}

#orizon-social .os-faq-item[open] summary::after {
  background: var(--os-orange-600);
  color: #ffffff;
  content: "−";
}

#orizon-social .os-faq-item div {
  padding: 0 24px 24px;
}

#orizon-social .os-faq-item p {
  margin: 0;
  color: var(--os-muted);
  font-size: 15px;
  line-height: 1.75;
}

/* =========================
   FINAL CTA
========================= */

#orizon-social .os-final {
  padding: 112px 0;
  background:
    radial-gradient(circle at 16% 15%, rgba(255,255,255,0.12), transparent 26%),
    radial-gradient(circle at 82% 82%, rgba(255, 122, 69, 0.18), transparent 30%),
    linear-gradient(135deg, #071a31 0%, #0f2d52 100%);
}

#orizon-social .os-final__box {
  max-width: 940px;
  margin-inline: auto;
  padding: 64px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 34px;
  background: rgba(255,255,255,0.07);
  box-shadow: 0 26px 70px rgba(0,0,0,0.18);
  text-align: center;
  backdrop-filter: blur(18px);
}

#orizon-social .os-final h2,
#orizon-social .os-final p {
  color: #ffffff;
}

#orizon-social .os-final p {
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255,255,255,0.78);
}

/* =========================
   RESPONSIVO
========================= */

@media (max-width: 1120px) {
  #orizon-social .os-hero__grid,
  #orizon-social .os-system__grid,
  #orizon-social .os-formats__grid,
  #orizon-social .os-transparency__grid,
  #orizon-social .os-faq__grid {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-studio-wrap,
  #orizon-social .os-system__content,
  #orizon-social .os-formats__intro,
  #orizon-social .os-transparency__content,
  #orizon-social .os-faq-intro {
    max-width: 760px;
  }

  #orizon-social .os-process {
    grid-template-columns: repeat(3, 1fr);
  }

  #orizon-social .os-faq-intro {
    position: static;
  }
}

@media (max-width: 880px) {
  #orizon-social .os-section {
    padding: 86px 0;
  }

  #orizon-social .os-problem-grid,
  #orizon-social .os-deliverables-grid,
  #orizon-social .os-format-board,
  #orizon-social .os-compare {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #orizon-social .os-process {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-social-preview {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-phone {
    max-width: 250px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  #orizon-social .os-shell {
    width: min(calc(100% - 34px), var(--os-shell));
  }

  #orizon-social .os-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, auto;
  }

  #orizon-social .os-hero__grid {
    gap: 44px;
  }

  #orizon-social .os-eyebrow {
    max-width: 100%;
    font-size: 10.5px;
    line-height: 1.35;
  }

  #orizon-social .os-hero__title {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  #orizon-social .os-hero__lead {
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.55;
  }

  #orizon-social .os-actions {
    width: 100%;
  }

  #orizon-social .os-btn {
    width: 100%;
    min-height: 54px;
  }

  #orizon-social .os-hero__checks {
    display: grid;
    gap: 12px;
  }

  #orizon-social .os-studio__topbar {
    grid-template-columns: 1fr;
    text-align: left;
  }

  #orizon-social .os-studio__topbar > span:nth-child(2) {
    text-align: left;
  }

  #orizon-social .os-studio__status {
    justify-content: flex-start;
  }

  #orizon-social .os-content-tabs {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-studio__body,
  #orizon-social .os-mode-panel,
  #orizon-social .os-problem-card,
  #orizon-social .os-deliverable,
  #orizon-social .os-process__item,
  #orizon-social .os-format-board article,
  #orizon-social .os-compare article {
    padding: 22px;
  }

  #orizon-social .os-mode-panel {
    min-height: auto;
  }

  #orizon-social .os-mode-panel h3 {
    font-size: 25px;
  }

  #orizon-social .os-mini-calendar {
    grid-template-columns: repeat(3, 1fr);
  }

  #orizon-social .os-strip__grid {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-strip__grid div,
  #orizon-social .os-strip__grid div:first-child {
    min-height: auto;
    border-left: 1px solid var(--os-line);
  }

  #orizon-social .os-heading h2,
  #orizon-social .os-system__content h2,
  #orizon-social .os-formats__intro h2,
  #orizon-social .os-transparency__content h2,
  #orizon-social .os-faq-intro h2,
  #orizon-social .os-final h2 {
    font-size: clamp(36px, 11vw, 50px);
    letter-spacing: -0.065em;
  }

  #orizon-social .os-final {
    padding: 76px 0;
  }

  #orizon-social .os-final__box {
    padding: 34px 22px;
    border-radius: 26px;
  }
}

@media (max-width: 460px) {
  #orizon-social .os-hero__title {
    font-size: 38px;
  }

  #orizon-social .os-social-preview {
    gap: 14px;
  }

  #orizon-social .os-studio__body {
    padding: 16px;
  }

  #orizon-social .os-phone {
    max-width: 100%;
  }

  #orizon-social .os-creative-stack i:nth-child(3) {
    left: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #orizon-social .os-reveal,
  #orizon-social .os-btn,
  #orizon-social .os-content-tabs button,
  #orizon-social .os-faq-item summary::after {
    transition: none !important;
  }

  #orizon-social .os-reveal {
    opacity: 1;
    transform: none;
  }
}


/* =========================
   AJUSTE FINAL DA HERO
   Mantém a primeira dobra mais compacta
========================= */

#orizon-social .os-hero {
  padding-top: 60px;
}

@media (max-width: 720px) {
  #orizon-social .os-hero {
    padding-top: 42px;
  }
}

/* =========================================================
   AJUSTE DO PAINEL DA HERO
   Remove elementos vazios e prioriza informação no mobile
========================================================= */

#orizon-social .os-phone,
#orizon-social .os-mode-panels,
#orizon-social .os-mode-panel {
  min-height: 430px;
}

#orizon-social .os-phone {
  display: flex;
  flex-direction: column;
}

#orizon-social .os-phone__post {
  display: flex;
  min-height: 330px;
  flex: 1;
  flex-direction: column;
  background: #ffffff;
}

#orizon-social .os-post-message {
  display: flex;
  min-height: 218px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 18px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 77, 95, 0.28), transparent 25%),
    radial-gradient(circle at 82% 16%, rgba(35, 99, 184, 0.16), transparent 24%),
    linear-gradient(145deg, #ffe4d7 0%, #fff8f4 52%, #ffffff 100%);
}

#orizon-social .os-post-message > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #b84026;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#orizon-social .os-post-message strong {
  color: var(--os-ink);
  font-size: 19px;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

#orizon-social .os-post-message small {
  margin-top: 10px;
  color: #53647b;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

#orizon-social .os-post-summary {
  padding: 17px 16px 18px;
}

#orizon-social .os-post-summary strong {
  display: block;
  color: var(--os-ink);
  font-size: 11px;
  font-weight: 850;
}

#orizon-social .os-post-summary p {
  margin: 6px 0 0;
  color: #6b7a90;
  font-size: 10px;
  line-height: 1.45;
}

#orizon-social .os-phone__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 13px 4px 0;
}

#orizon-social .os-phone__tags span {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 800;
}

#orizon-social .os-panel-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

#orizon-social .os-panel-points li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(15, 45, 82, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 22px rgba(16, 42, 79, 0.045);
}

#orizon-social .os-panel-points li > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #fff0e9;
  color: var(--os-orange-600);
  font-size: 10px;
  font-weight: 900;
}

#orizon-social .os-panel-points strong,
#orizon-social .os-panel-points small {
  display: block;
}

#orizon-social .os-panel-points strong {
  color: var(--os-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

#orizon-social .os-panel-points small {
  margin-top: 3px;
  color: #66768d;
  font-size: 10.5px;
  line-height: 1.4;
}

@media (max-width: 880px) {
  #orizon-social .os-phone {
    display: none;
  }

  #orizon-social .os-social-preview {
    display: block;
  }

  #orizon-social .os-mode-panels,
  #orizon-social .os-mode-panel {
    min-height: 0;
  }

  #orizon-social .os-mode-panel {
    height: auto;
  }
}

@media (max-width: 720px) {
  #orizon-social .os-studio__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 16px;
  }

  #orizon-social .os-window-dots {
    display: none;
  }

  #orizon-social .os-studio__topbar > span:nth-child(2) {
    text-align: left;
  }

  #orizon-social .os-studio__status {
    justify-content: flex-end;
    font-size: 10px;
    white-space: nowrap;
  }

  #orizon-social .os-content-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
  }

  #orizon-social .os-content-tabs button {
    min-height: 62px;
    flex-direction: column;
    gap: 5px;
    padding: 7px 3px;
    font-size: 9.5px;
    line-height: 1.15;
  }

  #orizon-social .os-content-tabs button span {
    width: 23px;
    height: 23px;
    font-size: 9px;
  }

  #orizon-social .os-mode-panel {
    padding: 22px;
  }

  #orizon-social .os-panel-label {
    margin-bottom: 16px;
  }

  #orizon-social .os-mode-panel h3 {
    max-width: none;
    font-size: 26px;
    line-height: 1.02;
  }

  #orizon-social .os-mode-panel p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  #orizon-social .os-panel-points {
    margin-top: 20px;
  }

  #orizon-social .os-panel-points li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 11px;
  }

  #orizon-social .os-panel-points strong {
    font-size: 11.5px;
  }

  #orizon-social .os-panel-points small {
    font-size: 10px;
  }

  #orizon-social .os-studio__footer {
    justify-content: center;
    margin-top: 14px;
    text-align: center;
  }

  #orizon-social .os-studio__footer span {
    display: none;
  }
}

@media (max-width: 390px) {
  #orizon-social .os-content-tabs button {
    font-size: 8.7px;
  }

  #orizon-social .os-mode-panel {
    padding: 18px;
  }

  #orizon-social .os-mode-panel h3 {
    font-size: 24px;
  }

  #orizon-social .os-panel-points li {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 10px;
  }

  #orizon-social .os-panel-points li > span {
    width: 30px;
    height: 30px;
  }
}


/* =========================================================
   AJUSTE EXTRA — PAINEL MAIS COMPACTO E CELULAR MAIS BONITO
========================================================= */

#orizon-social .os-social-preview {
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 16px;
}

#orizon-social .os-phone,
#orizon-social .os-mode-panels,
#orizon-social .os-mode-panel {
  min-height: 382px;
}

#orizon-social .os-phone {
  max-width: 172px;
  padding: 11px;
  border-radius: 26px;
}

#orizon-social .os-phone__header {
  padding: 2px 1px 10px;
  font-size: 10px;
}

#orizon-social .os-phone__header i {
  width: 20px;
  height: 20px;
}

#orizon-social .os-phone__post {
  min-height: 274px;
  border-radius: 18px;
}

#orizon-social .os-post-message {
  min-height: 178px;
  padding: 16px 15px;
}

#orizon-social .os-post-message > span {
  margin-bottom: 10px;
  padding: 5px 7px;
  font-size: 7px;
  letter-spacing: 0.07em;
}

#orizon-social .os-post-message strong {
  font-size: 14px;
  line-height: 1.02;
}

#orizon-social .os-post-message small {
  margin-top: 8px;
  font-size: 9px;
  line-height: 1.35;
}

#orizon-social .os-post-summary {
  padding: 12px 14px 14px;
}

#orizon-social .os-post-summary strong {
  font-size: 10px;
}

#orizon-social .os-post-summary p {
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.35;
}

#orizon-social .os-phone__tags {
  gap: 5px;
  padding: 11px 2px 0;
}

#orizon-social .os-phone__tags span {
  padding: 5px 7px;
  font-size: 7px;
  border-radius: 7px;
}

#orizon-social .os-mode-panel {
  padding: 24px;
}

#orizon-social .os-panel-label {
  margin-bottom: 16px;
}

#orizon-social .os-mode-panel h3 {
  max-width: 330px;
  font-size: 25px;
}

#orizon-social .os-mode-panel p {
  max-width: 360px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.55;
}

#orizon-social .os-panel-points {
  gap: 9px;
  margin-top: 18px;
}

#orizon-social .os-panel-points li {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 11px;
}

#orizon-social .os-panel-points li > span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: 9px;
}

#orizon-social .os-panel-points strong {
  font-size: 11.5px;
  line-height: 1.2;
}

#orizon-social .os-panel-points small {
  font-size: 9.5px;
  line-height: 1.32;
}

@media (max-width: 720px) {
  #orizon-social .os-phone {
    display: none;
  }

  #orizon-social .os-mode-panel {
    padding: 20px;
  }

  #orizon-social .os-mode-panel h3 {
    font-size: 24px;
  }

  #orizon-social .os-mode-panel p {
    font-size: 13.5px;
  }

  #orizon-social .os-panel-points li {
    padding: 10px;
  }

  #orizon-social .os-panel-points strong {
    font-size: 11px;
  }

  #orizon-social .os-panel-points small {
    font-size: 9.5px;
  }
}


/* =========================================================
   CTA FINAL — SOCIAL MEDIA PREMIUM
   Mais elegante, WhatsApp verde e palavras com destaque
========================================================= */

#orizon-social .os-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 118px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 122, 69, 0.14), transparent 28%),
    radial-gradient(circle at 84% 88%, rgba(37, 211, 102, 0.13), transparent 30%),
    radial-gradient(circle at 50% 0%, rgba(159, 208, 255, 0.10), transparent 34%),
    linear-gradient(135deg, #071a31 0%, #0f2d52 54%, #273653 100%);
}

#orizon-social .os-final::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  content: "";
}

#orizon-social .os-final__box {
  position: relative;
  max-width: 1010px;
  margin-inline: auto;
  padding: 72px 62px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.045));
  box-shadow:
    0 30px 86px rgba(4, 18, 38, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.10);
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#orizon-social .os-final__box::before {
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  content: "";
  pointer-events: none;
}

#orizon-social .os-final .os-kicker {
  margin-bottom: 20px;
  color: #ffd0bd;
}

#orizon-social .os-final h2 {
  max-width: 880px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(44px, 5.25vw, 74px);
  font-weight: 930;
  letter-spacing: -0.075em;
  line-height: 0.96;
  text-wrap: balance;
}

#orizon-social .os-final h2 .os-title-blue {
  color: #9fd0ff;
}

#orizon-social .os-final h2 .os-title-orange {
  color: #ffb38f;
}

#orizon-social .os-final h2 .os-title-pink {
  color: #ffd6df;
}

#orizon-social .os-final h2 .os-title-green {
  color: #9ae7bb;
}

#orizon-social .os-final p {
  max-width: 740px;
  margin: 28px auto 0;
  color: rgba(255,255,255,0.80);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.74;
}

#orizon-social .os-final .os-actions {
  margin-top: 36px;
  gap: 16px;
}

#orizon-social .os-final .os-btn {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 900;
}

#orizon-social .os-final .os-btn--light {
  border-color: rgba(255,255,255,0.90);
  background: #ffffff;
  color: var(--os-navy-900);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

#orizon-social .os-final .os-btn--light:hover {
  background: #f7fbff;
  color: var(--os-navy-900);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22);
}

#orizon-social .os-final .os-btn--ghost-light {
  border-color: rgba(37, 211, 102, 0.58);
  background: linear-gradient(135deg, #25D366 0%, #1ebd5a 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
}

#orizon-social .os-final .os-btn--ghost-light:hover {
  border-color: rgba(37, 211, 102, 0.78);
  background: linear-gradient(135deg, #20c85f 0%, #18a94f 100%);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(37, 211, 102, 0.34);
}

#orizon-social .os-final .os-btn--ghost-light svg {
  stroke: currentColor;
}

@media (max-width: 720px) {
  #orizon-social .os-final {
    padding: 76px 0;
  }

  #orizon-social .os-final__box {
    padding: 44px 22px;
    border-radius: 28px;
  }

  #orizon-social .os-final__box::before {
    inset: 10px;
    border-radius: 22px;
  }

  #orizon-social .os-final h2 {
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 1.01;
    letter-spacing: -0.065em;
  }

  #orizon-social .os-final p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.68;
  }

  #orizon-social .os-final .os-actions {
    margin-top: 30px;
  }

  #orizon-social .os-final .os-btn {
    width: 100%;
    min-height: 56px;
  }
}


/* =========================================================
   AJUSTE — CTA "SOCIAL MEDIA x TRÁFEGO PAGO"
   Mais cor no título e nos cards
========================================================= */

#orizon-social .os-transparency__content h2 .os-title-blue {
  color: #9fd0ff;
}

#orizon-social .os-transparency__content h2 .os-title-orange {
  color: #ffb38f;
}

#orizon-social .os-transparency__content h2 .os-title-pink {
  color: #ffd6df;
}

#orizon-social .os-transparency__content p {
  max-width: 620px;
}

#orizon-social .os-compare-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.06));
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

#orizon-social .os-compare-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  content: "";
}

#orizon-social .os-compare-card:hover {
  transform: translateY(-3px);
}

#orizon-social .os-compare-card--social::before {
  background: linear-gradient(90deg, #ff7a45, #ff4d5f);
}

#orizon-social .os-compare-card--trafego::before {
  background: linear-gradient(90deg, #69b4ff, #8dd3b1);
}

#orizon-social .os-compare-card--social {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(255, 122, 69, 0.03) inset;
}

#orizon-social .os-compare-card--trafego {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(105, 180, 255, 0.04) inset;
}

#orizon-social .os-compare-card--social > span {
  color: #ffffff;
}

#orizon-social .os-compare-card--trafego > span {
  color: #ffffff;
}

#orizon-social .os-compare-card--social li::before {
  background: #ff8a57;
  box-shadow: 0 0 0 7px rgba(255, 122, 69, 0.08);
}

#orizon-social .os-compare-card--trafego li::before {
  background: #7cc0ff;
  box-shadow: 0 0 0 7px rgba(124, 192, 255, 0.08);
}

/* =========================================================
   AJUSTE — HERO INTERATIVA SEM AUMENTAR AO TROCAR DE ABA
========================================================= */

#orizon-social .os-social-preview,
#orizon-social .os-mode-panels {
  align-items: stretch;
}

#orizon-social .os-mode-panels {
  position: relative;
  height: 382px;
  min-height: 382px;
}

#orizon-social .os-mode-panel {
  height: 382px;
  min-height: 382px;
  display: flex;
  flex-direction: column;
}

#orizon-social .os-mode-panel p {
  max-width: 350px;
}

#orizon-social .os-panel-points {
  margin-top: auto;
}

@media (max-width: 720px) {
  #orizon-social .os-mode-panels,
  #orizon-social .os-mode-panel {
    height: auto;
    min-height: 0;
  }

  #orizon-social .os-panel-points {
    margin-top: 20px;
  }
}


/* =========================================================
   HERO INTERATIVA — TUDO DENTRO DO ESPAÇO
   Conteúdo mais compacto e abas estáveis
========================================================= */

#orizon-social .os-social-preview {
  grid-template-columns: 206px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

#orizon-social .os-phone {
  min-height: 0;
}

#orizon-social .os-phone__post {
  gap: 14px;
  padding: 16px 18px 14px;
}

#orizon-social .os-post-message {
  gap: 8px;
}

#orizon-social .os-post-message span {
  font-size: 9px;
  padding: 5px 8px;
}

#orizon-social .os-post-message strong {
  font-size: 15px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

#orizon-social .os-post-message small {
  font-size: 11px;
  line-height: 1.35;
}

#orizon-social .os-post-summary {
  gap: 6px;
}

#orizon-social .os-post-summary strong {
  font-size: 12px;
}

#orizon-social .os-post-summary p {
  font-size: 11px;
  line-height: 1.4;
}

#orizon-social .os-phone__tags {
  gap: 6px;
}

#orizon-social .os-phone__tags span {
  font-size: 10px;
  padding: 5px 8px;
}

#orizon-social .os-mode-panels {
  position: relative;
  height: 356px;
  min-height: 356px;
}

#orizon-social .os-mode-panel {
  height: 356px;
  min-height: 356px;
  padding: 28px 26px 18px;
  display: flex;
  flex-direction: column;
}

#orizon-social .os-panel-label {
  margin-bottom: 12px;
}

#orizon-social .os-mode-panel h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.06;
  letter-spacing: -0.045em;
}

#orizon-social .os-mode-panel p {
  max-width: 330px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

#orizon-social .os-panel-points {
  margin-top: auto;
  gap: 10px;
}

#orizon-social .os-panel-points li {
  padding: 11px 14px;
  border-radius: 18px;
}

#orizon-social .os-panel-points li > span {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

#orizon-social .os-panel-points strong {
  font-size: 13px;
}

#orizon-social .os-panel-points small {
  font-size: 11px;
  line-height: 1.35;
}

#orizon-social .os-studio__modes button {
  min-height: 52px;
}

#orizon-social .os-studio__modes button span {
  width: 28px;
  height: 28px;
}

@media (max-width: 980px) {
  #orizon-social .os-social-preview {
    grid-template-columns: 1fr;
  }

  #orizon-social .os-phone {
    max-width: 230px;
    margin-inline: auto;
  }

  #orizon-social .os-mode-panels,
  #orizon-social .os-mode-panel {
    height: auto;
    min-height: 0;
  }

  #orizon-social .os-mode-panel {
    padding: 24px 22px 18px;
  }

  #orizon-social .os-panel-points {
    margin-top: 18px;
  }
}





/* =========================================================
   CORREÇÃO FINAL — HERO INTERATIVA COM ALTURA FIXA
   Impede a sessão de crescer ao trocar de aba
========================================================= */

/* Estrutura principal sempre estável */
#orizon-social .os-studio {
  max-height: 660px;
}

#orizon-social .os-studio__body {
  padding: 24px 24px 18px !important;
}

#orizon-social .os-social-preview {
  grid-template-columns: 186px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

/* Celular visual mais compacto */
#orizon-social .os-phone {
  min-height: 352px !important;
  height: 352px !important;
  max-width: 186px !important;
  padding: 11px !important;
}

#orizon-social .os-phone__post {
  min-height: 250px !important;
}

#orizon-social .os-post-message {
  min-height: 160px !important;
  padding: 15px 14px !important;
}

#orizon-social .os-post-message strong {
  font-size: 14px !important;
}

#orizon-social .os-post-message small {
  font-size: 9.5px !important;
}

#orizon-social .os-post-summary {
  padding: 11px 13px 12px !important;
}

#orizon-social .os-phone__tags span {
  font-size: 7.5px !important;
  padding: 5px 7px !important;
}

/* Painel das abas sempre com a mesma altura */
#orizon-social .os-mode-panels {
  position: relative !important;
  height: 352px !important;
  min-height: 352px !important;
  overflow: hidden !important;
}

#orizon-social .os-mode-panel {
  height: 352px !important;
  min-height: 352px !important;
  padding: 24px 26px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* Conteúdo interno mais enxuto para caber */
#orizon-social .os-panel-label {
  margin-bottom: 10px !important;
  padding: 7px 10px !important;
  font-size: 10px !important;
}

#orizon-social .os-mode-panel h3 {
  margin: 0 0 9px !important;
  font-size: 23px !important;
  line-height: 1.04 !important;
}

#orizon-social .os-mode-panel p {
  margin: 0 !important;
  max-width: 340px !important;
  font-size: 13.5px !important;
  line-height: 1.42 !important;
}

#orizon-social .os-panel-points {
  margin-top: auto !important;
  gap: 8px !important;
}

#orizon-social .os-panel-points li {
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 9px !important;
  padding: 9px 11px !important;
  border-radius: 15px !important;
}

#orizon-social .os-panel-points li > span {
  width: 29px !important;
  height: 29px !important;
  border-radius: 10px !important;
  font-size: 9px !important;
}

#orizon-social .os-panel-points strong {
  font-size: 11.5px !important;
  line-height: 1.18 !important;
}

#orizon-social .os-panel-points small {
  margin-top: 2px !important;
  font-size: 9.2px !important;
  line-height: 1.25 !important;
}

/* Corrige o ponto em que antes voltava para height:auto */
@media (max-width: 980px) {
  #orizon-social .os-social-preview {
    grid-template-columns: 1fr !important;
  }

  #orizon-social .os-phone {
    display: none !important;
  }

  #orizon-social .os-mode-panels {
    height: 352px !important;
    min-height: 352px !important;
  }

  #orizon-social .os-mode-panel {
    height: 352px !important;
    min-height: 352px !important;
  }
}

/* Mobile: mantém estável, mas um pouco mais alto para não cortar */
@media (max-width: 720px) {
  #orizon-social .os-studio__body {
    padding: 16px !important;
  }

  #orizon-social .os-mode-panels {
    height: 390px !important;
    min-height: 390px !important;
  }

  #orizon-social .os-mode-panel {
    height: 390px !important;
    min-height: 390px !important;
    padding: 20px 18px 16px !important;
  }

  #orizon-social .os-mode-panel h3 {
    font-size: 23px !important;
  }

  #orizon-social .os-mode-panel p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  #orizon-social .os-panel-points {
    gap: 8px !important;
  }

  #orizon-social .os-panel-points li {
    padding: 9px 10px !important;
  }
}/* End custom CSS */