:root {
  --sky-100: #e1f5fe;
  --sky-300: #4fc3f7;
  --sky-500: #0288d1;
  --sky-700: #01579b;
  --brand-navy: #041d3e;
  --brand-navy-soft: #0a3f70;
  --brand-cyan: #75ddff;
  --brand-orange: #ffa11b;
  --brand-orange-strong: #ff6a00;
  --ink: #0b2f4f;
  --text: #12314d;
  --white: #ffffff;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 20px 40px rgba(1, 87, 155, 0.16);
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fdff 0%, #e8f7ff 70%, #d8f0ff 100%);
  line-height: 1.55;
  overflow-x: hidden;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 4.5rem 0;
}

.section-light {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(232, 247, 255, 0.64));
}

.section-title {
  text-align: center;
  margin: 0 0 2rem;
  font-size: clamp(1.65rem, 2vw, 2.3rem);
  color: var(--ink);
}

.section-intro {
  width: min(760px, 100%);
  margin: -0.8rem auto 2rem;
  text-align: center;
  color: rgba(18, 49, 77, 0.72);
  font-size: 1rem;
}

.page-bg-glow {
  position: fixed;
  inset: -15rem auto auto -10rem;
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  background: radial-gradient(circle, rgba(79, 195, 247, 0.6), rgba(2, 136, 209, 0));
  z-index: -2;
}

.page-bg-glow-2 {
  inset: auto -10rem -12rem auto;
  background: radial-gradient(circle, rgba(1, 87, 155, 0.42), rgba(2, 136, 209, 0));
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  background:
    radial-gradient(circle at 24% 65%, rgba(68, 225, 255, 0.34), rgba(68, 225, 255, 0) 26%),
    radial-gradient(circle at 50% -35%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
    linear-gradient(90deg, rgba(4, 43, 86, 0.97) 0%, rgba(6, 118, 189, 0.93) 48%, rgba(4, 63, 123, 0.96) 100%);
  border-bottom: 1px solid rgba(184, 236, 255, 0.22);
  box-shadow: 0 16px 36px rgba(0, 29, 58, 0.22);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 18, 38, 0.22), rgba(255, 255, 255, 0.02) 30%, rgba(255, 255, 255, 0.02) 70%, rgba(2, 18, 38, 0.24)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.topbar.scrolled {
  background:
    radial-gradient(circle at 24% 62%, rgba(68, 225, 255, 0.22), rgba(68, 225, 255, 0) 24%),
    linear-gradient(90deg, rgba(3, 28, 58, 0.98) 0%, rgba(5, 89, 148, 0.95) 48%, rgba(3, 47, 92, 0.98) 100%);
  border-bottom-color: rgba(184, 236, 255, 0.26);
  box-shadow: 0 18px 42px rgba(0, 20, 40, 0.28);
}

.topbar-inner {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
}

.brand {
  text-decoration: none;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.3rem 0;
  position: relative;
  z-index: 1;
}

.brand-mark {
  width: clamp(73px, 5.4vw, 86px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  position: relative;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(54, 231, 255, 0.42), rgba(54, 231, 255, 0));
  filter: blur(18px);
  z-index: -1;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 18, 36, 0.34));
}

.brand-identity {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.48rem;
  line-height: 1;
}

.brand-name {
  margin-top: 0;
  font-size: clamp(1.11rem, 0.68vw + 0.86rem, 1.31rem);
  font-weight: 800;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 14px rgba(0, 37, 70, 0.24);
  white-space: nowrap;
  text-align: left;
}

