
:root {
  --home22-blue: #0b63ff;
  --home22-blue-2: #1a7cff;
  --home22-cyan: #23d2ff;
  --home22-navy: #071638;
  --home22-navy-2: #0b2d73;
  --home22-text: #0c1837;
  --home22-muted: #52627c;
  --home22-line: #dfe9f7;
  --home22-card: #ffffff;
  --home22-bg: #f7fbff;
  --home22-shadow: 0 18px 46px rgba(22, 65, 136, 0.10);
}

body.home22-body {
  background: #f7fbff;
  color: var(--home22-text);
  overflow-x: hidden;
}

.home22-body .container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.home22-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(223,233,247,.95);
}

.home22-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.home22-brand img {
  width: 120px;
  height: auto;
  display: block;
}

.home22-toggle {
  display: none;
}

.home22-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.home22-nav a {
  position: relative;
  color: #1d2f50;
  font-weight: 700;
  text-decoration: none;
  padding: 27px 0 24px;
}

.home22-nav a.active,
.home22-nav a:hover {
  color: var(--home22-blue);
}

.home22-nav a.active::after,
.home22-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home22-blue), var(--home22-cyan));
}

.home22-client {
  min-width: 180px;
  height: 42px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #bcd2f5;
  border-radius: 8px;
  color: #123c92;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 6px 18px rgba(22,65,136,.05);
}

.home22-client svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.home22-hero {
  min-height: 410px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, #ffffff 0%, #ffffff 38%, rgba(241,247,255,0.96) 38%, rgba(246,250,255,0.98) 100%),
    radial-gradient(circle at 78% 34%, rgba(30,124,255,.14), transparent 28%);
  border-bottom: 1px solid rgba(223,233,247,.85);
}

.home22-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  align-items: center;
  gap: 46px;
  padding: 48px 0 42px;
}

.home22-hero__text h1 {
  margin: 0 0 20px;
  max-width: 620px;
  font-size: clamp(2.45rem, 4.8vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: var(--home22-navy);
}

.home22-hero__text h1 strong {
  color: var(--home22-blue);
}

.home22-hero__text p {
  max-width: 600px;
  margin: 0 0 26px;
  font-size: 1.15rem;
  line-height: 1.58;
  color: #33435d;
}

.home22-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home22-btn {
  min-height: 48px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  font-weight: 850;
  text-decoration: none;
  transition: .2s ease;
}

.home22-btn::after {
  content: "→";
  font-weight: 900;
}

.home22-btn--primary {
  background: var(--home22-blue);
  color: #fff;
  border: 1px solid var(--home22-blue);
  box-shadow: 0 12px 26px rgba(11,99,255,.22);
}

.home22-btn--primary:hover {
  transform: translateY(-2px);
  background: #004fe0;
  color: #fff;
}

.home22-btn--outline {
  background: #fff;
  color: #0e4bb7;
  border: 1px solid #99b7ef;
}

.home22-btn--outline:hover {
  transform: translateY(-2px);
  border-color: var(--home22-blue);
  color: var(--home22-blue);
}

.home22-btn--dark-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.65);
}

.home22-btn--light {
  background: #fff;
  color: #0e4bb7;
}

.home22-hero__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home22-hero__logo img {
  width: min(610px, 100%);
  height: auto;
  filter: drop-shadow(0 28px 48px rgba(11,35,82,.18));
}

.home22-pillars {
  margin-top: -1px;
  padding: 22px 0 28px;
  background: #fff;
}

.home22-section-title {
  text-align: center;
  margin-bottom: 14px;
}

.home22-section-title span,
.home22-feature span,
.home22-about span,
.home22-access span,
.home22-video-ai span,
.home22-final-cta span {
  color: #003c9c;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
  font-size: .95rem;
}

.home22-pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.home22-pillar-card {
  min-height: 150px;
  padding: 22px 24px;
  border-radius: 10px;
  background: #f7fbff;
  border: 1px solid #e4edf9;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  align-items: start;
  box-shadow: 0 10px 28px rgba(22,65,136,.045);
}

