/* =====================================================================
   INÍCIO - PÁGINA OMNICHANNEL
===================================================================== */

.omni-page {
  background: #ffffff;
}

.omni-page section {
  scroll-margin-top: 110px;
}

/* =====================================================================
   INÍCIO - BREADCRUMB OMNICHANNEL
===================================================================== */

.omni-breadcrumb {
  padding: 24px 0 0;
  background: #ffffff;
}

.omni-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.omni-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #cbd5e1;
}

.omni-breadcrumb a:hover {
  color: #2563eb;
}

/* =====================================================================
   FIM - BREADCRUMB OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - HERO OMNICHANNEL
===================================================================== */

.omni-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 88px 0 130px;
  background:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(124,58,237,.17), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.omni-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.omni-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.omni-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  border: 1px solid rgba(37,99,235,.15);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.omni-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.omni-hero__content h1 {
  max-width: 720px;
  margin: 0;
  color: #020617;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.072em;
  font-weight: 950;
}

.omni-hero__content h1 strong {
  display: block;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.omni-hero__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.omni-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.omni-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.omni-hero__visual {
  position: relative;
  min-height: 640px;
}

.omni-center {
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 4;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.35), transparent 28%),
    linear-gradient(145deg, #2563eb, #7c3aed);
  box-shadow:
    0 0 0 18px rgba(37,99,235,.08),
    0 0 0 38px rgba(124,58,237,.05),
    0 42px 100px rgba(37,99,235,.35);
}

.omni-center > span {
  color: #ffffff;
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.06em;
}

.omni-center strong,
.omni-center small {
  display: block;
  color: #ffffff;
}

.omni-center strong {
  margin-top: 7px;
  font-size: 13px;
}

.omni-center small {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
}

.omni-channel {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 22px 60px rgba(15,23,42,.16);
  backdrop-filter: blur(16px);
}

.omni-channel > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.omni-channel small,
.omni-channel strong {
  display: block;
}

.omni-channel small {
  color: #64748b;
  font-size: 9px;
}

.omni-channel strong {
  margin-top: 3px;
  color: #0f172a;
  font-size: 12px;
}

.omni-channel--whatsapp {
  left: 0;
  top: 40px;
}

.omni-channel--whatsapp > span {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.omni-channel--instagram {
  right: 0;
  top: 20px;
}

.omni-channel--instagram > span {
  background: linear-gradient(135deg, #f97316, #db2777, #7c3aed);
}

.omni-channel--facebook {
  left: 0;
  top: 250px;
}

.omni-channel--facebook > span {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.omni-channel--webchat {
  right: 0;
  top: 250px;
}

.omni-channel--webchat > span {
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.omni-dashboard {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(700px, 100%);
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.30), transparent 34%),
    linear-gradient(145deg, #07111f, #111827);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 42px 110px rgba(15,23,42,.28);
}

.omni-dashboard__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.omni-dashboard__header span,
.omni-dashboard__header strong {
  display: block;
}

.omni-dashboard__header span {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 850;
}

.omni-dashboard__header strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 16px;
}

.omni-dashboard__header b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
}

.omni-dashboard__body {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
}

.omni-dashboard__body aside {
  padding: 14px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.omni-dashboard__body aside article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 15px;
  margin-bottom: 8px;
  background: rgba(255,255,255,.05);
}

.omni-dashboard__body aside article.is-active {
  background: rgba(37,99,235,.16);
}

.omni-dashboard__body aside article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
}

.omni-dashboard__body aside strong,
.omni-dashboard__body aside small {
  display: block;
}

.omni-dashboard__body aside strong {
  color: #ffffff;
  font-size: 11px;
}

.omni-dashboard__body aside small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
}

.omni-dashboard__body aside b {
  color: #93c5fd;
  font-size: 10px;
}

.omni-dashboard__body > section {
  padding: 18px;
}

.omni-conversation__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.omni-conversation__top small,
.omni-conversation__top strong {
  display: block;
}

.omni-conversation__top small {
  color: #94a3b8;
  font-size: 9px;
}

.omni-conversation__top strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 14px;
}

.omni-conversation__top > span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 9px;
  font-weight: 850;
}

.omni-conversation__messages {
  min-height: 130px;
}

.omni-message {
  max-width: 82%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 10px;
  line-height: 1.5;
}

.omni-message--in {
  background: rgba(255,255,255,.09);
  color: #e2e8f0;
}

.omni-message--out {
  margin-left: auto;
  margin-top: 10px;
  background: rgba(37,99,235,.18);
  color: #dbeafe;
}

.omni-conversation__footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.omni-conversation__footer span,
.omni-conversation__footer strong {
  font-size: 9px;
}

