/* ============================================================
   INFINITY GCI — landing dark (referência Webex)
   Identidade Infinity: azul #377CBE → verde #95CA58
   Base Vox: navy #00365F · deep #001E35 · verde #9AC31C
   ============================================================ */

.infinity-page {
  --inf-blue: #377CBE;
  --inf-green: #95CA58;
  --inf-grad: linear-gradient(92deg, var(--inf-blue) 0%, var(--inf-green) 100%);
  --inf-bg: #060D18;
  --inf-bg2: #0A1524;
  --inf-panel: #0E1D33;
  --inf-line: rgba(120, 165, 215, .16);
  --inf-text: rgba(235, 243, 250, .92);
  --inf-soft: rgba(190, 210, 230, .62);
  background: var(--inf-bg);
  color: var(--inf-text);
}

.infinity-page h2 { color: var(--inf-text); }

.igrad {
  background: var(--inf-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.iverde { color: var(--inf-green); }
.eyebrow--inf { color: var(--inf-green); }
.eyebrow--inf::before { background: var(--inf-grad); }
.section__sub--inf { color: var(--inf-soft); }

.btn--igrad {
  background: var(--verde);
  color: #FFFFFF;
  font-weight: 700;
}
.btn--igrad:hover { box-shadow: 0 12px 36px rgba(154, 195, 28, .45); background: #89AF17; }

/* ============ HERO ============ */
.ihero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(55% 50% at 78% 30%, rgba(55, 124, 190, .22), transparent 65%),
    radial-gradient(45% 45% at 15% 85%, rgba(149, 202, 88, .10), transparent 60%),
    var(--inf-bg);
}
.ihero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 165, 215, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 165, 215, .05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, black, transparent);
  mask-image: radial-gradient(70% 70% at 50% 40%, black, transparent);
  pointer-events: none;
}
.ihero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.ibadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--inf-text);
  background: rgba(55, 124, 190, .12);
  border: 1px solid rgba(120, 165, 215, .3);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 26px;
}
.ibadge img { height: 16px; width: auto; }
.ihero h1 {
  color: var(--white);
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 22px;
}
.ihero__sub {
  color: var(--inf-soft);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  max-width: 580px;
  margin-bottom: 36px;
}
.ihero__sub strong { color: var(--inf-text); }
.ihero__proof { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 26px; }
.ihero__proof span { color: var(--inf-soft); font-size: .86rem; font-weight: 500; }

/* Órbita de canais */
.ihero__orbit {
  position: relative;
  aspect-ratio: 1;
  max-width: 600px;
  width: 100%;
  justify-self: center;
}
.orbit__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(120, 165, 215, .25);
}
.orbit__ring--1 { inset: 8%; animation: orbitSpin 40s linear infinite; }
.orbit__ring--2 { inset: 24%; border-color: rgba(149, 202, 88, .22); animation: orbitSpin 28s linear infinite reverse; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.orbit__core {
  position: absolute;
  inset: 34%;
  border-radius: 28px;
  background: linear-gradient(160deg, var(--inf-panel), #0A1729);
  border: 1px solid var(--inf-line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55), 0 0 90px rgba(55, 124, 190, .25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.orbit__core img { width: 56%; height: auto; }
.orbit__core strong {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: .01em;
}
.chip {
  position: absolute;
  top: 50%; left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--inf-text);
  background: rgba(14, 29, 51, .94);
  border: 1px solid rgba(149, 202, 88, .35);
  border-radius: 999px;
  padding: 9px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45), 0 0 22px rgba(149, 202, 88, .18);
  white-space: nowrap;
  --r: 245px;
  transform: translate(-50%, -50%) rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a)));
  animation: chipOrbit 90s linear infinite, chipFloat 5.5s ease-in-out infinite;
}
.chip svg { width: 15px; height: 15px; flex-shrink: 0; }
.chip--1 { --a: -90deg; }
.chip--2 { --a: -45deg; --r: 208px; animation-delay: 0s, .7s; }
.chip--3 { --a: 0deg; animation-delay: 0s, 1.4s; }
.chip--4 { --a: 45deg; --r: 208px; animation-delay: 0s, 2.1s; }
.chip--5 { --a: 90deg; animation-delay: 0s, 2.8s; }
.chip--6 { --a: 135deg; --r: 208px; animation-delay: 0s, 3.5s; }
.chip--7 { --a: 180deg; animation-delay: 0s, 4.2s; }
.chip--8 { --a: 225deg; --r: 208px; animation-delay: 0s, 4.9s; }
@keyframes chipOrbit {
  from {
    transform: translate(-50%, -50%) rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a)));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--a) + 360deg)) translateX(var(--r)) rotate(calc(-1 * (var(--a) + 360deg)));
  }
}
@keyframes chipFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}
@media (prefers-reduced-motion: reduce) {
  .chip, .orbit__ring { animation: none !important; }
}