.home22-pillar-card img {
  grid-row: span 3;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.home22-pillar-card h3 {
  margin: 0 0 7px;
  font-size: 1.05rem;
  line-height: 1.13;
  text-transform: uppercase;
  color: #0b1f4b;
}

.home22-pillar-card p {
  margin: 0 0 9px;
  font-size: .92rem;
  line-height: 1.35;
  color: #4f5f78;
}

.home22-pillar-card a {
  font-weight: 850;
  color: var(--home22-blue);
  text-decoration: none;
}

.home22-pillar-card a::after {
  content: " →";
}

.home22-feature-row {
  background: linear-gradient(180deg, #f4f9ff 0%, #eef6ff 100%);
  border-top: 1px solid #e5eef9;
  border-bottom: 1px solid #dce8f7;
  padding: 0;
}

.home22-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.home22-feature {
  min-height: 230px;
  padding: 38px 34px;
  display: grid;
  grid-template-columns: .92fr 1fr;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,.38);
  border-right: 1px solid #dce8f7;
}

.home22-feature:last-child {
  border-right: 0;
}

.home22-feature h2 {
  margin: 8px 0 12px;
  max-width: 410px;
  color: var(--home22-navy);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.1;
}

.home22-feature p {
  margin: 0 0 18px;
  max-width: 400px;
  color: #42536d;
  line-height: 1.55;
}

.home22-radar {
  position: relative;
  min-height: 188px;
  display: grid;
  place-items: center;
}

.home22-radar::before {
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.86) 0 32%, transparent 33%),
    repeating-radial-gradient(circle, rgba(11,99,255,.22) 0 1px, transparent 1px 24px);
}

.home22-radar img {
  position: absolute;
  width: 190px;
  opacity: .28;
}

.home22-radar strong {
  position: relative;
  z-index: 1;
  color: var(--home22-blue);
  font-size: 2.3rem;
  line-height: .92;
  text-align: center;
}

.home22-radar .pin {
  position: absolute;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(22,65,136,.15);
  border: 1px solid #d9e8ff;
}

.home22-radar .pin-1 { top: 12px; right: 75px; }
.home22-radar .pin-2 { bottom: 22px; left: 72px; }
.home22-radar .pin-3 { bottom: 10px; right: 56px; }

.home22-devices {
  position: relative;
  min-height: 190px;
}

.home22-laptop {
  position: absolute;
  right: 70px;
  top: 8px;
  width: 235px;
  height: 145px;
  border: 8px solid #172a4c;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 30px rgba(11,35,82,.16);
}

.home22-laptop::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 270px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #bccbe0;
}

.home22-laptop .bar {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 66%;
  height: 8px;
  border-radius: 999px;
  background: #e4efff;
}

.home22-laptop .chart {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 22px;
  height: 52px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(11,99,255,.14), rgba(35,210,255,.20));
}

.home22-laptop .chart.small {
  left: auto;
  right: 20px;
  top: 38px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: conic-gradient(#0b63ff 0 64%, #23d2ff 64% 82%, #e9f1ff 82%);
}

.home22-phone {
  position: absolute;
  right: 25px;
  bottom: 2px;
  width: 64px;
  height: 118px;
  border: 7px solid #172a4c;
  border-radius: 16px;
  background: #fff;
  display: grid;
  gap: 8px;
  padding: 18px 9px;
  box-shadow: 0 16px 25px rgba(11,35,82,.14);
}

.home22-phone span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #e0ecff;
}

.home22-phone span:first-child {
  background: #0b63ff;
}

.home22-dark {
  background: linear-gradient(90deg, #061b42 0%, #082a6b 58%, #0d62ff 100%);
  color: #fff;
  padding: 0;
}

.home22-dark__grid {
  min-height: 232px;
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 1fr;
  align-items: center;
  gap: 28px;
}

.home22-about h2 {
  margin: 7px 0 12px;
  font-size: 1.62rem;
  line-height: 1.1;
}

.home22-about p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.84);
  line-height: 1.48;
}

.home22-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255,255,255,.23);
}

.home22-metrics article {
  min-height: 128px;
  padding: 18px 14px;
  border-right: 1px solid rgba(255,255,255,.23);
  text-align: center;
}

.home22-metrics img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
  opacity: .65;
  margin-bottom: 8px;
}

.home22-metrics strong {
  display: block;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 4px;
}

.home22-metrics span {
  color: rgba(255,255,255,.82);
  font-size: .92rem;
}

.home22-access {
  padding: 26px 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b63ff 0%, #1f7cff 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.home22-access p {
  color: rgba(255,255,255,.88);
  margin: 8px 0 18px;
}