.omni-conversation__footer span {
  color: #86efac;
}

.omni-conversation__footer strong {
  color: #cbd5e1;
}

/* =====================================================================
   FIM - HERO OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - PROBLEMAS OMNICHANNEL
===================================================================== */

.omni-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.omni-problems__grid article {
  min-height: 250px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.omni-problems__grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

.omni-problems__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(239,68,68,.09);
  color: #dc2626;
  font-weight: 900;
}

.omni-problems__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.035em;
}

.omni-problems__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.omni-problem--dark {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.25), transparent 38%),
    linear-gradient(145deg, #07111f, #111c3a) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.omni-problem--dark > span {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.omni-problem--dark h3 {
  color: #ffffff;
}

.omni-problem--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - PROBLEMAS OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - CENTRALIZAÇÃO OMNICHANNEL
===================================================================== */

.omni-centralize {
  padding: 120px 0;
}

.omni-centralize__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.omni-check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 32px;
}

.omni-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  color: #334155;
  font-size: 14px;
}

.omni-check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.omni-inbox-card {
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.32), transparent 36%),
    linear-gradient(145deg, #07111f, #111827);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 38px 110px rgba(15,23,42,.24);
}

.omni-inbox-card__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.omni-inbox-card__top small,
.omni-inbox-card__top strong {
  display: block;
}

.omni-inbox-card__top small {
  color: #93c5fd;
  font-size: 10px;
}

.omni-inbox-card__top strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
}

.omni-inbox-card__top > span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
  font-weight: 850;
}

.omni-inbox-card__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;
}

.omni-inbox-card__filters span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 800;
}

.omni-inbox-card__filters span.is-active {
  background: rgba(37,99,235,.20);
  color: #bfdbfe;
}

.omni-inbox-card__list {
  display: grid;
  gap: 10px;
}

.omni-inbox-card__list article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.07);
}

.omni-inbox-card__list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
}

.omni-inbox-card__list strong,
.omni-inbox-card__list small {
  display: block;
}

.omni-inbox-card__list strong {
  color: #ffffff;
  font-size: 12px;
}

.omni-inbox-card__list small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 10px;
}

.omni-inbox-card__list b {
  color: #93c5fd;
  font-size: 9px;
}

/* =====================================================================
   FIM - CENTRALIZAÇÃO OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - CANAIS OMNICHANNEL
===================================================================== */

.omni-channels__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.omni-channel-card {
  min-height: 270px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.omni-channel-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.omni-channel-card > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37,99,235,.22);
}

.omni-channel-card h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 22px;
  letter-spacing: -.04em;
}