/* ============ MARQUEE ============ */
.imarquee {
  background: var(--inf-grad);
  overflow: hidden;
  padding: 15px 0;
}
.imarquee__track {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: imarqueeScroll 30s linear infinite;
}
.imarquee__track span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .93rem;
  color: #06121F;
  white-space: nowrap;
}
.imarquee__track i {
  font-style: normal;
  font-weight: 800;
  color: rgba(6, 18, 31, .45);
}
@keyframes imarqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ STATEMENT ============ */
.statement {
  border-top: 1px solid var(--inf-line);
  border-bottom: 1px solid var(--inf-line);
  background: var(--inf-bg2);
  padding: clamp(36px, 5vw, 60px) 0;
}
.statement p {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.8vw, 1.9rem);
  color: var(--inf-text);
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
  line-height: 1.35;
}

.istats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: clamp(34px, 5vw, 52px);
}
.istat {
  text-align: center;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--inf-line);
  border-radius: 18px;
  padding: 24px 18px;
}
.istat strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.1;
  color: var(--inf-green);
  margin-bottom: 6px;
}
.istat span { color: var(--inf-soft); font-size: .88rem; }

/* ============ CONCEITO ============ */
.iconcept { background: var(--inf-bg); }
.iconcept__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 46px;
}
.icard {
  position: relative;
  background: linear-gradient(165deg, var(--inf-panel) 0%, #0A1729 100%);
  border: 1px solid var(--inf-line);
  border-radius: 22px;
  padding: clamp(28px, 3vw, 38px);
  overflow: hidden;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.icard:hover {
  transform: translateY(-8px);
  border-color: rgba(149, 202, 88, .5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}
.icard::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--inf-grad);
  opacity: 0;
  transition: opacity .35s ease;
}
.icard:hover::after { opacity: 1; }
.icard__num {
  position: absolute;
  top: 14px; right: 22px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(180deg, rgba(120, 165, 215, .35), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.icard__icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--inf-grad);
  color: #06121F;
  margin-bottom: 20px;
  box-shadow: 0 12px 30px rgba(55, 124, 190, .35);
}
.icard__icon svg { width: 30px; height: 30px; }
.icard h3 { color: var(--white); font-size: 1.35rem; margin-bottom: 10px; }
.icard p { color: var(--inf-soft); font-size: .96rem; }

.iconcept__wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(24px, 4vw, 50px);
  margin-top: 46px;
  align-items: stretch;
}
.iconcept__wrap .iconcept__grid {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 0;
}
.iconcept__wrap .icard { padding: 24px 26px; }
.iconcept__wrap .icard h3 { font-size: 1.2rem; }
.iconcept__wrap .icard__icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  margin-bottom: 14px;
}
.iconcept__wrap .icard__icon svg { width: 25px; height: 25px; }
.iconcept__photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--inf-line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
  min-height: 380px;
}
.iconcept__photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.iconcept__photo figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 90px 26px 24px;
  background: linear-gradient(180deg, transparent, rgba(4, 10, 18, .92));
}
.iconcept__photo strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 4px;
}
.iconcept__photo small { color: var(--inf-soft); font-size: .88rem; }