.home22-access__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.home22-access__buttons a {
  padding: 13px 14px;
  border-radius: 6px;
  background: #fff;
  color: #0b4bbb;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.home22-recover {
  display: block;
  margin-top: 17px;
  color: #fff;
  text-decoration: underline;
  text-align: center;
}

.home22-video-ai {
  padding: 34px 0;
  background: #f6faff;
}

.home22-video-ai__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.home22-video-card {
  padding: 34px;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(35,210,255,.28), transparent 28%),
    linear-gradient(135deg, #071638 0%, #0a3da0 100%);
  box-shadow: var(--home22-shadow);
}

.home22-play {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--home22-blue), var(--home22-cyan));
  color: #fff;
  box-shadow: 0 14px 30px rgba(35,210,255,.24);
}

.home22-video-card h2 {
  margin: 0 0 12px;
  max-width: 520px;
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
  line-height: 1.08;
}

.home22-video-card p {
  color: rgba(255,255,255,.85);
  line-height: 1.6;
  margin-bottom: 20px;
}

.home22-video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.home22-video-list article {
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--home22-line);
  box-shadow: var(--home22-shadow);
}

.home22-video-list span {
  color: var(--home22-blue);
  font-size: 1rem;
}

.home22-video-list strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--home22-navy);
  font-size: 1.1rem;
}

.home22-video-list p {
  color: var(--home22-muted);
  line-height: 1.55;
  margin: 0;
}

.home22-final-cta {
  background: linear-gradient(90deg, #0b63ff 0%, #2b8cff 100%);
  color: #fff;
}

.home22-final-cta__inner {
  min-height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}

.home22-final-cta p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.9);
}

.home22-footer {
  padding: 32px 0 16px;
  background: #fff;
}

.home22-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(5, 1fr);
  gap: 24px;
}

.home22-footer__logo {
  width: 134px;
  height: auto;
  margin-bottom: 12px;
}

.home22-footer h3 {
  margin: 0 0 12px;
  color: #0b1f4b;
  font-size: .95rem;
  text-transform: uppercase;
}

.home22-footer p,
.home22-footer span {
  color: #52627c;
  line-height: 1.5;
}

.home22-footer a {
  display: block;
  margin: 0 0 8px;
  color: #42536d;
  text-decoration: none;
}

.home22-footer a:hover {
  color: var(--home22-blue);
}

.home22-socials {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.home22-socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--home22-blue);
  font-weight: 900;
}

.home22-certified {
  padding-left: 42px;
  position: relative;
}

.home22-certified::before {
  content: "SSL";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #14244c;
  color: #fff;
  font-size: .72rem;
  border-radius: 6px 6px 12px 12px;
}

.home22-certified strong {
  display: block;
  color: #0b1f4b;
}

.home22-certified p {
  margin: 3px 0 0;
  font-size: .9rem;
}

.home22-footer__bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--home22-line);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #63728d;
}

.home22-footer__bottom div {
  display: flex;
  gap: 22px;
}

.home22-whatsapp-float {
  position: fixed;
  right: 32px;
  bottom: 28px;
  z-index: 88;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  box-shadow: 0 18px 40px rgba(37,211,102,.28);
}

@media (max-width: 1180px) {
  .home22-pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home22-feature-grid,
  .home22-dark__grid,
  .home22-video-ai__grid,
  .home22-footer__grid {
    grid-template-columns: 1fr;
  }
  .home22-feature {
    border-right: 0;
    border-bottom: 1px solid #dce8f7;
  }
  .home22-feature:last-child {
    border-bottom: 0;
  }
  .home22-metrics {
    border-left: 0;
  }
}

@media (max-width: 900px) {
  .home22-header__inner {
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .home22-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .home22-client {
    order: 2;
    margin-left: auto;
  }
  .home22-nav {
    order: 3;
    flex-basis: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid var(--home22-line);
    border-radius: 12px;
    overflow: hidden;
  }
  .home22-nav.is-open {
    display: flex;
  }
  .home22-nav a {
    padding: 14px 16px;
    border-bottom: 1px solid var(--home22-line);
  }
  .home22-nav a::after {
    display: none;
  }
  .home22-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 34px 0;
  }
  .home22-hero__logo {
    order: -1;
  }
  .home22-hero__logo img {
    max-width: 360px;
  }
  .home22-hero__text h1 {
    font-size: 2.45rem;
  }
  .home22-pillar-grid,
  .home22-metrics,
  .home22-video-list {
    grid-template-columns: 1fr;
  }
  .home22-feature {
    grid-template-columns: 1fr;
  }
  .home22-final-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 0;
  }
}