.omni-channel-card p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.omni-channel-card--whatsapp > span {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.omni-channel-card--instagram > span {
  background: linear-gradient(135deg, #f97316, #db2777, #7c3aed);
}

.omni-channel-card--facebook > span {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.omni-channel-card--webchat > span {
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.omni-channel-card--dark {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #1e1b4b);
  border-color: rgba(255,255,255,.08);
}

.omni-channel-card--dark h3 {
  color: #ffffff;
}

.omni-channel-card--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - CANAIS OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - JORNADA OMNICHANNEL
===================================================================== */

.omni-journey {
  padding: 120px 0;
}

.omni-journey__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.28), transparent 34%),
    linear-gradient(145deg, #07111f, #111827);
  box-shadow: 0 38px 110px rgba(15,23,42,.22);
}

.omni-journey__flow article {
  min-height: 170px;
  display: grid;
  align-content: center;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.omni-journey__flow article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.omni-journey__flow strong,
.omni-journey__flow small {
  display: block;
}

.omni-journey__flow strong {
  color: #ffffff;
  font-size: 14px;
}

.omni-journey__flow small {
  margin-top: 7px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.5;
}

.omni-journey__line {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  box-shadow: 0 0 18px rgba(37,99,235,.55);
}

/* =====================================================================
   FIM - JORNADA OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - RECURSOS OMNICHANNEL
===================================================================== */

.omni-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.omni-feature {
  min-height: 285px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.omni-feature:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.omni-feature > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.omni-feature h3 {
  margin-bottom: 13px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.omni-feature p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.omni-feature--featured {
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 28px 80px rgba(37,99,235,.12);
}

.omni-feature--dark {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #1e1b4b);
  border-color: rgba(255,255,255,.08);
}

.omni-feature--dark > span {
  background: rgba(255,255,255,.11);
  color: #bfdbfe;
}

.omni-feature--dark h3 {
  color: #ffffff;
}

.omni-feature--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - RECURSOS OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - COMPARATIVO OMNICHANNEL
===================================================================== */

.omni-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.omni-comparison__card {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 24px 75px rgba(15,23,42,.08);
}

.omni-comparison__card > span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.omni-comparison__card h3 {
  margin-bottom: 22px;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -.04em;
}

.omni-comparison__card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.omni-comparison__card li {
  position: relative;
  padding-left: 30px;
  color: #475569;
  font-size: 15px;
  font-weight: 750;
}

.omni-comparison__card li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.omni-comparison__card--bad {
  background: #ffffff;
}

.omni-comparison__card--bad > span {
  background: rgba(239,68,68,.09);
  color: #dc2626;
}

.omni-comparison__card--bad li::before {
  content: "×";
  background: #ef4444;
}

.omni-comparison__card--good {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.26), transparent 36%),
    linear-gradient(145deg, #07111f, #111c3a);
  border-color: rgba(255,255,255,.08);
}

.omni-comparison__card--good > span {
  background: rgba(34,197,94,.12);
  color: #86efac;
}

.omni-comparison__card--good h3 {
  color: #ffffff;
}

.omni-comparison__card--good li {
  color: rgba(226,232,240,.82);
}

.omni-comparison__card--good li::before {
  content: "✓";
  background: #22c55e;
}

/* =====================================================================
   FIM - COMPARATIVO OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - RESULTADOS OMNICHANNEL
===================================================================== */

.omni-results {
  background:
    radial-gradient(circle at 20% 20%, rgba(37,99,235,.18), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,.18), transparent 36%),
    linear-gradient(145deg, #07111f, #111827 60%, #1e1b4b);
}

.omni-results .section__eyebrow {
  color: #93c5fd;
}

.omni-results .section__title {
  color: #ffffff;
}

.omni-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.omni-results__grid article {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.omni-results__grid strong {
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #60a5fa, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.06em;
}

.omni-results__grid span {
  color: rgba(226,232,240,.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.omni-results__note {
  margin: 24px auto 0;
  text-align: center;
  color: rgba(226,232,240,.52);
  font-size: 12px;
}

/* =====================================================================
   FIM - RESULTADOS OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - FAQ E CTA OMNICHANNEL
===================================================================== */

.omni-faq {
  background: #ffffff;
}

.omni-final {
  padding: 120px 0 96px;
}

/* =====================================================================
   FIM - FAQ E CTA OMNICHANNEL
===================================================================== */

/* =====================================================================
   INÍCIO - RESPONSIVO OMNICHANNEL
===================================================================== */

@media (max-width: 1120px) {
  .omni-hero__grid,
  .omni-centralize__grid {
    grid-template-columns: 1fr;
  }

  .omni-hero__visual {
    min-height: 680px;
  }

  .omni-problems__grid,
  .omni-features__grid,
  .omni-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .omni-channels__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .omni-journey__flow {
    grid-template-columns: 1fr;
  }

  .omni-journey__line {
    width: 2px;
    height: 32px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .omni-breadcrumb {
    padding-top: 18px;
  }

  .omni-hero {
    min-height: auto;
    padding: 58px 0 84px;
  }

  .omni-hero__content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .omni-hero__content > p {
    font-size: 17px;
  }

  .omni-hero__actions {
    flex-direction: column;
  }

  .omni-hero__actions .btn {
    width: 100%;
  }

  .omni-hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .omni-hero__visual {
    min-height: 760px;
  }

  .omni-center {
    top: 21%;
    width: 145px;
    height: 145px;
  }

  .omni-channel {
    min-width: 145px;
    padding: 11px 12px;
  }

  .omni-channel--whatsapp {
    left: 0;
    top: 30px;
  }

  .omni-channel--instagram {
    right: 0;
    top: 30px;
  }

  .omni-channel--facebook {
    left: 0;
    top: 230px;
  }

  .omni-channel--webchat {
    right: 0;
    top: 230px;
  }

  .omni-dashboard {
    bottom: 0;
  }

  .omni-dashboard__body {
    grid-template-columns: 1fr;
  }

  .omni-dashboard__body aside {
    display: none;
  }

  .omni-problems__grid,
  .omni-channels__grid,
  .omni-features__grid,
  .omni-results__grid,
  .omni-comparison__grid {
    grid-template-columns: 1fr;
  }

  .omni-centralize,
  .omni-journey {
    padding: 82px 0;
  }

  .omni-problems__grid article,
  .omni-channel-card,
  .omni-feature {
    min-height: auto;
  }
}

/* =====================================================================
   FIM - RESPONSIVO OMNICHANNEL
===================================================================== */

/* =====================================================================
   FIM - PÁGINA OMNICHANNEL
===================================================================== */
