@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --ink: #111111;
  --paper: #f7f7f4;
  --card: #ffffff;
  --line: #d9dde2;
  --muted: #565c63;
  --quiet: #eef0f2;
  --yellow: #f2c94c;
  --red: #e5484d;
  --blue: #2f80ed;
  --green: #27ae60;
  --cyan: #22c7d9;
  --s1: #111111;
  --s2: #f2c94c;
  --s3: #e5484d;
  --s4: #2f80ed;
  --s5: #27ae60;
  --s6: #22c7d9;
  --s7: #73777c;
  --s8: #73777c;
  --s9: #73777c;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  border-top: 6px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body,
button,
input {
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
strong,
.logo,
.btn {
  font-family: "Space Grotesk", "IBM Plex Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.shell {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.top {
  width: min(1080px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line) !important;
}

.shell > .top {
  width: 100%;
}

.top .logo,
.top > a:first-child {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.top img {
  display: block;
  width: auto !important;
  height: 36px !important;
}

.lang {
  display: inline-grid;
  grid-template-columns: repeat(2, 38px);
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--card);
}

.lang a,
.top > span a {
  min-height: 36px;
  padding: 7px 8px !important;
  display: grid;
  place-items: center;
  border: 0 !important;
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
}

.lang a + a,
.top > span a + a {
  border-left: 1px solid var(--line) !important;
}

.lang a.on,
.top > span a[style*="font-weight:bold"] {
  background: var(--ink);
  color: #ffffff !important;
}

.top > span {
  display: inline-grid;
  grid-template-columns: repeat(2, 38px);
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: var(--card);
  font-family: "IBM Plex Sans", Arial, sans-serif !important;
}

.site-footer {
  margin-top: 72px;
  padding: 30px 0 52px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.site-footer strong {
  color: var(--ink) !important;
}

.site-footer a {
  color: var(--muted) !important;
}

.btn {
  min-height: 50px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn:hover {
  background: #ffffff;
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-2px);
}

/* Home */

.page-home .shell {
  width: min(1180px, calc(100% - 48px));
}

.page-home .hero {
  position: relative;
  min-height: min(700px, calc(100svh - 150px));
  padding: 96px 48% 88px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.page-home .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 3%;
  width: min(39%, 430px);
  aspect-ratio: 1;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.page-home h1 {
  max-width: 720px;
  margin: 0 0 28px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.04;
}

.page-home .lead {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}

.page-home .bars {
  width: min(470px, 100%);
  margin: 42px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.page-home .bars i {
  height: 8px;
}

.page-home .doors {
  padding: 64px 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.page-home .door {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--card);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
}

.page-home .door .stripe {
  height: 7px;
  background: var(--d);
}

.page-home .door .in {
  min-height: 510px;
  padding: 42px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.page-home .door .k,
.page-business .k,
.page-areas .num,
.page-areas .princ .k,
.page-audit .kicker {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-home .door h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.16;
}

.page-home .door p {
  margin: 0 0 22px;
  font-size: 16px;
}

.page-home .door ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.page-home .door li,
.page-business .cols li {
  position: relative;
  padding: 7px 0 7px 22px;
  color: var(--muted);
  font-size: 15px;
}

.page-home .door li::before,
.page-business .cols li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--d);
}

.page-home .door .btn {
  width: 100%;
  margin-top: auto;
}

.page-home .door .btn::after,
.page-areas .cta .btn::after,
.page-areas .intro .btn::after {
  content: "\2192";
  margin-left: 14px;
  font-size: 20px;
  line-height: 1;
}

.page-home .what {
  margin: 64px 0 0;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 54px;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.page-home .what h3 {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  font-size: 24px;
}

.page-home .what p {
  margin: 0;
  font-size: 16px;
}

/* Business */

.page-business .shell {
  width: min(1080px, calc(100% - 48px));
}

.page-business .hero {
  position: relative;
  padding: 88px 34% 72px 0;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.page-business .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 2%;
  width: 230px;
  aspect-ratio: 1;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  opacity: 0.11;
  transform: translateY(-50%);
}

.page-business h1 {
  max-width: 820px;
  margin: 0 0 24px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
}

.page-business .lead {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 18px;
}

.page-business h2.sec {
  margin: 72px 0 26px;
  padding: 0 0 14px;
  border-top: 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-business .sol {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--card);
  box-shadow: 0 14px 42px rgba(17, 17, 17, 0.045);
}

.page-business .sol .stripe {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  height: auto;
  background: var(--d);
}

.page-business .sol .in {
  padding: 42px 46px 44px 50px;
}

.page-business .sol h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
}

.page-business .sol img {
  width: 52px !important;
  height: 52px !important;
  flex-basis: 52px !important;
}

.page-business .sol .claim {
  margin: 14px 0 22px;
  color: var(--ink);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.page-business .sol p {
  max-width: 900px;
  margin: 0 0 16px;
  font-size: 16px;
}

.page-business .cols {
  margin-top: 30px;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  border-top: 1px solid var(--line);
}

.page-business .cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-business .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  background: var(--card);
}

.page-business .step {
  min-height: 245px;
  padding: 28px 24px;
  border: 0;
  background: transparent;
}

.page-business .step + .step {
  border-left: 1px solid var(--line);
}

.page-business .step b {
  margin-bottom: 24px;
  display: block;
  color: #a2a7ad;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.page-business .step strong {
  margin-bottom: 10px;
  display: block;
  font-size: 17px;
}

.page-business .step span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.page-business .box {
  margin: 0;
  padding: 28px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.page-business .box h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.page-business .box p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
}

.page-business .cta,
.page-areas .cta {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  padding: 52px;
  border-radius: 4px;
  background: var(--ink);
  color: #ffffff;
}

.page-business .cta::after,
.page-areas .cta::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -60px;
  width: 280px;
  aspect-ratio: 1;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  filter: invert(1);
  opacity: 0.09;
}

.page-business .cta h3,
.page-areas .cta h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 28px;
}

.page-business .cta p,
.page-areas .cta p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 0 26px;
  color: #d8dadd;
}

