:root {
  --ip-bg: #060914;
  --ip-bg-soft: #0b1020;
  --ip-surface: rgba(12, 23, 42, 0.74);
  --ip-surface-strong: rgba(10, 20, 37, 0.94);
  --ip-border: rgba(137, 173, 225, 0.18);
  --ip-border-strong: rgba(47, 125, 255, 0.42);
  --ip-text: #f7f9ff;
  --ip-muted: #9ba9bf;
  --ip-blue: #126bff;
  --ip-blue-light: #56a1ff;
  --ip-green: #18d39b;
  --ip-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  --ip-shell: min(1420px, calc(100vw - 96px));
  --particle-color: 18, 107, 255;
}

.ip-public-home {
  background: var(--ip-bg);
  color: var(--ip-text);
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color-scheme: dark;
}

/* Acesso direto ao conteúdo para teclado e leitores de tela, sem alterar o visual. */
.ip-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 50%;
  padding: 10px 16px;
  border: 1px solid #8bc0ff;
  border-radius: 8px;
  background: #071a39;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translate(-50%, -160%);
  transition: transform 160ms ease;
}

.ip-skip-link:focus-visible {
  outline: 3px solid rgba(139, 192, 255, .5);
  outline-offset: 3px;
  transform: translate(-50%, 0);
}

.ip-public-home #particles-canvas {
  opacity: 0.18;
}

.ip-public-home .ip-home,
.ip-public-home .ip-home * {
  box-sizing: border-box;
}

.ip-public-home .ip-home {
  background:
    radial-gradient(circle at 74% 4%, rgba(18, 107, 255, 0.08), transparent 28rem),
    var(--ip-bg);
  color: var(--ip-text);
  isolation: isolate;
}

.ip-public-home .ip-home.page-section {
  min-height: 100vh;
  padding: 0;
}

.ip-public-home .ip-home.page-section.active {
  animation: none;
}

.ip-home h1,
.ip-home h2,
.ip-home h3,
.ip-brand-copy strong {
  font-family: "Sora", "Inter", sans-serif;
}

.ip-home a {
  color: inherit;
}

.ip-home [data-ip-icon],
.ip-navbar [data-ip-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ip-home .ip-svg,
.ip-navbar .ip-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ip-shell {
  width: var(--ip-shell);
  margin-inline: auto;
}

.ip-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ip-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ip-eyebrow::before {
  width: 22px;
  height: 1px;
  background: currentColor;
  content: "";
}

/* Navbar pública */
.ip-public-home .ip-navbar {
  top: 0;
  left: 50%;
  width: 100%;
  max-width: none;
  min-height: 74px;
  padding: 0 max(48px, calc((100vw - 1420px) / 2));
  transform: translateX(-50%);
  gap: 32px;
  border: 0;
  border-bottom: 1px solid rgba(145, 178, 226, 0.1);
  border-radius: 0;
  background: rgba(6, 9, 20, 0.72);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
}

.ip-public-home .ip-navbar.scrolled {
  top: 0;
  min-height: 66px;
  padding: 0 max(48px, calc((100vw - 1420px) / 2));
  background: rgba(6, 9, 20, 0.94);
  border-bottom-color: var(--ip-border);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.3);
}

.ip-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  text-decoration: none;
}

.ip-public-home .ip-brand.nav-logo {
  color: var(--ip-text);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.ip-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 7px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.08em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ip-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.ip-brand-copy strong {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.ip-brand-copy small {
  margin-top: 4px;
  color: #9faabd;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.ip-desktop-nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: clamp(20px, 2.5vw, 42px);
  margin-inline: auto;
}

.ip-desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #dce3ef;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}

.ip-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ip-green), var(--ip-blue));
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 180ms ease;
}

.ip-desktop-nav a:hover,
.ip-desktop-nav a.active-link {
  color: #fff;
}

