:root {
  --syadem-blue: #00a3d5;
  --syadem-green: #00c7ba;
  --syadem-blue-light: #3cc6f0;
  --syadem-blue-very-light: #f0fcff;
  --syadem-blue-deep: #0097c4;
  --syadem-blue-dark: #00546e;
  --syadem-blue-link: #007bb7;
  --text-main: #4a4a4a;
  --text-muted: #4a4a4a;
  --border-soft: #e7f4f3;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family:
    ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  background: #ffffff;
  font-size: 16px;
  color: var(--text-main);
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--text-main);
  letter-spacing: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 61.6px;
  text-align: center;
  margin-bottom: 4rem;
}

.page-solution {
  h1 {
    color: var(--syadem-blue);
    font-size: 44px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: 0.4px;
    text-align: start;
    margin-top: 4px;
    margin-bottom: 32px;
  }
  h1 .title-accent {
    color: var(--syadem-blue);
    background: none;
    -webkit-text-fill-color: currentColor;
  }
  .solution-subtitle {
    color: var(--syadem-green);
    font-size: 16.8px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: normal;
    text-align: start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .content {
    padding-top: 24px;

  }
}

h2 {
  color: var(--syadem-blue-deep);
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
h3 {
  color: var(--syadem-blue-link);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
h4 {
  color: var(--text-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
h5 {
  color: var(--text-main);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
h6 {
  color: var(--text-main);
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
p {
  text-align: left;
  color: var(--text-main);
  font-size: 16px;
  line-height: 24px;
}

code,
kbd,
samp {
  font-family:
    "Fira Code",
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-variant-ligatures: common-ligatures;
  font-size: 0.9em;
  line-height: 1.45;
  letter-spacing: 0;
  word-spacing: 0;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  display: inline-block;
  padding: 0.08rem 0.45rem;
  border-radius: 6px;
  border: 1px solid #d8eef5;
  background: linear-gradient(180deg, #f7fdff 0%, #edfaff 100%);
  color: var(--syadem-blue-dark);
  font-weight: 550;
}

pre {
  margin: 1rem 0 1.25rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid #dbeef5;
  border-left: 4px solid var(--syadem-blue);
  border-radius: 10px;
  background: #f7fdff;
  color: #1e3d4a;
  line-height: 1.55;
  overflow-x: auto;
  box-shadow: 0 4px 18px rgba(0, 84, 110, 0.08);
}

pre code {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  white-space: pre;
}

.highlight {
  margin: 1rem 0 1.25rem;
  border-radius: 10px;
  border: 1px solid #d7e9f0;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 84, 110, 0.12);
}

.highlight pre,
pre.highlight {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 0;
  border-left: 0;
  border-radius: 0;
  background-color: #f7fdff;
  color: #1e3d4a;
  box-shadow: none;
}

@media (max-width: 768px) {
  pre,
  .highlight pre,
  pre.highlight {
    padding: 0.85rem 0.95rem;
  }
}

img.smallImg {
  width: 200px;
  margin-left: unset;
  margin-right: unset;
}

.changelog {
  border: 1px solid #d7dee6;
  border-left-width: 6px;
  border-left-color: #b7c0ca;
  background: #f7f8fa;
  padding: 20px 22px;
  margin-top: 24px;
  font-size: 0.95rem;
  border-radius: 6px;
}

.changelog h1,
.changelog h2,
.changelog h3,
.changelog h4 {
  margin-top: 1.1rem;
  color: #3f3f3f;
}

.changelog h1 {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.changelog h2 {
  font-size: 20px;
  line-height: 28px;
}

.changelog h3 {
  font-size: 16px;
  line-height: 24px;
}

.changelog h4 {
  font-size: 14px;
  line-height: 20px;
}

.changelog ul {
  margin: 0.5rem 0 1rem;
}

.changelog code {
  background: #f3f5f7;
  color: var(--text-main);
  border: 1px solid #d7dee6;
  padding: 0 0.25rem;
  border-radius: 3px;
}

a {
  color: var(--syadem-blue);
  text-decoration: none;
}
.nav-links a:hover,
.nav-lang a:hover,
a:hover {
  color: var(--syadem-blue-dark);
}
.topbar {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.navbar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  position: relative;
}
.navbar-burger {
  display: none;
  width: 40px;
  height: 36px;
  border: none;
  background: transparent;
  background-color: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.navbar-burger span {
  position: absolute;
  left: 10px;
  right: 10px;
  display: block;
  height: 2px;
  background: var(--text-main);
  border-radius: 2px;
}
.navbar-burger span:nth-child(1) {
  top: 10px;
}
.navbar-burger span:nth-child(2) {
  top: 17px;
}
.navbar-burger span:nth-child(3) {
  top: 24px;
}
.navbar.is-open .navbar-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar.is-open .navbar-burger span:nth-child(2) {
  opacity: 0;
}
.navbar.is-open .navbar-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.navbar-burger span {
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.navbar li {
  margin-bottom: 0;
}
.site-header {
  background-color: transparent;
  padding-top: 72px;
  margin-bottom: 24px;
}
.background {
  height: auto;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.brand-link {
  display: inline-flex;
  align-items: center;
}
.brand-logo {
  height: 30px;
  max-height: 30px;
  width: auto;
  display: block;
}
.navbar img {
  max-height: 30px;
  width: auto;
}
.brand-docs {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  font-variant: all-small-caps;
  letter-spacing: 0.08em;
  color: #4b5b68;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.7);
  line-height: 1;
}
.brand-docs:hover {
  color: var(--syadem-blue-dark);
  border-color: rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
}
.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  flex: 1 1 auto;
}
.nav-links a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.nav-links a.is-active {
  color: var(--syadem-blue);
  font-weight: 600;
}
.nav-links a.is-active:hover {
  color: var(--syadem-blue-dark);
}
.nav-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  flex: 0 0 auto;
}
.nav-lang a {
  color: rgba(0, 0, 0, 0.7);
}
.lang-active {
  color: var(--syadem-blue);
  font-weight: 600;
}
.nav-lang[data-lang="fr"] .lang-fr,
.nav-lang[data-lang="en"] .lang-en {
  color: var(--syadem-blue);
  font-weight: 600;
}
.lang-sep {
  color: #b5bfc5;
}

.title-accent {
  color: var(--syadem-blue);
  display: inline-block;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .title-accent {
    background: linear-gradient(90deg, var(--syadem-blue), var(--syadem-green));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

li {
  margin-bottom: 0.5rem;
}

ul.task-list,
ol.task-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li.task-list-item {
  list-style: none;
}

.task-list-item-checkbox {
  margin-right: 0.5rem;
}

.navbar li a {
  display: block;
  color: inherit;
  text-align: center;
  padding: 6px 0;
  text-decoration: none;
}

td,
th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 0.8rem 1rem;
}
footer {
  padding-top: 48px;
  padding-bottom: 32px;
  background-color: #23262a;
  color: #9aa5ad;
  margin-top: auto;
}
footer a {
  color: #b8c3ca;
}
footer a:hover {
  color: #e2e7eb;
}

.arrow {
  /* margin-top: auto; */
  margin-top: 10%;
  /* margin-bottom: auto; */
  margin-right: 10px;
  font-size: 10rem;
  color: var(--tertiary-color);
  text-align: center;
}

.center {
  text-align: center;
}

.content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 24px 80px;
}

dt {
  font-weight: bold;
}

.content > p:first-of-type {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-main);
  max-width: 960px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.content > h2:first-of-type {
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-main);
}

.button,
button,
input[type="button"],
input[type="submit"] {
  background: linear-gradient(270deg, #00a3d5, #00c7ba, #00a3d5);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  filter: brightness(0.95);
}
.button.is-hero {
  position: relative;
  overflow: hidden;
}
.button.is-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #00a3d5, #00c7ba, #00a3d5);
  z-index: -1;
}
.navbar-burger {
  background: transparent !important;
  background-color: transparent !important;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.navbar-burger:hover {
  filter: none;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow:
    0 0 0 1px #eeeeee,
    0 6px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
.card p {
  font-size: 15.2px;
  line-height: 22.8px;
  font-weight: 400;
  color: var(--text-main);
}
.card-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a3d5, #00c7ba);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section {
  padding: 64px 16px;
}
.section--awards {
  padding: 48px;
}
.section--solutions {
  padding: 20px 0 12px;
}
.section--stats {
  background: #00a3d5;
  color: #ffffff;
  padding: 32px 16px;
}
.section--contact {
  background: linear-gradient(180deg, #00c7ba, #00a3d5);
  color: #ffffff;
  padding: 64px 16px;
}

@media (max-width: 900px) {
  .topbar {
    height: auto;
  }
  .navbar {
    flex-wrap: nowrap;
    height: auto;
    padding: 16px 20px;
    align-items: center;
    justify-content: flex-start;
  }
  .navbar-burger {
    display: inline-flex;
    margin-left: 12px;
    order: 3;
    margin-top: 14px;
    align-self: center;
  }
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
    order: 4;
    padding: 16px 0 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    z-index: 10;
  }
  .navbar.is-open .nav-links {
    display: flex;
  }
  .nav-lang {
    width: auto;
    justify-content: center;
    order: 2;
    padding-top: 0;
    margin-left: auto;
  }
  .brand {
    width: auto;
    justify-content: flex-start;
    order: 1;
  }
  .brand-docs {
    font-size: 12px;
    padding: 3px 8px;
  }
  .content {
    padding-top: 16px;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-solution h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