.page-business .cta .btn,
.page-areas .cta .btn,
.page-areas .intro .btn {
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--ink);
}

.page-business .cta .btn:hover,
.page-areas .cta .btn:hover,
.page-areas .intro .btn:hover {
  background: transparent;
  color: #ffffff;
}

/* Nine areas */

.page-areas .shell {
  width: min(1080px, calc(100% - 48px));
  padding: 0 0 72px;
}

.page-areas .intro {
  position: relative;
  min-height: 470px;
  margin: 0 0 56px;
  padding: 100px 39% 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.page-areas .intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 4%;
  width: 270px;
  aspect-ratio: 1;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.page-areas h1 {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
}

.page-areas .lead {
  max-width: 700px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 18px;
}

.page-areas .seg {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--card);
}

.page-areas .seg .stripe {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  height: auto;
  background: var(--seg);
}

.page-areas .seg .body {
  padding: 38px 42px 40px 48px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  column-gap: 34px;
}

.page-areas .seg .body > * {
  grid-column: 2;
}

.page-areas .seg .num {
  grid-column: 1;
  grid-row: 1 / span 20;
  margin-top: 7px;
}

.page-areas .seg h2 {
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.2;
}

.page-areas .claim {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.page-areas .seg p {
  margin: 0 0 15px;
  font-size: 16px;
}

.page-areas .princ {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.page-areas .princ ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 28px;
  list-style: none;
}

.page-areas .princ li {
  position: relative;
  padding: 7px 0 7px 20px;
  font-size: 15px;
}

.page-areas .princ li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--seg);
}

.page-areas .frac {
  margin-top: 22px;
  padding: 17px 20px;
  border-left: 5px solid var(--seg);
  background: var(--quiet);
}

.page-areas .frac b {
  margin-bottom: 3px;
  display: block;
  font-size: 15px;
}

