@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap");
:root {
  --royal: #3b2acb;
  --royal-2: #6c5ce7;
  --gold: #00e5a8;
  --ink: #0b0f1a;
  --bg: #0b0f1a;
  --muted: #a9b7d0;
  --link-color: #00e5a8;
  --text: #eaf2ff;
}
body {
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--text);
  background: radial-gradient(
      1200px 600px at 10% -10%,
      rgba(108, 92, 231, 0.28),
      transparent 60%
    ),
    radial-gradient(
      1000px 500px at 90% 110%,
      rgba(0, 229, 168, 0.18),
      transparent 60%
    ),
    var(--bg);
}
header.s-f819d7dee1ee55de63a8 {
  position: sticky;
  top: 0;
  z-index: 9999;
  backdrop-filter: saturate(1.2) blur(8px);
  background: rgba(11, 15, 26, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
header.s-f819d7dee1ee55de63a8 * {
  overflow: visible;
}
header.s-f819d7dee1ee55de63a8 .s-b3cd584ff1d124ae8f1d,
header.s-f819d7dee1ee55de63a8 .s-9aff325758d6eb4af422 {
  overflow: visible !important;
  height: 100vh !important;
  max-height: none !important;
}
.s-d8e154c69563bce09a2f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}
.s-63acf68c4f951d6412a8 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.s-692b487de2ca24216a14 {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}
.s-17372aab96768df56d25 {
  font-weight: 800;
}
nav.s-9579c21825ff83855299 {
  display: flex;
  align-items: center;
  gap: 24px;
}
nav.s-9579c21825ff83855299 a {
  color: #dce6ff;
  opacity: 0.9;
}
nav.s-9579c21825ff83855299 a:hover {
  opacity: 1;
}
.s-33259e4fb4e4fa7617fc {
  display: flex;
  gap: 12px;
}
.s-212301c593df7a10ee64 {
  cursor: pointer;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
}
.s-bd80ddf7b5d0ce1978be {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e8eeff;
  background: rgba(10, 42, 107, 0.25);
}
.s-7a86b15480e0a870f0b0 {
  display: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(10, 42, 107, 0.35);
}
.s-7a86b15480e0a870f0b0 svg {
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
}
footer.s-a928d4c5751e4352ec16 {
  background: rgba(11, 15, 26, 0.6);
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.s-278578607e140ef0c4de {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  padding: 28px 0;
}
.s-623b8e331687f0d3a7e0 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #c9d6ff;
}
.s-e53f6505fb12a7b7f678 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.s-e53f6505fb12a7b7f678 a {
  color: #e8eeff;
  opacity: 0.85;
}
.s-e53f6505fb12a7b7f678 a:hover {
  opacity: 1;
}
.s-5109b8ed055a6af8a9f4 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
main {
  min-height: 100vh;
  padding: 56px 0;
}
.s-255a762c36cdae2fe950 {
  width: min(100%, var(--container, 1200px));
  margin-inline: auto;
  padding-inline: 24px;
  position: relative;
}
.s-255a762c36cdae2fe950:has(.s-b3cd584ff1d124ae8f1d) {
  overflow: visible;
}
@media (max-width: 980px) {
  nav.s-9579c21825ff83855299 {
    display: none;
  }
  .s-7a86b15480e0a870f0b0 {
    display: block;
  }
  .s-278578607e140ef0c4de {
    grid-template-columns: 1fr;
  }
}
.s-69f1ffba26ae68298f40,
.s-79e0e27271028698cccb {
  background: linear-gradient(135deg, var(--gold), #12f0c0);
  color: #08121f;
  box-shadow: 0 8px 24px rgba(0, 229, 168, 0.35);
}
.s-b150a1aa0a630d6d247c,
.s-2ab0591dbcf5fefdad65 {
  background: linear-gradient(
    180deg,
    rgba(59, 42, 203, 0.38),
    rgba(20, 16, 50, 0.68)
  );
  border-color: rgba(255, 255, 255, 0.06);
}
.s-c51048b7325d60e326d1 {
  border-left-color: var(--gold);
}
.s-12aba2500cd22ad78751 {
  background: #1a1f3a;
}
.s-5ae696a3e7bd84af8577 input:checked + .s-12aba2500cd22ad78751 {
  background: linear-gradient(135deg, var(--gold), #12f0c0);
  border-color: rgba(0, 229, 168, 0.6);
}
.s-20182fbc10716eb197ea {
  padding: 18px 0;
}
.s-3a1268a4e17ff1aae883 {
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 10px;
}
.s-2f2a842e50fa8534db72 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 8px;
}
.s-e4b074a036fcdaa716be {
  color: #a9b4d0;
}
.s-38b62be4bddaa5661c7d {
  margin: 8px 0 0 18px;
}
.s-38b62be4bddaa5661c7d li {
  margin: 6px 0;
}
/* Light theme overrides */
:root {
  --bg: #ffffff;
  --text: #0f1623;
  --muted: #4b5565;
}
body {
  color: var(--text);
  background: radial-gradient(
      1000px 500px at 90% 110%,
      rgba(0, 229, 168, 0.08),
      transparent 60%
    ),
    radial-gradient(
      1200px 600px at 10% -10%,
      rgba(108, 92, 231, 0.06),
      transparent 60%
    ),
    var(--bg);
}
header.s-f819d7dee1ee55de63a8 {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
footer.s-a928d4c5751e4352ec16 {
  background: rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.s-9aff325758d6eb4af422 {
  background: #fff !important;
  background-color: #fff !important;
  color: var(--text);
}
.s-b150a1aa0a630d6d247c,
.s-2ab0591dbcf5fefdad65 {
  background: linear-gradient(180deg, #fff, #f7f9ff);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.s-8cb33b2754e53feca4f7 {
  color: #2b3345;
}
.s-e4b074a036fcdaa716be {
  color: var(--muted);
}
/* Cookie banner */
.s-4499cee990910fd5ef01,
.s-d62d3a4c8b58700e803d {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.s-12aba2500cd22ad78751 {
  background: #e5e7eb;
}
.s-12aba2500cd22ad78751:before {
  background: #fff;
}

/* Cookie banner styles */
.s-db2fa22612091bd69f80 {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 100000;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: var(--text);
}
.s-db2fa22612091bd69f80[hidden] {
  display: none !important;
}
.s-4499cee990910fd5ef01 {
  background: linear-gradient(180deg, rgba(10, 42, 107, 0.92), rgba(10, 23, 56, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  backdrop-filter: saturate(1.2) blur(6px);
  width: min(100vw - 20px, 380px);
  box-shadow: 0 14px 36px rgba(10, 42, 107, 0.35);
  padding: 14px;
}
.s-08752a0d3b8858c3a259 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.s-77d53e8a568d11f1be30 {
  font-weight: 800;
  margin: 0 0 4px;
  font-size: 0.98rem;
  line-height: 1.2;
}
.s-b87ce0e10bde9ce84d95 {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.s-81670456322ce213f1a8 {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 0.6rem 0.95rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.s-69f1ffba26ae68298f40 {
  background: linear-gradient(135deg, var(--gold), #12f0c0);
  color: #08121f;
}
.s-cbbc3a7c3288c1ad985f {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text);
}

.footer-company-info {
  margin-top: 16px;
  display: grid;
  gap: 8px;
}
.footer-company-info p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.footer-company-info p strong {
  color: var(--text);
  font-weight: 700;
}
.footer-company-info a {
  color: var(--royal);
  text-decoration: none;
}
.footer-company-info a:hover {
  text-decoration: underline;
}

/* Mobile menu styles */
.s-b3cd584ff1d124ae8f1d {
  position: fixed !important;
  inset: 0 !important;
  background: #0B0F1A !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  display: none;
  z-index: 999999 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.s-b3cd584ff1d124ae8f1d[aria-hidden="false"] {
  display: block !important;
  opacity: 1 !important;
  background: #0B0F1A !important;
}
.s-b3cd584ff1d124ae8f1d,
.s-b3cd584ff1d124ae8f1d *,
.s-b3cd584ff1d124ae8f1d::before,
.s-b3cd584ff1d124ae8f1d::after {
  background-color: #0B0F1A !important;
  background: #0B0F1A !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.s-9aff325758d6eb4af422 {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(86%, 400px);
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.3);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  z-index: 1000000 !important;
  margin: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.s-9aff325758d6eb4af422,
.s-9aff325758d6eb4af422 *,
.s-9aff325758d6eb4af422::before,
.s-9aff325758d6eb4af422::after {
  opacity: 1 !important;
  visibility: visible !important;
}
.s-9aff325758d6eb4af422 a {
  padding: 16px 18px;
  border-radius: 14px;
  background: #f5f5f5 !important;
  color: var(--text) !important;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
  border: 1px solid #e0e0e0 !important;
  text-decoration: none;
  opacity: 1 !important;
}
.s-9aff325758d6eb4af422 a:hover,
.s-9aff325758d6eb4af422 a:focus {
  background: #e8e8ff !important;
  border-color: #6C5CE7 !important;
  color: var(--royal-2) !important;
  transform: translateX(-3px);
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.15);
  opacity: 1 !important;
}
.s-599cbe12422e3034028e {
  align-self: flex-end;
  margin-bottom: 12px;
}
.s-599cbe12422e3034028e button {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #d0d0d0 !important;
  background: #f5f5f5 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: grid;
  place-items: center;
  opacity: 1 !important;
}
.s-599cbe12422e3034028e button:hover {
  background: #e8e8ff !important;
  border-color: #6C5CE7 !important;
  transform: scale(1.05);
  opacity: 1 !important;
}