.ip-desktop-nav a:hover::after,
.ip-desktop-nav a.active-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.ip-public-home .ip-nav-actions {
  gap: 12px;
  margin-left: 0;
}

/* Reaproveita o menu móvel do ecossistema sem deixar um controle residual no desktop. */
.ip-public-home .ip-public-ecosystem-menu-button {
  display: none;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
  color: #e8edf7;
  cursor: pointer;
}

.ip-public-home .ip-public-ecosystem-menu-button .member-icon,
.ip-public-home .ip-public-ecosystem-menu-button svg {
  display: block;
  width: 19px;
  height: 19px;
}

.ip-public-home .ip-public-ecosystem-menu-button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ip-public-home .ip-public-ecosystem-menu-button:focus-visible {
  outline: 2px solid #8bc0ff;
  outline-offset: 3px;
}

.ip-public-home .ip-theme-toggle,
.ip-public-home .ip-icon-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.025);
  color: #e8edf7;
  cursor: pointer;
  transition: 180ms ease;
}

.ip-public-home .ip-theme-toggle::after {
  display: none;
}

.ip-public-home .ip-theme-toggle:hover,
.ip-public-home .ip-icon-button:hover {
  border-color: rgba(86, 161, 255, 0.42);
  background: rgba(18, 107, 255, 0.1);
  color: #fff;
}

.ip-theme-icon,
.ip-icon-button > span:first-child {
  width: 17px;
  height: 17px;
}

.ip-login-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid rgba(47, 125, 255, 0.8);
  border-radius: 8px;
  background: linear-gradient(180deg, #126bff, #074bc9);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(18, 107, 255, 0.22);
  transition: 180ms ease;
}

.ip-login-button:hover {
  border-color: #62a9ff;
  box-shadow: 0 16px 38px rgba(18, 107, 255, 0.32);
  transform: translateY(-1px);
}

.ip-public-home .ip-menu-button {
  display: none;
}

.ip-public-home .ip-mobile-menu,
.ip-menu-backdrop {
  display: none;
}

.ip-notification-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--ip-bg);
  border-radius: 50%;
  background: var(--ip-green);
}

.ip-notification-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ip-border);
}

.ip-notification-head h4 {
  margin: 0;
  font-size: 0.92rem;
}

.ip-notification-head button {
  border: 0;
  background: none;
  color: var(--ip-muted);
  cursor: pointer;
  font-size: 0.72rem;
}

.ip-notification-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ip-public-home .notif-dropdown {
  background: rgba(9, 17, 32, 0.98);
  border-color: var(--ip-border);
  color: var(--ip-text);
}

.ip-public-home #navUserBadge {
  color: var(--ip-text);
}

.ip-public-home .public-account-chip {
  border-color: var(--ip-border);
  background: rgba(12, 23, 42, 0.88);
  color: var(--ip-text);
}

.ip-public-home .public-account-role {
  background: rgba(18, 107, 255, 0.16);
  color: #78b2ff;
}

.ip-public-home .public-account-chip:hover,
.ip-public-home #navUserBadge.profile-open .public-account-chip,
.ip-public-home .public-profile-menu {
  border-color: rgba(47, 125, 255, 0.4);
}

.ip-public-home .public-account-avatar,
.ip-public-home .public-profile-avatar {
  background: linear-gradient(135deg, #126bff, #18d39b);
}

/* Hero */
.ip-hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  padding: 130px 0 58px;
  border-bottom: 1px solid rgba(135, 170, 223, 0.08);
}

.ip-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 9, 20, 0.98) 0%, rgba(6, 9, 20, 0.72) 42%, rgba(6, 9, 20, 0.12) 73%, rgba(6, 9, 20, 0.2) 100%),
    linear-gradient(180deg, transparent 58%, var(--ip-bg) 96%);
  content: "";
  pointer-events: none;
  z-index: 1;
}