.page-areas .frac span,
.page-areas .note {
  color: var(--muted);
  font-size: 14px;
}

.page-areas .note {
  margin-top: 18px;
}

/* Audit */

.page-audit .top,
.page-audit .shell {
  width: min(820px, calc(100% - 48px));
}

.page-audit .shell {
  min-height: 600px;
  padding: 72px 0 80px;
}

.page-audit h1 {
  max-width: 670px;
  margin: 0 0 18px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.08;
}

.page-audit h2 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.25;
}

.page-audit .lead {
  max-width: 690px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 18px;
}

.page-audit #intro {
  position: relative;
  min-height: 430px;
  padding: 42px 250px 42px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  isolation: isolate;
}

.page-audit #intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  width: 205px;
  aspect-ratio: 1;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  opacity: 0.14;
  transform: translateY(-50%);
}

.page-audit .foot {
  max-width: 620px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 13px;
}

.page-audit .hidden,
.hidden {
  display: none !important;
}

.page-audit .progress {
  height: 7px;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
}

.page-audit .progress i {
  height: 100%;
  display: block;
  background: var(--ink);
  transition: width 200ms ease;
}

.page-audit .stripe {
  height: 7px;
  margin: 0;
  background: var(--seg, var(--ink));
}

.page-audit .card {
  margin: 0 0 18px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--card);
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.045);
}

.page-audit #quiz > .card {
  border-top: 0;
}