/* ============ ANTES / DEPOIS ============ */
.ivs { background: var(--inf-bg2); border-top: 1px solid var(--inf-line); }
.ivs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 46px;
}
.ivcard {
  border-radius: 22px;
  padding: clamp(28px, 3vw, 40px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--inf-line);
}
.ivcard h3 { font-size: 1.25rem; color: rgba(235, 243, 250, .7); margin-bottom: 8px; }
.ivcard > p { color: var(--inf-soft); font-size: .95rem; margin-bottom: 20px; }
.ivcard__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.ivcard__chips span {
  font-size: .82rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 999px;
}
.ivcard__chips--broken span {
  background: rgba(255, 255, 255, .05);
  border: 1px dashed rgba(195, 74, 60, .5);
  color: rgba(235, 200, 195, .8);
  transform: rotate(-1.5deg);
}
.ivcard__chips--broken span:nth-child(2n) { transform: rotate(2deg) translateY(3px); }
.ivcard__chips--unified span {
  background: rgba(149, 202, 88, .12);
  border: 1px solid rgba(149, 202, 88, .45);
  color: var(--inf-green);
}
.ivcard ul { list-style: none; }
.ivcard li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: .94rem;
  color: var(--inf-soft);
}
.ivcard li::before {
  content: "✕";
  position: absolute;
  left: 0; top: 0;
  color: #C34A3C;
  font-weight: 800;
  font-family: var(--font-head);
}
.ivcard--after {
  background: linear-gradient(165deg, rgba(55, 124, 190, .14) 0%, rgba(149, 202, 88, .08) 100%);
  border-color: rgba(149, 202, 88, .4);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
.ivcard--after h3 { color: var(--white); }
.ivcard--after li { color: var(--inf-text); }
.ivcard--after li::before { content: "✓"; color: var(--inf-green); }

/* ============ CANAIS (carrossel) ============ */
.ichan {
  background: var(--inf-bg);
  border-top: 1px solid var(--inf-line);
  overflow: hidden;
}
.ichan__carousel {
  position: relative;
  margin: 10px 0 44px;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.ichan__track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 8px 0;
  animation: chanScroll 32s linear infinite;
}
.ichan__carousel:hover .ichan__track { animation-play-state: paused; }
@keyframes chanScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.chancard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 240px;
  padding: 24px 22px;
  border-radius: 20px;
  background: linear-gradient(165deg, var(--inf-panel), #0A1729);
  border: 1px solid var(--inf-line);
  transition: transform .3s ease, border-color .3s ease;
}
.chancard:hover { transform: translateY(-6px); border-color: rgba(149, 202, 88, .5); }
.chancard__icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--inf-grad);
  color: #06121F;
  margin-bottom: 8px;
}
.chancard__icon svg { width: 27px; height: 27px; }
.chancard strong {
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--white);
}
.chancard small { color: var(--inf-soft); font-size: .82rem; }

.ichan__modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.ichan__mode {
  border-radius: 20px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--inf-line);
}
.ichan__mode--active {
  background: linear-gradient(160deg, rgba(55, 124, 190, .16), rgba(149, 202, 88, .10));
  border-color: rgba(149, 202, 88, .45);
}
.ichan__mode h3 { color: var(--white); font-size: 1.15rem; margin-bottom: 10px; }
.ichan__mode p { color: var(--inf-soft); font-size: .95rem; }
.ichan__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.ichan__chips span {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .82rem;
  color: var(--inf-green);
  background: rgba(149, 202, 88, .1);
  border: 1px solid rgba(149, 202, 88, .4);
  padding: 7px 14px;
  border-radius: 999px;
}
.ichan__tools {
  margin-top: 26px;
  text-align: center;
  color: var(--inf-soft);
  font-size: .92rem;
}
.ichan__tools span {
  display: inline-block;
  margin-left: 10px;
  color: var(--inf-text);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--inf-line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .84rem;
  font-weight: 500;
}

/* ============ PLATAFORMA ============ */
.iplat { position: relative; background: var(--inf-bg); overflow: hidden; }
.iplat__glow {
  position: absolute;
  width: 640px; height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55, 124, 190, .16), transparent 65%);
  top: -240px; right: -200px;
  pointer-events: none;
}
.iplat__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fcard {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--inf-line);
  border-radius: 20px;
  padding: 28px 26px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.fcard:hover {
  transform: translateY(-6px);
  border-color: rgba(149, 202, 88, .5);
  background: rgba(55, 124, 190, .07);
}
.fcard--ia {
  background: linear-gradient(160deg, rgba(55, 124, 190, .16), rgba(149, 202, 88, .10));
  border-color: rgba(149, 202, 88, .45);
}
.fcard__icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(55, 124, 190, .16);
  color: var(--inf-green);
  margin-bottom: 16px;
}
.fcard__icon svg { width: 26px; height: 26px; }
.fcard h3 { color: var(--white); font-size: 1.08rem; margin-bottom: 8px; }
.fcard p { color: var(--inf-soft); font-size: .92rem; }