.ip-hero-ambient {
  position: absolute;
  top: -20%;
  right: -8%;
  width: 75vw;
  height: 75vw;
  border: 1px solid rgba(18, 107, 255, 0.1);
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

.ip-hero-ambient::before,
.ip-hero-ambient::after {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(18, 107, 255, 0.08);
  border-radius: inherit;
  content: "";
}

.ip-hero-ambient::after {
  inset: 23%;
}

.ip-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  min-height: 565px;
}

.ip-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
  padding-top: 5px;
}

.ip-hero-copy h1 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(4.6rem, 7.4vw, 7.1rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.89;
}

.ip-hero-lead {
  max-width: 590px;
  margin: 0;
  color: #f1f5fb;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.5;
}

.ip-hero-note {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--ip-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.ip-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ip-button {
  min-width: 184px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px 0 19px;
  border: 0;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ip-button > [data-ip-icon],
.ip-solution-card > a [data-ip-icon],
.ip-ecosystem-card em [data-ip-icon] {
  width: 16px;
  height: 16px;
}

.ip-button .ip-svg,
.ip-solution-card > a .ip-svg,
.ip-ecosystem-card em .ip-svg {
  width: 100%;
  height: 100%;
}

.ip-button:focus-visible,
.ip-login-button:focus-visible {
  outline: 2px solid #8bc0ff;
  outline-offset: 3px;
}

.ip-button-primary {
  border: 1px solid #2f7dff;
  background: linear-gradient(180deg, #126bff, #074fcf);
  color: #fff;
  box-shadow: 0 15px 38px rgba(18, 107, 255, 0.24);
}

.ip-button-primary:hover {
  background: linear-gradient(180deg, #287aff, #1260e2);
  box-shadow: 0 18px 44px rgba(18, 107, 255, 0.34);
  transform: translateY(-2px);
}

.ip-button-outline {
  border: 1px solid rgba(83, 145, 235, 0.5);
  background: rgba(7, 14, 28, 0.36);
  color: #eef4ff;
}

.ip-button-outline:hover {
  border-color: rgba(94, 165, 255, 0.9);
  background: rgba(18, 107, 255, 0.09);
  transform: translateY(-2px);
}

.ip-button-small {
  min-width: 158px;
  min-height: 41px;
  margin-top: 8px;
}

.ip-social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.ip-avatar-stack {
  display: flex;
  padding-left: 8px;
}

.ip-avatar-stack span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  border: 2px solid var(--ip-bg);
  border-radius: 50%;
  background: linear-gradient(145deg, #243858, #0c172b);
  color: #dce7f7;
  font-size: 0.53rem;
  font-weight: 700;
}

.ip-avatar-stack span:nth-child(even) {
  background: linear-gradient(145deg, #174c64, #0a1a2e);
}

.ip-social-proof > div:last-child {
  display: flex;
  flex-direction: column;
}

.ip-social-proof strong {
  color: #64dfb9;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.ip-social-proof small {
  margin-top: 2px;
  color: #aab4c5;
  font-size: 0.66rem;
}

.ip-hero-visual {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 615px;
  margin: 0;
  overflow: visible;
}

.ip-hero-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 146%;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translate(-47%, -50%);
  filter: saturate(0.96) contrast(1.04);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
}

.ip-hero-orbit {
  position: absolute;
  top: 50%;
  left: 58%;
  width: 560px;
  aspect-ratio: 1;
  border: 1px solid rgba(48, 137, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ip-pillar-grid {
  position: relative;
  z-index: 4;
  width: min(760px, 53%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: -135px;
  margin-right: auto;
  margin-left: calc((100% - var(--ip-shell)) / 2 + var(--ip-shell) * 0.47);
}

.ip-pillar-card,
.ip-feature-card,
.ip-solution-card,
.ip-impact-card,
.ip-ecosystem-card {
  --ip-mouse-x: 50%;
  --ip-mouse-y: 50%;
  position: relative;
  overflow: hidden;
}

.ip-glow-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(280px circle at var(--ip-mouse-x) var(--ip-mouse-y), rgba(47, 125, 255, 0.14), transparent 48%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.ip-glow-card:hover::before {
  opacity: 1;
}

.ip-pillar-card {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px 10px;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  background: linear-gradient(150deg, rgba(13, 27, 49, 0.94), rgba(5, 12, 24, 0.92));
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
  text-align: center;
  transition: border-color 180ms ease, transform 180ms ease;
}

.ip-pillar-card:hover {
  border-color: var(--ip-border-strong);
  transform: translateY(-4px);
}

.ip-card-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 12px;
  color: var(--ip-blue-light);
}

.ip-card-icon-green {
  color: #58ddb3;
}

.ip-pillar-card h2 {
  margin: 0;
  color: #eff5ff;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}

/* Blocos institucionais */
.ip-section {
  position: relative;
  padding: 118px 0;
  scroll-margin-top: 70px;
}

.ip-section-tight {
  padding: 0 0 22px;
}

.ip-section-surface {
  border-top: 1px solid rgba(132, 169, 222, 0.08);
  border-bottom: 1px solid rgba(132, 169, 222, 0.08);
  background:
    radial-gradient(circle at 50% 0, rgba(18, 107, 255, 0.06), transparent 33rem),
    #080d19;
}

.ip-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(10, 22, 42, 0.74), rgba(6, 13, 26, 0.7));
  box-shadow: var(--ip-shadow);
}

.ip-trust-strip article {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 28px;
}

.ip-trust-strip article + article::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background: var(--ip-border);
  content: "";
}

.ip-trust-strip article > [data-ip-icon] {
  width: 43px;
  height: 43px;
  color: #72aaf4;
  stroke-width: 1.4;
}

.ip-trust-strip article:nth-child(even) > [data-ip-icon] {
  color: #5cd8b2;
}

.ip-trust-strip small {
  display: block;
  margin-bottom: 1px;
  color: #b1bdcf;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ip-trust-strip h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.ip-trust-strip p {
  margin: 0;
  color: var(--ip-muted);
  font-size: 0.7rem;
  line-height: 1.55;
}

.ip-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(64px, 8vw, 130px);
}

.ip-section-copy h2,
.ip-section-heading h2,
.ip-closing-card h2 {
  margin: 14px 0 20px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.ip-section-copy p {
  max-width: 620px;
  margin: 0 0 15px;
  color: var(--ip-muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

.ip-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ip-impact-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(12, 24, 44, 0.78), rgba(7, 14, 27, 0.7));
  transition: border-color 180ms ease, transform 180ms ease;
}

.ip-impact-card:hover {
  border-color: var(--ip-border-strong);
  transform: translateY(-3px);
}

.ip-impact-card > [data-ip-icon] {
  width: 52px;
  height: 52px;
  padding: 13px;
  border-radius: 50%;
  background: rgba(18, 107, 255, 0.09);
  color: #7fb5ff;
  stroke-width: 1.4;
}

.ip-impact-card:nth-child(even) > [data-ip-icon] {
  background: rgba(24, 211, 155, 0.08);
  color: #64dcb7;
}

.ip-impact-card strong {
  display: block;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.ip-impact-card p {
  margin: 6px 0 2px;
  color: #e8edf7;
  font-size: 0.8rem;
}

.ip-impact-card small {
  color: #7f8ea5;
  font-size: 0.64rem;
}

.ip-section-heading {
  max-width: 750px;
  margin: 0 auto 48px;
  text-align: center;
}

.ip-section-heading .ip-eyebrow::before {
  display: none;
}

.ip-section-heading h2 {
  margin-bottom: 15px;
}

.ip-section-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--ip-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.ip-card-grid {
  display: grid;
  gap: 16px;
}

.ip-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ip-feature-card,
.ip-solution-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  background: linear-gradient(150deg, rgba(12, 24, 44, 0.74), rgba(6, 13, 25, 0.72));
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ip-feature-card:hover,
.ip-solution-card:hover {
  border-color: rgba(47, 125, 255, 0.44);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(-5px);
}

.ip-feature-card > [data-ip-icon],
.ip-solution-card > [data-ip-icon] {
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: #6eaaff;
  stroke-width: 1.35;
}

.ip-feature-card:nth-child(even) > [data-ip-icon],
.ip-solution-card:nth-child(even) > [data-ip-icon] {
  color: #5ed8b3;
}

.ip-feature-card h3,
.ip-solution-card h3,
.ip-ecosystem-card h3 {
  position: relative;
  margin: 0 0 11px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.ip-feature-card p,
.ip-solution-card p,
.ip-ecosystem-card p {
  position: relative;
  margin: 0;
  color: var(--ip-muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.ip-solution-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
}

.ip-solution-card > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #83b8ff;
  font-size: 0.72rem;
  font-weight: 650;
  text-decoration: none;
}

.ip-solution-card > a [data-ip-icon],
.ip-ecosystem-card em [data-ip-icon] {
  width: 15px;
  height: 15px;
}

.ip-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ip-ecosystem-card {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--ip-border);
  border-radius: 10px;
  background: linear-gradient(150deg, rgba(12, 24, 44, 0.74), rgba(6, 13, 25, 0.72));
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.ip-ecosystem-card:hover {
  border-color: rgba(47, 125, 255, 0.48);
  background: linear-gradient(150deg, rgba(16, 34, 61, 0.84), rgba(7, 17, 33, 0.8));
  transform: translateY(-4px);
}

.ip-ecosystem-card > [data-ip-icon] {
  position: relative;
  width: 36px;
  height: 36px;
  margin-bottom: auto;
  color: #6eaaff;
  stroke-width: 1.4;
}

.ip-ecosystem-card:nth-child(3n) > [data-ip-icon] {
  color: #5ed8b3;
}

.ip-ecosystem-card h3 {
  margin-top: 28px;
}

.ip-ecosystem-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 424px;
  padding: 38px;
  background:
    radial-gradient(circle at 78% 20%, rgba(24, 211, 155, 0.11), transparent 18rem),
    linear-gradient(145deg, rgba(13, 36, 64, 0.92), rgba(6, 16, 32, 0.9));
  border-color: rgba(47, 125, 255, 0.34);
}

.ip-ecosystem-featured::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(47, 125, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(47, 125, 255, 0.025), 0 0 0 96px rgba(47, 125, 255, 0.018);
  content: "";
}

.ip-ecosystem-featured > [data-ip-icon] {
  width: 52px;
  height: 52px;
  margin-bottom: 54px;
}

.ip-ecosystem-featured small {
  position: relative;
  color: var(--ip-green);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ip-ecosystem-featured h3 {
  font-size: 1.65rem;
}

.ip-ecosystem-featured p {
  max-width: 420px;
  font-size: 0.86rem;
}

.ip-ecosystem-card em {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #83b8ff;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 650;
}

.ip-closing-section {
  padding: 90px 0;
}

.ip-closing-card {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  padding: 48px 56px;
  border: 1px solid rgba(47, 125, 255, 0.3);
  border-radius: 12px;
  background:
    radial-gradient(circle at 83% 20%, rgba(24, 211, 155, 0.12), transparent 17rem),
    linear-gradient(125deg, rgba(12, 37, 70, 0.88), rgba(7, 15, 29, 0.9));
  box-shadow: var(--ip-shadow);
}

.ip-closing-card::after {
  position: absolute;
  right: -110px;
  width: 350px;
  height: 350px;
  border: 1px solid rgba(86, 161, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.ip-closing-card > * {
  position: relative;
  z-index: 1;
}

.ip-closing-card h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.ip-home-footer {
  padding: 48px 0 36px;
  border-top: 1px solid var(--ip-border);
  background: #050811;
}

.ip-home-footer .ip-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

.ip-home-footer p,
.ip-home-footer > .ip-shell > small {
  margin: 0;
  color: #75849a;
  font-size: 0.7rem;
}

.ip-home-footer p {
  text-align: center;
}

/* Movimento progressivo, sem esconder conteúdo quando JS não está disponível. */
.ip-js .ip-home .ip-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ip-js .ip-home .ip-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --ip-shell: min(1120px, calc(100vw - 56px));
  }

  .ip-public-home .ip-navbar,
  .ip-public-home .ip-navbar.scrolled {
    padding-inline: 28px;
  }

  .ip-desktop-nav {
    gap: 22px;
  }

  .ip-hero {
    min-height: 790px;
  }

  .ip-hero-copy h1 {
    font-size: clamp(4.3rem, 8.5vw, 6.2rem);
  }

  .ip-pillar-grid {
    width: calc(var(--ip-shell) * 0.55);
    margin-left: calc((100% - var(--ip-shell)) / 2 + var(--ip-shell) * 0.45);
  }

  .ip-trust-strip article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 18px;
  }

  .ip-trust-strip article > [data-ip-icon] {
    width: 36px;
    height: 36px;
  }

  .ip-card-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  :root {
    --ip-shell: calc(100vw - 40px);
  }

  .ip-public-home .ip-navbar,
  .ip-public-home .ip-navbar.scrolled {
    min-height: 68px;
    padding-inline: 20px;
  }

  .ip-desktop-nav,
  .ip-public-home .ip-theme-toggle,
  .ip-public-home .ip-login-wrap {
    display: none;
  }

  .ip-public-home .ip-public-ecosystem-menu-button {
    display: inline-flex;
  }

  .ip-public-home .ip-menu-button {
    position: relative;
    z-index: 2010;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
  }

  .ip-public-home .ip-menu-button span {
    width: 18px;
    height: 1.5px;
    background: #f3f7ff;
  }

  .ip-public-home .ip-menu-button.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .ip-public-home .ip-menu-button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  .ip-public-home .ip-mobile-menu {
    position: fixed;
    z-index: 2005;
    top: 0;
    right: 0;
    left: auto;
    width: min(86vw, 390px);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 105px 28px 36px;
    border-left: 1px solid var(--ip-border);
    border-radius: 0;
    background: rgba(6, 11, 22, 0.98);
    box-shadow: -24px 0 70px rgba(0, 0, 0, 0.42);
    text-align: left;
    transform: translateX(110%);
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .ip-public-home .ip-mobile-menu.open {
    display: flex;
    transform: translateX(0);
  }

  .ip-mobile-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(137, 173, 225, 0.1);
    list-style: none;
  }

  .ip-public-home .ip-mobile-menu a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 2px;
    color: #dfe7f4;
    font-size: 0.96rem;
    text-decoration: none;
  }

  .ip-public-home .ip-mobile-menu a::after {
    position: static;
    width: auto;
    height: auto;
    background: none;
    color: #55708f;
    content: "↗";
    transform: none;
  }

  .ip-public-home .ip-mobile-menu a.active-link {
    color: var(--ip-green);
  }

  .ip-menu-backdrop {
    position: fixed;
    z-index: 1999;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .ip-menu-open .ip-menu-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .ip-menu-open {
    overflow: hidden;
  }

  .ip-hero {
    min-height: auto;
    padding: 118px 0 50px;
  }

  .ip-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ip-hero-copy {
    max-width: 650px;
  }

  .ip-hero-copy h1 {
    font-size: clamp(4.2rem, 13vw, 6.4rem);
  }

  .ip-hero-visual {
    height: 500px;
    margin-top: -40px;
  }

  .ip-hero-visual img {
    width: 120%;
    transform: translate(-49%, -50%);
  }

  .ip-pillar-grid {
    width: var(--ip-shell);
    margin: -88px auto 0;
  }

  .ip-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ip-trust-strip article:nth-child(3)::before {
    display: none;
  }

  .ip-trust-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--ip-border);
  }

  .ip-about-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

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

  .ip-home-footer .ip-shell {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .ip-home-footer .ip-brand {
    justify-self: center;
  }
}

@media (max-width: 620px) {
  :root {
    --ip-shell: calc(100vw - 28px);
  }

  .ip-brand-mark {
    width: 35px;
    height: 35px;
    font-size: 0.96rem;
  }

  .ip-brand-copy strong {
    font-size: 0.9rem;
  }

  .ip-brand-copy small {
    font-size: 0.48rem;
  }

  .ip-public-home .ip-nav-actions {
    gap: 8px;
  }

  .ip-public-home #navUserBadge .public-account-name,
  .ip-public-home #navUserBadge .public-account-role {
    display: none;
  }

  .ip-hero {
    padding-top: 102px;
  }

  .ip-hero::before {
    background: linear-gradient(180deg, rgba(6, 9, 20, 0.42) 0%, rgba(6, 9, 20, 0.12) 48%, var(--ip-bg) 87%);
  }

  .ip-eyebrow {
    max-width: 290px;
    font-size: 0.61rem;
  }

  .ip-hero-copy h1 {
    margin-top: 13px;
    font-size: clamp(3.75rem, 19vw, 5rem);
    line-height: 0.9;
  }

  .ip-hero-lead {
    max-width: 420px;
    font-size: 0.94rem;
  }

  .ip-hero-note {
    display: none;
  }

  .ip-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 22px;
  }

  .ip-button {
    justify-content: space-between;
  }

  .ip-social-proof {
    display: none;
  }

  .ip-hero-visual {
    height: 360px;
    margin: -10px -14px 0;
    width: calc(100% + 28px);
  }

  .ip-hero-visual img {
    width: 142%;
    transform: translate(-46%, -50%);
  }

  .ip-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: -34px;
  }

  .ip-pillar-card {
    min-height: 104px;
    padding: 13px 8px;
  }

  .ip-card-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 8px;
  }

  .ip-pillar-card h2 {
    font-size: 0.68rem;
  }

  .ip-section,
  .ip-closing-section {
    padding: 78px 0;
  }

  .ip-section-tight {
    padding: 0 0 14px;
  }

  .ip-trust-strip {
    grid-template-columns: 1fr;
  }

  .ip-trust-strip article,
  .ip-trust-strip article:nth-child(n + 3) {
    padding: 19px;
    border-top: 1px solid var(--ip-border);
  }

  .ip-trust-strip article:first-child {
    border-top: 0;
  }

  .ip-trust-strip article + article::before {
    display: none;
  }

  .ip-section-copy h2,
  .ip-section-heading h2,
  .ip-closing-card h2 {
    font-size: clamp(1.8rem, 8.8vw, 2.4rem);
  }

  .ip-impact-grid,
  .ip-card-grid-three,
  .ip-ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .ip-impact-card {
    min-height: 116px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 18px;
  }

  .ip-impact-card > [data-ip-icon] {
    width: 46px;
    height: 46px;
  }

  .ip-feature-card,
  .ip-solution-card {
    min-height: 235px;
    padding: 24px;
  }

  .ip-section-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .ip-section-heading .ip-eyebrow::before {
    display: block;
  }

  .ip-section-heading p {
    margin-left: 0;
  }

  .ip-ecosystem-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 330px;
    padding: 28px;
  }

  .ip-closing-card {
    min-height: 360px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px 26px;
  }

  .ip-closing-card .ip-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ip-public-home *,
  .ip-public-home *::before,
  .ip-public-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .ip-js .ip-home .ip-reveal {
    opacity: 1;
    transform: none;
  }
}