.nav-links {
  display: none;
  align-items: center;
  gap: clamp(0.9rem, 1.5vw, 1.4rem);
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.nav-links a {
  color: rgba(244, 251, 255, 0.96);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  position: relative;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 161, 27, 0),
    rgba(255, 184, 87, 0.98),
    rgba(117, 221, 255, 0.9),
    rgba(255, 161, 27, 0)
  );
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 0.9vw, 0.65rem);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  padding: 0.22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(184, 236, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lang-toggle {
  border: 0;
  min-width: 40px;
  height: 34px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 251, 255, 0.84);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.lang-toggle:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.lang-toggle.is-active {
  background: linear-gradient(180deg, #ffffff 0%, #def5ff 100%);
  color: #0a76d8;
  box-shadow: 0 8px 18px rgba(0, 118, 216, 0.16);
}

.release-badge {
  display: none;
  color: #0a76d8;
  border: 1px solid rgba(145, 216, 255, 0.78);
  border-radius: 999px;
  padding: 0.38rem 0.62rem;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 8px 18px rgba(0, 118, 216, 0.14);
}

.hero {
  padding-top: 3.6rem;
  padding-bottom: 10rem;
  background: linear-gradient(135deg, var(--sky-300), var(--sky-500) 55%, var(--sky-700));
  color: var(--white);
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 3rem;
}

.eyebrow {
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5.8vw, 3.8rem);
  line-height: 1.12;
  max-width: 13ch;
}

.subheadline {
  margin: 1rem 0 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 48ch;
  font-size: clamp(1rem, 1.9vw, 1.15rem);
}

.users-row {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.3rem;
  font-size: 0.97rem;
}

.pulse-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #74f4ac;
  box-shadow: 0 0 0 0 rgba(116, 244, 172, 0.75);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 244, 172, 0.75);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(116, 244, 172, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(116, 244, 172, 0);
  }
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cta-group.center {
  justify-content: center;
}

.btn {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.88rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-color 0.24s ease;
}

.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.btn-primary {
  color: #0a76d8;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border-color: rgba(145, 216, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 10px 22px rgba(0, 118, 216, 0.18);
}

