body[data-page="home"] {
  background: #ffffff;
  color: #0f172a;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body[data-page="home"]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body[data-page="home"].home-aos-fallback [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="home"] #content.home-page {
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
  overflow: hidden;
  color: #0f172a;
  background:
    radial-gradient(1200px circle at 18% 18%, rgba(88, 120, 255, 0.18), transparent 38%),
    radial-gradient(900px circle at 84% 14%, rgba(126, 100, 255, 0.12), transparent 34%),
    radial-gradient(700px circle at 72% 82%, rgba(0, 160, 200, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
}

body[data-page="home"] #content.home-page::before {
  content: "";
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle at 16% 16%, rgba(15, 23, 42, 0.02), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(115, 140, 255, 0.12), transparent 24%),
    radial-gradient(circle at 60% 68%, rgba(8, 160, 210, 0.1), transparent 22%);
  filter: blur(14px);
  pointer-events: none;
}

body[data-page="home"] #content.home-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 20%, rgba(94, 112, 255, 0.16) 30%, transparent 42%),
    linear-gradient(150deg, transparent 18%, rgba(15, 23, 42, 0.03) 22%, transparent 36%);
  opacity: 0.88;
}

.home-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: clamp(1rem, 1.8vw, 1.75rem);
  font-family: "Space Grotesk", "Poppins", sans-serif;
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 2rem);
  padding: clamp(1.1rem, 2vw, 2rem);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.98)),
    radial-gradient(circle at top left, rgba(74, 117, 255, 0.08), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.home-brandbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.2rem 0.2rem 1rem;
}

.home-brandbar__logo {
  display: block;
  width: auto;
  max-height: 48px;
  object-fit: contain;
  filter: brightness(0) saturate(0) drop-shadow(0 8px 18px rgba(15, 23, 42, 0.12));
}

.home-brandbar__logo--rumo {
  order: 2;
  max-height: 44px;
}

.home-brandbar__logo--iiot {
  order: 1;
  max-height: 70px;
  opacity: 1;
}

.home-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.home-grid {
  position: absolute;
  inset: -10%;
  background-image:
    linear-gradient(rgba(108, 130, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 130, 255, 0.12) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: radial-gradient(circle at 50% 20%, rgba(0, 0, 0, 1), transparent 76%);
  opacity: 0.34;
  transform: perspective(1200px) rotateX(68deg) translateY(28%);
  transform-origin: center;
}

.home-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0px);
  mix-blend-mode: normal;
  opacity: 0.72;
  animation: floatOrb 16s ease-in-out infinite;
}

.home-orb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(116, 145, 255, 0.4), transparent 68%);
  filter: blur(12px);
}

.home-orb-a {
  top: -3rem;
  left: 22%;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(71, 114, 255, 0.34), transparent 66%);
}

.home-orb-b {
  top: 10%;
  right: 8%;
  width: 20rem;
  height: 20rem;
  animation-delay: -5s;
  background: radial-gradient(circle, rgba(118, 82, 255, 0.26), transparent 68%);
}

.home-orb-c {
  bottom: 4%;
  left: 12%;
  width: 18rem;
  height: 18rem;
  animation-delay: -9s;
  background: radial-gradient(circle, rgba(0, 216, 255, 0.18), transparent 70%);
}

.home-orb-d {
  bottom: 12%;
  right: 26%;
  width: 12rem;
  height: 12rem;
  animation-delay: -12s;
  background: radial-gradient(circle, rgba(88, 130, 255, 0.16), transparent 70%);
}

.home-ray {
  position: absolute;
  inset: auto;
  width: 160%;
  height: 2px;
  left: -18%;
  background: linear-gradient(90deg, transparent, rgba(123, 147, 255, 0.6), rgba(188, 214, 255, 0.92), rgba(123, 147, 255, 0.5), transparent);
  box-shadow: 0 0 24px rgba(97, 118, 255, 0.32);
  transform-origin: center;
  animation: driftRay 18s linear infinite;
  opacity: 0.78;
}

