:root {
  --latixo-navy: #061d31;
  --latixo-navy-deep: #041725;
  --latixo-ink: #102a43;
  --latixo-muted: #657b8f;
  --latixo-line: #dbe5ec;
  --latixo-soft: #f4f8fa;
  --latixo-lime: #b8f53c;
  --latixo-white: #ffffff;
  --latixo-max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--latixo-soft);
  color: var(--latixo-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
svg { display: block; }

.latixo-skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--latixo-white);
  color: var(--latixo-navy);
  font-weight: 700;
  text-decoration: none;
}
.latixo-skip-link:focus { transform: translateY(0); }

.latixo-site-shell { min-height: 100vh; overflow: clip; }

/* Header: mirrors the Latixo V1.10 production visual language. */
.site-header {
  position: relative;
  isolation: isolate;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--latixo-max), calc(100% - 40px));
  height: 76px;
  margin: 16px auto 0;
  padding: 0 28px;
  border: 1px solid rgba(145, 181, 204, .16);
  border-radius: 16px;
  background: rgba(5, 25, 43, .96);
  color: var(--latixo-white);
}
.site-header::before {
  position: absolute;
  z-index: -1;
  top: -16px;
  bottom: -18px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--latixo-navy);
  content: "";
}
.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(184, 245, 60, .26);
  border-radius: 11px;
  background: rgba(184, 245, 60, .09);
  color: var(--latixo-lime);
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-width: 0;
}
.site-header nav a,
.nav-placeholder {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 650;
}
.site-header nav a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  transition: color .16s ease;
}
.site-header nav a:first-child { color: var(--latixo-lime); }
.site-header nav a:hover,
.site-header nav a:focus-visible { color: var(--latixo-white); }
.nav-placeholder { color: #91a4b5; cursor: default; }
.nav-placeholder small {
  margin-left: 4px;
  padding: 2px 6px;
  border: 1px solid rgba(184, 245, 60, .42);
  border-radius: 999px;
  color: var(--latixo-lime);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.node-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(145,181,204,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}
.node-pill > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--latixo-lime);
  box-shadow: 0 0 0 4px rgba(184,245,60,.10);
}

/* Generic content container for new static SEO pages. */
.latixo-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 96px;
}
.latixo-page-narrow { max-width: 860px; }

/* Footer: keeps the current compact Latixo footer structure, full-width. */
.latixo-footer {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto auto;
  align-items: center;
  column-gap: clamp(24px, 3vw, 48px);
  row-gap: 16px;
  width: 100%;
  margin: 0;
  padding: 30px clamp(24px, 4vw, 72px);
  border-top: 1px solid rgba(219,229,236,.75);
  background: var(--latixo-white);
  color: var(--latixo-ink);
}
.latixo-footer .brand { font-size: 19px; }
.latixo-footer .brand-mark {
  width: 34px;
  height: 34px;
  border-color: rgba(6,29,49,.12);
  background: var(--latixo-soft);
  color: var(--latixo-navy);
}
.latixo-footer > p {
  max-width: 360px;
  margin: 0;
  color: var(--latixo-muted);
  font-size: 13px;
}
.latixo-footer .footer-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px 20px;
  white-space: nowrap;
}
.latixo-footer .footer-links a {
  color: inherit;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.latixo-footer .footer-links a:hover,
.latixo-footer .footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.latixo-footer > span:last-child {
  justify-self: end;
  color: var(--latixo-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid rgba(184,245,60,.75);
  outline-offset: 3px;
}

@media (max-width: 1200px) and (min-width: 821px) {
  .site-header {
    width: min(100% - 28px, 1000px);
    padding: 0 20px;
  }
  .node-pill { font-size: 10px; }
  .latixo-footer {
    grid-template-columns: auto minmax(180px, 1fr) auto;
  }
  .latixo-footer .footer-links { justify-self: end; }
  .latixo-footer > span:last-child {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 820px) {
  .site-header {
    width: min(100% - 28px, 760px);
    height: 68px;
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 13px;
  }
  .site-header::before {
    top: -10px;
    bottom: -16px;
  }
  .site-header nav { display: none; }
  .node-pill { font-size: 10px; }
  .latixo-page {
    width: min(100% - 28px, 760px);
    padding: 62px 0 74px;
  }
  .latixo-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding: 28px 22px;
  }
  .latixo-footer .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }
  .latixo-footer > span:last-child {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .site-header {
    width: calc(100% - 20px);
    padding: 0 14px;
  }
  .site-header .brand { font-size: 20px; }
  .site-header .brand-mark { width: 33px; height: 33px; }
  .node-pill {
    max-width: 48vw;
    overflow: hidden;
    padding: 7px 9px;
    text-overflow: ellipsis;
  }
}

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