.iplat__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 46px;
  padding: 26px 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--inf-line);
}
.iplat__cta p {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--inf-text);
  font-size: 1.05rem;
}

/* ============ IA NA PRÁTICA ============ */
.ia {
  position: relative;
  background: var(--inf-bg2);
  border-top: 1px solid var(--inf-line);
  overflow: hidden;
}
.ia__glow {
  position: absolute;
  width: 560px; height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(149, 202, 88, .13), transparent 65%);
  bottom: -220px; right: -160px;
  pointer-events: none;
}
.ia__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.ia__left h2 { margin: 14px 0 16px; }
.ia__sub {
  color: var(--inf-soft);
  margin-bottom: 26px;
}
.ia__sub strong { color: var(--inf-text); }
.ia__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.ia__tab {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .9rem;
  color: var(--inf-soft);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--inf-line);
  border-radius: 999px;
  padding: 10px 20px;
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.ia__tab:hover { color: var(--inf-text); transform: translateY(-2px); }
.ia__tab--active {
  background: var(--inf-grad);
  border-color: transparent;
  color: #06121F;
}
.ia__desc {
  color: var(--inf-text);
  font-size: 1.02rem;
  min-height: 3.2em;
  margin-bottom: 18px;
}
.ia__points { list-style: none; margin-bottom: 30px; }
.ia__points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
  color: var(--inf-soft);
  font-size: .95rem;
}
.ia__points li::before {
  content: "";
  position: absolute;
  left: 0; top: 4px;
  width: 17px; height: 17px;
  background: var(--inf-green);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/contain no-repeat;
}