.home-ray-a {
  top: 17%;
  --ray-rotation: 13deg;
}

.home-ray-b {
  top: 42%;
  animation-delay: -6s;
  --ray-rotation: -10deg;
}

.home-ray-c {
  top: 66%;
  animation-delay: -12s;
  --ray-rotation: 7deg;
}

.home-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: 0.48;
  animation: glowPulse 12s ease-in-out infinite;
}

.home-glow-a {
  top: 6%;
  right: 18%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(0, 213, 255, 0.18), transparent 65%);
}

.home-glow-b {
  left: 12%;
  bottom: 14%;
  width: 20rem;
  height: 20rem;
  animation-delay: -4s;
  background: radial-gradient(circle, rgba(93, 93, 255, 0.18), transparent 66%);
}

.home-bubbles {
  position: absolute;
  inset: 0;
}

.home-bubbles span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: calc(var(--s) * 9px);
  height: calc(var(--s) * 9px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(202, 219, 255, 0.98), rgba(122, 150, 255, 0.5) 45%, rgba(96, 103, 255, 0.06) 70%, transparent 72%);
  box-shadow:
    0 0 14px rgba(121, 138, 255, 0.34),
    inset 0 0 3px rgba(255, 255, 255, 0.65);
  opacity: 0.58;
  animation: bubbleRise var(--t) linear infinite;
  animation-delay: var(--d);
  will-change: transform, opacity;
}

.home-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: rgba(15, 23, 42, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
  letter-spacing: 0.01em;
  font-size: 0.95rem;
}

.home-eyebrow-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #61dc7a;
  box-shadow: 0 0 18px rgba(97, 220, 122, 0.78);
}

.home-pill-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.home-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.88rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 140, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #1e273f;
  font-weight: 700;
  font-size: 0.94rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.home-pill-live {
  background: linear-gradient(180deg, rgba(220, 228, 255, 0.96), rgba(202, 213, 255, 0.92));
}

.home-pill-wide {
  color: #4b5568;
  font-weight: 600;
}

.home-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.3rem, 2.4vw, 2.4rem);
  align-items: start;
  padding-top: clamp(0.75rem, 2vw, 1.75rem);
}

.home-copy {
  max-width: 46rem;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 136, 255, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(15, 23, 42, 0.76);
  font-size: 0.92rem;
}

.home-copy h1 {
  margin: 0;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: clamp(2.05rem, 2.9vw, 3.45rem);
  line-height: 1.0;
  letter-spacing: -0.055em;
  color: #0f172a;
  max-width: 15ch;
}