.btn-secondary {
  color: var(--white);
  background: linear-gradient(180deg, #1891ff 0%, #0d68f1 58%, #1e54dd 100%);
  border-color: rgba(112, 206, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(145, 222, 255, 0.5), 0 12px 24px rgba(8, 83, 205, 0.32);
  text-shadow: 0 1px 2px rgba(0, 40, 112, 0.24);
}

.btn-small {
  padding: 0.63rem 1rem;
  font-size: 0.9rem;
}

.btn-glass {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.topbar .btn-glass {
  color: var(--white);
  border-color: rgba(112, 206, 255, 0.52);
  background: linear-gradient(180deg, #1891ff 0%, #0d68f1 58%, #1e54dd 100%);
  box-shadow: inset 0 1px 0 rgba(145, 222, 255, 0.46), 0 12px 24px rgba(8, 83, 205, 0.28);
  text-shadow: 0 1px 2px rgba(0, 40, 112, 0.24);
  white-space: nowrap;
}

html[lang="pt-BR"] .nav-links {
  gap: clamp(0.78rem, 1.15vw, 1.05rem);
}

html[lang="pt-BR"] .nav-links a {
  font-size: 0.87rem;
}

html[lang="pt-BR"] .topbar-actions {
  gap: clamp(0.35rem, 0.75vw, 0.5rem);
}

html[lang="pt-BR"] .release-badge {
  padding-inline: 0.55rem;
  font-size: 0.7rem;
}

html[lang="pt-BR"] .topbar .btn-glass {
  font-size: 0.86rem;
  padding-inline: 0.92rem;
}

.microcopy {
  margin-top: 0.8rem;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.92);
}

.hero-device {
  display: grid;
  place-items: center;
}

.phone {
  width: min(340px, 85vw);
  height: 620px;
  border-radius: 42px;
  background: linear-gradient(180deg, #131313, #000);
  padding: 14px 7px 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 28px 50px rgba(0, 24, 43, 0.45);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
}

.phone-notch {
  width: 120px;
  height: 20px;
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  background: #111;
}

.phone-screen {
  margin-top: 6px;
  border-radius: 30px;
  height: calc(100% - 26px);
  background: linear-gradient(180deg, #1889d7 0%, #3bbcf6 45%, #e6f7ff 100%);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.phone-screen-media {
  padding: 0;
  position: relative;
  display: block;
  background: #f4eef8;
}

.phone-slide {
  position: absolute;
  inset: -1px;
  margin: 0;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 0.55s ease, transform 0.7s ease;
}

.phone-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.phone-screen-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  background: #f4eef8;
}

.phone-screen-dots {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.42rem 0.62rem;
  border-radius: 999px;
  background: rgba(18, 38, 65, 0.22);
  backdrop-filter: blur(8px);
}

.phone-screen-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, background 0.25s ease;
}

.phone-screen-dot.is-active {
  background: #ffffff;
  transform: scale(1.28);
}

.app-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, #fff, #77d6ff 70%);
}

.app-title-group {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.app-title {
  color: var(--white);
  font-weight: 700;
  font-size: 0.95rem;
}

.app-sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
}

.time {
  font-size: 2.4rem;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.status-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 0.7rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.chip {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.24rem 0.65rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.74rem;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.feature-list li {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.87rem;
  color: #11456f;
  font-weight: 600;
}

.switch {
  width: 40px;
  height: 22px;
  border-radius: 999px;
  background: #c8dcea;
  position: relative;
}

.switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.switch.on {
  background: #47ce9d;
}

.switch.on::before {
  transform: translateX(18px);
}

.waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 210px;
}

.wave {
  position: absolute;
  inset: auto 0 0 0;
  width: 250%;
  height: 100%;
  will-change: transform;
}

.wave path {
  fill: rgba(255, 255, 255, 0.84);
}

.wave-1 {
  opacity: 0.55;
  animation: waveFlow1 18s ease-in-out infinite;
}

.wave-2 {
  opacity: 0.62;
  animation: waveFlow2 13s ease-in-out infinite;
}

.wave-3 {
  opacity: 0.82;
  animation: waveFlow3 9s ease-in-out infinite;
}

.wave-4 {
  opacity: 0.38;
  animation: waveFlow4 16s ease-in-out infinite;
}

.wave-5 {
  opacity: 0.25;
  animation: waveFlow5 11s ease-in-out infinite;
}

@keyframes waveFlow1 {
  0% {
    transform: translate3d(0, 0, 0) scaleY(1);
  }
  50% {
    transform: translate3d(-25%, 8px, 0) scaleY(1.04);
  }
  100% {
    transform: translate3d(-50%, 0, 0) scaleY(1);
  }
}

@keyframes waveFlow2 {
  0% {
    transform: translate3d(-50%, 0, 0) scaleY(0.98);
  }
  50% {
    transform: translate3d(-25%, -8px, 0) scaleY(1.03);
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(0.98);
  }
}

@keyframes waveFlow3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-25%, 6px, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes waveFlow4 {
  0% {
    transform: translate3d(-35%, 0, 0) scaleY(1);
  }
  50% {
    transform: translate3d(-10%, -7px, 0) scaleY(1.06);
  }
  100% {
    transform: translate3d(15%, 0, 0) scaleY(1);
  }
}

@keyframes waveFlow5 {
  0% {
    transform: translate3d(-55%, 0, 0);
  }
  50% {
    transform: translate3d(-30%, 5px, 0);
  }
  100% {
    transform: translate3d(-5%, 0, 0);
  }
}

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

.particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  filter: blur(0.5px);
  animation: float linear infinite;
}

@keyframes float {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    transform: translateY(-120vh);
    opacity: 0;
  }
}

.section-showcase {
  overflow: hidden;
}

.showcase-fullbleed {
  width: min(100%, calc(100vw - 0.8rem));
  margin: 0 auto;
  padding-inline: clamp(0.4rem, 1.8vw, 1.4rem);
}

.banner-carousel {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(117, 221, 255, 0.24), rgba(117, 221, 255, 0) 24%),
    radial-gradient(circle at 80% 15%, rgba(255, 161, 27, 0.18), rgba(255, 161, 27, 0) 20%),
    linear-gradient(135deg, rgba(4, 29, 62, 0.98), rgba(7, 89, 155, 0.95) 52%, rgba(10, 63, 112, 0.98));
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(2, 37, 76, 0.28);
  border: 1px solid rgba(173, 233, 255, 0.26);
  padding: clamp(1rem, 2.4vw, 1.4rem);
  isolation: isolate;
}