.page-audit .q {
  margin: 28px 0 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.page-audit .scale {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.page-audit .scale button {
  min-height: 58px;
  padding: 9px 7px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #ffffff;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
}

.page-audit .scale button:hover {
  border-color: var(--ink);
}

.page-audit .scale button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.page-audit .skip {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.page-audit .skip button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.page-audit .nav {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-audit .btn.ghost {
  border-color: var(--line);
  background: transparent;
  color: var(--muted);
  font-weight: 500;
}

.page-audit .btn[disabled] {
  opacity: 0.38;
  cursor: default;
  transform: none;
}

.page-audit .rank {
  min-height: 52px;
  padding: 11px 0;
  display: grid;
  grid-template-columns: 14px 130px minmax(80px, 1fr);
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.page-audit .rank:last-child {
  border-bottom: 0;
}

.page-audit .dot {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}

.page-audit .rank b {
  min-width: 0;
  font-size: 15px;
}

.page-audit .bar {
  width: 100%;
  height: 9px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.page-audit .bar i {
  height: 100%;
  display: block;
  background: var(--ink);
}

.page-audit .action {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 5px solid var(--seg, var(--ink));
  background: var(--quiet);
}

.page-audit .email {
  margin-top: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--card);
}

.page-audit .email input {
  width: 100%;
  min-height: 49px;
  margin-top: 10px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #ffffff;
  color: var(--ink);
  font-size: 16px;
}

.page-audit .site-footer {
  width: min(820px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 860px) {
  .page-home h1,
  .page-business h1,
  .page-areas h1,
  .page-audit h1 {
    font-size: 40px;
  }

  .page-home .hero {
    min-height: 650px;
    padding-right: 42%;
  }

  .page-home .door .in {
    min-height: 560px;
    padding: 34px;
  }

  .page-business .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-business .step:nth-child(3) {
    border-left: 0;
  }

  .page-business .step:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .page-areas .seg .body {
    grid-template-columns: 100px minmax(0, 1fr);
    column-gap: 22px;
  }
}

@media (max-width: 680px) {
  body {
    border-top-width: 5px;
  }

  .shell,
  .top,
  .page-home .shell,
  .page-business .shell,
  .page-areas .shell,
  .page-audit .top,
  .page-audit .shell,
  .page-audit .site-footer {
    width: calc(100% - 32px);
  }

  .top {
    min-height: 70px;
    padding: 15px 0;
    gap: 12px;
  }

  .top img {
    max-width: 196px;
    height: 31px !important;
  }

  .page-home .hero {
    min-height: 0;
    padding: 178px 0 48px;
    justify-content: flex-start;
  }

  .page-home .hero::after {
    top: 24px;
    right: 50%;
    width: 132px;
    transform: translateX(50%);
  }

  .page-home h1,
  .page-business h1,
  .page-areas h1,
  .page-audit h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .page-home .lead,
  .page-business .lead,
  .page-areas .lead,
  .page-audit .lead {
    font-size: 17px;
  }

  .page-home .bars {
    margin-top: 30px;
  }

  .page-home .doors {
    padding-top: 42px;
    grid-template-columns: 1fr;
  }

  .page-home .door .in {
    min-height: 0;
    padding: 28px 24px;
  }

  .page-home .door h2 {
    font-size: 26px;
  }

  .page-home .what {
    margin-top: 42px;
    padding: 38px 0;
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .page-home .what h3 {
    grid-column: 1;
    margin-bottom: 4px;
  }

  .page-business .hero {
    padding: 64px 0 52px;
  }

  .page-business .hero::after {
    display: none;
  }

  .page-business h2.sec {
    margin-top: 52px;
  }

  .page-business .sol .in {
    padding: 30px 23px 32px 29px;
  }

  .page-business .sol h3 {
    font-size: 23px;
    overflow-wrap: anywhere;
  }

  .page-business .sol img {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
  }

  .page-business .cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-business .steps {
    grid-template-columns: 1fr;
  }

  .page-business .step {
    min-height: 0;
  }

  .page-business .step + .step,
  .page-business .step:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .page-business .cta,
  .page-areas .cta {
    margin-top: 48px;
    padding: 34px 24px;
  }

  .page-areas .intro {
    min-height: 0;
    padding: 218px 0 54px;
  }

  .page-areas .intro::after {
    top: 36px;
    right: 50%;
    width: 145px;
    transform: translateX(50%);
  }

  .page-areas .seg .body {
    padding: 28px 22px 30px 28px;
    display: block;
  }

  .page-areas .seg .num {
    margin: 0 0 8px;
  }

  .page-areas .seg h2 {
    font-size: 27px;
  }

  .page-areas .princ ul {
    grid-template-columns: 1fr;
  }

  .page-audit .shell {
    min-height: 0;
    padding: 48px 0 64px;
  }

  .page-audit #intro {
    min-height: 0;
    padding: 190px 0 28px;
  }

  .page-audit #intro::after {
    top: 20px;
    right: 50%;
    width: 135px;
    transform: translateX(50%);
  }

  .page-audit .card {
    padding: 25px 20px;
  }

  .page-audit .scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-audit .scale button {
    min-height: 54px;
  }

  .page-audit .rank {
    grid-template-columns: 12px minmax(82px, 0.9fr) minmax(70px, 1.1fr);
    gap: 8px;
  }

  .page-audit .rank b {
    overflow-wrap: anywhere;
    font-size: 13px;
  }

  .site-footer {
    margin-top: 52px;
    padding-bottom: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Technology direction */

body {
  border-top: 0;
  background: #f1f3f5;
}

.top {
  min-height: 126px;
  border-bottom-color: #2b2d31 !important;
  background: #08090a;
  color: #ffffff;
  box-shadow: 0 0 0 100vmax #08090a;
  clip-path: inset(0 -100vmax);
}

.top img {
  height: 64px !important;
  filter: invert(1);
}

.lang,
.top > span {
  border-color: #34373c;
  background: #141619;
}

.lang a,
.top > span a {
  color: #aeb3ba !important;
}

.lang a + a,
.top > span a + a {
  border-left-color: #34373c !important;
}

.lang a.on,
.top > span a[style*="font-weight:bold"] {
  background: #ffffff;
  color: #08090a !important;
}

.site-footer {
  color: #676e76;
}

.btn {
  min-height: 54px;
  border-radius: 0;
}

/* Technology home */

.page-home .hero {
  min-height: min(760px, calc(100svh - 155px));
  padding: 104px 43% 150px 0;
  border-bottom: 0;
  background: #08090a;
  color: #ffffff;
  box-shadow: 0 0 0 100vmax #08090a;
  clip-path: inset(0 -100vmax);
}

.page-home .hero::after {
  z-index: 3;
  right: 9%;
  width: min(29%, 340px);
  filter: invert(1);
  opacity: 1;
  animation: none;
}

@keyframes ea-signal {
  0%,
  100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}

.page-home h1 {
  max-width: 790px;
  font-size: 68px;
  font-weight: 600;
  line-height: 0.99;
}

.page-home .lead {
  max-width: 700px;
  color: #b9bec5;
  font-size: 20px;
}

.page-home .bars {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 43%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 0;
  transform: translateY(-50%);
}

.page-home .bars i {
  height: auto;
  aspect-ratio: 1.35;
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.page-home .bars i:nth-child(1) {
  background: #24272c !important;
  transform: translateY(-14px);
}

.page-home .bars i:nth-child(2) {
  transform: translateY(8px);
}

.page-home .bars i:nth-child(3) {
  transform: translateY(-20px);
}

.page-home .bars i:nth-child(4) {
  transform: translateY(18px);
}

.page-home .bars i:nth-child(5) {
  transform: translateY(-6px);
}

.page-home .bars i:nth-child(6) {
  transform: translateY(14px);
}

.page-home .hero h1,
.page-home .hero .lead {
  position: relative;
  z-index: 4;
}

.page-home .doors {
  position: relative;
  z-index: 2;
  margin-top: -88px;
  padding: 0 0 24px;
  gap: 0;
  box-shadow: 0 28px 70px rgba(8, 9, 10, 0.18);
}

.page-home .door {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.page-home .door:first-child {
  background: var(--blue);
  color: #ffffff;
}

.page-home .door:last-child {
  background: var(--yellow);
  color: var(--ink);
}

.page-home .door .stripe {
  display: none;
}

.page-home .door .in {
  min-height: 560px;
  padding: 48px;
}

.page-home .door .k {
  color: currentColor;
  opacity: 0.72;
}

.page-home .door h2 {
  max-width: 420px;
  font-size: 34px;
}

.page-home .door p,
.page-home .door li {
  color: currentColor;
}

.page-home .door li {
  opacity: 0.84;
}

.page-home .door li::before {
  background: currentColor;
}

.page-home .door:first-child .btn {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--ink);
}

.page-home .door:last-child .btn {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.page-home .door:first-child .btn:hover {
  background: transparent;
  color: #ffffff;
}

.page-home .door:last-child .btn:hover {
  background: transparent;
  color: var(--ink);
}

.page-home .what {
  margin-top: 72px;
  padding: 64px;
  grid-template-columns: 0.7fr 1.15fr 1.15fr;
  border: 0;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(8, 9, 10, 0.06);
}

.page-home .what h3 {
  grid-column: auto;
  margin: 0;
  font-size: 28px;
}

.page-home .site-footer {
  margin-top: 80px;
}

/* Technology business */

.page-business .shell {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.page-business .shell > .top,
.page-business .hero,
.page-business h2.sec,
.page-business .steps,
.page-business .cta,
.page-business .site-footer {
  grid-column: 1 / -1;
  width: 100%;
}

.page-business .top {
  margin-bottom: 0;
}

.page-business .hero {
  min-height: 650px;
  margin-bottom: 50px;
  padding: 108px 36% 104px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0;
  background: #08090a;
  color: #ffffff;
  box-shadow: 0 0 0 100vmax #08090a;
  clip-path: inset(0 -100vmax);
}

.page-business .hero::after {
  right: 1%;
  width: 310px;
  filter: invert(1);
  opacity: 0.72;
}

.page-business h1 {
  max-width: 860px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.02;
}

.page-business .hero .k {
  color: var(--cyan);
}

.page-business .lead {
  color: #b9bec5;
}

.page-business h2.sec {
  margin: 42px 0 6px;
  padding-bottom: 18px;
  color: #606872;
  font-size: 13px;
}

.page-business .sol {
  grid-column: span 6;
  margin: 0;
  border: 0;
  border-top: 9px solid var(--d);
  border-radius: 0;
  box-shadow: 0 16px 42px rgba(8, 9, 10, 0.08);
}

.page-business .sol .stripe {
  display: none;
}

.page-business .sol .in {
  height: 100%;
  min-height: 690px;
  padding: 38px;
  display: flex;
  flex-direction: column;
}

.page-business .sol .claim {
  font-size: 21px;
}

.page-business .sol .cols {
  margin-top: auto;
  padding-top: 24px;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-business .sol[style*="--s3"] {
  background: #15171a;
  color: #ffffff;
}

.page-business .sol[style*="--s3"] p,
.page-business .sol[style*="--s3"] li,
.page-business .sol[style*="--s3"] .k {
  color: #c5c9ce;
}

.page-business .sol[style*="--s3"] .claim {
  color: #ffffff;
}

.page-business .sol[style*="--s3"] .cols {
  border-top-color: #383c42;
}

.page-business .sol[style*="--s4"] {
  background: var(--blue);
  color: #ffffff;
}

.page-business .sol[style*="--s4"] p,
.page-business .sol[style*="--s4"] li,
.page-business .sol[style*="--s4"] .k,
.page-business .sol[style*="--s4"] .claim {
  color: #ffffff;
}

.page-business .sol[style*="--s4"] .cols {
  border-top-color: rgba(255, 255, 255, 0.42);
}

.page-business .sol[style*="--s5"] {
  background: #dff5e8;
}

.page-business .sol[style*="--s6"] {
  background: #dff7fa;
}

.page-business .steps {
  margin-top: 0;
  border: 0;
  background: #111317;
  color: #ffffff;
}

.page-business .step {
  min-height: 270px;
  padding: 34px 28px;
}

.page-business .step + .step {
  border-left-color: #353940;
}

.page-business .step span {
  color: #b9bec5;
}

.page-business .box {
  grid-column: span 6;
  min-height: 220px;
  padding: 32px;
  border: 0;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(8, 9, 10, 0.055);
}

.page-business .cta {
  margin-top: 50px;
  background: var(--blue);
}

.page-business .cta::after {
  opacity: 0.15;
}

/* Technology areas */

.page-areas .top {
  width: min(1180px, calc(100% - 48px));
}

.page-areas .shell {
  width: min(1180px, calc(100% - 48px));
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.page-areas .intro,
.page-areas .cta,
.page-areas .site-footer {
  grid-column: 1 / -1;
  width: 100%;
}

.page-areas .intro {
  min-height: 620px;
  margin-bottom: 48px;
  padding: 108px 40% 104px 0;
  border-bottom: 0;
  background: #08090a;
  color: #ffffff;
  box-shadow: 0 0 0 100vmax #08090a;
  clip-path: inset(0 -100vmax);
}

.page-areas .intro::after {
  right: 4%;
  width: 330px;
  filter: invert(1);
}

.page-areas h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.02;
}

.page-areas .lead {
  color: #b9bec5;
}

.page-areas .seg {
  grid-column: span 6;
  margin: 0;
  border: 0;
  border-top: 9px solid var(--seg);
  border-radius: 0;
  box-shadow: 0 14px 38px rgba(8, 9, 10, 0.07);
}

.page-areas .seg .stripe {
  display: none;
}

.page-areas .seg .body {
  height: 100%;
  min-height: 720px;
  padding: 38px;
  display: flex;
  flex-direction: column;
}

.page-areas .seg .body > * {
  grid-column: auto;
}

.page-areas .seg .num {
  margin: 0 0 12px;
}

.page-areas .seg h2 {
  font-size: 34px;
}

.page-areas .princ {
  margin-top: auto;
}

.page-areas .princ ul {
  grid-template-columns: 1fr;
}

.page-areas .seg[style*="--s1"] {
  background: #15171a;
  color: #ffffff;
}

.page-areas .seg[style*="--s1"] .claim,
.page-areas .seg[style*="--s1"] .num,
.page-areas .seg[style*="--s1"] .princ .k,
.page-areas .seg[style*="--s1"] .frac span {
  color: #c5c9ce;
}

.page-areas .seg[style*="--s1"] .princ {
  border-top-color: #383c42;
}

.page-areas .seg[style*="--s1"] .frac {
  background: #24272c;
}

.page-areas .seg[style*="--s2"] {
  background: var(--yellow);
}

.page-areas .seg[style*="--s3"] {
  background: #ffe4e5;
}

.page-areas .seg[style*="--s4"] {
  background: var(--blue);
  color: #ffffff;
}

.page-areas .seg[style*="--s4"] .claim,
.page-areas .seg[style*="--s4"] .num,
.page-areas .seg[style*="--s4"] .princ .k,
.page-areas .seg[style*="--s4"] .frac span {
  color: #ffffff;
}

.page-areas .seg[style*="--s4"] .princ {
  border-top-color: rgba(255, 255, 255, 0.42);
}

.page-areas .seg[style*="--s4"] .frac {
  background: rgba(255, 255, 255, 0.14);
}

.page-areas .seg[style*="--s5"] {
  background: #dff5e8;
}

.page-areas .seg[style*="--s6"] {
  background: #dff7fa;
}

.page-areas .seg[style*="--s7"],
.page-areas .seg[style*="--s8"],
.page-areas .seg[style*="--s9"] {
  background: #e2e5e8;
}

.page-areas .cta {
  margin-top: 50px;
  background: var(--blue);
}

/* Technology audit */

.page-audit .top,
.page-audit .shell,
.page-audit .site-footer {
  width: min(940px, calc(100% - 48px));
}

.page-audit .shell {
  padding-top: 0;
}

.page-audit #intro {
  min-height: 610px;
  margin-bottom: 70px;
  padding: 96px 300px 96px 0;
  background: #08090a;
  color: #ffffff;
  box-shadow: 0 0 0 100vmax #08090a;
  clip-path: inset(0 -100vmax);
}

.page-audit #intro::after {
  width: 250px;
  filter: invert(1);
  opacity: 0.78;
}

.page-audit #intro h1 {
  color: #ffffff;
  font-size: 54px;
}

.page-audit #intro .lead,
.page-audit #intro .foot {
  color: #b9bec5;
}

.page-audit #intro .btn {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.page-audit #intro .btn:hover {
  background: transparent;
  color: var(--yellow);
}

.page-audit #quiz,
.page-audit #result {
  padding-top: 72px;
}

.page-audit .progress {
  height: 10px;
  border: 0;
  background: #d6dae0;
}

.page-audit .progress i {
  background: var(--blue);
}

.page-audit .stripe {
  height: 9px;
}

.page-audit .card,
.page-audit .email {
  border: 0;
  border-radius: 0;
  box-shadow: 0 14px 42px rgba(8, 9, 10, 0.075);
}

.page-audit .scale button {
  min-height: 64px;
  border-radius: 0;
  background: #f6f7f8;
}

.page-audit .scale button[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--blue);
}

.page-audit .action {
  background: #e9edf2;
}

@media (max-width: 920px) {
  .page-home h1,
  .page-business h1,
  .page-areas h1,
  .page-audit #intro h1 {
    font-size: 48px;
  }

  .page-home .hero {
    padding-right: 40%;
  }

  .page-business .sol,
  .page-business .box,
  .page-areas .seg {
    grid-column: 1 / -1;
  }

  .page-business .sol .in,
  .page-areas .seg .body {
    min-height: 0;
  }

  .page-business .sol .cols,
  .page-areas .princ ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .top {
    min-height: 88px;
  }

  .top img {
    height: 42px !important;
  }

  .page-home .hero {
    min-height: 0;
    padding: 176px 0 132px;
  }

  .page-home .hero::after {
    top: 86px;
    right: 50%;
    width: 112px;
    transform: translateX(50%);
    animation: none;
  }

  .page-home .bars {
    top: 18px;
    right: 0;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    transform: none;
  }

  .page-home .bars i {
    aspect-ratio: 1.75;
    transform: none;
  }

  .page-home h1,
  .page-business h1,
  .page-areas h1,
  .page-audit #intro h1 {
    font-size: 38px;
    line-height: 1.01;
  }

  .page-home .lead {
    color: #c2c6cc;
  }

  .page-home .doors {
    margin-top: -70px;
    padding-top: 0;
  }

  .page-home .door .in {
    padding: 32px 24px;
  }

  .page-home .door h2 {
    font-size: 29px;
  }

  .page-home .what {
    margin-top: 48px;
    padding: 34px 24px;
    grid-template-columns: 1fr;
  }

  .page-business .shell,
  .page-areas .shell {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-business .shell > *,
  .page-areas .shell > * {
    grid-column: 1;
  }

  .page-business .hero,
  .page-areas .intro {
    min-height: 0;
    margin-bottom: 30px;
    padding: 204px 0 64px;
  }

  .page-business .hero::after,
  .page-areas .intro::after {
    top: 34px;
    right: 50%;
    width: 138px;
    display: block;
    transform: translateX(50%);
  }

  .page-business h2.sec {
    margin-top: 32px;
  }

  .page-business .sol .in,
  .page-areas .seg .body {
    min-height: 0;
    padding: 28px 24px;
  }

  .page-business .sol .cols,
  .page-areas .princ ul {
    grid-template-columns: 1fr;
  }

  .page-business .box {
    min-height: 0;
    padding: 26px 22px;
  }

  .page-business .steps {
    margin-top: 0;
  }

  .page-audit .top,
  .page-audit .shell,
  .page-audit .site-footer {
    width: calc(100% - 32px);
  }

  .page-audit #intro {
    min-height: 0;
    margin-bottom: 0;
    padding: 190px 0 72px;
  }

  .page-audit #intro::after {
    top: 28px;
    right: 50%;
    width: 126px;
    transform: translateX(50%);
  }

  .page-audit #quiz,
  .page-audit #result {
    padding-top: 48px;
  }
}