.home-copy h1 span {
  display: inline-block;
  background: linear-gradient(90deg, #6aa2ff 0%, #7c7dff 48%, #b09cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px rgba(125, 140, 255, 0.18);
}

.home-lead {
  margin: 1rem 0 0;
  max-width: 34rem;
  color: rgba(15, 23, 42, 0.72);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.72;
}

.home-copy-detail {
  margin-top: 1.2rem;
  max-width: 35rem;
  color: rgba(15, 23, 42, 0.78);
  font-size: 0.92rem;
  line-height: 1.62;
}

.home-copy-detail p {
  margin: 0 0 0.72rem;
}

.home-copy-detail strong {
  color: #0f172a;
}

.home-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.home-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.98rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.home-cta:hover {
  transform: translateY(-2px);
}

.home-cta-primary {
  color: #fff;
  background: linear-gradient(135deg, #2f67d8 0%, #2447ff 50%, #7c68ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 45px rgba(46, 87, 255, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.home-cta-secondary {
  color: #eff3ff;
  border: 1px solid rgba(145, 156, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.home-microgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.home-stat {
  padding: 1rem 1rem 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(136, 150, 255, 0.14);
  background: rgba(8, 12, 28, 0.5);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 40px rgba(0, 0, 0, 0.2);
}

.home-stat-label {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(194, 204, 255, 0.76);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-stat strong {
  display: block;
  font-size: 1.7rem;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.home-stat small {
  display: block;
  margin-top: 0.18rem;
  color: rgba(229, 235, 255, 0.62);
}

.home-stage {
  position: relative;
  height: min(72vh, 780px);
  min-height: 520px;
  perspective: 1400px;
}

.home-stage-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 1.05rem;
  border-radius: 30px;
  border: 1px solid rgba(132, 144, 255, 0.18);
  background:
    radial-gradient(circle at 50% 28%, rgba(77, 99, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 11, 24, 0.9), rgba(4, 6, 15, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 90px rgba(0, 0, 0, 0.46);
  transform-style: preserve-3d;
  transform:
    translate3d(calc(var(--pointer-x, 0) * 22px), calc(var(--pointer-y, 0) * -18px), 0)
    rotateY(calc(-12deg + var(--pointer-x, 0) * 7deg))
    rotateX(calc(6deg + var(--pointer-y, 0) * 4deg));
  transition: transform 0.18s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: y proximity;
}

.home-stage-frame {
  scrollbar-width: none;
}

.home-stage-frame::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.home-stage-frame::-webkit-scrollbar-track {
  display: none;
}

.home-stage-frame::-webkit-scrollbar-thumb {
  display: none;
}

.home-stage-sheen {
  position: absolute;
  inset: -20% -10% auto auto;
  width: 70%;
  height: 70%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 45%),
    linear-gradient(135deg, transparent 35%, rgba(124, 151, 255, 0.12) 50%, transparent 65%);
  filter: blur(12px);
  opacity: 0.9;
  pointer-events: none;
  transform: translateZ(40px);
}

.home-stage-cursor {
  position: absolute;
  inset: auto 10% 10% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(155, 168, 255, 0.16);
  background: radial-gradient(circle, rgba(92, 121, 255, 0.12), transparent 66%);
  filter: blur(2px);
  opacity: 0.65;
  pointer-events: none;
  animation: cursorPulse 8s ease-in-out infinite;
}

.home-launcher {
  background:
    radial-gradient(circle at 18% 12%, rgba(97, 118, 255, 0.12), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(114, 226, 142, 0.08), transparent 16%),
    linear-gradient(180deg, rgba(10, 13, 27, 0.94), rgba(4, 6, 15, 0.98));
}

.home-launcher-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-right: 0.2rem;
}

.home-launch-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(147, 160, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(14, 17, 31, 0.96), rgba(8, 10, 22, 0.96)),
    radial-gradient(circle at left center, rgba(108, 130, 255, 0.12), transparent 36%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 34px rgba(0, 0, 0, 0.24);
  scroll-snap-align: start;
  overflow: hidden;
  animation: launchDrift 9s ease-in-out infinite;
}

.home-launch-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.05) 34%, transparent 48%),
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.06), transparent 34%);
  pointer-events: none;
}

.home-launch-card:nth-child(2n) {
  animation-delay: -2s;
}

.home-launch-card:nth-child(3n) {
  animation-delay: -4s;
}

.home-launch-card-title {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 0;
  color: #f5f7ff;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-launch-card-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 0.74rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(127, 146, 255, 0.22);
  background: linear-gradient(135deg, rgba(85, 112, 255, 0.95), rgba(124, 104, 255, 0.95));
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 12px 30px rgba(52, 77, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.home-launch-card-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 36px rgba(52, 77, 255, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  filter: brightness(1.05);
}

.home-launch-card-home {
  border-color: rgba(110, 190, 255, 0.2);
}

.home-launch-card-status {
  border-color: rgba(106, 255, 165, 0.16);
}

.home-launch-card-relatorio {
  border-color: rgba(255, 183, 102, 0.16);
}

.home-launch-card-dashboard {
  border-color: rgba(172, 138, 255, 0.16);
}

.home-card {
  position: absolute;
  border-radius: 26px;
  border: 1px solid rgba(141, 155, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 18, 34, 0.94), rgba(7, 9, 21, 0.96)),
    radial-gradient(circle at top left, rgba(106, 136, 255, 0.14), transparent 26%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 60px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(98, 118, 255, 0.08);
  backdrop-filter: blur(18px);
  color: #f6f8ff;
  overflow: hidden;
}

.home-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%, transparent 65%, rgba(108, 129, 255, 0.08));
  pointer-events: none;
}