.banner-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.06));
  z-index: 0;
}

.carousel-progress {
  position: absolute;
  top: 1rem;
  left: clamp(1rem, 2vw, 1.6rem);
  right: clamp(1rem, 2vw, 1.6rem);
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  z-index: 2;
}

.carousel-progress-bar {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #75ddff, #ffffff, #ffa11b);
  box-shadow: 0 0 18px rgba(117, 221, 255, 0.65);
  transition: width 0.35s ease;
}

.carousel-track {
  position: relative;
  z-index: 1;
  min-height: 360px;
  padding-top: 1rem;
}

.banner-slide {
  display: none;
  border-radius: 28px;
  padding: clamp(1.25rem, 2.3vw, 2rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    linear-gradient(145deg, rgba(117, 221, 255, 0.12), rgba(255, 161, 27, 0.08));
  border: 1px solid rgba(183, 233, 255, 0.2);
  backdrop-filter: blur(14px);
}

.banner-slide.is-active {
  display: block;
  animation: slideFadeIn 0.38s ease;
}

.banner-slide-layout {
  display: grid;
  gap: 1.5rem;
}

.banner-copy {
  display: grid;
  gap: 1rem;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  margin-bottom: 0.15rem;
  color: #d8f5ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(117, 221, 255, 0.16);
  border: 1px solid rgba(117, 221, 255, 0.22);
}

.banner-slide h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
  line-height: 1.08;
}

.banner-slide p {
  color: rgba(233, 248, 255, 0.86);
  margin: 0;
  font-size: 1rem;
}

.banner-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.banner-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #effbff;
  font-size: 0.9rem;
  font-weight: 600;
}

.chip-icon,
.visual-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(117, 221, 255, 0.95), rgba(255, 161, 27, 0.9));
  color: #052647;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(117, 221, 255, 0.24);
}

.banner-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f4fbff;
  display: grid;
  gap: 0.65rem;
}

.banner-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-icon {
  color: var(--brand-orange);
  line-height: 1.1;
  font-size: 1rem;
}

.banner-visual {
  display: flex;
}