/* Telefone WhatsApp */
.ia__phone { display: flex; justify-content: center; }
.wa {
  width: min(375px, 100%);
  border-radius: 34px;
  border: 3px solid #1B2C42;
  background: #0B141A;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .55), 0 0 80px rgba(149, 202, 88, .1);
  display: flex;
  flex-direction: column;
}
.wa__header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #202C33;
  padding: 14px 16px;
}
.wa__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #E9EDEF;
  flex-shrink: 0;
}
.wa__avatar svg { width: 26px; height: 26px; }
.wa__id strong {
  display: block;
  font-size: .92rem;
  color: #E9EDEF;
  font-family: var(--font-head);
}
.wa__id small { color: #8696A0; font-size: .75rem; }
.wa__icons { margin-left: auto; color: #8696A0; font-size: .9rem; letter-spacing: 6px; }
.wa__body {
  height: 560px;
  overflow: hidden;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background:
    radial-gradient(rgba(255,255,255,.025) 1px, transparent 1.4px),
    #0B141A;
  background-size: 22px 22px;
}
.wa__msg {
  max-width: 82%;
  padding: 8px 10px 6px;
  border-radius: 10px;
  font-size: .82rem;
  line-height: 1.45;
  color: #E9EDEF;
  opacity: 0;
  transform: translateY(12px);
  animation: msgIn .4s ease forwards;
  position: relative;
}
.wa__msg p { margin: 0; }
.wa__msg small {
  display: block;
  text-align: right;
  font-size: .62rem;
  color: rgba(233, 237, 239, .55);
  margin-top: 3px;
}
.wa__msg--in {
  align-self: flex-start;
  background: #202C33;
  border-top-left-radius: 2px;
}
.wa__msg--out {
  align-self: flex-end;
  background: #005C4B;
  border-top-right-radius: 2px;
}
.wa__msg img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 6px;
  display: block;
}
@keyframes msgIn {
  to { opacity: 1; transform: translateY(0); }
}
.wa__doc {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  padding: 9px 11px;
  margin-bottom: 7px;
}
.wa__doc-ico { font-size: 1.3rem; }
.wa__doc-info { display: flex; flex-direction: column; min-width: 0; }
.wa__doc-info strong {
  font-size: .76rem;
  color: #E9EDEF;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wa__doc-info em { font-style: normal; font-size: .66rem; color: rgba(233, 237, 239, .55); }
.wa__doc-link {
  margin-left: auto;
  font-size: .72rem;
  font-weight: 700;
  color: #53BDEB;
  text-decoration: underline;
  white-space: nowrap;
  cursor: pointer;
}
.wa__sys {
  align-self: center;
  max-width: 90%;
  text-align: center;
  font-size: .72rem;
  color: #8696A0;
  background: #182229;
  border-radius: 8px;
  padding: 6px 12px;
  opacity: 0;
  transform: translateY(12px);
  animation: msgIn .4s ease forwards;
}
.wa__author {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  color: var(--inf-green);
  margin-bottom: 3px;
}
.wa__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #202C33;
}
.wa__footer span {
  flex: 1;
  background: #2A3942;
  color: #8696A0;
  font-size: .8rem;
  border-radius: 999px;
  padding: 9px 16px;
}
.wa__footer i { font-style: normal; font-size: 1rem; }

/* ============ MOCKUPS ============ */
.imock { background: var(--inf-bg2); border-top: 1px solid var(--inf-line); }
.imock__stage {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: clamp(30px, 5vw, 60px);
  align-items: end;
  margin-top: 40px;
}
.mock-laptop { max-width: 720px; }
.mock-laptop__screen {
  background: #050B14;
  border: 3px solid #1B2C42;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 14px;
  aspect-ratio: 16 / 9.6;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5), 0 0 70px rgba(55, 124, 190, .12);
}
.mock-laptop__screen .ph-slot, .mock-laptop__screen img {
  width: 100%; height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.mock-laptop__base {
  height: 18px;
  background: linear-gradient(180deg, #24384F, #101E30);
  border-radius: 0 0 16px 16px;
  margin: 0 -26px;
  box-shadow: 0 26px 50px rgba(0, 0, 0, .5);
}
.mock-phone {
  position: relative;
  width: min(250px, 70%);
  justify-self: center;
  background: #050B14;
  border: 3px solid #1B2C42;
  border-radius: 34px;
  padding: 12px;
  aspect-ratio: 9 / 18.5;
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5), 0 0 70px rgba(149, 202, 88, .1);
}
.mock-phone__notch {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 40%; height: 16px;
  background: #1B2C42;
  border-radius: 0 0 12px 12px;
  z-index: 2;
}
.mock-phone__screen { width: 100%; height: 100%; }
.mock-phone__screen .ph-slot, .mock-phone__screen img {
  width: 100%; height: 100%;
  border-radius: 22px;
  object-fit: cover;
}
.ph-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  background: linear-gradient(150deg, rgba(55, 124, 190, .12), rgba(149, 202, 88, .08));
  border: 2px dashed rgba(120, 165, 215, .4);
  border-radius: 12px;
  color: var(--inf-soft);
  padding: 20px;
}
.ph-slot svg { width: 34px; height: 34px; color: var(--inf-green); margin-bottom: 6px; }
.ph-slot strong { font-family: var(--font-head); font-size: .92rem; color: var(--inf-text); }
.ph-slot small { font-size: .76rem; opacity: .8; }

/* ============ TELEFONIA ============ */
.itel { background: var(--inf-bg); }
.itel__panel {
  position: relative;
  border-radius: 28px;
  padding: clamp(36px, 5vw, 64px);
  background:
    radial-gradient(70% 90% at 85% 15%, rgba(55, 124, 190, .25), transparent 60%),
    linear-gradient(165deg, var(--inf-panel), #0A1729);
  border: 1px solid var(--inf-line);
  overflow: hidden;
}
.itel__panel::after {
  content: "∞";
  position: absolute;
  right: 30px; bottom: -60px;
  font-size: 17rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(55,124,190,.18), rgba(149,202,88,.14));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
}
.itel__text { position: relative; z-index: 1; max-width: 760px; }
.itel__text > p { color: var(--inf-soft); margin-bottom: 30px; }
.itel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.itstat {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--inf-line);
  border-radius: 16px;
  padding: 22px;
}
.itstat strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--inf-green);
  margin-bottom: 6px;
}
.itstat span { color: var(--inf-soft); font-size: .9rem; }