.home-card-primary {
  top: 1rem;
  left: 1rem;
  right: 1rem;
  height: 50%;
  padding: 1.3rem;
  transform: translateZ(50px);
  animation: cardFloatA 8.5s ease-in-out infinite;
}

.home-card-secondary {
  left: 1.15rem;
  bottom: 1.1rem;
  width: 58%;
  height: 34%;
  padding: 1.2rem;
  transform: translateZ(30px);
  animation: cardFloatB 10s ease-in-out infinite;
}

.home-card-tertiary {
  right: 1.15rem;
  bottom: 1.15rem;
  width: 34%;
  height: 24%;
  padding: 1rem;
  transform: translateZ(24px);
  animation: cardFloatC 11s ease-in-out infinite;
}

.home-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.home-card-head h2 {
  margin: 0.2rem 0 0;
  font-family: "Space Grotesk", "Poppins", sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}

.home-card-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(107, 128, 255, 0.16);
  color: #aebdff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.home-status-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-status-chip-on {
  background: rgba(74, 214, 118, 0.16);
  color: #78ee90;
  box-shadow: 0 0 18px rgba(74, 214, 118, 0.14);
}

.home-status-chip-warn {
  background: rgba(255, 166, 77, 0.16);
  color: #ffbc70;
}

.home-card-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
  align-items: center;
  height: calc(100% - 3.2rem);
  padding-top: 1rem;
}

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

.home-radar-ring,
.home-radar-ring-second {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-top-color: #5576ff;
  border-right-color: #5576ff;
  transform: rotate(-28deg);
  filter: drop-shadow(0 0 10px rgba(85, 118, 255, 0.34));
  animation: radarSpin 10s linear infinite;
}

.home-radar-ring-second {
  width: 112px;
  height: 112px;
  border-width: 8px;
  border-top-color: rgba(106, 255, 165, 0.72);
  border-right-color: rgba(106, 255, 165, 0.72);
  animation-direction: reverse;
  animation-duration: 8s;
}

.home-radar-core {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(219, 230, 255, 0.98), rgba(114, 142, 255, 0.34) 40%, rgba(45, 64, 158, 0.16) 70%, transparent 72%);
  box-shadow:
    0 0 0 1px rgba(170, 182, 255, 0.32) inset,
    0 0 36px rgba(98, 118, 255, 0.34);
}

.home-card-metrics {
  display: grid;
  gap: 0.8rem;
}

.home-card-metrics div {
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(133, 145, 255, 0.11);
}

.home-card-metrics strong {
  display: block;
  color: #f8fbff;
  font-size: 1.35rem;
  letter-spacing: -0.05em;
}

.home-card-metrics span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(225, 230, 255, 0.68);
  font-size: 0.84rem;
}

.home-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  gap: 0.8rem;
  height: calc(100% - 4.5rem);
  padding: 1rem 0.2rem 0.4rem;
}

.home-bars span {
  flex: 1;
  min-width: 10px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #7ba0ff 0%, #4d67ff 35%, #1d2458 100%);
  box-shadow: 0 0 18px rgba(90, 121, 255, 0.22);
  animation: barGlow 6s ease-in-out infinite;
}