@media (max-width: 620px) {
  .home22-body .container {
    width: min(100% - 24px, 1180px);
  }
  .home22-client {
    width: 100%;
  }
  .home22-hero__text h1 {
    font-size: 2.05rem;
  }
  .home22-actions .home22-btn,
  .home22-final-cta .home22-btn {
    width: 100%;
  }
  .home22-pillar-card {
    grid-template-columns: 1fr;
  }
  .home22-pillar-card img {
    grid-row: auto;
  }
  .home22-access__buttons {
    grid-template-columns: 1fr;
  }
  .home22-footer__bottom,
  .home22-footer__bottom div {
    flex-direction: column;
  }
  .home22-whatsapp-float {
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
  }
}


/* ===== V23 - Logos sem fundo / acabamento premium ===== */
.home22-hero__logo {
  position: relative;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
}

.home22-hero__logo::before {
  content: "";
  position: absolute;
  inset: 8% 0 0 8%;
  background:
    radial-gradient(circle at 54% 48%, rgba(20, 101, 255, 0.12), transparent 38%),
    radial-gradient(circle at 72% 34%, rgba(35, 210, 255, 0.10), transparent 30%);
  pointer-events: none;
}

.home22-hero__logo img {
  position: relative;
  z-index: 1;
  width: min(610px, 100%);
  height: auto;
  background: transparent !important;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(7, 22, 56, 0.18));
}

.home22-brand img,
.home22-footer__logo {
  background: transparent !important;
  object-fit: contain;
}

.home22-hero {
  background:
    linear-gradient(120deg, #ffffff 0%, #ffffff 38%, rgba(241,247,255,0.96) 38%, rgba(246,250,255,0.98) 100%),
    radial-gradient(circle at 78% 34%, rgba(30,124,255,.14), transparent 28%) !important;
}

@media (max-width: 900px) {
  .home22-hero__logo {
    min-height: 260px;
  }
  .home22-hero__logo img {
    max-width: 390px;
  }
}


/* ===== V24 - Logo oficial original RA ===== */
.home22-brand img,
.home22-hero__logo img,
.home22-footer__logo {
  background: transparent !important;
  object-fit: contain !important;
}

.home22-hero__logo img {
  filter: drop-shadow(0 24px 42px rgba(7, 22, 56, 0.16)) !important;
}

.home22-hero__logo::before {
  opacity: 0.75;
}


/* ===== V25 - Logo transparente real sem retângulo branco ===== */
.home22-brand img,
.home22-hero__logo img,
.home22-footer__logo {
  background: transparent !important;
  object-fit: contain !important;
}

.home22-hero__logo {
  background: transparent !important;
}

.home22-hero__logo img {
  width: min(650px, 100%) !important;
  filter: drop-shadow(0 24px 42px rgba(7, 22, 56, 0.14)) !important;
}

.home22-hero__logo::before {
  opacity: 0.55 !important;
}

.home22-brand img {
  width: 126px !important;
}

.home22-footer__logo {
  width: 150px !important;
}


/* ===== V26 - Órbita premium de canais digitais ===== */
.home26-orbit-stage {
  position: relative !important;
  min-height: 520px !important;
  isolation: isolate;
}

.home26-orbit-stage::before {
  opacity: 0.55 !important;
}

.home26-main-logo {
  position: relative;
  z-index: 3;
  width: min(600px, 88%) !important;
  filter: drop-shadow(0 26px 42px rgba(7, 22, 56, 0.14)) !important;
}

.home26-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(690px, 100%);
  aspect-ratio: 1.45 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  animation: home26Orbit 34s linear infinite;
}