.banner-visual-panel {
  width: 100%;
  min-height: 100%;
  padding: 1.1rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 161, 27, 0.24), rgba(255, 161, 27, 0) 34%),
    linear-gradient(180deg, rgba(9, 33, 68, 0.98), rgba(6, 23, 50, 0.92));
  border: 1px solid rgba(117, 221, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.banner-visual-badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(117, 221, 255, 0.16);
  border: 1px solid rgba(117, 221, 255, 0.16);
  color: #dff8ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.banner-visual-grid,
.banner-metrics {
  display: grid;
  gap: 0.9rem;
}

.banner-visual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-card,
.metric-card {
  padding: 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.visual-card strong,
.metric-card strong {
  display: block;
  margin-top: 0.75rem;
  color: #ffffff;
  font-size: 0.95rem;
}

.visual-card small,
.metric-card small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(223, 243, 255, 0.75);
  font-size: 0.8rem;
  line-height: 1.45;
}

.signal-stack {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.4rem 0 1rem;
}

.signal-node,
.orbit-item,
.orbit-core {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.signal-node {
  width: 64px;
  height: 64px;
  color: #dff8ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(117, 221, 255, 0.24);
  box-shadow: inset 0 0 20px rgba(117, 221, 255, 0.08);
}

.signal-node.active {
  background: linear-gradient(135deg, rgba(117, 221, 255, 0.95), rgba(44, 160, 255, 0.8));
  color: #042342;
}

.connectivity .banner-metrics,
.growth .banner-metrics {
  margin-top: 1rem;
}

.module-orbit {
  position: relative;
  width: min(280px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 1rem;
}

.module-orbit::before,
.module-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(117, 221, 255, 0.18);
}

.module-orbit::after {
  inset: 28%;
  border-color: rgba(255, 161, 27, 0.16);
}

.orbit-core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
  color: #042848;
  background: linear-gradient(135deg, #75ddff, #ffa11b);
  box-shadow: 0 0 28px rgba(117, 221, 255, 0.3);
}

.orbit-item {
  position: absolute;
  width: 58px;
  height: 58px;
  color: #effbff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.orbit-1 {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-2 {
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}

.orbit-3 {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-4 {
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(194, 239, 255, 0.94));
  color: #0d5480;
  box-shadow: 0 12px 24px rgba(1, 87, 155, 0.24);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 3;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 16px 30px rgba(117, 221, 255, 0.28);
}

.carousel-arrow.prev {
  left: 0.65rem;
}

.carousel-arrow.next {
  right: 0.65rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.58rem;
  margin-top: 1.1rem;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: none;
  background: rgba(215, 243, 255, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dot.is-active {
  background: #ffffff;
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(117, 221, 255, 0.15);
}

.grid {
  display: grid;
  gap: 1rem;
}

.cards-3 {
  grid-template-columns: repeat(1, 1fr);
}

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

.card,
.premium-card,
.step {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.card {
  padding: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card {
  min-height: 168px;
  padding: 1.45rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 250, 255, 0.86)),
    var(--surface);
  border-color: rgba(163, 225, 255, 0.58);
}

.feature-card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

.feature-card-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #56d4ff, #1f8cff 58%, #0f5ed7);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 24px rgba(31, 140, 255, 0.24);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 45px rgba(1, 87, 155, 0.19);
}

.card h3 {
  margin: 0 0 0.45rem;
  color: #0f4f7a;
}

.feature-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.card p,
.step p {
  margin: 0;
  color: #2e5775;
}

.feature-card p {
  font-size: 0.98rem;
  line-height: 1.62;
}

.feature-disclaimer {
  margin: 1rem 0 0;
  text-align: center;
  color: #507290;
  font-size: 0.86rem;
}

.steps {
  display: grid;
  gap: 0.85rem;
}

.step {
  padding: 1.1rem 1.2rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.step-number {
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  font-weight: 700;
  color: var(--white);
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #54c2f6, #0288d1);
  box-shadow: 0 8px 20px rgba(2, 136, 209, 0.35);
}

.step h3 {
  margin: 0 0 0.35rem;
  color: #0f4f7a;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.8rem;
  margin-bottom: 1.3rem;
}

.proof-stats div {
  text-align: center;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.proof-stats strong {
  display: block;
  color: #005d98;
  font-size: 1.55rem;
}

.proof-stats span {
  color: #416783;
  font-size: 0.9rem;
}

.logo-showcase {
  margin: 0 0 1.3rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(1, 1fr);
}

.logo-card {
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
  padding: 0.9rem;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.logo-card img {
  width: min(180px, 58%);
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.logo-card figcaption {
  color: #3f6681;
  font-size: 0.86rem;
  font-weight: 600;
}

.testimonials .card p {
  font-style: italic;
}

.testimonials cite {
  display: block;
  margin-top: 0.7rem;
  color: #41789e;
}

.premium-card {
  min-height: 200px;
  padding: 1.25rem;
  display: grid;
  align-content: end;
  background: linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.94),
      rgba(219, 241, 255, 0.92)
    ),
    radial-gradient(circle at 75% 20%, rgba(79, 195, 247, 0.25), transparent 50%);
}

.premium-card h3 {
  margin: 0;
  color: #07598d;
}

.premium-card p {
  margin: 0.55rem 0 0;
  color: #2f5d7f;
}

.cta-section {
  background: linear-gradient(180deg, #e8f7ff, #d5eeff);
  text-align: center;
}

.cta-section h2 {
  margin: 0;
  color: #064e80;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.cta-section p {
  color: #356285;
  margin: 0.8rem auto 1.35rem;
  max-width: 56ch;
}

.store-badges {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  text-decoration: none;
  color: #0f4f7a;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0.55rem 1rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 8px 18px rgba(0, 118, 216, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 12px 22px rgba(0, 118, 216, 0.16);
  background: rgba(255, 255, 255, 0.94);
}

.store-badge-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.store-badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.store-badge-icon-apple {
  color: #0f4f7a;
}

.store-badge-icon-apple svg {
  fill: currentColor;
}

.footer {
  background: #014977;
  color: rgba(255, 255, 255, 0.95);
  padding: 1rem 0 5rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.footer a {
  color: #d7f4ff;
  text-decoration: none;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.8rem;
  width: min(920px, 92%);
  z-index: 50;
}

.sticky-content {
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 0.75rem 0.9rem;
  background: rgba(1, 74, 122, 0.88);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(179, 236, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  box-shadow: 0 16px 35px rgba(1, 74, 122, 0.4);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .banner-slide-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.9fr);
    align-items: stretch;
  }

  .release-badge {
    display: inline-flex;
  }

  .nav-links {
    display: inline-flex;
  }

  .hero-content {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .cards-3 {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .proof-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .logo-showcase {
    grid-template-columns: repeat(3, 1fr);
  }

  .showcase-fullbleed {
    width: min(100%, calc(100vw - 1rem));
  }

  .carousel-track {
    min-height: 330px;
  }

  .footer-inner {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .nav-links a {
    font-size: 0.88rem;
  }

  .release-badge {
    padding-inline: 0.56rem;
    font-size: 0.7rem;
  }

  .topbar .btn-glass {
    padding-inline: 0.9rem;
    font-size: 0.86rem;
  }

  html[lang="pt-BR"] .nav-links a {
    font-size: 0.84rem;
  }

  html[lang="pt-BR"] .release-badge {
    padding-inline: 0.48rem;
    font-size: 0.66rem;
  }

  html[lang="pt-BR"] .topbar .btn-glass {
    font-size: 0.82rem;
    padding-inline: 0.82rem;
  }
}

@media (max-width: 767px) {
  .section-intro {
    margin-bottom: 1.45rem;
  }

  .banner-carousel {
    padding: 0.9rem 0.85rem 1rem;
    border-radius: 28px;
  }

  .carousel-progress {
    left: 0.9rem;
    right: 0.9rem;
  }

  .carousel-track {
    min-height: 520px;
    padding-top: 0.8rem;
  }

  .banner-slide {
    padding: 1.05rem;
    border-radius: 22px;
  }

  .banner-visual-grid {
    grid-template-columns: 1fr;
  }

  .module-orbit {
    width: min(220px, 100%);
  }

  .signal-node {
    width: 56px;
    height: 56px;
  }

  .carousel-arrow {
    width: 42px;
    height: 42px;
  }

  .topbar {
    background:
      radial-gradient(circle at 24% 58%, rgba(68, 225, 255, 0.26), rgba(68, 225, 255, 0) 26%),
      linear-gradient(90deg, rgba(4, 40, 79, 0.97) 0%, rgba(5, 104, 169, 0.95) 100%);
  }

  .topbar-inner {
    min-height: 82px;
    gap: 0.8rem;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 68px;
  }

  .brand-name {
    margin-top: 0;
    font-size: 18px;
    letter-spacing: 0.09em;
  }

  .topbar-actions .btn {
    padding: 0.52rem 0.8rem;
  }

  .lang-toggle {
    min-width: 36px;
    height: 32px;
    padding: 0 0.58rem;
  }

  .sticky-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wave,
  .particle,
  .pulse-dot {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