.home-bars span:nth-child(2n) {
  background: linear-gradient(180deg, #81f2a8 0%, #31b96f 42%, #143020 100%);
}

.home-bars span:nth-child(3n) {
  background: linear-gradient(180deg, #ffba73 0%, #ff7f32 40%, #4a1d0b 100%);
}

.home-card-caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(140, 153, 255, 0.12);
}

.home-card-caption span {
  color: rgba(219, 225, 255, 0.72);
  font-size: 0.86rem;
}

.home-card-caption strong {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.home-mini-chart {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.home-mini-chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.home-mini-chart-head span {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

.home-mini-chart-head small {
  color: rgba(221, 227, 255, 0.68);
}

.home-mini-chart-bars {
  display: flex;
  align-items: end;
  gap: 0.55rem;
  flex: 1;
}

.home-mini-chart-bars span {
  flex: 1;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, rgba(126, 145, 255, 0.98), rgba(68, 92, 240, 0.92));
  box-shadow: 0 0 16px rgba(85, 110, 255, 0.22);
  min-height: 26%;
  animation: miniBar 7s ease-in-out infinite;
}

.home-mini-chart-bars span:nth-child(2n) {
  background: linear-gradient(180deg, rgba(117, 252, 180, 0.9), rgba(44, 176, 115, 0.88));
}

.home-mini-chart-bars span:nth-child(3n) {
  background: linear-gradient(180deg, rgba(255, 189, 101, 0.95), rgba(255, 126, 42, 0.88));
}

.home-float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 163, 255, 0.16);
  background: rgba(8, 12, 28, 0.64);
  color: rgba(240, 243, 255, 0.9);
  font-size: 0.85rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  animation: badgeFloat 7s ease-in-out infinite;
}

.home-float-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #72e28e;
  box-shadow: 0 0 14px rgba(114, 226, 142, 0.65);
}

.home-float-badge-a {
  left: 1.75rem;
  top: 1.5rem;
  animation-delay: -1s;
}

.home-float-badge-b {
  right: 1.8rem;
  top: 7rem;
  animation-delay: -4s;
}

@keyframes floatOrb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -18px, 0) scale(1.06);
  }
}

@keyframes driftRay {
  0% {
    opacity: 0.36;
    transform: translate3d(-4%, 0, 0) rotate(var(--ray-rotation, 0deg));
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.36;
    transform: translate3d(4%, 0, 0) rotate(var(--ray-rotation, 0deg));
  }
}

@keyframes glowPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.88;
  }
}

@keyframes bubbleRise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.7);
    opacity: 0;
  }
  12% {
    opacity: 0.58;
  }
  50% {
    transform: translate3d(22px, -120px, 0) scale(1.08);
    opacity: 0.34;
  }
  100% {
    transform: translate3d(-10px, -240px, 0) scale(1.22);
    opacity: 0;
  }
}

@keyframes cardFloatA {
  0%, 100% {
    transform: translate3d(0, 0, 50px) translateY(0);
  }
  50% {
    transform: translate3d(0, 0, 50px) translateY(-8px);
  }
}

@keyframes cardFloatB {
  0%, 100% {
    transform: translate3d(0, 0, 30px) translateY(0) rotate(-1deg);
  }
  50% {
    transform: translate3d(0, 0, 30px) translateY(-12px) rotate(0deg);
  }
}

@keyframes cardFloatC {
  0%, 100% {
    transform: translate3d(0, 0, 24px) translateY(0) rotate(1.8deg);
  }
  50% {
    transform: translate3d(0, 0, 24px) translateY(-10px) rotate(0.4deg);
  }
}

@keyframes radarSpin {
  from {
    transform: rotate(-28deg);
  }
  to {
    transform: rotate(332deg);
  }
}

@keyframes barGlow {
  0%, 100% {
    transform: scaleY(0.92);
    filter: saturate(1);
  }
  50% {
    transform: scaleY(1.08);
    filter: saturate(1.18);
  }
}

@keyframes miniBar {
  0%, 100% {
    transform: scaleY(0.9);
  }
  50% {
    transform: scaleY(1.1);
  }
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes launchDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes cursorPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.78;
  }
}

@media (max-width: 1199.98px) {
  .home-layout {
    grid-template-columns: 1fr;
  }

  .home-stage {
    min-height: 680px;
  }
}

@media (max-width: 991.98px) {
  body[data-page="home"] #content.home-page {
    background:
      radial-gradient(1000px circle at 24% 14%, rgba(56, 112, 255, 0.14), transparent 36%),
      radial-gradient(800px circle at 80% 18%, rgba(120, 84, 255, 0.1), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
  }

  .home-topbar {
    align-items: flex-start;
  }

  .home-brandbar {
    gap: 0.9rem;
  }

  .home-brandbar__logo {
    max-height: 42px;
  }

  .home-pill-group {
    gap: 0.55rem;
  }

  .home-pill {
    padding: 0.76rem 0.9rem;
    font-size: 0.84rem;
  }
}

