html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #f3f4f6;
  background:
    radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.16), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(251, 191, 36, 0.08), transparent 20%),
    linear-gradient(180deg, #090d13 0%, #0d1218 48%, #10151d 100%);
  font-family: "Sora", sans-serif;
}
.shell { width: min(1440px, calc(100% - 42px)); margin: 0 auto; }
.topbar, .footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
}
.topbar { justify-content: flex-start; }
.footer {
  justify-content: flex-start;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  padding-top: 30px;
  padding-bottom: 42px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
}
.brand img,
.footer-brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}
.brand strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.brand small,
.nav,
.kicker,
.footer {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-left: 72px;
  align-items: center;
}
.nav a,
.footer a {
  color: inherit;
  text-decoration: none;
  opacity: 0.72;
}
.nav a:hover,
.footer a:hover { opacity: 1; }
.nav-whatsapp,
.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #34d058;
  opacity: 1;
  transition: opacity .2s ease, transform .2s ease;
}
.nav-whatsapp svg,
.nav-whatsapp svg path,
.footer-whatsapp svg,
.footer-whatsapp svg path {
  fill: #34d058;
}
.nav-whatsapp:hover,
.footer-whatsapp:hover {
  opacity: 1;
  transform: scale(1.06);
}

.hero {
  padding: 46px 0 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 520px);
  gap: 34px;
  align-items: stretch;
}
.kicker {
  margin: 0 0 18px;
  color: rgba(243, 244, 246, 0.56);
  font-size: .86rem;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: .92;
  letter-spacing: -.08em;
  max-width: 11ch;
}
.lede {
  max-width: 60ch;
  margin: 22px 0 0;
  line-height: 1.9;
  color: rgba(243, 244, 246, 0.78);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.hero-stats div,
.card,
.motor-card,
.process-card,
.trust-panel,
.trust-item {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.hero-stats div {
  padding: 18px;
  min-height: 116px;
}
.hero-stats strong {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -.04em;
}
.hero-stats span {
  display: block;
  margin-top: 12px;
  line-height: 1.55;
  color: rgba(243, 244, 246, 0.68);
}

.hero-stage {
  position: relative;
  min-height: 620px;
}
.screen-stack {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(6, 182, 212, 0.1), rgba(15, 23, 42, 0.86));
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.38);
}
.screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .7s ease, transform .7s ease;
}
.screen.is-active {
  opacity: 1;
  transform: scale(1);
}
.screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.screen-frame,
.radar-panel,
.index-panel {
  position: absolute;
  border-radius: 24px;
  background: #111923;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.radar-core {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #06111b, #0a1f2d);
  overflow: hidden;
  box-shadow: none;
}
.radar-core::before,
.radar-core::after {
  content: "";
  position: absolute;
  inset: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.radar-core::before { width: 46%; height: 46%; }
.radar-core::after { width: 82%; height: 82%; }
.radar-sweep {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: conic-gradient(from 18deg, transparent 0deg 312deg, rgba(56, 189, 248, 0.74) 344deg, transparent 360deg);
  animation: spin 7s linear infinite;
  filter: blur(6px);
}
.radar-node {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f8fafc;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.22);
}
.radar-node.a { left: 26%; top: 34%; }
.radar-node.b { right: 22%; top: 48%; background: #38bdf8; }
.radar-node.c { left: 44%; bottom: 20%; background: #f59e0b; }
.radar-panel {
  inset: 0;
  border-radius: 0;
  padding: 28px;
  background: #121821;
}
.radar-graph {
  height: 58%;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(56, 189, 248, 0.18), rgba(56, 189, 248, 0)),
    linear-gradient(135deg, transparent 8%, rgba(255,255,255,.9) 8% 10%, transparent 10% 20%, rgba(255,255,255,.9) 20% 22%, transparent 22% 34%, rgba(255,255,255,.9) 34% 36%, transparent 36% 48%, rgba(255,255,255,.9) 48% 50%, transparent 50%);
}
.radar-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.radar-metrics span {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  padding: 14px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 244, 246, 0.82);
}
.index-panel.stack {
  inset: 0;
  border-radius: 0;
  padding: 24px;
  display: grid;
  gap: 12px;
  background: #111922;
}
.index-panel.stack span {
  border-radius: 14px;
  background: rgba(191, 219, 254, 0.16);
}
.index-panel.stack span.bad { background: rgba(254, 202, 202, 0.72); }
.index-panel.route {
  inset: 0;
  border-radius: 0;
  background: #121922;
  padding: 28px;
}
.index-line {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f3f4f6, #f43f5e, #38bdf8);
  margin-bottom: 18px;
}
.index-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.index-tags span {
  border-radius: 999px;
  padding: 12px 14px;
  background: rgba(255,255,255,.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(243,244,246,.84);
}
.index-tags span.bad {
  background: #f43f5e;
  color: #fff;
}
.mist {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 30%, rgba(255,255,255,0.18), transparent 18%),
    radial-gradient(circle at 80% 76%, rgba(255,255,255,0.12), transparent 20%),
    radial-gradient(circle at 65% 18%, rgba(255,255,255,0.08), transparent 14%);
  mix-blend-mode: screen;
  opacity: .72;
  animation: mistFloat 9s ease-in-out infinite alternate;
}

.section { padding: 34px 0; }
.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.card {
  padding: 26px;
}
.eyebrow {
  margin: 0 0 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(147, 197, 253, 0.92);
}
.card h2,
.section-head h2,
.trust-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .98;
  letter-spacing: -.06em;
}
.card p,
.trust-copy p,
.motor-card p,
.process-card p {
  margin: 0;
  color: rgba(243, 244, 246, 0.74);
  line-height: 1.85;
}

.section-head {
  max-width: 880px;
  margin-bottom: 18px;
}
.motor-group {
  margin-top: 26px;
}
.motor-group h3,
.process-card h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  letter-spacing: -.03em;
}
.motor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.motor-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 22px;
}
.motor-card span {
  font-family: "Sora", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: .9;
  color: #f8fafc;
}
.motor-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  letter-spacing: .02em;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.process-card {
  padding: 22px;
  min-height: 220px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 18px;
  align-items: stretch;
}
.trust-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  overflow: hidden;
}
.trust-item {
  padding: 24px;
  min-height: 132px;
}
.trust-item strong {
  display: block;
  margin-bottom: 12px;
  font-size: .84rem;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(147, 197, 253, 0.92);
}
.trust-item span,
.trust-item a {
  color: #f3f4f6;
  text-decoration: none;
  line-height: 1.8;
  opacity: .86;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.footer-links {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-block a {
  white-space: nowrap;
}
.footer-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-divider {
  align-self: stretch;
  width: 1px;
  min-height: 100%;
  background: rgba(243, 244, 246, 0.26);
  color: transparent;
  font-size: 0;
  line-height: 0;
  flex: 0 0 1px;
}

@keyframes mistFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-18px, 10px, 0) scale(1.04); }
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
