.quix-terms-page {
  background: linear-gradient(180deg, #eefcfc 0, #f7fbfc 360px, #f7fbfc 100%);
  color: #13233a;
  min-height: 100vh;
  overflow-x: clip;
  padding: 132px 0 80px;
}

.quix-terms-shell {
  margin: 0 auto;
  width: min(1180px, calc(100% - 40px));
}

.quix-terms-hero {
  padding: 0 0 42px;
  position: relative;
}

.quix-terms-hero::before {
  background: radial-gradient(circle, rgba(0, 231, 228, 0.24), rgba(0, 231, 228, 0) 68%);
  border-radius: 50%;
  content: "";
  height: 390px;
  pointer-events: none;
  position: absolute;
  right: -170px;
  top: -170px;
  width: 390px;
}

.quix-terms-hero::after {
  background: linear-gradient(90deg, #00e7e4, #2d388a, rgba(45, 56, 138, 0));
  border-radius: 999px;
  bottom: 18px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: min(560px, 72vw);
}

.quix-terms-kicker {
  align-items: center;
  background: #dffafa;
  border-radius: 999px;
  color: #2d388a;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  min-height: 30px;
  padding: 6px 11px;
  text-transform: uppercase;
}

.quix-terms-hero h1 {
  color: #13233a;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 15px 0 14px;
  max-width: 820px;
}

.quix-terms-hero h1 span {
  color: #2d388a;
}

.quix-terms-hero > p {
  color: #556273;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 760px;
}

.quix-terms-country-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quix-terms-country-shortcuts a {
  background: #fff;
  border: 1px solid rgba(19, 35, 58, 0.12);
  border-radius: 14px;
  color: #13233a;
  display: grid;
  gap: 2px;
  min-width: 190px;
  padding: 11px 14px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.quix-terms-country-shortcuts a:hover,
.quix-terms-country-shortcuts a:focus-visible {
  border-color: rgba(45, 56, 138, 0.42);
  box-shadow: 0 10px 24px rgba(19, 35, 58, 0.08);
  transform: translateY(-1px);
}

.quix-terms-country-shortcuts span {
  font-size: 14px;
  font-weight: 850;
}

.quix-terms-country-shortcuts small {
  color: #667386;
  font-size: 11px;
}

.quix-terms-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 245px minmax(0, 1fr);
}

.quix-terms-toc {
  background: #fff;
  border: 1px solid rgba(19, 35, 58, 0.1);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(19, 35, 58, 0.07);
  max-height: calc(100vh - 142px);
  overflow: auto;
  padding: 14px;
  position: sticky;
  top: 118px;
}

.quix-terms-toc > p {
  color: #667386;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.quix-terms-toc a {
  border-radius: 10px;
  color: #27364b;
  display: grid;
  gap: 2px;
  padding: 10px;
  text-decoration: none;
}

.quix-terms-toc a:hover,
.quix-terms-toc a:focus-visible {
  background: #eefbfb;
  color: #13233a;
}

.quix-terms-toc a span {
  font-size: 14px;
  font-weight: 800;
}

.quix-terms-toc a small {
  color: #6d798b;
  font-size: 11px;
  line-height: 1.35;
}

.quix-terms-documents {
  display: grid;
  gap: 34px;
  min-width: 0;
}

.quix-terms-country-section {
  min-width: 0;
  position: relative;
}

.quix-terms-country-anchor {
  display: block;
  height: 0;
  position: absolute;
  top: -112px;
  visibility: hidden;
}

.quix-terms-country {
  background: #fff;
  border: 1px solid rgba(19, 35, 58, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(19, 35, 58, 0.07);
  min-width: 0;
  overflow: hidden;
}

.quix-terms-country-header {
  align-items: start;
  background: linear-gradient(135deg, #13233a, #253b5d);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 28px 30px;
}

.quix-terms-country-number {
  align-items: center;
  background: #00e7e4;
  border-radius: 12px;
  color: #10243d;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 44px;
}

.quix-terms-country-label {
  color: #b9c8d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.quix-terms-country-header h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: -0.015em;
  line-height: 1.06;
  margin: 0;
}

.quix-terms-country-entity,
.quix-terms-country-jurisdiction {
  margin: 0;
}

.quix-terms-country-entity {
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  margin-top: 8px;
}

.quix-terms-country-jurisdiction {
  color: #b9c8d9;
  font-size: 13px;
  margin-top: 3px;
}

.quix-terms-source-content {
  color: #344359;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.72;
  padding: 38px 42px 30px;
}

.quix-terms-source-content > p {
  margin: 0 0 18px;
}

.quix-terms-source-content strong {
  color: #1a2a41;
  font-weight: 700;
}

.quix-terms-source-content em {
  font-style: italic;
}

.quix-terms-source-content u {
  text-underline-offset: 2px;
}

.quix-terms-source-title {
  color: #13233a;
  font-family: inherit;
  font-size: 21px;
  letter-spacing: 0.015em;
  line-height: 1.3;
  margin: 4px auto 30px !important;
  max-width: 720px;
  text-align: center;
}

.quix-terms-source-heading,
.quix-terms-source-subheading,
.quix-terms-source-annex {
  color: #13233a;
  font-family: inherit;
  scroll-margin-top: 128px;
}

.quix-terms-source-heading {
  border-top: 1px solid rgba(19, 35, 58, 0.1);
  font-size: 21px;
  line-height: 1.3;
  margin: 34px 0 14px;
  padding-top: 22px;
}

.quix-terms-source-subheading {
  font-size: 17px;
  line-height: 1.4;
  margin: 24px 0 10px;
}

.quix-terms-source-annex {
  background: #eefbfb;
  border-left: 4px solid #00c9c5;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1.35;
  margin: 44px 0 24px;
  padding: 18px 20px;
}

.quix-terms-source-bullet {
  padding-left: 24px;
  text-indent: -18px;
}

.quix-terms-source-formula {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 26px 0;
}

.quix-terms-source-formula img {
  height: auto;
  max-width: 100%;
  width: 238px;
}

.quix-terms-source-table-wrap {
  margin: 24px 0 30px;
  max-width: 100%;
  overflow-x: auto;
}

.quix-terms-source-content table {
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  min-width: 620px;
  width: 100%;
}

.quix-terms-source-content th,
.quix-terms-source-content td {
  border: 1px solid #aeb9c6;
  padding: 11px 12px;
  text-align: left;
  vertical-align: top;
}

.quix-terms-source-content th {
  background: #e9f7f7;
  color: #13233a;
}

.quix-terms-source-content td:first-child {
  min-width: 110px;
}

.quix-terms-source-content td p,
.quix-terms-source-content th p {
  margin: 0;
}

.quix-terms-back-to-top {
  color: #2d388a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin: 0 42px 34px;
  text-decoration: none;
}

.quix-terms-back-to-top:hover,
.quix-terms-back-to-top:focus-visible {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .quix-terms-page {
    padding-top: 112px;
  }

  .quix-terms-layout {
    grid-template-columns: 1fr;
  }

  .quix-terms-toc {
    display: none;
  }
}

@media (max-width: 620px) {
  .quix-terms-page {
    padding-bottom: 54px;
  }

  .quix-terms-shell {
    width: min(100% - 28px, 1180px);
  }

  .quix-terms-hero h1 {
    font-size: 38px;
  }

  .quix-terms-hero > p {
    font-size: 16px;
  }

  .quix-terms-country-shortcuts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quix-terms-country-shortcuts a {
    min-width: 0;
  }

  .quix-terms-country-header {
    gap: 12px;
    padding: 22px 20px;
  }

  .quix-terms-country-number {
    height: 36px;
    width: 38px;
  }

  .quix-terms-source-content {
    font-size: 15.5px;
    line-height: 1.7;
    padding: 28px 20px 22px;
  }

  .quix-terms-source-title {
    font-size: 18px;
  }

  .quix-terms-source-heading {
    font-size: 19px;
  }

  .quix-terms-source-annex {
    font-size: 19px;
    padding: 15px 16px;
  }

  .quix-terms-back-to-top {
    margin: 0 20px 28px;
  }
}

@media print {
  .quix-terms-page {
    background: #fff;
    padding: 0;
  }

  .quix-terms-hero,
  .quix-terms-toc,
  .quix-terms-back-to-top,
  body > footer {
    display: none !important;
  }

  .quix-terms-layout,
  .quix-terms-documents {
    display: block;
  }

  .quix-terms-country {
    border: 0;
    box-shadow: none;
    break-before: page;
  }

  .quix-terms-country:first-child {
    break-before: auto;
  }

  .quix-terms-source-content {
    padding: 24px 0;
  }
}