@media (max-width: 767.98px) {
  .home-shell {
    padding: 0.8rem;
  }

  .home-hero {
    min-height: calc(100vh - 1.2rem);
    border-radius: 24px;
    padding: 1rem;
  }

  .home-brandbar {
    padding-bottom: 0.8rem;
  }

  .home-brandbar__logo {
    max-height: 34px;
  }

  .home-topbar {
    gap: 0.85rem;
  }

  .home-layout {
    padding-top: 1.1rem;
  }

  .home-copy h1 {
    font-size: clamp(2.05rem, 11vw, 3.2rem);
  }

  .home-microgrid {
    grid-template-columns: 1fr;
  }

  .home-stage {
    min-height: auto;
  }

  .home-stage-frame {
    min-height: 0;
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
  }

  .home-launch-card {
    min-height: 76px;
    padding: 0.92rem 0.95rem;
  }

  .home-launch-card-title {
    font-size: 0.98rem;
  }

  .home-launch-card-btn {
    min-width: 76px;
    padding: 0.66rem 0.86rem;
  }
}

  /* ── SHOWCASE REFATORADO - CARDS ELEGANTES E MENORES ── */
  .home-showcase {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsivo automático */
    gap: 1.5rem; /* Espaçamento mais elegante */
    margin-top: 3rem;
    padding-bottom: 2rem;
    perspective: 1400px;
  }

  .home-showcase-card {
    --showcase-progress: 0;
    position: relative;
    min-height: 280px; /* Reduzido drasticamente para não ficar "gigante" */
    border-radius: 20px;
    border: 1px solid rgba(150, 164, 255, 0.18);
    border-color: color-mix(in srgb, var(--accent) 28%, rgba(150, 164, 255, 0.18));
    background:
      linear-gradient(180deg, rgba(12, 16, 31, 0.94), rgba(4, 7, 17, 0.98)),
      radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 32%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 16px 40px rgba(0, 0, 0, 0.38),
      0 0 24px color-mix(in srgb, var(--accent) 18%, transparent);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.3s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  }

  /* Otimização da animação de hover para subir o card */
  .home-showcase-card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--accent) 52%, rgba(255, 255, 255, 0.2));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.10),
      0 24px 60px rgba(0, 0, 0, 0.5),
      0 0 48px color-mix(in srgb, var(--accent) 28%, transparent);
  }

  .home-showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background:
      linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 18%, transparent 72%, rgba(255, 255, 255, 0.06)),
      linear-gradient(180deg, transparent 78%, color-mix(in srgb, var(--accent) 20%, transparent));
    opacity: 0.7;
    pointer-events: none;
  }

  .home-showcase-link {
    position: absolute;
    inset: 0;
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .home-showcase-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.9) brightness(0.6);
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .home-showcase-link:hover img {
    filter: saturate(1.1) brightness(0.8);
    transform: scale(1.05);
  }

  .home-showcase-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(3, 6, 17, 0.1), rgba(3, 6, 17, 0.82)),
      radial-gradient(circle at 22% 16%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 30%);
    pointer-events: none;
  }

  .home-showcase-content {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
  }

  .home-showcase-content strong {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .home-showcase-content small {
    display: block;
    max-width: 20rem;
    margin-top: 0.4rem;
    color: rgba(231, 236, 255, 0.72);
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .home-showcase-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.68rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 84%, #2f55ff), #695cff);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 24%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 0.22s ease, filter 0.22s ease;
  }

  .home-showcase-link:hover .home-showcase-button {
    transform: translateY(-2px);
    filter: brightness(1.1);
  }

  /* Compatibilidade do AOS com a nova estrutura */
  .home-showcase-card[data-aos] {
    transition-property: transform, opacity, border-color, box-shadow;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  @media (max-width: 767.98px) {
    .home-showcase {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  }