/* ============ PARA QUEM ============ */
.ifor { background: var(--inf-bg2); border-top: 1px solid var(--inf-line); }
.ifor__intro {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  margin-bottom: 26px;
}
.ifor__lead { color: var(--inf-soft); margin-top: 16px; max-width: 560px; }
.ifor__photo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--inf-line);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}
.ifor__photo img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.ifor__chip {
  position: absolute;
  left: 14px; bottom: 14px;
  background: rgba(4, 10, 18, .85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(149, 202, 88, .45);
  color: var(--inf-green);
  font-size: .8rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
}
.ifor__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 46px;
}
.forcard {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--inf-line);
  border-left: 4px solid var(--inf-green);
  border-radius: 18px;
  padding: 26px 24px;
  transition: transform .3s ease, border-color .3s ease;
}
.forcard:hover { transform: translateY(-6px); border-color: rgba(149, 202, 88, .5); }
.forcard h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
.forcard p { color: var(--inf-soft); font-size: .93rem; }
.ifor__values {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 40px 0;
}
.ifor__values span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .9rem;
  color: var(--inf-text);
  background: rgba(55, 124, 190, .12);
  border: 1px solid rgba(120, 165, 215, .3);
  padding: 10px 22px;
  border-radius: 999px;
}
.ifor__subtitle {
  text-align: center;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  color: var(--white);
  margin-bottom: 30px;
}
.gains__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gain {
  background: linear-gradient(165deg, rgba(55, 124, 190, .12), rgba(149, 202, 88, .06));
  border: 1px solid var(--inf-line);
  border-radius: 20px;
  padding: 26px 22px;
  transition: transform .3s ease, border-color .3s ease;
}
.gain:hover { transform: translateY(-6px); border-color: rgba(149, 202, 88, .5); }
.gain__icon {
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--inf-grad);
  color: #06121F;
  margin-bottom: 16px;
}
.gain__icon svg { width: 25px; height: 25px; }
.gain h4 {
  color: var(--white);
  font-size: 1.02rem;
  margin-bottom: 8px;
}
.gain p { color: var(--inf-soft); font-size: .89rem; }

/* ============ CTA FINAL ============ */
.icta {
  position: relative;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(55, 124, 190, .30), transparent 60%),
    linear-gradient(rgba(6, 13, 24, .88), rgba(6, 13, 24, .94)),
    url('../assets/infinity/cidade-conectada.jpg') center/cover no-repeat,
    var(--inf-bg);
  border-top: 1px solid var(--inf-line);
  overflow: hidden;
}
.icta__inner {
  text-align: center;
  padding: clamp(70px, 9vw, 120px) 0;
}
.icta__symbol {
  height: 64px;
  width: auto;
  margin: 0 auto 26px;
  filter: drop-shadow(0 0 30px rgba(85, 160, 120, .5));
}
.icta h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  max-width: 720px;
  margin: 0 auto 16px;
}
.icta p {
  color: var(--inf-soft);
  max-width: 560px;
  margin: 0 auto 36px;
  font-size: 1.02rem;
}
.icta__ctas { justify-content: center; }

/* Footer levemente mais escuro na página Infinity */
.infinity-page .footer { background: #040A12; }

/* ============ RESPONSIVO ============ */
@media (max-width: 1024px) {
  .iconcept__grid, .ifor__grid, .iplat__grid { grid-template-columns: repeat(2, 1fr); }
  .istats, .gains__grid { grid-template-columns: repeat(2, 1fr); }
  .itel__grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .ihero { padding-top: 130px; }
  .ihero__grid { grid-template-columns: 1fr; }
  .ihero__orbit { max-width: 420px; margin-top: 20px; }
  .chip { --r: 172px !important; }
  .chip--2, .chip--4, .chip--6, .chip--8 { --r: 140px !important; }
  .ivs__grid { grid-template-columns: 1fr; }
  .iconcept__wrap { grid-template-columns: 1fr; }
  .iconcept__photo { min-height: 300px; }
  .ia__grid { grid-template-columns: 1fr; }
  .ichan__modes { grid-template-columns: 1fr; }
  .ifor__intro { grid-template-columns: 1fr; }
  .imock__stage { grid-template-columns: 1fr; align-items: center; }
  .mock-phone { margin-top: 10px; }
  .itel__panel::after { font-size: 10rem; }
}

@media (max-width: 560px) {
  .iconcept__grid, .ifor__grid, .iplat__grid, .istats, .gains__grid { grid-template-columns: 1fr; }
  .chip { font-size: .7rem; padding: 6px 10px; --r: 132px !important; }
  .chip svg { width: 12px; height: 12px; }
  .chip--2, .chip--4, .chip--6, .chip--8 { --r: 104px !important; }
}