.home26-orbit::before,
.home26-orbit::after {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px solid rgba(11, 99, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(35, 210, 255, 0.06),
    inset 0 0 42px rgba(11, 99, 255, 0.035);
}

.home26-orbit::after {
  inset: 16%;
  border-style: dashed;
  opacity: 0.45;
  animation: home26OrbitReverse 38s linear infinite;
}

.home26-orbit-icon {
  position: absolute;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(204, 221, 247, 0.92);
  box-shadow:
    0 14px 30px rgba(14, 48, 105, 0.16),
    0 0 28px rgba(35, 210, 255, 0.10);
  backdrop-filter: blur(10px);
  animation: home26IconReverse 34s linear infinite;
}

.home26-orbit-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}

.home26-orbit-icon--facebook { left: 47%; top: -3%; }
.home26-orbit-icon--instagram { right: 8%; top: 15%; }
.home26-orbit-icon--whatsapp { right: 1%; top: 48%; }
.home26-orbit-icon--google { right: 17%; bottom: 7%; }
.home26-orbit-icon--maps { left: 47%; bottom: -3%; }
.home26-orbit-icon--tiktok { left: 16%; bottom: 7%; }
.home26-orbit-icon--youtube { left: 1%; top: 48%; }
.home26-orbit-icon--site { left: 8%; top: 15%; }

@keyframes home26Orbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes home26OrbitReverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes home26IconReverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .home26-orbit,
  .home26-orbit::after,
  .home26-orbit-icon {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .home26-orbit-stage {
    min-height: 360px !important;
  }

  .home26-main-logo {
    width: min(390px, 88%) !important;
  }

  .home26-orbit {
    width: min(520px, 95%);
  }

  .home26-orbit-icon {
    width: 44px;
    height: 44px;
  }

  .home26-orbit-icon img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 620px) {
  .home26-orbit-stage {
    min-height: 330px !important;
  }

  .home26-orbit {
    position: absolute;
    width: 94%;
    aspect-ratio: 1.25 / 1;
  }

  .home26-main-logo {
    width: min(330px, 86%) !important;
  }

  .home26-orbit-icon {
    width: 38px;
    height: 38px;
  }

  .home26-orbit-icon img {
    width: 24px;
    height: 24px;
  }
}


/* ===== V27 - Órbita refinada, mais aberta e com logos de alta qualidade ===== */
.home26-orbit-stage {
  min-height: 600px !important;
  overflow: visible !important;
}

.home26-main-logo {
  width: min(560px, 78%) !important;
  z-index: 5 !important;
}

.home26-orbit {
  width: min(900px, 122%) !important;
  aspect-ratio: 1.65 / 1 !important;
  z-index: 4 !important;
  animation-duration: 48s !important;
}

.home26-orbit::before {
  inset: 1% !important;
  border-color: rgba(11, 99, 255, 0.13) !important;
}

.home26-orbit::after {
  inset: 11% !important;
  opacity: 0.36 !important;
}

.home26-orbit-icon {
  width: 64px !important;
  height: 64px !important;
  background: rgba(255,255,255,0.96) !important;
  border: 1px solid rgba(193, 211, 240, 0.96) !important;
  box-shadow:
    0 18px 34px rgba(10, 38, 89, 0.16),
    0 0 0 7px rgba(255,255,255,0.36),
    0 0 32px rgba(35, 210, 255, 0.10) !important;
  animation-duration: 48s !important;
}

.home26-orbit-icon img {
  width: 44px !important;
  height: 44px !important;
  image-rendering: auto;
}

.home26-orbit-icon--facebook { left: 49%; top: -7%; }
.home26-orbit-icon--instagram { right: 11%; top: 3%; }
.home26-orbit-icon--whatsapp { right: -5%; top: 46%; }
.home26-orbit-icon--google { right: 13%; bottom: 0%; }
.home26-orbit-icon--maps { left: 49%; bottom: -7%; }
.home26-orbit-icon--tiktok { left: 12%; bottom: 0%; }
.home26-orbit-icon--youtube { left: -5%; top: 46%; }
.home26-orbit-icon--site { left: 11%; top: 3%; }

@media (max-width: 1100px) {
  .home26-orbit-stage {
    min-height: 500px !important;
  }
  .home26-main-logo {
    width: min(490px, 78%) !important;
  }
  .home26-orbit {
    width: min(760px, 118%) !important;
  }
  .home26-orbit-icon {
    width: 58px !important;
    height: 58px !important;
  }
  .home26-orbit-icon img {
    width: 39px !important;
    height: 39px !important;
  }
}

