:root {
  --bg: #071019;
  --panel: #111b29;
  --panel-soft: #202633;
  --accent: #0ff4d8;
  --cta: #ff2cb9;
  --heading: #f7f9fc;
  --text: #f7f9fc;
  --muted: #aab4c2;
  --line: rgba(15, 244, 216, 0.16);
  --max: 1280px;
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 0, rgba(255, 44, 185, 0.12), transparent 34%),
    linear-gradient(180deg, #071019, #111b29 50%, #071019);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  line-height: 1.68;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
.spx-55fdaf4a0b95 {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 16, 25, 0.97);
  border-bottom: 1px solid rgba(185, 191, 211, 0.1);
  backdrop-filter: blur(12px);
}
.spx-182e1650fa87 {
  width: min(100% - 36px, var(--max));
  min-height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.spx-d320c1708183 {
  flex: 0 0 auto;
}
.spx-d320c1708183 img {
  width: 181px;
}
.spx-ba86a6d56329 {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex: 1;
}
.spx-ba86a6d56329 a,
.spx-011761c8cce0 a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.spx-ba86a6d56329 a {
  padding: 9px 11px;
  border-radius: 10px;
}
.spx-ba86a6d56329 a:hover,
.spx-011761c8cce0 a:hover {
  color: var(--accent);
  background: rgba(15, 244, 216, 0.06);
}
.spx-e5c85bb83876 {
  display: flex;
  gap: 10px;
}
.spx-6b9551f8d3ab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #071019;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 9px 24px rgba(15, 244, 216, 0.16);
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.spx-6b9551f8d3ab:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 244, 216, 0.26);
}
.spx-8fc3e195cc05 {
  background: var(--cta);
  color: #f7f9fc;
  box-shadow: none;
}
.spx-0bba12dde96c {
  width: 100%;
}
.spx-13140bfe7c84 {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(185, 191, 211, 0.16);
  border-radius: 10px;
  color: #f7f9fc;
  background: var(--panel-soft);
}
.spx-13140bfe7c84 span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}
.spx-ab0f15ff7c3d {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.spx-ab0f15ff7c3d::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
}
.spx-ab0f15ff7c3d::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(7, 16, 25, 1) 5%,
    rgba(7, 16, 25, 0.96) 47%,
    rgba(7, 16, 25, 0.08)
  );
}
.spx-abdca9495fac {
  width: min(100% - 40px, var(--max));
  min-height: 430px;
  margin: auto;
  display: grid;
  align-items: center;
}
.spx-abdca9495fac > div {
  max-width: 650px;
  padding: 60px 0;
}
.spx-4135ce4cf838 {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 0 0 18px;
  line-height: 1.16;
}
h1 {
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: -0.04em;
}
.spx-ab0f15ff7c3d p {
  max-width: 610px;
  margin: 0 0 28px;
  color: #d8dee8;
  font-size: 19px;
}
.spx-c3d28fbe198d {
  padding: 58px 20px 72px;
}
.spx-97d3cc641054 {
  width: 100%;
  max-width: var(--max);
  margin: auto;
}
.spx-e0ef937597a1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}
.spx-b6f5dbcc30e6,
.spx-005d5076cbef {
  border: 1px solid rgba(185, 191, 211, 0.1);
  border-radius: var(--radius);
  background: #111b29;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}
.spx-b6f5dbcc30e6 {
  min-width: 0;
  padding: clamp(22px, 4vw, 42px);
}
.spx-b6f5dbcc30e6 p {
  margin: 0 0 19px;
  color: #d8dee8;
}
.spx-b6f5dbcc30e6 strong {
  color: #f7f9fc;
}
.spx-b6f5dbcc30e6 h2 {
  scroll-margin-top: 92px;
  margin-top: 42px;
  color: var(--accent);
  font-size: clamp(26px, 3vw, 34px);
}
.spx-b6f5dbcc30e6 h3 {
  margin-top: 29px;
  color: var(--heading);
  font-size: 22px;
}
.spx-b6f5dbcc30e6 ul,
.spx-b6f5dbcc30e6 ol {
  margin: 0 0 24px;
  padding-left: 24px;
  color: #d8dee8;
}
.spx-b6f5dbcc30e6 li {
  margin: 8px 0;
}
.spx-b6f5dbcc30e6 table {
  display: block;
  width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border-collapse: collapse;
  border-radius: 12px;
}
.spx-b6f5dbcc30e6 table {
  display: table;
}
.spx-bbdb6fbda311 {
  overflow-x: auto;
  margin: 26px 0;
}
.spx-bbdb6fbda311 table {
  margin: 0;
  min-width: 540px;
}
.spx-b6f5dbcc30e6 th,
.spx-b6f5dbcc30e6 td {
  padding: 13px 14px;
  border: 1px solid rgba(185, 191, 211, 0.12);
  text-align: left;
  vertical-align: top;
}
.spx-b6f5dbcc30e6 th {
  color: var(--accent);
  background: #202633;
}
.spx-b6f5dbcc30e6 tr:nth-child(even) td {
  background: rgba(15, 244, 216, 0.025);
}
.spx-9a585b88726b {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.spx-9a585b88726b span {
  padding: 7px 11px;
  border: 1px solid rgba(185, 191, 211, 0.1);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 13px;
}
.spx-acfb9876da99 {
  margin: 38px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(185, 191, 211, 0.1);
}
.spx-cf3cca5cf942 {
  margin: 24px 0 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0b1520;
}
.spx-cf3cca5cf942 img {
  width: 100%;
  height: auto;
}
.spx-cf3cca5cf942 figcaption {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 13px;
}
.spx-2b99b9029dac {
  position: sticky;
  top: 92px;
}
.spx-005d5076cbef {
  padding: 20px;
}
.spx-005d5076cbef > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 19px;
}
.spx-f84fc024d058 {
  display: grid;
  gap: 6px;
  max-height: 62vh;
  margin-bottom: 18px;
  overflow: auto;
}
.spx-f84fc024d058 a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}
.spx-f84fc024d058 a:hover {
  color: #f7f9fc;
  background: rgba(15, 244, 216, 0.08);
}
.spx-a2f4e9ef06dd {
  border-top: 1px solid var(--line);
  background: #0b1520;
}
.spx-07405a8e30f0 {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 1.25fr;
  gap: 30px;
  padding: 42px 20px;
}
.spx-07405a8e30f0 p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.spx-0c9809dc87b8 {
  width: 181px;
  margin-bottom: 18px;
}
.spx-13a6534974b8 {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 900;
}
.spx-011761c8cce0 {
  display: grid;
  gap: 8px;
}
.spx-2d65137e32d2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
  margin-top: 6px;
  border: 1px solid rgba(185, 191, 211, 0.16);
  border-radius: 8px;
  background: rgba(15, 244, 216, 0.06);
  font-size: 24px !important;
  line-height: 1;
}
.spx-2d65137e32d2:hover {
  border-color: var(--accent);
  background: rgba(15, 244, 216, 0.1) !important;
}
.spx-1b178e7cd0a9 {
  padding: 18px 20px;
  border-top: 1px solid rgba(185, 191, 211, 0.08);
}
.spx-1b178e7cd0a9 .spx-97d3cc641054 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 1050px) {
  .spx-182e1650fa87 {
    flex-wrap: wrap;
    padding: 11px 0;
  }
  .spx-ba86a6d56329 {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .spx-e0ef937597a1,
  .spx-07405a8e30f0 {
    grid-template-columns: 1fr;
  }
  .spx-2b99b9029dac {
    position: static;
  }
}
@media (max-width: 720px) {
  .spx-13140bfe7c84 {
    display: block;
  }
  .spx-ba86a6d56329 {
    display: none;
  }
  .spx-ba86a6d56329.spx-cd567435bedd {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .spx-e5c85bb83876 {
    flex-basis: 100%;
  }
  .spx-e5c85bb83876 .spx-6b9551f8d3ab {
    flex: 1;
  }
  .spx-abdca9495fac {
    min-height: 380px;
  }
  .spx-ab0f15ff7c3d::after {
    background: rgba(7, 16, 25, 0.94);
  }
  .spx-c3d28fbe198d {
    padding: 32px 14px 54px;
  }
  .spx-b6f5dbcc30e6 {
    padding: 21px 16px;
  }
  .spx-1b178e7cd0a9 .spx-97d3cc641054 {
    flex-direction: column;
  }
}

.spx-d320c1708183 img {
  width: 142px;
}
.spx-0c9809dc87b8 {
  width: 160px;
}
.spx-6b9551f8d3ab {
  background: var(--accent);
  color: #071019;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(15, 244, 216, 0.16);
}
.spx-8fc3e195cc05 {
  color: var(--accent);
  background: transparent;
  border: 1px solid var(--accent);
  box-shadow: none;
}
.spx-ba86a6d56329 a[aria-current='page'] {
  color: var(--accent);
  background: rgba(15, 244, 216, 0.08);
}
.spx-0e8d5057389b {
  position: fixed;
  left: 16px;
  top: -100px;
  padding: 12px 20px;
  background: var(--accent);
  color: var(--bg);
  z-index: 50;
}
.spx-0e8d5057389b:focus {
  top: 10px;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.spx-b6f5dbcc30e6 h3 {
  scroll-margin-top: 150px;
}
@media (min-width: 1051px) {
  .spx-182e1650fa87 {
    gap: 16px;
  }
  .spx-ba86a6d56329 a {
    padding: 9px 8px;
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .spx-b6f5dbcc30e6 h2,
  .spx-b6f5dbcc30e6 h3 {
    scroll-margin-top: 165px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .spx-6b9551f8d3ab {
    transition: none;
  }
}
.spx-e0ef937597a1 > div {
  min-width: 0;
}

/* Spinalto palette and layout based on the supplied brand assets. */
.spx-182e1650fa87 {
  flex-wrap: wrap;
  gap: 16px;
  padding: 12px 0;
}
.spx-d320c1708183 img {
  width: 76px;
}
.spx-e5c85bb83876 {
  margin-left: auto;
}
.spx-ba86a6d56329 {
  order: 3;
  flex-basis: 100%;
  justify-content: center;
}
.spx-ba86a6d56329 a {
  font-size: 13px;
}
.spx-6b9551f8d3ab {
  border-radius: 999px;
  box-shadow: none;
}
.spx-8fc3e195cc05 {
  background: transparent;
  color: #f7f9fc;
  border-color: rgba(170, 180, 194, 0.65);
}
.spx-abdca9495fac {
  min-height: 400px;
}
.spx-abdca9495fac > div {
  max-width: 660px;
}
.spx-ab0f15ff7c3d::before {
  background-position: right center;
}
.spx-ab0f15ff7c3d::after {
  background: linear-gradient(
    90deg,
    #071019 0%,
    rgba(7, 16, 25, 0.97) 36%,
    rgba(7, 16, 25, 0.46) 72%,
    rgba(7, 16, 25, 0.08)
  );
}
.spx-ab0f15ff7c3d p {
  color: #d8dee8;
}
h1 {
  font-size: clamp(36px, 4.8vw, 62px);
  overflow-wrap: anywhere;
}
.spx-b6f5dbcc30e6 h2,
.spx-b6f5dbcc30e6 h3 {
  scroll-margin-top: 160px;
}
.spx-2b99b9029dac {
  top: 150px;
}
.spx-cf3cca5cf942 {
  background: #071019;
}
.spx-cf3cca5cf942 img {
  max-height: 620px;
  object-fit: contain;
}
.spx-cf3cca5cf942 a {
  display: block;
}
.spx-0c9809dc87b8 {
  width: 90px;
}
.spx-f84fc024d058 {
  max-height: 55vh;
}
.spx-0e8d5057389b {
  color: #071019;
}
.spx-bbdb6fbda311 {
  border-radius: 12px;
}
@media (max-width: 1050px) {
  .spx-ba86a6d56329 {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .spx-f84fc024d058 {
    max-height: 200px;
  }
}
@media (max-width: 720px) {
  .spx-ba86a6d56329 {
    order: 3;
  }
  .spx-e5c85bb83876 {
    order: 2;
    margin: 0;
  }
  .spx-abdca9495fac {
    min-height: 340px;
  }
  .spx-abdca9495fac > div {
    padding: 42px 0;
  }
  .spx-ab0f15ff7c3d::after {
    background: rgba(7, 16, 25, 0.94);
  }
  .spx-55fdaf4a0b95:has(.spx-cd567435bedd) {
    max-height: 100dvh;
    overflow-y: auto;
  }
  .spx-b6f5dbcc30e6 h2 {
    font-size: 26px;
    overflow-wrap: anywhere;
  }
}

/* Keep the full desktop navigation aligned with the logo and account buttons. */
@media (min-width: 1200px) {
  .spx-182e1650fa87 {
    flex-wrap: nowrap;
  }
  .spx-ba86a6d56329 {
    order: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 2px;
  }
  .spx-ba86a6d56329 a {
    white-space: nowrap;
    padding: 9px 6px;
  }
  .spx-e5c85bb83876 {
    flex-shrink: 0;
    margin-left: 0;
  }
  .spx-e5c85bb83876 .spx-6b9551f8d3ab {
    padding: 11px 16px;
    font-size: 14px;
  }
  .spx-2b99b9029dac {
    top: 96px;
  }
  .spx-b6f5dbcc30e6 h2,
  .spx-b6f5dbcc30e6 h3 {
    scroll-margin-top: 110px;
  }
}
/* Use the menu toggle where all eight links no longer fit comfortably. */
@media (min-width: 721px) and (max-width: 1199px) {
  .spx-13140bfe7c84 {
    display: block;
  }
  .spx-ba86a6d56329 {
    display: none;
  }
  .spx-ba86a6d56329.spx-cd567435bedd {
    display: flex;
    flex-wrap: wrap;
  }
  .spx-e5c85bb83876 {
    margin-left: 0;
  }
}

/* Service pages and compact legal links in the footer. */
.spx-31b53a37dfd5 {
  max-width: 960px;
}
.spx-31b53a37dfd5 h1 {
  font-size: clamp(30px, 4vw, 48px);
  margin-bottom: 28px;
}
.spx-6921e12972c7 {
  color: var(--accent) !important;
  font-weight: 750;
}
.spx-4ab024f48010 {
  padding: 16px 20px;
  border-left: 3px solid var(--accent);
  background: var(--panel-soft);
  border-radius: 0 10px 10px 0;
}
.spx-fbdf717da475 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}
.spx-fbdf717da475 a {
  text-underline-offset: 4px;
}
.spx-fbdf717da475 a:hover,
.spx-fbdf717da475 a[aria-current='page'] {
  color: var(--accent);
}
.spx-1b178e7cd0a9 .spx-97d3cc641054 {
  flex-wrap: wrap;
}

/* Brand asset proportions and accessible Spinalto controls. */
.spx-d320c1708183 img, .spx-0c9809dc87b8 { width: 126px; height: auto; }
.spx-6b9551f8d3ab { background: #0ff4d8; color: #071019; }
.spx-8fc3e195cc05 { background: transparent; border-color: rgba(170, 180, 194, 0.65); color: #f7f9fc; }
.spx-13140bfe7c84 { color: #f7f9fc; }
.spx-0e8d5057389b { color: #071019; }

/* Spinalto wordmark, matching the supplied logo. */
.spx-d320c1708183,
.spx-0c9809dc87b8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  flex-shrink: 0;
  text-decoration: none;
}
.spx-d320c1708183 img,
.spx-0c9809dc87b8 img {
  width: 128px;
  height: auto;
}