/* Sekce v horni liste */

.top-sections {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
}

.top-section {
  position: relative;
  padding: 8px 0 11px;
  display: inline-flex;
  align-items: center;
  color: #aeb3ba;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
}

.top-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--top-section-accent);
  opacity: 0.6;
  transition: opacity 160ms ease;
}

.top-section-business {
  --top-section-accent: var(--blue);
}

.top-section-individual {
  --top-section-accent: var(--yellow);
}

a.top-section:hover {
  color: #ffffff;
  text-decoration: none;
}

a.top-section:hover::after {
  opacity: 1;
}

.top-section.is-current {
  color: #ffffff;
  cursor: default;
}

.top-section.is-current::after {
  opacity: 1;
}

.top-section-short {
  display: none;
}

@media (max-width: 680px) {
  .top-sections {
    gap: 16px;
  }

  .top-section {
    padding: 7px 0 9px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 639px) {
  .top-sections {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .top-section {
    padding: 2px 0 5px;
  }

  .top-section::after {
    height: 2px;
  }
}

@media (max-width: 420px) {
  .top-section {
    font-size: 10px;
    letter-spacing: 0.01em;
  }

  .top-section-full {
    display: none;
  }

  .top-section-short {
    display: inline;
  }
}

/* Logo v hlavicce je uz v souboru pro tmave pozadi, inverze se na nej nesmi
   nasazovat. Vodoznaky se znakem si filter: invert(1) drzi dal. */

.top img[src*="-invert"] {
  filter: none;
}