@media (max-width: 900px) {
  .home26-orbit-stage {
    min-height: 405px !important;
  }
  .home26-main-logo {
    width: min(390px, 72%) !important;
  }
  .home26-orbit {
    width: min(620px, 112%) !important;
  }
  .home26-orbit-icon {
    width: 48px !important;
    height: 48px !important;
  }
  .home26-orbit-icon img {
    width: 32px !important;
    height: 32px !important;
  }
}

@media (max-width: 620px) {
  .home26-orbit-stage {
    min-height: 350px !important;
  }
  .home26-main-logo {
    width: min(310px, 72%) !important;
  }
  .home26-orbit {
    width: 104% !important;
    aspect-ratio: 1.28 / 1 !important;
  }
  .home26-orbit-icon {
    width: 38px !important;
    height: 38px !important;
    box-shadow:
      0 10px 22px rgba(10, 38, 89, 0.14),
      0 0 0 4px rgba(255,255,255,0.35) !important;
  }
  .home26-orbit-icon img {
    width: 25px !important;
    height: 25px !important;
  }
}

/* ===== RA Home Premium V28 - Menu Serviços & Soluções ===== */
.home22-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.home22-nav-featured {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 16px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(11,99,255,.10), rgba(35,210,255,.12));
  border: 1px solid rgba(11,99,255,.22);
  color: #0b3c92 !important;
  box-shadow: 0 10px 24px rgba(22,65,136,.08);
}

.home22-nav-featured::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home22-blue), var(--home22-cyan));
  box-shadow: 0 0 14px rgba(35,210,255,.75);
}

.home22-nav-featured::after {
  display: none !important;
}

.home22-nav-item > a[aria-haspopup="true"]::after {
  content: "▾";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 6px;
  background: none;
  color: currentColor;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-1px);
}

.home22-mega-menu,
.home22-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .22s ease;
  z-index: 120;
}

.home22-mega-menu {
  width: min(850px, calc(100vw - 42px));
  display: grid;
  grid-template-columns: 1fr 1fr 1.08fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(188,210,245,.95);
  border-radius: 22px;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(7,22,56,.18);
}

.home22-dropdown-menu {
  min-width: 245px;
  padding: 12px;
  border: 1px solid rgba(188,210,245,.95);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 58px rgba(7,22,56,.16);
}

.home22-nav-item:hover .home22-mega-menu,
.home22-nav-item:focus-within .home22-mega-menu,
.home22-nav-item:hover .home22-dropdown-menu,
.home22-nav-item:focus-within .home22-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.home22-mega-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247,251,255,.95), rgba(255,255,255,.98));
}

.home22-mega-col strong {
  display: block;
  margin-bottom: 5px;
  color: var(--home22-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home22-mega-col a,
.home22-dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 11px !important;
  border-radius: 12px;
  color: #1d2f50 !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  transition: .18s ease;
}

.home22-mega-col a::after,
.home22-dropdown-menu a::after {
  display: none !important;
}

.home22-mega-col a:hover,
.home22-dropdown-menu a:hover {
  color: var(--home22-blue) !important;
  background: rgba(11,99,255,.08);
  transform: translateX(3px);
}

.home22-mega-col--highlight {
  background: linear-gradient(135deg, #071638, #0b3c92 68%, #0b63ff);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20);
}

.home22-mega-col--highlight strong,
.home22-mega-col--highlight p {
  color: #fff;
}

.home22-mega-col--highlight p {
  margin: 6px 0 10px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .88;
}

.home22-mega-col--highlight .home22-mega-cta {
  justify-content: center;
  margin-top: auto;
  background: #fff;
  color: #0b3c92 !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

@media (max-width: 1120px) {
  .home22-nav {
    gap: 18px;
  }
  .home22-nav a {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .home22-nav-item {
    display: block;
    width: 100%;
  }
  .home22-nav-featured {
    width: 100%;
    justify-content: flex-start;
    border-radius: 0;
    background: #f6faff;
    border: 0;
    box-shadow: none;
  }
  .home22-mega-menu,
  .home22-dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 10px 12px 14px;
  }
  .home22-mega-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home22-mega-col {
    padding: 12px;
    border: 1px solid var(--home22-line);
  }
  .home22-dropdown-menu a,
  .home22-mega-col a {
    border-bottom: 0 !important;
  }
  .home22-mega-col--highlight {
    display: none;
  }
}
